01K07V5ZAV0CAC42FDNY616CVZ: 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: 01K07V6NA20J7GE930N78N5R13

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-07-15T20:08:41.540Zjob assigned to worker 01K07V6TADJPQSCPRRWPRPSK8J [factory aws, i-07b5005ff7222b29a] (queued for 53 s)
 
22025-07-15T20:08:49.968Zstarting task 0: "setup"
32025-07-15T20:08:49.975Z++ uname -s
42025-07-15T20:08:49.978Z+ kern=SunOS
52025-07-15T20:08:49.978Z+ build_user=build
62025-07-15T20:08:49.978Z+ build_uid=12345
72025-07-15T20:08:49.978Z+ work_dir=/work
82025-07-15T20:08:49.978Z+ input_dir=/input
92025-07-15T20:08:49.978Z+ [[ 0 == 12345 ]]
102025-07-15T20:08:49.978Z+ case "$kern" in
112025-07-15T20:08:49.978Z+ groupadd -g 12345 build
122025-07-15T20:08:49.978Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-07-15T20:08:51.985Z+ zfs create -o mountpoint=/work rpool/work
142025-07-15T20:08:52.101Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-07-15T20:08:52.106Z+ home_fs=zfs
162025-07-15T20:08:52.106Z+ [[ zfs == autofs ]]
172025-07-15T20:08:52.106Z+ mkdir -p /home/build
182025-07-15T20:08:52.110Z+ chown build:build /home/build /work
192025-07-15T20:08:54.110Z+ chmod 0700 /home/build /work
202025-07-15T20:08:54.113Zprocess exited: duration 4144 ms, exit code 0
 
