01JMN66TSE3WJVEEEGVHKYX7F1: 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: 01JMN67EHTQ0SB6K8AEXWBHH68

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-21T21:56:11.990Zjob assigned to worker 01JMN83SP1TWX6WWJA7ET03JEB [factory aws, i-0c642f0ce7e46381b] (queued for 33 m 58 s)
 
22025-02-21T21:56:20.223Zstarting task 0: "setup"
32025-02-21T21:56:20.230Z++ uname -s
42025-02-21T21:56:20.233Z+ kern=SunOS
52025-02-21T21:56:20.233Z+ build_user=build
62025-02-21T21:56:20.233Z+ build_uid=12345
72025-02-21T21:56:20.233Z+ work_dir=/work
82025-02-21T21:56:20.233Z+ input_dir=/input
92025-02-21T21:56:20.233Z+ [[ 0 == 12345 ]]
102025-02-21T21:56:20.233Z+ case "$kern" in
112025-02-21T21:56:20.233Z+ groupadd -g 12345 build
122025-02-21T21:56:20.236Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-21T21:56:22.244Z+ zfs create -o mountpoint=/work rpool/work
142025-02-21T21:56:22.376Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-21T21:56:22.379Z+ home_fs=zfs
162025-02-21T21:56:22.379Z+ [[ zfs == autofs ]]
172025-02-21T21:56:22.379Z+ mkdir -p /home/build
182025-02-21T21:56:22.382Z+ chown build:build /home/build /work
192025-02-21T21:56:24.383Z+ chmod 0700 /home/build /work
202025-02-21T21:56:24.386Zprocess exited: duration 4163 ms, exit code 0
 
212025-02-21T21:56:24.392Zstarting task 1: "rust-toolchain"
222025-02-21T21:56:24.399Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-21T21:56:24.399Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-21T21:56:24.399Z * rust toolchain channel = "1.85.0"
252025-02-21T21:56:24.399Z * rust toolchain profile = "default"
262025-02-21T21:56:24.399Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-21T21:56:24.399Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-21T21:56:24.403Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-21T21:56:24.403Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-21T21:56:24.519Zinfo: downloading installer
312025-02-21T21:56:25.683Zwarning: it looks like you have an existing installation of Rust at:
322025-02-21T21:56:25.683Zwarning: /opt/ooce/bin
332025-02-21T21:56:25.683Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-21T21:56:25.683Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-21T21:56:25.683Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-21T21:56:25.683Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-21T21:56:25.683Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-21T21:56:25.683Zerror: cannot install while Rust is installed
392025-02-21T21:56:25.683Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-21T21:56:25.697Zinfo: profile set to 'default'
412025-02-21T21:56:25.697Zinfo: default host triple is x86_64-unknown-illumos
422025-02-21T21:56:25.700Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-21T21:56:25.862Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-21T21:56:25.862Zinfo: downloading component 'cargo'
452025-02-21T21:56:26.751Zinfo: downloading component 'clippy'
462025-02-21T21:56:27.094Zinfo: downloading component 'rust-docs'
472025-02-21T21:56:28.442Zinfo: downloading component 'rust-std'
482025-02-21T21:56:30.431Zinfo: downloading component 'rustc'
492025-02-21T21:56:37.258Zinfo: downloading component 'rustfmt'
502025-02-21T21:56:37.513Zinfo: installing component 'cargo'
512025-02-21T21:56:38.336Zinfo: installing component 'clippy'
522025-02-21T21:56:38.716Zinfo: installing component 'rust-docs'
532025-02-21T21:56:40.483Zinfo: installing component 'rust-std'
542025-02-21T21:56:42.373Zinfo: installing component 'rustc'
552025-02-21T21:56:48.218Zinfo: installing component 'rustfmt'
562025-02-21T21:56:48.551Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-21T21:56:48.552Z
582025-02-21T21:56:48.924Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-21T21:56:48.924Z
602025-02-21T21:56:48.927Z
612025-02-21T21:56:48.927ZRust is installed now. Great!
622025-02-21T21:56:48.927Z
632025-02-21T21:56:48.927ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-21T21:56:48.927Zenvironment variable. This has not been done automatically.
652025-02-21T21:56:48.927Z
662025-02-21T21:56:48.927ZTo configure your current shell, you need to source
672025-02-21T21:56:48.927Zthe corresponding env file under $HOME/.cargo.
682025-02-21T21:56:48.927Z
692025-02-21T21:56:48.927ZThis is usually done by running one of the following (note the leading DOT):
702025-02-21T21:56:48.927Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-21T21:56:48.927Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-21T21:56:48.999Z+ rustup --version
732025-02-21T21:56:49.007Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-21T21:56:49.007Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-21T21:56:49.086Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-21T21:56:49.090Z+ cargo --version
772025-02-21T21:56:49.146Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-21T21:56:49.149Z+ rustc --version
792025-02-21T21:56:49.211Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-21T21:56:49.214Zprocess exited: duration 24818 ms, exit code 0
 
812025-02-21T21:56:49.221Zstarting task 2: "authentication"
822025-02-21T21:56:49.242Zprocess exited: duration 21 ms, exit code 0
 
832025-02-21T21:56:49.248Zstarting task 3: "clone repository"
842025-02-21T21:56:49.257Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-21T21:56:49.260Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-21T21:56:49.297ZCloning into '/work/oxidecomputer/omicron'...
872025-02-21T21:56:56.860Z+ cd /work/oxidecomputer/omicron
882025-02-21T21:56:56.864Z+ git fetch origin 8728fad94a1e06d2208e319a3064ea5bc5fd75cd
892025-02-21T21:56:57.179ZFrom https://github.com/oxidecomputer/omicron
902025-02-21T21:56:57.179Z * branch 8728fad94a1e06d2208e319a3064ea5bc5fd75cd -> FETCH_HEAD
912025-02-21T21:56:57.189Z+ [[ -n john/fix-test-mgs-metrics ]]
922025-02-21T21:56:57.192Z++ git branch --show-current
932025-02-21T21:56:57.194Z+ current=main
942025-02-21T21:56:57.194Z+ [[ main != john/fix-test-mgs-metrics ]]
952025-02-21T21:56:57.194Z+ git branch -f john/fix-test-mgs-metrics 8728fad94a1e06d2208e319a3064ea5bc5fd75cd
962025-02-21T21:56:57.197Z+ git checkout -f john/fix-test-mgs-metrics
972025-02-21T21:56:57.382ZSwitched to branch 'john/fix-test-mgs-metrics'
982025-02-21T21:56:57.385Z+ git reset --hard 8728fad94a1e06d2208e319a3064ea5bc5fd75cd
992025-02-21T21:56:57.562ZHEAD is now at 8728fad94 test flake fix: Parse dropshot error response
1002025-02-21T21:56:57.565Zprocess exited: duration 8315 ms, exit code 0
 