212025-07-15T20:08:54.123Zstarting task 1: "rust-toolchain"
222025-07-15T20:08:54.131Z+ printf ' * rust toolchain channel = "%s"\n' 1.88.0
232025-07-15T20:08:54.131Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-07-15T20:08:54.131Z * rust toolchain channel = "1.88.0"
252025-07-15T20:08:54.131Z * rust toolchain profile = "default"
262025-07-15T20:08:54.131Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-07-15T20:08:54.131Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-07-15T20:08:54.134Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-07-15T20:08:54.134Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default
302025-07-15T20:08:54.259Zinfo: downloading installer
312025-07-15T20:08:55.639Zwarn: It looks like you have an existing installation of Rust at:
322025-07-15T20:08:55.639Zwarn: /opt/ooce/bin
332025-07-15T20:08:55.639Zwarn: It is recommended that rustup be the primary Rust installation.
342025-07-15T20:08:55.639Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-07-15T20:08:55.639Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-07-15T20:08:55.639Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-07-15T20:08:55.639Zwarn: or pass `-y' to ignore all ignorable checks.
382025-07-15T20:08:55.639Zerror: cannot install while Rust is installed
392025-07-15T20:08:55.639Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-07-15T20:08:55.678Zinfo: profile set to 'default'
412025-07-15T20:08:55.678Zinfo: default host triple is x86_64-unknown-illumos
422025-07-15T20:08:55.681Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
432025-07-15T20:08:55.860Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-07-15T20:08:55.860Zinfo: downloading component 'cargo'
452025-07-15T20:08:56.809Zinfo: downloading component 'clippy'
462025-07-15T20:08:57.307Zinfo: downloading component 'rust-docs'
472025-07-15T20:08:58.912Zinfo: downloading component 'rust-std'
482025-07-15T20:09:00.488Zinfo: downloading component 'rustc'
492025-07-15T20:09:08.211Zinfo: downloading component 'rustfmt'
502025-07-15T20:09:08.462Zinfo: installing component 'cargo'
512025-07-15T20:09:09.331Zinfo: installing component 'clippy'
522025-07-15T20:09:09.722Zinfo: installing component 'rust-docs'
532025-07-15T20:09:11.537Zinfo: installing component 'rust-std'
542025-07-15T20:09:13.285Zinfo: installing component 'rustc'
552025-07-15T20:09:19.829Zinfo: installing component 'rustfmt'
562025-07-15T20:09:20.156Zinfo: default toolchain set to '1.88.0-x86_64-unknown-illumos'
572025-07-15T20:09:20.156Z
582025-07-15T20:09:20.574Z 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-07-15T20:09:20.574Z
602025-07-15T20:09:20.586Z
612025-07-15T20:09:20.586ZRust is installed now. Great!
622025-07-15T20:09:20.586Z
632025-07-15T20:09:20.587ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-07-15T20:09:20.587Zenvironment variable. This has not been done automatically.
652025-07-15T20:09:20.587Z
662025-07-15T20:09:20.587ZTo configure your current shell, you need to source
672025-07-15T20:09:20.587Zthe corresponding env file under $HOME/.cargo.
682025-07-15T20:09:20.587Z
692025-07-15T20:09:20.587ZThis is usually done by running one of the following (note the leading DOT):
702025-07-15T20:09:20.587Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-07-15T20:09:20.587Zsource "$HOME/.cargo/env.fish" # For fish
722025-07-15T20:09:20.587Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-07-15T20:09:20.657Z+ rustup --version
742025-07-15T20:09:20.667Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-07-15T20:09:20.672Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-07-15T20:09:20.744Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-07-15T20:09:20.748Z+ cargo --version
782025-07-15T20:09:20.811Zcargo 1.88.0 (873a06493 2025-05-10)
792025-07-15T20:09:20.816Z+ rustc --version
802025-07-15T20:09:20.877Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-07-15T20:09:20.881Zprocess exited: duration 26752 ms, exit code 0
 
822025-07-15T20:09:20.891Zstarting task 2: "authentication"
832025-07-15T20:09:20.912Zprocess exited: duration 21 ms, exit code 0
 
842025-07-15T20:09:20.929Zstarting task 3: "clone repository"
852025-07-15T20:09:20.934Z+ mkdir -p /work/oxidecomputer/omicron
862025-07-15T20:09:20.938Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-07-15T20:09:20.976ZCloning into '/work/oxidecomputer/omicron'...
882025-07-15T20:09:30.036Z+ cd /work/oxidecomputer/omicron
892025-07-15T20:09:30.057Z+ git fetch origin 2c36693f22d79479395904a008f67a93d1ff8438
902025-07-15T20:09:30.354ZFrom https://github.com/oxidecomputer/omicron
912025-07-15T20:09:30.354Z * branch 2c36693f22d79479395904a008f67a93d1ff8438 -> FETCH_HEAD
922025-07-15T20:09:30.361Z+ [[ -n sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making ]]
932025-07-15T20:09:30.366Z++ git branch --show-current
942025-07-15T20:09:30.366Z+ current=main
952025-07-15T20:09:30.366Z+ [[ main != sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making ]]
962025-07-15T20:09:30.366Z+ git branch -f sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making 2c36693f22d79479395904a008f67a93d1ff8438
972025-07-15T20:09:30.734Z+ git checkout -f sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making
982025-07-15T20:09:30.734ZSwitched to branch 'sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making'
992025-07-15T20:09:30.734Z+ git reset --hard 2c36693f22d79479395904a008f67a93d1ff8438
1002025-07-15T20:09:30.734ZHEAD is now at 2c36693f2 review feedback
1012025-07-15T20:09:30.734Zprocess exited: duration 9685 ms, exit code 0
 
1022025-07-15T20:09:30.986Zstarting task 4: "build"
1032025-07-15T20:09:31.045Z+ source .github/buildomat/ci-env.sh
1042025-07-15T20:09:31.045Z++ export CARGO_TERM_COLOR=always
1052025-07-15T20:09:31.045Z++ CARGO_TERM_COLOR=always
1062025-07-15T20:09:31.045Z+ cargo --version
1072025-07-15T20:09:31.045Zcargo 1.88.0 (873a06493 2025-05-10)
1082025-07-15T20:09:31.046Z+ rustc --version
1092025-07-15T20:09:31.135Zrustc 1.88.0 (6b00bc388 2025-06-23)
1102025-07-15T20:09:31.135Z+ source ./env.sh
1112025-07-15T20:09:31.135Z++ OLD_SHELL_OPTS=ehxB
1122025-07-15T20:09:31.135Z++ set -o xtrace
1132025-07-15T20:09:31.135Z++++ dirname ./env.sh
1142025-07-15T20:09:31.158Z+++ readlink -f .
1152025-07-15T20:09:31.159Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-07-15T20:09:31.159Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-07-15T20:09:31.159Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-07-15T20:09:31.159Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192025-07-15T20:09:31.159Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202025-07-15T20:09:31.159Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212025-07-15T20:09:31.159Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222025-07-15T20:09:31.159Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232025-07-15T20:09:31.159Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242025-07-15T20:09:31.159Z++ case $OLD_SHELL_OPTS in
1252025-07-15T20:09:31.159Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-07-15T20:09:31.159Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272025-07-15T20:09:31.159Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1282025-07-15T20:09:31.159Z+ banner prerequisites
1292025-07-15T20:09:31.159Z
1302025-07-15T20:09:31.159Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-07-15T20:09:31.159Z # # # # # # # # # # # # # # #
1322025-07-15T20:09:31.159Z # # # # ##### # # ##### # # # # # #### #
1332025-07-15T20:09:31.159Z ##### ##### # ##### # # # # # # # # #
1342025-07-15T20:09:31.159Z # # # # # # # # # # # # # # #
1352025-07-15T20:09:31.159Z # # # ###### # # ###### ### # #### # #### #
1362025-07-15T20:09:31.159Z
1372025-07-15T20:09:31.159Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-07-15T20:09:43.838Z Startup: Refreshing catalog 'helios-dev' ... Done
1392025-07-15T20:09:50.882Z Startup: Caching catalogs ... Done
1402025-07-15T20:09:55.569ZPlanning: Solver setup ... Done (3.402s)
1412025-07-15T20:09:55.601ZPlanning: Running solver ... Done (0.032s)
1422025-07-15T20:09:55.690ZPlanning: Finding local manifests ... Done (0.002s)
1432025-07-15T20:09:55.712ZPlanning: Fetching manifests: 0/4 0% complete
1442025-07-15T20:09:55.905ZPlanning: Fetching manifests: 4/4 100% complete
1452025-07-15T20:09:55.954ZPlanning: Package planning ... Done (0.048s)
1462025-07-15T20:09:56.004ZPlanning: Merging actions ... Done (0.050s)
1472025-07-15T20:09:56.526ZPlanning: Checking for conflicting actions ... Done (0.522s)
1482025-07-15T20:09:56.537ZPlanning: Consolidating action changes ... Done (0.011s)
1492025-07-15T20:09:58.721ZPlanning: Evaluating mediators ... Done (2.184s)
1502025-07-15T20:09:58.731ZPlanning: Planning completed in 7.73 seconds
1512025-07-15T20:09:58.819Z Packages to install: 4
1522025-07-15T20:09:58.819Z Mediators to change: 2
1532025-07-15T20:09:58.825Z Services to change: 1
1542025-07-15T20:09:58.825Z Estimated space available: 155.51 GB
1552025-07-15T20:09:58.825ZEstimated space to be consumed: 1.70 GB
1562025-07-15T20:09:58.825Z Create boot environment: No
1572025-07-15T20:09:58.825ZCreate backup boot environment: No
1582025-07-15T20:09:58.825Z Rebuild boot archive: No
1592025-07-15T20:09:58.825Z
1602025-07-15T20:09:58.826ZChanged mediators:
1612025-07-15T20:09:58.826Z mediator clang:
1622025-07-15T20:09:58.826Z version: None -> 15 (system default)
1632025-07-15T20:09:58.826Z
1642025-07-15T20:09:58.826Z mediator llvm:
1652025-07-15T20:09:58.826Z version: 14 (system default) -> 15 (system default)
1662025-07-15T20:09:58.826Z
1672025-07-15T20:09:58.826ZChanged packages:
1682025-07-15T20:09:58.826Zhelios-dev
1692025-07-15T20:09:58.826Z developer/build-essential
1702025-07-15T20:09:58.826Z None -> 11-2.0
1712025-07-15T20:09:58.826Z library/libxmlsec1
1722025-07-15T20:09:58.826Z None -> 1.2.35-2.0
1732025-07-15T20:09:58.826Z ooce/developer/clang-15
1742025-07-15T20:09:58.826Z None -> 15.0.7-2.0
1752025-07-15T20:09:58.826Z ooce/developer/llvm-15
1762025-07-15T20:09:58.826Z None -> 15.0.7-2.0
1772025-07-15T20:09:58.826Z
1782025-07-15T20:09:58.826ZServices:
1792025-07-15T20:09:58.826Z restart_fmri:
1802025-07-15T20:09:58.826Z svc:/system/update-man-index:default
1812025-07-15T20:09:58.965Z
1822025-07-15T20:09:58.965ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832025-07-15T20:10:05.233ZDownload: 1202/3290 items 84.2/212.6MB 39% complete (17.0M/s)
1842025-07-15T20:10:08.966ZDownload: 3066/3290 items 121.4/212.6MB 57% complete (12.2M/s)
1852025-07-15T20:10:24.568ZDownload: 3248/3290 items 203.1/212.6MB 95% complete
1862025-07-15T20:10:28.256ZDownload: Completed 212.60 MB in 29.29 seconds (7.3M/s)
1872025-07-15T20:10:28.436Z Actions: 1/3689 actions (Installing new actions)
1882025-07-15T20:10:33.117Z Actions: Completed 3689 actions in 4.68 seconds.
1892025-07-15T20:10:33.724Z Done (0.604s)
1902025-07-15T20:10:33.724Z Done (0.000s)
1912025-07-15T20:10:34.579Z Done (0.854s)
1922025-07-15T20:10:39.163Z Done (4.274s)
1932025-07-15T20:10:39.260Z Done (0.019s)
1942025-07-15T20:10:39.271Z Done (0.000s)
1952025-07-15T20:10:39.486Z Done (0.000s)
1962025-07-15T20:10:40.294ZPlanning: Evaluating mediator changes ... Done
1972025-07-15T20:10:40.452ZPlanning: Checking for conflicting actions ... Done
1982025-07-15T20:10:40.457ZPlanning: Consolidating action changes ... Done
1992025-07-15T20:10:40.722ZPlanning: Evaluating mediators ... Done
2002025-07-15T20:10:40.737ZPlanning: Planning completed in 0.42 seconds
2012025-07-15T20:10:40.748Z Mediators to change: 2
2022025-07-15T20:10:40.748Z Create boot environment: No
2032025-07-15T20:10:40.753ZCreate backup boot environment: No
2042025-07-15T20:10:40.825Z Done
2052025-07-15T20:10:40.825Z Done
2062025-07-15T20:10:41.433Z Done
2072025-07-15T20:10:45.024Z Done
2082025-07-15T20:10:45.117Z Done
2092025-07-15T20:10:45.125Z Done
2102025-07-15T20:10:45.259Z Done
2112025-07-15T20:10:45.882ZPlanning: Evaluating mediator changes ... Done
2122025-07-15T20:10:45.890ZPlanning: Merging actions ... Done
2132025-07-15T20:10:46.065ZPlanning: Checking for conflicting actions ... Done
2142025-07-15T20:10:46.071ZPlanning: Consolidating action changes ... Done
2152025-07-15T20:10:46.328ZPlanning: Evaluating mediators ... Done
2162025-07-15T20:10:46.383ZPlanning: Planning completed in 0.75 seconds
2172025-07-15T20:10:46.417Z Packages to change: 1
2182025-07-15T20:10:46.417Z Mediators to change: 1
2192025-07-15T20:10:46.422Z Services to change: 1
2202025-07-15T20:10:46.422Z Create boot environment: No
2212025-07-15T20:10:46.422ZCreate backup boot environment: Yes
2222025-07-15T20:10:48.872Z Actions: 1/6 actions (Updating modified actions)
2232025-07-15T20:10:48.875Z Actions: Completed 6 actions in 0.00 seconds.
2242025-07-15T20:10:48.875Z Done
2252025-07-15T20:10:48.875Z Done
2262025-07-15T20:10:49.045Z Done
2272025-07-15T20:10:52.871Z Done
2282025-07-15T20:10:52.880Z Done
2292025-07-15T20:10:52.881Z Done
2302025-07-15T20:10:52.881Z Done
2312025-07-15T20:10:53.242ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322025-07-15T20:10:53.242Zclang system 15 system
2332025-07-15T20:10:53.242Zcsh system system illumos
2342025-07-15T20:10:53.242Zctags system system illumos
2352025-07-15T20:10:53.242Zfile system system illumos
2362025-07-15T20:10:53.242Zgcc vendor 12 vendor
2372025-07-15T20:10:53.242Zgcc system 10 system
2382025-07-15T20:10:53.242Zgcc system 7 system
2392025-07-15T20:10:53.242Zgo system 1.20 system
2402025-07-15T20:10:53.242Zgo system 1.19 system
2412025-07-15T20:10:53.242Zllvm system 15 system
2422025-07-15T20:10:53.242Zllvm system 14 system
2432025-07-15T20:10:53.242Zmariadb system 10.6 system
2442025-07-15T20:10:53.242Zmta vendor vendor dma
2452025-07-15T20:10:53.242Zopenjdk system 17 system
2462025-07-15T20:10:53.242Zopenjdk system 11 system
2472025-07-15T20:10:53.242Zopenjdk system 1.8 system
2482025-07-15T20:10:53.242Zopenssl vendor 3 vendor
2492025-07-15T20:10:53.242Zperl system 5.36 system
2502025-07-15T20:10:53.242Zpostgresql system 15 system
2512025-07-15T20:10:53.242Zpostgresql system 13 system
2522025-07-15T20:10:53.242Zpython vendor 3 vendor
2532025-07-15T20:10:53.242Zpython system 2 system
2542025-07-15T20:10:53.242Zpython3 system 3.11 system
2552025-07-15T20:10:53.242Zruby system 3.0 system
2562025-07-15T20:10:53.242Zwords vendor vendor american-english
2572025-07-15T20:10:53.242Zwords system system australian-english
2582025-07-15T20:10:53.242Zwords system system british-english
2592025-07-15T20:10:53.242Zwords system system canadian-english
2602025-07-15T20:10:53.242Zwords system system french
2612025-07-15T20:10:53.242Zwords system system italian
2622025-07-15T20:10:53.242Zwords system system ngerman
2632025-07-15T20:10:53.243Zwords system system ogerman
2642025-07-15T20:10:53.243Zwords system system spanish
2652025-07-15T20:10:53.572ZPUBLISHER TYPE STATUS P LOCATION
2662025-07-15T20:10:53.572Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672025-07-15T20:10:58.191ZFMRI IFO
2682025-07-15T20:10:58.191Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692025-07-15T20:10:58.191Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702025-07-15T20:10:58.191Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712025-07-15T20:10:58.191Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722025-07-15T20:10:58.191Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732025-07-15T20:10:58.191Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742025-07-15T20:10:58.191Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752025-07-15T20:10:58.191Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762025-07-15T20:10:58.191Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772025-07-15T20:10:58.191Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782025-07-15T20:10:58.191Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792025-07-15T20:10:58.191Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802025-07-15T20:10:58.191Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812025-07-15T20:10:58.191Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822025-07-15T20:10:58.191Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832025-07-15T20:10:58.191Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842025-07-15T20:10:59.175Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852025-07-15T20:10:59.489Z Updating crates.io index
2862025-07-15T20:10:59.492Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872025-07-15T20:10:59.879Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882025-07-15T20:11:00.876Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892025-07-15T20:11:00.947Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902025-07-15T20:11:01.058Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912025-07-15T20:11:01.384Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922025-07-15T20:11:02.499Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932025-07-15T20:11:04.382Z Updating git repository `https://github.com/oxidecomputer/opte`
2942025-07-15T20:11:05.318Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952025-07-15T20:11:06.032Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962025-07-15T20:11:06.305Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972025-07-15T20:11:06.627Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982025-07-15T20:11:07.348Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992025-07-15T20:11:07.666Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002025-07-15T20:11:08.032Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012025-07-15T20:11:08.532Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022025-07-15T20:11:08.840Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-07-15T20:11:09.119Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-07-15T20:11:09.365Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-07-15T20:11:09.625Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-07-15T20:11:09.891Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072025-07-15T20:11:10.227Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082025-07-15T20:11:10.527Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092025-07-15T20:11:10.836Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102025-07-15T20:11:11.388Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3112025-07-15T20:11:11.841Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122025-07-15T20:11:12.177Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132025-07-15T20:11:12.542Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142025-07-15T20:11:13.036Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152025-07-15T20:11:13.292Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162025-07-15T20:11:13.603Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172025-07-15T20:11:13.876Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182025-07-15T20:11:24.374Z Updating git repository `https://github.com/illumos/smf-rs`
3192025-07-15T20:11:25.585Z Downloading crates ...
3202025-07-15T20:11:25.649Z Downloaded anstyle-parse v0.2.5
3212025-07-15T20:11:25.652Z Downloaded anyhow v1.0.98
3222025-07-15T20:11:25.656Z Downloaded dtrace-parser v0.2.0
3232025-07-15T20:11:25.660Z Downloaded anstyle-query v1.1.1
3242025-07-15T20:11:25.660Z Downloaded colorchoice v1.0.2
3252025-07-15T20:11:25.663Z Downloaded anstyle v1.0.11
3262025-07-15T20:11:25.663Z Downloaded form_urlencoded v1.2.1
3272025-07-15T20:11:25.663Z Downloaded bytecount v0.6.8
3282025-07-15T20:11:25.666Z Downloaded dof v0.3.0
3292025-07-15T20:11:25.669Z Downloaded cargo_toml v0.21.0
3302025-07-15T20:11:25.669Z Downloaded bitflags v2.9.1
3312025-07-15T20:11:25.673Z Downloaded unicode-linebreak v0.1.5
3322025-07-15T20:11:25.676Z Downloaded tabled_derive v0.7.0
3332025-07-15T20:11:25.676Z Downloaded fs-err v3.1.1
3342025-07-15T20:11:25.679Z Downloaded zerofrom v0.1.4
3352025-07-15T20:11:25.679Z Downloaded clap_derive v4.5.40
3362025-07-15T20:11:25.682Z Downloaded fnv v1.0.7
3372025-07-15T20:11:25.685Z Downloaded write16 v1.0.0
3382025-07-15T20:11:25.685Z Downloaded usdt-macro v0.5.0
3392025-07-15T20:11:25.688Z Downloaded icu_provider_macros v1.5.0
3402025-07-15T20:11:25.688Z Downloaded yoke-derive v0.7.4
3412025-07-15T20:11:25.688Z Downloaded icu_provider v1.5.0
3422025-07-15T20:11:25.691Z Downloaded fastrand v2.1.1
3432025-07-15T20:11:25.694Z Downloaded usdt-attr-macro v0.5.0
3442025-07-15T20:11:25.694Z Downloaded unicode-xid v0.2.6
3452025-07-15T20:11:25.698Z Downloaded heck v0.5.0
3462025-07-15T20:11:25.698Z Downloaded icu_locid_transform v1.5.0
3472025-07-15T20:11:25.701Z Downloaded utf8_iter v1.0.4
3482025-07-15T20:11:25.701Z Downloaded utf8parse v0.2.2
3492025-07-15T20:11:25.704Z Downloaded thiserror-impl v2.0.12
3502025-07-15T20:11:25.704Z Downloaded usdt v0.5.0
3512025-07-15T20:11:25.707Z Downloaded writeable v0.5.5
3522025-07-15T20:11:25.707Z Downloaded toml_write v0.1.2
3532025-07-15T20:11:25.710Z Downloaded zerofrom-derive v0.1.4
3542025-07-15T20:11:25.710Z Downloaded usdt-impl v0.5.0
3552025-07-15T20:11:25.713Z Downloaded icu_locid_transform_data v1.5.0
3562025-07-15T20:11:25.716Z Downloaded thread-id v4.2.2
3572025-07-15T20:11:25.716Z Downloaded zerovec-derive v0.10.3
3582025-07-15T20:11:25.719Z Downloaded tinystr v0.7.6
3592025-07-15T20:11:25.722Z Downloaded zerocopy-derive v0.7.35
3602025-07-15T20:11:25.725Z Downloaded yoke v0.7.4
3612025-07-15T20:11:25.728Z Downloaded unicode-ident v1.0.18
3622025-07-15T20:11:25.730Z Downloaded thiserror v2.0.12
3632025-07-15T20:11:25.736Z Downloaded toml v0.8.23
3642025-07-15T20:11:25.739Z Downloaded serde-value v0.7.0
3652025-07-15T20:11:25.742Z Downloaded textwrap v0.16.2
3662025-07-15T20:11:25.745Z Downloaded url v2.5.4
3672025-07-15T20:11:25.748Z Downloaded toml_edit v0.22.27
3682025-07-15T20:11:25.751Z Downloaded scroll_derive v0.12.0
3692025-07-15T20:11:25.751Z Downloaded typenum v1.17.0
3702025-07-15T20:11:25.755Z Downloaded heck v0.4.1
3712025-07-15T20:11:25.759Z Downloaded zerovec v0.10.4
3722025-07-15T20:11:25.764Z Downloaded serde_tokenstream v0.2.2
3732025-07-15T20:11:25.767Z Downloaded percent-encoding v2.3.1
3742025-07-15T20:11:25.767Z Downloaded cargo-platform v0.2.0
3752025-07-15T20:11:25.767Z Downloaded zerocopy v0.7.35
3762025-07-15T20:11:25.782Z Downloaded winnow v0.7.10
3772025-07-15T20:11:25.788Z Downloaded serde_spanned v0.6.9
3782025-07-15T20:11:25.792Z Downloaded unicode-width v0.2.0
3792025-07-15T20:11:25.795Z Downloaded swrite v0.1.0
3802025-07-15T20:11:25.798Z Downloaded strsim v0.11.1
3812025-07-15T20:11:25.798Z Downloaded erased-serde v0.4.6
3822025-07-15T20:11:25.802Z Downloaded unicode-width v0.1.14
3832025-07-15T20:11:25.805Z Downloaded synstructure v0.13.1
3842025-07-15T20:11:25.805Z Downloaded stable_deref_trait v1.2.0
3852025-07-15T20:11:25.808Z Downloaded smawk v0.3.2
3862025-07-15T20:11:25.808Z Downloaded quote v1.0.40
3872025-07-15T20:11:25.811Z Downloaded byteorder v1.5.0
3882025-07-15T20:11:25.811Z Downloaded icu_normalizer v1.5.0
3892025-07-15T20:11:25.815Z Downloaded digest v0.10.7
3902025-07-15T20:11:25.818Z Downloaded icu_locid v1.5.0
3912025-07-15T20:11:25.821Z Downloaded cargo-util-schemas v0.2.0
3922025-07-15T20:11:25.821Z Downloaded serde-untagged v0.1.7
3932025-07-15T20:11:25.824Z Downloaded pest_generator v2.7.14
3942025-07-15T20:11:25.824Z Downloaded scroll v0.12.0
3952025-07-15T20:11:25.828Z Downloaded ryu v1.0.18
3962025-07-15T20:11:25.831Z Downloaded proc-macro-error v1.0.4
3972025-07-15T20:11:25.831Z Downloaded pest_meta v2.7.14
3982025-07-15T20:11:25.834Z Downloaded smallvec v1.15.0
3992025-07-15T20:11:25.837Z Downloaded camino-tempfile v1.4.1
4002025-07-15T20:11:25.838Z Downloaded log v0.4.27
4012025-07-15T20:11:25.841Z Downloaded litemap v0.7.3
4022025-07-15T20:11:25.841Z Downloaded num-traits v0.2.19
4032025-07-15T20:11:25.844Z Downloaded pest_derive v2.7.14
4042025-07-15T20:11:25.847Z Downloaded icu_properties v1.5.1
4052025-07-15T20:11:25.847Z Downloaded ordered-float v2.10.1
4062025-07-15T20:11:25.850Z Downloaded semver v1.0.26
4072025-07-15T20:11:25.853Z Downloaded proc-macro2 v1.0.95
4082025-07-15T20:11:25.853Z Downloaded cargo_metadata v0.20.0
4092025-07-15T20:11:25.858Z Downloaded errno v0.3.12
4102025-07-15T20:11:25.858Z Downloaded cfg-if v1.0.1
4112025-07-15T20:11:25.861Z Downloaded getrandom v0.3.1
4122025-07-15T20:11:25.861Z Downloaded sha2 v0.10.9
4132025-07-15T20:11:25.864Z Downloaded camino v1.1.10
4142025-07-15T20:11:25.864Z Downloaded itoa v1.0.11
4152025-07-15T20:11:25.868Z Downloaded proc-macro-error-attr v1.0.4
4162025-07-15T20:11:25.868Z Downloaded serde_derive v1.0.219
4172025-07-15T20:11:25.872Z Downloaded plain v0.2.3
4182025-07-15T20:11:25.872Z Downloaded clap v4.5.40
4192025-07-15T20:11:25.877Z Downloaded papergrid v0.11.0
4202025-07-15T20:11:25.883Z Downloaded is_terminal_polyfill v1.70.1
4212025-07-15T20:11:25.887Z Downloaded idna_adapter v1.2.0
4222025-07-15T20:11:25.887Z Downloaded equivalent v1.0.2
4232025-07-15T20:11:25.887Z Downloaded pretty-hex v0.4.1
4242025-07-15T20:11:25.887Z Downloaded memmap v0.7.0
4252025-07-15T20:11:25.904Z Downloaded ucd-trie v0.1.7
4262025-07-15T20:11:25.905Z Downloaded once_cell v1.21.3
4272025-07-15T20:11:25.909Z Downloaded icu_collections v1.5.0
4282025-07-15T20:11:25.909Z Downloaded icu_normalizer_data v1.5.0
4292025-07-15T20:11:25.909Z Downloaded memchr v2.7.4
4302025-07-15T20:11:25.909Z Downloaded serde v1.0.219
4312025-07-15T20:11:25.909Z Downloaded macaddr v1.0.1
4322025-07-15T20:11:25.909Z Downloaded version_check v0.9.5
4332025-07-15T20:11:25.913Z Downloaded utf16_iter v1.0.5
4342025-07-15T20:11:25.913Z Downloaded indexmap v2.10.0
4352025-07-15T20:11:25.916Z Downloaded thiserror-impl v1.0.69
4362025-07-15T20:11:25.916Z Downloaded toml_datetime v0.6.11
4372025-07-15T20:11:25.916Z Downloaded typeid v1.0.3
4382025-07-15T20:11:25.916Z Downloaded terminal_size v0.4.0
4392025-07-15T20:11:25.919Z Downloaded generic-array v0.14.7
4402025-07-15T20:11:25.919Z Downloaded cpufeatures v0.2.14
4412025-07-15T20:11:25.923Z Downloaded clap_lex v0.7.4
4422025-07-15T20:11:25.923Z Downloaded thiserror v1.0.69
4432025-07-15T20:11:25.926Z Downloaded idna v1.0.3
4442025-07-15T20:11:25.929Z Downloaded tempfile v3.20.0
4452025-07-15T20:11:25.933Z Downloaded displaydoc v0.2.5
4462025-07-15T20:11:25.936Z Downloaded hashbrown v0.15.4
4472025-07-15T20:11:25.939Z Downloaded crypto-common v0.1.6
4482025-07-15T20:11:25.942Z Downloaded pest v2.7.14
4492025-07-15T20:11:25.946Z Downloaded block-buffer v0.10.4
4502025-07-15T20:11:25.946Z Downloaded autocfg v1.4.0
4512025-07-15T20:11:25.948Z Downloaded anstream v0.6.18
4522025-07-15T20:11:25.952Z Downloaded icu_properties_data v1.5.0
4532025-07-15T20:11:25.959Z Downloaded serde_json v1.0.140
4542025-07-15T20:11:25.966Z Downloaded clap_builder v4.5.40
4552025-07-15T20:11:25.972Z Downloaded goblin v0.8.2
4562025-07-15T20:11:25.977Z Downloaded tabled v0.15.0
4572025-07-15T20:11:25.992Z Downloaded syn v1.0.109
4582025-07-15T20:11:26.000Z Downloaded syn v2.0.104
4592025-07-15T20:11:26.017Z Downloaded rustix v1.0.7
4602025-07-15T20:11:26.037Z Downloaded rustix v0.38.37
4612025-07-15T20:11:26.074Z Downloaded libc v0.2.174
4622025-07-15T20:11:26.149Z Compiling proc-macro2 v1.0.95
4632025-07-15T20:11:26.149Z Compiling unicode-ident v1.0.18
4642025-07-15T20:11:26.149Z Compiling serde v1.0.219
4652025-07-15T20:11:26.153Z Compiling version_check v0.9.5
4662025-07-15T20:11:26.153Z Compiling thiserror v1.0.69
4672025-07-15T20:11:26.153Z Compiling libc v0.2.174
4682025-07-15T20:11:26.153Z Compiling memchr v2.7.4
4692025-07-15T20:11:26.367Z Compiling stable_deref_trait v1.2.0
4702025-07-15T20:11:26.549Z Compiling writeable v0.5.5
4712025-07-15T20:11:26.604Z Compiling ryu v1.0.18
4722025-07-15T20:11:26.937Z Compiling autocfg v1.4.0
4732025-07-15T20:11:26.998Z Compiling ucd-trie v0.1.7
4742025-07-15T20:11:27.024Z Compiling litemap v0.7.3
4752025-07-15T20:11:27.297Z Compiling itoa v1.0.11
4762025-07-15T20:11:27.459Z Compiling once_cell v1.21.3
4772025-07-15T20:11:27.561Z Compiling byteorder v1.5.0
4782025-07-15T20:11:27.634Z Compiling bitflags v2.9.1
4792025-07-15T20:11:27.752Z Compiling icu_locid_transform_data v1.5.0
4802025-07-15T20:11:27.869Z Compiling icu_properties_data v1.5.0
4812025-07-15T20:11:27.905Z Compiling serde_json v1.0.140
4822025-07-15T20:11:28.017Z Compiling num-traits v0.2.19
4832025-07-15T20:11:28.050Z Compiling hashbrown v0.15.4
4842025-07-15T20:11:28.103Z Compiling rustix v0.38.37
4852025-07-15T20:11:28.131Z Compiling equivalent v1.0.2
4862025-07-15T20:11:28.292Z Compiling utf8_iter v1.0.4
4872025-07-15T20:11:28.321Z Compiling write16 v1.0.0
4882025-07-15T20:11:28.350Z Compiling smallvec v1.15.0
4892025-07-15T20:11:28.484Z Compiling quote v1.0.40
4902025-07-15T20:11:28.562Z Compiling errno v0.3.12
4912025-07-15T20:11:28.588Z Compiling utf16_iter v1.0.5
4922025-07-15T20:11:28.672Z Compiling icu_normalizer_data v1.5.0
4932025-07-15T20:11:28.759Z Compiling typeid v1.0.3
4942025-07-15T20:11:28.972Z Compiling syn v2.0.104
4952025-07-15T20:11:29.036Z Compiling proc-macro-error-attr v1.0.4
4962025-07-15T20:11:29.101Z Compiling indexmap v2.10.0
4972025-07-15T20:11:29.181Z Compiling usdt-impl v0.5.0
4982025-07-15T20:11:29.212Z Compiling winnow v0.7.10
4992025-07-15T20:11:29.212Z Compiling toml_write v0.1.2
5002025-07-15T20:11:29.428Z Compiling syn v1.0.109
5012025-07-15T20:11:29.573Z Compiling thread-id v4.2.2
5022025-07-15T20:11:29.748Z Compiling proc-macro-error v1.0.4
5032025-07-15T20:11:29.799Z Compiling camino v1.1.10
5042025-07-15T20:11:30.065Z Compiling rustix v1.0.7
5052025-07-15T20:11:30.091Z Compiling plain v0.2.3
5062025-07-15T20:11:30.283Z Compiling percent-encoding v2.3.1
5072025-07-15T20:11:30.405Z Compiling log v0.4.27
5082025-07-15T20:11:30.445Z Compiling getrandom v0.3.1
5092025-07-15T20:11:30.605Z Compiling semver v1.0.26
5102025-07-15T20:11:30.775Z Compiling utf8parse v0.2.2
5112025-07-15T20:11:30.950Z Compiling anstyle-parse v0.2.5
5122025-07-15T20:11:30.975Z Compiling terminal_size v0.4.0
5132025-07-15T20:11:31.017Z Compiling form_urlencoded v1.2.1
5142025-07-15T20:11:31.176Z Compiling ordered-float v2.10.1
5152025-07-15T20:11:31.319Z Compiling anstyle-query v1.1.1
5162025-07-15T20:11:31.410Z Compiling colorchoice v1.0.2
5172025-07-15T20:11:31.517Z Compiling is_terminal_polyfill v1.70.1
5182025-07-15T20:11:31.595Z Compiling anstyle v1.0.11
5192025-07-15T20:11:31.660Z Compiling thiserror v2.0.12
5202025-07-15T20:11:31.684Z Compiling pretty-hex v0.4.1
5212025-07-15T20:11:31.705Z Compiling cfg-if v1.0.1
5222025-07-15T20:11:32.010Z Compiling anstream v0.6.18
5232025-07-15T20:11:32.259Z Compiling fs-err v3.1.1
5242025-07-15T20:11:32.572Z Compiling fnv v1.0.7
5252025-07-15T20:11:32.600Z Compiling heck v0.4.1
5262025-07-15T20:11:32.603Z Compiling unicode-width v0.1.14
5272025-07-15T20:11:32.624Z Compiling unicode-xid v0.2.6
5282025-07-15T20:11:32.781Z Compiling bytecount v0.6.8
5292025-07-15T20:11:33.003Z Compiling strsim v0.11.1
5302025-07-15T20:11:33.035Z Compiling heck v0.5.0
5312025-07-15T20:11:33.164Z Compiling clap_lex v0.7.4
5322025-07-15T20:11:33.277Z Compiling anyhow v1.0.98
5332025-07-15T20:11:33.522Z Compiling fastrand v2.1.1
5342025-07-15T20:11:33.600Z Compiling clap_builder v4.5.40
5352025-07-15T20:11:33.731Z Compiling papergrid v0.11.0
5362025-07-15T20:11:34.263Z Compiling tempfile v3.20.0
5372025-07-15T20:11:34.449Z Compiling memmap v0.7.0
5382025-07-15T20:11:34.586Z Compiling unicode-width v0.2.0
5392025-07-15T20:11:34.761Z Compiling unicode-linebreak v0.1.5
5402025-07-15T20:11:35.026Z Compiling smawk v0.3.2
5412025-07-15T20:11:35.253Z Compiling textwrap v0.16.2
5422025-07-15T20:11:35.665Z Compiling synstructure v0.13.1
5432025-07-15T20:11:36.018Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5442025-07-15T20:11:36.232Z Compiling swrite v0.1.0
5452025-07-15T20:11:36.406Z Compiling tabled_derive v0.7.0
5462025-07-15T20:11:37.757Z Compiling serde_derive v1.0.219
5472025-07-15T20:11:37.760Z Compiling zerofrom-derive v0.1.4
5482025-07-15T20:11:37.760Z Compiling thiserror-impl v1.0.69
5492025-07-15T20:11:37.887Z Compiling yoke-derive v0.7.4
5502025-07-15T20:11:38.083Z Compiling zerovec-derive v0.10.3
5512025-07-15T20:11:38.116Z Compiling displaydoc v0.2.5
5522025-07-15T20:11:39.619Z Compiling icu_provider_macros v1.5.0
5532025-07-15T20:11:39.655Z Compiling zerocopy-derive v0.7.35
5542025-07-15T20:11:40.562Z Compiling scroll_derive v0.12.0
5552025-07-15T20:11:40.562Z Compiling thiserror-impl v2.0.12
5562025-07-15T20:11:40.655Z Compiling clap_derive v4.5.40
5572025-07-15T20:11:40.794Z Compiling pest v2.7.14
5582025-07-15T20:11:41.138Z Compiling zerofrom v0.1.4
5592025-07-15T20:11:41.383Z Compiling yoke v0.7.4
5602025-07-15T20:11:41.494Z Compiling zerocopy v0.7.35
5612025-07-15T20:11:41.777Z Compiling zerovec v0.10.4
5622025-07-15T20:11:41.842Z Compiling scroll v0.12.0
5632025-07-15T20:11:42.367Z Compiling goblin v0.8.2
5642025-07-15T20:11:42.531Z Compiling tabled v0.15.0
5652025-07-15T20:11:43.473Z Compiling pest_meta v2.7.14
5662025-07-15T20:11:43.604Z Compiling tinystr v0.7.6
5672025-07-15T20:11:43.689Z Compiling icu_collections v1.5.0
5682025-07-15T20:11:43.992Z Compiling icu_locid v1.5.0
5692025-07-15T20:11:44.781Z Compiling pest_generator v2.7.14
5702025-07-15T20:11:44.915Z Compiling clap v4.5.40
5712025-07-15T20:11:45.048Z Compiling icu_provider v1.5.0
5722025-07-15T20:11:45.818Z Compiling icu_locid_transform v1.5.0
5732025-07-15T20:11:46.812Z Compiling pest_derive v2.7.14
5742025-07-15T20:11:47.075Z Compiling icu_properties v1.5.1
5752025-07-15T20:11:47.587Z Compiling dtrace-parser v0.2.0
5762025-07-15T20:11:49.137Z Compiling serde_tokenstream v0.2.2
5772025-07-15T20:11:49.175Z Compiling serde_spanned v0.6.9
5782025-07-15T20:11:49.175Z Compiling toml_datetime v0.6.11
5792025-07-15T20:11:49.336Z Compiling erased-serde v0.4.6
5802025-07-15T20:11:49.423Z Compiling serde-value v0.7.0
5812025-07-15T20:11:49.687Z Compiling toml_edit v0.22.27
5822025-07-15T20:11:50.195Z Compiling cargo-platform v0.2.0
5832025-07-15T20:11:50.221Z Compiling camino-tempfile v1.4.1
5842025-07-15T20:11:50.400Z Compiling icu_normalizer v1.5.0
5852025-07-15T20:11:50.425Z Compiling serde-untagged v0.1.7
5862025-07-15T20:11:50.661Z Compiling macaddr v1.0.1
5872025-07-15T20:11:50.866Z Compiling dof v0.3.0
5882025-07-15T20:11:51.290Z Compiling idna_adapter v1.2.0
5892025-07-15T20:11:51.528Z Compiling idna v1.0.3
5902025-07-15T20:11:52.075Z Compiling url v2.5.4
5912025-07-15T20:11:52.329Z Compiling usdt-attr-macro v0.5.0
5922025-07-15T20:11:52.353Z Compiling usdt-macro v0.5.0
5932025-07-15T20:11:52.792Z Compiling toml v0.8.23
5942025-07-15T20:11:53.379Z Compiling usdt v0.5.0
5952025-07-15T20:11:53.564Z Compiling cargo-util-schemas v0.2.0
5962025-07-15T20:11:53.567Z Compiling cargo_toml v0.21.0
5972025-07-15T20:11:54.899Z Compiling cargo_metadata v0.20.0
5982025-07-15T20:11:56.668Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5992025-07-15T20:12:00.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
6002025-07-15T20:12:00.329Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6012025-07-15T20:12:00.985Z Downloading crates ...
6022025-07-15T20:12:01.121Z Downloaded arc-swap v1.7.1
6032025-07-15T20:12:01.128Z Downloaded async-bb8-diesel v0.2.1
6042025-07-15T20:12:01.133Z Downloaded aead v0.5.2
6052025-07-15T20:12:01.133Z Downloaded atomic-waker v1.1.2
6062025-07-15T20:12:01.133Z Downloaded async-recursion v1.1.1
6072025-07-15T20:12:01.136Z Downloaded crucible-workspace-hack v0.1.0
6082025-07-15T20:12:01.139Z Downloaded arrayvec v0.7.6
6092025-07-15T20:12:01.142Z Downloaded atty v0.2.14
6102025-07-15T20:12:01.142Z Downloaded heapless v0.8.0
6112025-07-15T20:12:01.147Z Downloaded array-init v0.0.4
6122025-07-15T20:12:01.151Z Downloaded argon2 v0.5.3
6132025-07-15T20:12:01.151Z Downloaded addr2line v0.24.2
6142025-07-15T20:12:01.154Z Downloaded headers-core v0.3.0
6152025-07-15T20:12:01.154Z Downloaded atomicwrites v0.4.4
6162025-07-15T20:12:01.157Z Downloaded heck v0.3.3
6172025-07-15T20:12:01.160Z Downloaded hyper-staticfile v0.10.1
6182025-07-15T20:12:01.160Z Downloaded aws-lc-rs v1.12.4
6192025-07-15T20:12:01.171Z Downloaded hickory-server v0.25.2
6202025-07-15T20:12:01.177Z Downloaded httparse v1.9.5
6212025-07-15T20:12:01.181Z Downloaded heapless v0.7.17
6222025-07-15T20:12:01.184Z Downloaded hashbrown v0.13.2
6232025-07-15T20:12:01.189Z Downloaded hostname v0.4.0
6242025-07-15T20:12:01.193Z Downloaded humantime v2.2.0
6252025-07-15T20:12:01.193Z Downloaded hickory-client v0.25.2
6262025-07-15T20:12:01.196Z Downloaded hyper v1.6.0
6272025-07-15T20:12:01.204Z Downloaded http-body v1.0.1
6282025-07-15T20:12:01.207Z Downloaded bitfield-struct v0.6.2
6292025-07-15T20:12:01.211Z Downloaded match_cfg v0.1.0
6302025-07-15T20:12:01.211Z Downloaded lockfree-object-pool v0.1.6
6312025-07-15T20:12:01.214Z Downloaded is_ci v1.2.0
6322025-07-15T20:12:01.218Z Downloaded cfg_aliases v0.2.1
6332025-07-15T20:12:01.218Z Downloaded ident_case v1.0.1
6342025-07-15T20:12:01.223Z Downloaded crc8 v0.1.1
6352025-07-15T20:12:01.223Z Downloaded ciborium-io v0.2.2
6362025-07-15T20:12:01.228Z Downloaded hubpack_derive v0.1.1
6372025-07-15T20:12:01.228Z Downloaded cfg_aliases v0.1.1
6382025-07-15T20:12:01.228Z Downloaded http-range v0.1.5
6392025-07-15T20:12:01.228Z Downloaded hex-literal v0.4.1
6402025-07-15T20:12:01.228Z Downloaded bitfield v0.14.0
6412025-07-15T20:12:01.232Z Downloaded md5 v0.7.0
6422025-07-15T20:12:01.232Z Downloaded blowfish v0.9.1
6432025-07-15T20:12:01.235Z Downloaded instant v0.1.13
6442025-07-15T20:12:01.235Z Downloaded bit-set v0.8.0
6452025-07-15T20:12:01.239Z Downloaded hyper-rustls v0.27.7
6462025-07-15T20:12:01.242Z Downloaded block-padding v0.3.3
6472025-07-15T20:12:01.242Z Downloaded bit-vec v0.6.3
6482025-07-15T20:12:01.246Z Downloaded lru-cache v0.1.2
6492025-07-15T20:12:01.246Z Downloaded inout v0.1.3
6502025-07-15T20:12:01.249Z Downloaded progenitor-client v0.8.0
6512025-07-15T20:12:01.250Z Downloaded bzip2 v0.4.4
6522025-07-15T20:12:01.253Z Downloaded bzip2 v0.5.2
6532025-07-15T20:12:01.258Z Downloaded mime v0.3.17
6542025-07-15T20:12:01.258Z Downloaded backoff v0.4.0
6552025-07-15T20:12:01.261Z Downloaded progenitor-client v0.9.1
6562025-07-15T20:12:01.261Z Downloaded maplit v1.0.2
6572025-07-15T20:12:01.265Z Downloaded lru v0.12.5
6582025-07-15T20:12:01.266Z Downloaded managed v0.8.0
6592025-07-15T20:12:01.269Z Downloaded lazy_static v1.5.0
6602025-07-15T20:12:01.269Z Downloaded buf-list v1.0.3
6612025-07-15T20:12:01.273Z Downloaded memoffset v0.9.1
6622025-07-15T20:12:01.276Z Downloaded maybe-uninit v2.0.0
6632025-07-15T20:12:01.276Z Downloaded lzss v0.8.2
6642025-07-15T20:12:01.280Z Downloaded md-5 v0.10.6
6652025-07-15T20:12:01.283Z Downloaded castaway v0.2.3
6662025-07-15T20:12:01.283Z Downloaded libscf-sys v1.1.0
6672025-07-15T20:12:01.288Z Downloaded rustc-hash v1.1.0
6682025-07-15T20:12:01.292Z Downloaded rand_xorshift v0.4.0
6692025-07-15T20:12:01.292Z Downloaded crc-catalog v2.4.0
6702025-07-15T20:12:01.292Z Downloaded cobs v0.2.3
6712025-07-15T20:12:01.295Z Downloaded sync_wrapper v1.0.1
6722025-07-15T20:12:01.295Z Downloaded sqlparser_derive v0.2.2
6732025-07-15T20:12:01.299Z Downloaded scopeguard v1.2.0
6742025-07-15T20:12:01.299Z Downloaded crossbeam-deque v0.8.5
6752025-07-15T20:12:01.304Z Downloaded signal-hook-registry v1.4.2
6762025-07-15T20:12:01.304Z Downloaded signal-hook-tokio v0.3.1
6772025-07-15T20:12:01.309Z Downloaded constant_time_eq v0.3.1
6782025-07-15T20:12:01.309Z Downloaded proc-macro-crate v1.3.1
6792025-07-15T20:12:01.309Z Downloaded mime_guess v2.0.5
6802025-07-15T20:12:01.313Z Downloaded memmap2 v0.9.5
6812025-07-15T20:12:01.313Z Downloaded iana-time-zone v0.1.63
6822025-07-15T20:12:01.318Z Downloaded time-core v0.1.2
6832025-07-15T20:12:01.318Z Downloaded sync-ptr v0.1.4
6842025-07-15T20:12:01.322Z Downloaded progenitor-client v0.10.0
6852025-07-15T20:12:01.322Z Downloaded ingot-macros v0.1.0
6862025-07-15T20:12:01.325Z Downloaded rustc-demangle v0.1.24
6872025-07-15T20:12:01.325Z Downloaded ref-cast-impl v1.0.24
6882025-07-15T20:12:01.329Z Downloaded rfc6979 v0.4.0
6892025-07-15T20:12:01.333Z Downloaded smallvec v0.6.14
6902025-07-15T20:12:01.333Z Downloaded scrypt v0.11.0
6912025-07-15T20:12:01.336Z Downloaded libloading v0.8.5
6922025-07-15T20:12:01.339Z Downloaded xshell-macros v0.2.7
6932025-07-15T20:12:01.339Z Downloaded hashbrown v0.12.3
6942025-07-15T20:12:01.343Z Downloaded derive_builder_macro v0.20.2
6952025-07-15T20:12:01.346Z Downloaded tokio-macros v2.5.0
6962025-07-15T20:12:01.346Z Downloaded tokio-dtrace v0.1.0
6972025-07-15T20:12:01.350Z Downloaded cexpr v0.6.0
6982025-07-15T20:12:01.353Z Downloaded cbc v0.1.2
6992025-07-15T20:12:01.353Z Downloaded cargo_metadata v0.18.1
7002025-07-15T20:12:01.357Z Downloaded cookie v0.18.1
7012025-07-15T20:12:01.362Z Downloaded indexmap v1.9.3
7022025-07-15T20:12:01.365Z Downloaded litrs v0.4.1
7032025-07-15T20:12:01.370Z Downloaded endian-type v0.1.2
7042025-07-15T20:12:01.370Z Downloaded ignore v0.4.23
7052025-07-15T20:12:01.373Z Downloaded fxhash v0.2.1
7062025-07-15T20:12:01.373Z Downloaded newline-converter v0.3.0
7072025-07-15T20:12:01.377Z Downloaded new_debug_unreachable v1.0.6
7082025-07-15T20:12:01.377Z Downloaded unarray v0.1.4
7092025-07-15T20:12:01.381Z Downloaded tokio-tungstenite v0.23.1
7102025-07-15T20:12:01.381Z Downloaded embedded-io v0.6.1
7112025-07-15T20:12:01.385Z Downloaded num_threads v0.1.7
7122025-07-15T20:12:01.385Z Downloaded unicase v2.7.0
7132025-07-15T20:12:01.388Z Downloaded path-slash v0.1.5
7142025-07-15T20:12:01.388Z Downloaded zone v0.3.1
7152025-07-15T20:12:01.388Z Downloaded serde_cbor v0.11.2
7162025-07-15T20:12:01.392Z Downloaded r2d2 v0.8.10
7172025-07-15T20:12:01.406Z Downloaded deranged v0.3.11
7182025-07-15T20:12:01.409Z Downloaded console v0.15.10
7192025-07-15T20:12:01.413Z Downloaded colored v2.2.0
7202025-07-15T20:12:01.417Z Downloaded indicatif v0.17.11
7212025-07-15T20:12:01.420Z Downloaded const-oid v0.9.6
7222025-07-15T20:12:01.423Z Downloaded gethostname v0.5.0
7232025-07-15T20:12:01.427Z Downloaded phf_shared v0.11.2
7242025-07-15T20:12:01.427Z Downloaded which v4.4.2
7252025-07-15T20:12:01.431Z Downloaded num v0.4.3
7262025-07-15T20:12:01.431Z Downloaded zone v0.1.8
7272025-07-15T20:12:01.434Z Downloaded crc-any v2.5.0
7282025-07-15T20:12:01.434Z Downloaded compact_str v0.8.0
7292025-07-15T20:12:01.438Z Downloaded zstd-safe v7.2.3
7302025-07-15T20:12:01.441Z Downloaded serde-big-array v0.5.1
7312025-07-15T20:12:01.444Z Downloaded pbkdf2 v0.12.2
7322025-07-15T20:12:01.447Z Downloaded pin-project-internal v1.1.6
7332025-07-15T20:12:01.447Z Downloaded ecdsa v0.16.9
7342025-07-15T20:12:01.451Z Downloaded want v0.3.1
7352025-07-15T20:12:01.454Z Downloaded waitgroup v0.1.2
7362025-07-15T20:12:01.454Z Downloaded take_mut v0.2.2
7372025-07-15T20:12:01.458Z Downloaded strum v0.26.3
7382025-07-15T20:12:01.458Z Downloaded tinyvec_macros v0.1.1
7392025-07-15T20:12:01.461Z Downloaded rustc_version v0.1.7
7402025-07-15T20:12:01.461Z Downloaded num_enum v0.5.11
7412025-07-15T20:12:01.465Z Downloaded vte_generate_state_changes v0.1.2
7422025-07-15T20:12:01.468Z Downloaded void v1.0.2
7432025-07-15T20:12:01.468Z Downloaded try-lock v0.2.5
7442025-07-15T20:12:01.472Z Downloaded phf_generator v0.11.2
7452025-07-15T20:12:01.472Z Downloaded phf_codegen v0.11.2
7462025-07-15T20:12:01.475Z Downloaded twox-hash v2.1.0
7472025-07-15T20:12:01.475Z Downloaded term v0.7.0
7482025-07-15T20:12:01.479Z Downloaded num_enum_derive v0.5.11
7492025-07-15T20:12:01.482Z Downloaded rustls-pki-types v1.10.0
7502025-07-15T20:12:01.485Z Downloaded salsa20 v0.10.2
7512025-07-15T20:12:01.490Z Downloaded rusty-fork v0.3.0
7522025-07-15T20:12:01.495Z Downloaded nu-ansi-term v0.50.1
7532025-07-15T20:12:01.495Z Downloaded resolv-conf v0.7.0
7542025-07-15T20:12:01.498Z Downloaded whoami v1.5.2
7552025-07-15T20:12:01.498Z Downloaded powerfmt v0.2.0
7562025-07-15T20:12:01.501Z Downloaded shell-words v1.1.0
7572025-07-15T20:12:01.501Z Downloaded zopfli v0.8.1
7582025-07-15T20:12:01.505Z Downloaded bytes v1.10.1
7592025-07-15T20:12:01.513Z Downloaded progenitor-macro v0.10.0
7602025-07-15T20:12:01.516Z Downloaded progenitor-macro v0.9.1
7612025-07-15T20:12:01.517Z Downloaded xshell v0.2.7
7622025-07-15T20:12:01.517Z Downloaded wait-timeout v0.2.0
7632025-07-15T20:12:01.517Z Downloaded dsl_auto_type v0.1.2
7642025-07-15T20:12:01.520Z Downloaded rustc_version v0.4.1
7652025-07-15T20:12:01.523Z Downloaded der_derive v0.7.3
7662025-07-15T20:12:01.523Z Downloaded tracing-core v0.1.32
7672025-07-15T20:12:01.527Z Downloaded opaque-debug v0.3.1
7682025-07-15T20:12:01.531Z Downloaded derive_more v0.99.20
7692025-07-15T20:12:01.536Z Downloaded typify-macro v0.2.0
7702025-07-15T20:12:01.545Z Downloaded derive-where v1.5.0
7712025-07-15T20:12:01.551Z Downloaded jiff-static v0.2.15
7722025-07-15T20:12:01.551Z Downloaded env_logger v0.11.5
7732025-07-15T20:12:01.551Z Downloaded aes-gcm v0.10.3
7742025-07-15T20:12:01.557Z Downloaded precomputed-hash v0.1.1
7752025-07-15T20:12:01.557Z Downloaded http v1.3.1
7762025-07-15T20:12:01.557Z Downloaded peg-runtime v0.8.5
7772025-07-15T20:12:01.561Z Downloaded russh-cryptovec v0.7.3
7782025-07-15T20:12:01.561Z Downloaded data-encoding v2.9.0
7792025-07-15T20:12:01.561Z Downloaded postgres-types v0.2.9
7802025-07-15T20:12:01.567Z Downloaded dunce v1.0.5
7812025-07-15T20:12:01.567Z Downloaded rustc-hash v2.1.1
7822025-07-15T20:12:01.571Z Downloaded flagset v0.4.6
7832025-07-15T20:12:01.571Z Downloaded bumpalo v3.16.0
7842025-07-15T20:12:01.574Z Downloaded shlex v1.3.0
7852025-07-15T20:12:01.577Z Downloaded sigpipe v0.1.3
7862025-07-15T20:12:01.580Z Downloaded nodrop v0.1.14
7872025-07-15T20:12:01.580Z Downloaded walkdir v2.5.0
7882025-07-15T20:12:01.583Z Downloaded uzers v0.12.1
7892025-07-15T20:12:01.585Z Downloaded fixedbitset v0.4.2
7902025-07-15T20:12:01.588Z Downloaded progenitor-impl v0.8.0
7912025-07-15T20:12:01.588Z Downloaded num-derive v0.4.2
7922025-07-15T20:12:01.591Z Downloaded parse-display-derive v0.10.0
7932025-07-15T20:12:01.595Z Downloaded tracing-attributes v0.1.27
7942025-07-15T20:12:01.598Z Downloaded quinn v0.11.5
7952025-07-15T20:12:01.602Z Downloaded oxnet v0.1.2
7962025-07-15T20:12:01.607Z Downloaded oxide-tokio-rt v0.1.2
7972025-07-15T20:12:01.607Z Downloaded csv-core v0.1.11
7982025-07-15T20:12:01.618Z Downloaded diesel_table_macro_syntax v0.2.0
7992025-07-15T20:12:01.618Z Downloaded base64 v0.21.7
8002025-07-15T20:12:01.626Z Downloaded quick-error v1.2.3
8012025-07-15T20:12:01.626Z Downloaded openssl-macros v0.1.1
8022025-07-15T20:12:01.626Z Downloaded progenitor-macro v0.8.0
8032025-07-15T20:12:01.626Z Downloaded pem v3.0.5
8042025-07-15T20:12:01.626Z Downloaded steno v0.4.1
8052025-07-15T20:12:01.626Z Downloaded des v0.8.1
8062025-07-15T20:12:01.633Z Downloaded progenitor v0.9.1
8072025-07-15T20:12:01.633Z Downloaded tokio-native-tls v0.3.1
8082025-07-15T20:12:01.633Z Downloaded aes v0.8.4
8092025-07-15T20:12:01.640Z Downloaded futures-channel v0.3.31
8102025-07-15T20:12:01.640Z Downloaded fs_extra v1.3.0
8112025-07-15T20:12:01.647Z Downloaded serde_bytes v0.11.17
8122025-07-15T20:12:01.647Z Downloaded signature v2.2.0
8132025-07-15T20:12:01.655Z Downloaded rcgen v0.12.1
8142025-07-15T20:12:01.655Z Downloaded elliptic-curve v0.13.8
8152025-07-15T20:12:01.655Z Downloaded thiserror-no-std v2.0.2
8162025-07-15T20:12:01.658Z Downloaded rand_chacha v0.3.1
8172025-07-15T20:12:01.662Z Downloaded pin-project v1.1.6
8182025-07-15T20:12:01.671Z Downloaded strum v0.27.1
8192025-07-15T20:12:01.674Z Downloaded siphasher v0.3.11
8202025-07-15T20:12:01.676Z Downloaded ghash v0.5.1
8212025-07-15T20:12:01.677Z Downloaded diesel-dtrace v0.4.2
8222025-07-15T20:12:01.679Z Downloaded tower-layer v0.3.3
8232025-07-15T20:12:01.682Z Downloaded predicates v3.1.3
8242025-07-15T20:12:01.685Z Downloaded cstr-argument v0.1.2
8252025-07-15T20:12:01.687Z Downloaded olpc-cjson v0.1.4
8262025-07-15T20:12:01.687Z Downloaded tokio-rustls v0.24.1
8272025-07-15T20:12:01.691Z Downloaded hash32 v0.3.1
8282025-07-15T20:12:01.695Z Downloaded newtype_derive v0.1.6
8292025-07-15T20:12:01.701Z Downloaded futures v0.3.31
8302025-07-15T20:12:01.706Z Downloaded ppv-lite86 v0.2.20
8312025-07-15T20:12:01.706Z Downloaded expectorate v1.2.0
8322025-07-15T20:12:01.706Z Downloaded postgres-protocol v0.6.8
8332025-07-15T20:12:01.710Z Downloaded openssl-probe v0.1.5
8342025-07-15T20:12:01.721Z Downloaded num-conv v0.1.0
8352025-07-15T20:12:01.721Z Downloaded serde_path_to_error v0.1.17
8362025-07-15T20:12:01.727Z Downloaded fixedbitset v0.5.7
8372025-07-15T20:12:01.727Z Downloaded rand_seeder v0.3.0
8382025-07-15T20:12:01.727Z Downloaded publicsuffix v2.3.0
8392025-07-15T20:12:01.727Z Downloaded polyval v0.6.2
8402025-07-15T20:12:01.727Z Downloaded termios v0.3.3
8412025-07-15T20:12:01.727Z Downloaded slog-async v2.8.0
8422025-07-15T20:12:01.731Z Downloaded slab v0.4.9
8432025-07-15T20:12:01.731Z Downloaded diff v0.1.13
8442025-07-15T20:12:01.736Z Downloaded libm v0.2.8
8452025-07-15T20:12:01.742Z Downloaded secrecy v0.8.0
8462025-07-15T20:12:01.745Z Downloaded float-ord v0.3.2
8472025-07-15T20:12:01.748Z Downloaded utf-8 v0.7.6
8482025-07-15T20:12:01.748Z Downloaded predicates-core v1.0.8
8492025-07-15T20:12:01.750Z Downloaded topological-sort v0.2.2
8502025-07-15T20:12:01.753Z Downloaded tower-service v0.3.3
8512025-07-15T20:12:01.753Z Downloaded nibble_vec v0.1.0
8522025-07-15T20:12:01.755Z Downloaded nanorand v0.7.0
8532025-07-15T20:12:01.758Z Downloaded ff v0.13.0
8542025-07-15T20:12:01.760Z Downloaded itertools v0.14.0
8552025-07-15T20:12:01.767Z Downloaded foreign-types v0.3.2
8562025-07-15T20:12:01.770Z Downloaded globset v0.4.15
8572025-07-15T20:12:01.773Z Downloaded russh-keys v0.45.0
8582025-07-15T20:12:01.775Z Downloaded normalize-line-endings v0.3.0
8592025-07-15T20:12:01.775Z Downloaded document-features v0.2.10
8602025-07-15T20:12:01.778Z Downloaded defmt v0.3.8
8612025-07-15T20:12:01.782Z Downloaded rand_chacha v0.9.0
8622025-07-15T20:12:01.784Z Downloaded phf v0.11.2
8632025-07-15T20:12:01.788Z Downloaded progenitor-impl v0.10.0
8642025-07-15T20:12:01.791Z Downloaded rand_core v0.6.4
8652025-07-15T20:12:01.791Z Downloaded omicron-zone-package v0.12.2
8662025-07-15T20:12:01.794Z Downloaded secrecy v0.10.3
8672025-07-15T20:12:01.798Z Downloaded typed-path v0.9.3
8682025-07-15T20:12:01.804Z Downloaded pin-utils v0.1.0
8692025-07-15T20:12:01.807Z Downloaded strum_macros v0.24.3
8702025-07-15T20:12:01.811Z Downloaded zeroize v1.8.1
8712025-07-15T20:12:01.811Z Downloaded sec1 v0.7.3
8722025-07-15T20:12:01.814Z Downloaded same-file v1.0.6
8732025-07-15T20:12:01.817Z Downloaded snafu-derive v0.8.5
8742025-07-15T20:12:01.817Z Downloaded foreign-types-shared v0.1.1
8752025-07-15T20:12:01.821Z Downloaded yasna v0.5.2
8762025-07-15T20:12:01.821Z Downloaded tokio-tungstenite v0.21.0
8772025-07-15T20:12:01.825Z Downloaded stringprep v0.1.5
8782025-07-15T20:12:01.828Z Downloaded xattr v1.3.1
8792025-07-15T20:12:01.828Z Downloaded thread_local v1.1.8
8802025-07-15T20:12:01.831Z Downloaded foreign-types v0.5.0
8812025-07-15T20:12:01.834Z Downloaded fd-lock v4.0.2
8822025-07-15T20:12:01.834Z Downloaded half v2.4.1
8832025-07-15T20:12:01.838Z Downloaded pin-project-lite v0.2.14
8842025-07-15T20:12:01.843Z Downloaded dyn-clone v1.0.19
8852025-07-15T20:12:01.846Z Downloaded toml v0.7.8
8862025-07-15T20:12:01.849Z Downloaded wyz v0.5.1
8872025-07-15T20:12:01.853Z Downloaded thiserror-impl-no-std v2.0.2
8882025-07-15T20:12:01.856Z Downloaded termtree v0.5.1
8892025-07-15T20:12:01.856Z Downloaded smf v0.2.3
8902025-07-15T20:12:01.859Z Downloaded slog-bunyan v2.5.0
8912025-07-15T20:12:01.859Z Downloaded fs-err v2.11.0
8922025-07-15T20:12:01.862Z Downloaded fallible-iterator v0.2.0
8932025-07-15T20:12:01.862Z Downloaded diesel_derives v2.2.3
8942025-07-15T20:12:01.867Z Downloaded oso-derive v0.27.3
8952025-07-15T20:12:01.870Z Downloaded rustls-pemfile v1.0.4
8962025-07-15T20:12:01.873Z Downloaded packed_struct_codegen v0.10.1
8972025-07-15T20:12:01.874Z Downloaded zerocopy-derive v0.8.26
8982025-07-15T20:12:01.880Z Downloaded pkg-config v0.3.31
8992025-07-15T20:12:01.883Z Downloaded foreign-types-shared v0.3.1
9002025-07-15T20:12:01.886Z Downloaded defmt-parser v0.3.4
9012025-07-15T20:12:01.886Z Downloaded debug-ignore v1.0.5
9022025-07-15T20:12:01.889Z Downloaded parking_lot v0.12.3
9032025-07-15T20:12:01.889Z Downloaded darling_macro v0.20.10
9042025-07-15T20:12:01.893Z Downloaded rsa v0.9.6
9052025-07-15T20:12:01.897Z Downloaded pretty-hex v0.2.1
9062025-07-15T20:12:01.900Z Downloaded tokio-rustls v0.25.0
9072025-07-15T20:12:01.900Z Downloaded slog-json v2.6.1
9082025-07-15T20:12:01.903Z Downloaded ed25519 v2.2.3
9092025-07-15T20:12:01.907Z Downloaded proc-macro-error2 v2.0.1
9102025-07-15T20:12:01.910Z Downloaded defmt-macros v0.3.9
9112025-07-15T20:12:01.913Z Downloaded aho-corasick v1.1.3
9122025-07-15T20:12:01.916Z Downloaded glob v0.3.2
9132025-07-15T20:12:01.920Z Downloaded uuid v1.17.0
9142025-07-15T20:12:01.923Z Downloaded parse-display v0.10.0
9152025-07-15T20:12:01.927Z Downloaded tough v0.20.0
9162025-07-15T20:12:01.932Z Downloaded slog-envlogger v2.2.0
9172025-07-15T20:12:01.935Z Downloaded slog-dtrace v0.3.0
9182025-07-15T20:12:01.938Z Downloaded futures-util v0.3.31
9192025-07-15T20:12:01.949Z Downloaded string_cache v0.8.9
9202025-07-15T20:12:01.952Z Downloaded primeorder v0.13.6
9212025-07-15T20:12:01.952Z Downloaded num-integer v0.1.46
9222025-07-15T20:12:01.955Z Downloaded subprocess v0.2.9
9232025-07-15T20:12:01.959Z Downloaded num-iter v0.1.45
9242025-07-15T20:12:01.959Z Downloaded universal-hash v0.5.1
9252025-07-15T20:12:01.959Z Downloaded schemars_derive v0.8.22
9262025-07-15T20:12:01.963Z Downloaded scheduled-thread-pool v0.2.7
9272025-07-15T20:12:01.963Z Downloaded display-error-chain v0.2.2
9282025-07-15T20:12:01.966Z Downloaded dirs-next v2.0.0
9292025-07-15T20:12:01.966Z Downloaded daft v0.1.4
9302025-07-15T20:12:01.970Z Downloaded zerocopy v0.6.6
9312025-07-15T20:12:01.971Z Downloaded flate2 v1.1.2
9322025-07-15T20:12:01.974Z Downloaded parking_lot_core v0.8.6
9332025-07-15T20:12:01.977Z Downloaded fatfs v0.3.6
9342025-07-15T20:12:01.981Z Downloaded test-strategy v0.4.1
9352025-07-15T20:12:01.985Z Downloaded tokio-util v0.7.15
9362025-07-15T20:12:01.990Z Downloaded typify v0.2.0
9372025-07-15T20:12:01.994Z Downloaded num-complex v0.4.6
9382025-07-15T20:12:01.998Z Downloaded strum_macros v0.26.4
9392025-07-15T20:12:02.002Z Downloaded pkcs5 v0.7.1
9402025-07-15T20:12:02.006Z Downloaded rustls-webpki v0.101.7
9412025-07-15T20:12:02.016Z Downloaded untrusted v0.9.0
9422025-07-15T20:12:02.019Z Downloaded untrusted v0.7.1
9432025-07-15T20:12:02.019Z Downloaded proc-macro-error-attr2 v2.0.0
9442025-07-15T20:12:02.023Z Downloaded rayon-core v1.12.1
9452025-07-15T20:12:02.026Z Downloaded strum_macros v0.27.1
9462025-07-15T20:12:02.029Z Downloaded yansi v1.0.1
9472025-07-15T20:12:02.029Z Downloaded rand_core v0.9.2
9482025-07-15T20:12:02.034Z Downloaded openssl-sys v0.9.109
9492025-07-15T20:12:02.037Z Downloaded lalrpop v0.19.12
9502025-07-15T20:12:02.047Z Downloaded unicode-truncate v1.1.0
9512025-07-15T20:12:02.051Z Downloaded password-hash v0.4.2
9522025-07-15T20:12:02.054Z Downloaded papergrid v0.14.0
9532025-07-15T20:12:02.057Z Downloaded rand v0.8.5
9542025-07-15T20:12:02.060Z Downloaded toml_edit v0.19.15
9552025-07-15T20:12:02.076Z Downloaded schemars v0.8.22
9562025-07-15T20:12:02.086Z Downloaded value-bag v1.9.0
9572025-07-15T20:12:02.090Z Downloaded tar v0.4.44
9582025-07-15T20:12:02.093Z Downloaded sqlformat v0.3.5
9592025-07-15T20:12:02.096Z Downloaded rand v0.9.1
9602025-07-15T20:12:02.099Z Downloaded oso v0.27.3
9612025-07-15T20:12:02.103Z Downloaded typify v0.3.0
9622025-07-15T20:12:02.107Z Downloaded tungstenite v0.21.0
9632025-07-15T20:12:02.110Z Downloaded darling_core v0.20.10
9642025-07-15T20:12:02.113Z Downloaded bitvec v1.0.1
9652025-07-15T20:12:02.129Z Downloaded minimal-lexical v0.2.1
9662025-07-15T20:12:02.133Z Downloaded reqwest v0.12.22
9672025-07-15T20:12:02.141Z Downloaded ron v0.8.1
9682025-07-15T20:12:02.146Z Downloaded miniz_oxide v0.8.5
9692025-07-15T20:12:02.151Z Downloaded tracing v0.1.40
9702025-07-15T20:12:02.154Z Downloaded quinn-proto v0.11.8
9712025-07-15T20:12:02.159Z Downloaded unsafe-libyaml v0.2.11
9722025-07-15T20:12:02.162Z Downloaded unicode_categories v0.1.1
9732025-07-15T20:12:02.165Z Downloaded x509-cert v0.2.5
9742025-07-15T20:12:02.170Z Downloaded parse-zoneinfo v0.3.1
9752025-07-15T20:12:02.174Z Downloaded crypto-bigint v0.5.5
9762025-07-15T20:12:02.179Z Downloaded serde_with v3.14.0
9772025-07-15T20:12:02.191Z Downloaded samael v0.0.19
9782025-07-15T20:12:02.197Z Downloaded num-bigint-dig v0.8.4
9792025-07-15T20:12:02.202Z Downloaded portable-atomic v1.11.0
9802025-07-15T20:12:02.209Z Downloaded zlib-rs v0.5.1
9812025-07-15T20:12:02.214Z Downloaded zip v4.2.0
9822025-07-15T20:12:02.218Z Downloaded proptest v1.7.0
9832025-07-15T20:12:02.227Z Downloaded rpassword v7.4.0
9842025-07-15T20:12:02.230Z Downloaded regex v1.11.1
9852025-07-15T20:12:02.241Z Downloaded nom v7.1.3
9862025-07-15T20:12:02.247Z Downloaded hickory-proto v0.24.4
9872025-07-15T20:12:02.261Z Downloaded p384 v0.13.0
9882025-07-15T20:12:02.266Z Downloaded h2 v0.4.6
9892025-07-15T20:12:02.273Z Downloaded time v0.3.36
9902025-07-15T20:12:02.281Z Downloaded sqlparser v0.45.0
9912025-07-15T20:12:02.285Z Downloaded winnow v0.6.26
9922025-07-15T20:12:02.295Z Downloaded chrono v0.4.41
9932025-07-15T20:12:02.301Z Downloaded object v0.30.4
9942025-07-15T20:12:02.310Z Downloaded bindgen v0.71.1
9952025-07-15T20:12:02.317Z Downloaded bindgen v0.69.5
9962025-07-15T20:12:02.324Z Downloaded quick-xml v0.37.2
9972025-07-15T20:12:02.330Z Downloaded winnow v0.5.40
9982025-07-15T20:12:02.339Z Downloaded rayon v1.10.0
9992025-07-15T20:12:02.348Z Downloaded radix_trie v0.2.1
10002025-07-15T20:12:02.353Z Downloaded rustls v0.21.12
10012025-07-15T20:12:02.363Z Downloaded git2 v0.19.0
10022025-07-15T20:12:02.371Z Downloaded vcpkg v0.2.15
10032025-07-15T20:12:02.408Z Downloaded tabled v0.18.0
10042025-07-15T20:12:02.424Z Downloaded openssl v0.10.73
10052025-07-15T20:12:02.433Z Downloaded bstr v1.10.0
10062025-07-15T20:12:02.442Z Downloaded hickory-proto v0.25.2
10072025-07-15T20:12:02.457Z Downloaded zerocopy v0.8.26
10082025-07-15T20:12:02.478Z Downloaded moka v0.12.10
10092025-07-15T20:12:02.487Z Downloaded gimli v0.31.1
10102025-07-15T20:12:02.495Z Downloaded curve25519-dalek v4.1.3
10112025-07-15T20:12:02.503Z Downloaded polar-core v0.27.3
10122025-07-15T20:12:02.511Z Downloaded nix v0.27.1
10132025-07-15T20:12:02.522Z Downloaded smoltcp v0.11.0
10142025-07-15T20:12:02.533Z Downloaded nix v0.28.0
10152025-07-15T20:12:02.543Z Downloaded nix v0.29.0
10162025-07-15T20:12:02.555Z Downloaded object v0.36.5
10172025-07-15T20:12:02.564Z Downloaded openapiv3 v2.2.0
10182025-07-15T20:12:02.574Z Downloaded rustls v0.22.4
10192025-07-15T20:12:02.587Z Downloaded diesel v2.2.11
10202025-07-15T20:12:02.605Z Downloaded typify-impl v0.3.0
10212025-07-15T20:12:02.623Z Downloaded typify-impl v0.2.0
10222025-07-15T20:12:02.630Z Downloaded typify-impl v0.4.1
10232025-07-15T20:12:02.643Z Downloaded zerocopy-derive v0.6.6
10242025-07-15T20:12:02.652Z Downloaded ratatui v0.29.0
10252025-07-15T20:12:02.671Z Downloaded sled v0.34.7
10262025-07-15T20:12:02.679Z Downloaded dropshot v0.16.2
10272025-07-15T20:12:02.717Z Downloaded regress v0.10.3
10282025-07-15T20:12:02.718Z Downloaded regex-syntax v0.8.5
10292025-07-15T20:12:02.721Z Downloaded nix v0.30.1
10302025-07-15T20:12:02.737Z Downloaded jiff v0.2.15
10312025-07-15T20:12:02.756Z Downloaded regex-automata v0.4.8
10322025-07-15T20:12:02.775Z Downloaded bzip2-sys v0.1.13+1.0.8
10332025-07-15T20:12:02.786Z Downloaded smoltcp v0.9.1
10342025-07-15T20:12:02.795Z Downloaded lzma-sys v0.1.20
10352025-07-15T20:12:02.823Z Downloaded petgraph v0.6.5
10362025-07-15T20:12:02.835Z Downloaded tokio v1.45.1
10372025-07-15T20:12:02.866Z Downloaded regex-syntax v0.6.29
10382025-07-15T20:12:02.872Z Downloaded rustls v0.23.19
10392025-07-15T20:12:02.898Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10402025-07-15T20:12:02.901Z Downloaded libz-sys v1.1.20
10412025-07-15T20:12:02.914Z Downloaded petgraph v0.8.2
10422025-07-15T20:12:02.931Z Downloaded chrono-tz v0.10.3
10432025-07-15T20:12:02.936Z Downloaded webpki-roots v1.0.1
10442025-07-15T20:12:02.940Z Downloaded petname v2.0.2
10452025-07-15T20:12:02.945Z Downloaded rustls-webpki v0.102.8
10462025-07-15T20:12:02.963Z Downloaded sha3 v0.10.8
10472025-07-15T20:12:02.967Z Downloaded csv v1.3.1
10482025-07-15T20:12:02.983Z Downloaded ed25519-dalek v2.1.1
10492025-07-15T20:12:02.987Z Downloaded salty v0.3.0
10502025-07-15T20:12:02.992Z Downloaded zip v0.6.6
10512025-07-15T20:12:02.996Z Downloaded reedline v0.40.0
10522025-07-15T20:12:03.002Z Downloaded tokio-postgres v0.7.13
10532025-07-15T20:12:03.007Z Downloaded curve25519-dalek-derive v0.1.1
10542025-07-15T20:12:03.010Z Downloaded either v1.15.0
10552025-07-15T20:12:03.010Z Downloaded rustls-pemfile v2.2.0
10562025-07-15T20:12:03.010Z Downloaded rustls-native-certs v0.8.1
10572025-07-15T20:12:03.015Z Downloaded snafu v0.8.5
10582025-07-15T20:12:03.018Z Downloaded semver v0.1.20
10592025-07-15T20:12:03.018Z Downloaded pkcs1 v0.7.5
10602025-07-15T20:12:03.023Z Downloaded password-hash v0.5.0
10612025-07-15T20:12:03.026Z Downloaded flume v0.11.1
10622025-07-15T20:12:03.026Z Downloaded ref-cast v1.0.24
10632025-07-15T20:12:03.030Z Downloaded radium v0.7.0
10642025-07-15T20:12:03.030Z Downloaded tower-http v0.6.6
10652025-07-15T20:12:03.034Z Downloaded p521 v0.13.3
10662025-07-15T20:12:03.039Z Downloaded blake3 v1.5.4
10672025-07-15T20:12:03.044Z Downloaded rustyline v14.0.0
10682025-07-15T20:12:03.049Z Downloaded crunchy v0.2.2
10692025-07-15T20:12:03.052Z Downloaded parking_lot v0.11.2
10702025-07-15T20:12:03.052Z Downloaded tokio-rustls v0.26.0
10712025-07-15T20:12:03.057Z Downloaded time-macros v0.2.18
10722025-07-15T20:12:03.060Z Downloaded ron v0.7.1
10732025-07-15T20:12:03.060Z Downloaded russh v0.45.0
10742025-07-15T20:12:03.064Z Downloaded subtle v2.6.1
10752025-07-15T20:12:03.068Z Downloaded peg v0.8.5
10762025-07-15T20:12:03.071Z Downloaded unicode-segmentation v1.12.0
10772025-07-15T20:12:03.074Z Downloaded tokio-stream v0.1.17
10782025-07-15T20:12:03.077Z Downloaded poly1305 v0.8.0
10792025-07-15T20:12:03.080Z Downloaded mio v1.0.2
10802025-07-15T20:12:03.085Z Downloaded hkdf v0.12.4
10812025-07-15T20:12:03.088Z Downloaded encoding_rs v0.8.34
10822025-07-15T20:12:03.104Z Downloaded half v1.8.3
10832025-07-15T20:12:03.107Z Downloaded unicode-normalization v0.1.24
10842025-07-15T20:12:03.111Z Downloaded ring v0.17.14
10852025-07-15T20:12:03.144Z Downloaded spki v0.7.3
10862025-07-15T20:12:03.147Z Downloaded ssh-key v0.6.6
10872025-07-15T20:12:03.152Z Downloaded crossterm v0.28.1
10882025-07-15T20:12:03.159Z Downloaded der v0.7.9
10892025-07-15T20:12:03.162Z Downloaded tower v0.5.2
10902025-07-15T20:12:03.169Z Downloaded float-cmp v0.10.0
10912025-07-15T20:12:03.173Z Downloaded vergen v8.3.2
10922025-07-15T20:12:03.176Z Downloaded typify v0.4.1
10932025-07-15T20:12:03.179Z Downloaded num-bigint v0.4.6
10942025-07-15T20:12:03.182Z Downloaded postcard v1.0.10
10952025-07-15T20:12:03.183Z Downloaded pkcs8 v0.10.2
10962025-07-15T20:12:03.186Z Downloaded peg-macros v0.8.5
10972025-07-15T20:12:03.189Z Downloaded parking_lot_core v0.9.10
10982025-07-15T20:12:03.189Z Downloaded socket2 v0.5.10
10992025-07-15T20:12:03.192Z Downloaded itertools v0.13.0
11002025-07-15T20:12:03.197Z Downloaded itertools v0.12.1
11012025-07-15T20:12:03.203Z Downloaded iri-string v0.7.8
11022025-07-15T20:12:03.212Z Downloaded progenitor-impl v0.9.1
11032025-07-15T20:12:03.218Z Downloaded qorb v0.4.0
11042025-07-15T20:12:03.218Z Downloaded foldhash v0.1.5
11052025-07-15T20:12:03.218Z Downloaded libgit2-sys v0.17.0+1.8.1
11062025-07-15T20:12:03.262Z Downloaded filetime v0.2.25
11072025-07-15T20:12:03.266Z Downloaded darling v0.20.10
11082025-07-15T20:12:03.269Z Downloaded daft-derive v0.1.4
11092025-07-15T20:12:03.276Z Downloaded similar v2.7.0
11102025-07-15T20:12:03.285Z Downloaded iddqd v0.3.8
11112025-07-15T20:12:03.285Z Downloaded serde_derive_internals v0.29.1
11122025-07-15T20:12:03.285Z Downloaded dropshot_endpoint v0.16.2
11132025-07-15T20:12:03.298Z Downloaded prettyplease v0.2.35
11142025-07-15T20:12:03.298Z Downloaded pretty_assertions v1.4.1
11152025-07-15T20:12:03.298Z Downloaded hash32 v0.2.1
11162025-07-15T20:12:03.298Z Downloaded group v0.13.0
11172025-07-15T20:12:03.298Z Downloaded globwalk v0.9.1
11182025-07-15T20:12:03.298Z Downloaded tap v1.0.1
11192025-07-15T20:12:03.306Z Downloaded progenitor v0.10.0
11202025-07-15T20:12:03.306Z Downloaded difflib v0.4.0
11212025-07-15T20:12:03.306Z Downloaded crossbeam-channel v0.5.15
11222025-07-15T20:12:03.306Z Downloaded cc v1.2.15
11232025-07-15T20:12:03.306Z Downloaded pem-rfc7468 v0.7.0
11242025-07-15T20:12:03.314Z Downloaded owo-colors v4.2.2
11252025-07-15T20:12:03.314Z Downloaded multer v3.1.0
11262025-07-15T20:12:03.314Z Downloaded tinyvec v1.8.0
11272025-07-15T20:12:03.318Z Downloaded supports-color v3.0.2
11282025-07-15T20:12:03.318Z Downloaded support-bundle-viewer v0.1.2
11292025-07-15T20:12:03.318Z Downloaded signal-hook-mio v0.2.4
11302025-07-15T20:12:03.318Z Downloaded serde-hex v0.1.0
11312025-07-15T20:12:03.318Z Downloaded libxml v0.3.3
11322025-07-15T20:12:03.325Z Downloaded itertools v0.10.5
11332025-07-15T20:12:03.336Z Downloaded tls_codec_derive v0.4.1
11342025-07-15T20:12:03.336Z Downloaded tls_codec v0.4.1
11352025-07-15T20:12:03.336Z Downloaded simd-adler32 v0.3.7
11362025-07-15T20:12:03.340Z Downloaded getrandom v0.2.15
11372025-07-15T20:12:03.340Z Downloaded progenitor v0.8.0
11382025-07-15T20:12:03.340Z Downloaded signal-hook v0.3.17
11392025-07-15T20:12:03.340Z Downloaded tungstenite v0.23.0
11402025-07-15T20:12:03.342Z Downloaded num-derive v0.3.3
11412025-07-15T20:12:03.342Z Downloaded multimap v0.10.1
11422025-07-15T20:12:03.347Z Downloaded futures-executor v0.3.31
11432025-07-15T20:12:03.347Z Downloaded futures-core v0.3.31
11442025-07-15T20:12:03.347Z Downloaded funty v2.0.0
11452025-07-15T20:12:03.347Z Downloaded tui-tree-widget v0.23.1
11462025-07-15T20:12:03.352Z Downloaded dirs-sys-next v0.1.2
11472025-07-15T20:12:03.352Z Downloaded spin v0.9.8
11482025-07-15T20:12:03.352Z Downloaded p256 v0.13.2
11492025-07-15T20:12:03.356Z Downloaded serde_with_macros v3.14.0
11502025-07-15T20:12:03.356Z Downloaded vte v0.11.1
11512025-07-15T20:12:03.359Z Downloaded prefix-trie v0.7.0
11522025-07-15T20:12:03.362Z Downloaded chacha20poly1305 v0.10.1
11532025-07-15T20:12:03.362Z Downloaded parse-size v1.1.0
11542025-07-15T20:12:03.362Z Downloaded ctr v0.9.2
11552025-07-15T20:12:03.366Z Downloaded base64 v0.22.1
11562025-07-15T20:12:03.373Z Downloaded const_format v0.2.34
11572025-07-15T20:12:03.373Z Downloaded hyper-util v0.1.14
11582025-07-15T20:12:03.376Z Downloaded foreign-types-macros v0.2.3
11592025-07-15T20:12:03.379Z Downloaded tiny-keccak v2.0.2
11602025-07-15T20:12:03.382Z Downloaded tabwriter v1.4.0
11612025-07-15T20:12:03.382Z Downloaded tabled_derive v0.10.0
11622025-07-15T20:12:03.382Z Downloaded strip-ansi-escapes v0.2.0
11632025-07-15T20:12:03.382Z Downloaded serde_urlencoded v0.7.1
11642025-07-15T20:12:03.386Z Downloaded serde_plain v1.0.2
11652025-07-15T20:12:03.386Z Downloaded typify-macro v0.3.0
11662025-07-15T20:12:03.389Z Downloaded tagptr v0.2.0
11672025-07-15T20:12:03.389Z Downloaded structmeta-derive v0.3.0
11682025-07-15T20:12:03.389Z Downloaded structmeta v0.3.0
11692025-07-15T20:12:03.389Z Downloaded vsss-rs v3.3.4
11702025-07-15T20:12:03.391Z Downloaded unicode-bidi v0.3.17
11712025-07-15T20:12:03.395Z Downloaded backtrace v0.3.74
11722025-07-15T20:12:03.398Z Downloaded env_logger v0.10.2
11732025-07-15T20:12:03.401Z Downloaded unicode-properties v0.1.3
11742025-07-15T20:12:03.401Z Downloaded derive_builder_core v0.20.2
11752025-07-15T20:12:03.403Z Downloaded derive_builder v0.20.2
11762025-07-15T20:12:03.407Z Downloaded termcolor v1.4.1
11772025-07-15T20:12:03.413Z Downloaded num-rational v0.4.2
11782025-07-15T20:12:03.414Z Downloaded slog v2.7.0
11792025-07-15T20:12:03.414Z Downloaded number_prefix v0.4.0
11802025-07-15T20:12:03.414Z Downloaded native-tls v0.2.12
11812025-07-15T20:12:03.414Z Downloaded ena v0.14.3
11822025-07-15T20:12:03.422Z Downloaded embedded-io v0.4.0
11832025-07-15T20:12:03.422Z Downloaded slog-term v2.9.1
11842025-07-15T20:12:03.422Z Downloaded pbkdf2 v0.11.0
11852025-07-15T20:12:03.431Z Downloaded paste v1.0.15
11862025-07-15T20:12:03.431Z Downloaded packed_struct v0.10.1
11872025-07-15T20:12:03.431Z Downloaded zstd v0.13.3
11882025-07-15T20:12:03.431Z Downloaded base64 v0.13.1
11892025-07-15T20:12:03.431Z Downloaded xz2 v0.1.7
11902025-07-15T20:12:03.443Z Downloaded serde_yaml v0.9.34+deprecated
11912025-07-15T20:12:03.443Z Downloaded zeroize_derive v1.4.2
11922025-07-15T20:12:03.443Z Downloaded newtype-uuid v1.2.4
11932025-07-15T20:12:03.444Z Downloaded futures-task v0.3.31
11942025-07-15T20:12:03.444Z Downloaded futures-sink v0.3.31
11952025-07-15T20:12:03.444Z Downloaded futures-macro v0.3.31
11962025-07-15T20:12:03.444Z Downloaded futures-io v0.3.31
11972025-07-15T20:12:03.444Z Downloaded env_filter v0.1.2
11982025-07-15T20:12:03.444Z Downloaded enum-as-inner v0.6.1
11992025-07-15T20:12:03.444Z Downloaded crossbeam-utils v0.8.21
12002025-07-15T20:12:03.462Z Downloaded crossbeam-epoch v0.9.18
12012025-07-15T20:12:03.462Z Downloaded typify-macro v0.4.1
12022025-07-15T20:12:03.462Z Downloaded slog-stdlog v4.1.1
12032025-07-15T20:12:03.462Z Downloaded slog-scope v4.4.0
12042025-07-15T20:12:03.462Z Downloaded cancel-safe-futures v0.1.5
12052025-07-15T20:12:03.462Z Downloaded clang-sys v1.8.1
12062025-07-15T20:12:03.462Z Downloaded blake2 v0.10.6
12072025-07-15T20:12:03.473Z Downloaded ciborium v0.2.2
12082025-07-15T20:12:03.473Z Downloaded base64ct v1.6.0
12092025-07-15T20:12:03.473Z Downloaded zone_cfg_derive v0.3.0
12102025-07-15T20:12:03.473Z Downloaded zone_cfg_derive v0.1.2
12112025-07-15T20:12:03.473Z Downloaded cookie_store v0.21.1
12122025-07-15T20:12:03.473Z Downloaded crc32fast v1.4.2
12132025-07-15T20:12:03.473Z Downloaded static_assertions v1.1.0
12142025-07-15T20:12:03.473Z Downloaded ssh-encoding v0.2.0
12152025-07-15T20:12:03.473Z Downloaded ssh-cipher v0.2.0
12162025-07-15T20:12:03.473Z Downloaded sct v0.7.1
12172025-07-15T20:12:03.473Z Downloaded hickory-resolver v0.25.2
12182025-07-15T20:12:03.481Z Downloaded const_format_proc_macros v0.2.34
12192025-07-15T20:12:03.481Z Downloaded bcs v0.1.6
12202025-07-15T20:12:03.481Z Downloaded jobserver v0.1.32
12212025-07-15T20:12:03.481Z Downloaded hmac v0.12.1
12222025-07-15T20:12:03.481Z Downloaded quinn-udp v0.5.5
12232025-07-15T20:12:03.484Z Downloaded impl-trait-for-tuples v0.2.2
12242025-07-15T20:12:03.484Z Downloaded hickory-resolver v0.24.4
12252025-07-15T20:12:03.494Z Downloaded lock_api v0.4.12
12262025-07-15T20:12:03.494Z Downloaded ipnet v2.11.0
12272025-07-15T20:12:03.494Z Downloaded predicates-tree v1.0.12
12282025-07-15T20:12:03.502Z Downloaded cmake v0.1.51
12292025-07-15T20:12:03.502Z Downloaded camino-tempfile-ext v0.3.2
12302025-07-15T20:12:03.502Z Downloaded bitflags v1.3.2
12312025-07-15T20:12:03.502Z Downloaded sha1 v0.10.6
12322025-07-15T20:12:03.502Z Downloaded serde_repr v0.1.19
12332025-07-15T20:12:03.502Z Downloaded rustversion v1.0.17
12342025-07-15T20:12:03.502Z Downloaded cipher v0.4.4
12352025-07-15T20:12:03.502Z Downloaded chrono-tz-build v0.4.0
12362025-07-15T20:12:03.507Z Downloaded cassowary v0.3.0
12372025-07-15T20:12:03.507Z Downloaded cargo-platform v0.1.8
12382025-07-15T20:12:03.507Z Downloaded psl-types v2.0.11
12392025-07-15T20:12:03.507Z Downloaded highway v1.3.0
12402025-07-15T20:12:03.507Z Downloaded rtoolbox v0.0.2
12412025-07-15T20:12:03.514Z Downloaded linear-map v1.2.0
12422025-07-15T20:12:03.514Z Downloaded critical-section v1.1.3
12432025-07-15T20:12:03.514Z Downloaded lalrpop-util v0.19.12
12442025-07-15T20:12:03.514Z Downloaded kstat-rs v0.2.4
12452025-07-15T20:12:03.514Z Downloaded is-terminal v0.4.13
12462025-07-15T20:12:03.517Z Downloaded internet-checksum v0.2.1
12472025-07-15T20:12:03.517Z Downloaded ingot-types v0.1.0
12482025-07-15T20:12:03.517Z Downloaded linked-hash-map v0.5.6
12492025-07-15T20:12:03.517Z Downloaded libsw-core v0.3.1
12502025-07-15T20:12:03.517Z Downloaded ingot v0.1.0
12512025-07-15T20:12:04.523Z Downloaded hyper-tls v0.6.0
12522025-07-15T20:12:04.523Z Downloaded crc v3.2.1
12532025-07-15T20:12:04.527Z Downloaded convert_case v0.4.0
12542025-07-15T20:12:04.527Z Downloaded chacha20 v0.9.1
12552025-07-15T20:12:04.527Z Downloaded bb8 v0.8.5
12562025-07-15T20:12:04.527Z Downloaded keccak v0.1.5
12572025-07-15T20:12:04.527Z Downloaded instability v0.3.2
12582025-07-15T20:12:04.527Z Downloaded indoc v2.0.6
12592025-07-15T20:12:04.527Z Downloaded indoc v1.0.9
12602025-07-15T20:12:04.527Z Downloaded ciborium-ll v0.2.2
12612025-07-15T20:12:04.527Z Downloaded libz-rs-sys v0.5.1
12622025-07-15T20:12:04.527Z Downloaded libsw v3.5.0
12632025-07-15T20:12:04.527Z Downloaded libefi-sys v0.1.0
12642025-07-15T20:12:04.527Z Downloaded lazycell v1.3.0
12652025-07-15T20:12:04.527Z Downloaded ipnetwork v0.21.1
12662025-07-15T20:12:04.527Z Downloaded indent_write v2.2.0
12672025-07-15T20:12:04.527Z Downloaded bcrypt-pbkdf v0.10.0
12682025-07-15T20:12:04.527Z Downloaded bit-vec v0.8.0
12692025-07-15T20:12:04.527Z Downloaded hubpack v0.1.2
12702025-07-15T20:12:04.527Z Downloaded httpdate v1.0.3
12712025-07-15T20:12:04.527Z Downloaded http-body-util v0.1.3
12722025-07-15T20:12:04.527Z Downloaded hostname v0.3.1
12732025-07-15T20:12:04.527Z Downloaded bit-set v0.5.3
12742025-07-15T20:12:04.527Z Downloaded base16ct v0.2.0
12752025-07-15T20:12:04.527Z Downloaded ascii-canvas v3.0.0
12762025-07-15T20:12:04.527Z Downloaded arrayref v0.3.9
12772025-07-15T20:12:04.527Z Downloaded headers v0.4.1
12782025-07-15T20:12:04.527Z Downloaded home v0.5.9
12792025-07-15T20:12:04.527Z Downloaded ahash v0.8.11
12802025-07-15T20:12:04.527Z Downloaded adler2 v2.0.0
12812025-07-15T20:12:04.527Z Downloaded async-stream-impl v0.3.6
12822025-07-15T20:12:04.527Z Downloaded async-stream v0.3.6
12832025-07-15T20:12:04.527Z Downloaded allocator-api2 v0.2.21
12842025-07-15T20:12:04.527Z Downloaded hex v0.4.3
12852025-07-15T20:12:04.527Z Downloaded async-trait v0.1.88
12862025-07-15T20:12:04.527Z Downloaded assert_matches v1.5.0
12872025-07-15T20:12:04.527Z Downloaded aws-lc-sys v0.26.0
12882025-07-15T20:12:04.527Z Compiling value-bag v1.9.0
12892025-07-15T20:12:04.527Z Compiling shlex v1.3.0
12902025-07-15T20:12:04.528Z Compiling lock_api v0.4.12
12912025-07-15T20:12:04.528Z Compiling scopeguard v1.2.0
12922025-07-15T20:12:04.528Z Compiling typenum v1.17.0
12932025-07-15T20:12:04.528Z Compiling generic-array v0.14.7
12942025-07-15T20:12:04.528Z Compiling syn v2.0.104
12952025-07-15T20:12:04.528Z Compiling getrandom v0.2.15
12962025-07-15T20:12:04.528Z Compiling jobserver v0.1.32
12972025-07-15T20:12:04.635Z Compiling rand_core v0.6.4
12982025-07-15T20:12:04.655Z Compiling smallvec v1.15.0
12992025-07-15T20:12:04.696Z Compiling log v0.4.27
13002025-07-15T20:12:04.879Z Compiling cc v1.2.15
13012025-07-15T20:12:05.037Z Compiling portable-atomic v1.11.0
13022025-07-15T20:12:05.155Z Compiling critical-section v1.1.3
13032025-07-15T20:12:05.158Z Compiling subtle v2.6.1
13042025-07-15T20:12:05.195Z Compiling const-oid v0.9.6
13052025-07-15T20:12:05.325Z Compiling pkg-config v0.3.31
13062025-07-15T20:12:05.405Z Compiling parking_lot_core v0.9.10
13072025-07-15T20:12:05.514Z Compiling pin-project-lite v0.2.14
13082025-07-15T20:12:05.675Z Compiling rustix v0.38.37
13092025-07-15T20:12:06.399Z Compiling signal-hook-registry v1.4.2
13102025-07-15T20:12:06.444Z Compiling parking_lot v0.12.3
13112025-07-15T20:12:06.474Z Compiling mio v1.0.2
13122025-07-15T20:12:06.534Z Compiling futures-core v0.3.31
13132025-07-15T20:12:06.777Z Compiling spin v0.9.8
13142025-07-15T20:12:07.028Z Compiling socket2 v0.5.10
13152025-07-15T20:12:07.169Z Compiling once_cell v1.21.3
13162025-07-15T20:12:07.230Z Compiling aho-corasick v1.1.3
13172025-07-15T20:12:07.249Z Compiling slab v0.4.9
13182025-07-15T20:12:07.270Z Compiling regex-syntax v0.8.5
13192025-07-15T20:12:07.472Z Compiling either v1.15.0
13202025-07-15T20:12:07.539Z Compiling libm v0.2.8
13212025-07-15T20:12:07.575Z Compiling cpufeatures v0.2.14
13222025-07-15T20:12:07.689Z Compiling serde_json v1.0.140
13232025-07-15T20:12:08.004Z Compiling num-traits v0.2.19
13242025-07-15T20:12:08.026Z Compiling percent-encoding v2.3.1
13252025-07-15T20:12:08.107Z Compiling futures-sink v0.3.31
13262025-07-15T20:12:08.130Z Compiling getrandom v0.3.1
13272025-07-15T20:12:08.283Z Compiling glob v0.3.2
13282025-07-15T20:12:08.565Z Compiling prettyplease v0.2.35
13292025-07-15T20:12:08.671Z Compiling lazy_static v1.5.0
13302025-07-15T20:12:08.828Z Compiling foldhash v0.1.5
13312025-07-15T20:12:08.945Z Compiling minimal-lexical v0.2.1
13322025-07-15T20:12:09.084Z Compiling clang-sys v1.8.1
13332025-07-15T20:12:09.224Z Compiling allocator-api2 v0.2.21
13342025-07-15T20:12:09.243Z Compiling libloading v0.8.5
13352025-07-15T20:12:09.622Z Compiling nom v7.1.3
13362025-07-15T20:12:09.840Z Compiling bindgen v0.69.5
13372025-07-15T20:12:09.864Z Compiling base64ct v1.6.0
13382025-07-15T20:12:09.950Z Compiling hashbrown v0.15.4
13392025-07-15T20:12:10.478Z Compiling home v0.5.9
13402025-07-15T20:12:10.709Z Compiling pem-rfc7468 v0.7.0
13412025-07-15T20:12:11.135Z Compiling regex-automata v0.4.8
13422025-07-15T20:12:11.215Z Compiling futures-channel v0.3.31
13432025-07-15T20:12:11.322Z Compiling synstructure v0.13.1
13442025-07-15T20:12:11.616Z Compiling itertools v0.12.1
13452025-07-15T20:12:12.677Z Compiling cexpr v0.6.0
13462025-07-15T20:12:12.851Z Compiling futures-task v0.3.31
13472025-07-15T20:12:13.107Z Compiling pin-utils v0.1.0
13482025-07-15T20:12:13.160Z Compiling futures-io v0.3.31
13492025-07-15T20:12:13.210Z Compiling lazycell v1.3.0
13502025-07-15T20:12:13.387Z Compiling rustc-hash v1.1.0
13512025-07-15T20:12:13.434Z Compiling flagset v0.4.6
13522025-07-15T20:12:13.555Z Compiling cmake v0.1.51
13532025-07-15T20:12:13.660Z Compiling dunce v1.0.5
13542025-07-15T20:12:13.807Z Compiling fs_extra v1.3.0
13552025-07-15T20:12:14.223Z Compiling zerocopy v0.8.26
13562025-07-15T20:12:14.333Z Compiling form_urlencoded v1.2.1
13572025-07-15T20:12:14.368Z Compiling vcpkg v0.2.15
13582025-07-15T20:12:14.422Z Compiling paste v1.0.15
13592025-07-15T20:12:14.448Z Compiling crossbeam-utils v0.8.21
13602025-07-15T20:12:14.624Z Compiling ring v0.17.14
13612025-07-15T20:12:15.036Z Compiling tracing-core v0.1.32
13622025-07-15T20:12:15.086Z Compiling iana-time-zone v0.1.63
13632025-07-15T20:12:15.449Z Compiling aws-lc-rs v1.12.4
13642025-07-15T20:12:15.938Z Compiling openssl-sys v0.9.109
13652025-07-15T20:12:15.999Z Compiling tinyvec_macros v0.1.1
13662025-07-15T20:12:16.105Z Compiling rustls-pki-types v1.10.0
13672025-07-15T20:12:16.133Z Compiling serde_derive v1.0.219
13682025-07-15T20:12:16.160Z Compiling zeroize_derive v1.4.2
13692025-07-15T20:12:16.848Z Compiling zerofrom-derive v0.1.4
13702025-07-15T20:12:16.914Z Compiling yoke-derive v0.7.4
13712025-07-15T20:12:17.031Z Compiling zerovec-derive v0.10.3
13722025-07-15T20:12:17.473Z Compiling zeroize v1.8.1
13732025-07-15T20:12:19.176Z Compiling crypto-common v0.1.6
13742025-07-15T20:12:19.371Z Compiling block-buffer v0.10.4
13752025-07-15T20:12:19.391Z Compiling displaydoc v0.2.5
13762025-07-15T20:12:19.462Z Compiling zerocopy-derive v0.7.35
13772025-07-15T20:12:19.609Z Compiling digest v0.10.7
13782025-07-15T20:12:20.038Z Compiling tokio-macros v2.5.0
13792025-07-15T20:12:20.069Z Compiling zerofrom v0.1.4
13802025-07-15T20:12:20.270Z Compiling yoke v0.7.4
13812025-07-15T20:12:20.600Z Compiling zerovec v0.10.4
13822025-07-15T20:12:20.669Z Compiling hmac v0.12.1
13832025-07-15T20:12:20.833Z Compiling icu_provider_macros v1.5.0
13842025-07-15T20:12:20.900Z Compiling block-padding v0.3.3
13852025-07-15T20:12:20.931Z Compiling sha2 v0.10.9
13862025-07-15T20:12:21.155Z Compiling inout v0.1.3
13872025-07-15T20:12:21.233Z Compiling zerocopy v0.7.35
13882025-07-15T20:12:21.410Z Compiling cipher v0.4.4
13892025-07-15T20:12:21.413Z Compiling regex v1.11.1
13902025-07-15T20:12:21.635Z Compiling futures-macro v0.3.31
13912025-07-15T20:12:21.853Z Compiling der_derive v0.7.3
13922025-07-15T20:12:21.905Z Compiling thiserror-impl v1.0.69
13932025-07-15T20:12:22.366Z Compiling tinystr v0.7.6
13942025-07-15T20:12:22.510Z Compiling icu_collections v1.5.0
13952025-07-15T20:12:22.556Z Compiling ppv-lite86 v0.2.20
13962025-07-15T20:12:22.789Z Compiling icu_locid v1.5.0
13972025-07-15T20:12:23.101Z Compiling serde v1.0.219
13982025-07-15T20:12:23.366Z Compiling salsa20 v0.10.2
13992025-07-15T20:12:23.435Z Compiling futures-util v0.3.31
14002025-07-15T20:12:23.604Z Compiling pbkdf2 v0.12.2
14012025-07-15T20:12:23.767Z Compiling zerocopy-derive v0.8.26
14022025-07-15T20:12:23.785Z Compiling scrypt v0.11.0
14032025-07-15T20:12:24.070Z Compiling icu_provider v1.5.0
14042025-07-15T20:12:24.232Z Compiling der v0.7.9
14052025-07-15T20:12:24.276Z Compiling aes v0.8.4
14062025-07-15T20:12:24.689Z Compiling cbc v0.1.2
14072025-07-15T20:12:24.779Z Compiling icu_locid_transform v1.5.0
14082025-07-15T20:12:24.941Z Compiling thiserror v1.0.69
14092025-07-15T20:12:25.106Z Compiling pest v2.7.14
14102025-07-15T20:12:25.124Z Compiling tracing-attributes v0.1.27
14112025-07-15T20:12:26.763Z Compiling icu_properties v1.5.1
14122025-07-15T20:12:26.944Z Compiling spki v0.7.3
14132025-07-15T20:12:27.021Z Compiling scroll_derive v0.12.0
14142025-07-15T20:12:27.305Z Compiling pkcs5 v0.7.1
14152025-07-15T20:12:28.139Z Compiling pkcs8 v0.10.2
14162025-07-15T20:12:28.282Z Compiling bitflags v2.9.1
14172025-07-15T20:12:28.341Z Compiling bytes v1.10.1
14182025-07-15T20:12:28.415Z Compiling semver v1.0.26
14192025-07-15T20:12:28.731Z Compiling indexmap v2.10.0
14202025-07-15T20:12:28.735Z Compiling uuid v1.17.0
14212025-07-15T20:12:29.103Z Compiling rustc_version v0.4.1
14222025-07-15T20:12:29.711Z Compiling tokio v1.45.1
14232025-07-15T20:12:29.736Z Compiling http v1.3.1
14242025-07-15T20:12:30.103Z Compiling tracing v0.1.40
14252025-07-15T20:12:30.165Z Compiling chrono v0.4.41
14262025-07-15T20:12:30.470Z Compiling icu_normalizer v1.5.0
14272025-07-15T20:12:30.610Z Compiling pest_meta v2.7.14
14282025-07-15T20:12:31.131Z Compiling base64 v0.22.1
14292025-07-15T20:12:31.169Z Compiling httparse v1.9.5
14302025-07-15T20:12:31.785Z Compiling idna_adapter v1.2.0
14312025-07-15T20:12:31.820Z Compiling http-body v1.0.1
14322025-07-15T20:12:31.888Z Compiling rustversion v1.0.17
14332025-07-15T20:12:32.026Z Compiling idna v1.0.3
14342025-07-15T20:12:32.080Z Compiling which v4.4.2
14352025-07-15T20:12:32.121Z Compiling pest_generator v2.7.14
14362025-07-15T20:12:32.685Z Compiling url v2.5.4
14372025-07-15T20:12:33.186Z Compiling rand_core v0.9.2
14382025-07-15T20:12:33.412Z Compiling scroll v0.12.0
14392025-07-15T20:12:33.541Z Compiling tinyvec v1.8.0
14402025-07-15T20:12:33.623Z Compiling serde_derive_internals v0.29.1
14412025-07-15T20:12:33.854Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14422025-07-15T20:12:33.936Z Compiling bzip2-sys v0.1.13+1.0.8
14432025-07-15T20:12:34.439Z Compiling adler2 v2.0.0
14442025-07-15T20:12:34.458Z Compiling try-lock v0.2.5
14452025-07-15T20:12:34.596Z Compiling schemars v0.8.22
14462025-07-15T20:12:34.630Z Compiling tower-service v0.3.3
14472025-07-15T20:12:34.655Z Compiling untrusted v0.9.0
14482025-07-15T20:12:34.777Z Compiling time-core v0.1.2
14492025-07-15T20:12:34.813Z Compiling untrusted v0.7.1
14502025-07-15T20:12:34.839Z Compiling powerfmt v0.2.0
14512025-07-15T20:12:34.948Z Compiling openssl-probe v0.1.5
14522025-07-15T20:12:34.968Z Compiling foreign-types-shared v0.1.1
14532025-07-15T20:12:35.004Z Compiling atomic-waker v1.1.2
14542025-07-15T20:12:35.024Z Compiling num-conv v0.1.0
14552025-07-15T20:12:35.093Z Compiling openssl v0.10.73
14562025-07-15T20:12:35.188Z Compiling deranged v0.3.11
14572025-07-15T20:12:35.207Z Compiling foreign-types v0.3.2
14582025-07-15T20:12:35.275Z Compiling pest_derive v2.7.14
14592025-07-15T20:12:35.311Z Compiling time-macros v0.2.18
14602025-07-15T20:12:35.542Z Compiling goblin v0.8.2
14612025-07-15T20:12:35.727Z Compiling schemars_derive v0.8.22
14622025-07-15T20:12:36.049Z Compiling want v0.3.1
14632025-07-15T20:12:36.579Z Compiling miniz_oxide v0.8.5
14642025-07-15T20:12:37.922Z Compiling tokio-util v0.7.15
14652025-07-15T20:12:38.600Z Compiling rand_chacha v0.9.0
14662025-07-15T20:12:39.220Z Compiling h2 v0.4.6
14672025-07-15T20:12:39.877Z Compiling ipnet v2.11.0
14682025-07-15T20:12:40.749Z Compiling openssl-macros v0.1.1
14692025-07-15T20:12:40.981Z Compiling rustls v0.23.19
14702025-07-15T20:12:41.309Z Compiling num_threads v0.1.7
14712025-07-15T20:12:41.462Z Compiling native-tls v0.2.12
14722025-07-15T20:12:41.507Z Compiling dyn-clone v1.0.19
14732025-07-15T20:12:41.562Z Compiling syn v1.0.109
14742025-07-15T20:12:41.748Z Compiling httpdate v1.0.3
14752025-07-15T20:12:42.224Z Compiling time v0.3.36
14762025-07-15T20:12:42.591Z Compiling dof v0.3.0
14772025-07-15T20:12:44.369Z Compiling rand v0.9.1
14782025-07-15T20:12:44.420Z Compiling dtrace-parser v0.2.0
14792025-07-15T20:12:45.008Z Compiling unicode-normalization v0.1.24
14802025-07-15T20:12:45.932Z Compiling heapless v0.7.17
14812025-07-15T20:12:46.029Z Compiling signature v2.2.0
14822025-07-15T20:12:46.075Z Compiling hyper v1.6.0
14832025-07-15T20:12:46.327Z Compiling crossbeam-epoch v0.9.18
14842025-07-15T20:12:46.373Z Compiling cookie v0.18.1
14852025-07-15T20:12:46.542Z Compiling crc32fast v1.4.2
14862025-07-15T20:12:46.706Z Compiling rayon-core v1.12.1
14872025-07-15T20:12:46.888Z Compiling unicode-properties v0.1.3
14882025-07-15T20:12:46.947Z Compiling zstd-safe v7.2.3
14892025-07-15T20:12:46.988Z Compiling slog v2.7.0
14902025-07-15T20:12:47.267Z Compiling zlib-rs v0.5.1
14912025-07-15T20:12:47.300Z Compiling signal-hook v0.3.17
14922025-07-15T20:12:47.503Z Compiling unicode-bidi v0.3.17
14932025-07-15T20:12:47.618Z Compiling siphasher v0.3.11
14942025-07-15T20:12:48.053Z Compiling phf_shared v0.11.2
14952025-07-15T20:12:48.376Z Compiling hyper-util v0.1.14
14962025-07-15T20:12:48.537Z Compiling stringprep v0.1.5
14972025-07-15T20:12:49.359Z Compiling crossbeam-deque v0.8.5
14982025-07-15T20:12:49.398Z Compiling usdt-impl v0.5.0
14992025-07-15T20:12:49.511Z Compiling curve25519-dalek v4.1.3
15002025-07-15T20:12:49.681Z Compiling serde_spanned v0.6.9
15012025-07-15T20:12:49.936Z Compiling toml_datetime v0.6.11
15022025-07-15T20:12:50.165Z Compiling serde_tokenstream v0.2.2
15032025-07-15T20:12:50.402Z Compiling rand_chacha v0.3.1
15042025-07-15T20:12:50.562Z Compiling md-5 v0.10.6
15052025-07-15T20:12:50.710Z Compiling num-integer v0.1.46
15062025-07-15T20:12:50.766Z Compiling sync_wrapper v1.0.1
15072025-07-15T20:12:50.823Z Compiling ff v0.13.0
15082025-07-15T20:12:50.926Z Compiling hash32 v0.2.1
15092025-07-15T20:12:51.102Z Compiling memoffset v0.9.1
15102025-07-15T20:12:51.297Z Compiling gimli v0.31.1
15112025-07-15T20:12:51.387Z Compiling cfg_aliases v0.2.1
15122025-07-15T20:12:51.464Z Compiling smoltcp v0.9.1
15132025-07-15T20:12:51.491Z Compiling psl-types v2.0.11
15142025-07-15T20:12:51.691Z Compiling num-bigint-dig v0.8.4
15152025-07-15T20:12:51.891Z Compiling litrs v0.4.1
15162025-07-15T20:12:52.008Z Compiling newtype-uuid v1.2.4
15172025-07-15T20:12:52.076Z Compiling base16ct v0.2.0
15182025-07-15T20:12:52.343Z Compiling tower-layer v0.3.3
15192025-07-15T20:12:52.414Z Compiling fallible-iterator v0.2.0
15202025-07-15T20:12:52.603Z Compiling tower v0.5.2
15212025-07-15T20:12:52.626Z Compiling sec1 v0.7.3
15222025-07-15T20:12:52.979Z Compiling document-features v0.2.10
15232025-07-15T20:12:53.113Z Compiling postgres-protocol v0.6.8
15242025-07-15T20:12:53.266Z Compiling publicsuffix v2.3.0
15252025-07-15T20:12:53.386Z Compiling libz-rs-sys v0.5.1
15262025-07-15T20:12:53.576Z Compiling flate2 v1.1.2
15272025-07-15T20:12:53.667Z Compiling nix v0.29.0
15282025-07-15T20:12:54.283Z Compiling num-iter v0.1.45
15292025-07-15T20:12:54.303Z Compiling group v0.13.0
15302025-07-15T20:12:54.454Z Compiling rand v0.8.5
15312025-07-15T20:12:55.245Z Compiling addr2line v0.24.2
15322025-07-15T20:12:55.577Z Compiling tokio-native-tls v0.3.1
15332025-07-15T20:12:55.698Z Compiling ipnetwork v0.21.1
15342025-07-15T20:12:55.868Z Compiling strum_macros v0.27.1
15352025-07-15T20:12:55.906Z Compiling rustls-native-certs v0.8.1
15362025-07-15T20:12:56.020Z Compiling terminal_size v0.4.0
15372025-07-15T20:12:56.256Z Compiling http-body-util v0.1.3
15382025-07-15T20:12:56.419Z Compiling hkdf v0.12.4
15392025-07-15T20:12:56.442Z Compiling crypto-bigint v0.5.5
15402025-07-15T20:12:56.446Z Compiling webpki-roots v1.0.1
15412025-07-15T20:12:56.487Z Compiling async-trait v0.1.88
15422025-07-15T20:12:56.654Z Compiling curve25519-dalek-derive v0.1.1
15432025-07-15T20:12:56.678Z Compiling thiserror-impl v2.0.12
15442025-07-15T20:12:56.730Z Compiling object v0.36.5
15452025-07-15T20:12:58.085Z Compiling fs-err v3.1.1
15462025-07-15T20:12:58.425Z Compiling ahash v0.8.11
15472025-07-15T20:12:58.810Z Compiling iri-string v0.7.8
15482025-07-15T20:12:58.882Z Compiling buf-list v1.0.3
15492025-07-15T20:12:59.504Z Compiling managed v0.8.0
15502025-07-15T20:12:59.763Z Compiling rustc-demangle v0.1.24
15512025-07-15T20:12:59.950Z Compiling simd-adler32 v0.3.7
15522025-07-15T20:13:00.441Z Compiling winnow v0.5.40
15532025-07-15T20:13:00.649Z Compiling anyhow v1.0.98
15542025-07-15T20:13:00.754Z Compiling lockfree-object-pool v0.1.6
15552025-07-15T20:13:01.020Z Compiling bumpalo v3.16.0
15562025-07-15T20:13:01.023Z Compiling hubpack_derive v0.1.1
15572025-07-15T20:13:01.224Z Compiling bitflags v1.3.2
15582025-07-15T20:13:01.345Z Compiling clap_builder v4.5.40
15592025-07-15T20:13:01.518Z Compiling zopfli v0.8.1
15602025-07-15T20:13:01.836Z Compiling hubpack v0.1.2
15612025-07-15T20:13:02.271Z Compiling tower-http v0.6.6
15622025-07-15T20:13:02.945Z Compiling console v0.15.10
15632025-07-15T20:13:03.071Z Compiling strum v0.27.1
15642025-07-15T20:13:03.183Z Compiling backtrace v0.3.74
15652025-07-15T20:13:03.276Z Compiling thiserror v2.0.12
15662025-07-15T20:13:03.525Z Compiling elliptic-curve v0.13.8
15672025-07-15T20:13:03.717Z Compiling toml_edit v0.19.15
15682025-07-15T20:13:04.115Z Compiling hyper-tls v0.6.0
15692025-07-15T20:13:04.189Z Compiling oxnet v0.1.2
15702025-07-15T20:13:04.340Z Compiling signal-hook-mio v0.2.4
15712025-07-15T20:13:04.521Z Compiling rayon v1.10.0
15722025-07-15T20:13:04.911Z Compiling cookie_store v0.21.1
15732025-07-15T20:13:05.999Z Compiling zstd v0.13.3
15742025-07-15T20:13:06.524Z Compiling postgres-types v0.2.9
15752025-07-15T20:13:06.908Z Compiling usdt-macro v0.5.0
15762025-07-15T20:13:07.775Z Compiling usdt-attr-macro v0.5.0
15772025-07-15T20:13:08.361Z Compiling phf v0.11.2
15782025-07-15T20:13:08.635Z Compiling ed25519 v2.2.3
15792025-07-15T20:13:08.665Z Compiling bzip2 v0.4.4
15802025-07-15T20:13:08.849Z Compiling bzip2 v0.5.2
15812025-07-15T20:13:09.014Z Compiling strum_macros v0.26.4
15822025-07-15T20:13:09.227Z Compiling pkcs1 v0.7.5
15832025-07-15T20:13:09.296Z Compiling serde-big-array v0.5.1
15842025-07-15T20:13:09.536Z Compiling serde_urlencoded v0.7.1
15852025-07-15T20:13:10.042Z Compiling rfc6979 v0.4.0
15862025-07-15T20:13:10.109Z Compiling bstr v1.10.0
15872025-07-15T20:13:10.137Z Compiling enum-as-inner v0.6.1
15882025-07-15T20:13:10.237Z Compiling clap_derive v4.5.40
15892025-07-15T20:13:10.348Z Compiling serde_repr v0.1.19
15902025-07-15T20:13:11.138Z Compiling daft-derive v0.1.4
15912025-07-15T20:13:11.357Z Compiling float-cmp v0.10.0
15922025-07-15T20:13:11.429Z Compiling encoding_rs v0.8.34
15932025-07-15T20:13:11.604Z Compiling number_prefix v0.4.0
15942025-07-15T20:13:11.611Z Compiling new_debug_unreachable v1.0.6
15952025-07-15T20:13:11.731Z Compiling whoami v1.5.2
15962025-07-15T20:13:11.827Z Compiling difflib v0.4.0
15972025-07-15T20:13:12.257Z Compiling precomputed-hash v0.1.1
15982025-07-15T20:13:12.401Z Compiling static_assertions v1.1.0
15992025-07-15T20:13:12.521Z Compiling normalize-line-endings v0.3.0
16002025-07-15T20:13:12.621Z Compiling predicates-core v1.0.8
16012025-07-15T20:13:12.666Z Compiling unicode-segmentation v1.12.0
16022025-07-15T20:13:12.989Z Compiling data-encoding v2.9.0
16032025-07-15T20:13:13.092Z Compiling mime v0.3.17
16042025-07-15T20:13:13.385Z Compiling fixedbitset v0.4.2
16052025-07-15T20:13:13.576Z Compiling similar v2.7.0
16062025-07-15T20:13:13.606Z Compiling strum v0.26.3
16072025-07-15T20:13:13.808Z Compiling petgraph v0.6.5
16082025-07-15T20:13:13.845Z Compiling hickory-proto v0.25.2
16092025-07-15T20:13:14.544Z Compiling clap v4.5.40
16102025-07-15T20:13:14.683Z Compiling predicates v3.1.3
16112025-07-15T20:13:14.690Z Compiling toml_edit v0.22.27
16122025-07-15T20:13:15.013Z Compiling daft v0.1.4
16132025-07-15T20:13:15.812Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16142025-07-15T20:13:15.847Z Compiling string_cache v0.8.9
16152025-07-15T20:13:16.020Z Compiling tokio-postgres v0.7.13
16162025-07-15T20:13:16.101Z Compiling indicatif v0.17.11
16172025-07-15T20:13:17.301Z Compiling usdt v0.5.0
16182025-07-15T20:13:17.805Z Compiling ecdsa v0.16.9
16192025-07-15T20:13:17.837Z Compiling rsa v0.9.6
16202025-07-15T20:13:17.986Z Compiling zip v4.2.0
16212025-07-15T20:13:18.596Z Compiling ed25519-dalek v2.1.1
16222025-07-15T20:13:19.938Z Compiling zip v0.6.6
16232025-07-15T20:13:20.106Z Compiling toml v0.7.8
16242025-07-15T20:13:21.265Z Compiling crossterm v0.28.1
16252025-07-15T20:13:22.299Z Compiling tokio-stream v0.1.17
16262025-07-15T20:13:22.762Z Compiling openapiv3 v2.2.0
16272025-07-15T20:13:22.822Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16282025-07-15T20:13:23.171Z Compiling x509-cert v0.2.5
16292025-07-15T20:13:23.202Z Compiling sha1 v0.10.6
16302025-07-15T20:13:23.254Z Compiling itertools v0.10.5
16312025-07-15T20:13:23.610Z Compiling dirs-sys-next v0.1.2
16322025-07-15T20:13:24.162Z Compiling winnow v0.6.26
16332025-07-15T20:13:24.356Z Compiling lalrpop-util v0.19.12
16342025-07-15T20:13:24.695Z Compiling rustc-hash v2.1.1
16352025-07-15T20:13:24.905Z Compiling peg-runtime v0.8.5
16362025-07-15T20:13:25.263Z Compiling dirs-next v2.0.0
16372025-07-15T20:13:25.267Z Compiling thread_local v1.1.8
16382025-07-15T20:13:25.455Z Compiling slog-async v2.8.0
16392025-07-15T20:13:25.477Z Compiling term v0.7.0
16402025-07-15T20:13:25.690Z Compiling xattr v1.3.1
16412025-07-15T20:13:25.728Z Compiling futures-executor v0.3.31
16422025-07-15T20:13:25.967Z Compiling crossbeam-channel v0.5.15
16432025-07-15T20:13:26.057Z Compiling is-terminal v0.4.13
16442025-07-15T20:13:26.207Z Compiling filetime v0.2.25
16452025-07-15T20:13:26.228Z Compiling take_mut v0.2.2
16462025-07-15T20:13:26.404Z Compiling slog-term v2.9.1
16472025-07-15T20:13:26.515Z Compiling tar v0.4.44
16482025-07-15T20:13:26.579Z Compiling futures v0.3.31
16492025-07-15T20:13:26.649Z Compiling camino v1.1.10
16502025-07-15T20:13:32.205Z Compiling aws-lc-sys v0.26.0
16512025-07-15T20:14:02.764Z Compiling rustls-webpki v0.102.8
16522025-07-15T20:14:13.926Z Compiling tokio-rustls v0.26.0
16532025-07-15T20:14:13.926Z Compiling hyper-rustls v0.27.7
16542025-07-15T20:14:13.926Z Compiling reqwest v0.12.22
16552025-07-15T20:14:14.048Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16562025-07-15T20:14:14.048Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16572025-07-15T20:14:15.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
16582025-07-15T20:14:16.114Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16592025-07-15T20:14:16.602ZJul 15 20:14:14.797 INFO Starting download, target: Cockroach
16602025-07-15T20:14:16.602ZJul 15 20:14:14.797 INFO Starting download, target: Clickhouse
16612025-07-15T20:14:16.602ZJul 15 20:14:14.797 INFO Starting download, target: Console
16622025-07-15T20:14:16.602ZJul 15 20:14:14.797 INFO Starting download, target: DendriteStub
16632025-07-15T20:14:16.626ZJul 15 20:14:14.797 INFO Starting download, target: MaghemiteMgd
16642025-07-15T20:14:16.626ZJul 15 20:14:14.797 INFO Starting download, target: TransceiverControl
16652025-07-15T20:14:16.626ZJul 15 20:14:14.798 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16662025-07-15T20:14:16.626ZJul 15 20:14:14.798 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16672025-07-15T20:14:16.626ZJul 15 20:14:14.798 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16682025-07-15T20:14:16.626ZJul 15 20:14:14.798 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16692025-07-15T20:14:16.626ZJul 15 20:14:14.798 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16702025-07-15T20:14:16.626ZJul 15 20:14:14.798 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16712025-07-15T20:14:16.781ZJul 15 20:14:15.412 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16722025-07-15T20:14:17.029ZJul 15 20:14:15.658 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16732025-07-15T20:14:17.154ZJul 15 20:14:15.786 INFO Download complete, target: Console
16742025-07-15T20:14:17.408ZJul 15 20:14:16.034 INFO Download complete, target: TransceiverControl
16752025-07-15T20:14:17.983ZJul 15 20:14:16.603 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16762025-07-15T20:14:20.964ZJul 15 20:14:19.453 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16772025-07-15T20:14:21.154ZJul 15 20:14:19.518 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16782025-07-15T20:14:23.324ZJul 15 20:14:21.955 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16792025-07-15T20:14:23.324ZJul 15 20:14:21.955 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16802025-07-15T20:14:23.877ZJul 15 20:14:22.514 INFO Download complete, target: DendriteStub
16812025-07-15T20:14:24.190ZJul 15 20:14:22.828 INFO Download complete, target: MaghemiteMgd
16822025-07-15T20:14:28.392ZJul 15 20:14:27.018 INFO Checking that binary works, target: Clickhouse
16832025-07-15T20:14:28.533ZJul 15 20:14:27.159 INFO Download complete, target: Clickhouse
16842025-07-15T20:14:29.551ZJul 15 20:14:28.188 INFO Checking that binary works, target: Cockroach
16852025-07-15T20:14:29.693ZJul 15 20:14:28.330 INFO Download complete, target: Cockroach
16862025-07-15T20:14:29.777ZAll builder prerequisites installed successfully, and PATH looks valid
16872025-07-15T20:14:29.782Z
16882025-07-15T20:14:29.782Zreal 4:58.686841788
16892025-07-15T20:14:29.782Zuser 16:09.732663250
16902025-07-15T20:14:29.782Zsys 2:13.873854583
16912025-07-15T20:14:29.782Ztrap 0.587392760
16922025-07-15T20:14:29.782Ztflt 2.073078403
16932025-07-15T20:14:29.782Zdflt 2.160949185
16942025-07-15T20:14:29.782Zkflt 0.056164193
16952025-07-15T20:14:29.782Zlock 37:05.701916830
16962025-07-15T20:14:29.782Zslp 59:21.206560527
16972025-07-15T20:14:29.782Zlat 1:12.076391490
16982025-07-15T20:14:29.782Zstop 2:48.677408355
16992025-07-15T20:14:29.783Z+ banner hack-check
17002025-07-15T20:14:29.783Z
17012025-07-15T20:14:29.783Z # # ## #### # # #### # # ###### #### # #
17022025-07-15T20:14:29.783Z # # # # # # # # # # # # # # # # #
17032025-07-15T20:14:29.783Z ###### # # # #### ##### # ###### ##### # ####
17042025-07-15T20:14:29.783Z # # ###### # # # # # # # # # #
17052025-07-15T20:14:29.783Z # # # # # # # # # # # # # # # # #
17062025-07-15T20:14:29.783Z # # # # #### # # #### # # ###### #### # #
17072025-07-15T20:14:29.783Z
17082025-07-15T20:14:29.783Z+ export CARGO_INCREMENTAL=0
17092025-07-15T20:14:29.783Z+ CARGO_INCREMENTAL=0
17102025-07-15T20:14:29.783Z+ ptime -m timeout 2h cargo xtask check-features --ci
17112025-07-15T20:14:30.468Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17122025-07-15T20:14:30.749Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17132025-07-15T20:14:33.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
17142025-07-15T20:14:33.940Z Running `target/debug/xtask check-features --ci`
17152025-07-15T20:14:33.967Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17162025-07-15T20:14:33.972Zrunning: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17172025-07-15T20:14:34.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
17182025-07-15T20:14:34.595Z Running `target/debug/xtask download cargo-hack`
17192025-07-15T20:14:35.570Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202025-07-15T20:14:35.970Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212025-07-15T20:14:39.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s
17222025-07-15T20:14:39.797Z Running `target/debug/xtask-downloader cargo-hack`
17232025-07-15T20:14:39.842ZJul 15 20:14:38.471 INFO Starting download, target: CargoHack
17242025-07-15T20:14:39.853ZJul 15 20:14:38.472 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17252025-07-15T20:14:40.290ZJul 15 20:14:38.926 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17262025-07-15T20:14:40.364ZJul 15 20:14:39.000 INFO Download complete, target: CargoHack
17272025-07-15T20:14:40.367Zrunning: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17282025-07-15T20:14:40.386Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17292025-07-15T20:14:40.580Zinfo: running `cargo check --bins` on api_identity (1/217)
17302025-07-15T20:14:41.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312025-07-15T20:14:41.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322025-07-15T20:14:41.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332025-07-15T20:14:41.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17342025-07-15T20:14:41.292Z
17352025-07-15T20:14:41.292Zinfo: running `cargo check --bins` on bootstore (2/217)
17362025-07-15T20:14:41.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372025-07-15T20:14:41.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382025-07-15T20:14:41.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392025-07-15T20:14:41.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17402025-07-15T20:14:42.079Z
17412025-07-15T20:14:42.079Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/217)
17422025-07-15T20:14:42.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432025-07-15T20:14:42.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442025-07-15T20:14:42.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452025-07-15T20:14:42.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17462025-07-15T20:14:42.816Z
17472025-07-15T20:14:42.816Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/217)
17482025-07-15T20:14:43.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492025-07-15T20:14:43.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502025-07-15T20:14:43.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512025-07-15T20:14:43.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17522025-07-15T20:14:43.571Z
17532025-07-15T20:14:43.571Zinfo: running `cargo check --bins` on id-map (5/217)
17542025-07-15T20:14:44.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552025-07-15T20:14:44.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562025-07-15T20:14:44.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572025-07-15T20:14:44.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17582025-07-15T20:14:44.279Z
17592025-07-15T20:14:44.279Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/217)
17602025-07-15T20:14:44.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612025-07-15T20:14:44.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622025-07-15T20:14:44.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632025-07-15T20:14:44.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17642025-07-15T20:14:44.825Z
17652025-07-15T20:14:44.825Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/217)
17662025-07-15T20:14:45.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672025-07-15T20:14:45.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682025-07-15T20:14:45.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692025-07-15T20:14:45.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17702025-07-15T20:14:45.383Z
17712025-07-15T20:14:45.383Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/217)
17722025-07-15T20:14:45.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732025-07-15T20:14:45.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742025-07-15T20:14:45.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752025-07-15T20:14:45.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17762025-07-15T20:14:45.928Z
17772025-07-15T20:14:45.928Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/217)
17782025-07-15T20:14:46.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792025-07-15T20:14:46.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802025-07-15T20:14:46.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17812025-07-15T20:14:46.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17822025-07-15T20:14:46.476Z
17832025-07-15T20:14:46.476Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/217)
17842025-07-15T20:14:46.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852025-07-15T20:14:47.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862025-07-15T20:14:47.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872025-07-15T20:14:47.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17882025-07-15T20:14:47.026Z
17892025-07-15T20:14:47.026Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/217)
17902025-07-15T20:14:47.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912025-07-15T20:14:47.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922025-07-15T20:14:47.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932025-07-15T20:14:47.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17942025-07-15T20:14:47.573Z
17952025-07-15T20:14:47.573Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/217)
17962025-07-15T20:14:49.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972025-07-15T20:14:49.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982025-07-15T20:14:49.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992025-07-15T20:14:49.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18002025-07-15T20:14:49.070Z
18012025-07-15T20:14:49.070Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/217)
18022025-07-15T20:14:49.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032025-07-15T20:14:49.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042025-07-15T20:14:49.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052025-07-15T20:14:49.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18062025-07-15T20:14:49.071Z
18072025-07-15T20:14:49.071Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/217)
18082025-07-15T20:14:49.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092025-07-15T20:14:49.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102025-07-15T20:14:49.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112025-07-15T20:14:49.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122025-07-15T20:14:49.201Z
18132025-07-15T20:14:49.201Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/217)
18142025-07-15T20:14:49.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152025-07-15T20:14:49.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162025-07-15T20:14:49.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172025-07-15T20:14:49.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182025-07-15T20:14:49.747Z
18192025-07-15T20:14:49.747Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/217)
18202025-07-15T20:14:50.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212025-07-15T20:14:50.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222025-07-15T20:14:50.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232025-07-15T20:14:50.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242025-07-15T20:14:50.299Z
18252025-07-15T20:14:50.299Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/217)
18262025-07-15T20:14:50.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272025-07-15T20:14:50.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282025-07-15T20:14:50.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292025-07-15T20:14:50.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18302025-07-15T20:14:50.855Z
18312025-07-15T20:14:50.855Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/217)
18322025-07-15T20:14:51.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332025-07-15T20:14:51.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342025-07-15T20:14:51.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352025-07-15T20:14:51.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362025-07-15T20:14:51.413Z
18372025-07-15T20:14:51.413Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/217)
18382025-07-15T20:14:51.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392025-07-15T20:14:51.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402025-07-15T20:14:51.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412025-07-15T20:14:51.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422025-07-15T20:14:51.970Z
18432025-07-15T20:14:51.970Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/217)
18442025-07-15T20:14:52.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452025-07-15T20:14:52.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462025-07-15T20:14:52.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472025-07-15T20:14:52.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18482025-07-15T20:14:52.526Z
18492025-07-15T20:14:52.526Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/217)
18502025-07-15T20:14:53.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512025-07-15T20:14:53.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522025-07-15T20:14:53.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532025-07-15T20:14:53.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18542025-07-15T20:14:53.072Z
18552025-07-15T20:14:53.072Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/217)
18562025-07-15T20:14:53.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572025-07-15T20:14:53.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582025-07-15T20:14:53.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592025-07-15T20:14:53.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18602025-07-15T20:14:53.623Z
18612025-07-15T20:14:53.623Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/217)
18622025-07-15T20:14:54.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632025-07-15T20:14:54.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642025-07-15T20:14:54.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652025-07-15T20:14:54.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18662025-07-15T20:14:54.169Z
18672025-07-15T20:14:54.169Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/217)
18682025-07-15T20:14:54.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692025-07-15T20:14:54.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702025-07-15T20:14:54.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712025-07-15T20:14:54.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18722025-07-15T20:14:54.729Z
18732025-07-15T20:14:54.730Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/217)
18742025-07-15T20:14:55.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752025-07-15T20:14:55.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762025-07-15T20:14:55.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772025-07-15T20:14:55.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18782025-07-15T20:14:55.286Z
18792025-07-15T20:14:55.286Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/217)
18802025-07-15T20:14:55.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812025-07-15T20:14:55.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822025-07-15T20:14:55.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832025-07-15T20:14:55.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18842025-07-15T20:14:55.834Z
18852025-07-15T20:14:55.834Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/217)
18862025-07-15T20:14:56.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872025-07-15T20:14:56.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882025-07-15T20:14:56.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892025-07-15T20:14:56.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18902025-07-15T20:14:56.388Z
18912025-07-15T20:14:56.388Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/217)
18922025-07-15T20:14:56.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932025-07-15T20:14:56.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942025-07-15T20:14:56.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952025-07-15T20:14:56.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18962025-07-15T20:14:56.937Z
18972025-07-15T20:14:56.937Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/217)
18982025-07-15T20:14:57.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992025-07-15T20:14:57.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002025-07-15T20:14:57.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012025-07-15T20:14:57.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19022025-07-15T20:14:57.494Z
19032025-07-15T20:14:57.494Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/217)
19042025-07-15T20:14:57.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052025-07-15T20:14:57.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062025-07-15T20:14:57.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072025-07-15T20:14:57.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19082025-07-15T20:14:58.042Z
19092025-07-15T20:14:58.042Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/217)
19102025-07-15T20:14:58.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112025-07-15T20:14:58.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122025-07-15T20:14:58.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132025-07-15T20:14:58.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19142025-07-15T20:14:58.591Z
19152025-07-15T20:14:58.591Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/217)
19162025-07-15T20:14:59.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172025-07-15T20:14:59.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182025-07-15T20:14:59.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192025-07-15T20:14:59.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19202025-07-15T20:14:59.137Z
19212025-07-15T20:14:59.137Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/217)
19222025-07-15T20:14:59.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232025-07-15T20:14:59.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242025-07-15T20:14:59.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252025-07-15T20:14:59.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19262025-07-15T20:14:59.678Z
19272025-07-15T20:14:59.678Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/217)
19282025-07-15T20:15:00.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292025-07-15T20:15:00.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302025-07-15T20:15:00.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312025-07-15T20:15:00.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19322025-07-15T20:15:00.225Z
19332025-07-15T20:15:00.225Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/217)
19342025-07-15T20:15:00.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352025-07-15T20:15:00.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362025-07-15T20:15:00.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372025-07-15T20:15:00.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19382025-07-15T20:15:00.776Z
19392025-07-15T20:15:00.776Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/217)
19402025-07-15T20:15:01.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412025-07-15T20:15:01.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422025-07-15T20:15:01.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432025-07-15T20:15:01.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19442025-07-15T20:15:01.643Z
19452025-07-15T20:15:01.643Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/217)
19462025-07-15T20:15:01.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472025-07-15T20:15:01.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482025-07-15T20:15:01.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492025-07-15T20:15:01.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19502025-07-15T20:15:01.876Z
19512025-07-15T20:15:01.876Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/217)
19522025-07-15T20:15:02.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532025-07-15T20:15:02.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542025-07-15T20:15:02.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552025-07-15T20:15:02.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19562025-07-15T20:15:02.432Z
19572025-07-15T20:15:02.432Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/217)
19582025-07-15T20:15:02.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592025-07-15T20:15:02.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602025-07-15T20:15:02.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612025-07-15T20:15:02.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19622025-07-15T20:15:02.987Z
19632025-07-15T20:15:02.987Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/217)
19642025-07-15T20:15:03.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652025-07-15T20:15:03.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662025-07-15T20:15:03.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672025-07-15T20:15:03.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19682025-07-15T20:15:03.538Z
19692025-07-15T20:15:03.538Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/217)
19702025-07-15T20:15:04.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712025-07-15T20:15:04.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722025-07-15T20:15:04.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732025-07-15T20:15:04.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19742025-07-15T20:15:04.082Z
19752025-07-15T20:15:04.083Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/217)
19762025-07-15T20:15:04.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772025-07-15T20:15:04.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782025-07-15T20:15:04.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792025-07-15T20:15:04.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19802025-07-15T20:15:04.631Z
19812025-07-15T20:15:04.632Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/217)
19822025-07-15T20:15:05.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832025-07-15T20:15:05.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842025-07-15T20:15:05.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852025-07-15T20:15:05.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19862025-07-15T20:15:05.178Z
19872025-07-15T20:15:05.178Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/217)
19882025-07-15T20:15:05.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892025-07-15T20:15:05.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902025-07-15T20:15:05.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912025-07-15T20:15:05.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19922025-07-15T20:15:05.729Z
19932025-07-15T20:15:05.729Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/217)
19942025-07-15T20:15:06.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952025-07-15T20:15:06.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962025-07-15T20:15:06.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972025-07-15T20:15:06.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19982025-07-15T20:15:06.287Z
19992025-07-15T20:15:06.287Zinfo: running `cargo check --bins` on sled-hardware-types (46/217)
20002025-07-15T20:15:06.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012025-07-15T20:15:06.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022025-07-15T20:15:06.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032025-07-15T20:15:06.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
20042025-07-15T20:15:07.036Z
20052025-07-15T20:15:07.036Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/217)
20062025-07-15T20:15:07.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072025-07-15T20:15:07.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082025-07-15T20:15:07.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092025-07-15T20:15:07.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20102025-07-15T20:15:07.798Z
20112025-07-15T20:15:07.798Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/217)
20122025-07-15T20:15:08.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132025-07-15T20:15:08.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142025-07-15T20:15:08.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152025-07-15T20:15:08.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20162025-07-15T20:15:08.554Z
20172025-07-15T20:15:08.554Zinfo: running `cargo check --bins` on oxlog (49/217)
20182025-07-15T20:15:09.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192025-07-15T20:15:09.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202025-07-15T20:15:09.294Z Checking cfg-if v1.0.1
20212025-07-15T20:15:09.297Z Checking libc v0.2.174
20222025-07-15T20:15:09.419Z Checking serde v1.0.219
20232025-07-15T20:15:09.428Z Checking zeroize v1.8.1
20242025-07-15T20:15:09.440Z Checking memchr v2.7.4
20252025-07-15T20:15:09.452Z Checking typenum v1.17.0
20262025-07-15T20:15:09.455Z Checking smallvec v1.15.0
20272025-07-15T20:15:09.485Z Checking value-bag v1.9.0
20282025-07-15T20:15:09.489Z Checking subtle v2.6.1
20292025-07-15T20:15:09.665Z Checking scopeguard v1.2.0
20302025-07-15T20:15:09.755Z Checking const-oid v0.9.6
20312025-07-15T20:15:09.792Z Checking itoa v1.0.11
20322025-07-15T20:15:09.837Z Checking lock_api v0.4.12
20332025-07-15T20:15:09.887Z Checking log v0.4.27
20342025-07-15T20:15:10.028Z Checking stable_deref_trait v1.2.0
20352025-07-15T20:15:10.153Z Checking byteorder v1.5.0
20362025-07-15T20:15:10.193Z Checking zerofrom v0.1.4
20372025-07-15T20:15:10.251Z Checking portable-atomic v1.11.0
20382025-07-15T20:15:10.360Z Checking critical-section v1.1.3
20392025-07-15T20:15:10.405Z Checking pin-project-lite v0.2.14
20402025-07-15T20:15:10.446Z Checking getrandom v0.2.15
20412025-07-15T20:15:10.518Z Checking signal-hook-registry v1.4.2
20422025-07-15T20:15:10.544Z Checking parking_lot_core v0.9.10
20432025-07-15T20:15:10.559Z Checking mio v1.0.2
20442025-07-15T20:15:10.574Z Checking generic-array v0.14.7
20452025-07-15T20:15:10.680Z Checking rand_core v0.6.4
20462025-07-15T20:15:10.766Z Checking yoke v0.7.4
20472025-07-15T20:15:10.867Z Checking parking_lot v0.12.3
20482025-07-15T20:15:10.998Z Checking socket2 v0.5.10
20492025-07-15T20:15:11.101Z Checking zerovec v0.10.4
20502025-07-15T20:15:11.120Z Checking cpufeatures v0.2.14
20512025-07-15T20:15:11.210Z Checking futures-core v0.3.31
20522025-07-15T20:15:11.227Z Checking litemap v0.7.3
20532025-07-15T20:15:11.242Z Checking once_cell v1.21.3
20542025-07-15T20:15:11.401Z Checking writeable v0.5.5
20552025-07-15T20:15:11.452Z Checking zerocopy v0.7.35
20562025-07-15T20:15:11.558Z Checking percent-encoding v2.3.1
20572025-07-15T20:15:11.577Z Checking getrandom v0.3.1
20582025-07-15T20:15:11.698Z Checking crypto-common v0.1.6
20592025-07-15T20:15:11.714Z Checking block-buffer v0.10.4
20602025-07-15T20:15:11.729Z Checking block-padding v0.3.3
20612025-07-15T20:15:11.787Z Checking libm v0.2.8
20622025-07-15T20:15:11.805Z Checking allocator-api2 v0.2.21
20632025-07-15T20:15:11.889Z Checking icu_locid_transform_data v1.5.0
20642025-07-15T20:15:11.927Z Checking digest v0.10.7
20652025-07-15T20:15:11.945Z Checking inout v0.1.3
20662025-07-15T20:15:12.004Z Checking foldhash v0.1.5
20672025-07-15T20:15:12.188Z Checking futures-sink v0.3.31
20682025-07-15T20:15:12.275Z Checking equivalent v1.0.2
20692025-07-15T20:15:12.309Z Checking hmac v0.12.1
20702025-07-15T20:15:12.350Z Checking ryu v1.0.18
20712025-07-15T20:15:12.383Z Checking sha2 v0.10.9
20722025-07-15T20:15:12.404Z Checking hashbrown v0.15.4
20732025-07-15T20:15:12.537Z Checking cipher v0.4.4
20742025-07-15T20:15:12.587Z Checking tinystr v0.7.6
20752025-07-15T20:15:12.605Z Checking icu_collections v1.5.0
20762025-07-15T20:15:12.621Z Checking slab v0.4.9
20772025-07-15T20:15:12.682Z Checking num-traits v0.2.19
20782025-07-15T20:15:12.897Z Checking icu_properties_data v1.5.0
20792025-07-15T20:15:12.920Z Checking base64ct v1.6.0
20802025-07-15T20:15:12.936Z Checking icu_locid v1.5.0
20812025-07-15T20:15:12.954Z Checking flagset v0.4.6
20822025-07-15T20:15:13.136Z Checking utf16_iter v1.0.5
20832025-07-15T20:15:13.152Z Checking write16 v1.0.0
20842025-07-15T20:15:13.253Z Checking utf8_iter v1.0.4
20852025-07-15T20:15:13.289Z Checking icu_normalizer_data v1.5.0
20862025-07-15T20:15:13.323Z Checking salsa20 v0.10.2
20872025-07-15T20:15:13.363Z Checking pem-rfc7468 v0.7.0
20882025-07-15T20:15:13.403Z Checking ppv-lite86 v0.2.20
20892025-07-15T20:15:13.420Z Checking pbkdf2 v0.12.2
20902025-07-15T20:15:13.458Z Checking futures-channel v0.3.31
20912025-07-15T20:15:13.549Z Checking pin-utils v0.1.0
20922025-07-15T20:15:13.586Z Checking futures-task v0.3.31
20932025-07-15T20:15:13.628Z Checking der v0.7.9
20942025-07-15T20:15:13.661Z Checking futures-io v0.3.31
20952025-07-15T20:15:13.788Z Checking fnv v1.0.7
20962025-07-15T20:15:13.839Z Checking scrypt v0.11.0
20972025-07-15T20:15:13.858Z Checking futures-util v0.3.31
20982025-07-15T20:15:13.861Z Checking bytes v1.10.1
20992025-07-15T20:15:13.891Z Checking icu_provider v1.5.0
21002025-07-15T20:15:13.929Z Checking bitflags v2.9.1
21012025-07-15T20:15:14.047Z Checking indexmap v2.10.0
21022025-07-15T20:15:14.065Z Checking serde_json v1.0.140
21032025-07-15T20:15:14.104Z Checking aes v0.8.4
21042025-07-15T20:15:14.221Z Checking cbc v0.1.2
21052025-07-15T20:15:14.425Z Checking form_urlencoded v1.2.1
21062025-07-15T20:15:14.493Z Checking icu_locid_transform v1.5.0
21072025-07-15T20:15:14.641Z Checking zerocopy v0.8.26
21082025-07-15T20:15:14.838Z Checking tokio v1.45.1
21092025-07-15T20:15:14.968Z Checking http v1.3.1
21102025-07-15T20:15:15.246Z Checking uuid v1.17.0
21112025-07-15T20:15:15.294Z Checking spki v0.7.3
21122025-07-15T20:15:15.505Z Checking icu_properties v1.5.1
21132025-07-15T20:15:15.575Z Checking pkcs5 v0.7.1
21142025-07-15T20:15:15.634Z Checking tracing-core v0.1.32
21152025-07-15T20:15:15.882Z Checking base64 v0.22.1
21162025-07-15T20:15:16.070Z Checking pkcs8 v0.10.2
21172025-07-15T20:15:16.200Z Checking http-body v1.0.1
21182025-07-15T20:15:16.256Z Checking tracing v0.1.40
21192025-07-15T20:15:16.353Z Compiling newtype-uuid v1.2.4
21202025-07-15T20:15:16.382Z Checking tinyvec_macros v0.1.1
21212025-07-15T20:15:16.411Z Checking iana-time-zone v0.1.63
21222025-07-15T20:15:16.477Z Checking rustls-pki-types v1.10.0
21232025-07-15T20:15:16.597Z Checking chrono v0.4.41
21242025-07-15T20:15:16.614Z Checking tinyvec v1.8.0
21252025-07-15T20:15:16.692Z Checking aws-lc-sys v0.26.0
21262025-07-15T20:15:17.024Z Checking spin v0.9.8
21272025-07-15T20:15:17.340Z Checking tower-service v0.3.3
21282025-07-15T20:15:17.481Z Checking untrusted v0.7.1
21292025-07-15T20:15:17.678Z Checking foreign-types-shared v0.1.1
21302025-07-15T20:15:17.795Z Checking rand_core v0.9.2
21312025-07-15T20:15:17.812Z Checking atomic-waker v1.1.2
21322025-07-15T20:15:17.949Z Checking try-lock v0.2.5
21332025-07-15T20:15:17.967Z Checking untrusted v0.9.0
21342025-07-15T20:15:18.120Z Checking adler2 v2.0.0
21352025-07-15T20:15:18.179Z Checking openssl-probe v0.1.5
21362025-07-15T20:15:18.179Z Checking ring v0.17.14
21372025-07-15T20:15:18.244Z Checking rand_chacha v0.9.0
21382025-07-15T20:15:18.277Z Checking miniz_oxide v0.8.5
21392025-07-15T20:15:18.294Z Checking want v0.3.1
21402025-07-15T20:15:18.485Z Checking foreign-types v0.3.2
21412025-07-15T20:15:18.586Z Checking ipnet v2.11.0
21422025-07-15T20:15:18.640Z Checking httparse v1.9.5
21432025-07-15T20:15:18.659Z Checking crossbeam-utils v0.8.21
21442025-07-15T20:15:18.724Z Checking icu_normalizer v1.5.0
21452025-07-15T20:15:18.849Z Checking aws-lc-rs v1.12.4
21462025-07-15T20:15:19.014Z Checking openssl-sys v0.9.109
21472025-07-15T20:15:19.094Z Checking thiserror v1.0.69
21482025-07-15T20:15:19.114Z Checking errno v0.3.12
21492025-07-15T20:15:19.235Z Checking aho-corasick v1.1.3
21502025-07-15T20:15:19.313Z Checking powerfmt v0.2.0
21512025-07-15T20:15:19.374Z Checking regex-syntax v0.8.5
21522025-07-15T20:15:19.469Z Checking idna_adapter v1.2.0
21532025-07-15T20:15:19.589Z Checking httpdate v1.0.3
21542025-07-15T20:15:19.662Z Checking idna v1.0.3
21552025-07-15T20:15:19.833Z Checking unicode-ident v1.0.18
21562025-07-15T20:15:20.005Z Checking proc-macro2 v1.0.95
21572025-07-15T20:15:20.156Z Checking url v2.5.4
21582025-07-15T20:15:20.189Z Checking openssl v0.10.73
21592025-07-15T20:15:20.294Z Checking deranged v0.3.11
21602025-07-15T20:15:20.611Z Checking rustls-webpki v0.102.8
21612025-07-15T20:15:20.661Z Checking crossbeam-epoch v0.9.18
21622025-07-15T20:15:20.826Z Checking rustix v0.38.37
21632025-07-15T20:15:21.045Z Checking rand v0.9.1
21642025-07-15T20:15:21.071Z Checking unicode-normalization v0.1.24
21652025-07-15T20:15:21.365Z Checking semver v1.0.26
21662025-07-15T20:15:21.640Z Checking bzip2-sys v0.1.13+1.0.8
21672025-07-15T20:15:21.743Z Checking tokio-util v0.7.15
21682025-07-15T20:15:21.778Z Checking signature v2.2.0
21692025-07-15T20:15:21.796Z Checking scroll v0.12.0
21702025-07-15T20:15:21.955Z Checking crc32fast v1.4.2
21712025-07-15T20:15:21.974Z Checking anstyle v1.0.11
21722025-07-15T20:15:22.113Z Checking either v1.15.0
21732025-07-15T20:15:22.211Z Checking unicode-bidi v0.3.17
21742025-07-15T20:15:22.242Z Checking unicode-properties v0.1.3
21752025-07-15T20:15:22.332Z Checking num_threads v0.1.7
21762025-07-15T20:15:22.452Z Checking utf8parse v0.2.2
21772025-07-15T20:15:22.476Z Checking ucd-trie v0.1.7
21782025-07-15T20:15:22.494Z Checking regex-automata v0.4.8
21792025-07-15T20:15:22.615Z Checking dyn-clone v1.0.19
21802025-07-15T20:15:22.633Z Checking plain v0.2.3
21812025-07-15T20:15:22.690Z Checking h2 v0.4.6
21822025-07-15T20:15:22.708Z Checking zlib-rs v0.5.1
21832025-07-15T20:15:22.778Z Checking num-conv v0.1.0
21842025-07-15T20:15:22.797Z Checking time-core v0.1.2
21852025-07-15T20:15:22.827Z Checking siphasher v0.3.11
21862025-07-15T20:15:22.974Z Checking stringprep v0.1.5
21872025-07-15T20:15:23.019Z Checking time v0.3.36
21882025-07-15T20:15:23.144Z Checking phf_shared v0.11.2
21892025-07-15T20:15:23.240Z Checking goblin v0.8.2
21902025-07-15T20:15:23.402Z Checking schemars v0.8.22
21912025-07-15T20:15:23.908Z Checking pest v2.7.14
21922025-07-15T20:15:24.596Z Checking libz-rs-sys v0.5.1
21932025-07-15T20:15:24.820Z Checking anstyle-parse v0.2.5
21942025-07-15T20:15:24.877Z Checking rustls v0.23.19
21952025-07-15T20:15:25.123Z Checking crossbeam-deque v0.8.5
21962025-07-15T20:15:25.212Z Checking native-tls v0.2.12
21972025-07-15T20:15:25.302Z Checking quote v1.0.40
21982025-07-15T20:15:25.504Z Checking num-integer v0.1.46
21992025-07-15T20:15:25.637Z Checking rand_chacha v0.3.1
22002025-07-15T20:15:25.726Z Checking toml_datetime v0.6.11
22012025-07-15T20:15:25.989Z Checking serde_spanned v0.6.9
22022025-07-15T20:15:26.054Z Checking zstd-sys v2.0.14+zstd.1.5.7
22032025-07-15T20:15:26.075Z Checking md-5 v0.10.6
22042025-07-15T20:15:26.202Z Checking sync_wrapper v1.0.1
22052025-07-15T20:15:26.247Z Checking ff v0.13.0
22062025-07-15T20:15:26.313Z Checking hash32 v0.2.1
22072025-07-15T20:15:26.360Z Checking pretty-hex v0.4.1
22082025-07-15T20:15:26.380Z Checking base16ct v0.2.0
22092025-07-15T20:15:26.468Z Checking gimli v0.31.1
22102025-07-15T20:15:26.562Z Checking psl-types v2.0.11
22112025-07-15T20:15:26.596Z Checking anstyle-query v1.1.1
22122025-07-15T20:15:26.614Z Checking fallible-iterator v0.2.0
22132025-07-15T20:15:26.681Z Checking colorchoice v1.0.2
22142025-07-15T20:15:26.729Z Checking is_terminal_polyfill v1.70.1
22152025-07-15T20:15:26.762Z Checking tower-layer v0.3.3
22162025-07-15T20:15:26.847Z Checking publicsuffix v2.3.0
22172025-07-15T20:15:26.876Z Checking anstream v0.6.18
22182025-07-15T20:15:27.045Z Checking tower v0.5.2
22192025-07-15T20:15:27.133Z Checking heapless v0.7.17
22202025-07-15T20:15:27.170Z Checking postgres-protocol v0.6.8
22212025-07-15T20:15:27.261Z Checking sec1 v0.7.3
22222025-07-15T20:15:27.648Z Checking group v0.13.0
22232025-07-15T20:15:27.769Z Checking dtrace-parser v0.2.0
22242025-07-15T20:15:27.797Z Checking zstd-safe v7.2.3
22252025-07-15T20:15:27.928Z Checking rand v0.8.5
22262025-07-15T20:15:28.028Z Checking num-iter v0.1.45
22272025-07-15T20:15:28.114Z Compiling daft v0.1.4
22282025-07-15T20:15:28.132Z Checking dof v0.3.0
22292025-07-15T20:15:28.213Z Checking syn v2.0.104
22302025-07-15T20:15:28.249Z Checking tokio-native-tls v0.3.1
22312025-07-15T20:15:28.514Z Checking rayon-core v1.12.1
22322025-07-15T20:15:28.641Z Checking cookie v0.18.1
22332025-07-15T20:15:28.701Z Checking ipnetwork v0.21.1
22342025-07-15T20:15:28.937Z Checking hyper v1.6.0
22352025-07-15T20:15:29.059Z Checking flate2 v1.1.2
22362025-07-15T20:15:29.078Z Checking terminal_size v0.4.0
22372025-07-15T20:15:29.124Z Checking rustls-native-certs v0.8.1
22382025-07-15T20:15:29.192Z Checking lazy_static v1.5.0
22392025-07-15T20:15:29.265Z Checking webpki-roots v1.0.1
22402025-07-15T20:15:29.320Z Checking http-body-util v0.1.3
22412025-07-15T20:15:29.338Z Checking signal-hook v0.3.17
22422025-07-15T20:15:29.475Z Checking hkdf v0.12.4
22432025-07-15T20:15:29.677Z Checking crypto-bigint v0.5.5
22442025-07-15T20:15:29.694Z Checking thread-id v4.2.2
22452025-07-15T20:15:29.710Z Checking object v0.36.5
22462025-07-15T20:15:29.732Z Checking winnow v0.5.40
22472025-07-15T20:15:29.793Z Checking tokio-rustls v0.26.0
22482025-07-15T20:15:29.812Z Checking rustc-demangle v0.1.24
22492025-07-15T20:15:30.070Z Checking addr2line v0.24.2
22502025-07-15T20:15:30.172Z Checking unicode-width v0.2.0
22512025-07-15T20:15:30.235Z Checking clap_lex v0.7.4
22522025-07-15T20:15:30.526Z Checking strsim v0.11.1
22532025-07-15T20:15:30.598Z Checking managed v0.8.0
22542025-07-15T20:15:30.651Z Checking bitflags v1.3.2
22552025-07-15T20:15:30.765Z Checking bumpalo v3.16.0
22562025-07-15T20:15:30.790Z Checking iri-string v0.7.8
22572025-07-15T20:15:30.840Z Checking hyper-util v0.1.14
22582025-07-15T20:15:30.958Z Checking lockfree-object-pool v0.1.6
22592025-07-15T20:15:31.082Z Checking simd-adler32 v0.3.7
22602025-07-15T20:15:31.212Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22612025-07-15T20:15:31.450Z Checking zopfli v0.8.1
22622025-07-15T20:15:31.532Z Checking smoltcp v0.9.1
22632025-07-15T20:15:32.131Z Checking clap_builder v4.5.40
22642025-07-15T20:15:32.407Z Checking elliptic-curve v0.13.8
22652025-07-15T20:15:32.428Z Checking toml_edit v0.19.15
22662025-07-15T20:15:32.914Z Checking console v0.15.10
22672025-07-15T20:15:33.050Z Checking signal-hook-mio v0.2.4
22682025-07-15T20:15:33.219Z Checking num-bigint-dig v0.8.4
22692025-07-15T20:15:33.296Z Checking tower-http v0.6.6
22702025-07-15T20:15:33.373Z Checking hyper-tls v0.6.0
22712025-07-15T20:15:33.462Z Checking hyper-rustls v0.27.7
22722025-07-15T20:15:33.657Z Checking rayon v1.10.0
22732025-07-15T20:15:33.848Z Checking oxnet v0.1.2
22742025-07-15T20:15:33.874Z Checking cookie_store v0.21.1
22752025-07-15T20:15:34.126Z Checking usdt-impl v0.5.0
22762025-07-15T20:15:34.222Z Checking zstd v0.13.3
22772025-07-15T20:15:34.566Z Checking postgres-types v0.2.9
22782025-07-15T20:15:34.585Z Checking bstr v1.10.0
22792025-07-15T20:15:34.657Z Checking regex v1.11.1
22802025-07-15T20:15:34.823Z Checking phf v0.11.2
22812025-07-15T20:15:34.985Z Checking ed25519 v2.2.3
22822025-07-15T20:15:35.103Z Checking bzip2 v0.4.4
22832025-07-15T20:15:35.222Z Checking bzip2 v0.5.2
22842025-07-15T20:15:35.240Z Checking thiserror v2.0.12
22852025-07-15T20:15:35.244Z Checking curve25519-dalek v4.1.3
22862025-07-15T20:15:35.296Z Checking strum v0.27.1
22872025-07-15T20:15:35.373Z Checking hubpack v0.1.2
22882025-07-15T20:15:35.393Z Checking memoffset v0.9.1
22892025-07-15T20:15:35.458Z Checking pkcs1 v0.7.5
22902025-07-15T20:15:35.501Z Checking serde_urlencoded v0.7.1
22912025-07-15T20:15:35.518Z Checking float-cmp v0.10.0
22922025-07-15T20:15:35.575Z Checking backtrace v0.3.74
22932025-07-15T20:15:35.643Z Checking serde-big-array v0.5.1
22942025-07-15T20:15:35.676Z Checking rfc6979 v0.4.0
22952025-07-15T20:15:35.735Z Checking memmap v0.7.0
22962025-07-15T20:15:35.856Z Checking encoding_rs v0.8.34
22972025-07-15T20:15:35.860Z Checking difflib v0.4.0
22982025-07-15T20:15:35.883Z Checking normalize-line-endings v0.3.0
22992025-07-15T20:15:35.918Z Checking fixedbitset v0.4.2
23002025-07-15T20:15:35.945Z Checking minimal-lexical v0.2.1
23012025-07-15T20:15:36.017Z Checking unicode-segmentation v1.12.0
23022025-07-15T20:15:36.125Z Checking data-encoding v2.9.0
23032025-07-15T20:15:36.166Z Checking winnow v0.7.10
23042025-07-15T20:15:36.185Z Checking new_debug_unreachable v1.0.6
23052025-07-15T20:15:36.282Z Checking static_assertions v1.1.0
23062025-07-15T20:15:36.355Z Checking predicates-core v1.0.8
23072025-07-15T20:15:36.395Z Checking mime v0.3.17
23082025-07-15T20:15:36.568Z Checking whoami v1.5.2
23092025-07-15T20:15:36.677Z Checking toml_write v0.1.2
23102025-07-15T20:15:36.704Z Checking number_prefix v0.4.0
23112025-07-15T20:15:36.734Z Checking precomputed-hash v0.1.1
23122025-07-15T20:15:36.860Z Checking string_cache v0.8.9
23132025-07-15T20:15:36.888Z Checking tokio-postgres v0.7.13
23142025-07-15T20:15:36.905Z Checking similar v2.7.0
23152025-07-15T20:15:36.939Z Checking ed25519-dalek v2.1.1
23162025-07-15T20:15:36.988Z Checking hickory-proto v0.25.2
23172025-07-15T20:15:37.130Z Checking indicatif v0.17.11
23182025-07-15T20:15:37.148Z Checking predicates v3.1.3
23192025-07-15T20:15:37.345Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23202025-07-15T20:15:37.703Z Checking nom v7.1.3
23212025-07-15T20:15:37.774Z Checking petgraph v0.6.5
23222025-07-15T20:15:37.869Z Checking anyhow v1.0.98
23232025-07-15T20:15:38.070Z Checking reqwest v0.12.22
23242025-07-15T20:15:38.246Z Checking usdt v0.5.0
23252025-07-15T20:15:38.503Z Checking ecdsa v0.16.9
23262025-07-15T20:15:38.923Z Checking toml_edit v0.22.27
23272025-07-15T20:15:39.225Z Checking rsa v0.9.6
23282025-07-15T20:15:39.815Z Checking zip v4.2.0
23292025-07-15T20:15:40.131Z Checking nix v0.29.0
23302025-07-15T20:15:40.231Z Checking zip v0.6.6
23312025-07-15T20:15:40.264Z Checking clap v4.5.40
23322025-07-15T20:15:40.388Z Checking toml v0.7.8
23332025-07-15T20:15:40.767Z Checking crossterm v0.28.1
23342025-07-15T20:15:40.952Z Checking tokio-stream v0.1.17
23352025-07-15T20:15:41.050Z Checking itertools v0.10.5
23362025-07-15T20:15:41.087Z Checking itertools v0.12.1
23372025-07-15T20:15:41.519Z Checking fs-err v3.1.1
23382025-07-15T20:15:41.548Z Checking buf-list v1.0.3
23392025-07-15T20:15:41.764Z Checking strum v0.26.3
23402025-07-15T20:15:41.871Z Checking ahash v0.8.11
23412025-07-15T20:15:41.943Z Checking slog v2.7.0
23422025-07-15T20:15:42.097Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23432025-07-15T20:15:42.326Z Checking openapiv3 v2.2.0
23442025-07-15T20:15:42.398Z Checking x509-cert v0.2.5
23452025-07-15T20:15:42.415Z Checking sha1 v0.10.6
23462025-07-15T20:15:42.448Z Checking winnow v0.6.26
23472025-07-15T20:15:42.642Z Checking rustc-hash v2.1.1
23482025-07-15T20:15:42.718Z Checking unicode-xid v0.2.6
23492025-07-15T20:15:42.830Z Checking lalrpop-util v0.19.12
23502025-07-15T20:15:42.887Z Checking peg-runtime v0.8.5
23512025-07-15T20:15:43.103Z Checking camino v1.1.10
23522025-07-15T20:15:43.120Z Checking sigpipe v0.1.3
23532025-07-15T20:15:43.124Z Checking jiff v0.2.15
23542025-07-15T20:15:43.246Z Checking glob v0.3.2
23552025-07-15T20:15:46.965Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23562025-07-15T20:15:47.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.78s
23572025-07-15T20:15:47.519Z
23582025-07-15T20:15:47.519Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/217)
23592025-07-15T20:15:48.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602025-07-15T20:15:48.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612025-07-15T20:15:48.322Z Compiling regress v0.10.3
23622025-07-15T20:15:48.448Z Checking heck v0.5.0
23632025-07-15T20:15:48.476Z Compiling unsafe-libyaml v0.2.11
23642025-07-15T20:15:48.494Z Checking newtype-uuid v1.2.4
23652025-07-15T20:15:48.494Z Checking rustix v1.0.7
23662025-07-15T20:15:48.524Z Checking dirs-sys-next v0.1.2
23672025-07-15T20:15:48.527Z Checking fastrand v2.1.1
23682025-07-15T20:15:49.298Z Checking thread_local v1.1.8
23692025-07-15T20:15:49.306Z Checking dirs-next v2.0.0
23702025-07-15T20:15:49.306Z Checking daft v0.1.4
23712025-07-15T20:15:49.306Z Compiling structmeta-derive v0.3.0
23722025-07-15T20:15:49.306Z Compiling ident_case v1.0.1
23732025-07-15T20:15:49.306Z Checking term v0.7.0
23742025-07-15T20:15:49.306Z Compiling darling_core v0.20.10
23752025-07-15T20:15:49.306Z Checking crossbeam-channel v0.5.15
23762025-07-15T20:15:49.322Z Checking futures-executor v0.3.31
23772025-07-15T20:15:49.551Z Checking is-terminal v0.4.13
23782025-07-15T20:15:49.694Z Checking take_mut v0.2.2
23792025-07-15T20:15:49.863Z Compiling serde_yaml v0.9.34+deprecated
23802025-07-15T20:15:49.916Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23812025-07-15T20:15:50.008Z Checking tempfile v3.20.0
23822025-07-15T20:15:50.202Z Compiling rustls v0.22.4
23832025-07-15T20:15:50.336Z Checking slog-async v2.8.0
23842025-07-15T20:15:50.389Z Checking slog-term v2.9.1
23852025-07-15T20:15:50.532Z Checking futures v0.3.31
23862025-07-15T20:15:50.648Z Compiling proc-macro-crate v1.3.1
23872025-07-15T20:15:50.667Z Checking wait-timeout v0.2.0
23882025-07-15T20:15:50.860Z Compiling multer v3.1.0
23892025-07-15T20:15:50.887Z Checking bit-vec v0.8.0
23902025-07-15T20:15:51.209Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23912025-07-15T20:15:51.279Z Compiling ref-cast v1.0.24
23922025-07-15T20:15:51.340Z Compiling structmeta v0.3.0
23932025-07-15T20:15:51.503Z Checking quick-error v1.2.3
23942025-07-15T20:15:51.553Z Checking match_cfg v0.1.0
23952025-07-15T20:15:51.658Z Checking hostname v0.3.1
23962025-07-15T20:15:51.675Z Checking rusty-fork v0.3.0
23972025-07-15T20:15:51.776Z Checking typify-impl v0.3.0
23982025-07-15T20:15:51.797Z Checking typify-impl v0.2.0
23992025-07-15T20:15:52.044Z Compiling num_enum_derive v0.5.11
24002025-07-15T20:15:52.783Z Checking bit-set v0.8.0
24012025-07-15T20:15:53.195Z Checking progenitor-client v0.9.1
24022025-07-15T20:15:53.615Z Checking rand_xorshift v0.4.0
24032025-07-15T20:15:53.821Z Checking slog-json v2.6.1
24042025-07-15T20:15:54.098Z Compiling lzma-sys v0.1.20
24052025-07-15T20:15:54.215Z Checking hex v0.4.3
24062025-07-15T20:15:54.279Z Compiling ref-cast-impl v1.0.24
24072025-07-15T20:15:54.298Z Compiling async-stream-impl v0.3.6
24082025-07-15T20:15:54.700Z Compiling foreign-types-macros v0.2.3
24092025-07-15T20:15:54.760Z Compiling darling_macro v0.20.10
24102025-07-15T20:15:54.831Z Compiling dropshot v0.16.2
24112025-07-15T20:15:55.181Z Checking foreign-types-shared v0.3.1
24122025-07-15T20:15:55.322Z Checking unarray v0.1.4
24132025-07-15T20:15:55.436Z Checking utf-8 v0.7.6
24142025-07-15T20:15:55.501Z Checking arc-swap v1.7.1
24152025-07-15T20:15:55.521Z Checking async-stream v0.3.6
24162025-07-15T20:15:55.640Z Compiling darling v0.20.10
24172025-07-15T20:15:55.660Z Checking tungstenite v0.21.0
24182025-07-15T20:15:55.718Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24192025-07-15T20:15:55.764Z Compiling serde_with_macros v3.14.0
24202025-07-15T20:15:55.841Z Checking proptest v1.7.0
24212025-07-15T20:15:55.862Z Checking foreign-types v0.5.0
24222025-07-15T20:15:55.916Z Checking slog-scope v4.4.0
24232025-07-15T20:15:56.190Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24242025-07-15T20:15:56.213Z Checking num_enum v0.5.11
24252025-07-15T20:15:56.331Z Checking tokio-rustls v0.25.0
24262025-07-15T20:15:56.360Z Checking slog-bunyan v2.5.0
24272025-07-15T20:15:56.389Z Compiling proc-macro-error v1.0.4
24282025-07-15T20:15:56.738Z Compiling test-strategy v0.4.1
24292025-07-15T20:15:56.741Z Compiling parse-display-derive v0.10.0
24302025-07-15T20:15:57.128Z Checking toml v0.8.23
24312025-07-15T20:15:57.150Z Checking progenitor-client v0.8.0
24322025-07-15T20:15:57.501Z Compiling heck v0.3.3
24332025-07-15T20:15:57.839Z Checking waitgroup v0.1.2
24342025-07-15T20:15:57.860Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24352025-07-15T20:15:57.989Z Checking rustls-pemfile v2.2.0
24362025-07-15T20:15:58.226Z Compiling dropshot_endpoint v0.16.2
24372025-07-15T20:15:58.273Z Checking serde_path_to_error v0.1.17
24382025-07-15T20:15:58.663Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24392025-07-15T20:15:58.884Z Checking cstr-argument v0.1.2
24402025-07-15T20:15:59.077Z Compiling derive-where v1.5.0
24412025-07-15T20:15:59.398Z Checking hostname v0.4.0
24422025-07-15T20:15:59.566Z Checking instant v0.1.13
24432025-07-15T20:15:59.693Z Checking debug-ignore v1.0.5
24442025-07-15T20:15:59.866Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24452025-07-15T20:16:00.090Z Checking pretty-hex v0.2.1
24462025-07-15T20:16:00.233Z Checking backoff v0.4.0
24472025-07-15T20:16:00.287Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24482025-07-15T20:16:00.306Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
24492025-07-15T20:16:00.530Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502025-07-15T20:16:00.549Z Checking parse-display v0.10.0
24512025-07-15T20:16:00.574Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24522025-07-15T20:16:00.698Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24532025-07-15T20:16:00.796Z Checking serde_with v3.14.0
24542025-07-15T20:16:00.868Z Compiling zone_cfg_derive v0.1.2
24552025-07-15T20:16:00.885Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24562025-07-15T20:16:00.965Z Checking tokio-tungstenite v0.21.0
24572025-07-15T20:16:01.673Z Checking slog-stdlog v4.1.1
24582025-07-15T20:16:01.691Z Checking iddqd v0.3.8
24592025-07-15T20:16:01.850Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24602025-07-15T20:16:02.050Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24612025-07-15T20:16:02.210Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24622025-07-15T20:16:02.360Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24632025-07-15T20:16:02.387Z Checking progenitor-client v0.10.0
24642025-07-15T20:16:02.506Z Checking colored v2.2.0
24652025-07-15T20:16:02.794Z Checking macaddr v1.0.1
24662025-07-15T20:16:02.897Z Checking unicode-width v0.1.14
24672025-07-15T20:16:03.120Z Checking base64 v0.21.7
24682025-07-15T20:16:03.278Z Checking base64 v0.13.1
24692025-07-15T20:16:03.353Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24702025-07-15T20:16:03.375Z Checking tabwriter v1.4.0
24712025-07-15T20:16:03.572Z Checking zone v0.1.8
24722025-07-15T20:16:03.620Z Checking slog-envlogger v2.2.0
24732025-07-15T20:16:03.668Z Checking ron v0.7.1
24742025-07-15T20:16:03.816Z Checking xz2 v0.1.7
24752025-07-15T20:16:03.846Z Checking tokio-dtrace v0.1.0
24762025-07-15T20:16:04.125Z Checking xattr v1.3.1
24772025-07-15T20:16:04.145Z Checking yasna v0.5.2
24782025-07-15T20:16:04.228Z Checking pem v3.0.5
24792025-07-15T20:16:04.328Z Checking smf v0.2.3
24802025-07-15T20:16:04.514Z Checking headers-core v0.3.0
24812025-07-15T20:16:04.680Z Checking filetime v0.2.25
24822025-07-15T20:16:04.721Z Checking same-file v1.0.6
24832025-07-15T20:16:04.761Z Checking headers v0.4.1
24842025-07-15T20:16:04.902Z Checking tar v0.4.44
24852025-07-15T20:16:04.921Z Checking walkdir v2.5.0
24862025-07-15T20:16:05.008Z Checking rcgen v0.12.1
24872025-07-15T20:16:05.182Z Compiling typify-macro v0.2.0
24882025-07-15T20:16:05.204Z Checking oxide-tokio-rt v0.1.2
24892025-07-15T20:16:05.223Z Checking camino-tempfile v1.4.1
24902025-07-15T20:16:05.407Z Checking atomicwrites v0.4.4
24912025-07-15T20:16:05.492Z Compiling typify-macro v0.3.0
24922025-07-15T20:16:05.514Z Checking subprocess v0.2.9
24932025-07-15T20:16:07.268Z Compiling typify v0.2.0
24942025-07-15T20:16:07.369Z Compiling progenitor-impl v0.8.0
24952025-07-15T20:16:07.480Z Compiling typify v0.3.0
24962025-07-15T20:16:07.584Z Compiling progenitor-impl v0.9.1
24972025-07-15T20:16:10.183Z Compiling progenitor-macro v0.8.0
24982025-07-15T20:16:10.348Z Compiling progenitor-macro v0.9.1
24992025-07-15T20:16:14.861Z Checking progenitor v0.8.0
25002025-07-15T20:16:15.011Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25012025-07-15T20:16:15.192Z Checking progenitor v0.9.1
25022025-07-15T20:16:15.336Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
25032025-07-15T20:16:17.521Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25042025-07-15T20:16:18.162Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052025-07-15T20:16:24.412Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25062025-07-15T20:16:26.029Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25072025-07-15T20:16:27.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.86s
25082025-07-15T20:16:27.588Z
25092025-07-15T20:16:27.588Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/217)
25102025-07-15T20:16:28.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112025-07-15T20:16:28.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122025-07-15T20:16:28.367Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25132025-07-15T20:16:29.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
25142025-07-15T20:16:30.076Z
25152025-07-15T20:16:30.076Zinfo: running `cargo check --bins` on nexus-config (52/217)
25162025-07-15T20:16:30.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172025-07-15T20:16:30.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182025-07-15T20:16:30.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192025-07-15T20:16:30.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
25202025-07-15T20:16:30.825Z
25212025-07-15T20:16:30.825Zinfo: running `cargo check --bins` on omicron-rpaths (53/217)
25222025-07-15T20:16:31.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232025-07-15T20:16:31.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242025-07-15T20:16:31.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252025-07-15T20:16:31.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25262025-07-15T20:16:31.545Z
25272025-07-15T20:16:31.545Zinfo: running `cargo check --bins` on omicron-certificates (54/217)
25282025-07-15T20:16:32.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292025-07-15T20:16:32.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302025-07-15T20:16:32.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312025-07-15T20:16:32.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
25322025-07-15T20:16:32.290Z
25332025-07-15T20:16:32.290Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/217)
25342025-07-15T20:16:32.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352025-07-15T20:16:32.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362025-07-15T20:16:33.145Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25372025-07-15T20:16:33.272Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25382025-07-15T20:16:33.285Z Compiling rustix v1.0.7
25392025-07-15T20:16:33.296Z Compiling wait-timeout v0.2.0
25402025-07-15T20:16:33.300Z Compiling bit-vec v0.8.0
25412025-07-15T20:16:33.300Z Compiling match_cfg v0.1.0
25422025-07-15T20:16:33.300Z Compiling quick-error v1.2.3
25432025-07-15T20:16:33.300Z Compiling rustls v0.22.4
25442025-07-15T20:16:33.400Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
25452025-07-15T20:16:33.487Z Compiling hostname v0.3.1
25462025-07-15T20:16:33.512Z Compiling progenitor-client v0.9.1
25472025-07-15T20:16:33.705Z Compiling bit-set v0.8.0
25482025-07-15T20:16:33.730Z Compiling slog-json v2.6.1
25492025-07-15T20:16:33.788Z Compiling rand_xorshift v0.4.0
25502025-07-15T20:16:33.807Z Compiling itertools v0.13.0
25512025-07-15T20:16:33.929Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25522025-07-15T20:16:33.988Z Compiling hex v0.4.3
25532025-07-15T20:16:34.033Z Compiling heapless v0.8.0
25542025-07-15T20:16:34.061Z Compiling unarray v0.1.4
25552025-07-15T20:16:34.070Z Compiling slog-bunyan v2.5.0
25562025-07-15T20:16:34.264Z Compiling progenitor v0.9.1
25572025-07-15T20:16:34.283Z Compiling async-stream v0.3.6
25582025-07-15T20:16:34.500Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25592025-07-15T20:16:34.523Z Compiling ref-cast v1.0.24
25602025-07-15T20:16:34.586Z Compiling multer v3.1.0
25612025-07-15T20:16:34.667Z Compiling toml v0.8.23
25622025-07-15T20:16:34.684Z Compiling waitgroup v0.1.2
25632025-07-15T20:16:34.885Z Compiling tempfile v3.20.0
25642025-07-15T20:16:34.911Z Compiling rustls-pemfile v2.2.0
25652025-07-15T20:16:35.260Z Checking hash32 v0.3.1
25662025-07-15T20:16:35.339Z Compiling rusty-fork v0.3.0
25672025-07-15T20:16:35.472Z Compiling serde_path_to_error v0.1.17
25682025-07-15T20:16:35.491Z Compiling hostname v0.4.0
25692025-07-15T20:16:35.653Z Compiling instant v0.1.13
25702025-07-15T20:16:35.716Z Compiling proptest v1.7.0
25712025-07-15T20:16:35.828Z Compiling smoltcp v0.11.0
25722025-07-15T20:16:35.966Z Compiling debug-ignore v1.0.5
25732025-07-15T20:16:36.078Z Compiling backoff v0.4.0
25742025-07-15T20:16:36.209Z Compiling iddqd v0.3.8
25752025-07-15T20:16:36.932Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
25762025-07-15T20:16:36.966Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25772025-07-15T20:16:36.966Z Compiling ingot-macros v0.1.0
25782025-07-15T20:16:36.966Z Compiling serde_with v3.14.0
25792025-07-15T20:16:36.977Z Compiling parse-display v0.10.0
25802025-07-15T20:16:37.493Z Compiling tokio-rustls v0.25.0
25812025-07-15T20:16:37.918Z Compiling dropshot v0.16.2
25822025-07-15T20:16:38.755Z Checking num-rational v0.4.2
25832025-07-15T20:16:39.421Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25842025-07-15T20:16:39.750Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
25852025-07-15T20:16:40.107Z Compiling progenitor-client v0.10.0
25862025-07-15T20:16:41.542Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
25872025-07-15T20:16:41.862Z Compiling phf_generator v0.11.2
25882025-07-15T20:16:42.066Z Checking num-complex v0.4.6
25892025-07-15T20:16:42.613Z Compiling macaddr v1.0.1
25902025-07-15T20:16:42.886Z Checking cobs v0.2.3
25912025-07-15T20:16:43.017Z Compiling num v0.4.3
25922025-07-15T20:16:43.092Z Checking postcard v1.0.10
25932025-07-15T20:16:43.260Z Compiling phf_codegen v0.11.2
25942025-07-15T20:16:43.375Z Checking ingot-types v0.1.0
25952025-07-15T20:16:43.632Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
25962025-07-15T20:16:43.651Z Compiling parse-zoneinfo v0.3.1
25972025-07-15T20:16:44.072Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
25982025-07-15T20:16:44.123Z Checking ingot v0.1.0
25992025-07-15T20:16:44.338Z Compiling convert_case v0.4.0
26002025-07-15T20:16:44.421Z Compiling float-ord v0.3.2
26012025-07-15T20:16:44.795Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26022025-07-15T20:16:45.143Z Compiling derive_more v0.99.20
26032025-07-15T20:16:45.341Z Compiling chrono-tz-build v0.4.0
26042025-07-15T20:16:46.344Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
26052025-07-15T20:16:46.425Z Compiling crucible-workspace-hack v0.1.0
26062025-07-15T20:16:46.505Z Checking linked-hash-map v0.5.6
26072025-07-15T20:16:46.807Z Compiling chrono-tz v0.10.3
26082025-07-15T20:16:46.857Z Checking lru-cache v0.1.2
26092025-07-15T20:16:47.067Z Checking resolv-conf v0.7.0
26102025-07-15T20:16:47.271Z Checking newline-converter v0.3.0
26112025-07-15T20:16:47.411Z Checking hickory-proto v0.24.4
26122025-07-15T20:16:47.454Z Checking itertools v0.14.0
26132025-07-15T20:16:47.499Z Checking prettyplease v0.2.35
26142025-07-15T20:16:47.585Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
26152025-07-15T20:16:48.079Z Compiling slog-dtrace v0.3.0
26162025-07-15T20:16:48.425Z Compiling zone_cfg_derive v0.3.0
26172025-07-15T20:16:48.714Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26182025-07-15T20:16:49.884Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
26192025-07-15T20:16:49.904Z Checking expectorate v1.2.0
26202025-07-15T20:16:50.038Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
26212025-07-15T20:16:50.117Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26222025-07-15T20:16:50.380Z Compiling const_format_proc_macros v0.2.34
26232025-07-15T20:16:50.895Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26242025-07-15T20:16:51.135Z Compiling num-derive v0.4.2
26252025-07-15T20:16:51.448Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26262025-07-15T20:16:51.554Z Checking hickory-resolver v0.24.4
26272025-07-15T20:16:51.634Z Checking highway v1.3.0
26282025-07-15T20:16:51.813Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26292025-07-15T20:16:51.961Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
26302025-07-15T20:16:52.089Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26312025-07-15T20:16:52.113Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26322025-07-15T20:16:52.237Z Checking const_format v0.2.34
26332025-07-15T20:16:52.357Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26342025-07-15T20:16:53.120Z Checking qorb v0.4.0
26352025-07-15T20:16:53.251Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26362025-07-15T20:16:53.408Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
26372025-07-15T20:16:53.665Z Checking zone v0.3.1
26382025-07-15T20:16:53.698Z Checking gethostname v0.5.0
26392025-07-15T20:16:53.834Z Checking bcs v0.1.6
26402025-07-15T20:16:53.994Z Checking nanorand v0.7.0
26412025-07-15T20:16:54.316Z Compiling async-recursion v1.1.1
26422025-07-15T20:16:54.346Z Checking termtree v0.5.1
26432025-07-15T20:16:54.504Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
26442025-07-15T20:16:54.572Z Checking flume v0.11.1
26452025-07-15T20:16:59.819Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26462025-07-15T20:17:03.301Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26472025-07-15T20:17:05.793Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26482025-07-15T20:17:07.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.81s
26492025-07-15T20:17:07.318Z
26502025-07-15T20:17:07.318Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/217)
26512025-07-15T20:17:07.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522025-07-15T20:17:07.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532025-07-15T20:17:07.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542025-07-15T20:17:07.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26552025-07-15T20:17:08.076Z
26562025-07-15T20:17:08.076Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/217)
26572025-07-15T20:17:08.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582025-07-15T20:17:08.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592025-07-15T20:17:08.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602025-07-15T20:17:08.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26612025-07-15T20:17:08.833Z
26622025-07-15T20:17:08.833Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/217)
26632025-07-15T20:17:09.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642025-07-15T20:17:09.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652025-07-15T20:17:09.622Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26662025-07-15T20:17:10.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
26672025-07-15T20:17:10.519Z
26682025-07-15T20:17:10.519Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/217)
26692025-07-15T20:17:11.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702025-07-15T20:17:11.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712025-07-15T20:17:11.320Z Compiling cfg_aliases v0.1.1
26722025-07-15T20:17:11.320Z Compiling vte_generate_state_changes v0.1.2
26732025-07-15T20:17:11.325Z Checking fd-lock v4.0.2
26742025-07-15T20:17:11.325Z Checking nibble_vec v0.1.0
26752025-07-15T20:17:11.438Z Checking endian-type v0.1.2
26762025-07-15T20:17:11.451Z Checking bytecount v0.6.8
26772025-07-15T20:17:11.472Z Compiling tabled_derive v0.7.0
26782025-07-15T20:17:11.501Z Checking itertools v0.13.0
26792025-07-15T20:17:11.535Z Compiling nix v0.28.0
26802025-07-15T20:17:11.620Z Compiling peg-macros v0.8.5
26812025-07-15T20:17:11.640Z Checking papergrid v0.11.0
26822025-07-15T20:17:11.661Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26832025-07-15T20:17:11.678Z Checking radix_trie v0.2.1
26842025-07-15T20:17:11.992Z Checking vte v0.11.1
26852025-07-15T20:17:12.066Z Compiling sqlparser_derive v0.2.2
26862025-07-15T20:17:12.632Z Checking home v0.5.9
26872025-07-15T20:17:12.805Z Checking nu-ansi-term v0.50.1
26882025-07-15T20:17:13.048Z Checking unicode_categories v0.1.1
26892025-07-15T20:17:13.103Z Checking sqlparser v0.45.0
26902025-07-15T20:17:13.224Z Checking display-error-chain v0.2.2
26912025-07-15T20:17:13.370Z Checking sqlformat v0.3.5
26922025-07-15T20:17:13.425Z Checking strip-ansi-escapes v0.2.0
26932025-07-15T20:17:13.548Z Checking tabled v0.15.0
26942025-07-15T20:17:13.865Z Checking reedline v0.40.0
26952025-07-15T20:17:14.254Z Checking peg v0.8.5
26962025-07-15T20:17:14.423Z Checking rustyline v14.0.0
26972025-07-15T20:17:23.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.63s
26982025-07-15T20:17:23.348Z
26992025-07-15T20:17:23.348Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/217)
27002025-07-15T20:17:24.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012025-07-15T20:17:24.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022025-07-15T20:17:24.589Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27032025-07-15T20:17:29.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s
27042025-07-15T20:17:29.444Z
27052025-07-15T20:17:29.444Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/217)
27062025-07-15T20:17:30.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072025-07-15T20:17:30.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082025-07-15T20:17:30.224Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27092025-07-15T20:17:33.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
27102025-07-15T20:17:33.965Z
27112025-07-15T20:17:33.965Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/217)
27122025-07-15T20:17:34.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132025-07-15T20:17:34.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142025-07-15T20:17:34.741Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27152025-07-15T20:17:39.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
27162025-07-15T20:17:39.735Z
27172025-07-15T20:17:39.736Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/217)
27182025-07-15T20:17:40.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192025-07-15T20:17:40.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202025-07-15T20:17:40.527Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27212025-07-15T20:17:45.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
27222025-07-15T20:17:45.559Z
27232025-07-15T20:17:45.559Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/217)
27242025-07-15T20:17:46.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252025-07-15T20:17:46.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262025-07-15T20:17:46.341Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27272025-07-15T20:17:50.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
27282025-07-15T20:17:50.264Z
27292025-07-15T20:17:50.264Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/217)
27302025-07-15T20:17:50.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312025-07-15T20:17:50.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322025-07-15T20:17:51.046Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27332025-07-15T20:17:54.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
27342025-07-15T20:17:55.026Z
27352025-07-15T20:17:55.026Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/217)
27362025-07-15T20:17:55.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372025-07-15T20:17:55.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382025-07-15T20:17:55.827Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27392025-07-15T20:18:00.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s
27402025-07-15T20:18:01.137Z
27412025-07-15T20:18:01.137Zinfo: running `cargo check --bins` on oximeter (67/217)
27422025-07-15T20:18:01.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432025-07-15T20:18:01.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442025-07-15T20:18:01.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452025-07-15T20:18:01.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27462025-07-15T20:18:01.891Z
27472025-07-15T20:18:01.891Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/217)
27482025-07-15T20:18:02.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492025-07-15T20:18:02.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502025-07-15T20:18:02.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512025-07-15T20:18:02.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27522025-07-15T20:18:02.609Z
27532025-07-15T20:18:02.609Zinfo: running `cargo check --bins` on oximeter-schema (69/217)
27542025-07-15T20:18:03.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552025-07-15T20:18:03.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562025-07-15T20:18:03.365Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27572025-07-15T20:18:05.344Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27582025-07-15T20:18:06.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s
27592025-07-15T20:18:06.533Z
27602025-07-15T20:18:06.534Zinfo: running `cargo check --bins` on oximeter-types (70/217)
27612025-07-15T20:18:07.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622025-07-15T20:18:07.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632025-07-15T20:18:07.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642025-07-15T20:18:07.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27652025-07-15T20:18:07.289Z
27662025-07-15T20:18:07.289Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/217)
27672025-07-15T20:18:07.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682025-07-15T20:18:07.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692025-07-15T20:18:07.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702025-07-15T20:18:07.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27712025-07-15T20:18:08.035Z
27722025-07-15T20:18:08.035Zinfo: running `cargo check --bins` on oxql-types (72/217)
27732025-07-15T20:18:08.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742025-07-15T20:18:08.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752025-07-15T20:18:08.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762025-07-15T20:18:08.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27772025-07-15T20:18:08.782Z
27782025-07-15T20:18:08.782Zinfo: running `cargo check --bins` on oximeter-test-utils (73/217)
27792025-07-15T20:18:09.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802025-07-15T20:18:09.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812025-07-15T20:18:09.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822025-07-15T20:18:09.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27832025-07-15T20:18:09.566Z
27842025-07-15T20:18:09.566Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/217)
27852025-07-15T20:18:10.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862025-07-15T20:18:10.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872025-07-15T20:18:10.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882025-07-15T20:18:10.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27892025-07-15T20:18:10.318Z
27902025-07-15T20:18:10.318Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/217)
27912025-07-15T20:18:10.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922025-07-15T20:18:10.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932025-07-15T20:18:10.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942025-07-15T20:18:10.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27952025-07-15T20:18:11.080Z
27962025-07-15T20:18:11.080Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/217)
27972025-07-15T20:18:12.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982025-07-15T20:18:12.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992025-07-15T20:18:12.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002025-07-15T20:18:12.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28012025-07-15T20:18:12.250Z
28022025-07-15T20:18:12.250Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/217)
28032025-07-15T20:18:12.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042025-07-15T20:18:12.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052025-07-15T20:18:12.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062025-07-15T20:18:12.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28072025-07-15T20:18:12.586Z
28082025-07-15T20:18:12.586Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/217)
28092025-07-15T20:18:13.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102025-07-15T20:18:13.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112025-07-15T20:18:13.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122025-07-15T20:18:13.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28132025-07-15T20:18:13.336Z
28142025-07-15T20:18:13.336Zinfo: running `cargo check --bins` on cockroach-admin-client (79/217)
28152025-07-15T20:18:13.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162025-07-15T20:18:13.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172025-07-15T20:18:13.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182025-07-15T20:18:13.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28192025-07-15T20:18:14.058Z
28202025-07-15T20:18:14.059Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/217)
28212025-07-15T20:18:14.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222025-07-15T20:18:14.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232025-07-15T20:18:14.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242025-07-15T20:18:14.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28252025-07-15T20:18:14.868Z
28262025-07-15T20:18:14.868Zinfo: running `cargo check --bins` on dns-service-client (81/217)
28272025-07-15T20:18:15.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282025-07-15T20:18:15.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292025-07-15T20:18:15.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302025-07-15T20:18:15.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28312025-07-15T20:18:15.569Z
28322025-07-15T20:18:15.569Zinfo: running `cargo check --bins` on internal-dns-types (82/217)
28332025-07-15T20:18:16.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342025-07-15T20:18:16.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352025-07-15T20:18:16.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362025-07-15T20:18:16.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28372025-07-15T20:18:16.312Z
28382025-07-15T20:18:16.312Zinfo: running `cargo check --bins` on gateway-client (83/217)
28392025-07-15T20:18:16.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402025-07-15T20:18:16.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412025-07-15T20:18:16.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422025-07-15T20:18:16.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28432025-07-15T20:18:17.064Z
28442025-07-15T20:18:17.064Zinfo: running `cargo check --bins` on ereport-types (84/217)
28452025-07-15T20:18:17.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462025-07-15T20:18:17.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472025-07-15T20:18:17.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482025-07-15T20:18:17.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28492025-07-15T20:18:17.794Z
28502025-07-15T20:18:17.794Zinfo: running `cargo check --bins` on gateway-types (85/217)
28512025-07-15T20:18:18.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522025-07-15T20:18:18.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532025-07-15T20:18:18.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542025-07-15T20:18:18.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28552025-07-15T20:18:18.539Z
28562025-07-15T20:18:18.539Zinfo: running `cargo check --bins` on ipcc (86/217)
28572025-07-15T20:18:19.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582025-07-15T20:18:19.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592025-07-15T20:18:19.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602025-07-15T20:18:19.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28612025-07-15T20:18:19.290Z
28622025-07-15T20:18:19.290Zinfo: running `cargo check --bins` on installinator-client (87/217)
28632025-07-15T20:18:19.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642025-07-15T20:18:19.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652025-07-15T20:18:19.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662025-07-15T20:18:19.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28672025-07-15T20:18:20.060Z
28682025-07-15T20:18:20.060Zinfo: running `cargo check --bins` on installinator-common (88/217)
28692025-07-15T20:18:20.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702025-07-15T20:18:20.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712025-07-15T20:18:20.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722025-07-15T20:18:20.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28732025-07-15T20:18:20.837Z
28742025-07-15T20:18:20.837Zinfo: running `cargo check --bins` on update-engine (89/217)
28752025-07-15T20:18:21.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762025-07-15T20:18:21.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772025-07-15T20:18:21.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782025-07-15T20:18:21.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28792025-07-15T20:18:21.569Z
28802025-07-15T20:18:21.570Zinfo: running `cargo check --bins` on nexus-client (90/217)
28812025-07-15T20:18:22.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822025-07-15T20:18:22.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832025-07-15T20:18:22.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842025-07-15T20:18:22.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28852025-07-15T20:18:22.358Z
28862025-07-15T20:18:22.358Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (91/217)
28872025-07-15T20:18:23.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882025-07-15T20:18:23.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892025-07-15T20:18:23.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902025-07-15T20:18:23.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28912025-07-15T20:18:23.133Z
28922025-07-15T20:18:23.133Zinfo: running `cargo check --bins` on omicron-passwords (92/217)
28932025-07-15T20:18:23.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942025-07-15T20:18:23.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952025-07-15T20:18:23.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962025-07-15T20:18:23.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28972025-07-15T20:18:23.860Z
28982025-07-15T20:18:23.860Zinfo: running `cargo check --bins` on nexus-types (93/217)
28992025-07-15T20:18:24.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002025-07-15T20:18:24.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012025-07-15T20:18:24.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022025-07-15T20:18:24.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29032025-07-15T20:18:24.659Z
29042025-07-15T20:18:24.659Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (94/217)
29052025-07-15T20:18:25.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062025-07-15T20:18:25.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072025-07-15T20:18:25.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082025-07-15T20:18:25.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29092025-07-15T20:18:25.390Z
29102025-07-15T20:18:25.390Zinfo: running `cargo check --bins` on parallel-task-set (95/217)
29112025-07-15T20:18:26.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122025-07-15T20:18:26.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132025-07-15T20:18:26.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142025-07-15T20:18:26.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29152025-07-15T20:18:26.113Z
29162025-07-15T20:18:26.113Zinfo: running `cargo check --bins` on oxide-client (96/217)
29172025-07-15T20:18:26.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182025-07-15T20:18:26.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192025-07-15T20:18:26.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202025-07-15T20:18:26.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29212025-07-15T20:18:26.847Z
29222025-07-15T20:18:26.847Zinfo: running `cargo check --bins` on oximeter-client (97/217)
29232025-07-15T20:18:27.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242025-07-15T20:18:27.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252025-07-15T20:18:27.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262025-07-15T20:18:27.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29272025-07-15T20:18:27.606Z
29282025-07-15T20:18:27.606Zinfo: running `cargo check --bins` on repo-depot-client (98/217)
29292025-07-15T20:18:28.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302025-07-15T20:18:28.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312025-07-15T20:18:28.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322025-07-15T20:18:28.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29332025-07-15T20:18:28.331Z
29342025-07-15T20:18:28.332Zinfo: running `cargo check --bins` on sled-agent-client (99/217)
29352025-07-15T20:18:29.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362025-07-15T20:18:29.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372025-07-15T20:18:29.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382025-07-15T20:18:29.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29392025-07-15T20:18:29.115Z
29402025-07-15T20:18:29.115Zinfo: running `cargo check --bins` on sled-agent-types (100/217)
29412025-07-15T20:18:29.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422025-07-15T20:18:29.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432025-07-15T20:18:29.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442025-07-15T20:18:29.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29452025-07-15T20:18:29.899Z
29462025-07-15T20:18:29.899Zinfo: running `cargo check --bins` on wicketd-client (101/217)
29472025-07-15T20:18:30.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482025-07-15T20:18:30.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492025-07-15T20:18:30.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502025-07-15T20:18:30.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29512025-07-15T20:18:30.687Z
29522025-07-15T20:18:30.687Zinfo: running `cargo check --bins` on wicket-common (102/217)
29532025-07-15T20:18:31.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542025-07-15T20:18:31.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552025-07-15T20:18:31.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562025-07-15T20:18:31.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29572025-07-15T20:18:31.459Z
29582025-07-15T20:18:31.459Zinfo: running `cargo check --bins` on omicron-cockroach-admin (103/217)
29592025-07-15T20:18:32.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602025-07-15T20:18:32.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612025-07-15T20:18:32.236Z Checking csv-core v0.1.11
29622025-07-15T20:18:32.236Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29632025-07-15T20:18:32.239Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29642025-07-15T20:18:32.239Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29652025-07-15T20:18:32.549Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29662025-07-15T20:18:32.567Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29672025-07-15T20:18:32.583Z Checking csv v1.3.1
29682025-07-15T20:18:33.131Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29692025-07-15T20:18:33.597Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29702025-07-15T20:18:35.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
29712025-07-15T20:18:35.962Z
29722025-07-15T20:18:35.962Zinfo: running `cargo check --bins` on cockroach-admin-api (104/217)
29732025-07-15T20:18:36.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742025-07-15T20:18:36.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752025-07-15T20:18:36.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762025-07-15T20:18:36.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29772025-07-15T20:18:36.721Z
29782025-07-15T20:18:36.721Zinfo: running `cargo check --bins` on cockroach-admin-types (105/217)
29792025-07-15T20:18:37.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802025-07-15T20:18:37.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812025-07-15T20:18:37.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822025-07-15T20:18:37.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29832025-07-15T20:18:37.472Z
29842025-07-15T20:18:37.472Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (106/217)
29852025-07-15T20:18:38.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862025-07-15T20:18:38.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872025-07-15T20:18:38.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882025-07-15T20:18:38.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
29892025-07-15T20:18:38.351Z
29902025-07-15T20:18:38.351Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (107/217)
29912025-07-15T20:18:39.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922025-07-15T20:18:39.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932025-07-15T20:18:39.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942025-07-15T20:18:39.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
29952025-07-15T20:18:39.219Z
29962025-07-15T20:18:39.219Zinfo: running `cargo check --bins` on dns-server (108/217)
29972025-07-15T20:18:39.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982025-07-15T20:18:39.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992025-07-15T20:18:39.988Z Compiling typify-impl v0.4.1
30002025-07-15T20:18:40.111Z Compiling parking_lot_core v0.8.6
30012025-07-15T20:18:40.115Z Compiling moka v0.12.10
30022025-07-15T20:18:40.115Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30032025-07-15T20:18:40.128Z Checking tagptr v0.2.0
30042025-07-15T20:18:40.151Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30052025-07-15T20:18:40.165Z Checking prefix-trie v0.7.0
30062025-07-15T20:18:40.380Z Checking fxhash v0.2.1
30072025-07-15T20:18:40.401Z Checking hickory-client v0.25.2
30082025-07-15T20:18:40.853Z Checking hickory-server v0.25.2
30092025-07-15T20:18:40.917Z Checking parking_lot v0.11.2
30102025-07-15T20:18:41.259Z Checking sled v0.34.7
30112025-07-15T20:18:41.299Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30122025-07-15T20:18:41.800Z Checking hickory-resolver v0.25.2
30132025-07-15T20:18:45.863Z Compiling typify-macro v0.4.1
30142025-07-15T20:18:47.534Z Compiling typify v0.4.1
30152025-07-15T20:18:47.626Z Compiling progenitor-impl v0.10.0
30162025-07-15T20:18:50.006Z Compiling progenitor-macro v0.10.0
30172025-07-15T20:18:53.969Z Checking progenitor v0.10.0
30182025-07-15T20:18:54.109Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30192025-07-15T20:18:54.615Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30202025-07-15T20:18:56.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.82s
30212025-07-15T20:18:56.250Z
30222025-07-15T20:18:56.250Zinfo: running `cargo check --bins` on dns-server-api (109/217)
30232025-07-15T20:18:56.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-07-15T20:18:56.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-07-15T20:18:56.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262025-07-15T20:18:56.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30272025-07-15T20:18:57.011Z
30282025-07-15T20:18:57.012Zinfo: running `cargo check --bins` on openapi-manager-types (110/217)
30292025-07-15T20:18:57.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-07-15T20:18:57.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-07-15T20:18:57.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-07-15T20:18:57.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30332025-07-15T20:18:57.733Z
30342025-07-15T20:18:57.733Zinfo: running `cargo check --bins` on gateway-test-utils (111/217)
30352025-07-15T20:18:58.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-07-15T20:18:58.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-07-15T20:18:58.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-07-15T20:18:58.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30392025-07-15T20:18:58.552Z
30402025-07-15T20:18:58.552Zinfo: running `cargo check --bins` on omicron-gateway (112/217)
30412025-07-15T20:18:59.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-07-15T20:18:59.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-07-15T20:18:59.911Z Checking half v2.4.1
30442025-07-15T20:18:59.911Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30452025-07-15T20:18:59.911Z Checking ciborium-io v0.2.2
30462025-07-15T20:18:59.911Z Compiling radium v0.7.0
30472025-07-15T20:18:59.911Z Compiling semver v0.1.20
30482025-07-15T20:18:59.911Z Compiling zerocopy-derive v0.6.6
30492025-07-15T20:18:59.911Z Compiling maybe-uninit v2.0.0
30502025-07-15T20:18:59.911Z Checking tap v1.0.1
30512025-07-15T20:18:59.911Z Checking password-hash v0.5.0
30522025-07-15T20:18:59.911Z Checking wyz v0.5.1
30532025-07-15T20:19:00.015Z Checking ciborium-ll v0.2.2
30542025-07-15T20:19:00.079Z Compiling rustc_version v0.1.7
30552025-07-15T20:19:00.133Z Checking blake2 v0.10.6
30562025-07-15T20:19:00.154Z Compiling pin-project-internal v1.1.6
30572025-07-15T20:19:00.204Z Compiling owo-colors v4.2.2
30582025-07-15T20:19:00.225Z Checking funty v2.0.0
30592025-07-15T20:19:00.330Z Checking ciborium v0.2.2
30602025-07-15T20:19:00.485Z Compiling packed_struct v0.10.1
30612025-07-15T20:19:00.506Z Compiling newtype_derive v0.1.6
30622025-07-15T20:19:00.579Z Compiling cancel-safe-futures v0.1.5
30632025-07-15T20:19:00.794Z Checking crc-catalog v2.4.0
30642025-07-15T20:19:00.976Z Checking argon2 v0.5.3
30652025-07-15T20:19:00.981Z Checking crc v3.2.1
30662025-07-15T20:19:01.031Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30672025-07-15T20:19:01.049Z Checking bitvec v1.0.1
30682025-07-15T20:19:01.114Z Compiling packed_struct_codegen v0.10.1
30692025-07-15T20:19:01.229Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30702025-07-15T20:19:01.452Z Checking libsw-core v0.3.1
30712025-07-15T20:19:01.471Z Checking zerocopy v0.6.6
30722025-07-15T20:19:01.614Z Checking secrecy v0.10.3
30732025-07-15T20:19:01.650Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30742025-07-15T20:19:01.672Z Compiling snafu-derive v0.8.5
30752025-07-15T20:19:01.692Z Compiling indexmap v1.9.3
30762025-07-15T20:19:01.804Z Checking nodrop v0.1.14
30772025-07-15T20:19:01.943Z Checking fixedbitset v0.5.7
30782025-07-15T20:19:02.067Z Checking array-init v0.0.4
30792025-07-15T20:19:02.167Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30802025-07-15T20:19:02.343Z Checking petgraph v0.8.2
30812025-07-15T20:19:02.524Z Checking libsw v3.5.0
30822025-07-15T20:19:02.800Z Checking pin-project v1.1.6
30832025-07-15T20:19:02.800Z Checking smallvec v0.6.14
30842025-07-15T20:19:02.939Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30852025-07-15T20:19:03.550Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30862025-07-15T20:19:03.572Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30872025-07-15T20:19:03.628Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30882025-07-15T20:19:03.838Z Checking globset v0.4.15
30892025-07-15T20:19:04.270Z Checking olpc-cjson v0.1.4
30902025-07-15T20:19:04.344Z Checking serde_plain v1.0.2
30912025-07-15T20:19:04.518Z Checking linear-map v1.2.0
30922025-07-15T20:19:04.617Z Checking bitfield v0.14.0
30932025-07-15T20:19:04.681Z Checking indent_write v2.2.0
30942025-07-15T20:19:04.774Z Checking termcolor v1.4.1
30952025-07-15T20:19:04.828Z Checking swrite v0.1.0
30962025-07-15T20:19:04.896Z Checking typed-path v0.9.3
30972025-07-15T20:19:04.919Z Checking hashbrown v0.12.3
30982025-07-15T20:19:04.935Z Checking ron v0.8.1
30992025-07-15T20:19:04.959Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31002025-07-15T20:19:05.172Z Checking env_logger v0.10.2
31012025-07-15T20:19:05.540Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31022025-07-15T20:19:05.582Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31032025-07-15T20:19:06.002Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31042025-07-15T20:19:06.101Z Checking steno v0.4.1
31052025-07-15T20:19:06.375Z Checking snafu v0.8.5
31062025-07-15T20:19:06.527Z Checking serde-hex v0.1.0
31072025-07-15T20:19:06.732Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31082025-07-15T20:19:06.860Z Checking tough v0.20.0
31092025-07-15T20:19:07.008Z Checking hashbrown v0.13.2
31102025-07-15T20:19:07.096Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31112025-07-15T20:19:07.932Z Checking humantime v2.2.0
31122025-07-15T20:19:08.253Z Checking crc-any v2.5.0
31132025-07-15T20:19:08.283Z Checking object v0.30.4
31142025-07-15T20:19:08.474Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31152025-07-15T20:19:08.610Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31162025-07-15T20:19:08.703Z Checking half v1.8.3
31172025-07-15T20:19:08.758Z Checking void v1.0.2
31182025-07-15T20:19:08.937Z Checking path-slash v0.1.5
31192025-07-15T20:19:09.049Z Checking tungstenite v0.23.0
31202025-07-15T20:19:09.104Z Checking lzss v0.8.2
31212025-07-15T20:19:09.126Z Checking serde_cbor v0.11.2
31222025-07-15T20:19:09.467Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31232025-07-15T20:19:09.917Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31242025-07-15T20:19:09.996Z Checking nix v0.27.1
31252025-07-15T20:19:10.202Z Checking kstat-rs v0.2.4
31262025-07-15T20:19:10.229Z Checking serde_bytes v0.11.17
31272025-07-15T20:19:10.250Z Checking tokio-tungstenite v0.23.1
31282025-07-15T20:19:10.294Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31292025-07-15T20:19:10.545Z Checking signal-hook-tokio v0.3.1
31302025-07-15T20:19:10.566Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31312025-07-15T20:19:11.221Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31322025-07-15T20:19:13.104Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31332025-07-15T20:19:14.418Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
31342025-07-15T20:19:23.725Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31352025-07-15T20:19:30.448Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31362025-07-15T20:19:31.175Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31372025-07-15T20:19:34.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.57s
31382025-07-15T20:19:34.350Z
31392025-07-15T20:19:34.350Zinfo: running `cargo check --bins` on gateway-api (113/217)
31402025-07-15T20:19:35.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412025-07-15T20:19:35.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422025-07-15T20:19:35.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432025-07-15T20:19:35.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31442025-07-15T20:19:35.102Z
31452025-07-15T20:19:35.102Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (114/217)
31462025-07-15T20:19:35.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472025-07-15T20:19:35.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482025-07-15T20:19:35.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492025-07-15T20:19:35.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31502025-07-15T20:19:35.816Z
31512025-07-15T20:19:35.816Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (115/217)
31522025-07-15T20:19:36.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532025-07-15T20:19:36.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542025-07-15T20:19:36.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552025-07-15T20:19:36.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31562025-07-15T20:19:36.571Z
31572025-07-15T20:19:36.571Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (116/217)
31582025-07-15T20:19:37.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592025-07-15T20:19:37.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602025-07-15T20:19:37.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612025-07-15T20:19:37.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31622025-07-15T20:19:37.326Z
31632025-07-15T20:19:37.326Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (117/217)
31642025-07-15T20:19:37.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652025-07-15T20:19:37.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662025-07-15T20:19:37.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672025-07-15T20:19:37.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31682025-07-15T20:19:38.074Z
31692025-07-15T20:19:38.074Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (118/217)
31702025-07-15T20:19:38.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712025-07-15T20:19:38.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722025-07-15T20:19:38.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732025-07-15T20:19:38.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31742025-07-15T20:19:38.823Z
31752025-07-15T20:19:38.823Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (119/217)
31762025-07-15T20:19:39.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772025-07-15T20:19:39.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782025-07-15T20:19:39.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792025-07-15T20:19:39.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31802025-07-15T20:19:39.573Z
31812025-07-15T20:19:39.573Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (120/217)
31822025-07-15T20:19:40.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832025-07-15T20:19:40.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842025-07-15T20:19:40.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852025-07-15T20:19:40.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31862025-07-15T20:19:40.322Z
31872025-07-15T20:19:40.322Zinfo: running `cargo check --bins` on oximeter-producer (121/217)
31882025-07-15T20:19:41.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892025-07-15T20:19:41.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902025-07-15T20:19:41.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912025-07-15T20:19:41.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31922025-07-15T20:19:41.121Z
31932025-07-15T20:19:41.121Zinfo: running `cargo check --bins` on internal-dns-resolver (122/217)
31942025-07-15T20:19:41.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952025-07-15T20:19:41.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962025-07-15T20:19:41.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972025-07-15T20:19:41.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31982025-07-15T20:19:41.878Z
31992025-07-15T20:19:41.878Zinfo: running `cargo check --bins` on sp-sim (123/217)
32002025-07-15T20:19:42.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012025-07-15T20:19:42.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022025-07-15T20:19:42.655Z Compiling nix v0.30.1
32032025-07-15T20:19:42.658Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32042025-07-15T20:19:42.658Z Checking keccak v0.1.5
32052025-07-15T20:19:43.000Z Checking sha3 v0.10.8
32062025-07-15T20:19:43.040Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32072025-07-15T20:19:44.634Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32082025-07-15T20:19:46.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
32092025-07-15T20:19:46.778Z
32102025-07-15T20:19:46.778Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (124/217)
32112025-07-15T20:19:47.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122025-07-15T20:19:47.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132025-07-15T20:19:47.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142025-07-15T20:19:47.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32152025-07-15T20:19:47.594Z
32162025-07-15T20:19:47.594Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (125/217)
32172025-07-15T20:19:48.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182025-07-15T20:19:48.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192025-07-15T20:19:48.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202025-07-15T20:19:48.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32212025-07-15T20:19:48.416Z
32222025-07-15T20:19:48.416Zinfo: running `cargo check --bins` on db-macros (126/217)
32232025-07-15T20:19:49.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242025-07-15T20:19:49.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252025-07-15T20:19:49.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262025-07-15T20:19:49.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
32272025-07-15T20:19:49.138Z
32282025-07-15T20:19:49.138Zinfo: running `cargo check --bins` on nexus-macros-common (127/217)
32292025-07-15T20:19:49.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302025-07-15T20:19:49.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312025-07-15T20:19:49.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322025-07-15T20:19:49.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
32332025-07-15T20:19:49.866Z
32342025-07-15T20:19:49.866Zinfo: running `cargo check --bins` on nexus-auth (128/217)
32352025-07-15T20:19:50.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362025-07-15T20:19:50.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372025-07-15T20:19:50.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382025-07-15T20:19:50.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32392025-07-15T20:19:50.675Z
32402025-07-15T20:19:50.675Zinfo: running `cargo check --bins` on authz-macros (129/217)
32412025-07-15T20:19:51.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422025-07-15T20:19:51.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432025-07-15T20:19:51.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442025-07-15T20:19:51.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
32452025-07-15T20:19:51.401Z
32462025-07-15T20:19:51.401Zinfo: running `cargo check --bins` on nexus-db-fixed-data (130/217)
32472025-07-15T20:19:52.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482025-07-15T20:19:52.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492025-07-15T20:19:52.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502025-07-15T20:19:52.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32512025-07-15T20:19:52.201Z
32522025-07-15T20:19:52.201Zinfo: running `cargo check --bins` on nexus-db-model (131/217)
32532025-07-15T20:19:52.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542025-07-15T20:19:52.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552025-07-15T20:19:52.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562025-07-15T20:19:52.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32572025-07-15T20:19:52.991Z
32582025-07-15T20:19:52.991Zinfo: running `cargo check --bins` on nexus-db-schema (132/217)
32592025-07-15T20:19:53.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602025-07-15T20:19:53.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612025-07-15T20:19:53.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622025-07-15T20:19:53.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
32632025-07-15T20:19:53.709Z
32642025-07-15T20:19:53.709Zinfo: running `cargo check --bins` on nexus-defaults (133/217)
32652025-07-15T20:19:54.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662025-07-15T20:19:54.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672025-07-15T20:19:54.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682025-07-15T20:19:54.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32692025-07-15T20:19:54.463Z
32702025-07-15T20:19:54.463Zinfo: running `cargo check --bins` on nexus-db-errors (134/217)
32712025-07-15T20:19:55.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722025-07-15T20:19:55.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732025-07-15T20:19:55.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742025-07-15T20:19:55.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32752025-07-15T20:19:55.270Z
32762025-07-15T20:19:55.270Zinfo: running `cargo check --bins` on nexus-db-lookup (135/217)
32772025-07-15T20:19:55.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782025-07-15T20:19:55.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792025-07-15T20:19:55.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802025-07-15T20:19:55.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32812025-07-15T20:19:56.088Z
32822025-07-15T20:19:56.088Zinfo: running `cargo check --bins` on nexus-inventory (136/217)
32832025-07-15T20:19:56.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842025-07-15T20:19:56.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852025-07-15T20:19:56.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862025-07-15T20:19:56.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32872025-07-15T20:19:56.894Z
32882025-07-15T20:19:56.894Zinfo: running `cargo check --bins` on sled-agent-zone-images-examples (137/217)
32892025-07-15T20:19:57.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902025-07-15T20:19:57.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912025-07-15T20:19:57.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922025-07-15T20:19:57.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32932025-07-15T20:19:57.673Z
32942025-07-15T20:19:57.673Zinfo: running `cargo check --bins --no-default-features` on sled-storage (138/217)
32952025-07-15T20:19:58.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962025-07-15T20:19:58.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972025-07-15T20:19:58.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982025-07-15T20:19:58.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32992025-07-15T20:19:58.439Z
33002025-07-15T20:19:58.439Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (139/217)
33012025-07-15T20:19:59.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022025-07-15T20:19:59.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032025-07-15T20:19:59.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042025-07-15T20:19:59.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33052025-07-15T20:19:59.220Z
33062025-07-15T20:19:59.221Zinfo: running `cargo check --bins` on key-manager (140/217)
33072025-07-15T20:19:59.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082025-07-15T20:19:59.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092025-07-15T20:19:59.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102025-07-15T20:19:59.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33112025-07-15T20:19:59.977Z
33122025-07-15T20:19:59.977Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (141/217)
33132025-07-15T20:20:00.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142025-07-15T20:20:00.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152025-07-15T20:20:00.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162025-07-15T20:20:00.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33172025-07-15T20:20:00.747Z
33182025-07-15T20:20:00.747Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (142/217)
33192025-07-15T20:20:01.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202025-07-15T20:20:01.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212025-07-15T20:20:01.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222025-07-15T20:20:01.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33232025-07-15T20:20:01.522Z
33242025-07-15T20:20:01.522Zinfo: running `cargo check --bins` on typed-rng (143/217)
33252025-07-15T20:20:02.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262025-07-15T20:20:02.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272025-07-15T20:20:02.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282025-07-15T20:20:02.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33292025-07-15T20:20:02.236Z
33302025-07-15T20:20:02.236Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (144/217)
33312025-07-15T20:20:02.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322025-07-15T20:20:02.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332025-07-15T20:20:03.195Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
33342025-07-15T20:20:03.195Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33352025-07-15T20:20:03.195Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33362025-07-15T20:20:03.198Z Compiling thiserror-impl-no-std v2.0.2
33372025-07-15T20:20:03.198Z Checking universal-hash v0.5.1
33382025-07-15T20:20:03.334Z Checking opaque-debug v0.3.1
33392025-07-15T20:20:03.388Z Checking chacha20 v0.9.1
33402025-07-15T20:20:03.403Z Checking aead v0.5.2
33412025-07-15T20:20:03.488Z Compiling unicase v2.7.0
33422025-07-15T20:20:03.562Z Checking poly1305 v0.8.0
33432025-07-15T20:20:03.603Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33442025-07-15T20:20:03.654Z Compiling libefi-sys v0.1.0
33452025-07-15T20:20:03.730Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
33462025-07-15T20:20:03.753Z Compiling bitfield-struct v0.6.2
33472025-07-15T20:20:03.870Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33482025-07-15T20:20:03.967Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33492025-07-15T20:20:04.043Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33502025-07-15T20:20:04.095Z Checking chacha20poly1305 v0.10.1
33512025-07-15T20:20:04.231Z Compiling proc-macro-error-attr2 v2.0.0
33522025-07-15T20:20:04.301Z Compiling salty v0.3.0
33532025-07-15T20:20:04.335Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33542025-07-15T20:20:04.395Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33552025-07-15T20:20:04.771Z Compiling num-derive v0.3.3
33562025-07-15T20:20:04.982Z Compiling proc-macro-error2 v2.0.1
33572025-07-15T20:20:05.019Z Compiling xshell-macros v0.2.7
33582025-07-15T20:20:05.058Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33592025-07-15T20:20:05.562Z Checking papergrid v0.14.0
33602025-07-15T20:20:05.624Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33612025-07-15T20:20:05.769Z Checking xshell v0.2.7
33622025-07-15T20:20:05.885Z Checking thiserror-no-std v2.0.2
33632025-07-15T20:20:06.032Z Checking vsss-rs v3.3.4
33642025-07-15T20:20:06.096Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33652025-07-15T20:20:06.127Z Compiling tabled_derive v0.10.0
33662025-07-15T20:20:06.465Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33672025-07-15T20:20:06.862Z Checking libscf-sys v1.1.0
33682025-07-15T20:20:07.062Z Compiling mime_guess v2.0.5
33692025-07-15T20:20:07.646Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33702025-07-15T20:20:07.705Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33712025-07-15T20:20:08.182Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33722025-07-15T20:20:08.747Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33732025-07-15T20:20:08.854Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33742025-07-15T20:20:08.936Z Checking primeorder v0.13.6
33752025-07-15T20:20:08.988Z Checking env_filter v0.1.2
33762025-07-15T20:20:09.242Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33772025-07-15T20:20:09.429Z Checking p384 v0.13.0
33782025-07-15T20:20:09.678Z Checking env_logger v0.11.5
33792025-07-15T20:20:09.816Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33802025-07-15T20:20:10.019Z Checking tabled v0.18.0
33812025-07-15T20:20:10.334Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
33822025-07-15T20:20:10.470Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33832025-07-15T20:20:10.590Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33842025-07-15T20:20:10.800Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852025-07-15T20:20:10.864Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33862025-07-15T20:20:10.906Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33872025-07-15T20:20:10.928Z Checking http-range v0.1.5
33882025-07-15T20:20:11.075Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
33892025-07-15T20:20:11.147Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33902025-07-15T20:20:11.444Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
33912025-07-15T20:20:11.664Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33922025-07-15T20:20:11.793Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33932025-07-15T20:20:11.994Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
33942025-07-15T20:20:12.075Z Checking secrecy v0.8.0
33952025-07-15T20:20:12.282Z Checking atty v0.2.14
33962025-07-15T20:20:12.426Z Checking crc8 v0.1.1
33972025-07-15T20:20:12.448Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33982025-07-15T20:20:12.583Z Checking hyper-staticfile v0.10.1
33992025-07-15T20:20:12.626Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34002025-07-15T20:20:13.096Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
34012025-07-15T20:20:13.122Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34022025-07-15T20:20:13.230Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34032025-07-15T20:20:13.469Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34042025-07-15T20:20:13.633Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34052025-07-15T20:20:13.736Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
34062025-07-15T20:20:14.037Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34072025-07-15T20:20:14.179Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34082025-07-15T20:20:15.227Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34092025-07-15T20:20:15.230Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34102025-07-15T20:20:15.230Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34112025-07-15T20:20:15.694Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
34122025-07-15T20:20:16.098Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
34132025-07-15T20:20:16.613Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34142025-07-15T20:20:17.474Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
34152025-07-15T20:20:19.121Z Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
34162025-07-15T20:20:23.920Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34172025-07-15T20:20:36.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.57s
34182025-07-15T20:20:37.051Z
34192025-07-15T20:20:37.051Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (145/217)
34202025-07-15T20:20:37.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212025-07-15T20:20:37.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222025-07-15T20:20:37.940Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34232025-07-15T20:20:50.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
34242025-07-15T20:20:51.082Z
34252025-07-15T20:20:51.082Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (146/217)
34262025-07-15T20:20:51.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272025-07-15T20:20:51.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282025-07-15T20:20:51.977Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34292025-07-15T20:21:04.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
34302025-07-15T20:21:05.181Z
34312025-07-15T20:21:05.181Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (147/217)
34322025-07-15T20:21:05.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332025-07-15T20:21:05.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342025-07-15T20:21:06.061Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34352025-07-15T20:21:19.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
34362025-07-15T20:21:19.262Z
34372025-07-15T20:21:19.262Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (148/217)
34382025-07-15T20:21:19.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392025-07-15T20:21:19.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402025-07-15T20:21:20.141Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34412025-07-15T20:21:33.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
34422025-07-15T20:21:33.467Z
34432025-07-15T20:21:33.467Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (149/217)
34442025-07-15T20:21:34.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452025-07-15T20:21:34.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462025-07-15T20:21:34.351Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34472025-07-15T20:21:47.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
34482025-07-15T20:21:47.541Z
34492025-07-15T20:21:47.541Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (150/217)
34502025-07-15T20:21:48.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512025-07-15T20:21:48.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522025-07-15T20:21:48.420Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532025-07-15T20:22:01.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
34542025-07-15T20:22:01.453Z
34552025-07-15T20:22:01.453Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (151/217)
34562025-07-15T20:22:02.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572025-07-15T20:22:02.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582025-07-15T20:22:02.337Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34592025-07-15T20:22:15.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s
34602025-07-15T20:22:15.637Z
34612025-07-15T20:22:15.637Zinfo: running `cargo check --bins` on bootstrap-agent-api (152/217)
34622025-07-15T20:22:16.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632025-07-15T20:22:16.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642025-07-15T20:22:16.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652025-07-15T20:22:16.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34662025-07-15T20:22:16.429Z
34672025-07-15T20:22:16.429Zinfo: running `cargo check --bins` on range-requests (153/217)
34682025-07-15T20:22:17.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692025-07-15T20:22:17.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702025-07-15T20:22:17.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712025-07-15T20:22:17.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
34722025-07-15T20:22:17.167Z
34732025-07-15T20:22:17.167Zinfo: running `cargo check --bins` on repo-depot-api (154/217)
34742025-07-15T20:22:17.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752025-07-15T20:22:17.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762025-07-15T20:22:17.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772025-07-15T20:22:17.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
34782025-07-15T20:22:17.909Z
34792025-07-15T20:22:17.909Zinfo: running `cargo check --bins` on sled-agent-api (155/217)
34802025-07-15T20:22:18.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812025-07-15T20:22:18.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822025-07-15T20:22:18.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832025-07-15T20:22:18.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34842025-07-15T20:22:18.685Z
34852025-07-15T20:22:18.685Zinfo: running `cargo check --bins` on sled-diagnostics (156/217)
34862025-07-15T20:22:19.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872025-07-15T20:22:19.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882025-07-15T20:22:19.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892025-07-15T20:22:19.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34902025-07-15T20:22:19.464Z
34912025-07-15T20:22:19.464Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (157/217)
34922025-07-15T20:22:20.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932025-07-15T20:22:20.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942025-07-15T20:22:20.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952025-07-15T20:22:20.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34962025-07-15T20:22:20.246Z
34972025-07-15T20:22:20.246Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (158/217)
34982025-07-15T20:22:20.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992025-07-15T20:22:20.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002025-07-15T20:22:20.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012025-07-15T20:22:20.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35022025-07-15T20:22:21.040Z
35032025-07-15T20:22:21.040Zinfo: running `cargo check --bins` on sled-agent-zone-images (159/217)
35042025-07-15T20:22:21.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052025-07-15T20:22:21.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062025-07-15T20:22:21.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072025-07-15T20:22:21.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35082025-07-15T20:22:21.834Z
35092025-07-15T20:22:21.834Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (160/217)
35102025-07-15T20:22:22.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112025-07-15T20:22:22.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122025-07-15T20:22:22.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132025-07-15T20:22:22.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35142025-07-15T20:22:22.621Z
35152025-07-15T20:22:22.621Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (161/217)
35162025-07-15T20:22:23.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172025-07-15T20:22:23.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182025-07-15T20:22:23.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192025-07-15T20:22:23.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35202025-07-15T20:22:23.445Z
35212025-07-15T20:22:23.445Zinfo: running `cargo check --bins` on nexus-test-interface (162/217)
35222025-07-15T20:22:24.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232025-07-15T20:22:24.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242025-07-15T20:22:24.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252025-07-15T20:22:24.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35262025-07-15T20:22:24.246Z
35272025-07-15T20:22:24.246Zinfo: running `cargo check --bins` on oximeter-collector (163/217)
35282025-07-15T20:22:24.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292025-07-15T20:22:24.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302025-07-15T20:22:26.086Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35312025-07-15T20:22:26.086Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35322025-07-15T20:22:26.089Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35332025-07-15T20:22:28.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
35342025-07-15T20:22:28.298Z
35352025-07-15T20:22:28.299Zinfo: running `cargo check --bins` on oximeter-api (164/217)
35362025-07-15T20:22:28.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372025-07-15T20:22:28.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382025-07-15T20:22:28.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392025-07-15T20:22:28.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35402025-07-15T20:22:29.049Z
35412025-07-15T20:22:29.049Zinfo: running `cargo check --bins` on cert-dev (165/217)
35422025-07-15T20:22:29.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432025-07-15T20:22:29.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442025-07-15T20:22:29.767Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35452025-07-15T20:22:30.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
35462025-07-15T20:22:30.282Z
35472025-07-15T20:22:30.282Zinfo: running `cargo check --bins` on clickana (166/217)
35482025-07-15T20:22:30.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492025-07-15T20:22:30.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502025-07-15T20:22:31.058Z Checking castaway v0.2.3
35512025-07-15T20:22:31.062Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
35522025-07-15T20:22:31.062Z Checking lru v0.12.5
35532025-07-15T20:22:31.062Z Compiling instability v0.3.2
35542025-07-15T20:22:31.062Z Checking unicode-truncate v1.1.0
35552025-07-15T20:22:31.062Z Checking cassowary v0.3.0
35562025-07-15T20:22:31.062Z Compiling indoc v2.0.6
35572025-07-15T20:22:31.305Z Checking compact_str v0.8.0
35582025-07-15T20:22:31.949Z Checking ratatui v0.29.0
35592025-07-15T20:22:32.856Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35602025-07-15T20:22:34.032Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35612025-07-15T20:22:34.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
35622025-07-15T20:22:35.144Z
35632025-07-15T20:22:35.144Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (167/217)
35642025-07-15T20:22:35.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652025-07-15T20:22:35.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662025-07-15T20:22:35.958Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35672025-07-15T20:22:35.958Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
35682025-07-15T20:22:37.083Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
35692025-07-15T20:22:37.581Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
35702025-07-15T20:22:37.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
35712025-07-15T20:22:38.185Z
35722025-07-15T20:22:38.185Zinfo: running `cargo check --bins` on ch-dev (168/217)
35732025-07-15T20:22:38.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742025-07-15T20:22:38.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752025-07-15T20:22:38.968Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35762025-07-15T20:22:39.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
35772025-07-15T20:22:39.959Z
35782025-07-15T20:22:39.959Zinfo: running `cargo check --bins` on dev-tools-common (169/217)
35792025-07-15T20:22:40.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802025-07-15T20:22:40.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812025-07-15T20:22:40.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822025-07-15T20:22:40.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35832025-07-15T20:22:40.509Z
35842025-07-15T20:22:40.510Zinfo: running `cargo check --bins` on crdb-seed (170/217)
35852025-07-15T20:22:41.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862025-07-15T20:22:41.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872025-07-15T20:22:41.291Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35882025-07-15T20:22:41.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
35892025-07-15T20:22:41.908Z
35902025-07-15T20:22:41.908Zinfo: running `cargo check --bins` on db-dev (171/217)
35912025-07-15T20:22:42.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922025-07-15T20:22:42.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932025-07-15T20:22:42.691Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35942025-07-15T20:22:43.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
35952025-07-15T20:22:43.688Z
35962025-07-15T20:22:43.688Zinfo: running `cargo check --bins` on omicron-dev-lib (172/217)
35972025-07-15T20:22:44.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982025-07-15T20:22:44.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992025-07-15T20:22:44.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002025-07-15T20:22:44.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36012025-07-15T20:22:44.464Z
36022025-07-15T20:22:44.465Zinfo: running `cargo check --bins` on xtask-downloader (173/217)
36032025-07-15T20:22:45.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042025-07-15T20:22:45.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052025-07-15T20:22:45.192Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36062025-07-15T20:22:46.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
36072025-07-15T20:22:46.244Z
36082025-07-15T20:22:46.244Zinfo: running `cargo check --bins` on omicron-ls-apis (174/217)
36092025-07-15T20:22:46.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102025-07-15T20:22:46.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112025-07-15T20:22:46.965Z Checking typeid v1.0.3
36122025-07-15T20:22:47.079Z Checking ordered-float v2.10.1
36132025-07-15T20:22:47.093Z Checking cargo-platform v0.2.0
36142025-07-15T20:22:47.172Z Checking erased-serde v0.4.6
36152025-07-15T20:22:47.401Z Checking serde-value v0.7.0
36162025-07-15T20:22:47.757Z Checking serde-untagged v0.1.7
36172025-07-15T20:22:47.987Z Checking cargo-util-schemas v0.2.0
36182025-07-15T20:22:49.075Z Checking cargo_metadata v0.20.0
36192025-07-15T20:22:50.079Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36202025-07-15T20:22:50.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
36212025-07-15T20:22:51.146Z
36222025-07-15T20:22:51.146Zinfo: running `cargo check --bins` on mgs-dev (175/217)
36232025-07-15T20:22:51.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242025-07-15T20:22:51.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252025-07-15T20:22:52.010Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36262025-07-15T20:22:53.701Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36272025-07-15T20:22:54.336Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36282025-07-15T20:22:54.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
36292025-07-15T20:22:55.171Z
36302025-07-15T20:22:55.171Zinfo: running `cargo check --bins` on omicron-omdb (176/217)
36312025-07-15T20:22:55.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322025-07-15T20:22:55.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332025-07-15T20:22:56.168Z Compiling crunchy v0.2.2
36342025-07-15T20:22:56.172Z Compiling dsl_auto_type v0.1.2
36352025-07-15T20:22:56.172Z Checking scheduled-thread-pool v0.2.7
36362025-07-15T20:22:56.307Z Compiling diesel_table_macro_syntax v0.2.0
36372025-07-15T20:22:56.320Z Compiling tiny-keccak v2.0.2
36382025-07-15T20:22:56.335Z Compiling bit-vec v0.6.3
36392025-07-15T20:22:56.339Z Compiling ascii-canvas v3.0.0
36402025-07-15T20:22:56.339Z Compiling ena v0.14.3
36412025-07-15T20:22:56.505Z Checking r2d2 v0.8.10
36422025-07-15T20:22:56.737Z Compiling bit-set v0.5.3
36432025-07-15T20:22:56.788Z Compiling regex-syntax v0.6.29
36442025-07-15T20:22:56.791Z Compiling diff v0.1.13
36452025-07-15T20:22:56.833Z Compiling bindgen v0.71.1
36462025-07-15T20:22:56.837Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36472025-07-15T20:22:56.874Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36482025-07-15T20:22:56.991Z Compiling derive_builder_core v0.20.2
36492025-07-15T20:22:57.096Z Compiling libxml v0.3.3
36502025-07-15T20:22:57.217Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36512025-07-15T20:22:57.359Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36522025-07-15T20:22:57.537Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36532025-07-15T20:22:57.566Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36542025-07-15T20:22:57.588Z Compiling diesel_derives v2.2.3
36552025-07-15T20:22:57.782Z Compiling strum_macros v0.24.3
36562025-07-15T20:22:57.861Z Compiling indoc v1.0.9
36572025-07-15T20:22:58.738Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36582025-07-15T20:22:59.002Z Compiling derive_builder_macro v0.20.2
36592025-07-15T20:22:59.057Z Compiling oso-derive v0.27.3
36602025-07-15T20:22:59.773Z Compiling impl-trait-for-tuples v0.2.2
36612025-07-15T20:22:59.945Z Checking derive_builder v0.20.2
36622025-07-15T20:23:00.004Z Compiling lalrpop v0.19.12
36632025-07-15T20:23:00.026Z Checking quick-xml v0.37.2
36642025-07-15T20:23:00.259Z Checking maplit v1.0.2
36652025-07-15T20:23:00.402Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36662025-07-15T20:23:00.893Z Compiling diesel-dtrace v0.4.2
36672025-07-15T20:23:01.328Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36682025-07-15T20:23:01.687Z Checking bb8 v0.8.5
36692025-07-15T20:23:01.764Z Checking ignore v0.4.23
36702025-07-15T20:23:01.878Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36712025-07-15T20:23:02.119Z Checking predicates-tree v1.0.12
36722025-07-15T20:23:02.201Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36732025-07-15T20:23:02.256Z Checking rand_seeder v0.3.0
36742025-07-15T20:23:02.310Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36752025-07-15T20:23:02.529Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36762025-07-15T20:23:02.571Z Checking globwalk v0.9.1
36772025-07-15T20:23:02.597Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36782025-07-15T20:23:02.780Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36792025-07-15T20:23:02.898Z Checking camino-tempfile-ext v0.3.2
36802025-07-15T20:23:03.093Z Checking is_ci v1.2.0
36812025-07-15T20:23:03.244Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
36822025-07-15T20:23:03.266Z Checking smawk v0.3.2
36832025-07-15T20:23:03.483Z Checking unicode-linebreak v0.1.5
36842025-07-15T20:23:03.928Z Checking textwrap v0.16.2
36852025-07-15T20:23:04.005Z Checking supports-color v3.0.2
36862025-07-15T20:23:04.229Z Checking support-bundle-viewer v0.1.2
36872025-07-15T20:23:04.262Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
36882025-07-15T20:23:04.349Z Checking multimap v0.10.1
36892025-07-15T20:23:04.761Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36902025-07-15T20:23:06.523Z Checking diesel v2.2.11
36912025-07-15T20:23:22.325Z Compiling samael v0.0.19
36922025-07-15T20:23:36.080Z Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
36932025-07-15T20:23:37.233Z Checking async-bb8-diesel v0.2.1
36942025-07-15T20:23:38.761Z Compiling polar-core v0.27.3
36952025-07-15T20:23:45.810Z Checking oso v0.27.3
36962025-07-15T20:24:25.386Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
36972025-07-15T20:24:57.873Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36982025-07-15T20:25:07.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
36992025-07-15T20:25:08.087Z
37002025-07-15T20:25:08.087Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (177/217)
37012025-07-15T20:25:08.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022025-07-15T20:25:08.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032025-07-15T20:25:08.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042025-07-15T20:25:08.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37052025-07-15T20:25:08.910Z
37062025-07-15T20:25:08.910Zinfo: running `cargo check --bins` on nexus-saga-recovery (178/217)
37072025-07-15T20:25:09.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082025-07-15T20:25:09.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092025-07-15T20:25:09.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102025-07-15T20:25:09.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37112025-07-15T20:25:09.729Z
37122025-07-15T20:25:09.729Zinfo: running `cargo check --bins` on nexus-test-utils-macros (179/217)
37132025-07-15T20:25:10.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142025-07-15T20:25:10.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152025-07-15T20:25:10.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162025-07-15T20:25:10.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
37172025-07-15T20:25:10.449Z
37182025-07-15T20:25:10.449Zinfo: running `cargo check --bins` on omicron-nexus (180/217)
37192025-07-15T20:25:11.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202025-07-15T20:25:11.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212025-07-15T20:25:11.452Z Compiling libz-sys v1.1.20
37222025-07-15T20:25:11.456Z Compiling libgit2-sys v0.17.0+1.8.1
37232025-07-15T20:25:11.456Z Compiling vergen v8.3.2
37242025-07-15T20:25:11.456Z Compiling cargo-platform v0.1.8
37252025-07-15T20:25:11.459Z Compiling fs-err v2.11.0
37262025-07-15T20:25:11.459Z Compiling rustls v0.21.12
37272025-07-15T20:25:11.459Z Checking rustls-webpki v0.101.7
37282025-07-15T20:25:11.459Z Checking sct v0.7.1
37292025-07-15T20:25:11.792Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37302025-07-15T20:25:11.969Z Compiling cargo_metadata v0.18.1
37312025-07-15T20:25:12.037Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37322025-07-15T20:25:12.118Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37332025-07-15T20:25:12.175Z Checking parse-size v1.1.0
37342025-07-15T20:25:12.395Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37352025-07-15T20:25:12.418Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37362025-07-15T20:25:12.461Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
37372025-07-15T20:25:12.503Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37382025-07-15T20:25:12.535Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37392025-07-15T20:25:12.640Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37402025-07-15T20:25:13.336Z Checking rustls-pemfile v1.0.4
37412025-07-15T20:25:13.379Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37422025-07-15T20:25:13.569Z Checking twox-hash v2.1.0
37432025-07-15T20:25:13.754Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37442025-07-15T20:25:14.007Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37452025-07-15T20:25:14.166Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37462025-07-15T20:25:14.704Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37472025-07-15T20:25:14.902Z Checking tokio-rustls v0.24.1
37482025-07-15T20:25:15.191Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37492025-07-15T20:25:15.250Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37502025-07-15T20:25:15.749Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37512025-07-15T20:25:15.773Z Checking fatfs v0.3.6
37522025-07-15T20:25:15.806Z Checking assert_matches v1.5.0
37532025-07-15T20:25:21.025Z Compiling git2 v0.19.0
37542025-07-15T20:25:24.979Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
37552025-07-15T20:26:20.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
37562025-07-15T20:26:20.586Z
37572025-07-15T20:26:20.586Zinfo: running `cargo check --bins` on nexus-background-task-interface (181/217)
37582025-07-15T20:26:21.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592025-07-15T20:26:21.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602025-07-15T20:26:21.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612025-07-15T20:26:21.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37622025-07-15T20:26:21.347Z
37632025-07-15T20:26:21.347Zinfo: running `cargo check --bins` on nexus-external-api (182/217)
37642025-07-15T20:26:22.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652025-07-15T20:26:22.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662025-07-15T20:26:22.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672025-07-15T20:26:22.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37682025-07-15T20:26:22.153Z
37692025-07-15T20:26:22.153Zinfo: running `cargo check --bins` on nexus-internal-api (183/217)
37702025-07-15T20:26:22.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712025-07-15T20:26:22.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722025-07-15T20:26:22.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732025-07-15T20:26:22.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37742025-07-15T20:26:22.940Z
37752025-07-15T20:26:22.940Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (184/217)
37762025-07-15T20:26:23.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772025-07-15T20:26:23.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782025-07-15T20:26:23.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792025-07-15T20:26:23.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37802025-07-15T20:26:23.765Z
37812025-07-15T20:26:23.765Zinfo: running `cargo check --bins` on nexus-mgs-updates (185/217)
37822025-07-15T20:26:24.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832025-07-15T20:26:24.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842025-07-15T20:26:24.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852025-07-15T20:26:24.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37862025-07-15T20:26:24.559Z
37872025-07-15T20:26:24.559Zinfo: running `cargo check --bins` on nexus-networking (186/217)
37882025-07-15T20:26:25.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892025-07-15T20:26:25.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902025-07-15T20:26:25.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912025-07-15T20:26:25.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37922025-07-15T20:26:25.369Z
37932025-07-15T20:26:25.369Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (187/217)
37942025-07-15T20:26:26.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952025-07-15T20:26:26.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962025-07-15T20:26:26.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972025-07-15T20:26:26.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37982025-07-15T20:26:26.187Z
37992025-07-15T20:26:26.187Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (188/217)
38002025-07-15T20:26:26.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012025-07-15T20:26:26.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022025-07-15T20:26:26.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032025-07-15T20:26:26.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38042025-07-15T20:26:27.007Z
38052025-07-15T20:26:27.007Zinfo: running `cargo check --bins` on update-common (189/217)
38062025-07-15T20:26:27.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072025-07-15T20:26:27.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082025-07-15T20:26:27.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092025-07-15T20:26:27.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38102025-07-15T20:26:27.785Z
38112025-07-15T20:26:27.785Zinfo: running `cargo check --bins` on omicron-dev (190/217)
38122025-07-15T20:26:28.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132025-07-15T20:26:28.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142025-07-15T20:26:28.853Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38152025-07-15T20:26:28.853Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38162025-07-15T20:26:29.014Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
38172025-07-15T20:26:29.029Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38182025-07-15T20:26:29.048Z Checking diff v0.1.13
38192025-07-15T20:26:29.051Z Checking yansi v1.0.1
38202025-07-15T20:26:29.051Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38212025-07-15T20:26:29.085Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38222025-07-15T20:26:29.518Z Checking pretty_assertions v1.4.1
38232025-07-15T20:26:29.583Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38242025-07-15T20:26:30.231Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38252025-07-15T20:26:58.362Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38262025-07-15T20:26:58.375Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38272025-07-15T20:26:58.375Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38282025-07-15T20:26:58.375Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38292025-07-15T20:26:58.375Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38302025-07-15T20:26:58.375Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38312025-07-15T20:26:58.946Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38322025-07-15T20:27:00.271Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38332025-07-15T20:27:46.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
38342025-07-15T20:27:46.235Z
38352025-07-15T20:27:46.235Zinfo: running `cargo check --bins` on openapi-manager (191/217)
38362025-07-15T20:27:46.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372025-07-15T20:27:46.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382025-07-15T20:27:47.105Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38392025-07-15T20:27:47.108Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38402025-07-15T20:27:47.238Z Checking heck v0.4.1
38412025-07-15T20:27:47.241Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38422025-07-15T20:27:47.384Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38432025-07-15T20:27:48.297Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38442025-07-15T20:27:50.467Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38452025-07-15T20:27:52.022Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38462025-07-15T20:27:52.859Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38472025-07-15T20:27:54.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.11s
38482025-07-15T20:27:54.554Z
38492025-07-15T20:27:54.554Zinfo: running `cargo check --bins` on installinator-api (192/217)
38502025-07-15T20:27:55.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512025-07-15T20:27:55.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522025-07-15T20:27:55.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532025-07-15T20:27:55.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38542025-07-15T20:27:55.323Z
38552025-07-15T20:27:55.323Zinfo: running `cargo check --bins` on wicketd-api (193/217)
38562025-07-15T20:27:56.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572025-07-15T20:27:56.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582025-07-15T20:27:56.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592025-07-15T20:27:56.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38602025-07-15T20:27:56.105Z
38612025-07-15T20:27:56.106Zinfo: running `cargo check --bins` on omicron-pins (194/217)
38622025-07-15T20:27:56.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632025-07-15T20:27:56.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642025-07-15T20:27:56.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652025-07-15T20:27:56.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
38662025-07-15T20:27:56.834Z
38672025-07-15T20:27:56.835Zinfo: running `cargo check --bins` on reconfigurator-cli (195/217)
38682025-07-15T20:27:57.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692025-07-15T20:27:57.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702025-07-15T20:27:57.757Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38712025-07-15T20:27:57.891Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38722025-07-15T20:27:57.894Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38732025-07-15T20:27:57.898Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38742025-07-15T20:27:57.898Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
38752025-07-15T20:27:57.898Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
38762025-07-15T20:27:57.901Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38772025-07-15T20:27:57.901Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
38782025-07-15T20:27:58.205Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38792025-07-15T20:27:58.234Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38802025-07-15T20:27:58.398Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38812025-07-15T20:27:58.479Z Compiling petname v2.0.2
38822025-07-15T20:27:58.523Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
38832025-07-15T20:27:58.561Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
38842025-07-15T20:27:59.067Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38852025-07-15T20:27:59.377Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38862025-07-15T20:27:59.808Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
38872025-07-15T20:28:00.524Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38882025-07-15T20:28:00.607Z Checking sync-ptr v0.1.4
38892025-07-15T20:28:00.818Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38902025-07-15T20:28:00.843Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
38912025-07-15T20:28:00.867Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38922025-07-15T20:28:00.893Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38932025-07-15T20:28:01.300Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
38942025-07-15T20:28:02.312Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38952025-07-15T20:28:03.726Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38962025-07-15T20:28:03.730Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
38972025-07-15T20:28:14.796Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38982025-07-15T20:28:14.799Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38992025-07-15T20:28:15.586Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39002025-07-15T20:28:17.140Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39012025-07-15T20:28:19.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.94s
39022025-07-15T20:28:20.003Z
39032025-07-15T20:28:20.003Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (196/217)
39042025-07-15T20:28:20.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052025-07-15T20:28:20.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062025-07-15T20:28:20.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072025-07-15T20:28:20.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39082025-07-15T20:28:20.832Z
39092025-07-15T20:28:20.832Zinfo: running `cargo check --bins` on omicron-repl-utils (197/217)
39102025-07-15T20:28:21.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112025-07-15T20:28:21.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122025-07-15T20:28:21.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132025-07-15T20:28:21.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
39142025-07-15T20:28:21.551Z
39152025-07-15T20:28:21.551Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (198/217)
39162025-07-15T20:28:22.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172025-07-15T20:28:22.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182025-07-15T20:28:22.420Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
39192025-07-15T20:28:23.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
39202025-07-15T20:28:23.733Z
39212025-07-15T20:28:23.733Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (199/217)
39222025-07-15T20:28:24.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232025-07-15T20:28:24.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242025-07-15T20:28:24.554Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39252025-07-15T20:28:24.995Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39262025-07-15T20:28:26.159Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
39272025-07-15T20:28:26.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
39282025-07-15T20:28:27.080Z
39292025-07-15T20:28:27.080Zinfo: running `cargo check --bins` on omicron-releng (200/217)
39302025-07-15T20:28:27.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312025-07-15T20:28:27.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322025-07-15T20:28:27.837Z Compiling blake3 v1.5.4
39332025-07-15T20:28:27.953Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
39342025-07-15T20:28:27.965Z Checking memmap2 v0.9.5
39352025-07-15T20:28:27.969Z Checking arrayref v0.3.9
39362025-07-15T20:28:27.969Z Checking arrayvec v0.7.6
39372025-07-15T20:28:27.980Z Checking constant_time_eq v0.3.1
39382025-07-15T20:28:28.019Z Checking topological-sort v0.2.2
39392025-07-15T20:28:28.022Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
39402025-07-15T20:28:28.060Z Checking shell-words v1.1.0
39412025-07-15T20:28:28.475Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
39422025-07-15T20:28:28.726Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
39432025-07-15T20:28:29.165Z Checking omicron-zone-package v0.12.2
39442025-07-15T20:28:30.344Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39452025-07-15T20:28:31.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
39462025-07-15T20:28:31.556Z
39472025-07-15T20:28:31.556Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (201/217)
39482025-07-15T20:28:32.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492025-07-15T20:28:32.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502025-07-15T20:28:32.310Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39512025-07-15T20:28:32.696Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
39522025-07-15T20:28:33.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
39532025-07-15T20:28:33.728Z
39542025-07-15T20:28:33.729Zinfo: running `cargo check --bins` on xtask (202/217)
39552025-07-15T20:28:33.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562025-07-15T20:28:33.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572025-07-15T20:28:33.875Z Checking bitflags v2.9.1
39582025-07-15T20:28:33.879Z Checking serde v1.0.219
39592025-07-15T20:28:33.971Z Checking thiserror v1.0.69
39602025-07-15T20:28:33.975Z Checking zerofrom v0.1.4
39612025-07-15T20:28:33.980Z Checking smallvec v1.15.0
39622025-07-15T20:28:34.007Z Checking hashbrown v0.15.4
39632025-07-15T20:28:34.022Z Checking num-traits v0.2.19
39642025-07-15T20:28:34.022Z Checking scroll v0.12.0
39652025-07-15T20:28:34.104Z Checking percent-encoding v2.3.1
39662025-07-15T20:28:34.188Z Checking yoke v0.7.4
39672025-07-15T20:28:34.221Z Checking rustix v0.38.37
39682025-07-15T20:28:34.313Z Checking log v0.4.27
39692025-07-15T20:28:34.341Z Checking pest v2.7.14
39702025-07-15T20:28:34.476Z Checking form_urlencoded v1.2.1
39712025-07-15T20:28:34.514Z Checking zerovec v0.10.4
39722025-07-15T20:28:34.583Z Checking goblin v0.8.2
39732025-07-15T20:28:34.694Z Checking zerocopy v0.7.35
39742025-07-15T20:28:34.993Z Checking indexmap v2.10.0
39752025-07-15T20:28:35.230Z Checking terminal_size v0.4.0
39762025-07-15T20:28:35.426Z Checking getrandom v0.3.1
39772025-07-15T20:28:35.478Z Checking ordered-float v2.10.1
39782025-07-15T20:28:35.665Z Checking syn v2.0.104
39792025-07-15T20:28:35.837Z Checking rustix v1.0.7
39802025-07-15T20:28:36.014Z Checking once_cell v1.21.3
39812025-07-15T20:28:36.104Z Checking tinystr v0.7.6
39822025-07-15T20:28:36.184Z Checking icu_collections v1.5.0
39832025-07-15T20:28:36.318Z Checking clap_builder v4.5.40
39842025-07-15T20:28:36.463Z Checking icu_locid v1.5.0
39852025-07-15T20:28:36.747Z Checking dtrace-parser v0.2.0
39862025-07-15T20:28:36.898Z Checking thiserror v2.0.12
39872025-07-15T20:28:37.058Z Checking textwrap v0.16.2
39882025-07-15T20:28:37.256Z Checking fs-err v3.1.1
39892025-07-15T20:28:37.329Z Checking tempfile v3.20.0
39902025-07-15T20:28:37.455Z Checking icu_provider v1.5.0
39912025-07-15T20:28:37.473Z Checking tabled v0.15.0
39922025-07-15T20:28:37.585Z Checking anyhow v1.0.98
39932025-07-15T20:28:37.694Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
39942025-07-15T20:28:38.063Z Checking icu_locid_transform v1.5.0
39952025-07-15T20:28:38.421Z Checking serde_spanned v0.6.9
39962025-07-15T20:28:38.426Z Checking toml_datetime v0.6.11
39972025-07-15T20:28:38.426Z Checking serde_json v1.0.140
39982025-07-15T20:28:38.645Z Checking erased-serde v0.4.6
39992025-07-15T20:28:38.801Z Checking toml_edit v0.22.27
40002025-07-15T20:28:38.975Z Checking icu_properties v1.5.1
40012025-07-15T20:28:39.069Z Checking serde-value v0.7.0
40022025-07-15T20:28:39.337Z Checking camino v1.1.10
40032025-07-15T20:28:39.482Z Checking semver v1.0.26
40042025-07-15T20:28:39.569Z Checking serde-untagged v0.1.7
40052025-07-15T20:28:39.890Z Checking dof v0.3.0
40062025-07-15T20:28:39.893Z Checking cargo-platform v0.2.0
40072025-07-15T20:28:39.893Z Checking camino-tempfile v1.4.1
40082025-07-15T20:28:39.944Z Checking clap v4.5.40
40092025-07-15T20:28:40.076Z Checking macaddr v1.0.1
40102025-07-15T20:28:40.366Z Checking usdt-impl v0.5.0
40112025-07-15T20:28:40.725Z Checking usdt v0.5.0
40122025-07-15T20:28:40.974Z Checking toml v0.8.23
40132025-07-15T20:28:41.431Z Checking cargo_toml v0.21.0
40142025-07-15T20:28:41.529Z Checking icu_normalizer v1.5.0
40152025-07-15T20:28:42.044Z Checking idna_adapter v1.2.0
40162025-07-15T20:28:42.183Z Checking idna v1.0.3
40172025-07-15T20:28:42.502Z Checking url v2.5.4
40182025-07-15T20:28:43.005Z Checking cargo-util-schemas v0.2.0
40192025-07-15T20:28:44.145Z Checking cargo_metadata v0.20.0
40202025-07-15T20:28:45.143Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
40212025-07-15T20:28:45.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.45s
40222025-07-15T20:28:45.909Z
40232025-07-15T20:28:45.909Zinfo: running `cargo check --bins` on end-to-end-tests (203/217)
40242025-07-15T20:28:46.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252025-07-15T20:28:46.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262025-07-15T20:28:46.836Z Checking polyval v0.6.2
40272025-07-15T20:28:46.965Z Checking ctr v0.9.2
40282025-07-15T20:28:46.981Z Checking ssh-encoding v0.2.0
40292025-07-15T20:28:46.987Z Checking blowfish v0.9.1
40302025-07-15T20:28:47.010Z Checking password-hash v0.4.2
40312025-07-15T20:28:47.026Z Checking p521 v0.13.3
40322025-07-15T20:28:47.026Z Checking p256 v0.13.2
40332025-07-15T20:28:47.040Z Checking russh-cryptovec v0.7.3
40342025-07-15T20:28:47.186Z Checking bcrypt-pbkdf v0.10.0
40352025-07-15T20:28:47.205Z Checking ghash v0.5.1
40362025-07-15T20:28:47.225Z Checking md5 v0.7.0
40372025-07-15T20:28:47.299Z Checking num-bigint v0.4.6
40382025-07-15T20:28:47.299Z Checking des v0.8.1
40392025-07-15T20:28:47.381Z Checking aes-gcm v0.10.3
40402025-07-15T20:28:47.434Z Checking pbkdf2 v0.11.0
40412025-07-15T20:28:47.437Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40422025-07-15T20:28:47.506Z Checking hex-literal v0.4.1
40432025-07-15T20:28:47.599Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40442025-07-15T20:28:47.607Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40452025-07-15T20:28:47.639Z Checking ssh-cipher v0.2.0
40462025-07-15T20:28:47.659Z Checking internet-checksum v0.2.1
40472025-07-15T20:28:47.916Z Checking ssh-key v0.6.6
40482025-07-15T20:28:48.086Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40492025-07-15T20:28:49.048Z Checking russh-keys v0.45.0
40502025-07-15T20:28:49.876Z Checking russh v0.45.0
40512025-07-15T20:29:09.980Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
40522025-07-15T20:29:11.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.57s
40532025-07-15T20:29:11.717Z
40542025-07-15T20:29:11.717Zinfo: running `cargo check --bins` on gateway-cli (204/217)
40552025-07-15T20:29:12.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562025-07-15T20:29:12.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572025-07-15T20:29:12.473Z Checking termios v0.3.3
40582025-07-15T20:29:12.713Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
40592025-07-15T20:29:13.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
40602025-07-15T20:29:13.729Z
40612025-07-15T20:29:13.729Zinfo: running `cargo check --bins --no-default-features` on installinator (205/217)
40622025-07-15T20:29:14.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632025-07-15T20:29:14.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642025-07-15T20:29:14.545Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40652025-07-15T20:29:14.550Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40662025-07-15T20:29:15.409Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
40672025-07-15T20:29:17.220Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40682025-07-15T20:29:19.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
40692025-07-15T20:29:19.573Z
40702025-07-15T20:29:19.573Zinfo: running `cargo check --bins` on internal-dns-cli (206/217)
40712025-07-15T20:29:20.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722025-07-15T20:29:20.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732025-07-15T20:29:20.342Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
40742025-07-15T20:29:30.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40752025-07-15T20:29:30.940Z
40762025-07-15T20:29:30.940Zinfo: running `cargo check --bins` on omicron-live-tests (207/217)
40772025-07-15T20:29:30.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782025-07-15T20:29:30.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792025-07-15T20:29:30.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802025-07-15T20:29:30.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
40812025-07-15T20:29:30.940Z
40822025-07-15T20:29:30.940Zinfo: running `cargo check --bins` on live-tests-macros (208/217)
40832025-07-15T20:29:30.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842025-07-15T20:29:30.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852025-07-15T20:29:30.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862025-07-15T20:29:30.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
40872025-07-15T20:29:30.940Z
40882025-07-15T20:29:30.940Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (209/217)
40892025-07-15T20:29:30.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902025-07-15T20:29:30.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912025-07-15T20:29:30.940Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
40922025-07-15T20:29:30.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
40932025-07-15T20:29:30.940Z
40942025-07-15T20:29:30.940Zinfo: running `cargo check --bins` on omicron-package (210/217)
40952025-07-15T20:29:30.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962025-07-15T20:29:30.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972025-07-15T20:29:31.007Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
40982025-07-15T20:29:31.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
40992025-07-15T20:29:31.007Z
41002025-07-15T20:29:31.007Zinfo: running `cargo check --bins` on trust-quorum (211/217)
41012025-07-15T20:29:31.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022025-07-15T20:29:31.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032025-07-15T20:29:31.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042025-07-15T20:29:31.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
41052025-07-15T20:29:31.008Z
41062025-07-15T20:29:31.008Zinfo: running `cargo check --bins` on gfss (212/217)
41072025-07-15T20:29:31.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082025-07-15T20:29:31.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092025-07-15T20:29:31.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102025-07-15T20:29:31.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
41112025-07-15T20:29:31.008Z
41122025-07-15T20:29:31.008Zinfo: running `cargo check --bins` on wicket-dbg (213/217)
41132025-07-15T20:29:31.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142025-07-15T20:29:31.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152025-07-15T20:29:31.008Z Checking rtoolbox v0.0.2
41162025-07-15T20:29:31.008Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41172025-07-15T20:29:31.008Z Checking tui-tree-widget v0.23.1
41182025-07-15T20:29:31.008Z Checking rpassword v7.4.0
41192025-07-15T20:29:34.004Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41202025-07-15T20:29:36.858Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
41212025-07-15T20:29:38.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.79s
41222025-07-15T20:29:38.290Z
41232025-07-15T20:29:38.290Zinfo: running `cargo check --bins` on wicket (214/217)
41242025-07-15T20:29:38.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252025-07-15T20:29:39.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262025-07-15T20:29:39.124Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41272025-07-15T20:29:39.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41282025-07-15T20:29:39.799Z
41292025-07-15T20:29:39.799Zinfo: running `cargo check --bins` on wicketd (215/217)
41302025-07-15T20:29:40.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312025-07-15T20:29:40.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322025-07-15T20:29:40.661Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41332025-07-15T20:29:44.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
41342025-07-15T20:29:44.972Z
41352025-07-15T20:29:44.972Zinfo: running `cargo check --bins` on omicron-workspace-hack (216/217)
41362025-07-15T20:29:45.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372025-07-15T20:29:45.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382025-07-15T20:29:45.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392025-07-15T20:29:45.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
41402025-07-15T20:29:45.696Z
41412025-07-15T20:29:45.696Zinfo: running `cargo check --bins` on zone-setup (217/217)
41422025-07-15T20:29:46.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432025-07-15T20:29:46.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442025-07-15T20:29:46.486Z Checking uzers v0.12.1
41452025-07-15T20:29:46.838Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41462025-07-15T20:29:47.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
41472025-07-15T20:29:48.120Z
41482025-07-15T20:29:48.120Zreal 15:18.259476332
41492025-07-15T20:29:48.120Zuser 30:46.654821836
41502025-07-15T20:29:48.120Zsys 5:02.939249188
41512025-07-15T20:29:48.120Ztrap 0.635408295
41522025-07-15T20:29:48.120Ztflt 0.794003316
41532025-07-15T20:29:48.120Zdflt 1.826273560
41542025-07-15T20:29:48.125Zkflt 0.000954184
41552025-07-15T20:29:48.125Zlock 1:17:34.556125980
41562025-07-15T20:29:48.125Zslp 2:29:17.596120411
41572025-07-15T20:29:48.126Zlat 1:34.555367830
41582025-07-15T20:29:48.126Zstop 5:01.217034382
41592025-07-15T20:29:48.126Zprocess exited: duration 1217103 ms, exit code 0
 
41602025-07-15T20:29:48.134Zfound 0 output files