1012025-02-21T21:56:57.571Zstarting task 4: "build"
1022025-02-21T21:56:57.577Z+ source .github/buildomat/ci-env.sh
1032025-02-21T21:56:57.579Z++ export CARGO_TERM_COLOR=always
1042025-02-21T21:56:57.579Z++ CARGO_TERM_COLOR=always
1052025-02-21T21:56:57.580Z+ cargo --version
1062025-02-21T21:56:57.631Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-21T21:56:57.634Z+ rustc --version
1082025-02-21T21:56:57.696Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-21T21:56:57.700Z+ source ./env.sh
1102025-02-21T21:56:57.700Z++ OLD_SHELL_OPTS=ehxB
1112025-02-21T21:56:57.700Z++ set -o xtrace
1122025-02-21T21:56:57.703Z++++ dirname ./env.sh
1132025-02-21T21:56:57.705Z+++ readlink -f .
1142025-02-21T21:56:57.708Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152025-02-21T21:56:57.708Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162025-02-21T21:56:57.708Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-02-21T21:56:57.708Z++ 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
1182025-02-21T21:56:57.708Z++ 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-02-21T21:56:57.708Z++ 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
1202025-02-21T21:56:57.708Z++ 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-02-21T21:56:57.708Z++ 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
1222025-02-21T21:56:57.709Z++ 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-02-21T21:56:57.709Z++ case $OLD_SHELL_OPTS in
1242025-02-21T21:56:57.709Z++ unset OLD_SHELL_OPTS OMICRON_WS
1252025-02-21T21:56:57.709Z+ 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
1262025-02-21T21:56:57.709Z+ 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-02-21T21:56:57.709Z+ banner prerequisites
1282025-02-21T21:56:57.712Z
1292025-02-21T21:56:57.712Z ##### ##### ###### ##### ###### #### # # # #### #
1302025-02-21T21:56:57.712Z # # # # # # # # # # # # # # #
1312025-02-21T21:56:57.712Z # # # # ##### # # ##### # # # # # #### #
1322025-02-21T21:56:57.712Z ##### ##### # ##### # # # # # # # # #
1332025-02-21T21:56:57.712Z # # # # # # # # # # # # # # #
1342025-02-21T21:56:57.712Z # # # ###### # # ###### ### # #### # #### #
1352025-02-21T21:56:57.712Z
1362025-02-21T21:56:57.712Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1372025-02-21T21:56:59.426Zpkg list: illegal option -- F
1382025-02-21T21:56:59.426ZUsage:
1392025-02-21T21:56:59.429Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1402025-02-21T21:56:59.429Z [pkg_fmri_pattern ...]
1412025-02-21T21:57:00.284Zpkg list: illegal option -- F
1422025-02-21T21:57:00.287ZUsage:
1432025-02-21T21:57:00.287Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1442025-02-21T21:57:00.287Z [pkg_fmri_pattern ...]
1452025-02-21T21:57:06.959Z Startup: Refreshing catalog 'helios-dev' ... Done
1462025-02-21T21:57:11.272Z Startup: Caching catalogs ... Done
1472025-02-21T21:57:24.558ZPlanning: Solver setup ... Done (12.345s)
1482025-02-21T21:57:24.709ZPlanning: Running solver ... Done (0.152s)
1492025-02-21T21:57:24.830ZPlanning: Finding local manifests ... Done (0.006s)
1502025-02-21T21:57:24.851ZPlanning: Fetching manifests: 0/7 0% complete
1512025-02-21T21:57:25.120ZPlanning: Fetching manifests: 7/7 100% complete
1522025-02-21T21:57:25.230ZPlanning: Package planning ... Done (0.110s)
1532025-02-21T21:57:25.286ZPlanning: Merging actions ... Done (0.056s)
1542025-02-21T21:57:25.484ZPlanning: Checking for conflicting actions ... Done (0.198s)
1552025-02-21T21:57:27.579ZPlanning: Consolidating action changes ... Done (2.094s)
1562025-02-21T21:57:28.016ZPlanning: Evaluating mediators ... Done (0.437s)
1572025-02-21T21:57:28.095ZPlanning: Planning completed in 16.72 seconds
1582025-02-21T21:57:28.112Z Packages to install: 4
1592025-02-21T21:57:28.112Z Packages to update: 3
1602025-02-21T21:57:28.114Z Mediators to change: 2
1612025-02-21T21:57:28.114Z Services to change: 1
1622025-02-21T21:57:28.114Z Estimated space available: 155.61 GB
1632025-02-21T21:57:28.114ZEstimated space to be consumed: 1.66 GB
1642025-02-21T21:57:28.114Z Create boot environment: No
1652025-02-21T21:57:28.114ZCreate backup boot environment: Yes
1662025-02-21T21:57:28.115Z Rebuild boot archive: No
1672025-02-21T21:57:28.115Z
1682025-02-21T21:57:28.115ZChanged mediators:
1692025-02-21T21:57:28.115Z mediator clang:
1702025-02-21T21:57:28.115Z version: None -> 15 (system default)
1712025-02-21T21:57:28.115Z
1722025-02-21T21:57:28.115Z mediator llvm:
1732025-02-21T21:57:28.115Z version: 14 (system default) -> 15 (system default)
1742025-02-21T21:57:28.115Z
1752025-02-21T21:57:28.115ZChanged packages:
1762025-02-21T21:57:28.115Zhelios-dev
1772025-02-21T21:57:28.115Z developer/build-essential
1782025-02-21T21:57:28.115Z None -> 11-2.0
1792025-02-21T21:57:28.115Z library/libxmlsec1
1802025-02-21T21:57:28.115Z None -> 1.2.35-2.0
1812025-02-21T21:57:28.115Z ooce/developer/clang-15
1822025-02-21T21:57:28.115Z None -> 15.0.7-2.0
1832025-02-21T21:57:28.115Z ooce/developer/llvm-15
1842025-02-21T21:57:28.115Z None -> 15.0.7-2.0
1852025-02-21T21:57:28.115Z package/pkg
1862025-02-21T21:57:28.115Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1872025-02-21T21:57:28.115Z system/library/g++-runtime
1882025-02-21T21:57:28.115Z 13-2.0 -> 14-2.0
1892025-02-21T21:57:28.115Z system/library/gcc-runtime
1902025-02-21T21:57:28.115Z 13-2.0 -> 14-2.0
1912025-02-21T21:57:28.115Z
1922025-02-21T21:57:28.115ZServices:
1932025-02-21T21:57:28.115Z restart_fmri:
1942025-02-21T21:57:28.115Z svc:/system/update-man-index:default
1952025-02-21T21:57:28.115Z
1962025-02-21T21:57:28.115ZEditable files to change:
1972025-02-21T21:57:28.115Z Update:
1982025-02-21T21:57:28.115Z usr/share/lib/pkg/web/config.shtml
1992025-02-21T21:57:28.197Z
2002025-02-21T21:57:28.197ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2012025-02-21T21:57:33.198ZDownload: 1199/4301 items 83.5/225.4MB 37% complete (16.8M/s)
2022025-02-21T21:57:38.199ZDownload: 2932/4301 items 121.2/225.4MB 53% complete (12.2M/s)
2032025-02-21T21:57:43.200ZDownload: 3944/4301 items 219.1/225.4MB 97% complete (13.9M/s)
2042025-02-21T21:57:45.227ZDownload: Completed 225.42 MB in 17.03 seconds (13.2M/s)
2052025-02-21T21:57:47.580Z Actions: 1/5122 actions (Removing old actions)
2062025-02-21T21:57:47.606Z Actions: 194/5122 actions (Installing new actions)
2072025-02-21T21:57:52.292Z Actions: 4267/5122 actions (Updating modified actions)
2082025-02-21T21:57:52.647Z Actions: Completed 5122 actions in 5.07 seconds.
2092025-02-21T21:57:52.886Z Done (0.231s)
2102025-02-21T21:57:52.889Z Done (0.002s)
2112025-02-21T21:57:53.498Z Done (0.610s)
2122025-02-21T21:57:58.146Z Done (4.419s)
2132025-02-21T21:57:58.230Z Done (0.018s)
2142025-02-21T21:57:58.234Z Done (0.000s)
2152025-02-21T21:57:58.411Z Done (0.000s)
2162025-02-21T21:57:59.121ZPlanning: Evaluating mediator changes ... Done
2172025-02-21T21:57:59.281ZPlanning: Checking for conflicting actions ... Done
2182025-02-21T21:57:59.284ZPlanning: Consolidating action changes ... Done
2192025-02-21T21:57:59.550ZPlanning: Evaluating mediators ... Done
2202025-02-21T21:57:59.553ZPlanning: Planning completed in 0.43 seconds
2212025-02-21T21:57:59.590Z Mediators to change: 2
2222025-02-21T21:57:59.590Z Create boot environment: No
2232025-02-21T21:57:59.593ZCreate backup boot environment: No
2242025-02-21T21:57:59.671Z Done
2252025-02-21T21:57:59.671Z Done
2262025-02-21T21:58:00.080Z Done
2272025-02-21T21:58:03.708Z Done
2282025-02-21T21:58:03.801Z Done
2292025-02-21T21:58:03.804Z Done
2302025-02-21T21:58:03.926Z Done
2312025-02-21T21:58:04.539ZPlanning: Evaluating mediator changes ... Done
2322025-02-21T21:58:04.542ZPlanning: Merging actions ... Done
2332025-02-21T21:58:04.728ZPlanning: Checking for conflicting actions ... Done
2342025-02-21T21:58:04.731ZPlanning: Consolidating action changes ... Done
2352025-02-21T21:58:04.994ZPlanning: Evaluating mediators ... Done
2362025-02-21T21:58:05.054ZPlanning: Planning completed in 0.75 seconds
2372025-02-21T21:58:05.089Z Packages to change: 1
2382025-02-21T21:58:05.090Z Mediators to change: 1
2392025-02-21T21:58:05.092Z Services to change: 1
2402025-02-21T21:58:05.092Z Create boot environment: No
2412025-02-21T21:58:05.092ZCreate backup boot environment: Yes
2422025-02-21T21:58:07.282Z Actions: 1/6 actions (Updating modified actions)
2432025-02-21T21:58:07.286Z Actions: Completed 6 actions in 0.00 seconds.
2442025-02-21T21:58:07.286Z Done
2452025-02-21T21:58:07.286Z Done
2462025-02-21T21:58:07.408Z Done
2472025-02-21T21:58:10.988Z Done
2482025-02-21T21:58:11.083Z Done
2492025-02-21T21:58:11.086Z Done
2502025-02-21T21:58:11.216Z Done
2512025-02-21T21:58:11.649ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2522025-02-21T21:58:11.649Zclang system 15 system
2532025-02-21T21:58:11.649Zcsh system system illumos
2542025-02-21T21:58:11.649Zctags system system illumos
2552025-02-21T21:58:11.649Zgcc vendor 12 vendor
2562025-02-21T21:58:11.649Zgcc system 10 system
2572025-02-21T21:58:11.649Zgcc system 7 system
2582025-02-21T21:58:11.650Zgo system 1.20 system
2592025-02-21T21:58:11.650Zgo system 1.19 system
2602025-02-21T21:58:11.650Zllvm system 15 system
2612025-02-21T21:58:11.650Zllvm system 14 system
2622025-02-21T21:58:11.650Zmariadb system 10.6 system
2632025-02-21T21:58:11.650Zmta vendor vendor dma
2642025-02-21T21:58:11.650Zopenjdk system 17 system
2652025-02-21T21:58:11.650Zopenjdk system 11 system
2662025-02-21T21:58:11.650Zopenjdk system 1.8 system
2672025-02-21T21:58:11.650Zopenssl vendor 3 vendor
2682025-02-21T21:58:11.650Zperl system 5.36 system
2692025-02-21T21:58:11.650Zpostgresql system 15 system
2702025-02-21T21:58:11.650Zpostgresql system 13 system
2712025-02-21T21:58:11.650Zpython vendor 3 vendor
2722025-02-21T21:58:11.650Zpython system 2 system
2732025-02-21T21:58:11.650Zpython3 system 3.11 system
2742025-02-21T21:58:11.650Zruby system 3.0 system
2752025-02-21T21:58:11.650Zwords vendor vendor american-english
2762025-02-21T21:58:11.650Zwords system system australian-english
2772025-02-21T21:58:11.650Zwords system system british-english
2782025-02-21T21:58:11.650Zwords system system canadian-english
2792025-02-21T21:58:11.650Zwords system system french
2802025-02-21T21:58:11.650Zwords system system italian
2812025-02-21T21:58:11.650Zwords system system ngerman
2822025-02-21T21:58:11.650Zwords system system ogerman
2832025-02-21T21:58:11.650Zwords system system spanish
2842025-02-21T21:58:11.980ZPUBLISHER TYPE STATUS P LOCATION
2852025-02-21T21:58:11.980Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2862025-02-21T21:58:15.013ZFMRI IFO
2872025-02-21T21:58:15.013Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2882025-02-21T21:58:15.013Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2892025-02-21T21:58:15.013Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2902025-02-21T21:58:15.013Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2912025-02-21T21:58:15.013Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2922025-02-21T21:58:15.013Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2932025-02-21T21:58:15.014Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2942025-02-21T21:58:15.014Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2952025-02-21T21:58:15.014Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2962025-02-21T21:58:15.014Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2972025-02-21T21:58:15.014Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2982025-02-21T21:58:15.014Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2992025-02-21T21:58:15.014Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3002025-02-21T21:58:15.014Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3012025-02-21T21:58:15.014Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3022025-02-21T21:58:15.801Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3032025-02-21T21:58:16.124Z Updating crates.io index
3042025-02-21T21:58:16.180Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3052025-02-21T21:58:16.737Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3062025-02-21T21:58:17.009Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3072025-02-21T21:58:17.331Z Updating git repository `https://github.com/oxidecomputer/propolis`
3082025-02-21T21:58:18.481Z Updating git repository `https://github.com/oxidecomputer/crucible`
3092025-02-21T21:58:20.160Z Updating git repository `https://github.com/oxidecomputer/opte`
3102025-02-21T21:58:20.849Z Updating git repository `https://github.com/oxidecomputer/falcon`
3112025-02-21T21:58:21.619Z Updating git repository `https://github.com/oxidecomputer/clickward`
3122025-02-21T21:58:21.921Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3132025-02-21T21:58:22.253Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3142025-02-21T21:58:22.907Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3152025-02-21T21:58:23.288Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3162025-02-21T21:58:23.609Z Updating git repository `https://github.com/oxidecomputer/tofino`
3172025-02-21T21:58:23.917Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3182025-02-21T21:58:24.184Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3192025-02-21T21:58:24.446Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3202025-02-21T21:58:24.796Z Updating git repository `https://github.com/oxidecomputer/lldp`
3212025-02-21T21:58:25.151Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3222025-02-21T21:58:25.426Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3232025-02-21T21:58:25.733Z Updating git repository `https://github.com/oxidecomputer/ispf`
3242025-02-21T21:58:26.090Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3252025-02-21T21:58:26.386Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3262025-02-21T21:58:26.914Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3272025-02-21T21:58:27.200Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3282025-02-21T21:58:27.598Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3292025-02-21T21:58:28.095Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3302025-02-21T21:58:28.396Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3312025-02-21T21:58:28.620Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3322025-02-21T21:58:28.909Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3332025-02-21T21:58:30.314Z Downloading crates ...
3342025-02-21T21:58:30.420Z Downloaded colorchoice v1.0.2
3352025-02-21T21:58:30.429Z Downloaded dtrace-parser v0.2.0
3362025-02-21T21:58:30.432Z Downloaded equivalent v1.0.1
3372025-02-21T21:58:30.436Z Downloaded dof v0.3.0
3382025-02-21T21:58:30.439Z Downloaded itoa v1.0.11
3392025-02-21T21:58:30.442Z Downloaded fastrand v2.1.1
3402025-02-21T21:58:30.442Z Downloaded crypto-common v0.1.6
3412025-02-21T21:58:30.445Z Downloaded generic-array v0.14.7
3422025-02-21T21:58:30.445Z Downloaded macaddr v1.0.1
3432025-02-21T21:58:30.447Z Downloaded heck v0.4.1
3442025-02-21T21:58:30.447Z Downloaded fnv v1.0.7
3452025-02-21T21:58:30.450Z Downloaded digest v0.10.7
3462025-02-21T21:58:30.450Z Downloaded cpufeatures v0.2.14
3472025-02-21T21:58:30.453Z Downloaded fs-err v2.11.0
3482025-02-21T21:58:30.453Z Downloaded anstyle v1.0.10
3492025-02-21T21:58:30.456Z Downloaded clap_derive v4.5.28
3502025-02-21T21:58:30.456Z Downloaded errno v0.3.9
3512025-02-21T21:58:30.459Z Downloaded clap_lex v0.7.4
3522025-02-21T21:58:30.459Z Downloaded is_terminal_polyfill v1.70.1
3532025-02-21T21:58:30.459Z Downloaded heck v0.5.0
3542025-02-21T21:58:30.463Z Downloaded anstream v0.6.15
3552025-02-21T21:58:30.463Z Downloaded log v0.4.22
3562025-02-21T21:58:30.466Z Downloaded clap v4.5.30
3572025-02-21T21:58:30.472Z Downloaded indexmap v2.7.1
3582025-02-21T21:58:30.477Z Downloaded clap_builder v4.5.30
3592025-02-21T21:58:30.485Z Downloaded usdt-macro v0.5.0
3602025-02-21T21:58:30.488Z Downloaded scroll_derive v0.12.0
3612025-02-21T21:58:30.488Z Downloaded pretty-hex v0.4.1
3622025-02-21T21:58:30.491Z Downloaded usdt-attr-macro v0.5.0
3632025-02-21T21:58:30.505Z Downloaded swrite v0.1.0
3642025-02-21T21:58:30.512Z Downloaded plain v0.2.3
3652025-02-21T21:58:30.516Z Downloaded scroll v0.12.0
3662025-02-21T21:58:30.516Z Downloaded pest_generator v2.7.14
3672025-02-21T21:58:30.516Z Downloaded memmap v0.7.0
3682025-02-21T21:58:30.522Z Downloaded serde_spanned v0.6.8
3692025-02-21T21:58:30.522Z Downloaded serde_tokenstream v0.2.2
3702025-02-21T21:58:30.522Z Downloaded tabled_derive v0.7.0
3712025-02-21T21:58:30.527Z Downloaded proc-macro-error-attr v1.0.4
3722025-02-21T21:58:30.528Z Downloaded toml_datetime v0.6.8
3732025-02-21T21:58:30.528Z Downloaded smawk v0.3.2
3742025-02-21T21:58:30.528Z Downloaded proc-macro-error v1.0.4
3752025-02-21T21:58:30.533Z Downloaded strsim v0.11.1
3762025-02-21T21:58:30.533Z Downloaded unicode-linebreak v0.1.5
3772025-02-21T21:58:30.538Z Downloaded byteorder v1.5.0
3782025-02-21T21:58:30.538Z Downloaded thiserror v1.0.69
3792025-02-21T21:58:30.544Z Downloaded usdt v0.5.0
3802025-02-21T21:58:30.544Z Downloaded thiserror-impl v1.0.69
3812025-02-21T21:58:30.547Z Downloaded thread-id v4.2.2
3822025-02-21T21:58:30.549Z Downloaded terminal_size v0.4.0
3832025-02-21T21:58:30.549Z Downloaded anstyle-query v1.1.1
3842025-02-21T21:58:30.551Z Downloaded bytecount v0.6.8
3852025-02-21T21:58:30.551Z Downloaded block-buffer v0.10.4
3862025-02-21T21:58:30.553Z Downloaded anstyle-parse v0.2.5
3872025-02-21T21:58:30.556Z Downloaded semver v1.0.25
3882025-02-21T21:58:30.558Z Downloaded pest_derive v2.7.14
3892025-02-21T21:58:30.560Z Downloaded quote v1.0.38
3902025-02-21T21:58:30.563Z Downloaded utf8parse v0.2.2
3912025-02-21T21:58:30.565Z Downloaded usdt-impl v0.5.0
3922025-02-21T21:58:30.568Z Downloaded sha2 v0.10.8
3932025-02-21T21:58:30.570Z Downloaded pest_meta v2.7.14
3942025-02-21T21:58:30.572Z Downloaded version_check v0.9.5
3952025-02-21T21:58:30.574Z Downloaded cargo_metadata v0.18.1
3962025-02-21T21:58:30.576Z Downloaded camino-tempfile v1.1.1
3972025-02-21T21:58:30.579Z Downloaded zerocopy-derive v0.7.35
3982025-02-21T21:58:30.581Z Downloaded proc-macro2 v1.0.92
3992025-02-21T21:58:30.584Z Downloaded papergrid v0.11.0
4002025-02-21T21:58:30.588Z Downloaded ryu v1.0.18
4012025-02-21T21:58:30.590Z Downloaded cargo-platform v0.1.8
4022025-02-21T21:58:30.593Z Downloaded textwrap v0.16.1
4032025-02-21T21:58:30.595Z Downloaded ucd-trie v0.1.7
4042025-02-21T21:58:30.597Z Downloaded hashbrown v0.15.1
4052025-02-21T21:58:30.600Z Downloaded unicode-ident v1.0.14
4062025-02-21T21:58:30.603Z Downloaded anyhow v1.0.96
4072025-02-21T21:58:30.606Z Downloaded typenum v1.17.0
4082025-02-21T21:58:30.609Z Downloaded toml v0.8.19
4092025-02-21T21:58:30.612Z Downloaded serde_derive v1.0.217
4102025-02-21T21:58:30.614Z Downloaded bitflags v2.6.0
4112025-02-21T21:58:30.618Z Downloaded serde v1.0.217
4122025-02-21T21:58:30.621Z Downloaded cargo_toml v0.20.5
4132025-02-21T21:58:30.624Z Downloaded memchr v2.7.4
4142025-02-21T21:58:30.627Z Downloaded tempfile v3.13.0
4152025-02-21T21:58:30.630Z Downloaded camino v1.1.9
4162025-02-21T21:58:30.632Z Downloaded once_cell v1.20.3
4172025-02-21T21:58:30.635Z Downloaded cfg-if v1.0.0
4182025-02-21T21:58:30.637Z Downloaded autocfg v1.4.0
4192025-02-21T21:58:30.637Z Downloaded toml_edit v0.22.22
4202025-02-21T21:58:30.658Z Downloaded serde_json v1.0.139
4212025-02-21T21:58:30.664Z Downloaded pest v2.7.14
4222025-02-21T21:58:30.669Z Downloaded goblin v0.8.2
4232025-02-21T21:58:30.675Z Downloaded zerocopy v0.7.35
4242025-02-21T21:58:30.689Z Downloaded winnow v0.6.20
4252025-02-21T21:58:30.704Z Downloaded tabled v0.15.0
4262025-02-21T21:58:30.719Z Downloaded unicode-width v0.1.14
4272025-02-21T21:58:30.724Z Downloaded syn v1.0.109
4282025-02-21T21:58:30.734Z Downloaded syn v2.0.96
4292025-02-21T21:58:30.745Z Downloaded rustix v0.38.37
4302025-02-21T21:58:30.765Z Downloaded libc v0.2.169
4312025-02-21T21:58:31.046Z Compiling proc-macro2 v1.0.92
4322025-02-21T21:58:31.047Z Compiling unicode-ident v1.0.14
4332025-02-21T21:58:31.063Z Compiling serde v1.0.217
4342025-02-21T21:58:31.064Z Compiling version_check v0.9.5
4352025-02-21T21:58:31.064Z Compiling memchr v2.7.4
4362025-02-21T21:58:31.064Z Compiling thiserror v1.0.69
4372025-02-21T21:58:31.064Z Compiling libc v0.2.169
4382025-02-21T21:58:31.083Z Compiling ryu v1.0.18
4392025-02-21T21:58:31.366Z Compiling ucd-trie v0.1.7
4402025-02-21T21:58:31.567Z Compiling itoa v1.0.11
4412025-02-21T21:58:31.809Z Compiling once_cell v1.20.3
4422025-02-21T21:58:31.829Z Compiling byteorder v1.5.0
4432025-02-21T21:58:32.074Z Compiling rustix v0.38.37
4442025-02-21T21:58:32.194Z Compiling serde_json v1.0.139
4452025-02-21T21:58:32.377Z Compiling bitflags v2.6.0
4462025-02-21T21:58:32.564Z Compiling usdt-impl v0.5.0
4472025-02-21T21:58:32.597Z Compiling proc-macro-error-attr v1.0.4
4482025-02-21T21:58:32.675Z Compiling syn v1.0.109
4492025-02-21T21:58:32.753Z Compiling proc-macro-error v1.0.4
4502025-02-21T21:58:32.901Z Compiling quote v1.0.38
4512025-02-21T21:58:33.013Z Compiling utf8parse v0.2.2
4522025-02-21T21:58:33.057Z Compiling plain v0.2.3
4532025-02-21T21:58:33.079Z Compiling errno v0.3.9
4542025-02-21T21:58:33.193Z Compiling thread-id v4.2.2
4552025-02-21T21:58:33.241Z Compiling log v0.4.22
4562025-02-21T21:58:33.244Z Compiling hashbrown v0.15.1
4572025-02-21T21:58:33.285Z Compiling syn v2.0.96
4582025-02-21T21:58:33.330Z Compiling camino v1.1.9
4592025-02-21T21:58:33.403Z Compiling equivalent v1.0.1
4602025-02-21T21:58:33.544Z Compiling anstyle-parse v0.2.5
4612025-02-21T21:58:33.860Z Compiling autocfg v1.4.0
4622025-02-21T21:58:34.029Z Compiling unicode-width v0.1.14
4632025-02-21T21:58:34.104Z Compiling is_terminal_polyfill v1.70.1
4642025-02-21T21:58:34.248Z Compiling indexmap v2.7.1
4652025-02-21T21:58:34.271Z Compiling winnow v0.6.20
4662025-02-21T21:58:34.319Z Compiling anstyle-query v1.1.1
4672025-02-21T21:58:34.494Z Compiling anstyle v1.0.10
4682025-02-21T21:58:34.572Z Compiling pretty-hex v0.4.1
4692025-02-21T21:58:34.742Z Compiling semver v1.0.25
4702025-02-21T21:58:34.816Z Compiling colorchoice v1.0.2
4712025-02-21T21:58:34.941Z Compiling fs-err v2.11.0
4722025-02-21T21:58:35.000Z Compiling anstream v0.6.15
4732025-02-21T21:58:35.257Z Compiling terminal_size v0.4.0
4742025-02-21T21:58:35.509Z Compiling fastrand v2.1.1
4752025-02-21T21:58:35.538Z Compiling anyhow v1.0.96
4762025-02-21T21:58:35.574Z Compiling strsim v0.11.1
4772025-02-21T21:58:35.611Z Compiling cfg-if v1.0.0
4782025-02-21T21:58:35.714Z Compiling heck v0.4.1
4792025-02-21T21:58:35.747Z Compiling bytecount v0.6.8
4802025-02-21T21:58:36.019Z Compiling fnv v1.0.7
4812025-02-21T21:58:36.213Z Compiling clap_lex v0.7.4
4822025-02-21T21:58:36.236Z Compiling heck v0.5.0
4832025-02-21T21:58:36.358Z Compiling tempfile v3.13.0
4842025-02-21T21:58:36.645Z Compiling clap_builder v4.5.30
4852025-02-21T21:58:36.724Z Compiling papergrid v0.11.0
4862025-02-21T21:58:36.773Z Compiling memmap v0.7.0
4872025-02-21T21:58:36.900Z Compiling smawk v0.3.2
4882025-02-21T21:58:37.086Z Compiling unicode-linebreak v0.1.5
4892025-02-21T21:58:37.587Z Compiling textwrap v0.16.1
4902025-02-21T21:58:37.651Z Compiling swrite v0.1.0
4912025-02-21T21:58:38.118Z Compiling tabled_derive v0.7.0
4922025-02-21T21:58:39.462Z Compiling tabled v0.15.0
4932025-02-21T21:58:40.031Z Compiling serde_derive v1.0.217
4942025-02-21T21:58:40.035Z Compiling thiserror-impl v1.0.69
4952025-02-21T21:58:40.036Z Compiling zerocopy-derive v0.7.35
4962025-02-21T21:58:40.036Z Compiling scroll_derive v0.12.0
4972025-02-21T21:58:40.036Z Compiling clap_derive v4.5.28
4982025-02-21T21:58:41.495Z Compiling scroll v0.12.0
4992025-02-21T21:58:41.998Z Compiling goblin v0.8.2
5002025-02-21T21:58:42.033Z Compiling zerocopy v0.7.35
5012025-02-21T21:58:43.001Z Compiling pest v2.7.14
5022025-02-21T21:58:43.574Z Compiling clap v4.5.30
5032025-02-21T21:58:45.013Z Compiling pest_meta v2.7.14
5042025-02-21T21:58:45.913Z Compiling pest_generator v2.7.14
5052025-02-21T21:58:47.329Z Compiling pest_derive v2.7.14
5062025-02-21T21:58:47.938Z Compiling dtrace-parser v0.2.0
5072025-02-21T21:58:48.573Z Compiling serde_spanned v0.6.8
5082025-02-21T21:58:48.628Z Compiling toml_datetime v0.6.8
5092025-02-21T21:58:48.633Z Compiling serde_tokenstream v0.2.2
5102025-02-21T21:58:48.777Z Compiling cargo-platform v0.1.8
5112025-02-21T21:58:48.824Z Compiling macaddr v1.0.1
5122025-02-21T21:58:49.062Z Compiling toml_edit v0.22.22
5132025-02-21T21:58:49.296Z Compiling camino-tempfile v1.1.1
5142025-02-21T21:58:49.863Z Compiling dof v0.3.0
5152025-02-21T21:58:49.917Z Compiling cargo_metadata v0.18.1
5162025-02-21T21:58:51.198Z Compiling usdt-attr-macro v0.5.0
5172025-02-21T21:58:51.220Z Compiling usdt-macro v0.5.0
5182025-02-21T21:58:51.831Z Compiling toml v0.8.19
5192025-02-21T21:58:52.263Z Compiling usdt v0.5.0
5202025-02-21T21:58:52.570Z Compiling cargo_toml v0.20.5
5212025-02-21T21:58:55.074Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5222025-02-21T21:58:58.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.59s
5232025-02-21T21:58:58.407Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5242025-02-21T21:58:58.934Z Downloading crates ...
5252025-02-21T21:58:59.050Z Downloaded addr2line v0.24.2
5262025-02-21T21:58:59.068Z Downloaded convert_case v0.4.0
5272025-02-21T21:58:59.071Z Downloaded async-stream-impl v0.3.6
5282025-02-21T21:58:59.074Z Downloaded cstr-argument v0.1.2
5292025-02-21T21:58:59.074Z Downloaded atty v0.2.14
5302025-02-21T21:58:59.077Z Downloaded ciborium-io v0.2.2
5312025-02-21T21:58:59.077Z Downloaded cfg_aliases v0.2.1
5322025-02-21T21:58:59.077Z Downloaded atomic-waker v1.1.2
5332025-02-21T21:58:59.080Z Downloaded cfg_aliases v0.1.1
5342025-02-21T21:58:59.081Z Downloaded http-range v0.1.5
5352025-02-21T21:58:59.084Z Downloaded http-body v1.0.1
5362025-02-21T21:58:59.084Z Downloaded http-body-util v0.1.2
5372025-02-21T21:58:59.087Z Downloaded hostname v0.3.1
5382025-02-21T21:58:59.090Z Downloaded home v0.5.9
5392025-02-21T21:58:59.090Z Downloaded httparse v1.9.5
5402025-02-21T21:58:59.095Z Downloaded hex v0.4.3
5412025-02-21T21:58:59.098Z Downloaded md5 v0.7.0
5422025-02-21T21:58:59.098Z Downloaded hubpack_derive v0.1.1
5432025-02-21T21:58:59.101Z Downloaded crucible-workspace-hack v0.1.0
5442025-02-21T21:58:59.101Z Downloaded crunchy v0.2.2
5452025-02-21T21:58:59.101Z Downloaded hex-literal v0.4.1
5462025-02-21T21:58:59.104Z Downloaded mirai-annotations v1.12.0
5472025-02-21T21:58:59.104Z Downloaded bit-vec v0.6.3
5482025-02-21T21:58:59.107Z Downloaded bcrypt-pbkdf v0.10.0
5492025-02-21T21:58:59.107Z Downloaded hostname v0.4.0
5502025-02-21T21:58:59.110Z Downloaded atomicwrites v0.4.4
5512025-02-21T21:58:59.110Z Downloaded adler2 v2.0.0
5522025-02-21T21:58:59.113Z Downloaded bitfield v0.14.0
5532025-02-21T21:58:59.116Z Downloaded match_cfg v0.1.0
5542025-02-21T21:58:59.116Z Downloaded crc v3.2.1
5552025-02-21T21:58:59.119Z Downloaded is_ci v1.2.0
5562025-02-21T21:58:59.122Z Downloaded is-terminal v0.4.13
5572025-02-21T21:58:59.122Z Downloaded curve25519-dalek-derive v0.1.1
5582025-02-21T21:58:59.125Z Downloaded ctr v0.9.2
5592025-02-21T21:58:59.128Z Downloaded hubpack v0.1.2
5602025-02-21T21:58:59.128Z Downloaded indoc v1.0.9
5612025-02-21T21:58:59.131Z Downloaded linked-hash-map v0.5.6
5622025-02-21T21:58:59.134Z Downloaded internet-checksum v0.2.1
5632025-02-21T21:58:59.137Z Downloaded maybe-uninit v2.0.0
5642025-02-21T21:58:59.137Z Downloaded managed v0.8.0
5652025-02-21T21:58:59.140Z Downloaded impl-trait-for-tuples v0.2.2
5662025-02-21T21:58:59.143Z Downloaded memoffset v0.9.1
5672025-02-21T21:58:59.143Z Downloaded hmac v0.12.1
5682025-02-21T21:58:59.146Z Downloaded linear-map v1.2.0
5692025-02-21T21:58:59.149Z Downloaded headers-core v0.3.0
5702025-02-21T21:58:59.149Z Downloaded instant v0.1.13
5712025-02-21T21:58:59.152Z Downloaded bb8 v0.8.5
5722025-02-21T21:58:59.157Z Downloaded ciborium-ll v0.2.2
5732025-02-21T21:58:59.157Z Downloaded idna_adapter v1.2.0
5742025-02-21T21:58:59.160Z Downloaded cassowary v0.3.0
5752025-02-21T21:58:59.160Z Downloaded lru v0.12.5
5762025-02-21T21:58:59.160Z Downloaded blowfish v0.9.1
5772025-02-21T21:58:59.165Z Downloaded mime v0.3.17
5782025-02-21T21:58:59.165Z Downloaded icu_provider_macros v1.5.0
5792025-02-21T21:58:59.165Z Downloaded backoff v0.4.0
5802025-02-21T21:58:59.169Z Downloaded base64ct v1.6.0
5812025-02-21T21:58:59.171Z Downloaded serde-big-array v0.5.1
5822025-02-21T21:58:59.175Z Downloaded highway v1.2.0
5832025-02-21T21:58:59.180Z Downloaded keccak v0.1.5
5842025-02-21T21:58:59.180Z Downloaded lockfree-object-pool v0.1.6
5852025-02-21T21:58:59.181Z Downloaded memmap2 v0.9.5
5862025-02-21T21:58:59.183Z Downloaded jobserver v0.1.32
5872025-02-21T21:58:59.186Z Downloaded take_mut v0.2.2
5882025-02-21T21:58:59.189Z Downloaded const_format_proc_macros v0.2.34
5892025-02-21T21:58:59.193Z Downloaded crc-catalog v2.4.0
5902025-02-21T21:58:59.193Z Downloaded cookie_store v0.21.1
5912025-02-21T21:58:59.196Z Downloaded console v0.15.10
5922025-02-21T21:58:59.199Z Downloaded libefi-sys v0.1.0
5932025-02-21T21:58:59.202Z Downloaded lazycell v1.3.0
5942025-02-21T21:58:59.202Z Downloaded multer v3.1.0
5952025-02-21T21:58:59.206Z Downloaded time-core v0.1.2
5962025-02-21T21:58:59.209Z Downloaded litemap v0.7.3
5972025-02-21T21:58:59.209Z Downloaded rustls-pemfile v1.0.4
5982025-02-21T21:58:59.212Z Downloaded rustc_version v0.4.1
5992025-02-21T21:58:59.215Z Downloaded zone_cfg_derive v0.1.2
6002025-02-21T21:58:59.215Z Downloaded want v0.3.1
6012025-02-21T21:58:59.218Z Downloaded waitgroup v0.1.2
6022025-02-21T21:58:59.218Z Downloaded hickory-client v0.24.3
6032025-02-21T21:58:59.221Z Downloaded multimap v0.10.0
6042025-02-21T21:58:59.224Z Downloaded rusty-fork v0.3.0
6052025-02-21T21:58:59.227Z Downloaded semver v0.1.20
6062025-02-21T21:58:59.227Z Downloaded rustversion v1.0.17
6072025-02-21T21:58:59.229Z Downloaded rpassword v7.3.1
6082025-02-21T21:58:59.232Z Downloaded mockall v0.13.0
6092025-02-21T21:58:59.232Z Downloaded secrecy v0.8.0
6102025-02-21T21:58:59.235Z Downloaded icu_provider v1.5.0
6112025-02-21T21:58:59.238Z Downloaded signature v2.2.0
6122025-02-21T21:58:59.242Z Downloaded signal-hook-tokio v0.3.1
6132025-02-21T21:58:59.242Z Downloaded cookie v0.18.1
6142025-02-21T21:58:59.245Z Downloaded bzip2 v0.4.4
6152025-02-21T21:58:59.248Z Downloaded num-conv v0.1.0
6162025-02-21T21:58:59.248Z Downloaded crossbeam-utils v0.8.20
6172025-02-21T21:58:59.251Z Downloaded mime_guess v2.0.5
6182025-02-21T21:58:59.256Z Downloaded openssl-probe v0.1.5
6192025-02-21T21:58:59.260Z Downloaded strip-ansi-escapes v0.2.0
6202025-02-21T21:58:59.260Z Downloaded tabwriter v1.4.0
6212025-02-21T21:58:59.260Z Downloaded tiny-keccak v2.0.2
6222025-02-21T21:58:59.263Z Downloaded peg-runtime v0.8.3
6232025-02-21T21:58:59.267Z Downloaded crc-any v2.5.0
6242025-02-21T21:58:59.267Z Downloaded tui-tree-widget v0.23.0
6252025-02-21T21:58:59.270Z Downloaded unicode-truncate v1.1.0
6262025-02-21T21:58:59.273Z Downloaded diesel-dtrace v0.4.2
6272025-02-21T21:58:59.273Z Downloaded zone v0.3.0
6282025-02-21T21:58:59.279Z Downloaded icu_locid_transform_data v1.5.0
6292025-02-21T21:58:59.279Z Downloaded vte_generate_state_changes v0.1.2
6302025-02-21T21:58:59.279Z Downloaded walkdir v2.5.0
6312025-02-21T21:58:59.282Z Downloaded indicatif v0.17.11
6322025-02-21T21:58:59.285Z Downloaded wait-timeout v0.2.0
6332025-02-21T21:58:59.288Z Downloaded zerovec-derive v0.10.3
6342025-02-21T21:58:59.291Z Downloaded smallvec v1.13.2
6352025-02-21T21:58:59.294Z Downloaded dunce v1.0.5
6362025-02-21T21:58:59.294Z Downloaded fragile v2.0.0
6372025-02-21T21:58:59.297Z Downloaded fd-lock v4.0.2
6382025-02-21T21:58:59.300Z Downloaded sync_wrapper v1.0.1
6392025-02-21T21:58:59.300Z Downloaded sqlparser_derive v0.2.2
6402025-02-21T21:58:59.303Z Downloaded litrs v0.4.1
6412025-02-21T21:58:59.306Z Downloaded num v0.4.3
6422025-02-21T21:58:59.309Z Downloaded hash32 v0.2.1
6432025-02-21T21:58:59.309Z Downloaded blake2 v0.10.6
6442025-02-21T21:58:59.312Z Downloaded icu_locid v1.5.0
6452025-02-21T21:58:59.317Z Downloaded sync-ptr v0.1.1
6462025-02-21T21:58:59.320Z Downloaded phf v0.11.2
6472025-02-21T21:58:59.323Z Downloaded time-macros v0.2.18
6482025-02-21T21:58:59.323Z Downloaded pkg-config v0.3.31
6492025-02-21T21:58:59.326Z Downloaded indexmap v1.9.3
6502025-02-21T21:58:59.330Z Downloaded vte v0.11.1
6512025-02-21T21:58:59.333Z Downloaded progenitor v0.8.0
6522025-02-21T21:58:59.333Z Downloaded miniz_oxide v0.8.0
6532025-02-21T21:58:59.336Z Downloaded radium v0.7.0
6542025-02-21T21:58:59.339Z Downloaded r2d2 v0.8.10
6552025-02-21T21:58:59.339Z Downloaded proc-macro-crate v1.3.1
6562025-02-21T21:58:59.345Z Downloaded write16 v1.0.0
6572025-02-21T21:58:59.345Z Downloaded diesel_table_macro_syntax v0.2.0
6582025-02-21T21:58:59.348Z Downloaded zerofrom v0.1.4
6592025-02-21T21:58:59.348Z Downloaded progenitor v0.9.1
6602025-02-21T21:58:59.348Z Downloaded foreign-types v0.3.2
6612025-02-21T21:58:59.353Z Downloaded env_logger v0.10.2
6622025-02-21T21:58:59.353Z Downloaded pin-utils v0.1.0
6632025-02-21T21:58:59.356Z Downloaded base64 v0.21.7
6642025-02-21T21:58:59.361Z Downloaded number_prefix v0.4.0
6652025-02-21T21:58:59.361Z Downloaded tap v1.0.1
6662025-02-21T21:58:59.364Z Downloaded ssh-cipher v0.2.0
6672025-02-21T21:58:59.364Z Downloaded progenitor-impl v0.8.0
6682025-02-21T21:58:59.368Z Downloaded topological-sort v0.2.2
6692025-02-21T21:58:59.369Z Downloaded num-complex v0.4.6
6702025-02-21T21:58:59.369Z Downloaded compact_str v0.8.0
6712025-02-21T21:58:59.374Z Downloaded num_threads v0.1.7
6722025-02-21T21:58:59.377Z Downloaded supports-color v3.0.1
6732025-02-21T21:58:59.380Z Downloaded password-hash v0.4.2
6742025-02-21T21:58:59.380Z Downloaded pretty-hex v0.2.1
6752025-02-21T21:58:59.383Z Downloaded backtrace v0.3.74
6762025-02-21T21:58:59.387Z Downloaded xz2 v0.1.7
6772025-02-21T21:58:59.391Z Downloaded des v0.8.1
6782025-02-21T21:58:59.393Z Downloaded pkcs1 v0.7.5
6792025-02-21T21:58:59.396Z Downloaded vsss-rs v3.3.4
6802025-02-21T21:58:59.399Z Downloaded env_filter v0.1.2
6812025-02-21T21:58:59.402Z Downloaded futures-macro v0.3.31
6822025-02-21T21:58:59.405Z Downloaded foreign-types v0.5.0
6832025-02-21T21:58:59.405Z Downloaded foldhash v0.1.3
6842025-02-21T21:58:59.408Z Downloaded derive_builder_macro v0.20.2
6852025-02-21T21:58:59.408Z Downloaded signal-hook-registry v1.4.2
6862025-02-21T21:58:59.410Z Downloaded group v0.13.0
6872025-02-21T21:58:59.413Z Downloaded futures-sink v0.3.31
6882025-02-21T21:58:59.413Z Downloaded difflib v0.4.0
6892025-02-21T21:58:59.413Z Downloaded crypto-bigint v0.5.5
6902025-02-21T21:58:59.423Z Downloaded tinyvec_macros v0.1.1
6912025-02-21T21:58:59.426Z Downloaded tokio-rustls v0.26.0
6922025-02-21T21:58:59.426Z Downloaded minimal-lexical v0.2.1
6932025-02-21T21:58:59.432Z Downloaded try-lock v0.2.5
6942025-02-21T21:58:59.434Z Downloaded tracing-attributes v0.1.27
6952025-02-21T21:58:59.437Z Downloaded ref-cast-impl v1.0.23
6962025-02-21T21:58:59.440Z Downloaded rustfmt-wrapper v0.2.1
6972025-02-21T21:58:59.440Z Downloaded rustc_version v0.1.7
6982025-02-21T21:58:59.443Z Downloaded zip v0.6.6
6992025-02-21T21:58:59.446Z Downloaded newtype_derive v0.1.6
7002025-02-21T21:58:59.449Z Downloaded quinn v0.11.5
7012025-02-21T21:58:59.454Z Downloaded foreign-types-shared v0.1.1
7022025-02-21T21:58:59.454Z Downloaded slog-async v2.8.0
7032025-02-21T21:58:59.457Z Downloaded serde_path_to_error v0.1.16
7042025-02-21T21:58:59.458Z Downloaded globset v0.4.15
7052025-02-21T21:58:59.471Z Downloaded oso-derive v0.27.3
7062025-02-21T21:58:59.475Z Downloaded aes v0.8.4
7072025-02-21T21:58:59.479Z Downloaded ssh-encoding v0.2.0
7082025-02-21T21:58:59.479Z Downloaded tls_codec v0.4.1
7092025-02-21T21:58:59.482Z Downloaded paste v1.0.15
7102025-02-21T21:58:59.485Z Downloaded shell-words v1.1.0
7112025-02-21T21:58:59.485Z Downloaded sha1 v0.10.6
7122025-02-21T21:58:59.488Z Downloaded deranged v0.3.11
7132025-02-21T21:58:59.491Z Downloaded zeroize v1.8.1
7142025-02-21T21:58:59.491Z Downloaded progenitor-macro v0.9.1
7152025-02-21T21:58:59.496Z Downloaded ppv-lite86 v0.2.20
7162025-02-21T21:58:59.496Z Downloaded env_logger v0.11.5
7172025-02-21T21:58:59.499Z Downloaded peg-macros v0.8.4
7182025-02-21T21:58:59.499Z Downloaded hash32 v0.3.1
7192025-02-21T21:58:59.502Z Downloaded yoke-derive v0.7.4
7202025-02-21T21:58:59.505Z Downloaded pin-project-lite v0.2.14
7212025-02-21T21:58:59.509Z Downloaded endian-type v0.1.2
7222025-02-21T21:58:59.513Z Downloaded foreign-types-macros v0.2.3
7232025-02-21T21:58:59.513Z Downloaded float-ord v0.3.2
7242025-02-21T21:58:59.513Z Downloaded dirs-sys-next v0.1.2
7252025-02-21T21:58:59.516Z Downloaded dirs-next v2.0.0
7262025-02-21T21:58:59.517Z Downloaded fxhash v0.2.1
7272025-02-21T21:58:59.517Z Downloaded num_enum v0.5.11
7282025-02-21T21:58:59.522Z Downloaded salsa20 v0.10.2
7292025-02-21T21:58:59.525Z Downloaded strum_macros v0.26.4
7302025-02-21T21:58:59.528Z Downloaded tar v0.4.42
7312025-02-21T21:58:59.531Z Downloaded progenitor-impl v0.9.1
7322025-02-21T21:58:59.533Z Downloaded tokio-tungstenite v0.21.0
7332025-02-21T21:58:59.536Z Downloaded termcolor v1.4.1
7342025-02-21T21:58:59.539Z Downloaded scopeguard v1.2.0
7352025-02-21T21:58:59.539Z Downloaded same-file v1.0.6
7362025-02-21T21:58:59.542Z Downloaded subtle v2.6.1
7372025-02-21T21:58:59.545Z Downloaded unarray v0.1.4
7382025-02-21T21:58:59.545Z Downloaded der_derive v0.7.3
7392025-02-21T21:58:59.548Z Downloaded mio v1.0.2
7402025-02-21T21:58:59.554Z Downloaded either v1.13.0
7412025-02-21T21:58:59.557Z Downloaded xattr v1.3.1
7422025-02-21T21:58:59.559Z Downloaded slab v0.4.9
7432025-02-21T21:58:59.563Z Downloaded defmt-parser v0.3.4
7442025-02-21T21:58:59.563Z Downloaded debug-ignore v1.0.5
7452025-02-21T21:58:59.567Z Downloaded data-encoding v2.6.0
7462025-02-21T21:58:59.567Z Downloaded owo-colors v4.1.0
7472025-02-21T21:58:59.571Z Downloaded phf_shared v0.10.0
7482025-02-21T21:58:59.574Z Downloaded ghash v0.5.1
7492025-02-21T21:58:59.574Z Downloaded unicode-segmentation v1.12.0
7502025-02-21T21:58:59.577Z Downloaded phf_shared v0.11.2
7512025-02-21T21:58:59.580Z Downloaded parking_lot_core v0.9.10
7522025-02-21T21:58:59.583Z Downloaded percent-encoding v2.3.1
7532025-02-21T21:58:59.583Z Downloaded pem v3.0.4
7542025-02-21T21:58:59.586Z Downloaded gethostname v0.5.0
7552025-02-21T21:58:59.586Z Downloaded stable_deref_trait v1.2.0
7562025-02-21T21:58:59.586Z Downloaded snafu-derive v0.8.5
7572025-02-21T21:58:59.591Z Downloaded twox-hash v2.1.0
7582025-02-21T21:58:59.594Z Downloaded slog-scope v4.4.0
7592025-02-21T21:58:59.596Z Downloaded thiserror-impl v2.0.11
7602025-02-21T21:58:59.596Z Downloaded tokio-rustls v0.24.1
7612025-02-21T21:58:59.599Z Downloaded rustyline v14.0.0
7622025-02-21T21:58:59.606Z Downloaded tokio-rustls v0.25.0
7632025-02-21T21:58:59.609Z Downloaded vergen v8.3.2
7642025-02-21T21:58:59.612Z Downloaded derive-where v1.2.7
7652025-02-21T21:58:59.616Z Downloaded spin v0.9.8
7662025-02-21T21:58:59.619Z Downloaded getrandom v0.2.15
7672025-02-21T21:58:59.623Z Downloaded downcast v0.11.0
7682025-02-21T21:58:59.626Z Downloaded toolchain_find v0.4.0
7692025-02-21T21:58:59.629Z Downloaded writeable v0.5.5
7702025-02-21T21:58:59.629Z Downloaded zerocopy-derive v0.8.10
7712025-02-21T21:58:59.637Z Downloaded nodrop v0.1.14
7722025-02-21T21:58:59.641Z Downloaded pem-rfc7468 v0.7.0
7732025-02-21T21:58:59.641Z Downloaded libm v0.2.8
7742025-02-21T21:58:59.651Z Downloaded precomputed-hash v0.1.1
7752025-02-21T21:58:59.656Z Downloaded term v0.7.0
7762025-02-21T21:58:59.656Z Downloaded resolv-conf v0.7.0
7772025-02-21T21:58:59.659Z Downloaded whoami v1.5.2
7782025-02-21T21:58:59.663Z Downloaded pin-project-internal v1.1.6
7792025-02-21T21:58:59.663Z Downloaded opaque-debug v0.3.1
7802025-02-21T21:58:59.666Z Downloaded tokio-tungstenite v0.24.0
7812025-02-21T21:58:59.666Z Downloaded slog-envlogger v2.2.0
7822025-02-21T21:58:59.669Z Downloaded futures v0.3.31
7832025-02-21T21:58:59.675Z Downloaded zeroize_derive v1.4.2
7842025-02-21T21:58:59.680Z Downloaded structmeta-derive v0.3.0
7852025-02-21T21:58:59.680Z Downloaded structmeta-derive v0.2.0
7862025-02-21T21:58:59.680Z Downloaded smf v0.2.3
7872025-02-21T21:58:59.683Z Downloaded hashbrown v0.12.3
7882025-02-21T21:58:59.686Z Downloaded num-iter v0.1.45
7892025-02-21T21:58:59.689Z Downloaded predicates-core v1.0.8
7902025-02-21T21:58:59.689Z Downloaded hyper v1.5.2
7912025-02-21T21:58:59.696Z Downloaded flagset v0.4.6
7922025-02-21T21:58:59.699Z Downloaded futures-channel v0.3.31
7932025-02-21T21:58:59.703Z Downloaded tower-layer v0.3.3
7942025-02-21T21:58:59.703Z Downloaded tls_codec_derive v0.4.1
7952025-02-21T21:58:59.706Z Downloaded thiserror-impl-no-std v2.0.2
7962025-02-21T21:58:59.709Z Downloaded rand_core v0.6.4
7972025-02-21T21:58:59.709Z Downloaded rfc6979 v0.4.0
7982025-02-21T21:58:59.713Z Downloaded which v4.4.2
7992025-02-21T21:58:59.713Z Downloaded subprocess v0.2.9
8002025-02-21T21:58:59.716Z Downloaded ed25519 v2.2.3
8012025-02-21T21:58:59.719Z Downloaded darling_macro v0.20.10
8022025-02-21T21:58:59.719Z Downloaded russh-cryptovec v0.7.3
8032025-02-21T21:58:59.723Z Downloaded yasna v0.5.2
8042025-02-21T21:58:59.723Z Downloaded hashlink v0.9.1
8052025-02-21T21:58:59.726Z Downloaded unicode-bidi v0.3.17
8062025-02-21T21:58:59.729Z Downloaded flume v0.11.1
8072025-02-21T21:58:59.734Z Downloaded p256 v0.13.2
8082025-02-21T21:58:59.737Z Downloaded typify-macro v0.2.0
8092025-02-21T21:58:59.737Z Downloaded powerfmt v0.2.0
8102025-02-21T21:58:59.742Z Downloaded toml_edit v0.19.15
8112025-02-21T21:58:59.757Z Downloaded zone_cfg_derive v0.3.0
8122025-02-21T21:58:59.760Z Downloaded stringprep v0.1.5
8132025-02-21T21:58:59.760Z Downloaded serde-hex v0.1.0
8142025-02-21T21:58:59.763Z Downloaded primeorder v0.13.6
8152025-02-21T21:58:59.763Z Downloaded peg v0.8.4
8162025-02-21T21:58:59.767Z Downloaded ecdsa v0.16.9
8172025-02-21T21:58:59.771Z Downloaded samael v0.0.17
8182025-02-21T21:58:59.776Z Downloaded parse-size v1.1.0
8192025-02-21T21:58:59.779Z Downloaded sec1 v0.7.3
8202025-02-21T21:58:59.779Z Downloaded pin-project v1.1.6
8212025-02-21T21:58:59.791Z Downloaded typify v0.2.0
8222025-02-21T21:58:59.794Z Downloaded display-error-chain v0.2.2
8232025-02-21T21:58:59.797Z Downloaded nu-ansi-term v0.50.1
8242025-02-21T21:58:59.800Z Downloaded darling v0.20.10
8252025-02-21T21:58:59.803Z Downloaded fallible-streaming-iterator v0.1.9
8262025-02-21T21:58:59.806Z Downloaded rand v0.8.5
8272025-02-21T21:58:59.809Z Downloaded hashbrown v0.13.2
8282025-02-21T21:58:59.812Z Downloaded progenitor-client v0.9.1
8292025-02-21T21:58:59.815Z Downloaded progenitor-client v0.8.0
8302025-02-21T21:58:59.815Z Downloaded foreign-types-shared v0.3.1
8312025-02-21T21:58:59.818Z Downloaded simd-adler32 v0.3.7
8322025-02-21T21:58:59.818Z Downloaded path-slash v0.1.5
8332025-02-21T21:58:59.821Z Downloaded funty v2.0.0
8342025-02-21T21:58:59.821Z Downloaded form_urlencoded v1.2.1
8352025-02-21T21:58:59.821Z Downloaded serde_urlencoded v0.7.1
8362025-02-21T21:58:59.824Z Downloaded psl-types v2.0.11
8372025-02-21T21:58:59.824Z Downloaded rustc-demangle v0.1.24
8382025-02-21T21:58:59.826Z Downloaded unicode_categories v0.1.1
8392025-02-21T21:58:59.829Z Downloaded socket2 v0.5.7
8402025-02-21T21:58:59.833Z Downloaded futures-core v0.3.31
8412025-02-21T21:58:59.833Z Downloaded heck v0.3.3
8422025-02-21T21:58:59.837Z Downloaded thiserror v2.0.11
8432025-02-21T21:58:59.841Z Downloaded parse-display-derive v0.10.0
8442025-02-21T21:58:59.844Z Downloaded fallible-iterator v0.2.0
8452025-02-21T21:58:59.844Z Downloaded utf-8 v0.7.6
8462025-02-21T21:58:59.844Z Downloaded expectorate v1.1.0
8472025-02-21T21:58:59.848Z Downloaded predicates-tree v1.0.11
8482025-02-21T21:58:59.848Z Downloaded uzers v0.12.1
8492025-02-21T21:58:59.851Z Downloaded ena v0.14.3
8502025-02-21T21:58:59.854Z Downloaded zopfli v0.8.1
8512025-02-21T21:58:59.860Z Downloaded float-cmp v0.10.0
8522025-02-21T21:58:59.860Z Downloaded embedded-io v0.6.1
8532025-02-21T21:58:59.860Z Downloaded embedded-io v0.4.0
8542025-02-21T21:58:59.860Z Downloaded sct v0.7.1
8552025-02-21T21:58:59.864Z Downloaded russh-keys v0.45.0
8562025-02-21T21:58:59.867Z Downloaded fallible-iterator v0.3.0
8572025-02-21T21:58:59.871Z Downloaded untrusted v0.7.1
8582025-02-21T21:58:59.871Z Downloaded termios v0.3.3
8592025-02-21T21:58:59.874Z Downloaded pbkdf2 v0.12.2
8602025-02-21T21:58:59.874Z Downloaded pbkdf2 v0.11.0
8612025-02-21T21:58:59.877Z Downloaded dyn-clone v1.0.18
8622025-02-21T21:58:59.877Z Downloaded strum_macros v0.25.3
8632025-02-21T21:58:59.880Z Downloaded document-features v0.2.10
8642025-02-21T21:58:59.882Z Downloaded untrusted v0.9.0
8652025-02-21T21:58:59.883Z Downloaded postcard v1.0.10
8662025-02-21T21:58:59.886Z Downloaded test-strategy v0.3.1
8672025-02-21T21:58:59.889Z Downloaded siphasher v0.3.11
8682025-02-21T21:58:59.892Z Downloaded quinn-proto v0.11.8
8692025-02-21T21:58:59.898Z Downloaded futures-util v0.3.31
8702025-02-21T21:58:59.913Z Downloaded shlex v1.3.0
8712025-02-21T21:58:59.916Z Downloaded unicode-properties v0.1.3
8722025-02-21T21:58:59.916Z Downloaded bitvec v1.0.1
8732025-02-21T21:58:59.934Z Downloaded elliptic-curve v0.13.8
8742025-02-21T21:58:59.937Z Downloaded ed25519-dalek v2.1.1
8752025-02-21T21:58:59.942Z Downloaded value-bag v1.9.0
8762025-02-21T21:58:59.945Z Downloaded displaydoc v0.2.5
8772025-02-21T21:58:59.948Z Downloaded bindgen v0.69.5
8782025-02-21T21:58:59.953Z Downloaded oso v0.27.3
8792025-02-21T21:58:59.957Z Downloaded signal-hook v0.3.17
8802025-02-21T21:58:59.960Z Downloaded lalrpop v0.19.12
8812025-02-21T21:58:59.973Z Downloaded slog v2.7.0
8822025-02-21T21:58:59.976Z Downloaded icu_properties_data v1.5.0
8832025-02-21T21:58:59.987Z Downloaded rsa v0.9.6
8842025-02-21T21:58:59.992Z Downloaded tokio-util v0.7.12
8852025-02-21T21:58:59.999Z Downloaded serde_yaml v0.9.34+deprecated
8862025-02-21T21:59:00.004Z Downloaded rusqlite v0.32.1
8872025-02-21T21:59:00.011Z Downloaded tower v0.5.2
8882025-02-21T21:59:00.021Z Downloaded tough v0.19.0
8892025-02-21T21:59:00.030Z Downloaded salty v0.3.0
8902025-02-21T21:59:00.038Z Downloaded darling_core v0.20.10
8912025-02-21T21:59:00.046Z Downloaded x509-cert v0.2.5
8922025-02-21T21:59:00.053Z Downloaded rustls-webpki v0.101.7
8932025-02-21T21:59:00.067Z Downloaded zerovec v0.10.4
8942025-02-21T21:59:00.072Z Downloaded quick-xml v0.33.0
8952025-02-21T21:59:00.084Z Downloaded petname v2.0.2
8962025-02-21T21:59:00.087Z Downloaded curve25519-dalek v4.1.3
8972025-02-21T21:59:00.095Z Downloaded portable-atomic v1.9.0
8982025-02-21T21:59:00.102Z Downloaded gimli v0.31.1
8992025-02-21T21:59:00.112Z Downloaded nom v7.1.3
9002025-02-21T21:59:00.117Z Downloaded winnow v0.5.40
9012025-02-21T21:59:00.133Z Downloaded serde_with v3.11.0
9022025-02-21T21:59:00.137Z Downloaded hashbrown v0.14.5
9032025-02-21T21:59:00.143Z Downloaded regex-syntax v0.6.29
9042025-02-21T21:59:00.151Z Downloaded object v0.30.4
9052025-02-21T21:59:00.162Z Downloaded vcpkg v0.2.15
9062025-02-21T21:59:00.203Z Downloaded git2 v0.19.0
9072025-02-21T21:59:00.212Z Downloaded p384 v0.13.0
9082025-02-21T21:59:00.219Z Downloaded polar-core v0.27.3
9092025-02-21T21:59:00.231Z Downloaded zerocopy v0.8.10
9102025-02-21T21:59:00.253Z Downloaded nix v0.29.0
9112025-02-21T21:59:00.268Z Downloaded hickory-proto v0.24.3
9122025-02-21T21:59:00.281Z Downloaded nix v0.28.0
9132025-02-21T21:59:00.293Z Downloaded smoltcp v0.11.0
9142025-02-21T21:59:00.307Z Downloaded regress v0.9.1
9152025-02-21T21:59:00.321Z Downloaded rustls v0.21.12
9162025-02-21T21:59:00.327Z Downloaded object v0.36.5
9172025-02-21T21:59:00.341Z Downloaded regress v0.10.1
9182025-02-21T21:59:00.351Z Downloaded diesel v2.2.7
9192025-02-21T21:59:00.378Z Downloaded dropshot v0.12.0
9202025-02-21T21:59:00.391Z Downloaded rustls v0.23.19
9212025-02-21T21:59:00.405Z Downloaded regex v1.11.1
9222025-02-21T21:59:00.417Z Downloaded smoltcp v0.9.1
9232025-02-21T21:59:00.429Z Downloaded bzip2-sys v0.1.11+1.0.8
9242025-02-21T21:59:00.441Z Downloaded nix v0.27.1
9252025-02-21T21:59:00.452Z Downloaded regex-automata v0.4.8
9262025-02-21T21:59:00.470Z Downloaded openssl v0.10.71
9272025-02-21T21:59:00.481Z Downloaded dropshot v0.15.1
9282025-02-21T21:59:00.502Z Downloaded ratatui v0.29.0
9292025-02-21T21:59:00.521Z Downloaded regex-syntax v0.8.5
9302025-02-21T21:59:00.531Z Downloaded openapiv3 v2.0.0
9312025-02-21T21:59:00.542Z Downloaded bstr v1.10.0
9322025-02-21T21:59:00.554Z Downloaded typify-impl v0.3.0
9332025-02-21T21:59:00.569Z Downloaded typify-impl v0.2.0
9342025-02-21T21:59:00.585Z Downloaded sled v0.34.7
9352025-02-21T21:59:00.595Z Downloaded reqwest v0.12.12
9362025-02-21T21:59:00.606Z Downloaded petgraph v0.6.5
9372025-02-21T21:59:00.623Z Downloaded csv v1.3.1
9382025-02-21T21:59:00.644Z Downloaded rustls v0.22.4
9392025-02-21T21:59:00.654Z Downloaded unicode-width v0.2.0
9402025-02-21T21:59:00.660Z Downloaded chrono-tz v0.10.1
9412025-02-21T21:59:00.668Z Downloaded zerocopy-derive v0.6.6
9422025-02-21T21:59:00.678Z Downloaded tokio v1.43.0
9432025-02-21T21:59:00.718Z Downloaded webpki-roots v0.26.6
9442025-02-21T21:59:00.722Z Downloaded lzma-sys v0.1.20
9452025-02-21T21:59:00.759Z Downloaded radix_trie v0.2.1
9462025-02-21T21:59:00.776Z Downloaded russh v0.45.0
9472025-02-21T21:59:00.776Z Downloaded rayon v1.10.0
9482025-02-21T21:59:00.780Z Downloaded rustls-webpki v0.102.8
9492025-02-21T21:59:00.794Z Downloaded prettyplease v0.2.29
9502025-02-21T21:59:00.794Z Downloaded libz-sys v1.1.20
9512025-02-21T21:59:00.813Z Downloaded steno v0.4.1
9522025-02-21T21:59:00.820Z Downloaded qorb v0.2.1
9532025-02-21T21:59:00.824Z Downloaded sqlparser v0.45.0
9542025-02-21T21:59:00.828Z Downloaded sha3 v0.10.8
9552025-02-21T21:59:00.831Z Downloaded similar v2.6.0
9562025-02-21T21:59:00.836Z Downloaded fs_extra v1.3.0
9572025-02-21T21:59:00.840Z Downloaded unsafe-libyaml v0.2.11
9582025-02-21T21:59:00.846Z Downloaded flate2 v1.0.35
9592025-02-21T21:59:00.846Z Downloaded unicode-normalization v0.1.24
9602025-02-21T21:59:00.850Z Downloaded p521 v0.13.3
9612025-02-21T21:59:00.856Z Downloaded h2 v0.4.6
9622025-02-21T21:59:00.863Z Downloaded headers v0.4.0
9632025-02-21T21:59:00.870Z Downloaded heapless v0.7.17
9642025-02-21T21:59:00.886Z Downloaded typify v0.3.0
9652025-02-21T21:59:00.891Z Downloaded publicsuffix v2.3.0
9662025-02-21T21:59:00.891Z Downloaded zerocopy v0.6.6
9672025-02-21T21:59:00.891Z Downloaded num-traits v0.2.19
9682025-02-21T21:59:00.891Z Downloaded string_cache v0.8.7
9692025-02-21T21:59:00.891Z Downloaded heapless v0.8.0
9702025-02-21T21:59:00.891Z Downloaded chrono v0.4.39
9712025-02-21T21:59:00.895Z Downloaded proptest v1.5.0
9722025-02-21T21:59:00.903Z Downloaded rustls-pemfile v2.2.0
9732025-02-21T21:59:00.906Z Downloaded structmeta v0.3.0
9742025-02-21T21:59:00.909Z Downloaded structmeta v0.2.0
9752025-02-21T21:59:00.909Z Downloaded serde_derive_internals v0.29.1
9762025-02-21T21:59:00.912Z Downloaded scrypt v0.11.0
9772025-02-21T21:59:00.912Z Downloaded postgres-protocol v0.6.7
9782025-02-21T21:59:00.915Z Downloaded futures-io v0.3.31
9792025-02-21T21:59:00.915Z Downloaded termtree v0.5.1
9802025-02-21T21:59:00.915Z Downloaded typed-path v0.9.3
9812025-02-21T21:59:00.921Z Downloaded serde_with_macros v3.11.0
9822025-02-21T21:59:00.924Z Downloaded postgres-types v0.2.8
9832025-02-21T21:59:00.927Z Downloaded normalize-line-endings v0.3.0
9842025-02-21T21:59:00.927Z Downloaded num-rational v0.4.2
9852025-02-21T21:59:00.930Z Downloaded url v2.5.3
9862025-02-21T21:59:00.932Z Downloaded aws-lc-rs v1.10.0
9872025-02-21T21:59:00.941Z Downloaded ring v0.17.9
9882025-02-21T21:59:01.050Z Downloaded tokio-postgres v0.7.12
9892025-02-21T21:59:01.054Z Downloaded der v0.7.9
9902025-02-21T21:59:01.054Z Downloaded snafu v0.8.5
9912025-02-21T21:59:01.054Z Downloaded nanorand v0.7.0
9922025-02-21T21:59:01.054Z Downloaded unicode-xid v0.2.6
9932025-02-21T21:59:01.054Z Downloaded typify-macro v0.3.0
9942025-02-21T21:59:01.054Z Downloaded static_assertions v1.1.0
9952025-02-21T21:59:01.054Z Downloaded predicates v3.1.3
9962025-02-21T21:59:01.054Z Downloaded fixedbitset v0.4.2
9972025-02-21T21:59:01.055Z Downloaded encoding_rs v0.8.34
9982025-02-21T21:59:01.055Z Downloaded password-hash v0.5.0
9992025-02-21T21:59:01.055Z Downloaded parking_lot v0.12.3
10002025-02-21T21:59:01.055Z Downloaded poly1305 v0.8.0
10012025-02-21T21:59:01.055Z Downloaded toml v0.7.8
10022025-02-21T21:59:01.055Z Downloaded rustc-hash v1.1.0
10032025-02-21T21:59:01.056Z Downloaded aho-corasick v1.1.3
10042025-02-21T21:59:01.056Z Downloaded blake3 v1.5.4
10052025-02-21T21:59:01.056Z Downloaded rustls-pki-types v1.10.0
10062025-02-21T21:59:01.061Z Downloaded omicron-zone-package v0.12.0
10072025-02-21T21:59:01.061Z Downloaded num-bigint-dig v0.8.4
10082025-02-21T21:59:01.066Z Downloaded idna v1.0.3
10092025-02-21T21:59:01.068Z Downloaded futures-task v0.3.31
10102025-02-21T21:59:01.068Z Downloaded tokio-native-tls v0.3.1
10112025-02-21T21:59:01.072Z Downloaded tokio-macros v2.5.0
10122025-02-21T21:59:01.072Z Downloaded num-bigint v0.4.6
10132025-02-21T21:59:01.076Z Downloaded time v0.3.36
10142025-02-21T21:59:01.082Z Downloaded ssh-key v0.6.6
10152025-02-21T21:59:01.089Z Downloaded glob v0.3.2
10162025-02-21T21:59:01.092Z Downloaded reedline v0.35.0
10172025-02-21T21:59:01.097Z Downloaded tokio-tungstenite v0.23.1
10182025-02-21T21:59:01.100Z Downloaded hkdf v0.12.4
10192025-02-21T21:59:01.103Z Downloaded libgit2-sys v0.17.0+1.8.1
10202025-02-21T21:59:01.173Z Downloaded rand_chacha v0.3.1
10212025-02-21T21:59:01.176Z Downloaded polyval v0.6.2
10222025-02-21T21:59:01.179Z Downloaded num-derive v0.4.2
10232025-02-21T21:59:01.179Z Downloaded parse-display v0.10.0
10242025-02-21T21:59:01.182Z Downloaded wyz v0.5.1
10252025-02-21T21:59:01.182Z Downloaded itertools v0.13.0
10262025-02-21T21:59:01.190Z Downloaded slog-stdlog v4.1.1
10272025-02-21T21:59:01.193Z Downloaded slog-json v2.6.1
10282025-02-21T21:59:01.196Z Downloaded schemars_derive v0.8.21
10292025-02-21T21:59:01.196Z Downloaded rustc-hash v2.0.0
10302025-02-21T21:59:01.199Z Downloaded rand_xorshift v0.3.0
10312025-02-21T21:59:01.199Z Downloaded rand_seeder v0.3.0
10322025-02-21T21:59:01.204Z Downloaded phf_codegen v0.11.2
10332025-02-21T21:59:01.204Z Downloaded tracing-core v0.1.32
10342025-02-21T21:59:01.206Z Downloaded tracing v0.1.40
10352025-02-21T21:59:01.209Z Downloaded itertools v0.10.5
10362025-02-21T21:59:01.217Z Downloaded parse-zoneinfo v0.3.1
10372025-02-21T21:59:01.220Z Downloaded aes-gcm v0.10.3
10382025-02-21T21:59:01.224Z Downloaded parking_lot v0.11.2
10392025-02-21T21:59:01.227Z Downloaded packed_struct_codegen v0.10.1
10402025-02-21T21:59:01.230Z Downloaded crossterm v0.28.1
10412025-02-21T21:59:01.236Z Downloaded derive_builder v0.20.2
10422025-02-21T21:59:01.240Z Downloaded newtype-uuid v1.2.1
10432025-02-21T21:59:01.243Z Downloaded derive_builder_core v0.20.2
10442025-02-21T21:59:01.246Z Downloaded diesel_derives v2.2.3
10452025-02-21T21:59:01.249Z Downloaded derive_more v0.99.19
10462025-02-21T21:59:01.253Z Downloaded zip v2.1.3
10472025-02-21T21:59:01.259Z Downloaded itertools v0.12.1
10482025-02-21T21:59:01.263Z Downloaded daft-derive v0.1.1
10492025-02-21T21:59:01.268Z Downloaded yoke v0.7.4
10502025-02-21T21:59:01.271Z Downloaded openssl-sys v0.9.106
10512025-02-21T21:59:01.274Z Downloaded rtoolbox v0.0.2
10522025-02-21T21:59:01.274Z Downloaded quick-error v1.2.3
10532025-02-21T21:59:01.274Z Downloaded packed_struct v0.10.1
10542025-02-21T21:59:01.278Z Downloaded oxnet v0.1.0
10552025-02-21T21:59:01.278Z Downloaded nibble_vec v0.1.0
10562025-02-21T21:59:01.278Z Downloaded slog-term v2.9.1
10572025-02-21T21:59:01.282Z Downloaded schemars v0.8.21
10582025-02-21T21:59:01.291Z Downloaded diff v0.1.13
10592025-02-21T21:59:01.293Z Downloaded libxml v0.3.3
10602025-02-21T21:59:01.301Z Downloaded defmt v0.3.8
10612025-02-21T21:59:01.304Z Downloaded ref-cast v1.0.23
10622025-02-21T21:59:01.304Z Downloaded progenitor-macro v0.8.0
10632025-02-21T21:59:01.306Z Downloaded phf_generator v0.11.2
10642025-02-21T21:59:01.306Z Downloaded pkcs5 v0.7.1
10652025-02-21T21:59:01.309Z Downloaded pkcs8 v0.10.2
10662025-02-21T21:59:01.315Z Downloaded http v1.2.0
10672025-02-21T21:59:01.319Z Downloaded tower-service v0.3.3
10682025-02-21T21:59:01.319Z Downloaded olpc-cjson v0.1.4
10692025-02-21T21:59:01.319Z Downloaded num-integer v0.1.46
10702025-02-21T21:59:01.323Z Downloaded tungstenite v0.24.0
10712025-02-21T21:59:01.323Z Downloaded tungstenite v0.21.0
10722025-02-21T21:59:01.326Z Downloaded bumpalo v3.16.0
10732025-02-21T21:59:01.329Z Downloaded tungstenite v0.23.0
10742025-02-21T21:59:01.332Z Downloaded termtree v0.4.1
10752025-02-21T21:59:01.332Z Downloaded num_enum_derive v0.5.11
10762025-02-21T21:59:01.336Z Downloaded tokio-stream v0.1.16
10772025-02-21T21:59:01.340Z Downloaded half v2.4.1
10782025-02-21T21:59:01.340Z Downloaded defmt-macros v0.3.9
10792025-02-21T21:59:01.343Z Downloaded dropshot_endpoint v0.15.1
10802025-02-21T21:59:01.347Z Downloaded dropshot_endpoint v0.12.0
10812025-02-21T21:59:01.349Z Downloaded zerofrom-derive v0.1.4
10822025-02-21T21:59:01.349Z Downloaded fatfs v0.3.6
10832025-02-21T21:59:01.352Z Downloaded crossbeam-channel v0.5.13
10842025-02-21T21:59:01.355Z Downloaded enum-as-inner v0.6.1
10852025-02-21T21:59:01.358Z Downloaded icu_collections v1.5.0
10862025-02-21T21:59:01.363Z Downloaded hickory-resolver v0.24.3
10872025-02-21T21:59:01.367Z Downloaded ron v0.7.1
10882025-02-21T21:59:01.370Z Downloaded rcgen v0.12.1
10892025-02-21T21:59:01.374Z Downloaded ron v0.8.1
10902025-02-21T21:59:01.376Z Downloaded rayon-core v1.12.1
10912025-02-21T21:59:01.380Z Downloaded uuid v1.12.0
10922025-02-21T21:59:01.383Z Downloaded utf8_iter v1.0.4
10932025-02-21T21:59:01.385Z Downloaded utf16_iter v1.0.5
10942025-02-21T21:59:01.385Z Downloaded universal-hash v0.5.1
10952025-02-21T21:59:01.385Z Downloaded unicase v2.7.0
10962025-02-21T21:59:01.388Z Downloaded const_format v0.2.34
10972025-02-21T21:59:01.391Z Downloaded chacha20poly1305 v0.10.1
10982025-02-21T21:59:01.396Z Downloaded slog-dtrace v0.3.0
10992025-02-21T21:59:01.397Z Downloaded slog-bunyan v2.5.0
11002025-02-21T21:59:01.399Z Downloaded parking_lot_core v0.8.6
11012025-02-21T21:59:01.400Z Downloaded native-tls v0.2.12
11022025-02-21T21:59:01.400Z Downloaded tinyvec v1.8.0
11032025-02-21T21:59:01.403Z Downloaded sqlformat v0.2.6
11042025-02-21T21:59:01.403Z Downloaded mockall_derive v0.13.0
11052025-02-21T21:59:01.406Z Downloaded icu_properties v1.5.1
11062025-02-21T21:59:01.409Z Downloaded hickory-server v0.24.3
11072025-02-21T21:59:01.413Z Downloaded base64 v0.22.1
11082025-02-21T21:59:01.419Z Downloaded bytes v1.9.0
11092025-02-21T21:59:01.422Z Downloaded spki v0.7.3
11102025-02-21T21:59:01.426Z Downloaded serde_repr v0.1.19
11112025-02-21T21:59:01.426Z Downloaded signal-hook-mio v0.2.4
11122025-02-21T21:59:01.426Z Downloaded serde_plain v1.0.2
11132025-02-21T21:59:01.430Z Downloaded scheduled-thread-pool v0.2.7
11142025-02-21T21:59:01.430Z Downloaded ff v0.13.0
11152025-02-21T21:59:01.431Z Downloaded icu_normalizer v1.5.0
11162025-02-21T21:59:01.433Z Downloaded hyper-util v0.1.10
11172025-02-21T21:59:01.436Z Downloaded cc v1.1.30
11182025-02-21T21:59:01.439Z Downloaded futures-executor v0.3.31
11192025-02-21T21:59:01.439Z Downloaded filetime v0.2.25
11202025-02-21T21:59:01.444Z Downloaded zone v0.1.8
11212025-02-21T21:59:01.444Z Downloaded tinystr v0.7.6
11222025-02-21T21:59:01.444Z Downloaded dsl_auto_type v0.1.2
11232025-02-21T21:59:01.448Z Downloaded thiserror-no-std v2.0.2
11242025-02-21T21:59:01.448Z Downloaded quinn-udp v0.5.5
11252025-02-21T21:59:01.450Z Downloaded icu_locid_transform v1.5.0
11262025-02-21T21:59:01.453Z Downloaded const-oid v0.9.6
11272025-02-21T21:59:01.453Z Downloaded base64 v0.13.1
11282025-02-21T21:59:01.456Z Downloaded thread_local v1.1.8
11292025-02-21T21:59:01.459Z Downloaded icu_normalizer_data v1.5.0
11302025-02-21T21:59:01.459Z Downloaded hyper-staticfile v0.10.1
11312025-02-21T21:59:01.462Z Downloaded synstructure v0.13.1
11322025-02-21T21:59:01.462Z Downloaded strum_macros v0.24.3
11332025-02-21T21:59:01.466Z Downloaded crossbeam-epoch v0.9.18
11342025-02-21T21:59:01.466Z Downloaded allocator-api2 v0.2.18
11352025-02-21T21:59:01.469Z Downloaded openssl-macros v0.1.1
11362025-02-21T21:59:01.472Z Downloaded newline-converter v0.3.0
11372025-02-21T21:59:01.472Z Downloaded new_debug_unreachable v1.0.6
11382025-02-21T21:59:01.473Z Downloaded smallvec v0.6.14
11392025-02-21T21:59:01.473Z Downloaded lock_api v0.4.12
11402025-02-21T21:59:01.475Z Downloaded hyper-rustls v0.27.3
11412025-02-21T21:59:01.478Z Downloaded clang-sys v1.8.1
11422025-02-21T21:59:01.479Z Downloaded async-bb8-diesel v0.2.1
11432025-02-21T21:59:01.481Z Downloaded md-5 v0.10.6
11442025-02-21T21:59:01.481Z Downloaded ident_case v1.0.1
11452025-02-21T21:59:01.484Z Downloaded strum v0.26.3
11462025-02-21T21:59:01.484Z Downloaded ipnet v2.10.1
11472025-02-21T21:59:01.486Z Downloaded sigpipe v0.1.3
11482025-02-21T21:59:01.486Z Downloaded iana-time-zone v0.1.61
11492025-02-21T21:59:01.489Z Downloaded ciborium v0.2.2
11502025-02-21T21:59:01.492Z Downloaded cancel-safe-futures v0.1.5
11512025-02-21T21:59:01.494Z Downloaded crc32fast v1.4.2
11522025-02-21T21:59:01.496Z Downloaded chacha20 v0.9.1
11532025-02-21T21:59:01.496Z Downloaded maplit v1.0.2
11542025-02-21T21:59:01.499Z Downloaded bcs v0.1.6
11552025-02-21T21:59:01.500Z Downloaded libloading v0.8.5
11562025-02-21T21:59:01.503Z Downloaded kstat-rs v0.2.4
11572025-02-21T21:59:01.503Z Downloaded csv-core v0.1.11
11582025-02-21T21:59:01.505Z Downloaded async-trait v0.1.86
11592025-02-21T21:59:01.509Z Downloaded hyper-tls v0.6.0
11602025-02-21T21:59:01.513Z Downloaded async-stream v0.3.6
11612025-02-21T21:59:01.515Z Downloaded arrayvec v0.7.6
11622025-02-21T21:59:01.517Z Downloaded lru-cache v0.1.2
11632025-02-21T21:59:01.517Z Downloaded ipnetwork v0.21.1
11642025-02-21T21:59:01.520Z Downloaded instability v0.3.2
11652025-02-21T21:59:01.524Z Downloaded humantime v2.1.0
11662025-02-21T21:59:01.524Z Downloaded array-init v0.0.4
11672025-02-21T21:59:01.525Z Downloaded argon2 v0.5.3
11682025-02-21T21:59:01.528Z Downloaded inout v0.1.3
11692025-02-21T21:59:01.528Z Downloaded indent_write v2.2.0
11702025-02-21T21:59:01.528Z Downloaded base16ct v0.2.0
11712025-02-21T21:59:01.528Z Downloaded arrayref v0.3.9
11722025-02-21T21:59:01.533Z Downloaded lazy_static v1.5.0
11732025-02-21T21:59:01.533Z Downloaded lalrpop-util v0.19.12
11742025-02-21T21:59:01.533Z Downloaded indoc v2.0.5
11752025-02-21T21:59:01.535Z Downloaded crossbeam-deque v0.8.5
11762025-02-21T21:59:01.535Z Downloaded constant_time_eq v0.3.1
11772025-02-21T21:59:01.539Z Downloaded cipher v0.4.4
11782025-02-21T21:59:01.539Z Downloaded buf-list v1.0.3
11792025-02-21T21:59:01.542Z Downloaded libsw v3.3.1
11802025-02-21T21:59:01.543Z Downloaded daft v0.1.1
11812025-02-21T21:59:01.546Z Downloaded colored v2.1.0
11822025-02-21T21:59:01.546Z Downloaded chrono-tz-build v0.4.0
11832025-02-21T21:59:01.546Z Downloaded cexpr v0.6.0
11842025-02-21T21:59:01.552Z Downloaded bitflags v1.3.2
11852025-02-21T21:59:01.552Z Downloaded httpdate v1.0.3
11862025-02-21T21:59:01.552Z Downloaded bitfield-struct v0.6.2
11872025-02-21T21:59:01.555Z Downloaded cmake v0.1.51
11882025-02-21T21:59:01.555Z Downloaded cbc v0.1.2
11892025-02-21T21:59:01.555Z Downloaded castaway v0.2.3
11902025-02-21T21:59:01.557Z Downloaded cobs v0.2.3
11912025-02-21T21:59:01.557Z Downloaded block-padding v0.3.3
11922025-02-21T21:59:01.560Z Downloaded async-recursion v1.1.1
11932025-02-21T21:59:01.564Z Downloaded ascii-canvas v3.0.0
11942025-02-21T21:59:01.564Z Downloaded ahash v0.8.11
11952025-02-21T21:59:01.567Z Downloaded aead v0.5.2
11962025-02-21T21:59:01.567Z Downloaded bit-set v0.5.3
11972025-02-21T21:59:01.570Z Downloaded assert_matches v1.5.0
11982025-02-21T21:59:01.570Z Downloaded arc-swap v1.7.1
11992025-02-21T21:59:01.610Z Downloaded libsqlite3-sys v0.30.1
12002025-02-21T21:59:01.824Z Downloaded aws-lc-sys v0.22.0
12012025-02-21T21:59:02.137Z Compiling serde v1.0.217
12022025-02-21T21:59:02.141Z Compiling value-bag v1.9.0
12032025-02-21T21:59:02.142Z Compiling lock_api v0.4.12
12042025-02-21T21:59:02.142Z Compiling scopeguard v1.2.0
12052025-02-21T21:59:02.142Z Compiling typenum v1.17.0
12062025-02-21T21:59:02.142Z Compiling generic-array v0.14.7
12072025-02-21T21:59:02.332Z Compiling syn v2.0.96
12082025-02-21T21:59:02.347Z Compiling getrandom v0.2.15
12092025-02-21T21:59:02.455Z Compiling subtle v2.6.1
12102025-02-21T21:59:02.636Z Compiling rand_core v0.6.4
12112025-02-21T21:59:02.786Z Compiling log v0.4.22
12122025-02-21T21:59:02.838Z Compiling shlex v1.3.0
12132025-02-21T21:59:02.878Z Compiling jobserver v0.1.32
12142025-02-21T21:59:02.896Z Compiling smallvec v1.13.2
12152025-02-21T21:59:03.163Z Compiling const-oid v0.9.6
12162025-02-21T21:59:03.214Z Compiling pin-project-lite v0.2.14
12172025-02-21T21:59:03.248Z Compiling parking_lot_core v0.9.10
12182025-02-21T21:59:03.300Z Compiling cc v1.1.30
12192025-02-21T21:59:03.366Z Compiling rustix v0.38.37
12202025-02-21T21:59:03.546Z Compiling futures-core v0.3.31
12212025-02-21T21:59:03.727Z Compiling spin v0.9.8
12222025-02-21T21:59:03.782Z Compiling signal-hook-registry v1.4.2
12232025-02-21T21:59:04.077Z Compiling mio v1.0.2
12242025-02-21T21:59:04.167Z Compiling parking_lot v0.12.3
12252025-02-21T21:59:04.276Z Compiling aho-corasick v1.1.3
12262025-02-21T21:59:04.491Z Compiling stable_deref_trait v1.2.0
12272025-02-21T21:59:04.616Z Compiling regex-syntax v0.8.5
12282025-02-21T21:59:04.700Z Compiling cpufeatures v0.2.14
12292025-02-21T21:59:04.812Z Compiling futures-sink v0.3.31
12302025-02-21T21:59:04.940Z Compiling socket2 v0.5.7
12312025-02-21T21:59:04.967Z Compiling slab v0.4.9
12322025-02-21T21:59:05.078Z Compiling either v1.13.0
12332025-02-21T21:59:05.150Z Compiling glob v0.3.2
12342025-02-21T21:59:05.453Z Compiling prettyplease v0.2.29
12352025-02-21T21:59:05.725Z Compiling lazy_static v1.5.0
12362025-02-21T21:59:05.785Z Compiling serde_json v1.0.139
12372025-02-21T21:59:05.833Z Compiling minimal-lexical v0.2.1
12382025-02-21T21:59:05.862Z Compiling futures-channel v0.3.31
12392025-02-21T21:59:05.995Z Compiling clang-sys v1.8.1
12402025-02-21T21:59:06.207Z Compiling libloading v0.8.5
12412025-02-21T21:59:06.343Z Compiling nom v7.1.3
12422025-02-21T21:59:06.343Z Compiling futures-task v0.3.31
12432025-02-21T21:59:06.603Z Compiling home v0.5.9
12442025-02-21T21:59:06.647Z Compiling futures-io v0.3.31
12452025-02-21T21:59:06.748Z Compiling pin-utils v0.1.0
12462025-02-21T21:59:06.785Z Compiling bindgen v0.69.5
12472025-02-21T21:59:06.856Z Compiling itertools v0.10.5
12482025-02-21T21:59:06.916Z Compiling lazycell v1.3.0
12492025-02-21T21:59:07.100Z Compiling foldhash v0.1.3
12502025-02-21T21:59:07.434Z Compiling rustc-hash v1.1.0
12512025-02-21T21:59:07.604Z Compiling allocator-api2 v0.2.18
12522025-02-21T21:59:07.671Z Compiling libm v0.2.8
12532025-02-21T21:59:08.053Z Compiling cmake v0.1.51
12542025-02-21T21:59:08.352Z Compiling regex-automata v0.4.8
12552025-02-21T21:59:08.855Z Compiling hashbrown v0.15.1
12562025-02-21T21:59:08.909Z Compiling num-traits v0.2.19
12572025-02-21T21:59:09.218Z Compiling fs_extra v1.3.0
12582025-02-21T21:59:09.391Z Compiling dunce v1.0.5
12592025-02-21T21:59:09.534Z Compiling cexpr v0.6.0
12602025-02-21T21:59:09.719Z Compiling synstructure v0.13.1
12612025-02-21T21:59:10.095Z Compiling pkg-config v0.3.31
12622025-02-21T21:59:11.108Z Compiling litemap v0.7.3
12632025-02-21T21:59:11.131Z Compiling writeable v0.5.5
12642025-02-21T21:59:11.312Z Compiling ring v0.17.9
12652025-02-21T21:59:11.530Z Compiling paste v1.0.15
12662025-02-21T21:59:11.677Z Compiling base64ct v1.6.0
12672025-02-21T21:59:12.158Z Compiling pem-rfc7468 v0.7.0
12682025-02-21T21:59:12.239Z Compiling httparse v1.9.5
12692025-02-21T21:59:12.574Z Compiling aws-lc-rs v1.10.0
12702025-02-21T21:59:12.761Z Compiling icu_locid_transform_data v1.5.0
12712025-02-21T21:59:12.868Z Compiling flagset v0.4.6
12722025-02-21T21:59:13.000Z Compiling tracing-core v0.1.32
12732025-02-21T21:59:13.077Z Compiling rustls-pki-types v1.10.0
12742025-02-21T21:59:13.684Z Compiling regex v1.11.1
12752025-02-21T21:59:14.013Z Compiling crossbeam-utils v0.8.20
12762025-02-21T21:59:14.037Z Compiling percent-encoding v2.3.1
12772025-02-21T21:59:14.082Z Compiling icu_properties_data v1.5.0
12782025-02-21T21:59:14.341Z Compiling untrusted v0.7.1
12792025-02-21T21:59:14.517Z Compiling utf16_iter v1.0.5
12802025-02-21T21:59:14.555Z Compiling time-core v0.1.2
12812025-02-21T21:59:14.579Z Compiling num-conv v0.1.0
12822025-02-21T21:59:14.601Z Compiling serde_derive v1.0.217
12832025-02-21T21:59:14.717Z Compiling zeroize_derive v1.4.2
12842025-02-21T21:59:14.737Z Compiling zerocopy-derive v0.7.35
12852025-02-21T21:59:14.869Z Compiling tokio-macros v2.5.0
12862025-02-21T21:59:14.953Z Compiling zerofrom-derive v0.1.4
12872025-02-21T21:59:16.114Z Compiling zeroize v1.8.1
12882025-02-21T21:59:16.339Z Compiling yoke-derive v0.7.4
12892025-02-21T21:59:16.528Z Compiling thiserror-impl v1.0.69
12902025-02-21T21:59:16.642Z Compiling zerocopy v0.7.35
12912025-02-21T21:59:17.830Z Compiling crypto-common v0.1.6
12922025-02-21T21:59:17.935Z Compiling block-buffer v0.10.4
12932025-02-21T21:59:17.979Z Compiling futures-macro v0.3.31
12942025-02-21T21:59:17.991Z Compiling zerovec-derive v0.10.3
12952025-02-21T21:59:18.233Z Compiling digest v0.10.7
12962025-02-21T21:59:18.388Z Compiling zerofrom v0.1.4
12972025-02-21T21:59:18.615Z Compiling displaydoc v0.2.5
12982025-02-21T21:59:18.689Z Compiling hmac v0.12.1
12992025-02-21T21:59:18.710Z Compiling block-padding v0.3.3
13002025-02-21T21:59:18.860Z Compiling yoke v0.7.4
13012025-02-21T21:59:18.944Z Compiling inout v0.1.3
13022025-02-21T21:59:18.971Z Compiling sha2 v0.10.8
13032025-02-21T21:59:19.209Z Compiling cipher v0.4.4
13042025-02-21T21:59:19.226Z Compiling icu_provider_macros v1.5.0
13052025-02-21T21:59:19.350Z Compiling thiserror v1.0.69
13062025-02-21T21:59:19.508Z Compiling ppv-lite86 v0.2.20
13072025-02-21T21:59:19.691Z Compiling der_derive v0.7.3
13082025-02-21T21:59:19.755Z Compiling futures-util v0.3.31
13092025-02-21T21:59:20.105Z Compiling tracing-attributes v0.1.27
13102025-02-21T21:59:20.252Z Compiling rand_chacha v0.3.1
13112025-02-21T21:59:20.321Z Compiling salsa20 v0.10.2
13122025-02-21T21:59:20.396Z Compiling zerovec v0.10.4
13132025-02-21T21:59:20.557Z Compiling pest v2.7.14
13142025-02-21T21:59:21.877Z Compiling der v0.7.9
13152025-02-21T21:59:22.493Z Compiling tinystr v0.7.6
13162025-02-21T21:59:22.536Z Compiling icu_collections v1.5.0
13172025-02-21T21:59:22.628Z Compiling rand v0.8.5
13182025-02-21T21:59:22.874Z Compiling icu_locid v1.5.0
13192025-02-21T21:59:23.315Z Compiling tracing v0.1.40
13202025-02-21T21:59:23.669Z Compiling pbkdf2 v0.12.2
13212025-02-21T21:59:23.797Z Compiling mirai-annotations v1.12.0
13222025-02-21T21:59:23.816Z Compiling spki v0.7.3
13232025-02-21T21:59:23.841Z Compiling utf8_iter v1.0.4
13242025-02-21T21:59:23.982Z Compiling write16 v1.0.0
13252025-02-21T21:59:24.074Z Compiling icu_provider v1.5.0
13262025-02-21T21:59:24.129Z Compiling icu_normalizer_data v1.5.0
13272025-02-21T21:59:24.173Z Compiling untrusted v0.9.0
13282025-02-21T21:59:24.256Z Compiling vcpkg v0.2.15
13292025-02-21T21:59:24.363Z Compiling powerfmt v0.2.0
13302025-02-21T21:59:24.689Z Compiling deranged v0.3.11
13312025-02-21T21:59:24.744Z Compiling icu_locid_transform v1.5.0
13322025-02-21T21:59:24.880Z Compiling scrypt v0.11.0
13332025-02-21T21:59:24.986Z Compiling pest_meta v2.7.14
13342025-02-21T21:59:25.006Z Compiling aes v0.8.4
13352025-02-21T21:59:29.257Z Compiling cbc v0.1.2
13362025-02-21T21:59:29.257Z Compiling time-macros v0.2.18
13372025-02-21T21:59:29.257Z Compiling openssl-sys v0.9.106
13382025-02-21T21:59:29.258Z Compiling icu_properties v1.5.1
13392025-02-21T21:59:29.258Z Compiling bitflags v2.6.0
13402025-02-21T21:59:29.258Z Compiling bytes v1.9.0
13412025-02-21T21:59:29.258Z Compiling indexmap v2.7.1
13422025-02-21T21:59:29.258Z Compiling tokio v1.43.0
13432025-02-21T21:59:29.258Z Compiling http v1.2.0
13442025-02-21T21:59:29.258Z Compiling semver v1.0.25
13452025-02-21T21:59:29.258Z Compiling scroll_derive v0.12.0
13462025-02-21T21:59:29.704Z Compiling rustc_version v0.4.1
13472025-02-21T21:59:29.814Z Compiling icu_normalizer v1.5.0
13482025-02-21T21:59:30.290Z Compiling atomic-waker v1.1.2
13492025-02-21T21:59:30.394Z Compiling num_threads v0.1.7
13502025-02-21T21:59:30.448Z Compiling tinyvec_macros v0.1.1
13512025-02-21T21:59:30.492Z Compiling time v0.3.36
13522025-02-21T21:59:30.511Z Compiling scroll v0.12.0
13532025-02-21T21:59:30.557Z Compiling tinyvec v1.8.0
13542025-02-21T21:59:30.697Z Compiling idna_adapter v1.2.0
13552025-02-21T21:59:30.728Z Compiling http-body v1.0.1
13562025-02-21T21:59:30.919Z Compiling which v4.4.2
13572025-02-21T21:59:31.019Z Compiling pest_generator v2.7.14
13582025-02-21T21:59:31.072Z Compiling pkcs5 v0.7.1
13592025-02-21T21:59:31.511Z Compiling form_urlencoded v1.2.1
13602025-02-21T21:59:31.814Z Compiling try-lock v0.2.5
13612025-02-21T21:59:31.991Z Compiling slog v2.7.0
13622025-02-21T21:59:32.015Z Compiling goblin v0.8.2
13632025-02-21T21:59:32.074Z Compiling want v0.3.1
13642025-02-21T21:59:32.187Z Compiling pkcs8 v0.10.2
13652025-02-21T21:59:32.367Z Compiling idna v1.0.3
13662025-02-21T21:59:32.547Z Compiling uuid v1.12.0
13672025-02-21T21:59:32.811Z Compiling iana-time-zone v0.1.61
13682025-02-21T21:59:32.856Z Compiling pest_derive v2.7.14
13692025-02-21T21:59:33.194Z Compiling tower-service v0.3.3
13702025-02-21T21:59:33.347Z Compiling httpdate v1.0.3
13712025-02-21T21:59:33.659Z Compiling dtrace-parser v0.2.0
13722025-02-21T21:59:33.764Z Compiling chrono v0.4.39
13732025-02-21T21:59:34.042Z Compiling serde_spanned v0.6.8
13742025-02-21T21:59:34.295Z Compiling serde_tokenstream v0.2.2
13752025-02-21T21:59:34.547Z Compiling toml_datetime v0.6.8
13762025-02-21T21:59:34.878Z Compiling base64 v0.22.1
13772025-02-21T21:59:34.984Z Compiling adler2 v2.0.0
13782025-02-21T21:59:35.075Z Compiling openssl v0.10.71
13792025-02-21T21:59:35.207Z Compiling match_cfg v0.1.0
13802025-02-21T21:59:35.316Z Compiling foreign-types-shared v0.1.1
13812025-02-21T21:59:35.452Z Compiling rustversion v1.0.17
13822025-02-21T21:59:35.512Z Compiling foreign-types v0.3.2
13832025-02-21T21:59:35.534Z Compiling hostname v0.3.1
13842025-02-21T21:59:35.553Z Compiling miniz_oxide v0.8.0
13852025-02-21T21:59:35.604Z Compiling url v2.5.3
13862025-02-21T21:59:36.136Z Compiling tokio-util v0.7.12
13872025-02-21T21:59:36.985Z Compiling async-trait v0.1.86
13882025-02-21T21:59:37.029Z Compiling openssl-macros v0.1.1
13892025-02-21T21:59:37.059Z Compiling serde_derive_internals v0.29.1
13902025-02-21T21:59:37.386Z Compiling h2 v0.4.6
13912025-02-21T21:59:37.411Z Compiling dirs-sys-next v0.1.2
13922025-02-21T21:59:37.778Z Compiling dof v0.3.0
13932025-02-21T21:59:37.961Z Compiling rustls v0.22.4
13942025-02-21T21:59:38.262Z Compiling data-encoding v2.6.0
13952025-02-21T21:59:39.208Z Compiling usdt-impl v0.5.0
13962025-02-21T21:59:39.373Z Compiling syn v1.0.109
13972025-02-21T21:59:39.498Z Compiling native-tls v0.2.12
13982025-02-21T21:59:39.855Z Compiling rustls v0.23.19
13992025-02-21T21:59:39.967Z Compiling schemars v0.8.21
14002025-02-21T21:59:40.110Z Compiling siphasher v0.3.11
14012025-02-21T21:59:40.254Z Compiling schemars_derive v0.8.21
14022025-02-21T21:59:40.500Z Compiling dirs-next v2.0.0
14032025-02-21T21:59:40.695Z Compiling unicode-normalization v0.1.24
14042025-02-21T21:59:40.921Z Compiling http-body-util v0.1.2
14052025-02-21T21:59:41.191Z Compiling heapless v0.7.17
14062025-02-21T21:59:41.390Z Compiling crossbeam-epoch v0.9.18
14072025-02-21T21:59:41.657Z Compiling signature v2.2.0
14082025-02-21T21:59:41.802Z Compiling sha1 v0.10.6
14092025-02-21T21:59:41.807Z Compiling bzip2-sys v0.1.11+1.0.8
14102025-02-21T21:59:41.951Z Compiling thread_local v1.1.8
14112025-02-21T21:59:42.067Z Compiling cookie v0.18.1
14122025-02-21T21:59:42.218Z Compiling multer v3.1.0
14132025-02-21T21:59:42.331Z Compiling encoding_rs v0.8.34
14142025-02-21T21:59:42.374Z Compiling slog-async v2.8.0
14152025-02-21T21:59:42.410Z Compiling ipnet v2.10.1
14162025-02-21T21:59:42.532Z Compiling unicode-properties v0.1.3
14172025-02-21T21:59:42.863Z Compiling gimli v0.31.1
14182025-02-21T21:59:42.956Z Compiling dyn-clone v1.0.18
14192025-02-21T21:59:43.178Z Compiling rayon-core v1.12.1
14202025-02-21T21:59:43.275Z Compiling unicode-bidi v0.3.17
14212025-02-21T21:59:43.384Z Compiling openssl-probe v0.1.5
14222025-02-21T21:59:43.466Z Compiling mime v0.3.17
14232025-02-21T21:59:43.695Z Compiling signal-hook v0.3.17
14242025-02-21T21:59:43.993Z Compiling stringprep v0.1.5
14252025-02-21T21:59:44.040Z Compiling toml_edit v0.22.22
14262025-02-21T21:59:44.489Z Compiling hyper v1.5.2
14272025-02-21T21:59:46.972Z Compiling hyper-util v0.1.10
14282025-02-21T21:59:47.293Z Compiling addr2line v0.24.2
14292025-02-21T21:59:47.979Z Compiling crossbeam-deque v0.8.5
14302025-02-21T21:59:48.081Z Compiling usdt-macro v0.5.0
14312025-02-21T21:59:48.112Z Compiling usdt-attr-macro v0.5.0
14322025-02-21T21:59:48.160Z Compiling term v0.7.0
14332025-02-21T21:59:49.343Z Compiling slog-json v2.6.1
14342025-02-21T21:59:49.409Z Compiling serde_urlencoded v0.7.1
14352025-02-21T21:59:49.458Z Compiling curve25519-dalek v4.1.3
14362025-02-21T21:59:49.581Z Compiling crossbeam-channel v0.5.13
14372025-02-21T21:59:49.711Z Compiling futures-executor v0.3.31
14382025-02-21T21:59:49.756Z Compiling enum-as-inner v0.6.1
14392025-02-21T21:59:49.882Z Compiling md-5 v0.10.6
14402025-02-21T21:59:50.140Z Compiling async-stream-impl v0.3.6
14412025-02-21T21:59:50.164Z Compiling rustls-pemfile v2.2.0
14422025-02-21T21:59:50.217Z Compiling num-integer v0.1.46
14432025-02-21T21:59:50.505Z Compiling hash32 v0.2.1
14442025-02-21T21:59:50.583Z Compiling ff v0.13.0
14452025-02-21T21:59:50.785Z Compiling is-terminal v0.4.13
14462025-02-21T21:59:50.830Z Compiling object v0.36.5
14472025-02-21T21:59:50.860Z Compiling memoffset v0.9.1
14482025-02-21T21:59:50.908Z Compiling dropshot v0.12.0
14492025-02-21T21:59:50.935Z Compiling base16ct v0.2.0
14502025-02-21T21:59:51.195Z Compiling smoltcp v0.9.1
14512025-02-21T21:59:51.230Z Compiling cfg_aliases v0.2.1
14522025-02-21T21:59:51.263Z Compiling portable-atomic v1.9.0
14532025-02-21T21:59:51.283Z Compiling psl-types v2.0.11
14542025-02-21T21:59:51.344Z Compiling take_mut v0.2.2
14552025-02-21T21:59:51.365Z Compiling num-bigint-dig v0.8.4
14562025-02-21T21:59:51.484Z Compiling utf-8 v0.7.6
14572025-02-21T21:59:51.531Z Compiling linked-hash-map v0.5.6
14582025-02-21T21:59:51.703Z Compiling anyhow v1.0.96
14592025-02-21T21:59:51.794Z Compiling quick-error v1.2.3
14602025-02-21T21:59:51.862Z Compiling rustc-demangle v0.1.24
14612025-02-21T21:59:51.883Z Compiling litrs v0.4.1
14622025-02-21T21:59:51.960Z Compiling fallible-iterator v0.2.0
14632025-02-21T21:59:52.265Z Compiling resolv-conf v0.7.0
14642025-02-21T21:59:52.621Z Compiling postgres-protocol v0.6.7
14652025-02-21T21:59:52.719Z Compiling lru-cache v0.1.2
14662025-02-21T21:59:52.785Z Compiling tungstenite v0.24.0
14672025-02-21T21:59:52.926Z Compiling publicsuffix v2.3.0
14682025-02-21T21:59:52.958Z Compiling document-features v0.2.10
14692025-02-21T21:59:53.206Z Compiling async-stream v0.3.6
14702025-02-21T21:59:53.501Z Compiling nix v0.29.0
14712025-02-21T21:59:53.943Z Compiling sec1 v0.7.3
14722025-02-21T21:59:53.997Z Compiling slog-term v2.9.1
14732025-02-21T21:59:54.060Z Compiling usdt v0.5.0
14742025-02-21T21:59:54.473Z Compiling group v0.13.0
14752025-02-21T21:59:54.520Z Compiling hickory-proto v0.24.3
14762025-02-21T21:59:54.786Z Compiling num-iter v0.1.45
14772025-02-21T21:59:54.935Z Compiling futures v0.3.31
14782025-02-21T21:59:54.978Z Compiling slog-bunyan v2.5.0
14792025-02-21T21:59:55.310Z Compiling toml v0.8.19
14802025-02-21T21:59:56.148Z Compiling tokio-native-tls v0.3.1
14812025-02-21T21:59:56.201Z Compiling camino v1.1.9
14822025-02-21T21:59:56.603Z Compiling phf_shared v0.11.2
14832025-02-21T21:59:56.797Z Compiling dropshot_endpoint v0.12.0
14842025-02-21T21:59:56.988Z Compiling terminal_size v0.4.0
14852025-02-21T21:59:57.054Z Compiling waitgroup v0.1.2
14862025-02-21T21:59:57.216Z Compiling openapiv3 v2.0.0
14872025-02-21T21:59:57.291Z Compiling serde_path_to_error v0.1.16
14882025-02-21T21:59:57.317Z Compiling hkdf v0.12.4
14892025-02-21T21:59:57.594Z Compiling backtrace v0.3.74
14902025-02-21T21:59:57.973Z Compiling crypto-bigint v0.5.5
14912025-02-21T21:59:58.082Z Compiling curve25519-dalek-derive v0.1.1
14922025-02-21T21:59:59.508Z Compiling zerocopy-derive v0.6.6
14932025-02-21T22:00:00.009Z Compiling hubpack_derive v0.1.1
14942025-02-21T22:00:00.407Z Compiling webpki-roots v0.26.6
14952025-02-21T22:00:00.637Z Compiling sync_wrapper v1.0.1
14962025-02-21T22:00:00.799Z Compiling hostname v0.4.0
14972025-02-21T22:00:00.818Z Compiling fs-err v2.11.0
14982025-02-21T22:00:00.854Z Compiling crc32fast v1.4.2
14992025-02-21T22:00:01.012Z Compiling ahash v0.8.11
15002025-02-21T22:00:01.165Z Compiling newtype-uuid v1.2.1
15012025-02-21T22:00:01.203Z Compiling managed v0.8.0
15022025-02-21T22:00:01.221Z Compiling tower-layer v0.3.3
15032025-02-21T22:00:01.377Z Compiling debug-ignore v1.0.5
15042025-02-21T22:00:01.398Z Compiling unicode-width v0.2.0
15052025-02-21T22:00:01.494Z Compiling bitflags v1.3.2
15062025-02-21T22:00:01.517Z Compiling winnow v0.5.40
15072025-02-21T22:00:01.548Z Compiling clap_builder v4.5.30
15082025-02-21T22:00:01.642Z Compiling strum_macros v0.25.3
15092025-02-21T22:00:01.935Z Compiling console v0.15.10
15102025-02-21T22:00:03.265Z Compiling tower v0.5.2
15112025-02-21T22:00:03.284Z Compiling zerocopy v0.6.6
15122025-02-21T22:00:03.785Z Compiling flate2 v1.0.35
15132025-02-21T22:00:03.838Z Compiling elliptic-curve v0.13.8
15142025-02-21T22:00:04.005Z Compiling hubpack v0.1.2
15152025-02-21T22:00:04.042Z Compiling hickory-resolver v0.24.3
15162025-02-21T22:00:04.642Z Compiling phf v0.11.2
15172025-02-21T22:00:05.648Z Compiling toml_edit v0.19.15
15182025-02-21T22:00:05.678Z Compiling signal-hook-mio v0.2.4
15192025-02-21T22:00:05.678Z Compiling hyper-tls v0.6.0
15202025-02-21T22:00:05.679Z Compiling rayon v1.10.0
15212025-02-21T22:00:05.679Z Compiling cookie_store v0.21.1
15222025-02-21T22:00:05.679Z Compiling bzip2 v0.4.4
15232025-02-21T22:00:06.939Z Compiling tokio-tungstenite v0.24.0
15242025-02-21T22:00:07.474Z Compiling postgres-types v0.2.8
15252025-02-21T22:00:09.254Z Compiling ed25519 v2.2.3
15262025-02-21T22:00:09.656Z Compiling phf_shared v0.10.0
15272025-02-21T22:00:09.691Z Compiling tokio-stream v0.1.16
15282025-02-21T22:00:09.950Z Compiling pkcs1 v0.7.5
15292025-02-21T22:00:10.046Z Compiling serde-big-array v0.5.1
15302025-02-21T22:00:10.285Z Compiling clap_derive v4.5.28
15312025-02-21T22:00:10.660Z Compiling rfc6979 v0.4.0
15322025-02-21T22:00:10.837Z Compiling serde_repr v0.1.19
15332025-02-21T22:00:10.867Z Compiling derive-where v1.2.7
15342025-02-21T22:00:11.061Z Compiling bstr v1.10.0
15352025-02-21T22:00:11.786Z Compiling float-cmp v0.10.0
15362025-02-21T22:00:11.960Z Compiling bit-vec v0.6.3
15372025-02-21T22:00:12.042Z Compiling predicates-core v1.0.8
15382025-02-21T22:00:12.193Z Compiling normalize-line-endings v0.3.0
15392025-02-21T22:00:12.341Z Compiling unicode-segmentation v1.12.0
15402025-02-21T22:00:12.360Z Compiling number_prefix v0.4.0
15412025-02-21T22:00:12.381Z Compiling new_debug_unreachable v1.0.6
15422025-02-21T22:00:12.491Z Compiling fixedbitset v0.4.2
15432025-02-21T22:00:12.575Z Compiling static_assertions v1.1.0
15442025-02-21T22:00:12.688Z Compiling precomputed-hash v0.1.1
15452025-02-21T22:00:12.691Z Compiling whoami v1.5.2
15462025-02-21T22:00:12.825Z Compiling difflib v0.4.0
15472025-02-21T22:00:12.918Z Compiling string_cache v0.8.7
15482025-02-21T22:00:13.179Z Compiling tokio-postgres v0.7.12
15492025-02-21T22:00:13.307Z Compiling predicates v3.1.3
15502025-02-21T22:00:13.343Z Compiling similar v2.6.0
15512025-02-21T22:00:14.090Z Compiling petgraph v0.6.5
15522025-02-21T22:00:14.113Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15532025-02-21T22:00:14.686Z Compiling clap v4.5.30
15542025-02-21T22:00:14.762Z Compiling indicatif v0.17.11
15552025-02-21T22:00:14.816Z Compiling bit-set v0.5.3
15562025-02-21T22:00:15.109Z Compiling ecdsa v0.16.9
15572025-02-21T22:00:15.406Z Compiling rsa v0.9.6
15582025-02-21T22:00:15.950Z Compiling ed25519-dalek v2.1.1
15592025-02-21T22:00:16.686Z Compiling toml v0.7.8
15602025-02-21T22:00:17.706Z Compiling zip v0.6.6
15612025-02-21T22:00:18.149Z Compiling crossterm v0.28.1
15622025-02-21T22:00:19.357Z Compiling hex v0.4.3
15632025-02-21T22:00:19.512Z Compiling x509-cert v0.2.5
15642025-02-21T22:00:19.515Z Compiling lalrpop-util v0.19.12
15652025-02-21T22:00:19.610Z Compiling unicode-xid v0.2.6
15662025-02-21T22:00:19.813Z Compiling peg-runtime v0.8.3
15672025-02-21T22:00:19.909Z Compiling strum_macros v0.26.4
15682025-02-21T22:00:19.928Z Compiling xattr v1.3.1
15692025-02-21T22:00:20.203Z Compiling filetime v0.2.25
15702025-02-21T22:00:20.507Z Compiling tar v0.4.42
15712025-02-21T22:00:24.285Z Compiling strum v0.26.3
15722025-02-21T22:00:27.690Z Compiling aws-lc-sys v0.22.0
15732025-02-21T22:00:54.999Z Compiling rustls-webpki v0.102.8
15742025-02-21T22:00:58.181Z Compiling tokio-rustls v0.25.0
15752025-02-21T22:00:59.924Z Compiling tokio-rustls v0.26.0
15762025-02-21T22:01:00.241Z Compiling hyper-rustls v0.27.3
15772025-02-21T22:01:00.633Z Compiling reqwest v0.12.12
15782025-02-21T22:01:01.859Z Compiling qorb v0.2.1
15792025-02-21T22:01:04.824Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15802025-02-21T22:01:05.090Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15812025-02-21T22:01:09.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
15822025-02-21T22:01:09.588Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15832025-02-21T22:01:09.637ZFeb 21 22:01:08.964 INFO Starting download, target: Clickhouse
15842025-02-21T22:01:09.637ZFeb 21 22:01:08.964 INFO Starting download, target: Console
15852025-02-21T22:01:09.637ZFeb 21 22:01:08.964 INFO Starting download, target: Cockroach
15862025-02-21T22:01:09.637ZFeb 21 22:01:08.964 INFO Starting download, target: DendriteOpenapi
15872025-02-21T22:01:09.640ZFeb 21 22:01:08.964 INFO Starting download, target: DendriteStub
15882025-02-21T22:01:09.640ZFeb 21 22:01:08.964 INFO Starting download, target: MaghemiteMgd
15892025-02-21T22:01:09.640ZFeb 21 22:01:08.964 INFO Starting download, target: TransceiverControl
15902025-02-21T22:01:09.640ZFeb 21 22:01:08.965 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15912025-02-21T22:01:09.640ZFeb 21 22:01:08.965 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15922025-02-21T22:01:09.640ZFeb 21 22:01:08.965 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15932025-02-21T22:01:09.640ZFeb 21 22:01:08.965 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15942025-02-21T22:01:09.640ZFeb 21 22:01:08.965 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15952025-02-21T22:01:09.640ZFeb 21 22:01:08.965 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15962025-02-21T22:01:09.640ZFeb 21 22:01:08.965 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15972025-02-21T22:01:09.840ZFeb 21 22:01:09.167 INFO Download complete, target: DendriteOpenapi
15982025-02-21T22:01:10.066ZFeb 21 22:01:09.386 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15992025-02-21T22:01:10.206ZFeb 21 22:01:09.513 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16002025-02-21T22:01:10.568ZFeb 21 22:01:09.869 INFO Download complete, target: Console
16012025-02-21T22:01:10.594ZFeb 21 22:01:09.871 INFO Download complete, target: TransceiverControl
16022025-02-21T22:01:10.635ZFeb 21 22:01:09.944 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16032025-02-21T22:01:10.792ZFeb 21 22:01:10.118 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16042025-02-21T22:01:11.295ZFeb 21 22:01:10.622 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16052025-02-21T22:01:11.295ZFeb 21 22:01:10.622 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16062025-02-21T22:01:11.837ZFeb 21 22:01:11.164 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16072025-02-21T22:01:13.596ZFeb 21 22:01:12.922 INFO Download complete, target: DendriteStub
16082025-02-21T22:01:13.953ZFeb 21 22:01:13.280 INFO Download complete, target: MaghemiteMgd
16092025-02-21T22:01:18.875ZFeb 21 22:01:18.201 INFO Checking that binary works, target: Cockroach
16102025-02-21T22:01:19.038ZFeb 21 22:01:18.363 INFO Download complete, target: Cockroach
16112025-02-21T22:01:24.541ZFeb 21 22:01:23.866 INFO Checking that binary works, target: Clickhouse
16122025-02-21T22:01:24.702ZFeb 21 22:01:24.027 INFO Download complete, target: Clickhouse
16132025-02-21T22:01:24.721ZAll builder prerequisites installed successfully, and PATH looks valid
16142025-02-21T22:01:24.726Z
16152025-02-21T22:01:24.726Zreal 4:26.974270168
16162025-02-21T22:01:24.726Zuser 15:19.038093188
16172025-02-21T22:01:24.726Zsys 2:04.843513155
16182025-02-21T22:01:24.726Ztrap 0.550502893
16192025-02-21T22:01:24.726Ztflt 0.945599547
16202025-02-21T22:01:24.726Zdflt 1.425485537
16212025-02-21T22:01:24.726Zkflt 0.029655541
16222025-02-21T22:01:24.726Zlock 23:56.437533576
16232025-02-21T22:01:24.726Zslp 53:03.570070918
16242025-02-21T22:01:24.726Zlat 59.867088503
16252025-02-21T22:01:24.726Zstop 2:22.699012248
16262025-02-21T22:01:24.726Z+ banner hack-check
16272025-02-21T22:01:24.730Z
16282025-02-21T22:01:24.730Z # # ## #### # # #### # # ###### #### # #
16292025-02-21T22:01:24.730Z # # # # # # # # # # # # # # # # #
16302025-02-21T22:01:24.730Z ###### # # # #### ##### # ###### ##### # ####
16312025-02-21T22:01:24.730Z # # ###### # # # # # # # # # #
16322025-02-21T22:01:24.730Z # # # # # # # # # # # # # # # # #
16332025-02-21T22:01:24.730Z # # # # #### # # #### # # ###### #### # #
16342025-02-21T22:01:24.730Z
16352025-02-21T22:01:24.730Z+ export CARGO_INCREMENTAL=0
16362025-02-21T22:01:24.730Z+ CARGO_INCREMENTAL=0
16372025-02-21T22:01:24.730Z+ ptime -m timeout 2h cargo xtask check-features --ci
16382025-02-21T22:01:25.251Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16392025-02-21T22:01:28.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
16402025-02-21T22:01:28.077Z Running `target/debug/xtask check-features --ci`
16412025-02-21T22:01:28.098Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16422025-02-21T22:01:28.101Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16432025-02-21T22:01:28.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16442025-02-21T22:01:28.567Z Running `target/debug/xtask download cargo-hack`
16452025-02-21T22:01:29.394Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16462025-02-21T22:01:29.760Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16472025-02-21T22:01:33.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
16482025-02-21T22:01:33.566Z Running `target/debug/xtask-downloader cargo-hack`
16492025-02-21T22:01:33.603ZFeb 21 22:01:32.927 INFO Starting download, target: CargoHack
16502025-02-21T22:01:33.606ZFeb 21 22:01:32.927 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16512025-02-21T22:01:34.255ZFeb 21 22:01:33.578 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16522025-02-21T22:01:34.348ZFeb 21 22:01:33.671 INFO Download complete, target: CargoHack
16532025-02-21T22:01:34.351Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16542025-02-21T22:01:34.370Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16552025-02-21T22:01:34.542Zinfo: running `cargo check --bins` on api_identity (1/199)
16562025-02-21T22:01:35.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572025-02-21T22:01:35.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582025-02-21T22:01:35.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592025-02-21T22:01:35.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16602025-02-21T22:01:35.147Z
16612025-02-21T22:01:35.147Zinfo: running `cargo check --bins` on bootstore (2/199)
16622025-02-21T22:01:35.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632025-02-21T22:01:35.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642025-02-21T22:01:35.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652025-02-21T22:01:35.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16662025-02-21T22:01:35.804Z
16672025-02-21T22:01:35.805Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
16682025-02-21T22:01:36.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692025-02-21T22:01:36.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702025-02-21T22:01:36.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712025-02-21T22:01:36.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16722025-02-21T22:01:36.425Z
16732025-02-21T22:01:36.425Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
16742025-02-21T22:01:36.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752025-02-21T22:01:36.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762025-02-21T22:01:36.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772025-02-21T22:01:36.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16782025-02-21T22:01:37.048Z
16792025-02-21T22:01:37.048Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
16802025-02-21T22:01:37.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812025-02-21T22:01:37.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822025-02-21T22:01:37.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832025-02-21T22:01:37.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16842025-02-21T22:01:37.474Z
16852025-02-21T22:01:37.474Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
16862025-02-21T22:01:37.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872025-02-21T22:01:37.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882025-02-21T22:01:37.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892025-02-21T22:01:37.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16902025-02-21T22:01:37.902Z
16912025-02-21T22:01:37.903Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
16922025-02-21T22:01:38.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932025-02-21T22:01:38.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942025-02-21T22:01:38.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952025-02-21T22:01:38.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16962025-02-21T22:01:38.328Z
16972025-02-21T22:01:38.328Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
16982025-02-21T22:01:38.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992025-02-21T22:01:38.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002025-02-21T22:01:38.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012025-02-21T22:01:38.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17022025-02-21T22:01:38.753Z
17032025-02-21T22:01:38.753Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17042025-02-21T22:01:39.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052025-02-21T22:01:39.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062025-02-21T22:01:39.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072025-02-21T22:01:39.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17082025-02-21T22:01:39.184Z
17092025-02-21T22:01:39.184Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17102025-02-21T22:01:39.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112025-02-21T22:01:39.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122025-02-21T22:01:39.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132025-02-21T22:01:39.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17142025-02-21T22:01:39.613Z
17152025-02-21T22:01:39.613Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17162025-02-21T22:01:39.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172025-02-21T22:01:40.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182025-02-21T22:01:40.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192025-02-21T22:01:40.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17202025-02-21T22:01:40.041Z
17212025-02-21T22:01:40.041Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17222025-02-21T22:01:40.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232025-02-21T22:01:40.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242025-02-21T22:01:40.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252025-02-21T22:01:40.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17262025-02-21T22:01:40.594Z
17272025-02-21T22:01:40.594Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17282025-02-21T22:01:40.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292025-02-21T22:01:40.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302025-02-21T22:01:40.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312025-02-21T22:01:40.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17322025-02-21T22:01:40.898Z
17332025-02-21T22:01:40.898Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17342025-02-21T22:01:41.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352025-02-21T22:01:41.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362025-02-21T22:01:41.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372025-02-21T22:01:41.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17382025-02-21T22:01:41.328Z
17392025-02-21T22:01:41.328Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17402025-02-21T22:01:41.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-02-21T22:01:41.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-02-21T22:01:41.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-02-21T22:01:41.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17442025-02-21T22:01:41.758Z
17452025-02-21T22:01:41.758Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17462025-02-21T22:01:42.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-02-21T22:01:42.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-02-21T22:01:42.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-02-21T22:01:42.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17502025-02-21T22:01:42.190Z
17512025-02-21T22:01:42.190Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17522025-02-21T22:01:42.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-02-21T22:01:42.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-02-21T22:01:42.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-02-21T22:01:42.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17562025-02-21T22:01:42.624Z
17572025-02-21T22:01:42.625Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17582025-02-21T22:01:43.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-02-21T22:01:43.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-02-21T22:01:43.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-02-21T22:01:43.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17622025-02-21T22:01:43.058Z
17632025-02-21T22:01:43.058Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17642025-02-21T22:01:43.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-02-21T22:01:43.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-02-21T22:01:43.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-02-21T22:01:43.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17682025-02-21T22:01:43.493Z
17692025-02-21T22:01:43.493Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
17702025-02-21T22:01:43.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-02-21T22:01:43.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-02-21T22:01:43.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-02-21T22:01:43.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17742025-02-21T22:01:43.924Z
17752025-02-21T22:01:43.924Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
17762025-02-21T22:01:44.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-02-21T22:01:44.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-02-21T22:01:44.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-02-21T22:01:44.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17802025-02-21T22:01:44.361Z
17812025-02-21T22:01:44.361Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
17822025-02-21T22:01:44.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-02-21T22:01:44.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-02-21T22:01:44.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-02-21T22:01:44.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17862025-02-21T22:01:44.802Z
17872025-02-21T22:01:44.802Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
17882025-02-21T22:01:45.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-02-21T22:01:45.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-02-21T22:01:45.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-02-21T22:01:45.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17922025-02-21T22:01:45.244Z
17932025-02-21T22:01:45.244Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
17942025-02-21T22:01:45.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-02-21T22:01:45.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-02-21T22:01:45.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972025-02-21T22:01:45.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17982025-02-21T22:01:45.675Z
17992025-02-21T22:01:45.675Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
18002025-02-21T22:01:46.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012025-02-21T22:01:46.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022025-02-21T22:01:46.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032025-02-21T22:01:46.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18042025-02-21T22:01:46.104Z
18052025-02-21T22:01:46.104Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18062025-02-21T22:01:46.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072025-02-21T22:01:46.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082025-02-21T22:01:46.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092025-02-21T22:01:46.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18102025-02-21T22:01:46.538Z
18112025-02-21T22:01:46.538Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18122025-02-21T22:01:46.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132025-02-21T22:01:46.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142025-02-21T22:01:46.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152025-02-21T22:01:46.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18162025-02-21T22:01:46.973Z
18172025-02-21T22:01:46.974Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18182025-02-21T22:01:47.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192025-02-21T22:01:47.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202025-02-21T22:01:47.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212025-02-21T22:01:47.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18222025-02-21T22:01:47.408Z
18232025-02-21T22:01:47.408Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18242025-02-21T22:01:47.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252025-02-21T22:01:47.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262025-02-21T22:01:47.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272025-02-21T22:01:47.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18282025-02-21T22:01:47.842Z
18292025-02-21T22:01:47.842Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18302025-02-21T22:01:48.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312025-02-21T22:01:48.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322025-02-21T22:01:48.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332025-02-21T22:01:48.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18342025-02-21T22:01:48.273Z
18352025-02-21T22:01:48.273Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18362025-02-21T22:01:48.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372025-02-21T22:01:48.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382025-02-21T22:01:48.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392025-02-21T22:01:48.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18402025-02-21T22:01:48.706Z
18412025-02-21T22:01:48.706Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18422025-02-21T22:01:49.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432025-02-21T22:01:49.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442025-02-21T22:01:49.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452025-02-21T22:01:49.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18462025-02-21T22:01:49.137Z
18472025-02-21T22:01:49.137Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18482025-02-21T22:01:49.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492025-02-21T22:01:49.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502025-02-21T22:01:49.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512025-02-21T22:01:49.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18522025-02-21T22:01:49.571Z
18532025-02-21T22:01:49.571Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18542025-02-21T22:01:49.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552025-02-21T22:01:49.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562025-02-21T22:01:49.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572025-02-21T22:01:49.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18582025-02-21T22:01:50.003Z
18592025-02-21T22:01:50.003Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18602025-02-21T22:01:50.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612025-02-21T22:01:50.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622025-02-21T22:01:50.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632025-02-21T22:01:50.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18642025-02-21T22:01:50.435Z
18652025-02-21T22:01:50.435Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18662025-02-21T22:01:50.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672025-02-21T22:01:50.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682025-02-21T22:01:50.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692025-02-21T22:01:50.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18702025-02-21T22:01:50.867Z
18712025-02-21T22:01:50.867Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
18722025-02-21T22:01:51.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732025-02-21T22:01:51.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742025-02-21T22:01:51.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752025-02-21T22:01:51.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18762025-02-21T22:01:51.301Z
18772025-02-21T22:01:51.301Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
18782025-02-21T22:01:51.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792025-02-21T22:01:51.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802025-02-21T22:01:51.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812025-02-21T22:01:51.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18822025-02-21T22:01:51.737Z
18832025-02-21T22:01:51.737Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
18842025-02-21T22:01:52.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852025-02-21T22:01:52.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862025-02-21T22:01:52.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872025-02-21T22:01:52.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18882025-02-21T22:01:52.170Z
18892025-02-21T22:01:52.170Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
18902025-02-21T22:01:52.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912025-02-21T22:01:52.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922025-02-21T22:01:52.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932025-02-21T22:01:52.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18942025-02-21T22:01:52.607Z
18952025-02-21T22:01:52.607Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
18962025-02-21T22:01:52.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972025-02-21T22:01:53.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982025-02-21T22:01:53.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992025-02-21T22:01:53.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19002025-02-21T22:01:53.042Z
19012025-02-21T22:01:53.043Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
19022025-02-21T22:01:53.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032025-02-21T22:01:53.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042025-02-21T22:01:53.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052025-02-21T22:01:53.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19062025-02-21T22:01:53.480Z
19072025-02-21T22:01:53.480Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19082025-02-21T22:01:53.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092025-02-21T22:01:53.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102025-02-21T22:01:53.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112025-02-21T22:01:53.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19122025-02-21T22:01:53.921Z
19132025-02-21T22:01:53.921Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19142025-02-21T22:01:54.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152025-02-21T22:01:54.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162025-02-21T22:01:54.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172025-02-21T22:01:54.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19182025-02-21T22:01:54.359Z
19192025-02-21T22:01:54.359Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19202025-02-21T22:01:54.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212025-02-21T22:01:54.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222025-02-21T22:01:54.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232025-02-21T22:01:54.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19242025-02-21T22:01:54.996Z
19252025-02-21T22:01:54.996Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19262025-02-21T22:01:55.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272025-02-21T22:01:55.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282025-02-21T22:01:55.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292025-02-21T22:01:55.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19302025-02-21T22:01:55.627Z
19312025-02-21T22:01:55.627Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19322025-02-21T22:01:56.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332025-02-21T22:01:56.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342025-02-21T22:01:56.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352025-02-21T22:01:56.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19362025-02-21T22:01:56.270Z
19372025-02-21T22:01:56.270Zinfo: running `cargo check --bins` on oxlog (48/199)
19382025-02-21T22:01:56.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392025-02-21T22:01:56.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402025-02-21T22:01:56.905Z Checking cfg-if v1.0.0
19412025-02-21T22:01:56.908Z Checking libc v0.2.169
19422025-02-21T22:01:57.015Z Checking serde v1.0.217
19432025-02-21T22:01:57.018Z Checking zeroize v1.8.1
19442025-02-21T22:01:57.031Z Checking memchr v2.7.4
19452025-02-21T22:01:57.040Z Checking typenum v1.17.0
19462025-02-21T22:01:57.053Z Checking subtle v2.6.1
19472025-02-21T22:01:57.068Z Checking value-bag v1.9.0
19482025-02-21T22:01:57.082Z Checking scopeguard v1.2.0
19492025-02-21T22:01:57.233Z Checking smallvec v1.13.2
19502025-02-21T22:01:57.259Z Checking lock_api v0.4.12
19512025-02-21T22:01:57.312Z Checking const-oid v0.9.6
19522025-02-21T22:01:57.455Z Checking log v0.4.22
19532025-02-21T22:01:57.552Z Checking itoa v1.0.11
19542025-02-21T22:01:57.643Z Checking pin-project-lite v0.2.14
19552025-02-21T22:01:57.791Z Checking byteorder v1.5.0
19562025-02-21T22:01:57.796Z Checking once_cell v1.20.3
19572025-02-21T22:01:57.835Z Checking futures-core v0.3.31
19582025-02-21T22:01:57.941Z Checking futures-sink v0.3.31
19592025-02-21T22:01:58.015Z Checking stable_deref_trait v1.2.0
19602025-02-21T22:01:58.060Z Checking generic-array v0.14.7
19612025-02-21T22:01:58.073Z Checking getrandom v0.2.15
19622025-02-21T22:01:58.090Z Checking signal-hook-registry v1.4.2
19632025-02-21T22:01:58.105Z Checking parking_lot_core v0.9.10
19642025-02-21T22:01:58.126Z Checking mio v1.0.2
19652025-02-21T22:01:58.177Z Checking cpufeatures v0.2.14
19662025-02-21T22:01:58.277Z Checking socket2 v0.5.7
19672025-02-21T22:01:58.313Z Checking rand_core v0.6.4
19682025-02-21T22:01:58.351Z Checking zerocopy v0.7.35
19692025-02-21T22:01:58.440Z Checking parking_lot v0.12.3
19702025-02-21T22:01:58.623Z Checking zerofrom v0.1.4
19712025-02-21T22:01:58.732Z Checking slab v0.4.9
19722025-02-21T22:01:58.759Z Checking futures-channel v0.3.31
19732025-02-21T22:01:58.781Z Checking pin-utils v0.1.0
19742025-02-21T22:01:58.825Z Checking yoke v0.7.4
19752025-02-21T22:01:58.871Z Checking futures-io v0.3.31
19762025-02-21T22:01:59.007Z Checking futures-task v0.3.31
19772025-02-21T22:01:59.060Z Checking equivalent v1.0.1
19782025-02-21T22:01:59.110Z Checking foldhash v0.1.3
19792025-02-21T22:01:59.126Z Checking crypto-common v0.1.6
19802025-02-21T22:01:59.152Z Checking block-buffer v0.10.4
19812025-02-21T22:01:59.182Z Checking zerovec v0.10.4
19822025-02-21T22:01:59.218Z Checking allocator-api2 v0.2.18
19832025-02-21T22:01:59.245Z Checking futures-util v0.3.31
19842025-02-21T22:01:59.309Z Checking block-padding v0.3.3
19852025-02-21T22:01:59.331Z Checking ryu v1.0.18
19862025-02-21T22:01:59.375Z Checking digest v0.10.7
19872025-02-21T22:01:59.539Z Checking inout v0.1.3
19882025-02-21T22:01:59.575Z Checking fnv v1.0.7
19892025-02-21T22:01:59.592Z Checking writeable v0.5.5
19902025-02-21T22:01:59.714Z Checking hmac v0.12.1
19912025-02-21T22:01:59.714Z Checking litemap v0.7.3
19922025-02-21T22:01:59.779Z Checking cipher v0.4.4
19932025-02-21T22:01:59.821Z Checking hashbrown v0.15.1
19942025-02-21T22:01:59.912Z Checking sha2 v0.10.8
19952025-02-21T22:01:59.943Z Checking libm v0.2.8
19962025-02-21T22:02:00.064Z Checking base64ct v1.6.0
19972025-02-21T22:02:00.163Z Checking ppv-lite86 v0.2.20
19982025-02-21T22:02:00.464Z Checking flagset v0.4.6
19992025-02-21T22:02:00.533Z Checking pem-rfc7468 v0.7.0
20002025-02-21T22:02:00.693Z Checking icu_locid_transform_data v1.5.0
20012025-02-21T22:02:00.763Z Checking tinystr v0.7.6
20022025-02-21T22:02:00.804Z Checking der v0.7.9
20032025-02-21T22:02:00.804Z Checking icu_collections v1.5.0
20042025-02-21T22:02:00.842Z Checking num-traits v0.2.19
20052025-02-21T22:02:00.860Z Checking rand_chacha v0.3.1
20062025-02-21T22:02:00.900Z Checking tracing-core v0.1.32
20072025-02-21T22:02:01.106Z Checking icu_locid v1.5.0
20082025-02-21T22:02:01.258Z Checking thiserror v1.0.69
20092025-02-21T22:02:01.412Z Checking rustls-pki-types v1.10.0
20102025-02-21T22:02:01.452Z Checking icu_properties_data v1.5.0
20112025-02-21T22:02:01.520Z Checking percent-encoding v2.3.1
20122025-02-21T22:02:01.568Z Checking bytes v1.9.0
20132025-02-21T22:02:01.703Z Checking indexmap v2.7.1
20142025-02-21T22:02:01.730Z Checking serde_json v1.0.139
20152025-02-21T22:02:01.985Z Checking bitflags v2.6.0
20162025-02-21T22:02:02.103Z Checking icu_provider v1.5.0
20172025-02-21T22:02:02.304Z Checking tracing v0.1.40
20182025-02-21T22:02:02.353Z Checking rand v0.8.5
20192025-02-21T22:02:02.373Z Checking tokio v1.43.0
20202025-02-21T22:02:02.461Z Checking http v1.2.0
20212025-02-21T22:02:02.660Z Checking spki v0.7.3
20222025-02-21T22:02:02.753Z Checking icu_locid_transform v1.5.0
20232025-02-21T22:02:02.873Z Checking salsa20 v0.10.2
20242025-02-21T22:02:02.968Z Checking pbkdf2 v0.12.2
20252025-02-21T22:02:03.097Z Checking aws-lc-sys v0.22.0
20262025-02-21T22:02:03.135Z Checking httparse v1.9.5
20272025-02-21T22:02:03.377Z Checking powerfmt v0.2.0
20282025-02-21T22:02:03.518Z Checking utf16_iter v1.0.5
20292025-02-21T22:02:03.604Z Checking mirai-annotations v1.12.0
20302025-02-21T22:02:03.662Z Checking untrusted v0.7.1
20312025-02-21T22:02:03.696Z Checking untrusted v0.9.0
20322025-02-21T22:02:03.724Z Checking icu_normalizer_data v1.5.0
20332025-02-21T22:02:03.742Z Checking icu_properties v1.5.1
20342025-02-21T22:02:03.774Z Checking write16 v1.0.0
20352025-02-21T22:02:03.801Z Checking utf8_iter v1.0.4
20362025-02-21T22:02:03.820Z Checking deranged v0.3.11
20372025-02-21T22:02:03.837Z Checking scrypt v0.11.0
20382025-02-21T22:02:03.867Z Checking ring v0.17.9
20392025-02-21T22:02:03.900Z Checking aes v0.8.4
20402025-02-21T22:02:04.001Z Checking cbc v0.1.2
20412025-02-21T22:02:04.074Z Checking crossbeam-utils v0.8.20
20422025-02-21T22:02:04.208Z Checking spin v0.9.8
20432025-02-21T22:02:04.560Z Checking time-core v0.1.2
20442025-02-21T22:02:04.730Z Checking tinyvec_macros v0.1.1
20452025-02-21T22:02:04.772Z Checking num-conv v0.1.0
20462025-02-21T22:02:04.789Z Checking atomic-waker v1.1.2
20472025-02-21T22:02:04.818Z Checking num_threads v0.1.7
20482025-02-21T22:02:04.937Z Checking tinyvec v1.8.0
20492025-02-21T22:02:04.954Z Checking pkcs5 v0.7.1
20502025-02-21T22:02:05.005Z Checking http-body v1.0.1
20512025-02-21T22:02:05.079Z Checking time v0.3.36
20522025-02-21T22:02:05.119Z Checking aws-lc-rs v1.10.0
20532025-02-21T22:02:05.209Z Checking form_urlencoded v1.2.1
20542025-02-21T22:02:05.434Z Checking try-lock v0.2.5
20552025-02-21T22:02:05.452Z Checking pkcs8 v0.10.2
20562025-02-21T22:02:05.605Z Checking want v0.3.1
20572025-02-21T22:02:05.804Z Checking uuid v1.12.0
20582025-02-21T22:02:05.819Z Checking tower-service v0.3.3
20592025-02-21T22:02:05.959Z Checking httpdate v1.0.3
20602025-02-21T22:02:06.073Z Checking unicode-ident v1.0.14
20612025-02-21T22:02:06.216Z Checking toml_datetime v0.6.8
20622025-02-21T22:02:06.264Z Checking proc-macro2 v1.0.92
20632025-02-21T22:02:06.267Z Checking serde_spanned v0.6.8
20642025-02-21T22:02:06.432Z Checking slog v2.7.0
20652025-02-21T22:02:06.492Z Checking scroll v0.12.0
20662025-02-21T22:02:06.510Z Checking ucd-trie v0.1.7
20672025-02-21T22:02:06.723Z Checking match_cfg v0.1.0
20682025-02-21T22:02:06.812Z Checking rustls-webpki v0.102.8
20692025-02-21T22:02:06.826Z Checking plain v0.2.3
20702025-02-21T22:02:06.896Z Checking base64 v0.22.1
20712025-02-21T22:02:06.911Z Checking adler2 v2.0.0
20722025-02-21T22:02:06.958Z Checking iana-time-zone v0.1.61
20732025-02-21T22:02:06.973Z Checking icu_normalizer v1.5.0
20742025-02-21T22:02:06.988Z Checking foreign-types-shared v0.1.1
20752025-02-21T22:02:07.069Z Checking miniz_oxide v0.8.0
20762025-02-21T22:02:07.109Z Checking foreign-types v0.3.2
20772025-02-21T22:02:07.125Z Checking chrono v0.4.39
20782025-02-21T22:02:07.213Z Checking goblin v0.8.2
20792025-02-21T22:02:07.371Z Checking quote v1.0.38
20802025-02-21T22:02:07.427Z Checking hostname v0.3.1
20812025-02-21T22:02:07.560Z Checking pest v2.7.14
20822025-02-21T22:02:07.578Z Checking openssl-sys v0.9.106
20832025-02-21T22:02:07.717Z Checking dirs-sys-next v0.1.2
20842025-02-21T22:02:07.732Z Checking idna_adapter v1.2.0
20852025-02-21T22:02:07.786Z Checking errno v0.3.9
20862025-02-21T22:02:07.897Z Checking aho-corasick v1.1.3
20872025-02-21T22:02:07.917Z Checking idna v1.0.3
20882025-02-21T22:02:07.977Z Checking data-encoding v2.6.0
20892025-02-21T22:02:08.376Z Checking url v2.5.3
20902025-02-21T22:02:08.520Z Checking siphasher v0.3.11
20912025-02-21T22:02:08.676Z Checking pretty-hex v0.4.1
20922025-02-21T22:02:08.829Z Checking regex-syntax v0.8.5
20932025-02-21T22:02:08.871Z Compiling newtype-uuid v1.2.1
20942025-02-21T22:02:09.010Z Checking tokio-util v0.7.12
20952025-02-21T22:02:09.075Z Checking openssl v0.10.71
20962025-02-21T22:02:09.195Z Checking rustix v0.38.37
20972025-02-21T22:02:09.215Z Checking dirs-next v2.0.0
20982025-02-21T22:02:09.356Z Checking syn v2.0.96
20992025-02-21T22:02:09.482Z Checking unicode-normalization v0.1.24
21002025-02-21T22:02:09.853Z Checking h2 v0.4.6
21012025-02-21T22:02:10.077Z Checking dtrace-parser v0.2.0
21022025-02-21T22:02:10.437Z Checking http-body-util v0.1.2
21032025-02-21T22:02:10.605Z Checking crossbeam-epoch v0.9.18
21042025-02-21T22:02:10.887Z Checking sha1 v0.10.6
21052025-02-21T22:02:11.051Z Checking signature v2.2.0
21062025-02-21T22:02:11.176Z Checking thread_local v1.1.8
21072025-02-21T22:02:11.248Z Checking thread-id v4.2.2
21082025-02-21T22:02:11.360Z Checking encoding_rs v0.8.34
21092025-02-21T22:02:11.460Z Checking winnow v0.6.20
21102025-02-21T22:02:11.885Z Checking dof v0.3.0
21112025-02-21T22:02:12.039Z Checking regex-automata v0.4.8
21122025-02-21T22:02:12.365Z Checking unicode-bidi v0.3.17
21132025-02-21T22:02:12.490Z Checking openssl-probe v0.1.5
21142025-02-21T22:02:12.655Z Checking ipnet v2.10.1
21152025-02-21T22:02:13.001Z Checking anstyle v1.0.10
21162025-02-21T22:02:13.151Z Checking gimli v0.31.1
21172025-02-21T22:02:13.353Z Checking unicode-properties v0.1.3
21182025-02-21T22:02:13.638Z Checking mime v0.3.17
21192025-02-21T22:02:13.736Z Checking utf8parse v0.2.2
21202025-02-21T22:02:13.904Z Checking anstyle-parse v0.2.5
21212025-02-21T22:02:13.939Z Checking stringprep v0.1.5
21222025-02-21T22:02:14.072Z Checking toml_edit v0.22.22
21232025-02-21T22:02:14.188Z Checking crossbeam-deque v0.8.5
21242025-02-21T22:02:14.228Z Checking term v0.7.0
21252025-02-21T22:02:14.310Z Checking native-tls v0.2.12
21262025-02-21T22:02:14.521Z Checking rustls v0.23.19
21272025-02-21T22:02:14.613Z Checking rustls v0.22.4
21282025-02-21T22:02:14.661Z Checking slog-json v2.6.1
21292025-02-21T22:02:14.924Z Checking serde_urlencoded v0.7.1
21302025-02-21T22:02:15.266Z Checking usdt-impl v0.5.0
21312025-02-21T22:02:15.313Z Checking crossbeam-channel v0.5.13
21322025-02-21T22:02:15.824Z Checking futures-executor v0.3.31
21332025-02-21T22:02:15.981Z Checking hyper v1.5.2
21342025-02-21T22:02:16.038Z Checking num-integer v0.1.46
21352025-02-21T22:02:16.072Z Checking rustls-pemfile v2.2.0
21362025-02-21T22:02:16.294Z Checking md-5 v0.10.6
21372025-02-21T22:02:16.519Z Checking ff v0.13.0
21382025-02-21T22:02:16.535Z Checking hash32 v0.2.1
21392025-02-21T22:02:16.551Z Checking memmap v0.7.0
21402025-02-21T22:02:16.745Z Checking is-terminal v0.4.13
21412025-02-21T22:02:16.761Z Checking object v0.36.5
21422025-02-21T22:02:16.764Z Checking quick-error v1.2.3
21432025-02-21T22:02:16.826Z Checking take_mut v0.2.2
21442025-02-21T22:02:16.868Z Checking addr2line v0.24.2
21452025-02-21T22:02:16.871Z Checking utf-8 v0.7.6
21462025-02-21T22:02:16.917Z Checking either v1.13.0
21472025-02-21T22:02:16.969Z Checking colorchoice v1.0.2
21482025-02-21T22:02:17.096Z Checking base16ct v0.2.0
21492025-02-21T22:02:17.123Z Checking rustc-demangle v0.1.24
21502025-02-21T22:02:17.281Z Checking is_terminal_polyfill v1.70.1
21512025-02-21T22:02:17.304Z Checking dyn-clone v1.0.18
21522025-02-21T22:02:17.391Z Checking psl-types v2.0.11
21532025-02-21T22:02:17.407Z Checking linked-hash-map v0.5.6
21542025-02-21T22:02:17.451Z Checking anstyle-query v1.1.1
21552025-02-21T22:02:17.561Z Checking fallible-iterator v0.2.0
21562025-02-21T22:02:17.582Z Checking publicsuffix v2.3.0
21572025-02-21T22:02:17.585Z Checking anstream v0.6.15
21582025-02-21T22:02:17.721Z Checking lru-cache v0.1.2
21592025-02-21T22:02:17.865Z Checking schemars v0.8.21
21602025-02-21T22:02:17.882Z Checking hyper-util v0.1.10
21612025-02-21T22:02:17.910Z Checking sec1 v0.7.3
21622025-02-21T22:02:17.913Z Checking tokio-rustls v0.25.0
21632025-02-21T22:02:17.958Z Checking tungstenite v0.24.0
21642025-02-21T22:02:18.113Z Checking postgres-protocol v0.6.7
21652025-02-21T22:02:18.284Z Checking slog-async v2.8.0
21662025-02-21T22:02:18.287Z Checking resolv-conf v0.7.0
21672025-02-21T22:02:18.604Z Checking slog-term v2.9.1
21682025-02-21T22:02:18.642Z Checking heapless v0.7.17
21692025-02-21T22:02:18.753Z Checking usdt v0.5.0
21702025-02-21T22:02:18.829Z Checking toml v0.8.19
21712025-02-21T22:02:19.033Z Checking group v0.13.0
21722025-02-21T22:02:19.136Z Checking num-iter v0.1.45
21732025-02-21T22:02:19.298Z Checking futures v0.3.31
21742025-02-21T22:02:19.357Z Checking slog-bunyan v2.5.0
21752025-02-21T22:02:19.398Z Checking tokio-native-tls v0.3.1
21762025-02-21T22:02:19.424Z Checking rayon-core v1.12.1
21772025-02-21T22:02:19.473Z Checking multer v3.1.0
21782025-02-21T22:02:19.524Z Checking hickory-proto v0.24.3
21792025-02-21T22:02:19.550Z Checking terminal_size v0.4.0
21802025-02-21T22:02:19.579Z Checking tokio-rustls v0.26.0
21812025-02-21T22:02:19.736Z Checking phf_shared v0.11.2
21822025-02-21T22:02:19.814Z Checking cookie v0.18.1
21832025-02-21T22:02:19.856Z Checking async-stream v0.3.6
21842025-02-21T22:02:19.921Z Checking bzip2-sys v0.1.11+1.0.8
21852025-02-21T22:02:19.948Z Checking signal-hook v0.3.17
21862025-02-21T22:02:20.014Z Checking camino v1.1.9
21872025-02-21T22:02:20.051Z Checking waitgroup v0.1.2
21882025-02-21T22:02:20.068Z Checking lazy_static v1.5.0
21892025-02-21T22:02:20.068Z Checking openapiv3 v2.0.0
21902025-02-21T22:02:20.208Z Checking webpki-roots v0.26.6
21912025-02-21T22:02:20.226Z Checking serde_path_to_error v0.1.16
21922025-02-21T22:02:20.230Z Checking hkdf v0.12.4
21932025-02-21T22:02:20.276Z Checking crypto-bigint v0.5.5
21942025-02-21T22:02:20.419Z Checking hostname v0.4.0
21952025-02-21T22:02:20.471Z Checking sync_wrapper v1.0.1
21962025-02-21T22:02:20.533Z Checking crc32fast v1.4.2
21972025-02-21T22:02:20.565Z Checking tower-layer v0.3.3
21982025-02-21T22:02:20.611Z Checking debug-ignore v1.0.5
21992025-02-21T22:02:20.766Z Checking strsim v0.11.1
22002025-02-21T22:02:20.789Z Checking managed v0.8.0
22012025-02-21T22:02:20.829Z Checking bitflags v1.3.2
22022025-02-21T22:02:20.832Z Checking clap_lex v0.7.4
22032025-02-21T22:02:20.931Z Checking unicode-width v0.2.0
22042025-02-21T22:02:21.050Z Checking winnow v0.5.40
22052025-02-21T22:02:21.105Z Checking clap_builder v4.5.30
22062025-02-21T22:02:21.146Z Checking smoltcp v0.9.1
22072025-02-21T22:02:21.413Z Checking console v0.15.10
22082025-02-21T22:02:21.983Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22092025-02-21T22:02:22.304Z Checking tower v0.5.2
22102025-02-21T22:02:22.577Z Checking backtrace v0.3.74
22112025-02-21T22:02:22.612Z Checking flate2 v1.0.35
22122025-02-21T22:02:23.020Z Checking hyper-rustls v0.27.3
22132025-02-21T22:02:23.077Z Checking elliptic-curve v0.13.8
22142025-02-21T22:02:23.152Z Checking anyhow v1.0.96
22152025-02-21T22:02:23.207Z Checking dropshot v0.12.0
22162025-02-21T22:02:23.233Z Checking signal-hook-mio v0.2.4
22172025-02-21T22:02:23.374Z Checking cookie_store v0.21.1
22182025-02-21T22:02:23.391Z Checking num-bigint-dig v0.8.4
22192025-02-21T22:02:23.513Z Checking rayon v1.10.0
22202025-02-21T22:02:23.681Z Checking bzip2 v0.4.4
22212025-02-21T22:02:23.816Z Checking toml_edit v0.19.15
22222025-02-21T22:02:23.976Z Checking phf v0.11.2
22232025-02-21T22:02:24.025Z Checking hickory-resolver v0.24.3
22242025-02-21T22:02:24.058Z Checking hyper-tls v0.6.0
22252025-02-21T22:02:24.063Z Checking tokio-tungstenite v0.24.0
22262025-02-21T22:02:24.230Z Checking postgres-types v0.2.8
22272025-02-21T22:02:24.328Z Checking regex v1.11.1
22282025-02-21T22:02:24.532Z Checking bstr v1.10.0
22292025-02-21T22:02:24.892Z Checking ed25519 v2.2.3
22302025-02-21T22:02:24.935Z Checking tokio-stream v0.1.16
22312025-02-21T22:02:25.223Z Checking phf_shared v0.10.0
22322025-02-21T22:02:25.386Z Checking curve25519-dalek v4.1.3
22332025-02-21T22:02:25.450Z Checking zerocopy v0.6.6
22342025-02-21T22:02:25.486Z Checking hubpack v0.1.2
22352025-02-21T22:02:25.596Z Checking memoffset v0.9.1
22362025-02-21T22:02:25.717Z Checking portable-atomic v1.9.0
22372025-02-21T22:02:25.743Z Checking pkcs1 v0.7.5
22382025-02-21T22:02:25.812Z Checking float-cmp v0.10.0
22392025-02-21T22:02:26.016Z Checking serde-big-array v0.5.1
22402025-02-21T22:02:26.102Z Checking rfc6979 v0.4.0
22412025-02-21T22:02:26.165Z Checking difflib v0.4.0
22422025-02-21T22:02:26.244Z Checking normalize-line-endings v0.3.0
22432025-02-21T22:02:26.295Z Checking whoami v1.5.2
22442025-02-21T22:02:26.305Z Checking number_prefix v0.4.0
22452025-02-21T22:02:26.383Z Checking bit-vec v0.6.3
22462025-02-21T22:02:26.482Z Checking minimal-lexical v0.2.1
22472025-02-21T22:02:26.499Z Checking predicates-core v1.0.8
22482025-02-21T22:02:26.595Z Checking precomputed-hash v0.1.1
22492025-02-21T22:02:26.654Z Checking static_assertions v1.1.0
22502025-02-21T22:02:26.698Z Checking fixedbitset v0.4.2
22512025-02-21T22:02:26.715Z Checking unicode-segmentation v1.12.0
22522025-02-21T22:02:26.719Z Checking new_debug_unreachable v1.0.6
22532025-02-21T22:02:26.719Z Checking bit-set v0.5.3
22542025-02-21T22:02:26.759Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22552025-02-21T22:02:26.831Z Checking string_cache v0.8.7
22562025-02-21T22:02:26.862Z Checking nom v7.1.3
22572025-02-21T22:02:26.954Z Checking petgraph v0.6.5
22582025-02-21T22:02:26.996Z Checking indicatif v0.17.11
22592025-02-21T22:02:27.021Z Checking predicates v3.1.3
22602025-02-21T22:02:27.105Z Checking qorb v0.2.1
22612025-02-21T22:02:27.107Z Checking ed25519-dalek v2.1.1
22622025-02-21T22:02:27.397Z Checking similar v2.6.0
22632025-02-21T22:02:27.540Z Checking tokio-postgres v0.7.12
22642025-02-21T22:02:28.049Z Checking toml v0.7.8
22652025-02-21T22:02:28.075Z Checking ecdsa v0.16.9
22662025-02-21T22:02:28.231Z Checking rsa v0.9.6
22672025-02-21T22:02:28.326Z Checking nix v0.29.0
22682025-02-21T22:02:28.427Z Checking reqwest v0.12.12
22692025-02-21T22:02:29.179Z Checking clap v4.5.30
22702025-02-21T22:02:29.306Z Checking zip v0.6.6
22712025-02-21T22:02:29.482Z Checking crossterm v0.28.1
22722025-02-21T22:02:29.584Z Checking itertools v0.10.5
22732025-02-21T22:02:29.894Z Checking ahash v0.8.11
22742025-02-21T22:02:29.932Z Checking fs-err v2.11.0
22752025-02-21T22:02:29.974Z Checking x509-cert v0.2.5
22762025-02-21T22:02:30.178Z Checking hex v0.4.3
22772025-02-21T22:02:30.354Z Checking semver v1.0.25
22782025-02-21T22:02:30.448Z Checking peg-runtime v0.8.3
22792025-02-21T22:02:30.466Z Checking lalrpop-util v0.19.12
22802025-02-21T22:02:30.685Z Checking sigpipe v0.1.3
22812025-02-21T22:02:31.448Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22822025-02-21T22:02:31.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.49s
22832025-02-21T22:02:31.937Z
22842025-02-21T22:02:31.937Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
22852025-02-21T22:02:32.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862025-02-21T22:02:32.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872025-02-21T22:02:32.602Z Compiling hashbrown v0.14.5
22882025-02-21T22:02:32.722Z Checking heck v0.5.0
22892025-02-21T22:02:32.734Z Compiling unsafe-libyaml v0.2.11
22902025-02-21T22:02:32.766Z Checking ipnetwork v0.21.1
22912025-02-21T22:02:32.769Z Compiling ident_case v1.0.1
22922025-02-21T22:02:32.779Z Checking progenitor-client v0.8.0
22932025-02-21T22:02:32.795Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22942025-02-21T22:02:32.891Z Checking newtype-uuid v1.2.1
22952025-02-21T22:02:32.940Z Compiling darling_core v0.20.10
22962025-02-21T22:02:33.108Z Checking oxnet v0.1.0
22972025-02-21T22:02:33.114Z Compiling proc-macro-crate v1.3.1
22982025-02-21T22:02:33.186Z Compiling structmeta-derive v0.3.0
22992025-02-21T22:02:33.200Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23002025-02-21T22:02:33.510Z Compiling thiserror v2.0.11
23012025-02-21T22:02:33.552Z Compiling lzma-sys v0.1.20
23022025-02-21T22:02:33.669Z Compiling regress v0.10.1
23032025-02-21T22:02:34.002Z Compiling serde_yaml v0.9.34+deprecated
23042025-02-21T22:02:34.253Z Compiling num_enum_derive v0.5.11
23052025-02-21T22:02:34.437Z Compiling foreign-types-macros v0.2.3
23062025-02-21T22:02:34.469Z Compiling thiserror-impl v2.0.11
23072025-02-21T22:02:35.730Z Compiling daft-derive v0.1.1
23082025-02-21T22:02:35.782Z Compiling structmeta v0.3.0
23092025-02-21T22:02:36.189Z Compiling dropshot v0.15.1
23102025-02-21T22:02:36.484Z Checking arc-swap v1.7.1
23112025-02-21T22:02:36.525Z Checking foreign-types-shared v0.3.1
23122025-02-21T22:02:36.658Z Checking foreign-types v0.5.0
23132025-02-21T22:02:36.850Z Checking num_enum v0.5.11
23142025-02-21T22:02:36.905Z Checking slog-scope v4.4.0
23152025-02-21T22:02:37.015Z Compiling parse-display-derive v0.10.0
23162025-02-21T22:02:37.147Z Compiling proc-macro-error v1.0.4
23172025-02-21T22:02:37.212Z Compiling typify-impl v0.2.0
23182025-02-21T22:02:37.453Z Checking daft v0.1.1
23192025-02-21T22:02:37.857Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23202025-02-21T22:02:37.889Z Checking tungstenite v0.21.0
23212025-02-21T22:02:37.929Z Compiling heck v0.3.3
23222025-02-21T22:02:37.967Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232025-02-21T22:02:38.166Z Compiling dropshot_endpoint v0.15.1
23242025-02-21T22:02:38.249Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23252025-02-21T22:02:38.575Z Compiling darling_macro v0.20.10
23262025-02-21T22:02:38.784Z Checking cstr-argument v0.1.2
23272025-02-21T22:02:38.787Z Checking instant v0.1.13
23282025-02-21T22:02:38.920Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23292025-02-21T22:02:38.965Z Checking pretty-hex v0.2.1
23302025-02-21T22:02:39.019Z Checking base64 v0.21.7
23312025-02-21T22:02:39.138Z Checking fastrand v2.1.1
23322025-02-21T22:02:39.364Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23332025-02-21T22:02:39.452Z Checking tempfile v3.13.0
23342025-02-21T22:02:39.492Z Compiling darling v0.20.10
23352025-02-21T22:02:39.495Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23362025-02-21T22:02:39.614Z Compiling serde_with_macros v3.11.0
23372025-02-21T22:02:39.633Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382025-02-21T22:02:39.668Z Checking backoff v0.4.0
23392025-02-21T22:02:39.713Z Checking tokio-tungstenite v0.21.0
23402025-02-21T22:02:39.791Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412025-02-21T22:02:39.937Z Compiling zone_cfg_derive v0.1.2
23422025-02-21T22:02:39.954Z Checking strum v0.26.3
23432025-02-21T22:02:39.969Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23442025-02-21T22:02:40.128Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23452025-02-21T22:02:40.367Z Checking slog-stdlog v4.1.1
23462025-02-21T22:02:40.469Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23472025-02-21T22:02:40.603Z Checking regress v0.9.1
23482025-02-21T22:02:40.638Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23492025-02-21T22:02:40.754Z Checking progenitor-client v0.9.1
23502025-02-21T22:02:40.856Z Checking parse-display v0.10.0
23512025-02-21T22:02:40.939Z Checking colored v2.1.0
23522025-02-21T22:02:41.094Z Checking macaddr v1.0.1
23532025-02-21T22:02:41.157Z Checking unicode-width v0.1.14
23542025-02-21T22:02:41.244Z Checking base64 v0.13.1
23552025-02-21T22:02:41.364Z Checking zone v0.1.8
23562025-02-21T22:02:41.646Z Checking ron v0.7.1
23572025-02-21T22:02:41.662Z Checking tabwriter v1.4.0
23582025-02-21T22:02:41.890Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23592025-02-21T22:02:42.007Z Checking slog-envlogger v2.2.0
23602025-02-21T22:02:42.113Z Checking serde_with v3.11.0
23612025-02-21T22:02:42.251Z Checking xz2 v0.1.7
23622025-02-21T22:02:42.334Z Checking xattr v1.3.1
23632025-02-21T22:02:42.546Z Checking pem v3.0.4
23642025-02-21T22:02:42.563Z Checking yasna v0.5.2
23652025-02-21T22:02:42.687Z Checking headers-core v0.3.0
23662025-02-21T22:02:42.811Z Checking smf v0.2.3
23672025-02-21T22:02:42.841Z Checking filetime v0.2.25
23682025-02-21T22:02:43.062Z Checking same-file v1.0.6
23692025-02-21T22:02:43.239Z Checking walkdir v2.5.0
23702025-02-21T22:02:43.255Z Checking tar v0.4.42
23712025-02-21T22:02:43.287Z Checking headers v0.4.0
23722025-02-21T22:02:43.383Z Checking rcgen v0.12.1
23732025-02-21T22:02:43.534Z Checking atomicwrites v0.4.4
23742025-02-21T22:02:43.744Z Checking camino-tempfile v1.1.1
23752025-02-21T22:02:44.013Z Checking subprocess v0.2.9
23762025-02-21T22:02:46.301Z Compiling typify-macro v0.2.0
23772025-02-21T22:02:47.795Z Compiling typify v0.2.0
23782025-02-21T22:02:47.868Z Compiling progenitor-impl v0.8.0
23792025-02-21T22:02:50.253Z Compiling progenitor-macro v0.8.0
23802025-02-21T22:02:53.782Z Checking progenitor v0.8.0
23812025-02-21T22:02:53.910Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23822025-02-21T22:02:53.913Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23832025-02-21T22:02:56.410Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
23842025-02-21T22:02:56.757Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23852025-02-21T22:03:02.779Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23862025-02-21T22:03:04.284Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23872025-02-21T22:03:05.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.55s
23882025-02-21T22:03:05.675Z
23892025-02-21T22:03:05.675Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
23902025-02-21T22:03:06.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912025-02-21T22:03:06.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922025-02-21T22:03:06.337Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23932025-02-21T22:03:07.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
23942025-02-21T22:03:07.857Z
23952025-02-21T22:03:07.857Zinfo: running `cargo check --bins` on nexus-config (51/199)
23962025-02-21T22:03:08.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972025-02-21T22:03:08.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982025-02-21T22:03:08.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23992025-02-21T22:03:08.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24002025-02-21T22:03:08.487Z
24012025-02-21T22:03:08.487Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
24022025-02-21T22:03:09.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032025-02-21T22:03:09.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042025-02-21T22:03:09.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24052025-02-21T22:03:09.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24062025-02-21T22:03:09.098Z
24072025-02-21T22:03:09.098Zinfo: running `cargo check --bins` on omicron-brand-metadata (53/199)
24082025-02-21T22:03:09.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092025-02-21T22:03:09.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102025-02-21T22:03:09.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24112025-02-21T22:03:09.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24122025-02-21T22:03:09.712Z
24132025-02-21T22:03:09.712Zinfo: running `cargo check --bins` on omicron-certificates (54/199)
24142025-02-21T22:03:10.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152025-02-21T22:03:10.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162025-02-21T22:03:10.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24172025-02-21T22:03:10.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24182025-02-21T22:03:10.339Z
24192025-02-21T22:03:10.339Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/199)
24202025-02-21T22:03:10.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212025-02-21T22:03:10.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222025-02-21T22:03:11.030Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24232025-02-21T22:03:11.141Z Compiling ipnetwork v0.21.1
24242025-02-21T22:03:11.143Z Compiling zerocopy v0.8.10
24252025-02-21T22:03:11.143Z Compiling progenitor-client v0.8.0
24262025-02-21T22:03:11.144Z Compiling itertools v0.13.0
24272025-02-21T22:03:11.144Z Compiling zerocopy-derive v0.8.10
24282025-02-21T22:03:11.144Z Compiling heapless v0.8.0
24292025-02-21T22:03:11.153Z Compiling thiserror v2.0.11
24302025-02-21T22:03:11.324Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24312025-02-21T22:03:11.408Z Checking hash32 v0.3.1
24322025-02-21T22:03:11.609Z Compiling oxnet v0.1.0
24332025-02-21T22:03:11.626Z Compiling progenitor v0.8.0
24342025-02-21T22:03:11.849Z Compiling instant v0.1.13
24352025-02-21T22:03:11.867Z Compiling smoltcp v0.11.0
24362025-02-21T22:03:11.956Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24372025-02-21T22:03:11.973Z Compiling daft v0.1.1
24382025-02-21T22:03:12.037Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24392025-02-21T22:03:12.250Z Compiling backoff v0.4.0
24402025-02-21T22:03:12.427Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24412025-02-21T22:03:12.526Z Compiling dropshot v0.15.1
24422025-02-21T22:03:12.593Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432025-02-21T22:03:12.790Z Compiling serde_with v3.11.0
24442025-02-21T22:03:12.850Z Compiling parse-display v0.10.0
24452025-02-21T22:03:12.886Z Checking num-rational v0.4.2
24462025-02-21T22:03:13.447Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24472025-02-21T22:03:13.523Z Compiling progenitor-client v0.9.1
24482025-02-21T22:03:14.071Z Compiling regress v0.9.1
24492025-02-21T22:03:14.085Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24502025-02-21T22:03:15.483Z Compiling phf_generator v0.11.2
24512025-02-21T22:03:15.503Z Checking num-complex v0.4.6
24522025-02-21T22:03:16.186Z Compiling macaddr v1.0.1
24532025-02-21T22:03:16.434Z Checking cobs v0.2.3
24542025-02-21T22:03:16.621Z Checking num v0.4.3
24552025-02-21T22:03:16.643Z Checking postcard v1.0.10
24562025-02-21T22:03:16.739Z Compiling phf_codegen v0.11.2
24572025-02-21T22:03:17.076Z Compiling parse-zoneinfo v0.3.1
24582025-02-21T22:03:17.176Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24592025-02-21T22:03:17.504Z Compiling float-ord v0.3.2
24602025-02-21T22:03:18.747Z Compiling convert_case v0.4.0
24612025-02-21T22:03:18.862Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24622025-02-21T22:03:19.029Z Compiling chrono-tz-build v0.4.0
24632025-02-21T22:03:19.314Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24642025-02-21T22:03:19.564Z Compiling derive_more v0.99.19
24652025-02-21T22:03:19.853Z Compiling crucible-workspace-hack v0.1.0
24662025-02-21T22:03:20.131Z Checking newline-converter v0.3.0
24672025-02-21T22:03:20.201Z Compiling chrono-tz v0.10.1
24682025-02-21T22:03:20.308Z Checking prettyplease v0.2.29
24692025-02-21T22:03:20.374Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24702025-02-21T22:03:20.954Z Compiling slog-dtrace v0.3.0
24712025-02-21T22:03:21.022Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24722025-02-21T22:03:21.051Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24732025-02-21T22:03:21.355Z Checking expectorate v1.1.0
24742025-02-21T22:03:21.573Z Compiling zone_cfg_derive v0.3.0
24752025-02-21T22:03:21.634Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24762025-02-21T22:03:22.377Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24772025-02-21T22:03:22.441Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24782025-02-21T22:03:22.636Z Compiling const_format_proc_macros v0.2.34
24792025-02-21T22:03:22.763Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24802025-02-21T22:03:22.798Z Compiling num-derive v0.4.2
24812025-02-21T22:03:22.887Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24822025-02-21T22:03:23.057Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24832025-02-21T22:03:23.197Z Checking highway v1.2.0
24842025-02-21T22:03:23.650Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24852025-02-21T22:03:23.808Z Checking zone v0.3.0
24862025-02-21T22:03:23.899Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24872025-02-21T22:03:24.402Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24882025-02-21T22:03:24.549Z Checking const_format v0.2.34
24892025-02-21T22:03:24.986Z Checking gethostname v0.5.0
24902025-02-21T22:03:25.029Z Checking bcs v0.1.6
24912025-02-21T22:03:25.059Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24922025-02-21T22:03:25.113Z Compiling async-recursion v1.1.1
24932025-02-21T22:03:25.456Z Checking nanorand v0.7.0
24942025-02-21T22:03:25.472Z Checking termtree v0.5.1
24952025-02-21T22:03:25.650Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24962025-02-21T22:03:25.695Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24972025-02-21T22:03:25.872Z Checking flume v0.11.1
24982025-02-21T22:03:25.935Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24992025-02-21T22:03:25.956Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25002025-02-21T22:03:26.275Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25012025-02-21T22:03:27.965Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25022025-02-21T22:03:32.701Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25032025-02-21T22:03:35.912Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25042025-02-21T22:03:38.342Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25052025-02-21T22:03:39.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.25s
25062025-02-21T22:03:39.779Z
25072025-02-21T22:03:39.779Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/199)
25082025-02-21T22:03:40.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092025-02-21T22:03:40.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102025-02-21T22:03:40.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112025-02-21T22:03:40.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25122025-02-21T22:03:40.419Z
25132025-02-21T22:03:40.419Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/199)
25142025-02-21T22:03:40.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152025-02-21T22:03:40.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162025-02-21T22:03:40.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172025-02-21T22:03:40.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25182025-02-21T22:03:41.070Z
25192025-02-21T22:03:41.070Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/199)
25202025-02-21T22:03:41.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212025-02-21T22:03:41.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222025-02-21T22:03:41.733Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25232025-02-21T22:03:42.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
25242025-02-21T22:03:42.537Z
25252025-02-21T22:03:42.537Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199)
25262025-02-21T22:03:43.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272025-02-21T22:03:43.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282025-02-21T22:03:43.227Z Compiling cfg_aliases v0.1.1
25292025-02-21T22:03:43.253Z Compiling vte_generate_state_changes v0.1.2
25302025-02-21T22:03:43.253Z Checking fd-lock v4.0.2
25312025-02-21T22:03:43.253Z Checking nibble_vec v0.1.0
25322025-02-21T22:03:43.253Z Checking bytecount v0.6.8
25332025-02-21T22:03:43.321Z Checking endian-type v0.1.2
25342025-02-21T22:03:43.345Z Compiling tabled_derive v0.7.0
25352025-02-21T22:03:43.374Z Checking itertools v0.12.1
25362025-02-21T22:03:43.412Z Compiling nix v0.28.0
25372025-02-21T22:03:43.492Z Checking papergrid v0.11.0
25382025-02-21T22:03:43.515Z Compiling peg-macros v0.8.4
25392025-02-21T22:03:43.555Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402025-02-21T22:03:43.573Z Checking radix_trie v0.2.1
25412025-02-21T22:03:43.902Z Checking vte v0.11.1
25422025-02-21T22:03:43.945Z Compiling sqlparser_derive v0.2.2
25432025-02-21T22:03:44.574Z Checking nu-ansi-term v0.50.1
25442025-02-21T22:03:44.923Z Checking unicode_categories v0.1.1
25452025-02-21T22:03:44.959Z Checking home v0.5.9
25462025-02-21T22:03:45.009Z Checking sqlparser v0.45.0
25472025-02-21T22:03:45.156Z Checking display-error-chain v0.2.2
25482025-02-21T22:03:45.218Z Checking sqlformat v0.2.6
25492025-02-21T22:03:45.298Z Checking strip-ansi-escapes v0.2.0
25502025-02-21T22:03:45.505Z Checking tabled v0.15.0
25512025-02-21T22:03:45.755Z Checking reedline v0.35.0
25522025-02-21T22:03:46.143Z Checking peg v0.8.4
25532025-02-21T22:03:46.403Z Checking rustyline v14.0.0
25542025-02-21T22:03:55.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.13s
25552025-02-21T22:03:55.850Z
25562025-02-21T22:03:55.850Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199)
25572025-02-21T22:03:56.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582025-02-21T22:03:56.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592025-02-21T22:03:56.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25602025-02-21T22:04:01.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
25612025-02-21T22:04:01.777Z
25622025-02-21T22:04:01.778Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199)
25632025-02-21T22:04:02.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642025-02-21T22:04:02.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652025-02-21T22:04:02.454Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25662025-02-21T22:04:05.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
25672025-02-21T22:04:06.094Z
25682025-02-21T22:04:06.094Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199)
25692025-02-21T22:04:06.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702025-02-21T22:04:06.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712025-02-21T22:04:06.767Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25722025-02-21T22:04:11.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
25732025-02-21T22:04:11.707Z
25742025-02-21T22:04:11.707Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199)
25752025-02-21T22:04:12.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762025-02-21T22:04:12.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772025-02-21T22:04:12.383Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25782025-02-21T22:04:17.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
25792025-02-21T22:04:17.433Z
25802025-02-21T22:04:17.433Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199)
25812025-02-21T22:04:18.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822025-02-21T22:04:18.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832025-02-21T22:04:18.108Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25842025-02-21T22:04:21.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
25852025-02-21T22:04:21.921Z
25862025-02-21T22:04:21.921Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199)
25872025-02-21T22:04:22.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882025-02-21T22:04:22.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892025-02-21T22:04:22.594Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25902025-02-21T22:04:26.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
25912025-02-21T22:04:26.480Z
25922025-02-21T22:04:26.480Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199)
25932025-02-21T22:04:27.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942025-02-21T22:04:27.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952025-02-21T22:04:27.150Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25962025-02-21T22:04:32.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
25972025-02-21T22:04:32.290Z
25982025-02-21T22:04:32.291Zinfo: running `cargo check --bins` on oximeter (67/199)
25992025-02-21T22:04:32.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002025-02-21T22:04:32.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012025-02-21T22:04:32.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022025-02-21T22:04:32.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26032025-02-21T22:04:32.915Z
26042025-02-21T22:04:32.916Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/199)
26052025-02-21T22:04:33.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062025-02-21T22:04:33.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072025-02-21T22:04:33.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082025-02-21T22:04:33.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26092025-02-21T22:04:33.526Z
26102025-02-21T22:04:33.526Zinfo: running `cargo check --bins` on oximeter-schema (69/199)
26112025-02-21T22:04:34.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122025-02-21T22:04:34.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132025-02-21T22:04:34.165Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142025-02-21T22:04:36.145Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26152025-02-21T22:04:37.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
26162025-02-21T22:04:37.268Z
26172025-02-21T22:04:37.268Zinfo: running `cargo check --bins` on oximeter-types (70/199)
26182025-02-21T22:04:37.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192025-02-21T22:04:37.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202025-02-21T22:04:37.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212025-02-21T22:04:37.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26222025-02-21T22:04:37.894Z
26232025-02-21T22:04:37.895Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/199)
26242025-02-21T22:04:38.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252025-02-21T22:04:38.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262025-02-21T22:04:38.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272025-02-21T22:04:38.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26282025-02-21T22:04:38.522Z
26292025-02-21T22:04:38.522Zinfo: running `cargo check --bins` on oxql-types (72/199)
26302025-02-21T22:04:39.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312025-02-21T22:04:39.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322025-02-21T22:04:39.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332025-02-21T22:04:39.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26342025-02-21T22:04:39.147Z
26352025-02-21T22:04:39.147Zinfo: running `cargo check --bins` on oximeter-test-utils (73/199)
26362025-02-21T22:04:39.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372025-02-21T22:04:39.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382025-02-21T22:04:39.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392025-02-21T22:04:39.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26402025-02-21T22:04:39.802Z
26412025-02-21T22:04:39.802Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/199)
26422025-02-21T22:04:40.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432025-02-21T22:04:40.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442025-02-21T22:04:40.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452025-02-21T22:04:40.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26462025-02-21T22:04:40.434Z
26472025-02-21T22:04:40.434Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/199)
26482025-02-21T22:04:41.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492025-02-21T22:04:41.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502025-02-21T22:04:41.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512025-02-21T22:04:41.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26522025-02-21T22:04:41.091Z
26532025-02-21T22:04:41.091Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199)
26542025-02-21T22:04:41.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552025-02-21T22:04:41.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562025-02-21T22:04:41.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572025-02-21T22:04:41.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26582025-02-21T22:04:41.732Z
26592025-02-21T22:04:41.732Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/199)
26602025-02-21T22:04:42.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612025-02-21T22:04:42.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622025-02-21T22:04:42.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632025-02-21T22:04:42.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26642025-02-21T22:04:42.369Z
26652025-02-21T22:04:42.370Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/199)
26662025-02-21T22:04:42.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-02-21T22:04:42.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-02-21T22:04:42.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-02-21T22:04:42.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26702025-02-21T22:04:43.015Z
26712025-02-21T22:04:43.015Zinfo: running `cargo check --bins` on cockroach-admin-client (79/199)
26722025-02-21T22:04:43.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-02-21T22:04:43.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-02-21T22:04:43.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752025-02-21T22:04:43.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26762025-02-21T22:04:43.641Z
26772025-02-21T22:04:43.641Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/199)
26782025-02-21T22:04:44.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792025-02-21T22:04:44.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802025-02-21T22:04:44.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812025-02-21T22:04:44.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26822025-02-21T22:04:44.290Z
26832025-02-21T22:04:44.290Zinfo: running `cargo check --bins` on dns-service-client (81/199)
26842025-02-21T22:04:44.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852025-02-21T22:04:44.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862025-02-21T22:04:44.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872025-02-21T22:04:44.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26882025-02-21T22:04:44.936Z
26892025-02-21T22:04:44.937Zinfo: running `cargo check --bins` on internal-dns-types (82/199)
26902025-02-21T22:04:45.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912025-02-21T22:04:45.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922025-02-21T22:04:45.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932025-02-21T22:04:45.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26942025-02-21T22:04:45.563Z
26952025-02-21T22:04:45.563Zinfo: running `cargo check --bins` on dpd-client (83/199)
26962025-02-21T22:04:46.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972025-02-21T22:04:46.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982025-02-21T22:04:46.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992025-02-21T22:04:46.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27002025-02-21T22:04:46.186Z
27012025-02-21T22:04:46.187Zinfo: running `cargo check --bins` on gateway-client (84/199)
27022025-02-21T22:04:46.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032025-02-21T22:04:46.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042025-02-21T22:04:46.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052025-02-21T22:04:46.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27062025-02-21T22:04:46.811Z
27072025-02-21T22:04:46.811Zinfo: running `cargo check --bins` on installinator-client (85/199)
27082025-02-21T22:04:47.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092025-02-21T22:04:47.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102025-02-21T22:04:47.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112025-02-21T22:04:47.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27122025-02-21T22:04:47.480Z
27132025-02-21T22:04:47.480Zinfo: running `cargo check --bins` on installinator-common (86/199)
27142025-02-21T22:04:48.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152025-02-21T22:04:48.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162025-02-21T22:04:48.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172025-02-21T22:04:48.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27182025-02-21T22:04:48.125Z
27192025-02-21T22:04:48.125Zinfo: running `cargo check --bins` on update-engine (87/199)
27202025-02-21T22:04:48.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212025-02-21T22:04:48.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222025-02-21T22:04:48.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232025-02-21T22:04:48.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27242025-02-21T22:04:48.751Z
27252025-02-21T22:04:48.751Zinfo: running `cargo check --bins` on nexus-client (88/199)
27262025-02-21T22:04:49.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272025-02-21T22:04:49.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282025-02-21T22:04:49.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292025-02-21T22:04:49.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27302025-02-21T22:04:49.411Z
27312025-02-21T22:04:49.411Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/199)
27322025-02-21T22:04:50.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332025-02-21T22:04:50.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342025-02-21T22:04:50.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352025-02-21T22:04:50.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27362025-02-21T22:04:50.498Z
27372025-02-21T22:04:50.498Zinfo: running `cargo check --bins` on omicron-passwords (90/199)
27382025-02-21T22:04:50.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392025-02-21T22:04:50.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402025-02-21T22:04:50.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412025-02-21T22:04:50.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27422025-02-21T22:04:50.687Z
27432025-02-21T22:04:50.687Zinfo: running `cargo check --bins` on nexus-types (91/199)
27442025-02-21T22:04:51.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452025-02-21T22:04:51.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462025-02-21T22:04:51.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472025-02-21T22:04:51.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27482025-02-21T22:04:51.355Z
27492025-02-21T22:04:51.355Zinfo: running `cargo check --bins` on oxide-client (92/199)
27502025-02-21T22:04:51.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512025-02-21T22:04:51.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522025-02-21T22:04:51.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532025-02-21T22:04:51.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27542025-02-21T22:04:51.978Z
27552025-02-21T22:04:51.978Zinfo: running `cargo check --bins` on oximeter-client (93/199)
27562025-02-21T22:04:52.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572025-02-21T22:04:52.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582025-02-21T22:04:52.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592025-02-21T22:04:52.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27602025-02-21T22:04:52.615Z
27612025-02-21T22:04:52.615Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
27622025-02-21T22:04:53.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632025-02-21T22:04:53.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642025-02-21T22:04:53.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652025-02-21T22:04:53.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27662025-02-21T22:04:53.242Z
27672025-02-21T22:04:53.243Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
27682025-02-21T22:04:53.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692025-02-21T22:04:53.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702025-02-21T22:04:53.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712025-02-21T22:04:53.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27722025-02-21T22:04:53.902Z
27732025-02-21T22:04:53.902Zinfo: running `cargo check --bins` on wicketd-client (96/199)
27742025-02-21T22:04:54.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752025-02-21T22:04:54.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762025-02-21T22:04:54.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772025-02-21T22:04:54.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27782025-02-21T22:04:54.576Z
27792025-02-21T22:04:54.576Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
27802025-02-21T22:04:55.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812025-02-21T22:04:55.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822025-02-21T22:04:55.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832025-02-21T22:04:55.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27842025-02-21T22:04:55.246Z
27852025-02-21T22:04:55.246Zinfo: running `cargo check --bins` on wicket-common (98/199)
27862025-02-21T22:04:55.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872025-02-21T22:04:55.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882025-02-21T22:04:55.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892025-02-21T22:04:55.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27902025-02-21T22:04:55.912Z
27912025-02-21T22:04:55.912Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
27922025-02-21T22:04:56.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932025-02-21T22:04:56.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942025-02-21T22:04:56.578Z Checking csv-core v0.1.11
27952025-02-21T22:04:56.582Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27962025-02-21T22:04:56.582Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27972025-02-21T22:04:56.582Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27982025-02-21T22:04:56.858Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27992025-02-21T22:04:56.876Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28002025-02-21T22:04:56.920Z Checking csv v1.3.1
28012025-02-21T22:04:57.465Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28022025-02-21T22:04:57.867Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28032025-02-21T22:04:59.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
28042025-02-21T22:04:59.560Z
28052025-02-21T22:04:59.560Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28062025-02-21T22:05:00.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072025-02-21T22:05:00.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082025-02-21T22:05:00.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092025-02-21T22:05:00.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28102025-02-21T22:05:00.196Z
28112025-02-21T22:05:00.196Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28122025-02-21T22:05:00.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132025-02-21T22:05:00.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142025-02-21T22:05:00.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152025-02-21T22:05:00.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28162025-02-21T22:05:00.839Z
28172025-02-21T22:05:00.839Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28182025-02-21T22:05:01.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192025-02-21T22:05:01.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202025-02-21T22:05:01.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212025-02-21T22:05:01.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28222025-02-21T22:05:01.587Z
28232025-02-21T22:05:01.587Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28242025-02-21T22:05:02.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252025-02-21T22:05:02.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262025-02-21T22:05:02.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272025-02-21T22:05:02.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28282025-02-21T22:05:02.316Z
28292025-02-21T22:05:02.317Zinfo: running `cargo check --bins` on dns-server (104/199)
28302025-02-21T22:05:02.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312025-02-21T22:05:02.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322025-02-21T22:05:02.990Z Compiling typify-impl v0.3.0
28332025-02-21T22:05:07.140Z Compiling parking_lot_core v0.8.6
28342025-02-21T22:05:07.222Z Checking fxhash v0.2.1
28352025-02-21T22:05:07.222Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28362025-02-21T22:05:07.222Z Checking hickory-client v0.24.3
28372025-02-21T22:05:07.222Z Checking hickory-server v0.24.3
28382025-02-21T22:05:07.223Z Checking parking_lot v0.11.2
28392025-02-21T22:05:07.223Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28402025-02-21T22:05:07.223Z Checking sled v0.34.7
28412025-02-21T22:05:08.433Z Compiling typify-macro v0.3.0
28422025-02-21T22:05:09.950Z Compiling typify v0.3.0
28432025-02-21T22:05:10.022Z Compiling progenitor-impl v0.9.1
28442025-02-21T22:05:12.426Z Compiling progenitor-macro v0.9.1
28452025-02-21T22:05:15.974Z Checking progenitor v0.9.1
28462025-02-21T22:05:16.106Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28472025-02-21T22:05:16.562Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28482025-02-21T22:05:17.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.49s
28492025-02-21T22:05:17.989Z
28502025-02-21T22:05:17.989Zinfo: running `cargo check --bins` on dns-server-api (105/199)
28512025-02-21T22:05:18.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522025-02-21T22:05:18.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532025-02-21T22:05:18.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542025-02-21T22:05:18.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28552025-02-21T22:05:18.623Z
28562025-02-21T22:05:18.624Zinfo: running `cargo check --bins` on gateway-test-utils (106/199)
28572025-02-21T22:05:19.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582025-02-21T22:05:19.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592025-02-21T22:05:19.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602025-02-21T22:05:19.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28612025-02-21T22:05:19.313Z
28622025-02-21T22:05:19.313Zinfo: running `cargo check --bins` on gateway-types (107/199)
28632025-02-21T22:05:19.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642025-02-21T22:05:19.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652025-02-21T22:05:19.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662025-02-21T22:05:19.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28672025-02-21T22:05:19.948Z
28682025-02-21T22:05:19.948Zinfo: running `cargo check --bins` on ipcc (108/199)
28692025-02-21T22:05:20.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702025-02-21T22:05:20.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712025-02-21T22:05:20.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722025-02-21T22:05:20.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28732025-02-21T22:05:20.590Z
28742025-02-21T22:05:20.590Zinfo: running `cargo check --bins` on omicron-gateway (109/199)
28752025-02-21T22:05:21.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762025-02-21T22:05:21.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772025-02-21T22:05:21.299Z Compiling semver v0.1.20
28782025-02-21T22:05:21.299Z Compiling radium v0.7.0
28792025-02-21T22:05:21.416Z Compiling maybe-uninit v2.0.0
28802025-02-21T22:05:21.421Z Checking tap v1.0.1
28812025-02-21T22:05:21.438Z Checking password-hash v0.5.0
28822025-02-21T22:05:21.440Z Checking blake2 v0.10.6
28832025-02-21T22:05:21.440Z Checking crc-catalog v2.4.0
28842025-02-21T22:05:21.441Z Checking funty v2.0.0
28852025-02-21T22:05:21.550Z Checking wyz v0.5.1
28862025-02-21T22:05:21.624Z Compiling cancel-safe-futures v0.1.5
28872025-02-21T22:05:21.860Z Compiling rustc_version v0.1.7
28882025-02-21T22:05:21.895Z Compiling packed_struct v0.10.1
28892025-02-21T22:05:21.895Z Compiling owo-colors v4.1.0
28902025-02-21T22:05:21.951Z Checking argon2 v0.5.3
28912025-02-21T22:05:22.031Z Checking crc v3.2.1
28922025-02-21T22:05:22.116Z Compiling packed_struct_codegen v0.10.1
28932025-02-21T22:05:22.254Z Compiling newtype_derive v0.1.6
28942025-02-21T22:05:22.270Z Checking half v2.4.1
28952025-02-21T22:05:22.273Z Compiling indexmap v1.9.3
28962025-02-21T22:05:22.273Z Checking bitvec v1.0.1
28972025-02-21T22:05:22.374Z Checking nodrop v0.1.14
28982025-02-21T22:05:22.463Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28992025-02-21T22:05:22.503Z Checking ciborium-io v0.2.2
29002025-02-21T22:05:22.639Z Checking array-init v0.0.4
29012025-02-21T22:05:22.642Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29022025-02-21T22:05:22.714Z Checking ciborium-ll v0.2.2
29032025-02-21T22:05:22.733Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29042025-02-21T22:05:22.801Z Checking smallvec v0.6.14
29052025-02-21T22:05:23.013Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29062025-02-21T22:05:23.162Z Checking libsw v3.3.1
29072025-02-21T22:05:23.347Z Checking swrite v0.1.0
29082025-02-21T22:05:23.386Z Checking indent_write v2.2.0
29092025-02-21T22:05:23.430Z Checking hashbrown v0.12.3
29102025-02-21T22:05:23.492Z Checking linear-map v1.2.0
29112025-02-21T22:05:23.523Z Checking bitfield v0.14.0
29122025-02-21T22:05:23.595Z Checking termcolor v1.4.1
29132025-02-21T22:05:23.792Z Checking ron v0.8.1
29142025-02-21T22:05:23.829Z Checking serde-hex v0.1.0
29152025-02-21T22:05:23.961Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29162025-02-21T22:05:24.010Z Checking env_logger v0.10.2
29172025-02-21T22:05:24.206Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29182025-02-21T22:05:24.392Z Checking ciborium v0.2.2
29192025-02-21T22:05:24.798Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29202025-02-21T22:05:24.990Z Checking steno v0.4.1
29212025-02-21T22:05:25.043Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29222025-02-21T22:05:25.321Z Checking hashbrown v0.13.2
29232025-02-21T22:05:25.325Z Checking crc-any v2.5.0
29242025-02-21T22:05:25.478Z Checking humantime v2.1.0
29252025-02-21T22:05:25.704Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29262025-02-21T22:05:25.808Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29272025-02-21T22:05:26.134Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29282025-02-21T22:05:26.278Z Checking path-slash v0.1.5
29292025-02-21T22:05:26.287Z Checking object v0.30.4
29302025-02-21T22:05:26.419Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29312025-02-21T22:05:26.519Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29322025-02-21T22:05:27.147Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29332025-02-21T22:05:27.166Z Checking nix v0.27.1
29342025-02-21T22:05:27.211Z Checking tungstenite v0.23.0
29352025-02-21T22:05:27.416Z Checking kstat-rs v0.2.4
29362025-02-21T22:05:27.641Z Checking signal-hook-tokio v0.3.1
29372025-02-21T22:05:27.769Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29382025-02-21T22:05:28.072Z Checking tokio-tungstenite v0.23.1
29392025-02-21T22:05:28.321Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29402025-02-21T22:05:28.833Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29412025-02-21T22:05:28.984Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29422025-02-21T22:05:35.675Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29432025-02-21T22:05:36.989Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29442025-02-21T22:05:39.502Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29452025-02-21T22:05:44.692Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29462025-02-21T22:05:45.344Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29472025-02-21T22:05:47.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.38s
29482025-02-21T22:05:48.167Z
29492025-02-21T22:05:48.167Zinfo: running `cargo check --bins` on gateway-api (110/199)
29502025-02-21T22:05:48.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512025-02-21T22:05:48.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522025-02-21T22:05:48.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532025-02-21T22:05:48.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29542025-02-21T22:05:48.804Z
29552025-02-21T22:05:48.804Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199)
29562025-02-21T22:05:49.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572025-02-21T22:05:49.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582025-02-21T22:05:49.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29592025-02-21T22:05:49.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29602025-02-21T22:05:49.414Z
29612025-02-21T22:05:49.414Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199)
29622025-02-21T22:05:49.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632025-02-21T22:05:49.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642025-02-21T22:05:49.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29652025-02-21T22:05:49.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29662025-02-21T22:05:50.049Z
29672025-02-21T22:05:50.049Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199)
29682025-02-21T22:05:50.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692025-02-21T22:05:50.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702025-02-21T22:05:50.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29712025-02-21T22:05:50.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29722025-02-21T22:05:50.695Z
29732025-02-21T22:05:50.695Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199)
29742025-02-21T22:05:51.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752025-02-21T22:05:51.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762025-02-21T22:05:51.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772025-02-21T22:05:51.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29782025-02-21T22:05:51.333Z
29792025-02-21T22:05:51.333Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199)
29802025-02-21T22:05:51.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812025-02-21T22:05:51.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822025-02-21T22:05:51.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29832025-02-21T22:05:51.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29842025-02-21T22:05:51.970Z
29852025-02-21T22:05:51.970Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199)
29862025-02-21T22:05:52.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872025-02-21T22:05:52.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882025-02-21T22:05:52.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29892025-02-21T22:05:52.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29902025-02-21T22:05:52.607Z
29912025-02-21T22:05:52.607Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199)
29922025-02-21T22:05:53.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932025-02-21T22:05:53.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942025-02-21T22:05:53.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29952025-02-21T22:05:53.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29962025-02-21T22:05:53.250Z
29972025-02-21T22:05:53.250Zinfo: running `cargo check --bins` on oximeter-producer (118/199)
29982025-02-21T22:05:53.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992025-02-21T22:05:53.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002025-02-21T22:05:53.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012025-02-21T22:05:53.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30022025-02-21T22:05:53.910Z
30032025-02-21T22:05:53.910Zinfo: running `cargo check --bins` on internal-dns-resolver (119/199)
30042025-02-21T22:05:54.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052025-02-21T22:05:54.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062025-02-21T22:05:54.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072025-02-21T22:05:54.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30082025-02-21T22:05:54.547Z
30092025-02-21T22:05:54.547Zinfo: running `cargo check --bins` on sp-sim (120/199)
30102025-02-21T22:05:55.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112025-02-21T22:05:55.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122025-02-21T22:05:55.192Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30132025-02-21T22:05:55.641Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30142025-02-21T22:05:57.296Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30152025-02-21T22:05:58.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
30162025-02-21T22:05:59.156Z
30172025-02-21T22:05:59.156Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199)
30182025-02-21T22:05:59.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192025-02-21T22:05:59.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202025-02-21T22:05:59.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212025-02-21T22:05:59.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30222025-02-21T22:05:59.846Z
30232025-02-21T22:05:59.846Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199)
30242025-02-21T22:06:00.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252025-02-21T22:06:00.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262025-02-21T22:06:00.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272025-02-21T22:06:00.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30282025-02-21T22:06:00.542Z
30292025-02-21T22:06:00.542Zinfo: running `cargo check --bins` on db-macros (123/199)
30302025-02-21T22:06:01.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312025-02-21T22:06:01.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322025-02-21T22:06:01.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332025-02-21T22:06:01.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30342025-02-21T22:06:01.161Z
30352025-02-21T22:06:01.161Zinfo: running `cargo check --bins` on nexus-macros-common (124/199)
30362025-02-21T22:06:01.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372025-02-21T22:06:01.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382025-02-21T22:06:01.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392025-02-21T22:06:01.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30402025-02-21T22:06:01.781Z
30412025-02-21T22:06:01.781Zinfo: running `cargo check --bins` on nexus-auth (125/199)
30422025-02-21T22:06:02.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432025-02-21T22:06:02.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442025-02-21T22:06:02.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452025-02-21T22:06:02.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30462025-02-21T22:06:02.468Z
30472025-02-21T22:06:02.468Zinfo: running `cargo check --bins` on authz-macros (126/199)
30482025-02-21T22:06:03.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492025-02-21T22:06:03.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502025-02-21T22:06:03.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512025-02-21T22:06:03.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30522025-02-21T22:06:03.080Z
30532025-02-21T22:06:03.080Zinfo: running `cargo check --bins` on nexus-db-fixed-data (127/199)
30542025-02-21T22:06:03.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552025-02-21T22:06:03.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562025-02-21T22:06:03.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572025-02-21T22:06:03.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30582025-02-21T22:06:03.746Z
30592025-02-21T22:06:03.746Zinfo: running `cargo check --bins` on nexus-db-model (128/199)
30602025-02-21T22:06:04.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612025-02-21T22:06:04.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622025-02-21T22:06:04.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632025-02-21T22:06:04.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30642025-02-21T22:06:04.408Z
30652025-02-21T22:06:04.408Zinfo: running `cargo check --bins` on nexus-defaults (129/199)
30662025-02-21T22:06:04.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672025-02-21T22:06:04.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682025-02-21T22:06:04.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692025-02-21T22:06:04.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30702025-02-21T22:06:05.044Z
30712025-02-21T22:06:05.044Zinfo: running `cargo check --bins` on nexus-inventory (130/199)
30722025-02-21T22:06:05.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732025-02-21T22:06:05.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742025-02-21T22:06:05.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752025-02-21T22:06:05.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30762025-02-21T22:06:05.708Z
30772025-02-21T22:06:05.708Zinfo: running `cargo check --bins` on typed-rng (131/199)
30782025-02-21T22:06:06.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792025-02-21T22:06:06.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802025-02-21T22:06:06.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812025-02-21T22:06:06.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30822025-02-21T22:06:06.316Z
30832025-02-21T22:06:06.316Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199)
30842025-02-21T22:06:06.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852025-02-21T22:06:06.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862025-02-21T22:06:07.062Z Checking keccak v0.1.5
30872025-02-21T22:06:07.174Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
30882025-02-21T22:06:07.177Z Checking secrecy v0.8.0
30892025-02-21T22:06:07.177Z Compiling unicase v2.7.0
30902025-02-21T22:06:07.177Z Compiling same-file v1.0.6
30912025-02-21T22:06:07.200Z Compiling tempfile v3.13.0
30922025-02-21T22:06:07.240Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
30932025-02-21T22:06:07.240Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30942025-02-21T22:06:07.369Z Compiling walkdir v2.5.0
30952025-02-21T22:06:07.454Z Compiling thiserror-impl-no-std v2.0.2
30962025-02-21T22:06:07.476Z Checking sha3 v0.10.8
30972025-02-21T22:06:07.495Z Checking universal-hash v0.5.1
30982025-02-21T22:06:07.535Z Compiling blake3 v1.5.4
30992025-02-21T22:06:07.685Z Checking opaque-debug v0.3.1
31002025-02-21T22:06:07.720Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31012025-02-21T22:06:07.795Z Checking poly1305 v0.8.0
31022025-02-21T22:06:07.817Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31032025-02-21T22:06:07.871Z Checking chacha20 v0.9.1
31042025-02-21T22:06:07.944Z Checking aead v0.5.2
31052025-02-21T22:06:08.022Z Compiling memmap2 v0.9.5
31062025-02-21T22:06:08.049Z Compiling libefi-sys v0.1.0
31072025-02-21T22:06:08.182Z Compiling arrayvec v0.7.6
31082025-02-21T22:06:08.209Z Compiling constant_time_eq v0.3.1
31092025-02-21T22:06:08.297Z Compiling salty v0.3.0
31102025-02-21T22:06:08.356Z Compiling arrayref v0.3.9
31112025-02-21T22:06:08.418Z Checking chacha20poly1305 v0.10.1
31122025-02-21T22:06:08.484Z Compiling toolchain_find v0.4.0
31132025-02-21T22:06:08.551Z Compiling camino-tempfile v1.1.1
31142025-02-21T22:06:08.591Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31152025-02-21T22:06:08.741Z Compiling bitfield-struct v0.6.2
31162025-02-21T22:06:08.846Z Compiling topological-sort v0.2.2
31172025-02-21T22:06:08.965Z Compiling mime_guess v2.0.5
31182025-02-21T22:06:09.059Z Compiling rustfmt-wrapper v0.2.1
31192025-02-21T22:06:09.481Z Compiling omicron-zone-package v0.12.0
31202025-02-21T22:06:09.639Z Compiling progenitor v0.9.1
31212025-02-21T22:06:09.659Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31222025-02-21T22:06:09.869Z Checking primeorder v0.13.6
31232025-02-21T22:06:09.897Z Checking env_filter v0.1.2
31242025-02-21T22:06:09.938Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31252025-02-21T22:06:09.996Z Checking thiserror-no-std v2.0.2
31262025-02-21T22:06:10.089Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31272025-02-21T22:06:10.120Z Checking env_logger v0.11.5
31282025-02-21T22:06:10.138Z Checking vsss-rs v3.3.4
31292025-02-21T22:06:10.154Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31302025-02-21T22:06:10.318Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31312025-02-21T22:06:10.338Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31322025-02-21T22:06:10.341Z Checking p384 v0.13.0
31332025-02-21T22:06:10.559Z Checking lockfree-object-pool v0.1.6
31342025-02-21T22:06:10.669Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31352025-02-21T22:06:10.744Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31362025-02-21T22:06:10.796Z Checking bumpalo v3.16.0
31372025-02-21T22:06:10.842Z Compiling zip v2.1.3
31382025-02-21T22:06:11.073Z Checking http-range v0.1.5
31392025-02-21T22:06:11.137Z Checking simd-adler32 v0.3.7
31402025-02-21T22:06:11.140Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31412025-02-21T22:06:11.266Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31422025-02-21T22:06:11.473Z Checking zopfli v0.8.1
31432025-02-21T22:06:11.507Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31442025-02-21T22:06:11.800Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31452025-02-21T22:06:11.860Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31462025-02-21T22:06:12.059Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
31472025-02-21T22:06:12.171Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31482025-02-21T22:06:12.248Z Checking atty v0.2.14
31492025-02-21T22:06:12.392Z Checking glob v0.3.2
31502025-02-21T22:06:12.470Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31512025-02-21T22:06:12.558Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31522025-02-21T22:06:12.721Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31532025-02-21T22:06:13.184Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31542025-02-21T22:06:13.695Z Checking hyper-staticfile v0.10.1
31552025-02-21T22:06:13.876Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
31562025-02-21T22:06:14.147Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31572025-02-21T22:06:14.191Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31582025-02-21T22:06:14.211Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31592025-02-21T22:06:14.520Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31602025-02-21T22:06:14.567Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31612025-02-21T22:06:14.733Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31622025-02-21T22:06:15.093Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31632025-02-21T22:06:15.231Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31642025-02-21T22:06:15.343Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31652025-02-21T22:06:15.525Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31662025-02-21T22:06:18.517Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31672025-02-21T22:06:18.517Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31682025-02-21T22:06:27.168Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31692025-02-21T22:06:40.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.00s
31702025-02-21T22:06:40.517Z
31712025-02-21T22:06:40.517Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199)
31722025-02-21T22:06:41.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732025-02-21T22:06:41.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742025-02-21T22:06:41.263Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31752025-02-21T22:06:54.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s
31762025-02-21T22:06:54.590Z
31772025-02-21T22:06:54.590Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199)
31782025-02-21T22:06:55.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792025-02-21T22:06:55.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802025-02-21T22:06:55.333Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31812025-02-21T22:07:08.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s
31822025-02-21T22:07:08.754Z
31832025-02-21T22:07:08.754Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199)
31842025-02-21T22:07:09.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852025-02-21T22:07:09.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862025-02-21T22:07:09.494Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31872025-02-21T22:07:22.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
31882025-02-21T22:07:22.923Z
31892025-02-21T22:07:22.923Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199)
31902025-02-21T22:07:23.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912025-02-21T22:07:23.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922025-02-21T22:07:23.664Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31932025-02-21T22:07:36.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s
31942025-02-21T22:07:37.003Z
31952025-02-21T22:07:37.003Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199)
31962025-02-21T22:07:37.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972025-02-21T22:07:37.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982025-02-21T22:07:37.747Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31992025-02-21T22:07:50.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s
32002025-02-21T22:07:51.108Z
32012025-02-21T22:07:51.108Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199)
32022025-02-21T22:07:51.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032025-02-21T22:07:51.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042025-02-21T22:07:51.846Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32052025-02-21T22:08:05.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s
32062025-02-21T22:08:05.318Z
32072025-02-21T22:08:05.318Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199)
32082025-02-21T22:08:05.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092025-02-21T22:08:05.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102025-02-21T22:08:06.060Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32112025-02-21T22:08:19.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s
32122025-02-21T22:08:19.449Z
32132025-02-21T22:08:19.449Zinfo: running `cargo check --bins` on bootstrap-agent-api (140/199)
32142025-02-21T22:08:20.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152025-02-21T22:08:20.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162025-02-21T22:08:20.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172025-02-21T22:08:20.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32182025-02-21T22:08:20.108Z
32192025-02-21T22:08:20.108Zinfo: running `cargo check --bins` on key-manager (141/199)
32202025-02-21T22:08:20.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212025-02-21T22:08:20.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222025-02-21T22:08:20.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232025-02-21T22:08:20.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32242025-02-21T22:08:20.744Z
32252025-02-21T22:08:20.744Zinfo: running `cargo check --bins` on range-requests (142/199)
32262025-02-21T22:08:21.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272025-02-21T22:08:21.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282025-02-21T22:08:21.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292025-02-21T22:08:21.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32302025-02-21T22:08:21.356Z
32312025-02-21T22:08:21.356Zinfo: running `cargo check --bins` on repo-depot-api (143/199)
32322025-02-21T22:08:21.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332025-02-21T22:08:21.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342025-02-21T22:08:21.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352025-02-21T22:08:21.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32362025-02-21T22:08:21.992Z
32372025-02-21T22:08:21.993Zinfo: running `cargo check --bins` on sled-agent-api (144/199)
32382025-02-21T22:08:22.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392025-02-21T22:08:22.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402025-02-21T22:08:22.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412025-02-21T22:08:22.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32422025-02-21T22:08:22.648Z
32432025-02-21T22:08:22.648Zinfo: running `cargo check --bins` on sled-diagnostics (145/199)
32442025-02-21T22:08:23.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452025-02-21T22:08:23.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462025-02-21T22:08:23.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472025-02-21T22:08:23.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32482025-02-21T22:08:23.265Z
32492025-02-21T22:08:23.265Zinfo: running `cargo check --bins` on sled-hardware (146/199)
32502025-02-21T22:08:23.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512025-02-21T22:08:23.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522025-02-21T22:08:23.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532025-02-21T22:08:23.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32542025-02-21T22:08:23.913Z
32552025-02-21T22:08:23.913Zinfo: running `cargo check --bins --no-default-features` on sled-storage (147/199)
32562025-02-21T22:08:24.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572025-02-21T22:08:24.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582025-02-21T22:08:24.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592025-02-21T22:08:24.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32602025-02-21T22:08:24.564Z
32612025-02-21T22:08:24.564Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199)
32622025-02-21T22:08:25.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-02-21T22:08:25.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-02-21T22:08:25.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652025-02-21T22:08:25.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32662025-02-21T22:08:25.206Z
32672025-02-21T22:08:25.206Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199)
32682025-02-21T22:08:25.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692025-02-21T22:08:25.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702025-02-21T22:08:25.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712025-02-21T22:08:25.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32722025-02-21T22:08:25.869Z
32732025-02-21T22:08:25.870Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (150/199)
32742025-02-21T22:08:26.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752025-02-21T22:08:26.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762025-02-21T22:08:26.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772025-02-21T22:08:26.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32782025-02-21T22:08:26.539Z
32792025-02-21T22:08:26.539Zinfo: running `cargo check --bins` on nexus-test-interface (151/199)
32802025-02-21T22:08:27.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812025-02-21T22:08:27.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822025-02-21T22:08:27.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832025-02-21T22:08:27.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32842025-02-21T22:08:27.218Z
32852025-02-21T22:08:27.218Zinfo: running `cargo check --bins` on oximeter-collector (152/199)
32862025-02-21T22:08:27.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872025-02-21T22:08:27.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882025-02-21T22:08:27.937Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32892025-02-21T22:08:27.937Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32902025-02-21T22:08:28.814Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32912025-02-21T22:08:30.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
32922025-02-21T22:08:30.938Z
32932025-02-21T22:08:30.939Zinfo: running `cargo check --bins` on oximeter-api (153/199)
32942025-02-21T22:08:31.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952025-02-21T22:08:31.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962025-02-21T22:08:31.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972025-02-21T22:08:31.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32982025-02-21T22:08:31.579Z
32992025-02-21T22:08:31.580Zinfo: running `cargo check --bins` on cert-dev (154/199)
33002025-02-21T22:08:32.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012025-02-21T22:08:32.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022025-02-21T22:08:32.214Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33032025-02-21T22:08:32.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33042025-02-21T22:08:32.650Z
33052025-02-21T22:08:32.650Zinfo: running `cargo check --bins` on clickana (155/199)
33062025-02-21T22:08:33.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072025-02-21T22:08:33.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082025-02-21T22:08:33.310Z Checking castaway v0.2.3
33092025-02-21T22:08:33.313Z Checking unicode-truncate v1.1.0
33102025-02-21T22:08:33.313Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33112025-02-21T22:08:33.313Z Checking lru v0.12.5
33122025-02-21T22:08:33.313Z Compiling instability v0.3.2
33132025-02-21T22:08:33.313Z Checking cassowary v0.3.0
33142025-02-21T22:08:33.314Z Compiling indoc v2.0.5
33152025-02-21T22:08:33.534Z Checking compact_str v0.8.0
33162025-02-21T22:08:34.192Z Checking ratatui v0.29.0
33172025-02-21T22:08:35.071Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33182025-02-21T22:08:36.237Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33192025-02-21T22:08:37.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
33202025-02-21T22:08:37.228Z
33212025-02-21T22:08:37.228Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (156/199)
33222025-02-21T22:08:37.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232025-02-21T22:08:37.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242025-02-21T22:08:37.921Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33252025-02-21T22:08:37.924Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33262025-02-21T22:08:38.910Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33272025-02-21T22:08:39.363Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33282025-02-21T22:08:39.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
33292025-02-21T22:08:39.902Z
33302025-02-21T22:08:39.902Zinfo: running `cargo check --bins` on ch-dev (157/199)
33312025-02-21T22:08:40.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322025-02-21T22:08:40.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332025-02-21T22:08:40.565Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33342025-02-21T22:08:41.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
33352025-02-21T22:08:41.458Z
33362025-02-21T22:08:41.458Zinfo: running `cargo check --bins` on crdb-seed (158/199)
33372025-02-21T22:08:42.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382025-02-21T22:08:42.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392025-02-21T22:08:42.128Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33402025-02-21T22:08:42.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
33412025-02-21T22:08:42.654Z
33422025-02-21T22:08:42.655Zinfo: running `cargo check --bins` on db-dev (159/199)
33432025-02-21T22:08:43.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-02-21T22:08:43.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-02-21T22:08:43.323Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33462025-02-21T22:08:44.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
33472025-02-21T22:08:44.230Z
33482025-02-21T22:08:44.230Zinfo: running `cargo check --bins` on omicron-dev-lib (160/199)
33492025-02-21T22:08:44.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-02-21T22:08:44.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-02-21T22:08:44.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522025-02-21T22:08:44.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33532025-02-21T22:08:44.889Z
33542025-02-21T22:08:44.889Zinfo: running `cargo check --bins` on xtask-downloader (161/199)
33552025-02-21T22:08:45.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562025-02-21T22:08:45.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572025-02-21T22:08:45.504Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33582025-02-21T22:08:46.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
33592025-02-21T22:08:46.509Z
33602025-02-21T22:08:46.509Zinfo: running `cargo check --bins` on omicron-ls-apis (162/199)
33612025-02-21T22:08:47.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622025-02-21T22:08:47.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632025-02-21T22:08:47.129Z Checking cargo-platform v0.1.8
33642025-02-21T22:08:47.410Z Checking cargo_metadata v0.18.1
33652025-02-21T22:08:48.599Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33662025-02-21T22:08:49.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
33672025-02-21T22:08:49.293Z
33682025-02-21T22:08:49.294Zinfo: running `cargo check --bins` on mgs-dev (163/199)
33692025-02-21T22:08:49.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702025-02-21T22:08:49.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712025-02-21T22:08:50.010Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33722025-02-21T22:08:51.464Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33732025-02-21T22:08:52.012Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33742025-02-21T22:08:52.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
33752025-02-21T22:08:52.723Z
33762025-02-21T22:08:52.723Zinfo: running `cargo check --bins` on omicron-omdb (164/199)
33772025-02-21T22:08:53.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782025-02-21T22:08:53.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792025-02-21T22:08:53.515Z Compiling crunchy v0.2.2
33802025-02-21T22:08:53.515Z Compiling tiny-keccak v2.0.2
33812025-02-21T22:08:53.519Z Compiling dsl_auto_type v0.1.2
33822025-02-21T22:08:53.519Z Checking scheduled-thread-pool v0.2.7
33832025-02-21T22:08:53.519Z Compiling diesel_table_macro_syntax v0.2.0
33842025-02-21T22:08:53.675Z Compiling ascii-canvas v3.0.0
33852025-02-21T22:08:53.678Z Compiling ena v0.14.3
33862025-02-21T22:08:53.678Z Compiling diff v0.1.13
33872025-02-21T22:08:53.856Z Checking r2d2 v0.8.10
33882025-02-21T22:08:53.950Z Compiling regex-syntax v0.6.29
33892025-02-21T22:08:54.048Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33902025-02-21T22:08:54.070Z Compiling ref-cast v1.0.23
33912025-02-21T22:08:54.117Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33922025-02-21T22:08:54.173Z Compiling derive_builder_core v0.20.2
33932025-02-21T22:08:54.193Z Compiling libxml v0.3.3
33942025-02-21T22:08:54.277Z Compiling ref-cast-impl v1.0.23
33952025-02-21T22:08:54.414Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33962025-02-21T22:08:54.621Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33972025-02-21T22:08:54.649Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33982025-02-21T22:08:54.902Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33992025-02-21T22:08:54.940Z Compiling strum_macros v0.24.3
34002025-02-21T22:08:54.960Z Compiling diesel_derives v2.2.3
34012025-02-21T22:08:54.978Z Compiling samael v0.0.17
34022025-02-21T22:08:55.246Z Compiling indoc v1.0.9
34032025-02-21T22:08:56.133Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34042025-02-21T22:08:56.255Z Compiling derive_builder_macro v0.20.2
34052025-02-21T22:08:56.442Z Compiling oso-derive v0.27.3
34062025-02-21T22:08:57.015Z Compiling impl-trait-for-tuples v0.2.2
34072025-02-21T22:08:57.130Z Checking derive_builder v0.20.2
34082025-02-21T22:08:57.295Z Compiling lalrpop v0.19.12
34092025-02-21T22:08:57.427Z Checking quick-xml v0.33.0
34102025-02-21T22:08:57.620Z Compiling diesel-dtrace v0.4.2
34112025-02-21T22:08:57.941Z Checking maplit v1.0.2
34122025-02-21T22:08:58.113Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34132025-02-21T22:08:58.144Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34142025-02-21T22:08:58.449Z Checking bb8 v0.8.5
34152025-02-21T22:08:58.879Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34162025-02-21T22:08:58.931Z Checking rand_seeder v0.3.0
34172025-02-21T22:08:59.158Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34182025-02-21T22:08:59.185Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34192025-02-21T22:08:59.226Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34202025-02-21T22:08:59.396Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34212025-02-21T22:08:59.600Z Checking is_ci v1.2.0
34222025-02-21T22:08:59.707Z Checking smawk v0.3.2
34232025-02-21T22:08:59.760Z Checking unicode-linebreak v0.1.5
34242025-02-21T22:08:59.929Z Checking supports-color v3.0.1
34252025-02-21T22:09:00.178Z Checking multimap v0.10.0
34262025-02-21T22:09:00.195Z Checking textwrap v0.16.1
34272025-02-21T22:09:01.301Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34282025-02-21T22:09:03.005Z Checking diesel v2.2.7
34292025-02-21T22:09:27.048Z Compiling polar-core v0.27.3
34302025-02-21T22:09:28.570Z Checking async-bb8-diesel v0.2.1
34312025-02-21T22:09:34.205Z Checking oso v0.27.3
34322025-02-21T22:10:37.207Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34332025-02-21T22:10:43.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
34342025-02-21T22:10:43.977Z
34352025-02-21T22:10:43.977Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199)
34362025-02-21T22:10:44.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372025-02-21T22:10:44.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382025-02-21T22:10:44.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392025-02-21T22:10:44.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34402025-02-21T22:10:44.654Z
34412025-02-21T22:10:44.654Zinfo: running `cargo check --bins` on nexus-saga-recovery (166/199)
34422025-02-21T22:10:45.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432025-02-21T22:10:45.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442025-02-21T22:10:45.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452025-02-21T22:10:45.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34462025-02-21T22:10:45.327Z
34472025-02-21T22:10:45.327Zinfo: running `cargo check --bins` on nexus-test-utils-macros (167/199)
34482025-02-21T22:10:45.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492025-02-21T22:10:45.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502025-02-21T22:10:45.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512025-02-21T22:10:45.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34522025-02-21T22:10:45.948Z
34532025-02-21T22:10:45.948Zinfo: running `cargo check --bins` on omicron-nexus (168/199)
34542025-02-21T22:10:46.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552025-02-21T22:10:46.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562025-02-21T22:10:46.775Z Compiling libz-sys v1.1.20
34572025-02-21T22:10:46.778Z Compiling libgit2-sys v0.17.0+1.8.1
34582025-02-21T22:10:46.903Z Compiling vergen v8.3.2
34592025-02-21T22:10:46.906Z Compiling cargo-platform v0.1.8
34602025-02-21T22:10:46.906Z Compiling pin-project-internal v1.1.6
34612025-02-21T22:10:46.940Z Compiling libsqlite3-sys v0.30.1
34622025-02-21T22:10:46.943Z Compiling snafu-derive v0.8.5
34632025-02-21T22:10:46.943Z Compiling rustls v0.21.12
34642025-02-21T22:10:47.231Z Compiling cargo_metadata v0.18.1
34652025-02-21T22:10:47.269Z Compiling buf-list v1.0.3
34662025-02-21T22:10:47.422Z Checking globset v0.4.15
34672025-02-21T22:10:47.529Z Checking olpc-cjson v0.1.4
34682025-02-21T22:10:47.606Z Checking sct v0.7.1
34692025-02-21T22:10:47.801Z Checking rustls-webpki v0.101.7
34702025-02-21T22:10:47.821Z Checking serde_plain v1.0.2
34712025-02-21T22:10:47.924Z Checking typed-path v0.9.3
34722025-02-21T22:10:48.220Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34732025-02-21T22:10:48.452Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34742025-02-21T22:10:48.517Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34752025-02-21T22:10:48.780Z Checking hashlink v0.9.1
34762025-02-21T22:10:48.828Z Checking fallible-streaming-iterator v0.1.9
34772025-02-21T22:10:49.064Z Checking fallible-iterator v0.3.0
34782025-02-21T22:10:49.328Z Checking parse-size v1.1.0
34792025-02-21T22:10:49.548Z Checking pin-project v1.1.6
34802025-02-21T22:10:49.621Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34812025-02-21T22:10:49.641Z Checking rusqlite v0.32.1
34822025-02-21T22:10:49.672Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34832025-02-21T22:10:49.693Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34842025-02-21T22:10:50.183Z Checking rustls-pemfile v1.0.4
34852025-02-21T22:10:50.378Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34862025-02-21T22:10:50.397Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34872025-02-21T22:10:50.524Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34882025-02-21T22:10:50.633Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34892025-02-21T22:10:50.693Z Checking twox-hash v2.1.0
34902025-02-21T22:10:50.749Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34912025-02-21T22:10:50.977Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34922025-02-21T22:10:51.275Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34932025-02-21T22:10:51.409Z Checking tokio-rustls v0.24.1
34942025-02-21T22:10:51.541Z Checking snafu v0.8.5
34952025-02-21T22:10:51.957Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34962025-02-21T22:10:51.977Z Checking tough v0.19.0
34972025-02-21T22:10:52.482Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34982025-02-21T22:10:52.525Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34992025-02-21T22:10:52.701Z Checking fatfs v0.3.6
35002025-02-21T22:10:53.104Z Checking assert_matches v1.5.0
35012025-02-21T22:10:55.943Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35022025-02-21T22:10:57.193Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35032025-02-21T22:10:59.070Z Compiling git2 v0.19.0
35042025-02-21T22:11:03.058Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35052025-02-21T22:11:59.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
35062025-02-21T22:12:00.215Z
35072025-02-21T22:12:00.215Zinfo: running `cargo check --bins` on nexus-external-api (169/199)
35082025-02-21T22:12:00.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092025-02-21T22:12:00.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102025-02-21T22:12:00.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112025-02-21T22:12:00.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
35122025-02-21T22:12:00.939Z
35132025-02-21T22:12:00.940Zinfo: running `cargo check --bins` on openapi-manager-types (170/199)
35142025-02-21T22:12:01.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152025-02-21T22:12:01.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162025-02-21T22:12:01.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172025-02-21T22:12:01.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35182025-02-21T22:12:01.558Z
35192025-02-21T22:12:01.558Zinfo: running `cargo check --bins` on nexus-internal-api (171/199)
35202025-02-21T22:12:02.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212025-02-21T22:12:02.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222025-02-21T22:12:02.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232025-02-21T22:12:02.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35242025-02-21T22:12:02.229Z
35252025-02-21T22:12:02.229Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/199)
35262025-02-21T22:12:02.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272025-02-21T22:12:02.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282025-02-21T22:12:02.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292025-02-21T22:12:02.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35302025-02-21T22:12:02.909Z
35312025-02-21T22:12:02.909Zinfo: running `cargo check --bins` on nexus-networking (173/199)
35322025-02-21T22:12:03.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332025-02-21T22:12:03.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342025-02-21T22:12:03.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352025-02-21T22:12:03.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35362025-02-21T22:12:03.599Z
35372025-02-21T22:12:03.599Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/199)
35382025-02-21T22:12:04.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392025-02-21T22:12:04.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402025-02-21T22:12:04.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412025-02-21T22:12:04.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35422025-02-21T22:12:04.285Z
35432025-02-21T22:12:04.285Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199)
35442025-02-21T22:12:04.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452025-02-21T22:12:04.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462025-02-21T22:12:04.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472025-02-21T22:12:04.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35482025-02-21T22:12:04.971Z
35492025-02-21T22:12:04.971Zinfo: running `cargo check --bins` on update-common (176/199)
35502025-02-21T22:12:05.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512025-02-21T22:12:05.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522025-02-21T22:12:05.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532025-02-21T22:12:05.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35542025-02-21T22:12:05.630Z
35552025-02-21T22:12:05.630Zinfo: running `cargo check --bins` on tufaceous-lib (177/199)
35562025-02-21T22:12:06.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572025-02-21T22:12:06.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582025-02-21T22:12:06.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592025-02-21T22:12:06.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35602025-02-21T22:12:06.293Z
35612025-02-21T22:12:06.293Zinfo: running `cargo check --bins` on tufaceous (178/199)
35622025-02-21T22:12:06.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632025-02-21T22:12:06.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642025-02-21T22:12:06.970Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35652025-02-21T22:12:07.261Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35662025-02-21T22:12:08.241Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35672025-02-21T22:12:09.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
35682025-02-21T22:12:09.209Z
35692025-02-21T22:12:09.209Zinfo: running `cargo check --bins` on omicron-dev (179/199)
35702025-02-21T22:12:09.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712025-02-21T22:12:09.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722025-02-21T22:12:10.075Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35732025-02-21T22:12:10.078Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35742025-02-21T22:12:10.214Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35752025-02-21T22:12:10.217Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35762025-02-21T22:12:11.221Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35772025-02-21T22:12:37.371Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35782025-02-21T22:12:37.376Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35792025-02-21T22:12:37.376Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35802025-02-21T22:12:37.376Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35812025-02-21T22:12:37.377Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35822025-02-21T22:12:37.377Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35832025-02-21T22:12:38.144Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35842025-02-21T22:12:39.361Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35852025-02-21T22:13:20.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
35862025-02-21T22:13:21.063Z
35872025-02-21T22:13:21.063Zinfo: running `cargo check --bins` on openapi-manager (180/199)
35882025-02-21T22:13:21.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892025-02-21T22:13:21.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902025-02-21T22:13:21.781Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35912025-02-21T22:13:21.781Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35922025-02-21T22:13:21.803Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35932025-02-21T22:13:21.977Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35942025-02-21T22:13:21.990Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35952025-02-21T22:13:21.990Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35962025-02-21T22:13:21.990Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35972025-02-21T22:13:21.990Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35982025-02-21T22:13:22.169Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35992025-02-21T22:13:22.251Z Checking heck v0.4.1
36002025-02-21T22:13:22.343Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36012025-02-21T22:13:22.451Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36022025-02-21T22:13:22.476Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36032025-02-21T22:13:22.522Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36042025-02-21T22:13:22.958Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36052025-02-21T22:13:23.275Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36062025-02-21T22:13:23.305Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36072025-02-21T22:13:24.417Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36082025-02-21T22:13:25.096Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36092025-02-21T22:13:25.253Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36102025-02-21T22:13:26.087Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36112025-02-21T22:13:27.391Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36122025-02-21T22:13:27.391Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36132025-02-21T22:13:30.929Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36142025-02-21T22:13:30.969Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36152025-02-21T22:13:36.448Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36162025-02-21T22:13:36.448Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36172025-02-21T22:13:37.702Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36182025-02-21T22:13:38.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.63s
36192025-02-21T22:13:38.885Z
36202025-02-21T22:13:38.885Zinfo: running `cargo check --bins` on installinator-api (181/199)
36212025-02-21T22:13:39.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222025-02-21T22:13:39.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232025-02-21T22:13:39.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242025-02-21T22:13:39.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36252025-02-21T22:13:39.546Z
36262025-02-21T22:13:39.546Zinfo: running `cargo check --bins` on wicketd-api (182/199)
36272025-02-21T22:13:40.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282025-02-21T22:13:40.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292025-02-21T22:13:40.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302025-02-21T22:13:40.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36312025-02-21T22:13:40.213Z
36322025-02-21T22:13:40.213Zinfo: running `cargo check --bins` on omicron-pins (183/199)
36332025-02-21T22:13:40.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342025-02-21T22:13:40.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352025-02-21T22:13:40.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362025-02-21T22:13:40.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36372025-02-21T22:13:40.835Z
36382025-02-21T22:13:40.835Zinfo: running `cargo check --bins` on reconfigurator-cli (184/199)
36392025-02-21T22:13:41.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402025-02-21T22:13:41.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412025-02-21T22:13:41.538Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36422025-02-21T22:13:41.541Z Compiling petname v2.0.2
36432025-02-21T22:13:41.541Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36442025-02-21T22:13:41.541Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36452025-02-21T22:13:41.541Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36462025-02-21T22:13:41.541Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36472025-02-21T22:13:41.668Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36482025-02-21T22:13:41.704Z Checking sync-ptr v0.1.1
36492025-02-21T22:13:46.845Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36502025-02-21T22:13:47.464Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36512025-02-21T22:13:48.622Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36522025-02-21T22:13:50.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s
36532025-02-21T22:13:50.334Z
36542025-02-21T22:13:50.335Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199)
36552025-02-21T22:13:50.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562025-02-21T22:13:50.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572025-02-21T22:13:50.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582025-02-21T22:13:50.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36592025-02-21T22:13:51.018Z
36602025-02-21T22:13:51.018Zinfo: running `cargo check --bins` on omicron-releng (186/199)
36612025-02-21T22:13:51.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622025-02-21T22:13:51.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632025-02-21T22:13:51.697Z Checking memmap2 v0.9.5
36642025-02-21T22:13:51.697Z Checking arrayref v0.3.9
36652025-02-21T22:13:51.702Z Checking constant_time_eq v0.3.1
36662025-02-21T22:13:51.702Z Checking arrayvec v0.7.6
36672025-02-21T22:13:51.702Z Checking topological-sort v0.2.2
36682025-02-21T22:13:51.802Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
36692025-02-21T22:13:51.811Z Checking shell-words v1.1.0
36702025-02-21T22:13:52.101Z Checking blake3 v1.5.4
36712025-02-21T22:13:52.462Z Checking omicron-zone-package v0.12.0
36722025-02-21T22:13:53.580Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36732025-02-21T22:13:54.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
36742025-02-21T22:13:54.670Z
36752025-02-21T22:13:54.670Zinfo: running `cargo check --bins` on xtask (187/199)
36762025-02-21T22:13:55.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772025-02-21T22:13:55.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782025-02-21T22:13:55.104Z Checking bitflags v2.6.0
36792025-02-21T22:13:55.107Z Checking serde v1.0.217
36802025-02-21T22:13:55.107Z Checking thiserror v1.0.69
36812025-02-21T22:13:55.197Z Checking scroll v0.12.0
36822025-02-21T22:13:55.200Z Checking log v0.4.22
36832025-02-21T22:13:55.205Z Checking hashbrown v0.15.1
36842025-02-21T22:13:55.225Z Checking zerocopy v0.7.35
36852025-02-21T22:13:55.240Z Checking syn v2.0.96
36862025-02-21T22:13:55.314Z Checking pest v2.7.14
36872025-02-21T22:13:55.447Z Checking rustix v0.38.37
36882025-02-21T22:13:55.447Z Checking once_cell v1.20.3
36892025-02-21T22:13:55.627Z Checking goblin v0.8.2
36902025-02-21T22:13:55.779Z Checking fs-err v2.11.0
36912025-02-21T22:13:56.114Z Checking anyhow v1.0.96
36922025-02-21T22:13:56.227Z Checking indexmap v2.7.1
36932025-02-21T22:13:56.400Z Checking tabled v0.15.0
36942025-02-21T22:13:57.250Z Checking terminal_size v0.4.0
36952025-02-21T22:13:57.250Z Checking tempfile v3.13.0
36962025-02-21T22:13:57.438Z Checking clap_builder v4.5.30
36972025-02-21T22:13:57.481Z Checking dtrace-parser v0.2.0
36982025-02-21T22:13:59.296Z Checking serde_json v1.0.139
36992025-02-21T22:13:59.296Z Checking serde_spanned v0.6.8
37002025-02-21T22:13:59.299Z Checking toml_datetime v0.6.8
37012025-02-21T22:13:59.299Z Checking camino v1.1.9
37022025-02-21T22:13:59.299Z Checking cargo-platform v0.1.8
37032025-02-21T22:13:59.299Z Checking semver v1.0.25
37042025-02-21T22:13:59.454Z Checking macaddr v1.0.1
37052025-02-21T22:13:59.640Z Checking toml_edit v0.22.22
37062025-02-21T22:13:59.762Z Checking camino-tempfile v1.1.1
37072025-02-21T22:13:59.951Z Checking clap v4.5.30
37082025-02-21T22:14:00.407Z Checking dof v0.3.0
37092025-02-21T22:14:00.407Z Checking cargo_metadata v0.18.1
37102025-02-21T22:14:00.827Z Checking usdt-impl v0.5.0
37112025-02-21T22:14:01.199Z Checking usdt v0.5.0
37122025-02-21T22:14:01.392Z Checking toml v0.8.19
37132025-02-21T22:14:01.829Z Checking cargo_toml v0.20.5
37142025-02-21T22:14:02.962Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37152025-02-21T22:14:03.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s
37162025-02-21T22:14:03.711Z
37172025-02-21T22:14:03.711Zinfo: running `cargo check --bins` on end-to-end-tests (188/199)
37182025-02-21T22:14:04.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192025-02-21T22:14:04.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202025-02-21T22:14:04.472Z Checking polyval v0.6.2
37212025-02-21T22:14:04.586Z Checking ctr v0.9.2
37222025-02-21T22:14:04.597Z Checking ssh-encoding v0.2.0
37232025-02-21T22:14:04.601Z Checking blowfish v0.9.1
37242025-02-21T22:14:04.627Z Checking password-hash v0.4.2
37252025-02-21T22:14:04.652Z Checking p521 v0.13.3
37262025-02-21T22:14:04.652Z Checking p256 v0.13.2
37272025-02-21T22:14:04.672Z Checking russh-cryptovec v0.7.3
37282025-02-21T22:14:04.816Z Checking bcrypt-pbkdf v0.10.0
37292025-02-21T22:14:04.836Z Checking md5 v0.7.0
37302025-02-21T22:14:04.840Z Checking ghash v0.5.1
37312025-02-21T22:14:04.884Z Checking num-bigint v0.4.6
37322025-02-21T22:14:04.905Z Checking des v0.8.1
37332025-02-21T22:14:05.011Z Checking pbkdf2 v0.11.0
37342025-02-21T22:14:05.028Z Checking aes-gcm v0.10.3
37352025-02-21T22:14:05.084Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37362025-02-21T22:14:05.107Z Checking hex-literal v0.4.1
37372025-02-21T22:14:05.134Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37382025-02-21T22:14:05.163Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37392025-02-21T22:14:05.328Z Checking internet-checksum v0.2.1
37402025-02-21T22:14:05.333Z Checking ssh-cipher v0.2.0
37412025-02-21T22:14:05.554Z Checking ssh-key v0.6.6
37422025-02-21T22:14:05.770Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37432025-02-21T22:14:06.702Z Checking russh-keys v0.45.0
37442025-02-21T22:14:07.534Z Checking russh v0.45.0
37452025-02-21T22:14:25.566Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37462025-02-21T22:14:26.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.20s
37472025-02-21T22:14:27.111Z
37482025-02-21T22:14:27.111Zinfo: running `cargo check --bins` on gateway-cli (189/199)
37492025-02-21T22:14:27.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502025-02-21T22:14:27.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512025-02-21T22:14:27.764Z Checking termios v0.3.3
37522025-02-21T22:14:27.991Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37532025-02-21T22:14:28.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
37542025-02-21T22:14:28.977Z
37552025-02-21T22:14:28.977Zinfo: running `cargo check --bins --no-default-features` on installinator (190/199)
37562025-02-21T22:14:29.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572025-02-21T22:14:29.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582025-02-21T22:14:29.673Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37592025-02-21T22:14:29.706Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37602025-02-21T22:14:29.706Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37612025-02-21T22:14:29.708Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37622025-02-21T22:14:30.672Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37632025-02-21T22:14:31.908Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37642025-02-21T22:14:33.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
37652025-02-21T22:14:33.878Z
37662025-02-21T22:14:33.878Zinfo: running `cargo check --bins` on internal-dns-cli (191/199)
37672025-02-21T22:14:34.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682025-02-21T22:14:34.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692025-02-21T22:14:34.523Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37702025-02-21T22:14:34.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37712025-02-21T22:14:35.165Z
37722025-02-21T22:14:35.165Zinfo: running `cargo check --bins` on omicron-live-tests (192/199)
37732025-02-21T22:14:35.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742025-02-21T22:14:35.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752025-02-21T22:14:35.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762025-02-21T22:14:35.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37772025-02-21T22:14:35.779Z
37782025-02-21T22:14:35.779Zinfo: running `cargo check --bins` on live-tests-macros (193/199)
37792025-02-21T22:14:36.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802025-02-21T22:14:36.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812025-02-21T22:14:36.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822025-02-21T22:14:36.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37832025-02-21T22:14:36.402Z
37842025-02-21T22:14:36.403Zinfo: running `cargo check --bins` on omicron-package (194/199)
37852025-02-21T22:14:36.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862025-02-21T22:14:36.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872025-02-21T22:14:37.091Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37882025-02-21T22:14:38.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
37892025-02-21T22:14:38.602Z
37902025-02-21T22:14:38.603Zinfo: running `cargo check --bins` on wicket-dbg (195/199)
37912025-02-21T22:14:39.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922025-02-21T22:14:39.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932025-02-21T22:14:39.323Z Checking rtoolbox v0.0.2
37942025-02-21T22:14:39.326Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37952025-02-21T22:14:39.326Z Checking tui-tree-widget v0.23.0
37962025-02-21T22:14:39.557Z Checking rpassword v7.3.1
37972025-02-21T22:14:43.306Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37982025-02-21T22:14:46.067Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37992025-02-21T22:14:47.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s
38002025-02-21T22:14:47.404Z
38012025-02-21T22:14:47.404Zinfo: running `cargo check --bins` on wicket (196/199)
38022025-02-21T22:14:47.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032025-02-21T22:14:48.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042025-02-21T22:14:48.111Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38052025-02-21T22:14:48.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
38062025-02-21T22:14:48.708Z
38072025-02-21T22:14:48.708Zinfo: running `cargo check --bins` on wicketd (197/199)
38082025-02-21T22:14:49.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092025-02-21T22:14:49.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102025-02-21T22:14:49.432Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38112025-02-21T22:14:49.436Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38122025-02-21T22:14:50.263Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38132025-02-21T22:14:54.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
38142025-02-21T22:14:54.223Z
38152025-02-21T22:14:54.223Zinfo: running `cargo check --bins` on omicron-workspace-hack (198/199)
38162025-02-21T22:14:54.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172025-02-21T22:14:54.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182025-02-21T22:14:54.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192025-02-21T22:14:54.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38202025-02-21T22:14:54.961Z
38212025-02-21T22:14:54.961Zinfo: running `cargo check --bins` on zone-setup (199/199)
38222025-02-21T22:14:55.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232025-02-21T22:14:55.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242025-02-21T22:14:55.668Z Checking uzers v0.12.1
38252025-02-21T22:14:55.950Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38262025-02-21T22:15:00.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
38272025-02-21T22:15:00.653Z
38282025-02-21T22:15:00.653Zreal 13:32.399301347
38292025-02-21T22:15:00.653Zuser 25:39.560002073
38302025-02-21T22:15:00.653Zsys 4:15.108026178
38312025-02-21T22:15:00.653Ztrap 0.502540762
38322025-02-21T22:15:00.653Ztflt 0.508956306
38332025-02-21T22:15:00.653Zdflt 1.579067521
38342025-02-21T22:15:00.653Zkflt 0.001675630
38352025-02-21T22:15:00.653Zlock 45:53.968384599
38362025-02-21T22:15:00.653Zslp 2:08:41.237690102
38372025-02-21T22:15:00.653Zlat 1:06.114615269
38382025-02-21T22:15:00.653Zstop 3:44.596990791
38392025-02-21T22:15:00.653Zprocess exited: duration 1079521 ms, exit code 0
 
38402025-02-21T22:15:00.765Zfound 0 output files