01JS5M0747A1G381D823Z3RSFH: 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: 01JS5M0RKFVQK11WH9CJT9A3AJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-04-18T23:34:17.656Zjob assigned to worker 01JS5M0SEANKDCV6KZPKQ3TWDQ [factory gimlet-EVT22200007-propolis, EVT22200007/25033] (queued for 24 s)
 
22025-04-18T23:34:25.394Zstarting task 0: "setup"
32025-04-18T23:34:25.419Z++ uname -s
42025-04-18T23:34:25.419Z+ kern=SunOS
52025-04-18T23:34:25.419Z+ build_user=build
62025-04-18T23:34:25.419Z+ build_uid=12345
72025-04-18T23:34:25.419Z+ work_dir=/work
82025-04-18T23:34:25.419Z+ input_dir=/input
92025-04-18T23:34:25.419Z+ [[ 0 == 12345 ]]
102025-04-18T23:34:25.419Z+ case "$kern" in
112025-04-18T23:34:25.419Z+ groupadd -g 12345 build
122025-04-18T23:34:25.419Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-04-18T23:34:27.417Z+ zfs create -o mountpoint=/work rpool/work
142025-04-18T23:34:27.452Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-04-18T23:34:27.478Z+ home_fs=zfs
162025-04-18T23:34:27.478Z+ [[ zfs == autofs ]]
172025-04-18T23:34:27.478Z+ mkdir -p /home/build
182025-04-18T23:34:27.478Z+ chown build:build /home/build /work
192025-04-18T23:34:29.461Z+ chmod 0700 /home/build /work
202025-04-18T23:34:29.487Zprocess exited: duration 4073 ms, exit code 0
 
212025-04-18T23:34:29.538Zstarting task 1: "rust-toolchain"
222025-04-18T23:34:29.564Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-04-18T23:34:29.564Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-04-18T23:34:29.564Z * rust toolchain channel = "1.85.0"
252025-04-18T23:34:29.564Z * rust toolchain profile = "default"
262025-04-18T23:34:29.564Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-04-18T23:34:29.564Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-04-18T23:34:29.564Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-04-18T23:34:29.564Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-04-18T23:34:29.692Zinfo: downloading installer
312025-04-18T23:34:30.320Zwarn: It looks like you have an existing installation of Rust at:
322025-04-18T23:34:30.320Zwarn: /opt/ooce/bin
332025-04-18T23:34:30.320Zwarn: It is recommended that rustup be the primary Rust installation.
342025-04-18T23:34:30.320Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-04-18T23:34:30.320Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-04-18T23:34:30.320Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-04-18T23:34:30.320Zwarn: or pass `-y' to ignore all ignorable checks.
382025-04-18T23:34:30.320Zerror: cannot install while Rust is installed
392025-04-18T23:34:30.320Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-04-18T23:34:30.346Zinfo: profile set to 'default'
412025-04-18T23:34:30.346Zinfo: default host triple is x86_64-unknown-illumos
422025-04-18T23:34:30.346Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-04-18T23:34:30.489Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-04-18T23:34:30.489Zinfo: downloading component 'cargo'
452025-04-18T23:34:30.701Zinfo: downloading component 'clippy'
462025-04-18T23:34:30.763Zinfo: downloading component 'rust-docs'
472025-04-18T23:34:30.984Zinfo: downloading component 'rust-std'
482025-04-18T23:34:31.710Zinfo: downloading component 'rustc'
492025-04-18T23:34:33.019Zinfo: downloading component 'rustfmt'
502025-04-18T23:34:33.086Zinfo: installing component 'cargo'
512025-04-18T23:34:34.179Zinfo: installing component 'clippy'
522025-04-18T23:34:34.664Zinfo: installing component 'rust-docs'
532025-04-18T23:34:37.595Zinfo: installing component 'rust-std'
542025-04-18T23:34:39.708Zinfo: installing component 'rustc'
552025-04-18T23:34:46.974Zinfo: installing component 'rustfmt'
562025-04-18T23:34:47.347Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-04-18T23:34:47.348Z
582025-04-18T23:34:47.495Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-04-18T23:34:47.495Z
602025-04-18T23:34:47.521Z
612025-04-18T23:34:47.521ZRust is installed now. Great!
622025-04-18T23:34:47.521Z
632025-04-18T23:34:47.521ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-04-18T23:34:47.521Zenvironment variable. This has not been done automatically.
652025-04-18T23:34:47.521Z
662025-04-18T23:34:47.521ZTo configure your current shell, you need to source
672025-04-18T23:34:47.521Zthe corresponding env file under $HOME/.cargo.
682025-04-18T23:34:47.521Z
692025-04-18T23:34:47.521ZThis is usually done by running one of the following (note the leading DOT):
702025-04-18T23:34:47.521Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-04-18T23:34:47.521Zsource "$HOME/.cargo/env.fish" # For fish
722025-04-18T23:34:47.521Zsource "$HOME/.cargo/env.nu" # For nushell
732025-04-18T23:34:47.595Z+ rustup --version
742025-04-18T23:34:47.621Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-04-18T23:34:47.621Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-04-18T23:34:47.667Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-04-18T23:34:47.692Z+ cargo --version
782025-04-18T23:34:47.718Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-04-18T23:34:47.718Z+ rustc --version
802025-04-18T23:34:47.755Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-04-18T23:34:47.782Zprocess exited: duration 18222 ms, exit code 0
 
822025-04-18T23:34:47.836Zstarting task 2: "authentication"
832025-04-18T23:34:47.895Zprocess exited: duration 61 ms, exit code 0
 
842025-04-18T23:34:47.948Zstarting task 3: "clone repository"
852025-04-18T23:34:47.974Z+ mkdir -p /work/oxidecomputer/omicron
862025-04-18T23:34:47.974Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-04-18T23:34:47.999ZCloning into '/work/oxidecomputer/omicron'...
882025-04-18T23:34:56.353Z+ cd /work/oxidecomputer/omicron
892025-04-18T23:34:56.353Z+ git fetch origin 0ee1106251fa733c77112c686978cbc5db878f0a
902025-04-18T23:34:56.797ZFrom https://github.com/oxidecomputer/omicron
912025-04-18T23:34:56.797Z * branch 0ee1106251fa733c77112c686978cbc5db878f0a -> FETCH_HEAD
922025-04-18T23:34:56.823Z+ [[ -n ajs/shamir ]]
932025-04-18T23:34:56.823Z++ git branch --show-current
942025-04-18T23:34:56.823Z+ current=main
952025-04-18T23:34:56.823Z+ [[ main != ajs/shamir ]]
962025-04-18T23:34:56.823Z+ git branch -f ajs/shamir 0ee1106251fa733c77112c686978cbc5db878f0a
972025-04-18T23:34:56.849Z+ git checkout -f ajs/shamir
982025-04-18T23:34:57.073ZSwitched to branch 'ajs/shamir'
992025-04-18T23:34:57.098Z+ git reset --hard 0ee1106251fa733c77112c686978cbc5db878f0a
1002025-04-18T23:34:57.203ZHEAD is now at 0ee110625 review feedback
1012025-04-18T23:34:57.228Zprocess exited: duration 9259 ms, exit code 0
 
1022025-04-18T23:34:57.279Zstarting task 4: "build"
1032025-04-18T23:34:57.305Z+ source .github/buildomat/ci-env.sh
1042025-04-18T23:34:57.305Z++ export CARGO_TERM_COLOR=always
1052025-04-18T23:34:57.305Z++ CARGO_TERM_COLOR=always
1062025-04-18T23:34:57.305Z+ cargo --version
1072025-04-18T23:34:57.371Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-04-18T23:34:57.396Z+ rustc --version
1092025-04-18T23:34:57.477Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-04-18T23:34:57.503Z+ source ./env.sh
1112025-04-18T23:34:57.503Z++ OLD_SHELL_OPTS=ehxB
1122025-04-18T23:34:57.503Z++ set -o xtrace
1132025-04-18T23:34:57.503Z++++ dirname ./env.sh
1142025-04-18T23:34:57.503Z+++ readlink -f .
1152025-04-18T23:34:57.503Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-04-18T23:34:57.503Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-04-18T23:34:57.503Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-04-18T23:34:57.503Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192025-04-18T23:34:57.503Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202025-04-18T23:34:57.503Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212025-04-18T23:34:57.503Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222025-04-18T23:34:57.503Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232025-04-18T23:34:57.503Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242025-04-18T23:34:57.503Z++ case $OLD_SHELL_OPTS in
1252025-04-18T23:34:57.503Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-04-18T23:34:57.503Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272025-04-18T23:34:57.504Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1282025-04-18T23:34:57.504Z+ banner prerequisites
1292025-04-18T23:34:57.504Z
1302025-04-18T23:34:57.504Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-04-18T23:34:57.504Z # # # # # # # # # # # # # # #
1322025-04-18T23:34:57.504Z # # # # ##### # # ##### # # # # # #### #
1332025-04-18T23:34:57.504Z ##### ##### # ##### # # # # # # # # #
1342025-04-18T23:34:57.504Z # # # # # # # # # # # # # # #
1352025-04-18T23:34:57.504Z # # # ###### # # ###### ### # #### # #### #
1362025-04-18T23:34:57.504Z
1372025-04-18T23:34:57.504Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-04-18T23:34:58.924Zpkg list: illegal option -- F
1392025-04-18T23:34:58.925ZUsage:
1402025-04-18T23:34:58.925Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1412025-04-18T23:34:58.925Z [pkg_fmri_pattern ...]
1422025-04-18T23:34:59.960Zpkg list: illegal option -- F
1432025-04-18T23:34:59.960ZUsage:
1442025-04-18T23:34:59.960Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1452025-04-18T23:34:59.960Z [pkg_fmri_pattern ...]
1462025-04-18T23:35:15.222Z Startup: Refreshing catalog 'helios-dev' ... Done
1472025-04-18T23:35:21.331Z Startup: Caching catalogs ... Done
1482025-04-18T23:35:44.091ZPlanning: Solver setup ... Done (21.469s)
1492025-04-18T23:35:44.317ZPlanning: Running solver ... Done (0.226s)
1502025-04-18T23:35:44.467ZPlanning: Finding local manifests ... Done (0.003s)
1512025-04-18T23:35:44.546ZPlanning: Fetching manifests: 0/7 0% complete
1522025-04-18T23:35:45.018ZPlanning: Fetching manifests: 7/7 100% complete
1532025-04-18T23:35:45.143ZPlanning: Package planning ... Done (0.125s)
1542025-04-18T23:35:45.210ZPlanning: Merging actions ... Done (0.068s)
1552025-04-18T23:35:45.435ZPlanning: Checking for conflicting actions ... Done (0.225s)
1562025-04-18T23:35:46.494ZPlanning: Consolidating action changes ... Done (1.059s)
1572025-04-18T23:35:46.892ZPlanning: Evaluating mediators ... Done (0.397s)
1582025-04-18T23:35:46.987ZPlanning: Planning completed in 25.56 seconds
1592025-04-18T23:35:47.013Z Packages to install: 4
1602025-04-18T23:35:47.013Z Packages to update: 3
1612025-04-18T23:35:47.013Z Mediators to change: 2
1622025-04-18T23:35:47.013Z Services to change: 1
1632025-04-18T23:35:47.013Z Estimated space available: 155.11 GB
1642025-04-18T23:35:47.013ZEstimated space to be consumed: 1.69 GB
1652025-04-18T23:35:47.013Z Create boot environment: No
1662025-04-18T23:35:47.013ZCreate backup boot environment: Yes
1672025-04-18T23:35:47.013Z Rebuild boot archive: No
1682025-04-18T23:35:47.013Z
1692025-04-18T23:35:47.013ZChanged mediators:
1702025-04-18T23:35:47.013Z mediator clang:
1712025-04-18T23:35:47.013Z version: None -> 15 (system default)
1722025-04-18T23:35:47.013Z
1732025-04-18T23:35:47.013Z mediator llvm:
1742025-04-18T23:35:47.013Z version: 14 (system default) -> 15 (system default)
1752025-04-18T23:35:47.013Z
1762025-04-18T23:35:47.013ZChanged packages:
1772025-04-18T23:35:47.013Zhelios-dev
1782025-04-18T23:35:47.013Z developer/build-essential
1792025-04-18T23:35:47.013Z None -> 11-2.0
1802025-04-18T23:35:47.013Z library/libxmlsec1
1812025-04-18T23:35:47.013Z None -> 1.2.35-2.0
1822025-04-18T23:35:47.013Z ooce/developer/clang-15
1832025-04-18T23:35:47.014Z None -> 15.0.7-2.0
1842025-04-18T23:35:47.014Z ooce/developer/llvm-15
1852025-04-18T23:35:47.014Z None -> 15.0.7-2.0
1862025-04-18T23:35:47.014Z package/pkg
1872025-04-18T23:35:47.014Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1882025-04-18T23:35:47.014Z system/library/g++-runtime
1892025-04-18T23:35:47.014Z 13-2.0 -> 14-2.0
1902025-04-18T23:35:47.014Z system/library/gcc-runtime
1912025-04-18T23:35:47.014Z 13-2.0 -> 14-2.0
1922025-04-18T23:35:47.014Z
1932025-04-18T23:35:47.014ZServices:
1942025-04-18T23:35:47.014Z restart_fmri:
1952025-04-18T23:35:47.014Z svc:/system/update-man-index:default
1962025-04-18T23:35:47.014Z
1972025-04-18T23:35:47.014ZEditable files to change:
1982025-04-18T23:35:47.014Z Update:
1992025-04-18T23:35:47.014Z usr/share/lib/pkg/web/config.shtml
2002025-04-18T23:35:47.081Z
2012025-04-18T23:35:47.081ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2022025-04-18T23:35:52.082ZDownload: 933/4301 items 19.0/225.4MB 8% complete (4.0M/s)
2032025-04-18T23:35:57.086ZDownload: 1334/4301 items 103.6/225.4MB 45% complete (10.5M/s)
2042025-04-18T23:36:02.086ZDownload: 1707/4301 items 118.1/225.4MB 52% complete (9.9M/s)
2052025-04-18T23:36:07.096ZDownload: 2157/4301 items 119.0/225.4MB 52% complete (1.6M/s)
2062025-04-18T23:36:13.790ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (1.2M/s)
2072025-04-18T23:36:18.802ZDownload: 2536/4301 items 120.3/225.4MB 53% complete (135k/s)
2082025-04-18T23:36:23.792ZDownload: 3201/4301 items 181.7/225.4MB 80% complete (6.2M/s)
2092025-04-18T23:36:29.297ZDownload: 3246/4301 items 202.8/225.4MB 89% complete (8.2M/s)
2102025-04-18T23:36:34.302ZDownload: 3255/4301 items 203.7/225.4MB 90% complete (1.1M/s)
2112025-04-18T23:36:40.106ZDownload: 3284/4301 items 210.0/225.4MB 93% complete (745k/s)
2122025-04-18T23:36:45.109ZDownload: 3766/4301 items 217.0/225.4MB 96% complete (1.2M/s)
2132025-04-18T23:36:50.288ZDownload: 4202/4301 items 220.5/225.4MB 97% complete (1.1M/s)
2142025-04-18T23:36:52.577ZDownload: Completed 225.42 MB in 65.50 seconds (3.4M/s)
2152025-04-18T23:36:54.048Z Actions: 1/5122 actions (Removing old actions)
2162025-04-18T23:36:54.075Z Actions: 194/5122 actions (Installing new actions)
2172025-04-18T23:36:59.094Z Actions: 3305/5122 actions (Installing new actions)
2182025-04-18T23:36:59.940Z Actions: 4267/5122 actions (Updating modified actions)
2192025-04-18T23:37:00.362Z Actions: Completed 5122 actions in 6.31 seconds.
2202025-04-18T23:37:00.726Z Done (0.355s)
2212025-04-18T23:37:00.752Z Done (0.002s)
2222025-04-18T23:37:01.640Z Done (0.911s)
2232025-04-18T23:37:06.618Z Done (4.769s)
2242025-04-18T23:37:06.715Z Done (0.020s)
2252025-04-18T23:37:06.741Z Done (0.000s)
2262025-04-18T23:37:06.899Z Done (0.000s)
2272025-04-18T23:37:07.749ZPlanning: Evaluating mediator changes ... Done
2282025-04-18T23:37:08.017ZPlanning: Checking for conflicting actions ... Done
2292025-04-18T23:37:08.042ZPlanning: Consolidating action changes ... Done
2302025-04-18T23:37:08.363ZPlanning: Evaluating mediators ... Done
2312025-04-18T23:37:08.391ZPlanning: Planning completed in 0.61 seconds
2322025-04-18T23:37:08.416Z Mediators to change: 2
2332025-04-18T23:37:08.416Z Create boot environment: No
2342025-04-18T23:37:08.416ZCreate backup boot environment: No
2352025-04-18T23:37:08.475Z Done
2362025-04-18T23:37:08.476Z Done
2372025-04-18T23:37:09.102Z Done
2382025-04-18T23:37:13.468Z Done
2392025-04-18T23:37:13.574Z Done
2402025-04-18T23:37:13.599Z Done
2412025-04-18T23:37:13.624Z Done
2422025-04-18T23:37:14.410ZPlanning: Evaluating mediator changes ... Done
2432025-04-18T23:37:14.435ZPlanning: Merging actions ... Done
2442025-04-18T23:37:14.708ZPlanning: Checking for conflicting actions ... Done
2452025-04-18T23:37:14.733ZPlanning: Consolidating action changes ... Done
2462025-04-18T23:37:15.033ZPlanning: Evaluating mediators ... Done
2472025-04-18T23:37:15.100ZPlanning: Planning completed in 1.00 seconds
2482025-04-18T23:37:15.147Z Packages to change: 1
2492025-04-18T23:37:15.147Z Mediators to change: 1
2502025-04-18T23:37:15.147Z Services to change: 1
2512025-04-18T23:37:15.147Z Create boot environment: No
2522025-04-18T23:37:15.172ZCreate backup boot environment: Yes
2532025-04-18T23:37:16.915Z Actions: 1/6 actions (Updating modified actions)
2542025-04-18T23:37:16.940Z Actions: Completed 6 actions in 0.00 seconds.
2552025-04-18T23:37:16.940Z Done
2562025-04-18T23:37:16.940Z Done
2572025-04-18T23:37:17.078Z Done
2582025-04-18T23:37:21.208Z Done
2592025-04-18T23:37:21.317Z Done
2602025-04-18T23:37:21.343Z Done
2612025-04-18T23:37:21.416Z Done
2622025-04-18T23:37:21.934ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2632025-04-18T23:37:21.934Zclang system 15 system
2642025-04-18T23:37:21.934Zcsh system system illumos
2652025-04-18T23:37:21.934Zctags system system illumos
2662025-04-18T23:37:21.934Zgcc vendor 12 vendor
2672025-04-18T23:37:21.934Zgcc system 10 system
2682025-04-18T23:37:21.934Zgcc system 7 system
2692025-04-18T23:37:21.934Zgo system 1.20 system
2702025-04-18T23:37:21.934Zgo system 1.19 system
2712025-04-18T23:37:21.934Zllvm system 15 system
2722025-04-18T23:37:21.934Zllvm system 14 system
2732025-04-18T23:37:21.934Zmariadb system 10.6 system
2742025-04-18T23:37:21.934Zmta vendor vendor dma
2752025-04-18T23:37:21.934Zopenjdk system 17 system
2762025-04-18T23:37:21.934Zopenjdk system 11 system
2772025-04-18T23:37:21.934Zopenjdk system 1.8 system
2782025-04-18T23:37:21.934Zopenssl vendor 3 vendor
2792025-04-18T23:37:21.934Zperl system 5.36 system
2802025-04-18T23:37:21.934Zpostgresql system 15 system
2812025-04-18T23:37:21.934Zpostgresql system 13 system
2822025-04-18T23:37:21.934Zpython vendor 3 vendor
2832025-04-18T23:37:21.934Zpython system 2 system
2842025-04-18T23:37:21.934Zpython3 system 3.11 system
2852025-04-18T23:37:21.934Zruby system 3.0 system
2862025-04-18T23:37:21.934Zwords vendor vendor american-english
2872025-04-18T23:37:21.934Zwords system system australian-english
2882025-04-18T23:37:21.934Zwords system system british-english
2892025-04-18T23:37:21.934Zwords system system canadian-english
2902025-04-18T23:37:21.934Zwords system system french
2912025-04-18T23:37:21.934Zwords system system italian
2922025-04-18T23:37:21.934Zwords system system ngerman
2932025-04-18T23:37:21.935Zwords system system ogerman
2942025-04-18T23:37:21.935Zwords system system spanish
2952025-04-18T23:37:22.342ZPUBLISHER TYPE STATUS P LOCATION
2962025-04-18T23:37:22.342Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2972025-04-18T23:37:26.490ZFMRI IFO
2982025-04-18T23:37:26.490Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2992025-04-18T23:37:26.490Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
3002025-04-18T23:37:26.490Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
3012025-04-18T23:37:26.490Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3022025-04-18T23:37:26.490Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3032025-04-18T23:37:26.490Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3042025-04-18T23:37:26.490Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3052025-04-18T23:37:26.490Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3062025-04-18T23:37:26.490Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3072025-04-18T23:37:26.490Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3082025-04-18T23:37:26.490Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3092025-04-18T23:37:26.490Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3102025-04-18T23:37:26.490Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3112025-04-18T23:37:26.490Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3122025-04-18T23:37:26.490Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3132025-04-18T23:37:27.405Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3142025-04-18T23:37:27.803Z Updating crates.io index
3152025-04-18T23:37:27.829Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3162025-04-18T23:37:28.549Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3172025-04-18T23:37:28.940Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3182025-04-18T23:37:29.240Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3192025-04-18T23:37:29.631Z Updating git repository `https://github.com/oxidecomputer/propolis`
3202025-04-18T23:37:30.730Z Updating git repository `https://github.com/oxidecomputer/crucible`
3212025-04-18T23:37:32.869Z Updating git repository `https://github.com/oxidecomputer/opte`
3222025-04-18T23:37:33.644Z Updating git repository `https://github.com/oxidecomputer/falcon`
3232025-04-18T23:37:34.373Z Updating git repository `https://github.com/oxidecomputer/clickward`
3242025-04-18T23:37:34.717Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3252025-04-18T23:37:35.067Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3262025-04-18T23:37:35.764Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3272025-04-18T23:37:36.373Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3282025-04-18T23:37:36.743Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3292025-04-18T23:37:37.165Z Updating git repository `https://github.com/oxidecomputer/tofino`
3302025-04-18T23:37:37.534Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3312025-04-18T23:37:37.864Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3322025-04-18T23:37:38.157Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3332025-04-18T23:37:38.518Z Updating git repository `https://github.com/oxidecomputer/lldp`
3342025-04-18T23:37:38.939Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3352025-04-18T23:37:39.297Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3362025-04-18T23:37:39.751Z Updating git repository `https://github.com/oxidecomputer/ispf`
3372025-04-18T23:37:40.122Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3382025-04-18T23:37:40.501Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3392025-04-18T23:37:41.083Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3402025-04-18T23:37:41.449Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3412025-04-18T23:37:41.887Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3422025-04-18T23:37:42.367Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3432025-04-18T23:37:42.746Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3442025-04-18T23:37:43.062Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3452025-04-18T23:37:43.431Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3462025-04-18T23:37:44.919Z Downloading crates ...
3472025-04-18T23:37:44.983Z Downloaded equivalent v1.0.1
3482025-04-18T23:37:45.009Z Downloaded scroll_derive v0.12.0
3492025-04-18T23:37:45.009Z Downloaded usdt-macro v0.5.0
3502025-04-18T23:37:45.009Z Downloaded colorchoice v1.0.2
3512025-04-18T23:37:45.009Z Downloaded zerocopy-derive v0.7.35
3522025-04-18T23:37:45.009Z Downloaded version_check v0.9.5
3532025-04-18T23:37:45.035Z Downloaded utf8parse v0.2.2
3542025-04-18T23:37:45.035Z Downloaded scroll v0.12.0
3552025-04-18T23:37:45.035Z Downloaded proc-macro-error v1.0.4
3562025-04-18T23:37:45.035Z Downloaded pest_derive v2.7.14
3572025-04-18T23:37:45.035Z Downloaded once_cell v1.20.3
3582025-04-18T23:37:45.035Z Downloaded bitflags v2.6.0
3592025-04-18T23:37:45.035Z Downloaded usdt-impl v0.5.0
3602025-04-18T23:37:45.061Z Downloaded ucd-trie v0.1.7
3612025-04-18T23:37:45.061Z Downloaded serde_derive v1.0.219
3622025-04-18T23:37:45.061Z Downloaded winnow v0.7.3
3632025-04-18T23:37:45.061Z Downloaded toml_edit v0.22.24
3642025-04-18T23:37:45.086Z Downloaded memchr v2.7.4
3652025-04-18T23:37:45.112Z Downloaded indexmap v2.7.1
3662025-04-18T23:37:45.112Z Downloaded serde_json v1.0.140
3672025-04-18T23:37:45.112Z Downloaded pest v2.7.14
3682025-04-18T23:37:45.137Z Downloaded hashbrown v0.15.1
3692025-04-18T23:37:45.137Z Downloaded clap_builder v4.5.32
3702025-04-18T23:37:45.137Z Downloaded typenum v1.17.0
3712025-04-18T23:37:45.137Z Downloaded serde v1.0.219
3722025-04-18T23:37:45.137Z Downloaded clap v4.5.32
3732025-04-18T23:37:45.162Z Downloaded toml v0.8.20
3742025-04-18T23:37:45.162Z Downloaded textwrap v0.16.1
3752025-04-18T23:37:45.162Z Downloaded quote v1.0.39
3762025-04-18T23:37:45.162Z Downloaded proc-macro2 v1.0.94
3772025-04-18T23:37:45.162Z Downloaded plain v0.2.3
3782025-04-18T23:37:45.162Z Downloaded papergrid v0.11.0
3792025-04-18T23:37:45.162Z Downloaded log v0.4.22
3802025-04-18T23:37:45.162Z Downloaded clap_derive v4.5.32
3812025-04-18T23:37:45.188Z Downloaded camino v1.1.9
3822025-04-18T23:37:45.188Z Downloaded unicode-ident v1.0.14
3832025-04-18T23:37:45.188Z Downloaded zerocopy v0.7.35
3842025-04-18T23:37:45.213Z Downloaded tabled v0.15.0
3852025-04-18T23:37:45.213Z Downloaded goblin v0.8.2
3862025-04-18T23:37:45.239Z Downloaded thiserror-impl v2.0.12
3872025-04-18T23:37:45.239Z Downloaded unicode-width v0.1.14
3882025-04-18T23:37:45.239Z Downloaded syn v1.0.109
3892025-04-18T23:37:45.239Z Downloaded thiserror v2.0.12
3902025-04-18T23:37:45.265Z Downloaded syn v2.0.98
3912025-04-18T23:37:45.265Z Downloaded rustix v0.37.28
3922025-04-18T23:37:45.290Z Downloaded tempfile v3.13.0
3932025-04-18T23:37:45.290Z Downloaded strsim v0.11.1
3942025-04-18T23:37:45.290Z Downloaded rustix v0.38.37
3952025-04-18T23:37:45.316Z Downloaded sha2 v0.10.8
3962025-04-18T23:37:45.316Z Downloaded ryu v1.0.18
3972025-04-18T23:37:45.316Z Downloaded pest_meta v2.7.14
3982025-04-18T23:37:45.316Z Downloaded heck v0.4.1
3992025-04-18T23:37:45.316Z Downloaded anyhow v1.0.97
4002025-04-18T23:37:45.342Z Downloaded anstream v0.6.15
4012025-04-18T23:37:45.342Z Downloaded semver v1.0.25
4022025-04-18T23:37:45.342Z Downloaded macaddr v1.0.1
4032025-04-18T23:37:45.342Z Downloaded io-lifetimes v1.0.11
4042025-04-18T23:37:45.342Z Downloaded heck v0.5.0
4052025-04-18T23:37:45.342Z Downloaded generic-array v0.14.7
4062025-04-18T23:37:45.342Z Downloaded fnv v1.0.7
4072025-04-18T23:37:45.342Z Downloaded fastrand v2.1.1
4082025-04-18T23:37:45.342Z Downloaded cargo_toml v0.21.0
4092025-04-18T23:37:45.342Z Downloaded cargo_metadata v0.19.2
4102025-04-18T23:37:45.342Z Downloaded bitflags v1.3.2
4112025-04-18T23:37:45.342Z Downloaded usdt-attr-macro v0.5.0
4122025-04-18T23:37:45.342Z Downloaded usdt v0.5.0
4132025-04-18T23:37:45.342Z Downloaded unicode-linebreak v0.1.5
4142025-04-18T23:37:45.367Z Downloaded toml_datetime v0.6.8
4152025-04-18T23:37:45.367Z Downloaded thread-id v4.2.2
4162025-04-18T23:37:45.368Z Downloaded thiserror-impl v1.0.69
4172025-04-18T23:37:45.368Z Downloaded libc v0.2.170
4182025-04-18T23:37:45.393Z Downloaded thiserror v1.0.69
4192025-04-18T23:37:45.393Z Downloaded terminal_size v0.4.0
4202025-04-18T23:37:45.393Z Downloaded terminal_size v0.2.6
4212025-04-18T23:37:45.393Z Downloaded tabled_derive v0.7.0
4222025-04-18T23:37:45.393Z Downloaded smawk v0.3.2
4232025-04-18T23:37:45.393Z Downloaded serde_tokenstream v0.2.2
4242025-04-18T23:37:45.393Z Downloaded serde_spanned v0.6.8
4252025-04-18T23:37:45.419Z Downloaded proc-macro-error-attr v1.0.4
4262025-04-18T23:37:45.419Z Downloaded pest_generator v2.7.14
4272025-04-18T23:37:45.419Z Downloaded memmap v0.7.0
4282025-04-18T23:37:45.419Z Downloaded itoa v1.0.11
4292025-04-18T23:37:45.419Z Downloaded is_terminal_polyfill v1.70.1
4302025-04-18T23:37:45.419Z Downloaded fs-err v2.11.0
4312025-04-18T23:37:45.419Z Downloaded errno v0.3.9
4322025-04-18T23:37:45.419Z Downloaded autocfg v1.4.0
4332025-04-18T23:37:45.419Z Downloaded anstyle-query v1.1.1
4342025-04-18T23:37:45.419Z Downloaded anstyle-parse v0.2.5
4352025-04-18T23:37:45.419Z Downloaded dof v0.3.0
4362025-04-18T23:37:45.419Z Downloaded digest v0.10.7
4372025-04-18T23:37:45.419Z Downloaded crypto-common v0.1.6
4382025-04-18T23:37:45.420Z Downloaded cpufeatures v0.2.14
4392025-04-18T23:37:45.420Z Downloaded clap_lex v0.7.4
4402025-04-18T23:37:45.420Z Downloaded byteorder v1.5.0
4412025-04-18T23:37:45.420Z Downloaded block-buffer v0.10.4
4422025-04-18T23:37:45.420Z Downloaded anstyle v1.0.10
4432025-04-18T23:37:45.420Z Downloaded cfg-if v1.0.0
4442025-04-18T23:37:45.420Z Downloaded cargo-platform v0.1.8
4452025-04-18T23:37:45.420Z Downloaded camino-tempfile v1.1.1
4462025-04-18T23:37:45.420Z Downloaded bytecount v0.6.8
4472025-04-18T23:37:45.420Z Downloaded swrite v0.1.0
4482025-04-18T23:37:45.445Z Downloaded pretty-hex v0.4.1
4492025-04-18T23:37:45.445Z Downloaded dtrace-parser v0.2.0
4502025-04-18T23:37:45.536Z Compiling proc-macro2 v1.0.94
4512025-04-18T23:37:45.536Z Compiling unicode-ident v1.0.14
4522025-04-18T23:37:45.562Z Compiling libc v0.2.170
4532025-04-18T23:37:45.562Z Compiling serde v1.0.219
4542025-04-18T23:37:45.562Z Compiling version_check v0.9.5
4552025-04-18T23:37:45.562Z Compiling memchr v2.7.4
4562025-04-18T23:37:45.562Z Compiling thiserror v1.0.69
4572025-04-18T23:37:45.562Z Compiling itoa v1.0.11
4582025-04-18T23:37:45.851Z Compiling ryu v1.0.18
4592025-04-18T23:37:45.939Z Compiling ucd-trie v0.1.7
4602025-04-18T23:37:46.193Z Compiling once_cell v1.20.3
4612025-04-18T23:37:46.244Z Compiling byteorder v1.5.0
4622025-04-18T23:37:46.591Z Compiling serde_json v1.0.140
4632025-04-18T23:37:46.621Z Compiling rustix v0.38.37
4642025-04-18T23:37:46.863Z Compiling bitflags v2.6.0
4652025-04-18T23:37:46.922Z Compiling usdt-impl v0.5.0
4662025-04-18T23:37:47.052Z Compiling proc-macro-error-attr v1.0.4
4672025-04-18T23:37:47.187Z Compiling syn v1.0.109
4682025-04-18T23:37:47.285Z Compiling quote v1.0.39
4692025-04-18T23:37:47.311Z Compiling io-lifetimes v1.0.11
4702025-04-18T23:37:47.377Z Compiling errno v0.3.9
4712025-04-18T23:37:47.597Z Compiling proc-macro-error v1.0.4
4722025-04-18T23:37:47.626Z Compiling syn v2.0.98
4732025-04-18T23:37:47.770Z Compiling rustix v0.37.28
4742025-04-18T23:37:47.856Z Compiling thread-id v4.2.2
4752025-04-18T23:37:47.887Z Compiling log v0.4.22
4762025-04-18T23:37:47.912Z Compiling hashbrown v0.15.1
4772025-04-18T23:37:47.940Z Compiling equivalent v1.0.1
4782025-04-18T23:37:47.991Z Compiling utf8parse v0.2.2
4792025-04-18T23:37:48.076Z Compiling plain v0.2.3
4802025-04-18T23:37:48.166Z Compiling camino v1.1.9
4812025-04-18T23:37:48.231Z Compiling anstyle-parse v0.2.5
4822025-04-18T23:37:48.643Z Compiling unicode-width v0.1.14
4832025-04-18T23:37:48.747Z Compiling is_terminal_polyfill v1.70.1
4842025-04-18T23:37:48.877Z Compiling indexmap v2.7.1
4852025-04-18T23:37:48.902Z Compiling bitflags v1.3.2
4862025-04-18T23:37:48.928Z Compiling anstyle-query v1.1.1
4872025-04-18T23:37:48.953Z Compiling pretty-hex v0.4.1
4882025-04-18T23:37:49.011Z Compiling anstyle v1.0.10
4892025-04-18T23:37:49.080Z Compiling winnow v0.7.3
4902025-04-18T23:37:49.110Z Compiling semver v1.0.25
4912025-04-18T23:37:49.168Z Compiling thiserror v2.0.12
4922025-04-18T23:37:49.377Z Compiling autocfg v1.4.0
4932025-04-18T23:37:49.544Z Compiling colorchoice v1.0.2
4942025-04-18T23:37:49.721Z Compiling anstream v0.6.15
4952025-04-18T23:37:49.826Z Compiling terminal_size v0.4.0
4962025-04-18T23:37:50.187Z Compiling heck v0.5.0
4972025-04-18T23:37:50.213Z Compiling bytecount v0.6.8
4982025-04-18T23:37:50.244Z Compiling fs-err v2.11.0
4992025-04-18T23:37:50.302Z Compiling fnv v1.0.7
5002025-04-18T23:37:50.438Z Compiling fastrand v2.1.1
5012025-04-18T23:37:50.463Z Compiling strsim v0.11.1
5022025-04-18T23:37:50.520Z Compiling clap_lex v0.7.4
5032025-04-18T23:37:50.621Z Compiling anyhow v1.0.97
5042025-04-18T23:37:50.939Z Compiling cfg-if v1.0.0
5052025-04-18T23:37:51.084Z Compiling heck v0.4.1
5062025-04-18T23:37:51.138Z Compiling terminal_size v0.2.6
5072025-04-18T23:37:51.332Z Compiling clap_builder v4.5.32
5082025-04-18T23:37:51.465Z Compiling tempfile v3.13.0
5092025-04-18T23:37:51.494Z Compiling papergrid v0.11.0
5102025-04-18T23:37:51.543Z Compiling memmap v0.7.0
5112025-04-18T23:37:51.647Z Compiling unicode-linebreak v0.1.5
5122025-04-18T23:37:51.860Z Compiling smawk v0.3.2
5132025-04-18T23:37:52.066Z Compiling textwrap v0.16.1
5142025-04-18T23:37:52.249Z Compiling swrite v0.1.0
5152025-04-18T23:37:52.762Z Compiling tabled_derive v0.7.0
5162025-04-18T23:37:53.951Z Compiling serde_derive v1.0.219
5172025-04-18T23:37:53.951Z Compiling thiserror-impl v1.0.69
5182025-04-18T23:37:53.951Z Compiling zerocopy-derive v0.7.35
5192025-04-18T23:37:53.977Z Compiling scroll_derive v0.12.0
5202025-04-18T23:37:53.977Z Compiling thiserror-impl v2.0.12
5212025-04-18T23:37:53.977Z Compiling clap_derive v4.5.32
5222025-04-18T23:37:54.109Z Compiling tabled v0.15.0
5232025-04-18T23:37:55.015Z Compiling scroll v0.12.0
5242025-04-18T23:37:55.510Z Compiling goblin v0.8.2
5252025-04-18T23:37:55.674Z Compiling zerocopy v0.7.35
5262025-04-18T23:37:56.790Z Compiling pest v2.7.14
5272025-04-18T23:37:57.581Z Compiling clap v4.5.32
5282025-04-18T23:37:58.829Z Compiling pest_meta v2.7.14
5292025-04-18T23:37:59.913Z Compiling pest_generator v2.7.14
5302025-04-18T23:38:01.111Z Compiling pest_derive v2.7.14
5312025-04-18T23:38:01.714Z Compiling dtrace-parser v0.2.0
5322025-04-18T23:38:02.251Z Compiling serde_tokenstream v0.2.2
5332025-04-18T23:38:02.446Z Compiling toml_datetime v0.6.8
5342025-04-18T23:38:02.475Z Compiling serde_spanned v0.6.8
5352025-04-18T23:38:02.610Z Compiling cargo-platform v0.1.8
5362025-04-18T23:38:02.767Z Compiling toml_edit v0.22.24
5372025-04-18T23:38:02.797Z Compiling macaddr v1.0.1
5382025-04-18T23:38:03.038Z Compiling camino-tempfile v1.1.1
5392025-04-18T23:38:03.661Z Compiling dof v0.3.0
5402025-04-18T23:38:03.866Z Compiling cargo_metadata v0.19.2
5412025-04-18T23:38:05.003Z Compiling usdt-attr-macro v0.5.0
5422025-04-18T23:38:05.003Z Compiling usdt-macro v0.5.0
5432025-04-18T23:38:05.592Z Compiling toml v0.8.20
5442025-04-18T23:38:05.980Z Compiling usdt v0.5.0
5452025-04-18T23:38:06.345Z Compiling cargo_toml v0.21.0
5462025-04-18T23:38:09.497Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5472025-04-18T23:38:13.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.27s
5482025-04-18T23:38:13.665Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5492025-04-18T23:38:14.389Z Downloading crates ...
5502025-04-18T23:38:14.526Z Downloaded atomicwrites v0.4.4
5512025-04-18T23:38:14.552Z Downloaded assert_matches v1.5.0
5522025-04-18T23:38:14.552Z Downloaded async-stream-impl v0.3.6
5532025-04-18T23:38:14.552Z Downloaded cstr-argument v0.1.2
5542025-04-18T23:38:14.578Z Downloaded crunchy v0.2.2
5552025-04-18T23:38:14.578Z Downloaded ciborium-io v0.2.2
5562025-04-18T23:38:14.578Z Downloaded crucible-workspace-hack v0.1.0
5572025-04-18T23:38:14.578Z Downloaded cfg_aliases v0.2.1
5582025-04-18T23:38:14.578Z Downloaded async-stream v0.3.6
5592025-04-18T23:38:14.578Z Downloaded bb8 v0.8.5
5602025-04-18T23:38:14.578Z Downloaded atomic-waker v1.1.2
5612025-04-18T23:38:14.578Z Downloaded array-init v0.0.4
5622025-04-18T23:38:14.578Z Downloaded atty v0.2.14
5632025-04-18T23:38:14.578Z Downloaded ascii-canvas v3.0.0
5642025-04-18T23:38:14.578Z Downloaded bcrypt-pbkdf v0.10.0
5652025-04-18T23:38:14.578Z Downloaded aead v0.5.2
5662025-04-18T23:38:14.604Z Downloaded async-recursion v1.1.1
5672025-04-18T23:38:14.604Z Downloaded crc v3.2.1
5682025-04-18T23:38:14.604Z Downloaded const_format_proc_macros v0.2.34
5692025-04-18T23:38:14.604Z Downloaded crc-catalog v2.4.0
5702025-04-18T23:38:14.604Z Downloaded bit-vec v0.6.3
5712025-04-18T23:38:14.604Z Downloaded cipher v0.4.4
5722025-04-18T23:38:14.604Z Downloaded bitfield v0.14.0
5732025-04-18T23:38:14.604Z Downloaded cexpr v0.6.0
5742025-04-18T23:38:14.604Z Downloaded constant_time_eq v0.3.1
5752025-04-18T23:38:14.630Z Downloaded crossbeam-deque v0.8.5
5762025-04-18T23:38:14.630Z Downloaded castaway v0.2.3
5772025-04-18T23:38:14.630Z Downloaded hostname v0.3.1
5782025-04-18T23:38:14.630Z Downloaded async-bb8-diesel v0.2.1
5792025-04-18T23:38:14.630Z Downloaded arrayvec v0.7.6
5802025-04-18T23:38:14.630Z Downloaded bitfield-struct v0.6.2
5812025-04-18T23:38:14.630Z Downloaded http-range v0.1.5
5822025-04-18T23:38:14.631Z Downloaded base16ct v0.2.0
5832025-04-18T23:38:14.631Z Downloaded backoff v0.4.0
5842025-04-18T23:38:14.631Z Downloaded instant v0.1.13
5852025-04-18T23:38:14.631Z Downloaded argon2 v0.5.3
5862025-04-18T23:38:14.631Z Downloaded match_cfg v0.1.0
5872025-04-18T23:38:14.656Z Downloaded bcs v0.1.6
5882025-04-18T23:38:14.656Z Downloaded hex v0.4.3
5892025-04-18T23:38:14.656Z Downloaded cassowary v0.3.0
5902025-04-18T23:38:14.656Z Downloaded adler2 v2.0.0
5912025-04-18T23:38:14.656Z Downloaded base64ct v1.6.0
5922025-04-18T23:38:14.656Z Downloaded console v0.15.10
5932025-04-18T23:38:14.656Z Downloaded csv-core v0.1.11
5942025-04-18T23:38:14.656Z Downloaded cancel-safe-futures v0.1.5
5952025-04-18T23:38:14.656Z Downloaded cookie_store v0.21.1
5962025-04-18T23:38:14.683Z Downloaded bzip2 v0.4.4
5972025-04-18T23:38:14.683Z Downloaded number_prefix v0.4.0
5982025-04-18T23:38:14.683Z Downloaded num_threads v0.1.7
5992025-04-18T23:38:14.683Z Downloaded newline-converter v0.3.0
6002025-04-18T23:38:14.683Z Downloaded crc32fast v1.4.2
6012025-04-18T23:38:14.683Z Downloaded colored v2.2.0
6022025-04-18T23:38:14.683Z Downloaded phf_shared v0.10.0
6032025-04-18T23:38:14.683Z Downloaded peg-runtime v0.8.5
6042025-04-18T23:38:14.683Z Downloaded humantime v2.1.0
6052025-04-18T23:38:14.683Z Downloaded jobserver v0.1.32
6062025-04-18T23:38:14.683Z Downloaded path-slash v0.1.5
6072025-04-18T23:38:14.683Z Downloaded parse-size v1.1.0
6082025-04-18T23:38:14.683Z Downloaded new_debug_unreachable v1.0.6
6092025-04-18T23:38:14.709Z Downloaded keccak v0.1.5
6102025-04-18T23:38:14.709Z Downloaded maplit v1.0.2
6112025-04-18T23:38:14.709Z Downloaded async-trait v0.1.88
6122025-04-18T23:38:14.709Z Downloaded lockfree-object-pool v0.1.6
6132025-04-18T23:38:14.709Z Downloaded crossbeam-utils v0.8.20
6142025-04-18T23:38:14.709Z Downloaded nanorand v0.7.0
6152025-04-18T23:38:14.710Z Downloaded rustfmt-wrapper v0.2.1
6162025-04-18T23:38:14.710Z Downloaded blake2 v0.10.6
6172025-04-18T23:38:14.710Z Downloaded base64 v0.13.1
6182025-04-18T23:38:14.735Z Downloaded phf_shared v0.11.2
6192025-04-18T23:38:14.735Z Downloaded phf_generator v0.11.2
6202025-04-18T23:38:14.735Z Downloaded polyval v0.6.2
6212025-04-18T23:38:14.736Z Downloaded proc-macro-error2 v2.0.1
6222025-04-18T23:38:14.736Z Downloaded take_mut v0.2.2
6232025-04-18T23:38:14.736Z Downloaded rand_xorshift v0.3.0
6242025-04-18T23:38:14.736Z Downloaded progenitor v0.8.0
6252025-04-18T23:38:14.736Z Downloaded proc-macro-error-attr2 v2.0.0
6262025-04-18T23:38:14.736Z Downloaded clang-sys v1.8.1
6272025-04-18T23:38:14.736Z Downloaded cookie v0.18.1
6282025-04-18T23:38:14.762Z Downloaded crc-any v2.5.0
6292025-04-18T23:38:14.762Z Downloaded tinyvec_macros v0.1.1
6302025-04-18T23:38:14.762Z Downloaded multer v3.1.0
6312025-04-18T23:38:14.762Z Downloaded try-lock v0.2.5
6322025-04-18T23:38:14.762Z Downloaded want v0.3.1
6332025-04-18T23:38:14.787Z Downloaded waitgroup v0.1.2
6342025-04-18T23:38:14.787Z Downloaded slog-dtrace v0.3.0
6352025-04-18T23:38:14.787Z Downloaded tap v1.0.1
6362025-04-18T23:38:14.787Z Downloaded tabwriter v1.4.0
6372025-04-18T23:38:14.787Z Downloaded rustc-demangle v0.1.24
6382025-04-18T23:38:14.787Z Downloaded headers v0.4.0
6392025-04-18T23:38:14.787Z Downloaded zone_cfg_derive v0.1.2
6402025-04-18T23:38:14.813Z Downloaded downcast v0.11.0
6412025-04-18T23:38:14.813Z Downloaded const_format v0.2.34
6422025-04-18T23:38:14.813Z Downloaded foreign-types-shared v0.3.1
6432025-04-18T23:38:14.813Z Downloaded form_urlencoded v1.2.1
6442025-04-18T23:38:14.813Z Downloaded walkdir v2.5.0
6452025-04-18T23:38:14.813Z Downloaded is_ci v1.2.0
6462025-04-18T23:38:14.813Z Downloaded ident_case v1.0.1
6472025-04-18T23:38:14.813Z Downloaded icu_provider_macros v1.5.0
6482025-04-18T23:38:14.813Z Downloaded bumpalo v3.16.0
6492025-04-18T23:38:14.839Z Downloaded zone v0.3.0
6502025-04-18T23:38:14.839Z Downloaded dirs-next v2.0.0
6512025-04-18T23:38:14.839Z Downloaded icu_locid_transform_data v1.5.0
6522025-04-18T23:38:14.839Z Downloaded openssl-probe v0.1.5
6532025-04-18T23:38:14.839Z Downloaded serde_urlencoded v0.7.1
6542025-04-18T23:38:14.839Z Downloaded tower-layer v0.3.3
6552025-04-18T23:38:14.839Z Downloaded md5 v0.7.0
6562025-04-18T23:38:14.839Z Downloaded normalize-line-endings v0.3.0
6572025-04-18T23:38:14.865Z Downloaded opaque-debug v0.3.1
6582025-04-18T23:38:14.865Z Downloaded hickory-resolver v0.24.4
6592025-04-18T23:38:14.865Z Downloaded oso-derive v0.27.3
6602025-04-18T23:38:14.865Z Downloaded hyper-tls v0.6.0
6612025-04-18T23:38:14.865Z Downloaded is-terminal v0.4.13
6622025-04-18T23:38:14.865Z Downloaded signal-hook-tokio v0.3.1
6632025-04-18T23:38:14.865Z Downloaded stable_deref_trait v1.2.0
6642025-04-18T23:38:14.865Z Downloaded unicode-truncate v1.1.0
6652025-04-18T23:38:14.891Z Downloaded nodrop v0.1.14
6662025-04-18T23:38:14.891Z Downloaded diesel_table_macro_syntax v0.2.0
6672025-04-18T23:38:14.891Z Downloaded difflib v0.4.0
6682025-04-18T23:38:14.891Z Downloaded fxhash v0.2.1
6692025-04-18T23:38:14.891Z Downloaded packed_struct v0.10.1
6702025-04-18T23:38:14.891Z Downloaded pretty-hex v0.2.1
6712025-04-18T23:38:14.919Z Downloaded serde-big-array v0.5.1
6722025-04-18T23:38:14.919Z Downloaded hex-literal v0.4.1
6732025-04-18T23:38:14.919Z Downloaded parking_lot_core v0.9.10
6742025-04-18T23:38:14.920Z Downloaded rustc_version v0.1.7
6752025-04-18T23:38:14.920Z Downloaded debug-ignore v1.0.5
6762025-04-18T23:38:14.949Z Downloaded serde_plain v1.0.2
6772025-04-18T23:38:14.949Z Downloaded derive_builder v0.20.2
6782025-04-18T23:38:14.949Z Downloaded hubpack_derive v0.1.1
6792025-04-18T23:38:14.949Z Downloaded progenitor-client v0.9.1
6802025-04-18T23:38:14.949Z Downloaded http-body v1.0.1
6812025-04-18T23:38:14.975Z Downloaded funty v2.0.0
6822025-04-18T23:38:14.975Z Downloaded ed25519-dalek v2.1.1
6832025-04-18T23:38:14.975Z Downloaded sqlparser_derive v0.2.2
6842025-04-18T23:38:14.975Z Downloaded unarray v0.1.4
6852025-04-18T23:38:14.975Z Downloaded foreign-types v0.5.0
6862025-04-18T23:38:14.975Z Downloaded stringprep v0.1.5
6872025-04-18T23:38:14.975Z Downloaded rustc_version v0.4.1
6882025-04-18T23:38:14.975Z Downloaded rustls-pemfile v1.0.4
6892025-04-18T23:38:15.002Z Downloaded diff v0.1.13
6902025-04-18T23:38:15.002Z Downloaded headers-core v0.3.0
6912025-04-18T23:38:15.002Z Downloaded scheduled-thread-pool v0.2.7
6922025-04-18T23:38:15.028Z Downloaded dyn-clone v1.0.19
6932025-04-18T23:38:15.028Z Downloaded zerofrom v0.1.4
6942025-04-18T23:38:15.028Z Downloaded tokio-tungstenite v0.23.1
6952025-04-18T23:38:15.028Z Downloaded time-core v0.1.2
6962025-04-18T23:38:15.028Z Downloaded defmt-parser v0.3.4
6972025-04-18T23:38:15.028Z Downloaded derive_builder_macro v0.20.2
6982025-04-18T23:38:15.028Z Downloaded powerfmt v0.2.0
6992025-04-18T23:38:15.053Z Downloaded rand_chacha v0.9.0
7002025-04-18T23:38:15.053Z Downloaded rand_core v0.6.4
7012025-04-18T23:38:15.053Z Downloaded slab v0.4.9
7022025-04-18T23:38:15.053Z Downloaded thread_local v1.1.8
7032025-04-18T23:38:15.053Z Downloaded vte_generate_state_changes v0.1.2
7042025-04-18T23:38:15.053Z Downloaded ppv-lite86 v0.2.20
7052025-04-18T23:38:15.053Z Downloaded pkcs8 v0.10.2
7062025-04-18T23:38:15.079Z Downloaded pkg-config v0.3.31
7072025-04-18T23:38:15.079Z Downloaded wyz v0.5.1
7082025-04-18T23:38:15.079Z Downloaded scopeguard v1.2.0
7092025-04-18T23:38:15.079Z Downloaded which v4.4.2
7102025-04-18T23:38:15.079Z Downloaded phf_codegen v0.11.2
7112025-04-18T23:38:15.079Z Downloaded yoke v0.7.4
7122025-04-18T23:38:15.079Z Downloaded signature v2.2.0
7132025-04-18T23:38:15.079Z Downloaded rfc6979 v0.4.0
7142025-04-18T23:38:15.106Z Downloaded tower-service v0.3.3
7152025-04-18T23:38:15.106Z Downloaded slog-scope v4.4.0
7162025-04-18T23:38:15.106Z Downloaded slog-async v2.8.0
7172025-04-18T23:38:15.106Z Downloaded strum v0.26.3
7182025-04-18T23:38:15.106Z Downloaded pbkdf2 v0.11.0
7192025-04-18T23:38:15.106Z Downloaded displaydoc v0.2.5
7202025-04-18T23:38:15.106Z Downloaded peg-macros v0.8.5
7212025-04-18T23:38:15.106Z Downloaded endian-type v0.1.2
7222025-04-18T23:38:15.106Z Downloaded resolv-conf v0.7.0
7232025-04-18T23:38:15.132Z Downloaded slog-stdlog v4.1.1
7242025-04-18T23:38:15.132Z Downloaded utf-8 v0.7.6
7252025-04-18T23:38:15.132Z Downloaded ed25519 v2.2.3
7262025-04-18T23:38:15.132Z Downloaded ff v0.13.0
7272025-04-18T23:38:15.132Z Downloaded rand_core v0.9.2
7282025-04-18T23:38:15.132Z Downloaded radium v0.7.0
7292025-04-18T23:38:15.132Z Downloaded pbkdf2 v0.12.2
7302025-04-18T23:38:15.132Z Downloaded whoami v1.5.2
7312025-04-18T23:38:15.158Z Downloaded ecdsa v0.16.9
7322025-04-18T23:38:15.158Z Downloaded env_logger v0.10.2
7332025-04-18T23:38:15.158Z Downloaded socket2 v0.5.8
7342025-04-18T23:38:15.158Z Downloaded unicode-normalization v0.1.24
7352025-04-18T23:38:15.158Z Downloaded peg v0.8.5
7362025-04-18T23:38:15.158Z Downloaded derive_more v0.99.19
7372025-04-18T23:38:15.184Z Downloaded url v2.5.3
7382025-04-18T23:38:15.184Z Downloaded qorb v0.2.1
7392025-04-18T23:38:15.184Z Downloaded typed-path v0.9.3
7402025-04-18T23:38:15.210Z Downloaded x509-cert v0.2.5
7412025-04-18T23:38:15.210Z Downloaded publicsuffix v2.3.0
7422025-04-18T23:38:15.210Z Downloaded zerovec v0.10.4
7432025-04-18T23:38:15.235Z Downloaded rustls-webpki v0.102.8
7442025-04-18T23:38:15.235Z Downloaded winnow v0.6.20
7452025-04-18T23:38:15.261Z Downloaded git2 v0.19.0
7462025-04-18T23:38:15.262Z Downloaded quick-xml v0.37.2
7472025-04-18T23:38:15.287Z Downloaded radix_trie v0.2.1
7482025-04-18T23:38:15.287Z Downloaded reqwest v0.12.12
7492025-04-18T23:38:15.313Z Downloaded regex-syntax v0.8.5
7502025-04-18T23:38:15.313Z Downloaded petname v2.0.2
7512025-04-18T23:38:15.313Z Downloaded regex v1.11.1
7522025-04-18T23:38:15.342Z Downloaded gimli v0.31.1
7532025-04-18T23:38:15.342Z Downloaded polar-core v0.27.3
7542025-04-18T23:38:15.369Z Downloaded rustls v0.23.19
7552025-04-18T23:38:15.369Z Downloaded dropshot v0.16.0
7562025-04-18T23:38:15.412Z Downloaded curve25519-dalek v4.1.3
7572025-04-18T23:38:15.412Z Downloaded openapiv3 v2.0.0
7582025-04-18T23:38:15.438Z Downloaded vcpkg v0.2.15
7592025-04-18T23:38:15.465Z Downloaded diesel v2.2.8
7602025-04-18T23:38:15.491Z Downloaded typify-impl v0.3.0
7612025-04-18T23:38:15.517Z Downloaded sled v0.34.7
7622025-04-18T23:38:15.543Z Downloaded typify-impl v0.2.0
7632025-04-18T23:38:15.543Z Downloaded bzip2-sys v0.1.11+1.0.8
7642025-04-18T23:38:15.570Z Downloaded zerocopy-derive v0.6.6
7652025-04-18T23:38:15.570Z Downloaded rustls v0.22.4
7662025-04-18T23:38:15.595Z Downloaded hickory-proto v0.24.4
7672025-04-18T23:38:15.621Z Downloaded ratatui v0.29.0
7682025-04-18T23:38:15.646Z Downloaded nix v0.29.0
7692025-04-18T23:38:15.646Z Downloaded dropshot v0.12.0
7702025-04-18T23:38:15.672Z Downloaded smoltcp v0.11.0
7712025-04-18T23:38:15.698Z Downloaded regex-automata v0.4.8
7722025-04-18T23:38:15.723Z Downloaded lzma-sys v0.1.20
7732025-04-18T23:38:15.749Z Downloaded rustls v0.21.12
7742025-04-18T23:38:15.774Z Downloaded petgraph v0.6.5
7752025-04-18T23:38:15.800Z Downloaded regress v0.10.3
7762025-04-18T23:38:15.800Z Downloaded libz-sys v1.1.20
7772025-04-18T23:38:15.825Z Downloaded chrono-tz v0.10.1
7782025-04-18T23:38:15.825Z Downloaded sha3 v0.10.8
7792025-04-18T23:38:15.851Z Downloaded tokio v1.43.0
7802025-04-18T23:38:15.877Z Downloaded petgraph v0.7.1
7812025-04-18T23:38:15.903Z Downloaded csv v1.3.1
7822025-04-18T23:38:15.928Z Downloaded bstr v1.10.0
7832025-04-18T23:38:15.953Z Downloaded quinn-proto v0.11.8
7842025-04-18T23:38:15.954Z Downloaded nix v0.28.0
7852025-04-18T23:38:15.981Z Downloaded smoltcp v0.9.1
7862025-04-18T23:38:15.981Z Downloaded object v0.36.5
7872025-04-18T23:38:16.006Z Downloaded unicode-width v0.2.0
7882025-04-18T23:38:16.006Z Downloaded openssl v0.10.71
7892025-04-18T23:38:16.006Z Downloaded regex-syntax v0.6.29
7902025-04-18T23:38:16.033Z Downloaded winnow v0.5.40
7912025-04-18T23:38:16.033Z Downloaded h2 v0.4.6
7922025-04-18T23:38:16.033Z Downloaded sqlparser v0.45.0
7932025-04-18T23:38:16.058Z Downloaded zerocopy v0.8.10
7942025-04-18T23:38:16.084Z Downloaded webpki-roots v0.26.6
7952025-04-18T23:38:16.084Z Downloaded nix v0.27.1
7962025-04-18T23:38:16.084Z Downloaded rayon v1.10.0
7972025-04-18T23:38:16.110Z Downloaded icu_properties_data v1.5.0
7982025-04-18T23:38:16.110Z Downloaded object v0.30.4
7992025-04-18T23:38:16.135Z Downloaded lalrpop v0.19.12
8002025-04-18T23:38:16.135Z Downloaded bindgen v0.71.1
8012025-04-18T23:38:16.161Z Downloaded tabled v0.18.0
8022025-04-18T23:38:16.161Z Downloaded time v0.3.36
8032025-04-18T23:38:16.186Z Downloaded salty v0.3.0
8042025-04-18T23:38:16.186Z Downloaded proptest v1.6.0
8052025-04-18T23:38:16.186Z Downloaded hyper v1.6.0
8062025-04-18T23:38:16.219Z Downloaded tracing v0.1.40
8072025-04-18T23:38:16.219Z Downloaded russh v0.45.0
8082025-04-18T23:38:16.219Z Downloaded encoding_rs v0.8.34
8092025-04-18T23:38:16.246Z Downloaded futures-util v0.3.31
8102025-04-18T23:38:16.246Z Downloaded p384 v0.13.0
8112025-04-18T23:38:16.272Z Downloaded fatfs v0.3.6
8122025-04-18T23:38:16.272Z Downloaded uuid v1.15.1
8132025-04-18T23:38:16.272Z Downloaded rustls-webpki v0.101.7
8142025-04-18T23:38:16.272Z Downloaded serde_with v3.12.0
8152025-04-18T23:38:16.298Z Downloaded rand v0.8.5
8162025-04-18T23:38:16.298Z Downloaded hkdf v0.12.4
8172025-04-18T23:38:16.298Z Downloaded futures v0.3.31
8182025-04-18T23:38:16.298Z Downloaded ring v0.17.11
8192025-04-18T23:38:16.344Z Downloaded itertools v0.14.0
8202025-04-18T23:38:16.370Z Downloaded slog v2.7.0
8212025-04-18T23:38:16.400Z Downloaded value-bag v1.9.0
8222025-04-18T23:38:16.400Z Downloaded der v0.7.9
8232025-04-18T23:38:16.400Z Downloaded yansi v1.0.1
8242025-04-18T23:38:16.400Z Downloaded fallible-iterator v0.2.0
8252025-04-18T23:38:16.400Z Downloaded enum-as-inner v0.6.1
8262025-04-18T23:38:16.400Z Downloaded ron v0.8.1
8272025-04-18T23:38:16.426Z Downloaded http v1.2.0
8282025-04-18T23:38:16.426Z Downloaded quick-error v1.2.3
8292025-04-18T23:38:16.426Z Downloaded percent-encoding v2.3.1
8302025-04-18T23:38:16.426Z Downloaded des v0.8.1
8312025-04-18T23:38:16.426Z Downloaded hickory-server v0.24.4
8322025-04-18T23:38:16.452Z Downloaded hashbrown v0.13.2
8332025-04-18T23:38:16.452Z Downloaded libgit2-sys v0.17.0+1.8.1
8342025-04-18T23:38:16.525Z Downloaded chrono v0.4.40
8352025-04-18T23:38:16.551Z Downloaded env_logger v0.11.5
8362025-04-18T23:38:16.551Z Downloaded env_filter v0.1.2
8372025-04-18T23:38:16.551Z Downloaded phf v0.11.2
8382025-04-18T23:38:16.577Z Downloaded fd-lock v4.0.2
8392025-04-18T23:38:16.577Z Downloaded poly1305 v0.8.0
8402025-04-18T23:38:16.577Z Downloaded vte v0.11.1
8412025-04-18T23:38:16.578Z Downloaded sct v0.7.1
8422025-04-18T23:38:16.578Z Downloaded ron v0.7.1
8432025-04-18T23:38:16.603Z Downloaded structmeta-derive v0.3.0
8442025-04-18T23:38:16.604Z Downloaded ssh-encoding v0.2.0
8452025-04-18T23:38:16.604Z Downloaded futures-channel v0.3.31
8462025-04-18T23:38:16.604Z Downloaded smf v0.2.3
8472025-04-18T23:38:16.604Z Downloaded smallvec v1.14.0
8482025-04-18T23:38:16.604Z Downloaded rsa v0.9.6
8492025-04-18T23:38:16.604Z Downloaded bindgen v0.69.5
8502025-04-18T23:38:16.630Z Downloaded slog-envlogger v2.2.0
8512025-04-18T23:38:16.630Z Downloaded uzers v0.12.1
8522025-04-18T23:38:16.630Z Downloaded similar v2.7.0
8532025-04-18T23:38:16.630Z Downloaded heapless v0.8.0
8542025-04-18T23:38:16.630Z Downloaded heapless v0.7.17
8552025-04-18T23:38:16.630Z Downloaded ssh-key v0.6.6
8562025-04-18T23:38:16.655Z Downloaded p521 v0.13.3
8572025-04-18T23:38:16.655Z Downloaded time-macros v0.2.18
8582025-04-18T23:38:16.655Z Downloaded r2d2 v0.8.10
8592025-04-18T23:38:16.655Z Downloaded slog-term v2.9.1
8602025-04-18T23:38:16.655Z Downloaded postgres-protocol v0.6.8
8612025-04-18T23:38:16.655Z Downloaded toml_edit v0.19.15
8622025-04-18T23:38:16.681Z Downloaded rand_seeder v0.3.0
8632025-04-18T23:38:16.681Z Downloaded termios v0.3.3
8642025-04-18T23:38:16.681Z Downloaded termcolor v1.4.1
8652025-04-18T23:38:16.681Z Downloaded strum_macros v0.24.3
8662025-04-18T23:38:16.681Z Downloaded quinn-udp v0.5.5
8672025-04-18T23:38:16.681Z Downloaded pem-rfc7468 v0.7.0
8682025-04-18T23:38:16.681Z Downloaded postgres-types v0.2.9
8692025-04-18T23:38:16.706Z Downloaded itertools v0.13.0
8702025-04-18T23:38:16.706Z Downloaded bitvec v1.0.1
8712025-04-18T23:38:16.706Z Downloaded display-error-chain v0.2.2
8722025-04-18T23:38:16.732Z Downloaded ssh-cipher v0.2.0
8732025-04-18T23:38:16.732Z Downloaded vsss-rs v3.3.4
8742025-04-18T23:38:16.732Z Downloaded scrypt v0.11.0
8752025-04-18T23:38:16.732Z Downloaded getrandom v0.2.15
8762025-04-18T23:38:16.732Z Downloaded expectorate v1.1.0
8772025-04-18T23:38:16.732Z Downloaded futures-executor v0.3.31
8782025-04-18T23:38:16.732Z Downloaded derive-where v1.2.7
8792025-04-18T23:38:16.732Z Downloaded tough v0.19.0
8802025-04-18T23:38:16.758Z Downloaded futures-io v0.3.31
8812025-04-18T23:38:16.758Z Downloaded futures-core v0.3.31
8822025-04-18T23:38:16.758Z Downloaded float-cmp v0.10.0
8832025-04-18T23:38:16.758Z Downloaded smallvec v0.6.14
8842025-04-18T23:38:16.758Z Downloaded pkcs5 v0.7.1
8852025-04-18T23:38:16.758Z Downloaded unsafe-libyaml v0.2.11
8862025-04-18T23:38:16.758Z Downloaded test-strategy v0.4.0
8872025-04-18T23:38:16.783Z Downloaded half v2.4.1
8882025-04-18T23:38:16.783Z Downloaded pkcs1 v0.7.5
8892025-04-18T23:38:16.783Z Downloaded slog-json v2.6.1
8902025-04-18T23:38:16.784Z Downloaded utf8_iter v1.0.4
8912025-04-18T23:38:16.784Z Downloaded termtree v0.4.1
8922025-04-18T23:38:16.784Z Downloaded utf16_iter v1.0.5
8932025-04-18T23:38:16.784Z Downloaded dropshot_endpoint v0.16.0
8942025-04-18T23:38:16.784Z Downloaded dropshot_endpoint v0.12.0
8952025-04-18T23:38:16.784Z Downloaded flume v0.11.1
8962025-04-18T23:38:16.784Z Downloaded flate2 v1.1.0
8972025-04-18T23:38:16.809Z Downloaded zopfli v0.8.1
8982025-04-18T23:38:16.809Z Downloaded rcgen v0.12.1
8992025-04-18T23:38:16.809Z Downloaded idna v1.0.3
9002025-04-18T23:38:16.809Z Downloaded portable-atomic v1.9.0
9012025-04-18T23:38:16.810Z Downloaded aws-lc-rs v1.12.4
9022025-04-18T23:38:16.835Z Downloaded schemars_derive v0.8.22
9032025-04-18T23:38:16.835Z Downloaded yasna v0.5.2
9042025-04-18T23:38:16.835Z Downloaded pretty_assertions v1.4.1
9052025-04-18T23:38:16.835Z Downloaded unicode_categories v0.1.1
9062025-04-18T23:38:16.835Z Downloaded hashbrown v0.12.3
9072025-04-18T23:38:16.835Z Downloaded termtree v0.5.1
9082025-04-18T23:38:16.835Z Downloaded typify v0.3.0
9092025-04-18T23:38:16.835Z Downloaded schemars v0.8.22
9102025-04-18T23:38:16.861Z Downloaded russh-keys v0.45.0
9112025-04-18T23:38:16.861Z Downloaded globset v0.4.15
9122025-04-18T23:38:16.861Z Downloaded glob v0.3.2
9132025-04-18T23:38:16.861Z Downloaded tokio-postgres v0.7.13
9142025-04-18T23:38:16.861Z Downloaded steno v0.4.1
9152025-04-18T23:38:16.886Z Downloaded itertools v0.12.1
9162025-04-18T23:38:16.886Z Downloaded itertools v0.10.5
9172025-04-18T23:38:16.886Z Downloaded thiserror-no-std v2.0.2
9182025-04-18T23:38:16.886Z Downloaded num-bigint-dig v0.8.4
9192025-04-18T23:38:16.912Z Downloaded nom v7.1.3
9202025-04-18T23:38:16.912Z Downloaded libxml v0.3.3
9212025-04-18T23:38:16.912Z Downloaded rustls-pki-types v1.10.0
9222025-04-18T23:38:16.912Z Downloaded unicode-segmentation v1.12.0
9232025-04-18T23:38:16.912Z Downloaded defmt-macros v0.3.9
9242025-04-18T23:38:16.912Z Downloaded rayon-core v1.12.1
9252025-04-18T23:38:16.938Z Downloaded tokio-util v0.7.13
9262025-04-18T23:38:16.938Z Downloaded zeroize_derive v1.4.2
9272025-04-18T23:38:16.938Z Downloaded zeroize v1.8.1
9282025-04-18T23:38:16.938Z Downloaded writeable v0.5.5
9292025-04-18T23:38:16.938Z Downloaded typify v0.2.0
9302025-04-18T23:38:16.938Z Downloaded tokio-rustls v0.25.0
9312025-04-18T23:38:16.938Z Downloaded tokio-rustls v0.24.1
9322025-04-18T23:38:16.938Z Downloaded samael v0.0.18
9332025-04-18T23:38:16.964Z Downloaded prettyplease v0.2.30
9342025-04-18T23:38:16.964Z Downloaded siphasher v0.3.11
9352025-04-18T23:38:16.964Z Downloaded simd-adler32 v0.3.7
9362025-04-18T23:38:16.964Z Downloaded rand_chacha v0.3.1
9372025-04-18T23:38:16.964Z Downloaded tracing-attributes v0.1.27
9382025-04-18T23:38:16.964Z Downloaded toml v0.7.8
9392025-04-18T23:38:16.964Z Downloaded spin v0.9.8
9402025-04-18T23:38:16.964Z Downloaded blake3 v1.5.4
9412025-04-18T23:38:16.990Z Downloaded highway v1.3.0
9422025-04-18T23:38:16.990Z Downloaded parse-zoneinfo v0.3.1
9432025-04-18T23:38:16.990Z Downloaded zerocopy-derive v0.8.10
9442025-04-18T23:38:16.990Z Downloaded paste v1.0.15
9452025-04-18T23:38:17.016Z Downloaded group v0.13.0
9462025-04-18T23:38:17.016Z Downloaded tinyvec v1.8.0
9472025-04-18T23:38:17.016Z Downloaded write16 v1.0.0
9482025-04-18T23:38:17.016Z Downloaded sigpipe v0.1.3
9492025-04-18T23:38:17.016Z Downloaded reedline v0.38.0
9502025-04-18T23:38:17.016Z Downloaded home v0.5.9
9512025-04-18T23:38:17.016Z Downloaded dsl_auto_type v0.1.2
9522025-04-18T23:38:17.016Z Downloaded document-features v0.2.10
9532025-04-18T23:38:17.041Z Downloaded der_derive v0.7.3
9542025-04-18T23:38:17.041Z Downloaded progenitor-impl v0.8.0
9552025-04-18T23:38:17.041Z Downloaded httparse v1.9.5
9562025-04-18T23:38:17.042Z Downloaded futures-sink v0.3.31
9572025-04-18T23:38:17.042Z Downloaded futures-macro v0.3.31
9582025-04-18T23:38:17.042Z Downloaded thiserror-impl-no-std v2.0.2
9592025-04-18T23:38:17.042Z Downloaded same-file v1.0.6
9602025-04-18T23:38:17.042Z Downloaded rustc-hash v1.1.0
9612025-04-18T23:38:17.042Z Downloaded rtoolbox v0.0.2
9622025-04-18T23:38:17.042Z Downloaded rpassword v7.3.1
9632025-04-18T23:38:17.042Z Downloaded tiny-keccak v2.0.2
9642025-04-18T23:38:17.042Z Downloaded tower v0.5.2
9652025-04-18T23:38:17.067Z Downloaded tokio-tungstenite v0.21.0
9662025-04-18T23:38:17.067Z Downloaded tokio-stream v0.1.17
9672025-04-18T23:38:17.067Z Downloaded tokio-rustls v0.26.0
9682025-04-18T23:38:17.067Z Downloaded diesel_derives v2.2.3
9692025-04-18T23:38:17.067Z Downloaded yoke-derive v0.7.4
9702025-04-18T23:38:17.067Z Downloaded heck v0.3.3
9712025-04-18T23:38:17.067Z Downloaded tinystr v0.7.6
9722025-04-18T23:38:17.093Z Downloaded spki v0.7.3
9732025-04-18T23:38:17.093Z Downloaded num-bigint v0.4.6
9742025-04-18T23:38:17.093Z Downloaded mio v1.0.2
9752025-04-18T23:38:17.119Z Downloaded minimal-lexical v0.2.1
9762025-04-18T23:38:17.119Z Downloaded zip v2.1.3
9772025-04-18T23:38:17.119Z Downloaded aho-corasick v1.1.3
9782025-04-18T23:38:17.145Z Downloaded dunce v1.0.5
9792025-04-18T23:38:17.145Z Downloaded deranged v0.3.11
9802025-04-18T23:38:17.145Z Downloaded sqlformat v0.2.6
9812025-04-18T23:38:17.145Z Downloaded rustc-hash v2.1.1
9822025-04-18T23:38:17.145Z Downloaded password-hash v0.5.0
9832025-04-18T23:38:17.172Z Downloaded password-hash v0.4.2
9842025-04-18T23:38:17.172Z Downloaded litrs v0.4.1
9852025-04-18T23:38:17.172Z Downloaded russh-cryptovec v0.7.3
9862025-04-18T23:38:17.172Z Downloaded hostname v0.4.0
9872025-04-18T23:38:17.172Z Downloaded toolchain_find v0.4.0
9882025-04-18T23:38:17.172Z Downloaded pin-project v1.1.6
9892025-04-18T23:38:17.197Z Downloaded hyper-rustls v0.27.3
9902025-04-18T23:38:17.197Z Downloaded topological-sort v0.2.2
9912025-04-18T23:38:17.197Z Downloaded http-body-util v0.1.2
9922025-04-18T23:38:17.197Z Downloaded fs_extra v1.3.0
9932025-04-18T23:38:17.197Z Downloaded float-ord v0.3.2
9942025-04-18T23:38:17.197Z Downloaded rustls-pemfile v2.2.0
9952025-04-18T23:38:17.198Z Downloaded hickory-client v0.24.4
9962025-04-18T23:38:17.198Z Downloaded unicode-bidi v0.3.17
9972025-04-18T23:38:17.198Z Downloaded openssl-sys v0.9.106
9982025-04-18T23:38:17.223Z Downloaded rustyline v14.0.0
9992025-04-18T23:38:17.223Z Downloaded darling_core v0.20.10
10002025-04-18T23:38:17.223Z Downloaded unicode-properties v0.1.3
10012025-04-18T23:38:17.223Z Downloaded miniz_oxide v0.8.5
10022025-04-18T23:38:17.223Z Downloaded icu_collections v1.5.0
10032025-04-18T23:38:17.249Z Downloaded progenitor v0.9.1
10042025-04-18T23:38:17.249Z Downloaded primeorder v0.13.6
10052025-04-18T23:38:17.249Z Downloaded predicates-core v1.0.8
10062025-04-18T23:38:17.249Z Downloaded predicates v3.1.3
10072025-04-18T23:38:17.249Z Downloaded zerovec-derive v0.10.3
10082025-04-18T23:38:17.249Z Downloaded httpdate v1.0.3
10092025-04-18T23:38:17.249Z Downloaded curve25519-dalek-derive v0.1.1
10102025-04-18T23:38:17.249Z Downloaded string_cache v0.8.7
10112025-04-18T23:38:17.249Z Downloaded progenitor-impl v0.9.1
10122025-04-18T23:38:17.249Z Downloaded typify-macro v0.3.0
10132025-04-18T23:38:17.249Z Downloaded typify-macro v0.2.0
10142025-04-18T23:38:17.249Z Downloaded tar v0.4.44
10152025-04-18T23:38:17.275Z Downloaded papergrid v0.14.0
10162025-04-18T23:38:17.275Z Downloaded p256 v0.13.2
10172025-04-18T23:38:17.275Z Downloaded precomputed-hash v0.1.1
10182025-04-18T23:38:17.275Z Downloaded tokio-macros v2.5.0
10192025-04-18T23:38:17.275Z Downloaded static_assertions v1.1.0
10202025-04-18T23:38:17.275Z Downloaded secrecy v0.8.0
10212025-04-18T23:38:17.275Z Downloaded sec1 v0.7.3
10222025-04-18T23:38:17.275Z Downloaded pin-project-internal v1.1.6
10232025-04-18T23:38:17.275Z Downloaded oso v0.27.3
10242025-04-18T23:38:17.300Z Downloaded foldhash v0.1.3
10252025-04-18T23:38:17.300Z Downloaded semver v0.1.20
10262025-04-18T23:38:17.300Z Downloaded hyper-staticfile v0.10.1
10272025-04-18T23:38:17.300Z Downloaded fixedbitset v0.5.7
10282025-04-18T23:38:17.300Z Downloaded pin-project-lite v0.2.14
10292025-04-18T23:38:17.301Z Downloaded progenitor-client v0.8.0
10302025-04-18T23:38:17.301Z Downloaded defmt v0.3.8
10312025-04-18T23:38:17.301Z Downloaded daft v0.1.2
10322025-04-18T23:38:17.301Z Downloaded universal-hash v0.5.1
10332025-04-18T23:38:17.301Z Downloaded unicode-xid v0.2.6
10342025-04-18T23:38:17.301Z Downloaded unicase v2.7.0
10352025-04-18T23:38:17.301Z Downloaded indicatif v0.17.11
10362025-04-18T23:38:17.326Z Downloaded icu_properties v1.5.1
10372025-04-18T23:38:17.326Z Downloaded icu_normalizer_data v1.5.0
10382025-04-18T23:38:17.326Z Downloaded foreign-types-macros v0.2.3
10392025-04-18T23:38:17.327Z Downloaded foreign-types v0.3.2
10402025-04-18T23:38:17.327Z Downloaded data-encoding v2.6.0
10412025-04-18T23:38:17.327Z Downloaded zone_cfg_derive v0.3.0
10422025-04-18T23:38:17.327Z Downloaded tokio-native-tls v0.3.1
10432025-04-18T23:38:17.327Z Downloaded structmeta v0.3.0
10442025-04-18T23:38:17.327Z Downloaded serde_repr v0.1.19
10452025-04-18T23:38:17.327Z Downloaded serde-hex v0.1.0
10462025-04-18T23:38:17.327Z Downloaded ref-cast-impl v1.0.23
10472025-04-18T23:38:17.327Z Downloaded ref-cast v1.0.23
10482025-04-18T23:38:17.327Z Downloaded omicron-zone-package v0.12.0
10492025-04-18T23:38:17.327Z Downloaded num-traits v0.2.19
10502025-04-18T23:38:17.352Z Downloaded rand v0.9.0
10512025-04-18T23:38:17.352Z Downloaded libm v0.2.8
10522025-04-18T23:38:17.352Z Downloaded darling v0.20.10
10532025-04-18T23:38:17.352Z Downloaded daft-derive v0.1.2
10542025-04-18T23:38:17.352Z Downloaded subprocess v0.2.9
10552025-04-18T23:38:17.378Z Downloaded mime_guess v2.0.5
10562025-04-18T23:38:17.378Z Downloaded indexmap v1.9.3
10572025-04-18T23:38:17.378Z Downloaded vergen v8.3.2
10582025-04-18T23:38:17.378Z Downloaded serde_path_to_error v0.1.16
10592025-04-18T23:38:17.378Z Downloaded darling_macro v0.20.10
10602025-04-18T23:38:17.378Z Downloaded psl-types v2.0.11
10612025-04-18T23:38:17.378Z Downloaded progenitor-macro v0.9.1
10622025-04-18T23:38:17.378Z Downloaded progenitor-macro v0.8.0
10632025-04-18T23:38:17.378Z Downloaded predicates-tree v1.0.11
10642025-04-18T23:38:17.378Z Downloaded pin-utils v0.1.0
10652025-04-18T23:38:17.378Z Downloaded signal-hook v0.3.17
10662025-04-18T23:38:17.378Z Downloaded icu_normalizer v1.5.0
10672025-04-18T23:38:17.378Z Downloaded icu_locid v1.5.0
10682025-04-18T23:38:17.404Z Downloaded elliptic-curve v0.13.8
10692025-04-18T23:38:17.404Z Downloaded aes-gcm v0.10.3
10702025-04-18T23:38:17.404Z Downloaded flagset v0.4.6
10712025-04-18T23:38:17.404Z Downloaded fixedbitset v0.4.2
10722025-04-18T23:38:17.404Z Downloaded filetime v0.2.25
10732025-04-18T23:38:17.404Z Downloaded xattr v1.3.1
10742025-04-18T23:38:17.404Z Downloaded owo-colors v4.2.0
10752025-04-18T23:38:17.404Z Downloaded num-rational v0.4.2
10762025-04-18T23:38:17.404Z Downloaded num-integer v0.1.46
10772025-04-18T23:38:17.404Z Downloaded nibble_vec v0.1.0
10782025-04-18T23:38:17.430Z Downloaded memmap2 v0.9.5
10792025-04-18T23:38:17.430Z Downloaded lock_api v0.4.12
10802025-04-18T23:38:17.430Z Downloaded crossterm v0.28.1
10812025-04-18T23:38:17.430Z Downloaded gethostname v0.5.0
10822025-04-18T23:38:17.430Z Downloaded parking_lot_core v0.8.6
10832025-04-18T23:38:17.430Z Downloaded parking_lot v0.11.2
10842025-04-18T23:38:17.430Z Downloaded num-complex v0.4.6
10852025-04-18T23:38:17.456Z Downloaded nu-ansi-term v0.50.1
10862025-04-18T23:38:17.456Z Downloaded lru v0.12.5
10872025-04-18T23:38:17.456Z Downloaded litemap v0.7.3
10882025-04-18T23:38:17.456Z Downloaded libloading v0.8.5
10892025-04-18T23:38:17.456Z Downloaded zip v0.6.6
10902025-04-18T23:38:17.456Z Downloaded dirs-sys-next v0.1.2
10912025-04-18T23:38:17.456Z Downloaded wait-timeout v0.2.0
10922025-04-18T23:38:17.456Z Downloaded strum_macros v0.26.4
10932025-04-18T23:38:17.456Z Downloaded icu_locid_transform v1.5.0
10942025-04-18T23:38:17.456Z Downloaded hmac v0.12.1
10952025-04-18T23:38:17.456Z Downloaded getrandom v0.3.1
10962025-04-18T23:38:17.481Z Downloaded term v0.7.0
10972025-04-18T23:38:17.481Z Downloaded parse-display-derive v0.10.0
10982025-04-18T23:38:17.481Z Downloaded parse-display v0.10.0
10992025-04-18T23:38:17.481Z Downloaded oxnet v0.1.1
11002025-04-18T23:38:17.482Z Downloaded num_enum v0.5.11
11012025-04-18T23:38:17.482Z Downloaded num-derive v0.4.2
11022025-04-18T23:38:17.482Z Downloaded ipnet v2.11.0
11032025-04-18T23:38:17.482Z Downloaded mockall v0.13.1
11042025-04-18T23:38:17.482Z Downloaded mime v0.3.17
11052025-04-18T23:38:17.482Z Downloaded managed v0.8.0
11062025-04-18T23:38:17.482Z Downloaded lru-cache v0.1.2
11072025-04-18T23:38:17.482Z Downloaded lazycell v1.3.0
11082025-04-18T23:38:17.482Z Downloaded fragile v2.0.0
11092025-04-18T23:38:17.507Z Downloaded tungstenite v0.23.0
11102025-04-18T23:38:17.507Z Downloaded tungstenite v0.21.0
11112025-04-18T23:38:17.507Z Downloaded aes v0.8.4
11122025-04-18T23:38:17.507Z Downloaded futures-task v0.3.31
11132025-04-18T23:38:17.507Z Downloaded subtle v2.6.1
11142025-04-18T23:38:17.507Z Downloaded num_enum_derive v0.5.11
11152025-04-18T23:38:17.507Z Downloaded num v0.4.3
11162025-04-18T23:38:17.507Z Downloaded newtype-uuid v1.2.1
11172025-04-18T23:38:17.507Z Downloaded linked-hash-map v0.5.6
11182025-04-18T23:38:17.507Z Downloaded libsw-core v0.3.1
11192025-04-18T23:38:17.507Z Downloaded tracing-core v0.1.32
11202025-04-18T23:38:17.507Z Downloaded olpc-cjson v0.1.4
11212025-04-18T23:38:17.533Z Downloaded num-iter v0.1.45
11222025-04-18T23:38:17.533Z Downloaded iana-time-zone v0.1.61
11232025-04-18T23:38:17.533Z Downloaded derive_builder_core v0.20.2
11242025-04-18T23:38:17.533Z Downloaded packed_struct_codegen v0.10.1
11252025-04-18T23:38:17.533Z Downloaded memoffset v0.9.1
11262025-04-18T23:38:17.533Z Downloaded linear-map v1.2.0
11272025-04-18T23:38:17.533Z Downloaded libefi-sys v0.1.0
11282025-04-18T23:38:17.533Z Downloaded md-5 v0.10.6
11292025-04-18T23:38:17.533Z Downloaded lazy_static v1.5.0
11302025-04-18T23:38:17.533Z Downloaded lalrpop-util v0.19.12
11312025-04-18T23:38:17.533Z Downloaded instability v0.3.2
11322025-04-18T23:38:17.533Z Downloaded indoc v2.0.6
11332025-04-18T23:38:17.533Z Downloaded snafu v0.8.5
11342025-04-18T23:38:17.559Z Downloaded quinn v0.11.5
11352025-04-18T23:38:17.559Z Downloaded synstructure v0.13.1
11362025-04-18T23:38:17.559Z Downloaded supports-color v3.0.2
11372025-04-18T23:38:17.559Z Downloaded signal-hook-registry v1.4.2
11382025-04-18T23:38:17.559Z Downloaded signal-hook-mio v0.2.4
11392025-04-18T23:38:17.559Z Downloaded shlex v1.3.0
11402025-04-18T23:38:17.559Z Downloaded shell-words v1.1.0
11412025-04-18T23:38:17.559Z Downloaded ipnetwork v0.21.1
11422025-04-18T23:38:17.559Z Downloaded inout v0.1.3
11432025-04-18T23:38:17.559Z Downloaded indoc v1.0.9
11442025-04-18T23:38:17.559Z Downloaded indent_write v2.2.0
11452025-04-18T23:38:17.559Z Downloaded serde_yaml v0.9.34+deprecated
11462025-04-18T23:38:17.585Z Downloaded openssl-macros v0.1.1
11472025-04-18T23:38:17.585Z Downloaded hubpack v0.1.2
11482025-04-18T23:38:17.585Z Downloaded diesel-dtrace v0.4.2
11492025-04-18T23:38:17.585Z Downloaded crossbeam-channel v0.5.13
11502025-04-18T23:38:17.585Z Downloaded cc v1.2.15
11512025-04-18T23:38:17.585Z Downloaded newtype_derive v0.1.6
11522025-04-18T23:38:17.585Z Downloaded kstat-rs v0.2.4
11532025-04-18T23:38:17.585Z Downloaded hash32 v0.3.1
11542025-04-18T23:38:17.585Z Downloaded hash32 v0.2.1
11552025-04-18T23:38:17.585Z Downloaded ghash v0.5.1
11562025-04-18T23:38:17.610Z Downloaded sync_wrapper v1.0.1
11572025-04-18T23:38:17.610Z Downloaded sync-ptr v0.1.1
11582025-04-18T23:38:17.610Z Downloaded num-conv v0.1.0
11592025-04-18T23:38:17.610Z Downloaded base64 v0.21.7
11602025-04-18T23:38:17.610Z Downloaded ena v0.14.3
11612025-04-18T23:38:17.610Z Downloaded embedded-io v0.4.0
11622025-04-18T23:38:17.611Z Downloaded either v1.14.0
11632025-04-18T23:38:17.611Z Downloaded zerocopy v0.6.6
11642025-04-18T23:38:17.611Z Downloaded twox-hash v2.1.0
11652025-04-18T23:38:17.611Z Downloaded ctr v0.9.2
11662025-04-18T23:38:17.611Z Downloaded crypto-bigint v0.5.5
11672025-04-18T23:38:17.636Z Downloaded chacha20poly1305 v0.10.1
11682025-04-18T23:38:17.636Z Downloaded zone v0.1.8
11692025-04-18T23:38:17.636Z Downloaded zerofrom-derive v0.1.4
11702025-04-18T23:38:17.636Z Downloaded xz2 v0.1.7
11712025-04-18T23:38:17.636Z Downloaded snafu-derive v0.8.5
11722025-04-18T23:38:17.636Z Downloaded embedded-io v0.6.1
11732025-04-18T23:38:17.636Z Downloaded foreign-types-shared v0.1.1
11742025-04-18T23:38:17.636Z Downloaded untrusted v0.9.0
11752025-04-18T23:38:17.636Z Downloaded untrusted v0.7.1
11762025-04-18T23:38:17.636Z Downloaded tui-tree-widget v0.23.0
11772025-04-18T23:38:17.636Z Downloaded serde_with_macros v3.12.0
11782025-04-18T23:38:17.637Z Downloaded serde_derive_internals v0.29.1
11792025-04-18T23:38:17.637Z Downloaded postcard v1.0.10
11802025-04-18T23:38:17.637Z Downloaded hyper-util v0.1.10
11812025-04-18T23:38:17.637Z Downloaded tls_codec_derive v0.4.1
11822025-04-18T23:38:17.663Z Downloaded tls_codec v0.4.1
11832025-04-18T23:38:17.663Z Downloaded parking_lot v0.12.3
11842025-04-18T23:38:17.663Z Downloaded native-tls v0.2.12
11852025-04-18T23:38:17.663Z Downloaded mockall_derive v0.13.1
11862025-04-18T23:38:17.663Z Downloaded bytes v1.10.1
11872025-04-18T23:38:17.663Z Downloaded backtrace v0.3.74
11882025-04-18T23:38:17.663Z Downloaded arc-swap v1.7.1
11892025-04-18T23:38:17.663Z Downloaded tabled_derive v0.10.0
11902025-04-18T23:38:17.663Z Downloaded strum_macros v0.25.3
11912025-04-18T23:38:17.688Z Downloaded strip-ansi-escapes v0.2.0
11922025-04-18T23:38:17.688Z Downloaded slog-bunyan v2.5.0
11932025-04-18T23:38:17.688Z Downloaded base64 v0.22.1
11942025-04-18T23:38:17.688Z Downloaded addr2line v0.24.2
11952025-04-18T23:38:17.688Z Downloaded sha1 v0.10.6
11962025-04-18T23:38:17.688Z Downloaded salsa20 v0.10.2
11972025-04-18T23:38:17.688Z Downloaded rusty-fork v0.3.0
11982025-04-18T23:38:17.688Z Downloaded rustversion v1.0.17
11992025-04-18T23:38:17.688Z Downloaded icu_provider v1.5.0
12002025-04-18T23:38:17.688Z Downloaded compact_str v0.8.0
12012025-04-18T23:38:17.688Z Downloaded proc-macro-crate v1.3.1
12022025-04-18T23:38:17.714Z Downloaded pem v3.0.5
12032025-04-18T23:38:17.714Z Downloaded allocator-api2 v0.2.18
12042025-04-18T23:38:17.714Z Downloaded multimap v0.10.0
12052025-04-18T23:38:17.714Z Downloaded maybe-uninit v2.0.0
12062025-04-18T23:38:17.714Z Downloaded crossbeam-epoch v0.9.18
12072025-04-18T23:38:17.714Z Downloaded const-oid v0.9.6
12082025-04-18T23:38:17.714Z Downloaded ciborium v0.2.2
12092025-04-18T23:38:17.714Z Downloaded libsw v3.4.0
12102025-04-18T23:38:17.714Z Downloaded internet-checksum v0.2.1
12112025-04-18T23:38:17.714Z Downloaded impl-trait-for-tuples v0.2.2
12122025-04-18T23:38:17.714Z Downloaded idna_adapter v1.2.0
12132025-04-18T23:38:17.714Z Downloaded ahash v0.8.11
12142025-04-18T23:38:17.740Z Downloaded bit-vec v0.8.0
12152025-04-18T23:38:17.740Z Downloaded ciborium-ll v0.2.2
12162025-04-18T23:38:17.740Z Downloaded buf-list v1.0.3
12172025-04-18T23:38:17.740Z Downloaded bit-set v0.8.0
12182025-04-18T23:38:17.740Z Downloaded chacha20 v0.9.1
12192025-04-18T23:38:17.740Z Downloaded aws-lc-sys v0.26.0
12202025-04-18T23:38:17.984Z Downloaded chrono-tz-build v0.4.0
12212025-04-18T23:38:18.009Z Downloaded bit-set v0.5.3
12222025-04-18T23:38:18.009Z Downloaded cobs v0.2.3
12232025-04-18T23:38:18.009Z Downloaded cfg_aliases v0.1.1
12242025-04-18T23:38:18.009Z Downloaded cbc v0.1.2
12252025-04-18T23:38:18.009Z Downloaded cargo_metadata v0.18.1
12262025-04-18T23:38:18.009Z Downloaded blowfish v0.9.1
12272025-04-18T23:38:18.010Z Downloaded block-padding v0.3.3
12282025-04-18T23:38:18.010Z Downloaded convert_case v0.4.0
12292025-04-18T23:38:18.010Z Downloaded cmake v0.1.51
12302025-04-18T23:38:18.010Z Downloaded arrayref v0.3.9
12312025-04-18T23:38:18.131Z Compiling serde v1.0.219
12322025-04-18T23:38:18.157Z Compiling value-bag v1.9.0
12332025-04-18T23:38:18.157Z Compiling lock_api v0.4.12
12342025-04-18T23:38:18.157Z Compiling scopeguard v1.2.0
12352025-04-18T23:38:18.157Z Compiling typenum v1.17.0
12362025-04-18T23:38:18.157Z Compiling generic-array v0.14.7
12372025-04-18T23:38:18.186Z Compiling syn v2.0.98
12382025-04-18T23:38:18.211Z Compiling getrandom v0.2.15
12392025-04-18T23:38:18.314Z Compiling shlex v1.3.0
12402025-04-18T23:38:18.568Z Compiling rand_core v0.6.4
12412025-04-18T23:38:18.641Z Compiling log v0.4.22
12422025-04-18T23:38:18.712Z Compiling jobserver v0.1.32
12432025-04-18T23:38:18.738Z Compiling subtle v2.6.1
12442025-04-18T23:38:18.766Z Compiling smallvec v1.14.0
12452025-04-18T23:38:19.048Z Compiling const-oid v0.9.6
12462025-04-18T23:38:19.073Z Compiling cc v1.2.15
12472025-04-18T23:38:19.073Z Compiling parking_lot_core v0.9.10
12482025-04-18T23:38:19.141Z Compiling rustix v0.38.37
12492025-04-18T23:38:19.323Z Compiling pin-project-lite v0.2.14
12502025-04-18T23:38:19.417Z Compiling signal-hook-registry v1.4.2
12512025-04-18T23:38:19.472Z Compiling stable_deref_trait v1.2.0
12522025-04-18T23:38:19.602Z Compiling mio v1.0.2
12532025-04-18T23:38:19.917Z Compiling parking_lot v0.12.3
12542025-04-18T23:38:20.067Z Compiling spin v0.9.8
12552025-04-18T23:38:20.092Z Compiling futures-core v0.3.31
12562025-04-18T23:38:20.241Z Compiling aho-corasick v1.1.3
12572025-04-18T23:38:20.323Z Compiling libm v0.2.8
12582025-04-18T23:38:20.424Z Compiling cpufeatures v0.2.14
12592025-04-18T23:38:20.547Z Compiling regex-syntax v0.8.5
12602025-04-18T23:38:20.587Z Compiling serde_json v1.0.140
12612025-04-18T23:38:20.713Z Compiling socket2 v0.5.8
12622025-04-18T23:38:20.713Z Compiling num-traits v0.2.19
12632025-04-18T23:38:20.757Z Compiling glob v0.3.2
12642025-04-18T23:38:20.923Z Compiling pkg-config v0.3.31
12652025-04-18T23:38:21.034Z Compiling either v1.14.0
12662025-04-18T23:38:21.571Z Compiling futures-sink v0.3.31
12672025-04-18T23:38:21.749Z Compiling clang-sys v1.8.1
12682025-04-18T23:38:22.032Z Compiling slab v0.4.9
12692025-04-18T23:38:22.344Z Compiling prettyplease v0.2.30
12702025-04-18T23:38:22.374Z Compiling getrandom v0.3.1
12712025-04-18T23:38:22.666Z Compiling lazy_static v1.5.0
12722025-04-18T23:38:22.804Z Compiling minimal-lexical v0.2.1
12732025-04-18T23:38:22.829Z Compiling allocator-api2 v0.2.18
12742025-04-18T23:38:22.887Z Compiling foldhash v0.1.3
12752025-04-18T23:38:23.260Z Compiling nom v7.1.3
12762025-04-18T23:38:23.335Z Compiling libloading v0.8.5
12772025-04-18T23:38:23.418Z Compiling hashbrown v0.15.1
12782025-04-18T23:38:23.496Z Compiling bindgen v0.69.5
12792025-04-18T23:38:23.683Z Compiling base64ct v1.6.0
12802025-04-18T23:38:24.012Z Compiling regex-automata v0.4.8
12812025-04-18T23:38:24.202Z Compiling home v0.5.9
12822025-04-18T23:38:24.244Z Compiling pem-rfc7468 v0.7.0
12832025-04-18T23:38:24.413Z Compiling futures-channel v0.3.31
12842025-04-18T23:38:24.482Z Compiling itertools v0.10.5
12852025-04-18T23:38:24.805Z Compiling synstructure v0.13.1
12862025-04-18T23:38:25.940Z Compiling cexpr v0.6.0
12872025-04-18T23:38:26.125Z Compiling flagset v0.4.6
12882025-04-18T23:38:26.150Z Compiling rustc-hash v1.1.0
12892025-04-18T23:38:26.327Z Compiling pin-utils v0.1.0
12902025-04-18T23:38:26.373Z Compiling futures-io v0.3.31
12912025-04-18T23:38:26.498Z Compiling litemap v0.7.3
12922025-04-18T23:38:26.701Z Compiling futures-task v0.3.31
12932025-04-18T23:38:26.869Z Compiling lazycell v1.3.0
12942025-04-18T23:38:26.913Z Compiling writeable v0.5.5
12952025-04-18T23:38:27.075Z Compiling cmake v0.1.51
12962025-04-18T23:38:27.101Z Compiling dunce v1.0.5
12972025-04-18T23:38:27.242Z Compiling fs_extra v1.3.0
12982025-04-18T23:38:27.468Z Compiling vcpkg v0.2.15
12992025-04-18T23:38:27.496Z Compiling icu_locid_transform_data v1.5.0
13002025-04-18T23:38:27.540Z Compiling paste v1.0.15
13012025-04-18T23:38:27.603Z Compiling crossbeam-utils v0.8.20
13022025-04-18T23:38:27.762Z Compiling icu_properties_data v1.5.0
13032025-04-18T23:38:27.840Z Compiling ring v0.17.11
13042025-04-18T23:38:28.040Z Compiling tracing-core v0.1.32
13052025-04-18T23:38:28.175Z Compiling percent-encoding v2.3.1
13062025-04-18T23:38:28.474Z Compiling regex v1.11.1
13072025-04-18T23:38:28.777Z Compiling iana-time-zone v0.1.61
13082025-04-18T23:38:29.043Z Compiling openssl-sys v0.9.106
13092025-04-18T23:38:29.074Z Compiling aws-lc-rs v1.12.4
13102025-04-18T23:38:29.123Z Compiling zerocopy v0.8.10
13112025-04-18T23:38:29.148Z Compiling utf8_iter v1.0.4
13122025-04-18T23:38:29.174Z Compiling serde_derive v1.0.219
13132025-04-18T23:38:29.294Z Compiling zeroize_derive v1.4.2
13142025-04-18T23:38:29.380Z Compiling zerocopy-derive v0.7.35
13152025-04-18T23:38:29.478Z Compiling zerofrom-derive v0.1.4
13162025-04-18T23:38:29.827Z Compiling tokio-macros v2.5.0
13172025-04-18T23:38:29.926Z Compiling yoke-derive v0.7.4
13182025-04-18T23:38:30.528Z Compiling zeroize v1.8.1
13192025-04-18T23:38:31.060Z Compiling zerocopy v0.7.35
13202025-04-18T23:38:31.115Z Compiling displaydoc v0.2.5
13212025-04-18T23:38:31.889Z Compiling zerovec-derive v0.10.3
13222025-04-18T23:38:32.105Z Compiling crypto-common v0.1.6
13232025-04-18T23:38:32.138Z Compiling block-buffer v0.10.4
13242025-04-18T23:38:32.332Z Compiling block-padding v0.3.3
13252025-04-18T23:38:32.358Z Compiling digest v0.10.7
13262025-04-18T23:38:32.410Z Compiling thiserror-impl v1.0.69
13272025-04-18T23:38:32.463Z Compiling zerofrom v0.1.4
13282025-04-18T23:38:32.521Z Compiling der_derive v0.7.3
13292025-04-18T23:38:32.586Z Compiling inout v0.1.3
13302025-04-18T23:38:32.682Z Compiling yoke v0.7.4
13312025-04-18T23:38:32.813Z Compiling hmac v0.12.1
13322025-04-18T23:38:32.848Z Compiling cipher v0.4.4
13332025-04-18T23:38:33.006Z Compiling sha2 v0.10.8
13342025-04-18T23:38:33.068Z Compiling futures-macro v0.3.31
13352025-04-18T23:38:33.324Z Compiling icu_provider_macros v1.5.0
13362025-04-18T23:38:33.426Z Compiling salsa20 v0.10.2
13372025-04-18T23:38:33.647Z Compiling pbkdf2 v0.12.2
13382025-04-18T23:38:33.813Z Compiling ppv-lite86 v0.2.20
13392025-04-18T23:38:33.877Z Compiling zerovec v0.10.4
13402025-04-18T23:38:34.247Z Compiling scrypt v0.11.0
13412025-04-18T23:38:34.360Z Compiling der v0.7.9
13422025-04-18T23:38:34.476Z Compiling cbc v0.1.2
13432025-04-18T23:38:34.600Z Compiling futures-util v0.3.31
13442025-04-18T23:38:34.713Z Compiling aes v0.8.4
13452025-04-18T23:38:34.921Z Compiling tracing-attributes v0.1.27
13462025-04-18T23:38:34.947Z Compiling thiserror v1.0.69
13472025-04-18T23:38:35.098Z Compiling pest v2.7.14
13482025-04-18T23:38:35.705Z Compiling tinystr v0.7.6
13492025-04-18T23:38:35.793Z Compiling icu_collections v1.5.0
13502025-04-18T23:38:36.076Z Compiling icu_locid v1.5.0
13512025-04-18T23:38:37.001Z Compiling spki v0.7.3
13522025-04-18T23:38:37.055Z Compiling icu_normalizer_data v1.5.0
13532025-04-18T23:38:37.081Z Compiling utf16_iter v1.0.5
13542025-04-18T23:38:37.176Z Compiling icu_provider v1.5.0
13552025-04-18T23:38:37.283Z Compiling pkcs5 v0.7.1
13562025-04-18T23:38:37.367Z Compiling write16 v1.0.0
13572025-04-18T23:38:37.510Z Compiling pest_meta v2.7.14
13582025-04-18T23:38:37.648Z Compiling tracing v0.1.40
13592025-04-18T23:38:37.836Z Compiling icu_locid_transform v1.5.0
13602025-04-18T23:38:37.874Z Compiling pkcs8 v0.10.2
13612025-04-18T23:38:38.094Z Compiling scroll_derive v0.12.0
13622025-04-18T23:38:38.119Z Compiling zerocopy-derive v0.8.10
13632025-04-18T23:38:39.210Z Compiling icu_properties v1.5.1
13642025-04-18T23:38:39.430Z Compiling httparse v1.9.5
13652025-04-18T23:38:39.537Z Compiling tinyvec_macros v0.1.1
13662025-04-18T23:38:39.654Z Compiling rustls-pki-types v1.10.0
13672025-04-18T23:38:39.854Z Compiling bytes v1.10.1
13682025-04-18T23:38:40.083Z Compiling bitflags v2.6.0
13692025-04-18T23:38:40.356Z Compiling semver v1.0.25
13702025-04-18T23:38:40.602Z Compiling indexmap v2.7.1
13712025-04-18T23:38:40.992Z Compiling tokio v1.43.0
13722025-04-18T23:38:41.158Z Compiling rustc_version v0.4.1
13732025-04-18T23:38:41.204Z Compiling http v1.2.0
13742025-04-18T23:38:41.799Z Compiling uuid v1.15.1
13752025-04-18T23:38:41.831Z Compiling chrono v0.4.40
13762025-04-18T23:38:42.497Z Compiling icu_normalizer v1.5.0
13772025-04-18T23:38:42.682Z Compiling http-body v1.0.1
13782025-04-18T23:38:43.137Z Compiling tinyvec v1.8.0
13792025-04-18T23:38:43.180Z Compiling scroll v0.12.0
13802025-04-18T23:38:43.275Z Compiling pest_generator v2.7.14
13812025-04-18T23:38:43.664Z Compiling which v4.4.2
13822025-04-18T23:38:44.131Z Compiling idna_adapter v1.2.0
13832025-04-18T23:38:44.341Z Compiling serde_derive_internals v0.29.1
13842025-04-18T23:38:44.368Z Compiling rustversion v1.0.17
13852025-04-18T23:38:44.587Z Compiling atomic-waker v1.1.2
13862025-04-18T23:38:44.622Z Compiling schemars v0.8.22
13872025-04-18T23:38:44.729Z Compiling powerfmt v0.2.0
13882025-04-18T23:38:44.799Z Compiling time-core v0.1.2
13892025-04-18T23:38:44.947Z Compiling openssl v0.10.71
13902025-04-18T23:38:44.984Z Compiling untrusted v0.9.0
13912025-04-18T23:38:45.010Z Compiling adler2 v2.0.0
13922025-04-18T23:38:45.106Z Compiling untrusted v0.7.1
13932025-04-18T23:38:45.205Z Compiling try-lock v0.2.5
13942025-04-18T23:38:45.230Z Compiling foreign-types-shared v0.1.1
13952025-04-18T23:38:45.314Z Compiling num-conv v0.1.0
13962025-04-18T23:38:45.374Z Compiling foreign-types v0.3.2
13972025-04-18T23:38:45.399Z Compiling want v0.3.1
13982025-04-18T23:38:45.428Z Compiling miniz_oxide v0.8.5
13992025-04-18T23:38:45.500Z Compiling rand_core v0.9.2
14002025-04-18T23:38:45.593Z Compiling time-macros v0.2.18
14012025-04-18T23:38:45.685Z Compiling deranged v0.3.11
14022025-04-18T23:38:46.007Z Compiling pest_derive v2.7.14
14032025-04-18T23:38:46.339Z Compiling schemars_derive v0.8.22
14042025-04-18T23:38:46.716Z Compiling goblin v0.8.2
14052025-04-18T23:38:46.741Z Compiling idna v1.0.3
14062025-04-18T23:38:47.979Z Compiling openssl-macros v0.1.1
14072025-04-18T23:38:48.060Z Compiling form_urlencoded v1.2.1
14082025-04-18T23:38:48.363Z Compiling bzip2-sys v0.1.11+1.0.8
14092025-04-18T23:38:48.624Z Compiling tokio-util v0.7.13
14102025-04-18T23:38:48.649Z Compiling dyn-clone v1.0.19
14112025-04-18T23:38:48.784Z Compiling rustls v0.23.19
14122025-04-18T23:38:48.809Z Compiling num_threads v0.1.7
14132025-04-18T23:38:48.868Z Compiling tower-service v0.3.3
14142025-04-18T23:38:48.955Z Compiling native-tls v0.2.12
14152025-04-18T23:38:49.011Z Compiling httpdate v1.0.3
14162025-04-18T23:38:49.061Z Compiling syn v1.0.109
14172025-04-18T23:38:49.266Z Compiling siphasher v0.3.11
14182025-04-18T23:38:49.365Z Compiling time v0.3.36
14192025-04-18T23:38:49.594Z Compiling h2 v0.4.6
14202025-04-18T23:38:51.300Z Compiling dtrace-parser v0.2.0
14212025-04-18T23:38:52.237Z Compiling dof v0.3.0
14222025-04-18T23:38:52.964Z Compiling rand_chacha v0.9.0
14232025-04-18T23:38:53.383Z Compiling unicode-normalization v0.1.24
14242025-04-18T23:38:53.841Z Compiling heapless v0.7.17
14252025-04-18T23:38:53.875Z Compiling crossbeam-epoch v0.9.18
14262025-04-18T23:38:54.296Z Compiling rand_chacha v0.3.1
14272025-04-18T23:38:54.347Z Compiling signature v2.2.0
14282025-04-18T23:38:54.561Z Compiling cookie v0.18.1
14292025-04-18T23:38:54.648Z Compiling crc32fast v1.4.2
14302025-04-18T23:38:54.673Z Compiling unicode-properties v0.1.3
14312025-04-18T23:38:54.698Z Compiling openssl-probe v0.1.5
14322025-04-18T23:38:54.844Z Compiling signal-hook v0.3.17
14332025-04-18T23:38:54.972Z Compiling slog v2.7.0
14342025-04-18T23:38:55.009Z Compiling base64 v0.22.1
14352025-04-18T23:38:55.055Z Compiling unicode-bidi v0.3.17
14362025-04-18T23:38:55.128Z Compiling rayon-core v1.12.1
14372025-04-18T23:38:55.581Z Compiling rand v0.8.5
14382025-04-18T23:38:55.657Z Compiling usdt-impl v0.5.0
14392025-04-18T23:38:55.991Z Compiling hyper v1.6.0
14402025-04-18T23:38:56.188Z Compiling stringprep v0.1.5
14412025-04-18T23:38:56.227Z Compiling crossbeam-deque v0.8.5
14422025-04-18T23:38:56.647Z Compiling rand v0.9.0
14432025-04-18T23:38:56.869Z Compiling url v2.5.3
14442025-04-18T23:38:57.137Z Compiling curve25519-dalek v4.1.3
14452025-04-18T23:38:57.428Z Compiling toml_datetime v0.6.8
14462025-04-18T23:38:57.730Z Compiling serde_spanned v0.6.8
14472025-04-18T23:38:57.852Z Compiling serde_tokenstream v0.2.2
14482025-04-18T23:38:57.958Z Compiling md-5 v0.10.6
14492025-04-18T23:38:58.207Z Compiling hyper-util v0.1.10
14502025-04-18T23:38:58.233Z Compiling num-integer v0.1.46
14512025-04-18T23:38:58.325Z Compiling hash32 v0.2.1
14522025-04-18T23:38:58.403Z Compiling ff v0.13.0
14532025-04-18T23:38:58.429Z Compiling memoffset v0.9.1
14542025-04-18T23:38:58.627Z Compiling cfg_aliases v0.2.1
14552025-04-18T23:38:58.664Z Compiling gimli v0.31.1
14562025-04-18T23:38:58.727Z Compiling num-bigint-dig v0.8.4
14572025-04-18T23:38:58.753Z Compiling litrs v0.4.1
14582025-04-18T23:38:58.874Z Compiling smoltcp v0.9.1
14592025-04-18T23:38:59.009Z Compiling newtype-uuid v1.2.1
14602025-04-18T23:38:59.220Z Compiling portable-atomic v1.9.0
14612025-04-18T23:38:59.273Z Compiling psl-types v2.0.11
14622025-04-18T23:38:59.436Z Compiling fallible-iterator v0.2.0
14632025-04-18T23:38:59.481Z Compiling base16ct v0.2.0
14642025-04-18T23:38:59.704Z Compiling document-features v0.2.10
14652025-04-18T23:38:59.800Z Compiling sec1 v0.7.3
14662025-04-18T23:39:00.068Z Compiling postgres-protocol v0.6.8
14672025-04-18T23:39:00.170Z Compiling publicsuffix v2.3.0
14682025-04-18T23:39:00.424Z Compiling nix v0.29.0
14692025-04-18T23:39:00.610Z Compiling num-iter v0.1.45
14702025-04-18T23:39:00.771Z Compiling group v0.13.0
14712025-04-18T23:39:00.921Z Compiling bzip2 v0.4.4
14722025-04-18T23:39:01.153Z Compiling tokio-native-tls v0.3.1
14732025-04-18T23:39:01.629Z Compiling flate2 v1.1.0
14742025-04-18T23:39:01.964Z Compiling ipnetwork v0.21.1
14752025-04-18T23:39:02.100Z Compiling phf_shared v0.11.2
14762025-04-18T23:39:02.217Z Compiling terminal_size v0.4.0
14772025-04-18T23:39:02.419Z Compiling addr2line v0.24.2
14782025-04-18T23:39:02.453Z Compiling http-body-util v0.1.2
14792025-04-18T23:39:02.478Z Compiling webpki-roots v0.26.6
14802025-04-18T23:39:02.504Z Compiling hkdf v0.12.4
14812025-04-18T23:39:02.663Z Compiling crypto-bigint v0.5.5
14822025-04-18T23:39:02.688Z Compiling curve25519-dalek-derive v0.1.1
14832025-04-18T23:39:02.758Z Compiling async-trait v0.1.88
14842025-04-18T23:39:02.783Z Compiling zerocopy-derive v0.6.6
14852025-04-18T23:39:02.908Z Compiling sync_wrapper v1.0.1
14862025-04-18T23:39:03.043Z Compiling object v0.36.5
14872025-04-18T23:39:03.078Z Compiling fs-err v2.11.0
14882025-04-18T23:39:03.359Z Compiling ahash v0.8.11
14892025-04-18T23:39:03.666Z Compiling rustc-demangle v0.1.24
14902025-04-18T23:39:03.857Z Compiling managed v0.8.0
14912025-04-18T23:39:04.252Z Compiling ipnet v2.11.0
14922025-04-18T23:39:04.403Z Compiling bumpalo v3.16.0
14932025-04-18T23:39:04.461Z Compiling tower-layer v0.3.3
14942025-04-18T23:39:04.765Z Compiling anyhow v1.0.97
14952025-04-18T23:39:04.850Z Compiling unicode-width v0.2.0
14962025-04-18T23:39:04.876Z Compiling winnow v0.5.40
14972025-04-18T23:39:05.257Z Compiling buf-list v1.0.3
14982025-04-18T23:39:05.320Z Compiling simd-adler32 v0.3.7
14992025-04-18T23:39:05.355Z Compiling zip v2.1.3
15002025-04-18T23:39:05.630Z Compiling lockfree-object-pool v0.1.6
15012025-04-18T23:39:05.853Z Compiling clap_builder v4.5.32
15022025-04-18T23:39:05.878Z Compiling zopfli v0.8.1
15032025-04-18T23:39:06.266Z Compiling console v0.15.10
15042025-04-18T23:39:07.121Z Compiling hubpack_derive v0.1.1
15052025-04-18T23:39:07.249Z Compiling elliptic-curve v0.13.8
15062025-04-18T23:39:07.439Z Compiling strum_macros v0.25.3
15072025-04-18T23:39:07.846Z Compiling hubpack v0.1.2
15082025-04-18T23:39:08.007Z Compiling toml_edit v0.19.15
15092025-04-18T23:39:08.033Z Compiling tower v0.5.2
15102025-04-18T23:39:08.243Z Compiling zerocopy v0.6.6
15112025-04-18T23:39:08.744Z Compiling backtrace v0.3.74
15122025-04-18T23:39:09.310Z Compiling hyper-tls v0.6.0
15132025-04-18T23:39:09.413Z Compiling phf v0.11.2
15142025-04-18T23:39:09.677Z Compiling oxnet v0.1.1
15152025-04-18T23:39:09.702Z Compiling signal-hook-mio v0.2.4
15162025-04-18T23:39:09.874Z Compiling rayon v1.10.0
15172025-04-18T23:39:10.349Z Compiling cookie_store v0.21.1
15182025-04-18T23:39:11.269Z Compiling postgres-types v0.2.9
15192025-04-18T23:39:12.409Z Compiling usdt-macro v0.5.0
15202025-04-18T23:39:12.674Z Compiling usdt-attr-macro v0.5.0
15212025-04-18T23:39:13.135Z Compiling ed25519 v2.2.3
15222025-04-18T23:39:13.572Z Compiling phf_shared v0.10.0
15232025-04-18T23:39:13.729Z Compiling serde_urlencoded v0.7.1
15242025-04-18T23:39:13.925Z Compiling clap_derive v4.5.32
15252025-04-18T23:39:14.003Z Compiling enum-as-inner v0.6.1
15262025-04-18T23:39:14.028Z Compiling rustls-pemfile v2.2.0
15272025-04-18T23:39:14.171Z Compiling serde-big-array v0.5.1
15282025-04-18T23:39:14.332Z Compiling futures-executor v0.3.31
15292025-04-18T23:39:14.399Z Compiling pkcs1 v0.7.5
15302025-04-18T23:39:14.700Z Compiling rfc6979 v0.4.0
15312025-04-18T23:39:14.802Z Compiling daft-derive v0.1.2
15322025-04-18T23:39:14.890Z Compiling serde_repr v0.1.19
15332025-04-18T23:39:14.915Z Compiling bstr v1.10.0
15342025-04-18T23:39:15.273Z Compiling float-cmp v0.10.0
15352025-04-18T23:39:15.313Z Compiling encoding_rs v0.8.34
15362025-04-18T23:39:15.502Z Compiling difflib v0.4.0
15372025-04-18T23:39:15.881Z Compiling fixedbitset v0.4.2
15382025-04-18T23:39:16.132Z Compiling normalize-line-endings v0.3.0
15392025-04-18T23:39:16.267Z Compiling static_assertions v1.1.0
15402025-04-18T23:39:16.292Z Compiling unicode-segmentation v1.12.0
15412025-04-18T23:39:16.318Z Compiling whoami v1.5.2
15422025-04-18T23:39:16.424Z Compiling mime v0.3.17
15432025-04-18T23:39:16.695Z Compiling predicates-core v1.0.8
15442025-04-18T23:39:16.851Z Compiling new_debug_unreachable v1.0.6
15452025-04-18T23:39:16.876Z Compiling precomputed-hash v0.1.1
15462025-04-18T23:39:16.964Z Compiling number_prefix v0.4.0
15472025-04-18T23:39:16.989Z Compiling data-encoding v2.6.0
15482025-04-18T23:39:17.015Z Compiling string_cache v0.8.7
15492025-04-18T23:39:17.064Z Compiling predicates v3.1.3
15502025-04-18T23:39:17.170Z Compiling indicatif v0.17.11
15512025-04-18T23:39:17.391Z Compiling similar v2.7.0
15522025-04-18T23:39:17.527Z Compiling clap v4.5.32
15532025-04-18T23:39:17.638Z Compiling hickory-proto v0.24.4
15542025-04-18T23:39:18.313Z Compiling tokio-postgres v0.7.13
15552025-04-18T23:39:18.529Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15562025-04-18T23:39:18.554Z Compiling daft v0.1.2
15572025-04-18T23:39:18.831Z Compiling petgraph v0.6.5
15582025-04-18T23:39:18.962Z Compiling toml_edit v0.22.24
15592025-04-18T23:39:19.113Z Compiling usdt v0.5.0
15602025-04-18T23:39:19.534Z Compiling ecdsa v0.16.9
15612025-04-18T23:39:20.236Z Compiling rsa v0.9.6
15622025-04-18T23:39:21.944Z Compiling futures v0.3.31
15632025-04-18T23:39:21.989Z Compiling ed25519-dalek v2.1.1
15642025-04-18T23:39:22.782Z Compiling toml v0.7.8
15652025-04-18T23:39:23.074Z Compiling crossterm v0.28.1
15662025-04-18T23:39:24.469Z Compiling zip v0.6.6
15672025-04-18T23:39:24.887Z Compiling tokio-stream v0.1.17
15682025-04-18T23:39:25.019Z Compiling openapiv3 v2.0.0
15692025-04-18T23:39:25.117Z Compiling hex v0.4.3
15702025-04-18T23:39:25.573Z Compiling x509-cert v0.2.5
15712025-04-18T23:39:25.607Z Compiling sha1 v0.10.6
15722025-04-18T23:39:25.697Z Compiling dirs-sys-next v0.1.2
15732025-04-18T23:39:25.746Z Compiling unicode-xid v0.2.6
15742025-04-18T23:39:25.829Z Compiling peg-runtime v0.8.5
15752025-04-18T23:39:25.927Z Compiling lalrpop-util v0.19.12
15762025-04-18T23:39:25.988Z Compiling dirs-next v2.0.0
15772025-04-18T23:39:26.169Z Compiling thread_local v1.1.8
15782025-04-18T23:39:26.195Z Compiling slog-async v2.8.0
15792025-04-18T23:39:26.241Z Compiling term v0.7.0
15802025-04-18T23:39:26.348Z Compiling strum_macros v0.26.4
15812025-04-18T23:39:26.576Z Compiling xattr v1.3.1
15822025-04-18T23:39:26.650Z Compiling crossbeam-channel v0.5.13
15832025-04-18T23:39:26.750Z Compiling is-terminal v0.4.13
15842025-04-18T23:39:26.831Z Compiling filetime v0.2.25
15852025-04-18T23:39:26.888Z Compiling take_mut v0.2.2
15862025-04-18T23:39:27.059Z Compiling tar v0.4.44
15872025-04-18T23:39:27.113Z Compiling slog-term v2.9.1
15882025-04-18T23:39:27.511Z Compiling camino v1.1.9
15892025-04-18T23:39:29.851Z Compiling strum v0.26.3
15902025-04-18T23:39:33.698Z Compiling aws-lc-sys v0.26.0
15912025-04-18T23:40:05.535Z Compiling rustls-webpki v0.102.8
15922025-04-18T23:40:11.321Z Compiling tokio-rustls v0.26.0
15932025-04-18T23:40:11.637Z Compiling hyper-rustls v0.27.3
15942025-04-18T23:40:11.947Z Compiling reqwest v0.12.12
15952025-04-18T23:40:16.105Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15962025-04-18T23:40:16.447Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15972025-04-18T23:40:21.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
15982025-04-18T23:40:21.958Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15992025-04-18T23:40:22.025ZApr 18 23:40:21.317 INFO Starting download, target: Cockroach
16002025-04-18T23:40:22.025ZApr 18 23:40:21.317 INFO Starting download, target: Clickhouse
16012025-04-18T23:40:22.025ZApr 18 23:40:21.317 INFO Starting download, target: Console
16022025-04-18T23:40:22.026ZApr 18 23:40:21.317 INFO Starting download, target: DendriteOpenapi
16032025-04-18T23:40:22.026ZApr 18 23:40:21.317 INFO Starting download, target: DendriteStub
16042025-04-18T23:40:22.026ZApr 18 23:40:21.317 INFO Starting download, target: MaghemiteMgd
16052025-04-18T23:40:22.051ZApr 18 23:40:21.317 INFO Starting download, target: TransceiverControl
16062025-04-18T23:40:22.051ZApr 18 23:40:21.319 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16072025-04-18T23:40:22.051ZApr 18 23:40:21.319 INFO Downloading out/downloads/dpd-668f1a2e35e7c76b22ab83fe6c2242d3454e2803.json (attempt 1/3), target: DendriteOpenapi
16082025-04-18T23:40:22.051ZApr 18 23:40:21.319 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16092025-04-18T23:40:22.051ZApr 18 23:40:21.320 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16102025-04-18T23:40:22.051ZApr 18 23:40:21.320 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16112025-04-18T23:40:22.051ZApr 18 23:40:21.320 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16122025-04-18T23:40:22.051ZApr 18 23:40:21.320 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16132025-04-18T23:40:22.324ZApr 18 23:40:21.614 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16142025-04-18T23:40:22.578ZApr 18 23:40:21.847 INFO Download complete, target: DendriteOpenapi
16152025-04-18T23:40:22.743ZApr 18 23:40:21.978 INFO Download complete, target: Console
16162025-04-18T23:40:22.942ZApr 18 23:40:22.192 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16172025-04-18T23:40:23.324ZApr 18 23:40:22.573 INFO Download complete, target: TransceiverControl
16182025-04-18T23:40:24.998ZApr 18 23:40:24.208 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16192025-04-18T23:40:26.118ZApr 18 23:40:25.269 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16202025-04-18T23:40:27.622ZApr 18 23:40:26.909 INFO Download complete, target: MaghemiteMgd
16212025-04-18T23:40:29.167ZApr 18 23:40:28.435 INFO Download complete, target: DendriteStub
16222025-04-18T23:40:32.004ZApr 18 23:40:31.297 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16232025-04-18T23:40:32.004ZApr 18 23:40:31.297 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16242025-04-18T23:40:39.653ZApr 18 23:40:38.942 INFO Checking that binary works, target: Cockroach
16252025-04-18T23:40:39.973ZApr 18 23:40:39.265 INFO Download complete, target: Cockroach
16262025-04-18T23:40:45.093ZApr 18 23:40:44.386 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16272025-04-18T23:40:57.266ZApr 18 23:40:56.559 INFO Checking that binary works, target: Clickhouse
16282025-04-18T23:40:57.466ZApr 18 23:40:56.759 INFO Download complete, target: Clickhouse
16292025-04-18T23:40:57.492ZAll builder prerequisites installed successfully, and PATH looks valid
16302025-04-18T23:40:57.518Z
16312025-04-18T23:40:57.518Zreal 6:00.007762972
16322025-04-18T23:40:57.518Zuser 13:47.721148922
16332025-04-18T23:40:57.518Zsys 2:17.743667606
16342025-04-18T23:40:57.518Ztrap 0.494520252
16352025-04-18T23:40:57.518Ztflt 0.394007647
16362025-04-18T23:40:57.518Zdflt 1.133009865
16372025-04-18T23:40:57.518Zkflt 0.009219005
16382025-04-18T23:40:57.518Zlock 29:02.148873368
16392025-04-18T23:40:57.518Zslp 51:08.633152199
16402025-04-18T23:40:57.518Zlat 1:01.438431183
16412025-04-18T23:40:57.518Zstop 2:12.576095378
16422025-04-18T23:40:57.518Z+ banner hack-check
16432025-04-18T23:40:57.518Z
16442025-04-18T23:40:57.518Z # # ## #### # # #### # # ###### #### # #
16452025-04-18T23:40:57.518Z # # # # # # # # # # # # # # # # #
16462025-04-18T23:40:57.518Z ###### # # # #### ##### # ###### ##### # ####
16472025-04-18T23:40:57.518Z # # ###### # # # # # # # # # #
16482025-04-18T23:40:57.518Z # # # # # # # # # # # # # # # # #
16492025-04-18T23:40:57.518Z # # # # #### # # #### # # ###### #### # #
16502025-04-18T23:40:57.519Z
16512025-04-18T23:40:57.519Z+ export CARGO_INCREMENTAL=0
16522025-04-18T23:40:57.519Z+ CARGO_INCREMENTAL=0
16532025-04-18T23:40:57.519Z+ ptime -m timeout 2h cargo xtask check-features --ci
16542025-04-18T23:40:58.337Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16552025-04-18T23:41:01.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
16562025-04-18T23:41:02.021Z Running `target/debug/xtask check-features --ci`
16572025-04-18T23:41:02.049Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16582025-04-18T23:41:02.049Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16592025-04-18T23:41:02.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16602025-04-18T23:41:02.690Z Running `target/debug/xtask download cargo-hack`
16612025-04-18T23:41:03.775Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16622025-04-18T23:41:04.125Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16632025-04-18T23:41:08.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s
16642025-04-18T23:41:08.867Z Running `target/debug/xtask-downloader cargo-hack`
16652025-04-18T23:41:08.920ZApr 18 23:41:08.213 INFO Starting download, target: CargoHack
16662025-04-18T23:41:08.945ZApr 18 23:41:08.215 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16672025-04-18T23:41:09.569ZApr 18 23:41:08.863 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16682025-04-18T23:41:09.662ZApr 18 23:41:08.956 INFO Download complete, target: CargoHack
16692025-04-18T23:41:09.688Zrunning: "/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"
16702025-04-18T23:41:09.713Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16712025-04-18T23:41:09.987Zinfo: running `cargo check --bins` on api_identity (1/203)
16722025-04-18T23:41:10.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732025-04-18T23:41:10.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742025-04-18T23:41:10.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752025-04-18T23:41:10.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
16762025-04-18T23:41:10.934Z
16772025-04-18T23:41:10.934Zinfo: running `cargo check --bins` on bootstore (2/203)
16782025-04-18T23:41:11.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792025-04-18T23:41:11.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802025-04-18T23:41:11.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812025-04-18T23:41:11.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
16822025-04-18T23:41:11.916Z
16832025-04-18T23:41:11.916Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/203)
16842025-04-18T23:41:12.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852025-04-18T23:41:12.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862025-04-18T23:41:12.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872025-04-18T23:41:12.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
16882025-04-18T23:41:12.722Z
16892025-04-18T23:41:12.722Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/203)
16902025-04-18T23:41:13.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912025-04-18T23:41:13.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922025-04-18T23:41:13.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932025-04-18T23:41:13.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
16942025-04-18T23:41:13.566Z
16952025-04-18T23:41:13.566Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/203)
16962025-04-18T23:41:14.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972025-04-18T23:41:14.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982025-04-18T23:41:14.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992025-04-18T23:41:14.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17002025-04-18T23:41:14.133Z
17012025-04-18T23:41:14.133Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/203)
17022025-04-18T23:41:14.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032025-04-18T23:41:14.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042025-04-18T23:41:14.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052025-04-18T23:41:14.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17062025-04-18T23:41:14.712Z
17072025-04-18T23:41:14.712Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/203)
17082025-04-18T23:41:15.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-04-18T23:41:15.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-04-18T23:41:15.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-04-18T23:41:15.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17122025-04-18T23:41:15.275Z
17132025-04-18T23:41:15.275Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/203)
17142025-04-18T23:41:15.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-04-18T23:41:15.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-04-18T23:41:15.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-04-18T23:41:15.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17182025-04-18T23:41:15.848Z
17192025-04-18T23:41:15.848Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/203)
17202025-04-18T23:41:16.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-04-18T23:41:16.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-04-18T23:41:16.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-04-18T23:41:16.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17242025-04-18T23:41:16.420Z
17252025-04-18T23:41:16.420Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/203)
17262025-04-18T23:41:16.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-04-18T23:41:16.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-04-18T23:41:16.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-04-18T23:41:16.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17302025-04-18T23:41:17.005Z
17312025-04-18T23:41:17.005Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/203)
17322025-04-18T23:41:17.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-04-18T23:41:17.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-04-18T23:41:17.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-04-18T23:41:17.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17362025-04-18T23:41:17.585Z
17372025-04-18T23:41:17.585Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/203)
17382025-04-18T23:41:18.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-04-18T23:41:18.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-04-18T23:41:18.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-04-18T23:41:18.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17422025-04-18T23:41:18.190Z
17432025-04-18T23:41:18.190Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/203)
17442025-04-18T23:41:18.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-04-18T23:41:18.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-04-18T23:41:18.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-04-18T23:41:18.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17482025-04-18T23:41:18.791Z
17492025-04-18T23:41:18.791Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/203)
17502025-04-18T23:41:19.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-04-18T23:41:19.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-04-18T23:41:19.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-04-18T23:41:19.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17542025-04-18T23:41:19.365Z
17552025-04-18T23:41:19.365Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/203)
17562025-04-18T23:41:19.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-04-18T23:41:19.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-04-18T23:41:19.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-04-18T23:41:19.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17602025-04-18T23:41:19.920Z
17612025-04-18T23:41:19.920Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/203)
17622025-04-18T23:41:20.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-04-18T23:41:20.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-04-18T23:41:20.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-04-18T23:41:20.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17662025-04-18T23:41:20.498Z
17672025-04-18T23:41:20.498Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/203)
17682025-04-18T23:41:21.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-04-18T23:41:21.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-04-18T23:41:21.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-04-18T23:41:21.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17722025-04-18T23:41:21.142Z
17732025-04-18T23:41:21.143Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/203)
17742025-04-18T23:41:21.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-04-18T23:41:21.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-04-18T23:41:21.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-04-18T23:41:21.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17782025-04-18T23:41:21.670Z
17792025-04-18T23:41:21.671Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/203)
17802025-04-18T23:41:22.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-04-18T23:41:22.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-04-18T23:41:22.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832025-04-18T23:41:22.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17842025-04-18T23:41:22.245Z
17852025-04-18T23:41:22.245Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/203)
17862025-04-18T23:41:22.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872025-04-18T23:41:22.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882025-04-18T23:41:22.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892025-04-18T23:41:22.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17902025-04-18T23:41:22.884Z
17912025-04-18T23:41:22.884Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/203)
17922025-04-18T23:41:23.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932025-04-18T23:41:23.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942025-04-18T23:41:23.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952025-04-18T23:41:23.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17962025-04-18T23:41:23.505Z
17972025-04-18T23:41:23.505Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/203)
17982025-04-18T23:41:24.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992025-04-18T23:41:24.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002025-04-18T23:41:24.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012025-04-18T23:41:24.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18022025-04-18T23:41:24.097Z
18032025-04-18T23:41:24.097Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/203)
18042025-04-18T23:41:24.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052025-04-18T23:41:24.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062025-04-18T23:41:24.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072025-04-18T23:41:24.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18082025-04-18T23:41:24.671Z
18092025-04-18T23:41:24.671Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/203)
18102025-04-18T23:41:25.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112025-04-18T23:41:25.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122025-04-18T23:41:25.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132025-04-18T23:41:25.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18142025-04-18T23:41:25.271Z
18152025-04-18T23:41:25.271Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/203)
18162025-04-18T23:41:25.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172025-04-18T23:41:25.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182025-04-18T23:41:25.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192025-04-18T23:41:25.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18202025-04-18T23:41:25.841Z
18212025-04-18T23:41:25.841Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/203)
18222025-04-18T23:41:26.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232025-04-18T23:41:26.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242025-04-18T23:41:26.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252025-04-18T23:41:26.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18262025-04-18T23:41:26.412Z
18272025-04-18T23:41:26.412Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/203)
18282025-04-18T23:41:26.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292025-04-18T23:41:26.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302025-04-18T23:41:26.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312025-04-18T23:41:26.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18322025-04-18T23:41:26.977Z
18332025-04-18T23:41:26.977Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/203)
18342025-04-18T23:41:27.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352025-04-18T23:41:27.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362025-04-18T23:41:27.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372025-04-18T23:41:27.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18382025-04-18T23:41:27.554Z
18392025-04-18T23:41:27.554Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/203)
18402025-04-18T23:41:28.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412025-04-18T23:41:28.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422025-04-18T23:41:28.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432025-04-18T23:41:28.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18442025-04-18T23:41:28.144Z
18452025-04-18T23:41:28.144Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/203)
18462025-04-18T23:41:28.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472025-04-18T23:41:28.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482025-04-18T23:41:28.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492025-04-18T23:41:28.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18502025-04-18T23:41:28.735Z
18512025-04-18T23:41:28.735Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/203)
18522025-04-18T23:41:29.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532025-04-18T23:41:29.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542025-04-18T23:41:29.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552025-04-18T23:41:29.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18562025-04-18T23:41:29.308Z
18572025-04-18T23:41:29.308Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/203)
18582025-04-18T23:41:29.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592025-04-18T23:41:29.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602025-04-18T23:41:29.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612025-04-18T23:41:29.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18622025-04-18T23:41:29.902Z
18632025-04-18T23:41:29.902Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/203)
18642025-04-18T23:41:30.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652025-04-18T23:41:30.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662025-04-18T23:41:30.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672025-04-18T23:41:30.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18682025-04-18T23:41:30.491Z
18692025-04-18T23:41:30.491Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/203)
18702025-04-18T23:41:31.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712025-04-18T23:41:31.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722025-04-18T23:41:31.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732025-04-18T23:41:31.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18742025-04-18T23:41:31.081Z
18752025-04-18T23:41:31.081Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/203)
18762025-04-18T23:41:31.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772025-04-18T23:41:31.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782025-04-18T23:41:31.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792025-04-18T23:41:31.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18802025-04-18T23:41:31.673Z
18812025-04-18T23:41:31.673Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/203)
18822025-04-18T23:41:32.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832025-04-18T23:41:32.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842025-04-18T23:41:32.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852025-04-18T23:41:32.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18862025-04-18T23:41:32.273Z
18872025-04-18T23:41:32.273Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/203)
18882025-04-18T23:41:32.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892025-04-18T23:41:32.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902025-04-18T23:41:32.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912025-04-18T23:41:32.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18922025-04-18T23:41:32.861Z
18932025-04-18T23:41:32.861Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/203)
18942025-04-18T23:41:33.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952025-04-18T23:41:33.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962025-04-18T23:41:33.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972025-04-18T23:41:33.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18982025-04-18T23:41:33.445Z
18992025-04-18T23:41:33.445Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/203)
19002025-04-18T23:41:33.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012025-04-18T23:41:34.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022025-04-18T23:41:34.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032025-04-18T23:41:34.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19042025-04-18T23:41:34.040Z
19052025-04-18T23:41:34.040Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/203)
19062025-04-18T23:41:34.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072025-04-18T23:41:34.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082025-04-18T23:41:34.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092025-04-18T23:41:34.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19102025-04-18T23:41:34.614Z
19112025-04-18T23:41:34.614Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/203)
19122025-04-18T23:41:35.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132025-04-18T23:41:35.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142025-04-18T23:41:35.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152025-04-18T23:41:35.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19162025-04-18T23:41:35.200Z
19172025-04-18T23:41:35.200Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/203)
19182025-04-18T23:41:35.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192025-04-18T23:41:35.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202025-04-18T23:41:35.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212025-04-18T23:41:35.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19222025-04-18T23:41:35.785Z
19232025-04-18T23:41:35.785Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/203)
19242025-04-18T23:41:36.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252025-04-18T23:41:36.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262025-04-18T23:41:36.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272025-04-18T23:41:36.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19282025-04-18T23:41:36.386Z
19292025-04-18T23:41:36.386Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/203)
19302025-04-18T23:41:36.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312025-04-18T23:41:36.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322025-04-18T23:41:36.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332025-04-18T23:41:36.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19342025-04-18T23:41:36.983Z
19352025-04-18T23:41:36.983Zinfo: running `cargo check --bins` on sled-hardware-types (45/203)
19362025-04-18T23:41:37.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372025-04-18T23:41:37.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382025-04-18T23:41:37.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392025-04-18T23:41:37.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19402025-04-18T23:41:37.829Z
19412025-04-18T23:41:37.829Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/203)
19422025-04-18T23:41:38.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432025-04-18T23:41:38.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442025-04-18T23:41:38.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452025-04-18T23:41:38.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19462025-04-18T23:41:38.719Z
19472025-04-18T23:41:38.719Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/203)
19482025-04-18T23:41:39.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492025-04-18T23:41:39.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502025-04-18T23:41:39.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512025-04-18T23:41:39.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19522025-04-18T23:41:39.592Z
19532025-04-18T23:41:39.592Zinfo: running `cargo check --bins` on oxlog (48/203)
19542025-04-18T23:41:40.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552025-04-18T23:41:40.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562025-04-18T23:41:40.406Z Checking cfg-if v1.0.0
19572025-04-18T23:41:40.406Z Checking libc v0.2.170
19582025-04-18T23:41:40.406Z Checking serde v1.0.219
19592025-04-18T23:41:40.406Z Checking zeroize v1.8.1
19602025-04-18T23:41:40.432Z Checking memchr v2.7.4
19612025-04-18T23:41:40.465Z Checking typenum v1.17.0
19622025-04-18T23:41:40.499Z Checking subtle v2.6.1
19632025-04-18T23:41:40.499Z Checking value-bag v1.9.0
19642025-04-18T23:41:40.533Z Checking smallvec v1.14.0
19652025-04-18T23:41:40.702Z Checking scopeguard v1.2.0
19662025-04-18T23:41:40.752Z Checking const-oid v0.9.6
19672025-04-18T23:41:40.847Z Checking lock_api v0.4.12
19682025-04-18T23:41:40.872Z Checking itoa v1.0.11
19692025-04-18T23:41:40.898Z Checking log v0.4.22
19702025-04-18T23:41:41.068Z Checking byteorder v1.5.0
19712025-04-18T23:41:41.203Z Checking pin-project-lite v0.2.14
19722025-04-18T23:41:41.229Z Checking once_cell v1.20.3
19732025-04-18T23:41:41.302Z Checking getrandom v0.2.15
19742025-04-18T23:41:41.341Z Checking signal-hook-registry v1.4.2
19752025-04-18T23:41:41.367Z Checking parking_lot_core v0.9.10
19762025-04-18T23:41:41.392Z Checking generic-array v0.14.7
19772025-04-18T23:41:41.426Z Checking stable_deref_trait v1.2.0
19782025-04-18T23:41:41.505Z Checking mio v1.0.2
19792025-04-18T23:41:41.534Z Checking futures-core v0.3.31
19802025-04-18T23:41:41.560Z Checking rand_core v0.6.4
19812025-04-18T23:41:41.587Z Checking cpufeatures v0.2.14
19822025-04-18T23:41:41.686Z Checking socket2 v0.5.8
19832025-04-18T23:41:41.711Z Checking parking_lot v0.12.3
19842025-04-18T23:41:41.741Z Checking zerofrom v0.1.4
19852025-04-18T23:41:41.850Z Checking futures-sink v0.3.31
19862025-04-18T23:41:41.907Z Checking yoke v0.7.4
19872025-04-18T23:41:41.990Z Checking zerocopy v0.7.35
19882025-04-18T23:41:42.016Z Checking libm v0.2.8
19892025-04-18T23:41:42.042Z Checking ryu v1.0.18
19902025-04-18T23:41:42.104Z Checking allocator-api2 v0.2.18
19912025-04-18T23:41:42.192Z Checking zerovec v0.10.4
19922025-04-18T23:41:42.233Z Checking foldhash v0.1.3
19932025-04-18T23:41:42.258Z Checking equivalent v1.0.1
19942025-04-18T23:41:42.285Z Checking crypto-common v0.1.6
19952025-04-18T23:41:42.382Z Checking block-buffer v0.10.4
19962025-04-18T23:41:42.429Z Checking block-padding v0.3.3
19972025-04-18T23:41:42.460Z Checking getrandom v0.3.1
19982025-04-18T23:41:42.589Z Checking digest v0.10.7
19992025-04-18T23:41:42.618Z Checking inout v0.1.3
20002025-04-18T23:41:42.660Z Checking hashbrown v0.15.1
20012025-04-18T23:41:42.690Z Checking slab v0.4.9
20022025-04-18T23:41:42.772Z Checking num-traits v0.2.19
20032025-04-18T23:41:42.851Z Checking cipher v0.4.4
20042025-04-18T23:41:42.925Z Checking hmac v0.12.1
20052025-04-18T23:41:42.959Z Checking sha2 v0.10.8
20062025-04-18T23:41:43.082Z Checking base64ct v1.6.0
20072025-04-18T23:41:43.140Z Checking futures-channel v0.3.31
20082025-04-18T23:41:43.219Z Checking litemap v0.7.3
20092025-04-18T23:41:43.467Z Checking futures-task v0.3.31
20102025-04-18T23:41:43.492Z Checking flagset v0.4.6
20112025-04-18T23:41:43.518Z Checking pem-rfc7468 v0.7.0
20122025-04-18T23:41:43.543Z Checking futures-io v0.3.31
20132025-04-18T23:41:43.603Z Checking writeable v0.5.5
20142025-04-18T23:41:43.628Z Checking tinystr v0.7.6
20152025-04-18T23:41:43.685Z Checking pin-utils v0.1.0
20162025-04-18T23:41:43.710Z Checking salsa20 v0.10.2
20172025-04-18T23:41:43.735Z Checking pbkdf2 v0.12.2
20182025-04-18T23:41:43.767Z Checking der v0.7.9
20192025-04-18T23:41:43.793Z Checking futures-util v0.3.31
20202025-04-18T23:41:43.889Z Checking ppv-lite86 v0.2.20
20212025-04-18T23:41:43.920Z Checking icu_locid_transform_data v1.5.0
20222025-04-18T23:41:43.946Z Checking scrypt v0.11.0
20232025-04-18T23:41:43.971Z Checking icu_locid v1.5.0
20242025-04-18T23:41:44.028Z Checking icu_collections v1.5.0
20252025-04-18T23:41:44.055Z Checking cbc v0.1.2
20262025-04-18T23:41:44.180Z Checking aes v0.8.4
20272025-04-18T23:41:44.271Z Checking icu_properties_data v1.5.0
20282025-04-18T23:41:44.296Z Checking bytes v1.10.1
20292025-04-18T23:41:44.488Z Checking serde_json v1.0.140
20302025-04-18T23:41:44.514Z Checking indexmap v2.7.1
20312025-04-18T23:41:44.619Z Checking bitflags v2.6.0
20322025-04-18T23:41:44.826Z Checking icu_provider v1.5.0
20332025-04-18T23:41:44.924Z Checking fnv v1.0.7
20342025-04-18T23:41:44.949Z Checking uuid v1.15.1
20352025-04-18T23:41:45.052Z Checking tracing-core v0.1.32
20362025-04-18T23:41:45.181Z Checking tokio v1.43.0
20372025-04-18T23:41:45.273Z Checking spki v0.7.3
20382025-04-18T23:41:45.406Z Checking icu_locid_transform v1.5.0
20392025-04-18T23:41:45.524Z Checking http v1.2.0
20402025-04-18T23:41:45.549Z Checking pkcs5 v0.7.1
20412025-04-18T23:41:45.574Z Checking percent-encoding v2.3.1
20422025-04-18T23:41:45.624Z Checking icu_normalizer_data v1.5.0
20432025-04-18T23:41:45.739Z Checking write16 v1.0.0
20442025-04-18T23:41:45.779Z Checking utf8_iter v1.0.4
20452025-04-18T23:41:45.882Z Checking utf16_iter v1.0.5
20462025-04-18T23:41:45.907Z Checking tracing v0.1.40
20472025-04-18T23:41:45.987Z Checking thiserror v1.0.69
20482025-04-18T23:41:46.012Z Checking pkcs8 v0.10.2
20492025-04-18T23:41:46.050Z Checking iana-time-zone v0.1.61
20502025-04-18T23:41:46.138Z Checking tinyvec_macros v0.1.1
20512025-04-18T23:41:46.209Z Compiling newtype-uuid v1.2.1
20522025-04-18T23:41:46.234Z Checking rustls-pki-types v1.10.0
20532025-04-18T23:41:46.262Z Checking tinyvec v1.8.0
20542025-04-18T23:41:46.288Z Checking icu_properties v1.5.1
20552025-04-18T23:41:46.313Z Checking chrono v0.4.40
20562025-04-18T23:41:46.520Z Checking zerocopy v0.8.10
20572025-04-18T23:41:46.671Z Checking http-body v1.0.1
20582025-04-18T23:41:46.739Z Checking aws-lc-sys v0.26.0
20592025-04-18T23:41:46.855Z Checking spin v0.9.8
20602025-04-18T23:41:47.163Z Checking try-lock v0.2.5
20612025-04-18T23:41:47.305Z Checking adler2 v2.0.0
20622025-04-18T23:41:47.357Z Checking atomic-waker v1.1.2
20632025-04-18T23:41:47.455Z Checking untrusted v0.7.1
20642025-04-18T23:41:47.485Z Checking untrusted v0.9.0
20652025-04-18T23:41:47.634Z Checking foreign-types-shared v0.1.1
20662025-04-18T23:41:47.659Z Checking ring v0.17.11
20672025-04-18T23:41:47.757Z Checking foreign-types v0.3.2
20682025-04-18T23:41:47.809Z Checking miniz_oxide v0.8.5
20692025-04-18T23:41:47.856Z Checking want v0.3.1
20702025-04-18T23:41:48.012Z Checking form_urlencoded v1.2.1
20712025-04-18T23:41:48.048Z Checking httparse v1.9.5
20722025-04-18T23:41:48.221Z Checking crossbeam-utils v0.8.20
20732025-04-18T23:41:48.448Z Checking openssl-sys v0.9.106
20742025-04-18T23:41:48.487Z Checking errno v0.3.9
20752025-04-18T23:41:48.544Z Checking aws-lc-rs v1.12.4
20762025-04-18T23:41:48.675Z Checking aho-corasick v1.1.3
20772025-04-18T23:41:48.841Z Checking regex-syntax v0.8.5
20782025-04-18T23:41:48.899Z Checking rand_core v0.9.2
20792025-04-18T23:41:49.147Z Checking icu_normalizer v1.5.0
20802025-04-18T23:41:49.208Z Checking httpdate v1.0.3
20812025-04-18T23:41:49.408Z Checking siphasher v0.3.11
20822025-04-18T23:41:49.434Z Checking unicode-ident v1.0.14
20832025-04-18T23:41:49.605Z Checking tower-service v0.3.3
20842025-04-18T23:41:49.634Z Checking powerfmt v0.2.0
20852025-04-18T23:41:49.676Z Checking proc-macro2 v1.0.94
20862025-04-18T23:41:49.729Z Checking openssl v0.10.71
20872025-04-18T23:41:49.829Z Checking idna_adapter v1.2.0
20882025-04-18T23:41:49.879Z Checking deranged v0.3.11
20892025-04-18T23:41:50.021Z Checking idna v1.0.3
20902025-04-18T23:41:50.047Z Checking rand_chacha v0.9.0
20912025-04-18T23:41:50.172Z Checking rustls-webpki v0.102.8
20922025-04-18T23:41:50.256Z Checking crossbeam-epoch v0.9.18
20932025-04-18T23:41:50.440Z Checking rustix v0.38.37
20942025-04-18T23:41:50.466Z Checking unicode-normalization v0.1.24
20952025-04-18T23:41:50.653Z Checking rand_chacha v0.3.1
20962025-04-18T23:41:50.837Z Checking semver v1.0.25
20972025-04-18T23:41:50.993Z Checking signature v2.2.0
20982025-04-18T23:41:51.018Z Checking scroll v0.12.0
20992025-04-18T23:41:51.157Z Checking tokio-util v0.7.13
21002025-04-18T23:41:51.200Z Checking crc32fast v1.4.2
21012025-04-18T23:41:51.225Z Checking ucd-trie v0.1.7
21022025-04-18T23:41:51.250Z Checking openssl-probe v0.1.5
21032025-04-18T23:41:51.416Z Checking time-core v0.1.2
21042025-04-18T23:41:51.446Z Checking unicode-properties v0.1.3
21052025-04-18T23:41:51.473Z Checking unicode-bidi v0.3.17
21062025-04-18T23:41:51.498Z Checking num-conv v0.1.0
21072025-04-18T23:41:51.523Z Checking regex-automata v0.4.8
21082025-04-18T23:41:51.580Z Checking base64 v0.22.1
21092025-04-18T23:41:51.712Z Checking plain v0.2.3
21102025-04-18T23:41:51.761Z Checking num_threads v0.1.7
21112025-04-18T23:41:51.856Z Checking dyn-clone v1.0.19
21122025-04-18T23:41:51.882Z Checking anstyle v1.0.10
21132025-04-18T23:41:51.939Z Checking h2 v0.4.6
21142025-04-18T23:41:52.008Z Checking utf8parse v0.2.2
21152025-04-18T23:41:52.033Z Checking schemars v0.8.22
21162025-04-18T23:41:52.033Z Checking stringprep v0.1.5
21172025-04-18T23:41:52.168Z Checking anstyle-parse v0.2.5
21182025-04-18T23:41:52.196Z Checking time v0.3.36
21192025-04-18T23:41:52.305Z Checking goblin v0.8.2
21202025-04-18T23:41:52.414Z Checking pest v2.7.14
21212025-04-18T23:41:53.278Z Checking rand v0.8.5
21222025-04-18T23:41:53.375Z Checking rustls v0.23.19
21232025-04-18T23:41:54.225Z Checking crossbeam-deque v0.8.5
21242025-04-18T23:41:54.251Z Checking native-tls v0.2.12
21252025-04-18T23:41:54.313Z Checking url v2.5.3
21262025-04-18T23:41:54.514Z Checking rand v0.9.0
21272025-04-18T23:41:54.548Z Checking quote v1.0.39
21282025-04-18T23:41:54.874Z Checking serde_spanned v0.6.8
21292025-04-18T23:41:54.912Z Checking toml_datetime v0.6.8
21302025-04-18T23:41:55.045Z Checking num-integer v0.1.46
21312025-04-18T23:41:55.075Z Checking bzip2-sys v0.1.11+1.0.8
21322025-04-18T23:41:55.127Z Checking md-5 v0.10.6
21332025-04-18T23:41:55.180Z Checking ff v0.13.0
21342025-04-18T23:41:55.207Z Checking hash32 v0.2.1
21352025-04-18T23:41:55.339Z Checking base16ct v0.2.0
21362025-04-18T23:41:55.405Z Checking fallible-iterator v0.2.0
21372025-04-18T23:41:55.431Z Checking psl-types v2.0.11
21382025-04-18T23:41:55.482Z Checking pretty-hex v0.4.1
21392025-04-18T23:41:55.508Z Checking is_terminal_polyfill v1.70.1
21402025-04-18T23:41:55.537Z Checking either v1.14.0
21412025-04-18T23:41:55.619Z Checking gimli v0.31.1
21422025-04-18T23:41:55.644Z Checking anstyle-query v1.1.1
21432025-04-18T23:41:55.670Z Checking colorchoice v1.0.2
21442025-04-18T23:41:55.765Z Checking publicsuffix v2.3.0
21452025-04-18T23:41:55.811Z Checking anstream v0.6.15
21462025-04-18T23:41:55.859Z Checking sec1 v0.7.3
21472025-04-18T23:41:55.902Z Checking postgres-protocol v0.6.8
21482025-04-18T23:41:56.020Z Checking num-iter v0.1.45
21492025-04-18T23:41:56.149Z Checking heapless v0.7.17
21502025-04-18T23:41:56.188Z Checking group v0.13.0
21512025-04-18T23:41:56.213Z Checking bzip2 v0.4.4
21522025-04-18T23:41:56.449Z Checking syn v2.0.98
21532025-04-18T23:41:56.474Z Checking dof v0.3.0
21542025-04-18T23:41:56.500Z Compiling daft v0.1.2
21552025-04-18T23:41:56.525Z Checking dtrace-parser v0.2.0
21562025-04-18T23:41:56.884Z Checking tokio-native-tls v0.3.1
21572025-04-18T23:41:56.935Z Checking rayon-core v1.12.1
21582025-04-18T23:41:56.968Z Checking cookie v0.18.1
21592025-04-18T23:41:56.994Z Checking ipnetwork v0.21.1
21602025-04-18T23:41:57.135Z Checking terminal_size v0.4.0
21612025-04-18T23:41:57.169Z Checking hyper v1.6.0
21622025-04-18T23:41:57.304Z Checking flate2 v1.1.0
21632025-04-18T23:41:57.330Z Checking phf_shared v0.11.2
21642025-04-18T23:41:57.371Z Checking http-body-util v0.1.2
21652025-04-18T23:41:57.519Z Checking lazy_static v1.5.0
21662025-04-18T23:41:57.570Z Checking webpki-roots v0.26.6
21672025-04-18T23:41:57.646Z Checking signal-hook v0.3.17
21682025-04-18T23:41:57.756Z Checking hkdf v0.12.4
21692025-04-18T23:41:57.788Z Checking crypto-bigint v0.5.5
21702025-04-18T23:41:57.893Z Checking sync_wrapper v1.0.1
21712025-04-18T23:41:57.995Z Checking thread-id v4.2.2
21722025-04-18T23:41:58.021Z Checking object v0.36.5
21732025-04-18T23:41:58.057Z Checking tokio-rustls v0.26.0
21742025-04-18T23:41:58.082Z Checking lockfree-object-pool v0.1.6
21752025-04-18T23:41:58.126Z Checking strsim v0.11.1
21762025-04-18T23:41:58.293Z Checking clap_lex v0.7.4
21772025-04-18T23:41:58.394Z Checking ipnet v2.11.0
21782025-04-18T23:41:58.419Z Checking bumpalo v3.16.0
21792025-04-18T23:41:58.539Z Checking managed v0.8.0
21802025-04-18T23:41:58.709Z Checking simd-adler32 v0.3.7
21812025-04-18T23:41:58.813Z Checking winnow v0.5.40
21822025-04-18T23:41:58.875Z Checking rustc-demangle v0.1.24
21832025-04-18T23:41:58.900Z Checking addr2line v0.24.2
21842025-04-18T23:41:58.926Z Checking hyper-util v0.1.10
21852025-04-18T23:41:59.015Z Checking tower-layer v0.3.3
21862025-04-18T23:41:59.253Z Checking bitflags v1.3.2
21872025-04-18T23:41:59.278Z Checking unicode-width v0.2.0
21882025-04-18T23:41:59.355Z Checking smoltcp v0.9.1
21892025-04-18T23:41:59.381Z Checking tower v0.5.2
21902025-04-18T23:41:59.676Z Checking console v0.15.10
21912025-04-18T23:41:59.971Z Checking zopfli v0.8.1
21922025-04-18T23:42:00.110Z Checking elliptic-curve v0.13.8
21932025-04-18T23:42:00.161Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21942025-04-18T23:42:00.415Z Checking clap_builder v4.5.32
21952025-04-18T23:42:00.549Z Checking signal-hook-mio v0.2.4
21962025-04-18T23:42:00.576Z Checking num-bigint-dig v0.8.4
21972025-04-18T23:42:00.604Z Checking hyper-rustls v0.27.3
21982025-04-18T23:42:00.642Z Checking hyper-tls v0.6.0
21992025-04-18T23:42:00.695Z Checking phf v0.11.2
22002025-04-18T23:42:00.900Z Checking rayon v1.10.0
22012025-04-18T23:42:00.925Z Checking cookie_store v0.21.1
22022025-04-18T23:42:00.951Z Checking oxnet v0.1.1
22032025-04-18T23:42:01.113Z Checking toml_edit v0.19.15
22042025-04-18T23:42:01.264Z Checking postgres-types v0.2.9
22052025-04-18T23:42:01.527Z Checking regex v1.11.1
22062025-04-18T23:42:01.555Z Checking usdt-impl v0.5.0
22072025-04-18T23:42:01.852Z Checking bstr v1.10.0
22082025-04-18T23:42:02.015Z Checking ed25519 v2.2.3
22092025-04-18T23:42:02.042Z Checking phf_shared v0.10.0
22102025-04-18T23:42:02.279Z Checking serde_urlencoded v0.7.1
22112025-04-18T23:42:02.305Z Checking futures-executor v0.3.31
22122025-04-18T23:42:02.339Z Checking zerocopy v0.6.6
22132025-04-18T23:42:02.527Z Checking curve25519-dalek v4.1.3
22142025-04-18T23:42:02.638Z Checking rustls-pemfile v2.2.0
22152025-04-18T23:42:02.664Z Checking hubpack v0.1.2
22162025-04-18T23:42:02.853Z Checking memoffset v0.9.1
22172025-04-18T23:42:02.956Z Checking pkcs1 v0.7.5
22182025-04-18T23:42:02.982Z Checking portable-atomic v1.9.0
22192025-04-18T23:42:03.007Z Checking serde-big-array v0.5.1
22202025-04-18T23:42:03.165Z Checking float-cmp v0.10.0
22212025-04-18T23:42:03.199Z Checking backtrace v0.3.74
22222025-04-18T23:42:03.224Z Checking rfc6979 v0.4.0
22232025-04-18T23:42:03.296Z Checking memmap v0.7.0
22242025-04-18T23:42:03.324Z Checking encoding_rs v0.8.34
22252025-04-18T23:42:03.369Z Checking data-encoding v2.6.0
22262025-04-18T23:42:03.398Z Checking number_prefix v0.4.0
22272025-04-18T23:42:03.500Z Checking normalize-line-endings v0.3.0
22282025-04-18T23:42:03.585Z Checking new_debug_unreachable v1.0.6
22292025-04-18T23:42:03.620Z Checking whoami v1.5.2
22302025-04-18T23:42:03.689Z Checking winnow v0.7.3
22312025-04-18T23:42:03.724Z Checking minimal-lexical v0.2.1
22322025-04-18T23:42:03.848Z Checking predicates-core v1.0.8
22332025-04-18T23:42:03.879Z Checking precomputed-hash v0.1.1
22342025-04-18T23:42:03.909Z Checking fixedbitset v0.4.2
22352025-04-18T23:42:04.002Z Checking static_assertions v1.1.0
22362025-04-18T23:42:04.033Z Checking difflib v0.4.0
22372025-04-18T23:42:04.059Z Checking unicode-segmentation v1.12.0
22382025-04-18T23:42:04.091Z Checking mime v0.3.17
22392025-04-18T23:42:04.116Z Checking ed25519-dalek v2.1.1
22402025-04-18T23:42:04.141Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22412025-04-18T23:42:04.167Z Checking petgraph v0.6.5
22422025-04-18T23:42:04.321Z Checking predicates v3.1.3
22432025-04-18T23:42:04.379Z Checking nom v7.1.3
22442025-04-18T23:42:04.494Z Checking string_cache v0.8.7
22452025-04-18T23:42:04.639Z Checking similar v2.7.0
22462025-04-18T23:42:04.755Z Checking indicatif v0.17.11
22472025-04-18T23:42:04.853Z Checking tokio-postgres v0.7.13
22482025-04-18T23:42:05.177Z Checking reqwest v0.12.12
22492025-04-18T23:42:05.365Z Checking hickory-proto v0.24.4
22502025-04-18T23:42:05.420Z Checking anyhow v1.0.97
22512025-04-18T23:42:05.757Z Checking usdt v0.5.0
22522025-04-18T23:42:06.004Z Checking ecdsa v0.16.9
22532025-04-18T23:42:06.042Z Checking toml_edit v0.22.24
22542025-04-18T23:42:06.551Z Checking rsa v0.9.6
22552025-04-18T23:42:06.631Z Checking toml v0.7.8
22562025-04-18T23:42:06.834Z Checking clap v4.5.32
22572025-04-18T23:42:06.941Z Checking nix v0.29.0
22582025-04-18T23:42:07.115Z Checking futures v0.3.31
22592025-04-18T23:42:07.201Z Checking crossterm v0.28.1
22602025-04-18T23:42:07.227Z Checking zip v2.1.3
22612025-04-18T23:42:07.292Z Checking zip v0.6.6
22622025-04-18T23:42:07.410Z Checking itertools v0.10.5
22632025-04-18T23:42:07.890Z Checking tokio-stream v0.1.17
22642025-04-18T23:42:08.111Z Checking fs-err v2.11.0
22652025-04-18T23:42:08.157Z Checking buf-list v1.0.3
22662025-04-18T23:42:08.355Z Checking ahash v0.8.11
22672025-04-18T23:42:08.381Z Checking slog v2.7.0
22682025-04-18T23:42:08.448Z Checking openapiv3 v2.0.0
22692025-04-18T23:42:08.569Z Checking x509-cert v0.2.5
22702025-04-18T23:42:08.615Z Checking hex v0.4.3
22712025-04-18T23:42:08.640Z Checking sha1 v0.10.6
22722025-04-18T23:42:08.773Z Checking peg-runtime v0.8.5
22732025-04-18T23:42:08.798Z Checking heck v0.4.1
22742025-04-18T23:42:08.889Z Checking lalrpop-util v0.19.12
22752025-04-18T23:42:09.005Z Checking camino v1.1.9
22762025-04-18T23:42:09.031Z Checking sigpipe v0.1.3
22772025-04-18T23:42:11.112Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22782025-04-18T23:42:11.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.96s
22792025-04-18T23:42:11.707Z
22802025-04-18T23:42:11.707Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/203)
22812025-04-18T23:42:12.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822025-04-18T23:42:12.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832025-04-18T23:42:12.622Z Compiling regress v0.10.3
22842025-04-18T23:42:12.660Z Compiling thiserror-impl v2.0.12
22852025-04-18T23:42:12.686Z Checking heck v0.5.0
22862025-04-18T23:42:12.719Z Compiling unsafe-libyaml v0.2.11
22872025-04-18T23:42:12.745Z Checking dirs-sys-next v0.1.2
22882025-04-18T23:42:12.770Z Checking fastrand v2.1.1
22892025-04-18T23:42:12.796Z Checking thread_local v1.1.8
22902025-04-18T23:42:12.904Z Compiling structmeta-derive v0.3.0
22912025-04-18T23:42:12.942Z Checking dirs-next v2.0.0
22922025-04-18T23:42:13.063Z Compiling ident_case v1.0.1
22932025-04-18T23:42:13.088Z Checking tempfile v3.13.0
22942025-04-18T23:42:13.114Z Checking term v0.7.0
22952025-04-18T23:42:13.254Z Compiling darling_core v0.20.10
22962025-04-18T23:42:13.429Z Checking newtype-uuid v1.2.1
22972025-04-18T23:42:13.501Z Checking crossbeam-channel v0.5.13
22982025-04-18T23:42:13.671Z Checking is-terminal v0.4.13
22992025-04-18T23:42:13.796Z Compiling serde_yaml v0.9.34+deprecated
23002025-04-18T23:42:14.130Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23012025-04-18T23:42:14.231Z Checking take_mut v0.2.2
23022025-04-18T23:42:14.381Z Compiling rustls v0.22.4
23032025-04-18T23:42:14.462Z Checking slog-async v2.8.0
23042025-04-18T23:42:14.669Z Checking slog-term v2.9.1
23052025-04-18T23:42:14.728Z Checking daft v0.1.2
23062025-04-18T23:42:14.984Z Compiling structmeta v0.3.0
23072025-04-18T23:42:15.099Z Compiling proc-macro-crate v1.3.1
23082025-04-18T23:42:15.125Z Checking wait-timeout v0.2.0
23092025-04-18T23:42:15.216Z Compiling thiserror v2.0.12
23102025-04-18T23:42:15.345Z Compiling multer v3.1.0
23112025-04-18T23:42:15.375Z Checking match_cfg v0.1.0
23122025-04-18T23:42:15.478Z Compiling typify-impl v0.3.0
23132025-04-18T23:42:15.503Z Compiling typify-impl v0.2.0
23142025-04-18T23:42:15.890Z Checking bit-vec v0.8.0
23152025-04-18T23:42:16.219Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23162025-04-18T23:42:16.342Z Checking quick-error v1.2.3
23172025-04-18T23:42:16.533Z Checking rusty-fork v0.3.0
23182025-04-18T23:42:16.558Z Checking bit-set v0.8.0
23192025-04-18T23:42:16.734Z Compiling num_enum_derive v0.5.11
23202025-04-18T23:42:16.821Z Checking hostname v0.3.1
23212025-04-18T23:42:16.876Z Compiling parse-display-derive v0.10.0
23222025-04-18T23:42:17.734Z Checking progenitor-client v0.9.1
23232025-04-18T23:42:17.802Z Checking slog-json v2.6.1
23242025-04-18T23:42:18.063Z Compiling lzma-sys v0.1.20
23252025-04-18T23:42:18.116Z Checking rand_xorshift v0.3.0
23262025-04-18T23:42:18.164Z Compiling darling_macro v0.20.10
23272025-04-18T23:42:18.298Z Compiling foreign-types-macros v0.2.3
23282025-04-18T23:42:18.661Z Compiling async-stream-impl v0.3.6
23292025-04-18T23:42:18.705Z Compiling dropshot v0.16.0
23302025-04-18T23:42:18.940Z Compiling darling v0.20.10
23312025-04-18T23:42:18.980Z Checking arc-swap v1.7.1
23322025-04-18T23:42:19.069Z Checking foreign-types-shared v0.3.1
23332025-04-18T23:42:19.205Z Checking unarray v0.1.4
23342025-04-18T23:42:19.316Z Checking utf-8 v0.7.6
23352025-04-18T23:42:19.369Z Checking proptest v1.6.0
23362025-04-18T23:42:19.395Z Checking slog-scope v4.4.0
23372025-04-18T23:42:19.519Z Checking tungstenite v0.21.0
23382025-04-18T23:42:19.588Z Checking foreign-types v0.5.0
23392025-04-18T23:42:19.709Z Compiling serde_with_macros v3.12.0
23402025-04-18T23:42:19.734Z Checking async-stream v0.3.6
23412025-04-18T23:42:20.054Z Checking tokio-rustls v0.25.0
23422025-04-18T23:42:20.080Z Checking num_enum v0.5.11
23432025-04-18T23:42:20.254Z Checking slog-bunyan v2.5.0
23442025-04-18T23:42:20.305Z Checking parse-display v0.10.0
23452025-04-18T23:42:20.405Z Checking strum v0.26.3
23462025-04-18T23:42:20.437Z Compiling proc-macro-error v1.0.4
23472025-04-18T23:42:20.584Z Compiling test-strategy v0.4.0
23482025-04-18T23:42:20.739Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23492025-04-18T23:42:20.870Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23502025-04-18T23:42:20.912Z Checking toml v0.8.20
23512025-04-18T23:42:21.046Z Checking progenitor-client v0.8.0
23522025-04-18T23:42:21.196Z Compiling heck v0.3.3
23532025-04-18T23:42:21.482Z Checking waitgroup v0.1.2
23542025-04-18T23:42:21.621Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552025-04-18T23:42:21.657Z Compiling dropshot_endpoint v0.16.0
23562025-04-18T23:42:21.682Z Checking serde_path_to_error v0.1.16
23572025-04-18T23:42:22.076Z Checking cstr-argument v0.1.2
23582025-04-18T23:42:22.252Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23592025-04-18T23:42:22.277Z Checking hostname v0.4.0
23602025-04-18T23:42:22.346Z Checking instant v0.1.13
23612025-04-18T23:42:22.435Z Checking base64 v0.21.7
23622025-04-18T23:42:22.466Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23632025-04-18T23:42:22.742Z Checking debug-ignore v1.0.5
23642025-04-18T23:42:22.867Z Checking pretty-hex v0.2.1
23652025-04-18T23:42:22.893Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23662025-04-18T23:42:23.037Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23672025-04-18T23:42:23.062Z Checking backoff v0.4.0
23682025-04-18T23:42:23.088Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23692025-04-18T23:42:23.247Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23702025-04-18T23:42:23.338Z Checking serde_with v3.12.0
23712025-04-18T23:42:23.366Z Compiling zone_cfg_derive v0.1.2
23722025-04-18T23:42:23.516Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23732025-04-18T23:42:23.552Z Checking tokio-tungstenite v0.21.0
23742025-04-18T23:42:23.592Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
23752025-04-18T23:42:24.098Z Checking slog-stdlog v4.1.1
23762025-04-18T23:42:24.132Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23772025-04-18T23:42:24.165Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23782025-04-18T23:42:24.273Z Checking colored v2.2.0
23792025-04-18T23:42:24.441Z Checking macaddr v1.0.1
23802025-04-18T23:42:24.472Z Checking winnow v0.6.20
23812025-04-18T23:42:24.497Z Checking base64 v0.13.1
23822025-04-18T23:42:24.613Z Checking unicode-width v0.1.14
23832025-04-18T23:42:24.768Z Checking zone v0.1.8
23842025-04-18T23:42:24.867Z Checking ron v0.7.1
23852025-04-18T23:42:25.025Z Checking tabwriter v1.4.0
23862025-04-18T23:42:25.256Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23872025-04-18T23:42:25.343Z Checking slog-envlogger v2.2.0
23882025-04-18T23:42:25.548Z Checking xz2 v0.1.7
23892025-04-18T23:42:25.660Z Checking xattr v1.3.1
23902025-04-18T23:42:25.800Z Checking pem v3.0.5
23912025-04-18T23:42:25.830Z Checking yasna v0.5.2
23922025-04-18T23:42:25.864Z Checking smf v0.2.3
23932025-04-18T23:42:26.043Z Checking headers-core v0.3.0
23942025-04-18T23:42:26.068Z Checking filetime v0.2.25
23952025-04-18T23:42:26.200Z Checking same-file v1.0.6
23962025-04-18T23:42:26.272Z Checking headers v0.4.0
23972025-04-18T23:42:26.297Z Checking tar v0.4.44
23982025-04-18T23:42:26.388Z Checking walkdir v2.5.0
23992025-04-18T23:42:26.624Z Checking rcgen v0.12.1
24002025-04-18T23:42:26.667Z Checking camino-tempfile v1.1.1
24012025-04-18T23:42:26.938Z Checking atomicwrites v0.4.4
24022025-04-18T23:42:27.104Z Checking subprocess v0.2.9
24032025-04-18T23:42:27.398Z Compiling typify-macro v0.2.0
24042025-04-18T23:42:27.426Z Compiling typify-macro v0.3.0
24052025-04-18T23:42:29.501Z Compiling typify v0.3.0
24062025-04-18T23:42:29.591Z Compiling typify v0.2.0
24072025-04-18T23:42:29.630Z Compiling progenitor-impl v0.9.1
24082025-04-18T23:42:29.701Z Compiling progenitor-impl v0.8.0
24092025-04-18T23:42:33.062Z Compiling progenitor-macro v0.8.0
24102025-04-18T23:42:33.154Z Compiling progenitor-macro v0.9.1
24112025-04-18T23:42:37.439Z Checking progenitor v0.8.0
24122025-04-18T23:42:37.623Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24132025-04-18T23:42:38.122Z Checking progenitor v0.9.1
24142025-04-18T23:42:38.311Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd)
24152025-04-18T23:42:40.980Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24162025-04-18T23:42:42.108Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24172025-04-18T23:42:50.531Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24182025-04-18T23:42:52.563Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24192025-04-18T23:42:54.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.56s
24202025-04-18T23:42:54.458Z
24212025-04-18T23:42:54.458Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/203)
24222025-04-18T23:42:55.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232025-04-18T23:42:55.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242025-04-18T23:42:55.404Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24252025-04-18T23:42:57.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
24262025-04-18T23:42:57.398Z
24272025-04-18T23:42:57.398Zinfo: running `cargo check --bins` on nexus-config (51/203)
24282025-04-18T23:42:58.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292025-04-18T23:42:58.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302025-04-18T23:42:58.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312025-04-18T23:42:58.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
24322025-04-18T23:42:58.330Z
24332025-04-18T23:42:58.330Zinfo: running `cargo check --bins` on omicron-rpaths (52/203)
24342025-04-18T23:42:59.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352025-04-18T23:42:59.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362025-04-18T23:42:59.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372025-04-18T23:42:59.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24382025-04-18T23:42:59.197Z
24392025-04-18T23:42:59.197Zinfo: running `cargo check --bins` on omicron-certificates (53/203)
24402025-04-18T23:42:59.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412025-04-18T23:43:00.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422025-04-18T23:43:00.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432025-04-18T23:43:00.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24442025-04-18T23:43:00.102Z
24452025-04-18T23:43:00.102Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/203)
24462025-04-18T23:43:00.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472025-04-18T23:43:00.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482025-04-18T23:43:01.106Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24492025-04-18T23:43:01.138Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24502025-04-18T23:43:01.164Z Compiling tempfile v3.13.0
24512025-04-18T23:43:01.164Z Compiling wait-timeout v0.2.0
24522025-04-18T23:43:01.164Z Compiling quick-error v1.2.3
24532025-04-18T23:43:01.164Z Compiling match_cfg v0.1.0
24542025-04-18T23:43:01.164Z Compiling bit-vec v0.8.0
24552025-04-18T23:43:01.164Z Compiling rustls v0.22.4
24562025-04-18T23:43:01.295Z Compiling hostname v0.3.1
24572025-04-18T23:43:01.295Z Compiling progenitor-client v0.9.1
24582025-04-18T23:43:01.426Z Compiling slog-json v2.6.1
24592025-04-18T23:43:01.505Z Compiling rand_xorshift v0.3.0
24602025-04-18T23:43:01.641Z Compiling bit-set v0.8.0
24612025-04-18T23:43:01.728Z Compiling rusty-fork v0.3.0
24622025-04-18T23:43:01.765Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24632025-04-18T23:43:01.790Z Compiling itertools v0.13.0
24642025-04-18T23:43:01.826Z Compiling unarray v0.1.4
24652025-04-18T23:43:01.852Z Compiling heapless v0.8.0
24662025-04-18T23:43:01.919Z Compiling progenitor v0.9.1
24672025-04-18T23:43:01.989Z Compiling slog-bunyan v2.5.0
24682025-04-18T23:43:02.015Z Compiling parse-display v0.10.0
24692025-04-18T23:43:02.132Z Compiling proptest v1.6.0
24702025-04-18T23:43:02.205Z Compiling async-stream v0.3.6
24712025-04-18T23:43:02.350Z Compiling multer v3.1.0
24722025-04-18T23:43:02.476Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24732025-04-18T23:43:02.532Z Compiling toml v0.8.20
24742025-04-18T23:43:02.586Z Compiling waitgroup v0.1.2
24752025-04-18T23:43:02.641Z Checking hash32 v0.3.1
24762025-04-18T23:43:02.810Z Compiling serde_path_to_error v0.1.16
24772025-04-18T23:43:02.856Z Compiling hostname v0.4.0
24782025-04-18T23:43:03.076Z Compiling instant v0.1.13
24792025-04-18T23:43:03.221Z Compiling smoltcp v0.11.0
24802025-04-18T23:43:03.246Z Compiling debug-ignore v1.0.5
24812025-04-18T23:43:03.408Z Compiling backoff v0.4.0
24822025-04-18T23:43:03.723Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd)
24832025-04-18T23:43:03.808Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24842025-04-18T23:43:03.834Z Compiling serde_with v3.12.0
24852025-04-18T23:43:03.998Z Checking num-rational v0.4.2
24862025-04-18T23:43:04.260Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872025-04-18T23:43:04.446Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24882025-04-18T23:43:04.686Z Compiling phf_generator v0.11.2
24892025-04-18T23:43:04.855Z Checking num-complex v0.4.6
24902025-04-18T23:43:05.548Z Compiling tokio-rustls v0.25.0
24912025-04-18T23:43:05.926Z Compiling dropshot v0.16.0
24922025-04-18T23:43:06.683Z Compiling macaddr v1.0.1
24932025-04-18T23:43:06.880Z Checking cobs v0.2.3
24942025-04-18T23:43:07.069Z Compiling num v0.4.3
24952025-04-18T23:43:07.095Z Checking postcard v1.0.10
24962025-04-18T23:43:07.286Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
24972025-04-18T23:43:07.576Z Compiling phf_codegen v0.11.2
24982025-04-18T23:43:08.033Z Compiling parse-zoneinfo v0.3.1
24992025-04-18T23:43:08.529Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25002025-04-18T23:43:08.803Z Compiling float-ord v0.3.2
25012025-04-18T23:43:09.145Z Compiling convert_case v0.4.0
25022025-04-18T23:43:09.537Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25032025-04-18T23:43:09.640Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25042025-04-18T23:43:09.797Z Compiling chrono-tz-build v0.4.0
25052025-04-18T23:43:09.918Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25062025-04-18T23:43:09.943Z Compiling derive_more v0.99.19
25072025-04-18T23:43:10.273Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25082025-04-18T23:43:10.403Z Compiling crucible-workspace-hack v0.1.0
25092025-04-18T23:43:10.811Z Checking linked-hash-map v0.5.6
25102025-04-18T23:43:10.836Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25112025-04-18T23:43:10.913Z Compiling chrono-tz v0.10.1
25122025-04-18T23:43:11.143Z Checking lru-cache v0.1.2
25132025-04-18T23:43:11.425Z Checking newline-converter v0.3.0
25142025-04-18T23:43:11.587Z Checking resolv-conf v0.7.0
25152025-04-18T23:43:11.612Z Checking itertools v0.14.0
25162025-04-18T23:43:11.928Z Checking prettyplease v0.2.30
25172025-04-18T23:43:12.150Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25182025-04-18T23:43:12.986Z Compiling slog-dtrace v0.3.0
25192025-04-18T23:43:13.287Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25202025-04-18T23:43:13.472Z Checking hickory-resolver v0.24.4
25212025-04-18T23:43:13.511Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25222025-04-18T23:43:13.774Z Checking expectorate v1.1.0
25232025-04-18T23:43:13.839Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242025-04-18T23:43:13.937Z Compiling zone_cfg_derive v0.3.0
25252025-04-18T23:43:14.708Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
25262025-04-18T23:43:14.775Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272025-04-18T23:43:14.877Z Compiling const_format_proc_macros v0.2.34
25282025-04-18T23:43:14.955Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25292025-04-18T23:43:15.026Z Compiling num-derive v0.4.2
25302025-04-18T23:43:15.074Z Compiling derive-where v1.2.7
25312025-04-18T23:43:15.461Z Checking highway v1.3.0
25322025-04-18T23:43:15.690Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25332025-04-18T23:43:15.855Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25342025-04-18T23:43:15.893Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352025-04-18T23:43:16.007Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25362025-04-18T23:43:16.108Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25372025-04-18T23:43:16.566Z Checking const_format v0.2.34
25382025-04-18T23:43:16.778Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
25392025-04-18T23:43:16.991Z Checking zone v0.3.0
25402025-04-18T23:43:17.016Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
25412025-04-18T23:43:17.176Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25422025-04-18T23:43:17.493Z Checking gethostname v0.5.0
25432025-04-18T23:43:17.632Z Checking bcs v0.1.6
25442025-04-18T23:43:17.657Z Checking nanorand v0.7.0
25452025-04-18T23:43:17.682Z Compiling async-recursion v1.1.1
25462025-04-18T23:43:17.786Z Checking qorb v0.2.1
25472025-04-18T23:43:18.004Z Checking termtree v0.5.1
25482025-04-18T23:43:18.051Z Checking flume v0.11.1
25492025-04-18T23:43:18.272Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25502025-04-18T23:43:25.552Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512025-04-18T23:43:29.921Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522025-04-18T23:43:33.428Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25532025-04-18T23:43:35.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.01s
25542025-04-18T23:43:35.304Z
25552025-04-18T23:43:35.304Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/203)
25562025-04-18T23:43:36.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572025-04-18T23:43:36.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582025-04-18T23:43:36.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592025-04-18T23:43:36.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25602025-04-18T23:43:36.210Z
25612025-04-18T23:43:36.210Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/203)
25622025-04-18T23:43:36.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632025-04-18T23:43:37.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642025-04-18T23:43:37.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652025-04-18T23:43:37.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
25662025-04-18T23:43:37.102Z
25672025-04-18T23:43:37.102Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/203)
25682025-04-18T23:43:37.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692025-04-18T23:43:37.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702025-04-18T23:43:38.065Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25712025-04-18T23:43:38.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
25722025-04-18T23:43:38.994Z
25732025-04-18T23:43:38.994Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/203)
25742025-04-18T23:43:39.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752025-04-18T23:43:39.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762025-04-18T23:43:39.944Z Compiling cfg_aliases v0.1.1
25772025-04-18T23:43:39.970Z Compiling vte_generate_state_changes v0.1.2
25782025-04-18T23:43:39.970Z Checking fd-lock v4.0.2
25792025-04-18T23:43:39.970Z Checking nibble_vec v0.1.0
25802025-04-18T23:43:39.970Z Checking bytecount v0.6.8
25812025-04-18T23:43:39.970Z Checking endian-type v0.1.2
25822025-04-18T23:43:39.995Z Compiling tabled_derive v0.7.0
25832025-04-18T23:43:40.021Z Checking itertools v0.12.1
25842025-04-18T23:43:40.111Z Compiling nix v0.28.0
25852025-04-18T23:43:40.154Z Checking papergrid v0.11.0
25862025-04-18T23:43:40.182Z Compiling peg-macros v0.8.5
25872025-04-18T23:43:40.237Z Checking radix_trie v0.2.1
25882025-04-18T23:43:40.263Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892025-04-18T23:43:40.600Z Checking vte v0.11.1
25902025-04-18T23:43:40.625Z Compiling sqlparser_derive v0.2.2
25912025-04-18T23:43:41.127Z Checking unicode_categories v0.1.1
25922025-04-18T23:43:41.422Z Checking nu-ansi-term v0.50.1
25932025-04-18T23:43:41.461Z Checking home v0.5.9
25942025-04-18T23:43:41.528Z Checking sqlparser v0.45.0
25952025-04-18T23:43:41.627Z Checking sqlformat v0.2.6
25962025-04-18T23:43:41.777Z Checking strip-ansi-escapes v0.2.0
25972025-04-18T23:43:41.847Z Checking display-error-chain v0.2.2
25982025-04-18T23:43:41.954Z Checking tabled v0.15.0
25992025-04-18T23:43:42.247Z Checking reedline v0.38.0
26002025-04-18T23:43:42.541Z Checking peg v0.8.5
26012025-04-18T23:43:42.901Z Checking rustyline v14.0.0
26022025-04-18T23:43:55.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.39s
26032025-04-18T23:43:55.582Z
26042025-04-18T23:43:55.582Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/203)
26052025-04-18T23:43:56.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062025-04-18T23:43:56.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072025-04-18T23:43:56.631Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26082025-04-18T23:44:03.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.99s
26092025-04-18T23:44:03.766Z
26102025-04-18T23:44:03.766Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/203)
26112025-04-18T23:44:04.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122025-04-18T23:44:04.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132025-04-18T23:44:04.719Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26142025-04-18T23:44:09.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
26152025-04-18T23:44:09.738Z
26162025-04-18T23:44:09.738Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/203)
26172025-04-18T23:44:10.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182025-04-18T23:44:10.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192025-04-18T23:44:10.698Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26202025-04-18T23:44:17.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.39s
26212025-04-18T23:44:17.324Z
26222025-04-18T23:44:17.324Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/203)
26232025-04-18T23:44:18.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242025-04-18T23:44:18.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252025-04-18T23:44:18.315Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26262025-04-18T23:44:24.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.57s
26272025-04-18T23:44:25.089Z
26282025-04-18T23:44:25.089Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/203)
26292025-04-18T23:44:25.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302025-04-18T23:44:25.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312025-04-18T23:44:26.036Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26322025-04-18T23:44:31.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s
26332025-04-18T23:44:31.225Z
26342025-04-18T23:44:31.225Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/203)
26352025-04-18T23:44:32.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362025-04-18T23:44:32.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372025-04-18T23:44:32.219Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26382025-04-18T23:44:37.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
26392025-04-18T23:44:37.565Z
26402025-04-18T23:44:37.565Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/203)
26412025-04-18T23:44:38.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422025-04-18T23:44:38.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432025-04-18T23:44:38.598Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26442025-04-18T23:44:45.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.02s
26452025-04-18T23:44:45.776Z
26462025-04-18T23:44:45.776Zinfo: running `cargo check --bins` on oximeter (66/203)
26472025-04-18T23:44:46.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482025-04-18T23:44:46.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492025-04-18T23:44:46.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502025-04-18T23:44:46.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26512025-04-18T23:44:46.653Z
26522025-04-18T23:44:46.653Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/203)
26532025-04-18T23:44:47.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542025-04-18T23:44:47.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552025-04-18T23:44:47.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562025-04-18T23:44:47.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26572025-04-18T23:44:47.505Z
26582025-04-18T23:44:47.505Zinfo: running `cargo check --bins` on oximeter-schema (68/203)
26592025-04-18T23:44:48.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602025-04-18T23:44:48.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612025-04-18T23:44:48.390Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26622025-04-18T23:44:51.105Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26632025-04-18T23:44:52.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
26642025-04-18T23:44:52.555Z
26652025-04-18T23:44:52.555Zinfo: running `cargo check --bins` on oximeter-types (69/203)
26662025-04-18T23:44:53.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-04-18T23:44:53.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-04-18T23:44:53.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-04-18T23:44:53.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26702025-04-18T23:44:53.479Z
26712025-04-18T23:44:53.479Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/203)
26722025-04-18T23:44:54.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-04-18T23:44:54.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-04-18T23:44:54.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752025-04-18T23:44:54.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26762025-04-18T23:44:54.373Z
26772025-04-18T23:44:54.373Zinfo: running `cargo check --bins` on oxql-types (71/203)
26782025-04-18T23:44:55.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792025-04-18T23:44:55.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802025-04-18T23:44:55.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812025-04-18T23:44:55.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26822025-04-18T23:44:55.264Z
26832025-04-18T23:44:55.264Zinfo: running `cargo check --bins` on oximeter-test-utils (72/203)
26842025-04-18T23:44:56.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852025-04-18T23:44:56.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862025-04-18T23:44:56.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872025-04-18T23:44:56.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26882025-04-18T23:44:56.187Z
26892025-04-18T23:44:56.187Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/203)
26902025-04-18T23:44:56.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912025-04-18T23:44:56.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922025-04-18T23:44:56.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932025-04-18T23:44:56.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26942025-04-18T23:44:57.072Z
26952025-04-18T23:44:57.072Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/203)
26962025-04-18T23:44:57.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972025-04-18T23:44:57.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982025-04-18T23:44:57.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992025-04-18T23:44:57.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27002025-04-18T23:44:57.971Z
27012025-04-18T23:44:57.971Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/203)
27022025-04-18T23:44:58.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032025-04-18T23:44:58.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042025-04-18T23:44:58.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052025-04-18T23:44:58.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27062025-04-18T23:44:58.863Z
27072025-04-18T23:44:58.863Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/203)
27082025-04-18T23:44:59.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092025-04-18T23:44:59.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102025-04-18T23:44:59.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112025-04-18T23:44:59.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27122025-04-18T23:44:59.734Z
27132025-04-18T23:44:59.734Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/203)
27142025-04-18T23:45:00.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152025-04-18T23:45:00.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162025-04-18T23:45:00.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172025-04-18T23:45:00.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27182025-04-18T23:45:00.619Z
27192025-04-18T23:45:00.619Zinfo: running `cargo check --bins` on cockroach-admin-client (78/203)
27202025-04-18T23:45:01.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212025-04-18T23:45:01.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222025-04-18T23:45:01.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232025-04-18T23:45:01.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27242025-04-18T23:45:01.455Z
27252025-04-18T23:45:01.455Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/203)
27262025-04-18T23:45:02.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272025-04-18T23:45:02.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282025-04-18T23:45:02.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292025-04-18T23:45:02.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27302025-04-18T23:45:02.352Z
27312025-04-18T23:45:02.352Zinfo: running `cargo check --bins` on dns-service-client (80/203)
27322025-04-18T23:45:03.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332025-04-18T23:45:03.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342025-04-18T23:45:03.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352025-04-18T23:45:03.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27362025-04-18T23:45:03.250Z
27372025-04-18T23:45:03.251Zinfo: running `cargo check --bins` on internal-dns-types (81/203)
27382025-04-18T23:45:04.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392025-04-18T23:45:04.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402025-04-18T23:45:04.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412025-04-18T23:45:04.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27422025-04-18T23:45:04.118Z
27432025-04-18T23:45:04.118Zinfo: running `cargo check --bins` on dpd-client (82/203)
27442025-04-18T23:45:04.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452025-04-18T23:45:04.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462025-04-18T23:45:04.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472025-04-18T23:45:04.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27482025-04-18T23:45:04.968Z
27492025-04-18T23:45:04.968Zinfo: running `cargo check --bins` on ereport-client (83/203)
27502025-04-18T23:45:05.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512025-04-18T23:45:05.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522025-04-18T23:45:05.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532025-04-18T23:45:05.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27542025-04-18T23:45:05.797Z
27552025-04-18T23:45:05.797Zinfo: running `cargo check --bins` on ereport-types (84/203)
27562025-04-18T23:45:06.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572025-04-18T23:45:06.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582025-04-18T23:45:06.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592025-04-18T23:45:06.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27602025-04-18T23:45:06.635Z
27612025-04-18T23:45:06.635Zinfo: running `cargo check --bins` on gateway-client (85/203)
27622025-04-18T23:45:07.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632025-04-18T23:45:07.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642025-04-18T23:45:07.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652025-04-18T23:45:07.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27662025-04-18T23:45:07.478Z
27672025-04-18T23:45:07.478Zinfo: running `cargo check --bins` on installinator-client (86/203)
27682025-04-18T23:45:08.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692025-04-18T23:45:08.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702025-04-18T23:45:08.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712025-04-18T23:45:08.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27722025-04-18T23:45:08.373Z
27732025-04-18T23:45:08.373Zinfo: running `cargo check --bins` on installinator-common (87/203)
27742025-04-18T23:45:09.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752025-04-18T23:45:09.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762025-04-18T23:45:09.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772025-04-18T23:45:09.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27782025-04-18T23:45:09.305Z
27792025-04-18T23:45:09.305Zinfo: running `cargo check --bins` on update-engine (88/203)
27802025-04-18T23:45:10.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812025-04-18T23:45:10.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822025-04-18T23:45:10.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832025-04-18T23:45:10.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27842025-04-18T23:45:10.146Z
27852025-04-18T23:45:10.146Zinfo: running `cargo check --bins` on nexus-client (89/203)
27862025-04-18T23:45:10.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872025-04-18T23:45:10.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882025-04-18T23:45:10.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892025-04-18T23:45:10.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27902025-04-18T23:45:11.060Z
27912025-04-18T23:45:11.060Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (90/203)
27922025-04-18T23:45:11.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932025-04-18T23:45:11.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942025-04-18T23:45:11.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952025-04-18T23:45:11.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27962025-04-18T23:45:11.966Z
27972025-04-18T23:45:11.966Zinfo: running `cargo check --bins` on omicron-passwords (91/203)
27982025-04-18T23:45:12.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992025-04-18T23:45:12.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002025-04-18T23:45:12.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012025-04-18T23:45:12.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28022025-04-18T23:45:12.800Z
28032025-04-18T23:45:12.800Zinfo: running `cargo check --bins` on nexus-types (92/203)
28042025-04-18T23:45:13.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052025-04-18T23:45:13.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062025-04-18T23:45:13.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072025-04-18T23:45:13.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28082025-04-18T23:45:13.721Z
28092025-04-18T23:45:13.721Zinfo: running `cargo check --bins` on id-map (93/203)
28102025-04-18T23:45:14.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112025-04-18T23:45:14.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122025-04-18T23:45:14.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132025-04-18T23:45:14.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28142025-04-18T23:45:14.541Z
28152025-04-18T23:45:14.541Zinfo: running `cargo check --bins` on oxide-client (94/203)
28162025-04-18T23:45:15.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172025-04-18T23:45:15.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182025-04-18T23:45:15.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192025-04-18T23:45:15.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28202025-04-18T23:45:15.367Z
28212025-04-18T23:45:15.367Zinfo: running `cargo check --bins` on oximeter-client (95/203)
28222025-04-18T23:45:16.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232025-04-18T23:45:16.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242025-04-18T23:45:16.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252025-04-18T23:45:16.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28262025-04-18T23:45:16.288Z
28272025-04-18T23:45:16.288Zinfo: running `cargo check --bins` on repo-depot-client (96/203)
28282025-04-18T23:45:17.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292025-04-18T23:45:17.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302025-04-18T23:45:17.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312025-04-18T23:45:17.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28322025-04-18T23:45:17.159Z
28332025-04-18T23:45:17.159Zinfo: running `cargo check --bins` on sled-agent-client (97/203)
28342025-04-18T23:45:17.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352025-04-18T23:45:18.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362025-04-18T23:45:18.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372025-04-18T23:45:18.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28382025-04-18T23:45:18.115Z
28392025-04-18T23:45:18.115Zinfo: running `cargo check --bins` on wicketd-client (98/203)
28402025-04-18T23:45:18.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412025-04-18T23:45:18.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422025-04-18T23:45:18.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432025-04-18T23:45:18.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28442025-04-18T23:45:19.040Z
28452025-04-18T23:45:19.040Zinfo: running `cargo check --bins` on sled-agent-types (99/203)
28462025-04-18T23:45:19.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472025-04-18T23:45:19.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482025-04-18T23:45:19.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492025-04-18T23:45:19.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28502025-04-18T23:45:19.961Z
28512025-04-18T23:45:19.961Zinfo: running `cargo check --bins` on wicket-common (100/203)
28522025-04-18T23:45:20.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532025-04-18T23:45:20.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542025-04-18T23:45:20.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552025-04-18T23:45:20.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28562025-04-18T23:45:20.871Z
28572025-04-18T23:45:20.871Zinfo: running `cargo check --bins` on omicron-cockroach-admin (101/203)
28582025-04-18T23:45:21.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592025-04-18T23:45:21.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602025-04-18T23:45:21.786Z Checking csv-core v0.1.11
28612025-04-18T23:45:21.786Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28622025-04-18T23:45:21.812Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28632025-04-18T23:45:21.812Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28642025-04-18T23:45:22.080Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28652025-04-18T23:45:22.105Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28662025-04-18T23:45:22.130Z Checking csv v1.3.1
28672025-04-18T23:45:22.821Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28682025-04-18T23:45:23.298Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28692025-04-18T23:45:25.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
28702025-04-18T23:45:25.635Z
28712025-04-18T23:45:25.635Zinfo: running `cargo check --bins` on cockroach-admin-api (102/203)
28722025-04-18T23:45:26.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732025-04-18T23:45:26.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742025-04-18T23:45:26.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752025-04-18T23:45:26.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28762025-04-18T23:45:26.519Z
28772025-04-18T23:45:26.519Zinfo: running `cargo check --bins` on cockroach-admin-types (103/203)
28782025-04-18T23:45:27.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792025-04-18T23:45:27.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802025-04-18T23:45:27.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812025-04-18T23:45:27.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28822025-04-18T23:45:27.414Z
28832025-04-18T23:45:27.414Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (104/203)
28842025-04-18T23:45:28.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852025-04-18T23:45:28.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862025-04-18T23:45:28.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872025-04-18T23:45:28.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
28882025-04-18T23:45:28.455Z
28892025-04-18T23:45:28.455Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (105/203)
28902025-04-18T23:45:29.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912025-04-18T23:45:29.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922025-04-18T23:45:29.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932025-04-18T23:45:29.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28942025-04-18T23:45:29.477Z
28952025-04-18T23:45:29.477Zinfo: running `cargo check --bins` on dns-server (106/203)
28962025-04-18T23:45:30.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972025-04-18T23:45:30.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982025-04-18T23:45:30.371Z Compiling parking_lot_core v0.8.6
28992025-04-18T23:45:30.371Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29002025-04-18T23:45:30.396Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29012025-04-18T23:45:30.397Z Checking fxhash v0.2.1
29022025-04-18T23:45:30.397Z Checking hickory-client v0.24.4
29032025-04-18T23:45:30.397Z Checking hickory-server v0.24.4
29042025-04-18T23:45:31.082Z Checking parking_lot v0.11.2
29052025-04-18T23:45:31.302Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29062025-04-18T23:45:31.302Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29072025-04-18T23:45:31.376Z Checking sled v0.34.7
29082025-04-18T23:45:33.612Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29092025-04-18T23:45:35.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s
29102025-04-18T23:45:35.463Z
29112025-04-18T23:45:35.464Zinfo: running `cargo check --bins` on dns-server-api (107/203)
29122025-04-18T23:45:36.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132025-04-18T23:45:36.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142025-04-18T23:45:36.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152025-04-18T23:45:36.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29162025-04-18T23:45:36.369Z
29172025-04-18T23:45:36.369Zinfo: running `cargo check --bins` on openapi-manager-types (108/203)
29182025-04-18T23:45:37.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192025-04-18T23:45:37.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202025-04-18T23:45:37.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212025-04-18T23:45:37.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
29222025-04-18T23:45:37.256Z
29232025-04-18T23:45:37.256Zinfo: running `cargo check --bins` on gateway-test-utils (109/203)
29242025-04-18T23:45:38.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252025-04-18T23:45:38.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262025-04-18T23:45:38.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272025-04-18T23:45:38.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
29282025-04-18T23:45:38.221Z
29292025-04-18T23:45:38.221Zinfo: running `cargo check --bins` on gateway-types (110/203)
29302025-04-18T23:45:38.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312025-04-18T23:45:39.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322025-04-18T23:45:39.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332025-04-18T23:45:39.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
29342025-04-18T23:45:39.093Z
29352025-04-18T23:45:39.093Zinfo: running `cargo check --bins` on ipcc (111/203)
29362025-04-18T23:45:39.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372025-04-18T23:45:39.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382025-04-18T23:45:39.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392025-04-18T23:45:39.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
29402025-04-18T23:45:39.957Z
29412025-04-18T23:45:39.957Zinfo: running `cargo check --bins` on omicron-gateway (112/203)
29422025-04-18T23:45:40.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432025-04-18T23:45:40.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442025-04-18T23:45:41.016Z Compiling semver v0.1.20
29452025-04-18T23:45:41.016Z Compiling radium v0.7.0
29462025-04-18T23:45:41.061Z Checking tap v1.0.1
29472025-04-18T23:45:41.061Z Compiling maybe-uninit v2.0.0
29482025-04-18T23:45:41.097Z Checking password-hash v0.5.0
29492025-04-18T23:45:41.124Z Checking blake2 v0.10.6
29502025-04-18T23:45:41.124Z Compiling packed_struct v0.10.1
29512025-04-18T23:45:41.124Z Compiling owo-colors v4.2.0
29522025-04-18T23:45:41.250Z Checking wyz v0.5.1
29532025-04-18T23:45:41.466Z Compiling rustc_version v0.1.7
29542025-04-18T23:45:41.543Z Checking crc-catalog v2.4.0
29552025-04-18T23:45:41.582Z Compiling cancel-safe-futures v0.1.5
29562025-04-18T23:45:41.610Z Checking funty v2.0.0
29572025-04-18T23:45:41.636Z Checking argon2 v0.5.3
29582025-04-18T23:45:41.729Z Checking crc v3.2.1
29592025-04-18T23:45:41.775Z Compiling packed_struct_codegen v0.10.1
29602025-04-18T23:45:41.800Z Checking libsw-core v0.3.1
29612025-04-18T23:45:41.870Z Compiling newtype_derive v0.1.6
29622025-04-18T23:45:41.895Z Checking half v2.4.1
29632025-04-18T23:45:41.941Z Compiling indexmap v1.9.3
29642025-04-18T23:45:42.032Z Checking ciborium-io v0.2.2
29652025-04-18T23:45:42.131Z Checking fixedbitset v0.5.7
29662025-04-18T23:45:42.170Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29672025-04-18T23:45:42.230Z Checking nodrop v0.1.14
29682025-04-18T23:45:42.256Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29692025-04-18T23:45:42.323Z Checking ciborium-ll v0.2.2
29702025-04-18T23:45:42.350Z Checking bitvec v1.0.1
29712025-04-18T23:45:42.376Z Checking array-init v0.0.4
29722025-04-18T23:45:42.412Z Checking libsw v3.4.0
29732025-04-18T23:45:42.514Z Checking petgraph v0.7.1
29742025-04-18T23:45:42.549Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29752025-04-18T23:45:42.624Z Checking smallvec v0.6.14
29762025-04-18T23:45:42.886Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29772025-04-18T23:45:42.975Z Checking linear-map v1.2.0
29782025-04-18T23:45:43.147Z Checking termcolor v1.4.1
29792025-04-18T23:45:43.172Z Checking swrite v0.1.0
29802025-04-18T23:45:43.271Z Checking hashbrown v0.12.3
29812025-04-18T23:45:43.296Z Checking indent_write v2.2.0
29822025-04-18T23:45:43.480Z Checking bitfield v0.14.0
29832025-04-18T23:45:43.526Z Checking env_logger v0.10.2
29842025-04-18T23:45:43.715Z Checking ron v0.8.1
29852025-04-18T23:45:43.740Z Checking serde-hex v0.1.0
29862025-04-18T23:45:43.867Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29872025-04-18T23:45:43.901Z Checking ciborium v0.2.2
29882025-04-18T23:45:44.155Z Checking steno v0.4.1
29892025-04-18T23:45:44.660Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29902025-04-18T23:45:44.706Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29912025-04-18T23:45:44.732Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29922025-04-18T23:45:44.901Z Checking hashbrown v0.13.2
29932025-04-18T23:45:44.967Z Checking crc-any v2.5.0
29942025-04-18T23:45:45.120Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29952025-04-18T23:45:45.212Z Checking humantime v2.1.0
29962025-04-18T23:45:45.281Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29972025-04-18T23:45:45.479Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29982025-04-18T23:45:45.523Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29992025-04-18T23:45:45.701Z Checking object v0.30.4
30002025-04-18T23:45:45.800Z Checking path-slash v0.1.5
30012025-04-18T23:45:45.957Z Checking tungstenite v0.23.0
30022025-04-18T23:45:46.016Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30032025-04-18T23:45:46.070Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30042025-04-18T23:45:46.673Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30052025-04-18T23:45:46.726Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30062025-04-18T23:45:46.853Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30072025-04-18T23:45:46.914Z Checking nix v0.27.1
30082025-04-18T23:45:47.042Z Checking kstat-rs v0.2.4
30092025-04-18T23:45:47.110Z Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
30102025-04-18T23:45:47.357Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30112025-04-18T23:45:47.466Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30122025-04-18T23:45:47.558Z Checking tokio-tungstenite v0.23.1
30132025-04-18T23:45:47.585Z Checking signal-hook-tokio v0.3.1
30142025-04-18T23:45:48.388Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30152025-04-18T23:45:48.416Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30162025-04-18T23:45:58.028Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30172025-04-18T23:45:58.724Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
30182025-04-18T23:46:03.326Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30192025-04-18T23:46:10.559Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30202025-04-18T23:46:11.410Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30212025-04-18T23:46:15.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.07s
30222025-04-18T23:46:15.219Z
30232025-04-18T23:46:15.219Zinfo: running `cargo check --bins` on ereport-api (113/203)
30242025-04-18T23:46:15.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252025-04-18T23:46:16.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262025-04-18T23:46:16.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272025-04-18T23:46:16.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30282025-04-18T23:46:16.094Z
30292025-04-18T23:46:16.094Zinfo: running `cargo check --bins` on gateway-api (114/203)
30302025-04-18T23:46:16.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312025-04-18T23:46:16.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322025-04-18T23:46:16.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332025-04-18T23:46:16.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30342025-04-18T23:46:16.989Z
30352025-04-18T23:46:16.989Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (115/203)
30362025-04-18T23:46:17.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372025-04-18T23:46:17.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382025-04-18T23:46:17.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392025-04-18T23:46:17.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30402025-04-18T23:46:17.856Z
30412025-04-18T23:46:17.856Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/203)
30422025-04-18T23:46:18.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432025-04-18T23:46:18.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442025-04-18T23:46:18.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452025-04-18T23:46:18.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30462025-04-18T23:46:18.754Z
30472025-04-18T23:46:18.754Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/203)
30482025-04-18T23:46:19.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492025-04-18T23:46:19.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502025-04-18T23:46:19.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512025-04-18T23:46:19.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30522025-04-18T23:46:19.614Z
30532025-04-18T23:46:19.614Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/203)
30542025-04-18T23:46:20.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552025-04-18T23:46:20.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562025-04-18T23:46:20.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572025-04-18T23:46:20.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30582025-04-18T23:46:20.486Z
30592025-04-18T23:46:20.486Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/203)
30602025-04-18T23:46:21.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612025-04-18T23:46:21.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622025-04-18T23:46:21.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632025-04-18T23:46:21.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30642025-04-18T23:46:21.363Z
30652025-04-18T23:46:21.363Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/203)
30662025-04-18T23:46:22.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672025-04-18T23:46:22.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682025-04-18T23:46:22.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692025-04-18T23:46:22.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30702025-04-18T23:46:22.267Z
30712025-04-18T23:46:22.267Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/203)
30722025-04-18T23:46:23.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732025-04-18T23:46:23.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742025-04-18T23:46:23.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752025-04-18T23:46:23.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30762025-04-18T23:46:23.176Z
30772025-04-18T23:46:23.176Zinfo: running `cargo check --bins` on oximeter-producer (122/203)
30782025-04-18T23:46:23.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792025-04-18T23:46:24.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802025-04-18T23:46:24.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812025-04-18T23:46:24.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30822025-04-18T23:46:24.097Z
30832025-04-18T23:46:24.097Zinfo: running `cargo check --bins` on internal-dns-resolver (123/203)
30842025-04-18T23:46:24.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852025-04-18T23:46:24.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862025-04-18T23:46:24.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872025-04-18T23:46:24.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30882025-04-18T23:46:24.995Z
30892025-04-18T23:46:24.995Zinfo: running `cargo check --bins` on sp-sim (124/203)
30902025-04-18T23:46:25.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912025-04-18T23:46:25.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922025-04-18T23:46:25.895Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30932025-04-18T23:46:26.378Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30942025-04-18T23:46:28.663Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30952025-04-18T23:46:30.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
30962025-04-18T23:46:31.108Z
30972025-04-18T23:46:31.108Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (125/203)
30982025-04-18T23:46:31.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992025-04-18T23:46:31.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002025-04-18T23:46:31.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012025-04-18T23:46:31.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
31022025-04-18T23:46:32.085Z
31032025-04-18T23:46:32.085Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/203)
31042025-04-18T23:46:32.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052025-04-18T23:46:32.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062025-04-18T23:46:32.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072025-04-18T23:46:32.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31082025-04-18T23:46:33.109Z
31092025-04-18T23:46:33.109Zinfo: running `cargo check --bins` on db-macros (127/203)
31102025-04-18T23:46:33.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112025-04-18T23:46:33.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122025-04-18T23:46:33.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132025-04-18T23:46:33.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31142025-04-18T23:46:33.966Z
31152025-04-18T23:46:33.966Zinfo: running `cargo check --bins` on nexus-macros-common (128/203)
31162025-04-18T23:46:34.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172025-04-18T23:46:34.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182025-04-18T23:46:34.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192025-04-18T23:46:34.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31202025-04-18T23:46:34.813Z
31212025-04-18T23:46:34.813Zinfo: running `cargo check --bins` on nexus-auth (129/203)
31222025-04-18T23:46:35.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232025-04-18T23:46:35.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242025-04-18T23:46:35.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252025-04-18T23:46:35.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31262025-04-18T23:46:35.768Z
31272025-04-18T23:46:35.768Zinfo: running `cargo check --bins` on authz-macros (130/203)
31282025-04-18T23:46:36.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292025-04-18T23:46:36.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302025-04-18T23:46:36.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312025-04-18T23:46:36.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31322025-04-18T23:46:36.594Z
31332025-04-18T23:46:36.594Zinfo: running `cargo check --bins` on nexus-db-fixed-data (131/203)
31342025-04-18T23:46:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352025-04-18T23:46:37.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362025-04-18T23:46:37.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372025-04-18T23:46:37.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31382025-04-18T23:46:37.526Z
31392025-04-18T23:46:37.526Zinfo: running `cargo check --bins` on nexus-db-model (132/203)
31402025-04-18T23:46:38.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412025-04-18T23:46:38.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422025-04-18T23:46:38.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432025-04-18T23:46:38.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
31442025-04-18T23:46:38.498Z
31452025-04-18T23:46:38.498Zinfo: running `cargo check --bins` on nexus-defaults (133/203)
31462025-04-18T23:46:39.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472025-04-18T23:46:39.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482025-04-18T23:46:39.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492025-04-18T23:46:39.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
31502025-04-18T23:46:39.395Z
31512025-04-18T23:46:39.395Zinfo: running `cargo check --bins` on nexus-inventory (134/203)
31522025-04-18T23:46:40.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532025-04-18T23:46:40.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542025-04-18T23:46:40.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552025-04-18T23:46:40.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31562025-04-18T23:46:40.346Z
31572025-04-18T23:46:40.346Zinfo: running `cargo check --bins` on typed-rng (135/203)
31582025-04-18T23:46:41.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592025-04-18T23:46:41.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602025-04-18T23:46:41.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612025-04-18T23:46:41.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31622025-04-18T23:46:41.210Z
31632025-04-18T23:46:41.210Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (136/203)
31642025-04-18T23:46:42.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652025-04-18T23:46:42.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662025-04-18T23:46:42.314Z Checking keccak v0.1.5
31672025-04-18T23:46:42.344Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
31682025-04-18T23:46:42.370Z Checking secrecy v0.8.0
31692025-04-18T23:46:42.370Z Compiling unicase v2.7.0
31702025-04-18T23:46:42.370Z Compiling same-file v1.0.6
31712025-04-18T23:46:42.419Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
31722025-04-18T23:46:42.444Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31732025-04-18T23:46:42.445Z Compiling thiserror-impl-no-std v2.0.2
31742025-04-18T23:46:42.564Z Checking universal-hash v0.5.1
31752025-04-18T23:46:42.636Z Checking sha3 v0.10.8
31762025-04-18T23:46:42.679Z Compiling walkdir v2.5.0
31772025-04-18T23:46:42.724Z Compiling blake3 v1.5.4
31782025-04-18T23:46:42.777Z Checking opaque-debug v0.3.1
31792025-04-18T23:46:42.777Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802025-04-18T23:46:42.854Z Checking poly1305 v0.8.0
31812025-04-18T23:46:42.920Z Checking chacha20 v0.9.1
31822025-04-18T23:46:42.946Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
31832025-04-18T23:46:43.014Z Checking aead v0.5.2
31842025-04-18T23:46:43.056Z Compiling memmap2 v0.9.5
31852025-04-18T23:46:43.259Z Compiling constant_time_eq v0.3.1
31862025-04-18T23:46:43.286Z Compiling salty v0.3.0
31872025-04-18T23:46:43.312Z Compiling libefi-sys v0.1.0
31882025-04-18T23:46:43.343Z Compiling arrayref v0.3.9
31892025-04-18T23:46:43.411Z Compiling arrayvec v0.7.6
31902025-04-18T23:46:43.457Z Checking chacha20poly1305 v0.10.1
31912025-04-18T23:46:43.499Z Compiling toolchain_find v0.4.0
31922025-04-18T23:46:43.649Z Compiling camino-tempfile v1.1.1
31932025-04-18T23:46:43.699Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31942025-04-18T23:46:43.778Z Compiling bitfield-struct v0.6.2
31952025-04-18T23:46:43.962Z Compiling topological-sort v0.2.2
31962025-04-18T23:46:44.039Z Compiling mime_guess v2.0.5
31972025-04-18T23:46:44.079Z Compiling rustfmt-wrapper v0.2.1
31982025-04-18T23:46:44.523Z Compiling omicron-zone-package v0.12.0
31992025-04-18T23:46:44.549Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32002025-04-18T23:46:44.658Z Checking primeorder v0.13.6
32012025-04-18T23:46:44.740Z Checking thiserror-no-std v2.0.2
32022025-04-18T23:46:44.831Z Checking env_filter v0.1.2
32032025-04-18T23:46:44.877Z Checking vsss-rs v3.3.4
32042025-04-18T23:46:44.938Z Compiling dropshot v0.12.0
32052025-04-18T23:46:44.963Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062025-04-18T23:46:44.989Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072025-04-18T23:46:45.072Z Checking env_logger v0.11.5
32082025-04-18T23:46:45.098Z Checking p384 v0.13.0
32092025-04-18T23:46:45.256Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
32102025-04-18T23:46:45.312Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32112025-04-18T23:46:45.398Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32122025-04-18T23:46:45.452Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132025-04-18T23:46:45.622Z Compiling dropshot_endpoint v0.12.0
32142025-04-18T23:46:45.663Z Checking http-range v0.1.5
32152025-04-18T23:46:45.833Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32162025-04-18T23:46:45.874Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32172025-04-18T23:46:46.024Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32182025-04-18T23:46:46.150Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32192025-04-18T23:46:46.299Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32202025-04-18T23:46:46.510Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32212025-04-18T23:46:46.570Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd)
32222025-04-18T23:46:46.887Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32232025-04-18T23:46:47.145Z Checking atty v0.2.14
32242025-04-18T23:46:47.171Z Checking glob v0.3.2
32252025-04-18T23:46:47.287Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32262025-04-18T23:46:47.359Z Checking hyper-staticfile v0.10.1
32272025-04-18T23:46:47.468Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32282025-04-18T23:46:47.540Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32292025-04-18T23:46:48.096Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
32302025-04-18T23:46:48.398Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32312025-04-18T23:46:48.425Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32322025-04-18T23:46:48.477Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32332025-04-18T23:46:48.651Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32342025-04-18T23:46:48.779Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32352025-04-18T23:46:49.314Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32362025-04-18T23:46:49.368Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
32372025-04-18T23:46:49.466Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
32382025-04-18T23:46:49.814Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32392025-04-18T23:46:49.839Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32402025-04-18T23:46:51.865Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
32412025-04-18T23:46:52.833Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32422025-04-18T23:46:52.833Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32432025-04-18T23:47:04.428Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32442025-04-18T23:47:23.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.10s
32452025-04-18T23:47:23.508Z
32462025-04-18T23:47:23.508Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (137/203)
32472025-04-18T23:47:24.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482025-04-18T23:47:24.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492025-04-18T23:47:24.537Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32502025-04-18T23:47:43.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.86s
32512025-04-18T23:47:43.563Z
32522025-04-18T23:47:43.563Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (138/203)
32532025-04-18T23:47:44.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542025-04-18T23:47:44.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552025-04-18T23:47:44.639Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32562025-04-18T23:48:03.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.39s
32572025-04-18T23:48:04.158Z
32582025-04-18T23:48:04.158Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (139/203)
32592025-04-18T23:48:05.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602025-04-18T23:48:05.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612025-04-18T23:48:05.256Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32622025-04-18T23:48:24.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.15s
32632025-04-18T23:48:24.523Z
32642025-04-18T23:48:24.523Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (140/203)
32652025-04-18T23:48:25.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662025-04-18T23:48:25.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672025-04-18T23:48:25.592Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32682025-04-18T23:48:45.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.76s
32692025-04-18T23:48:45.487Z
32702025-04-18T23:48:45.487Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (141/203)
32712025-04-18T23:48:46.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722025-04-18T23:48:46.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732025-04-18T23:48:46.543Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32742025-04-18T23:49:06.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.02s
32752025-04-18T23:49:06.706Z
32762025-04-18T23:49:06.706Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (142/203)
32772025-04-18T23:49:07.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782025-04-18T23:49:07.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792025-04-18T23:49:07.816Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32802025-04-18T23:49:27.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.02s
32812025-04-18T23:49:27.930Z
32822025-04-18T23:49:27.930Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (143/203)
32832025-04-18T23:49:28.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842025-04-18T23:49:28.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852025-04-18T23:49:29.067Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32862025-04-18T23:49:48.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.56s
32872025-04-18T23:49:48.701Z
32882025-04-18T23:49:48.701Zinfo: running `cargo check --bins` on bootstrap-agent-api (144/203)
32892025-04-18T23:49:49.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902025-04-18T23:49:49.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912025-04-18T23:49:49.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922025-04-18T23:49:49.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32932025-04-18T23:49:49.621Z
32942025-04-18T23:49:49.621Zinfo: running `cargo check --bins` on key-manager (145/203)
32952025-04-18T23:49:50.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962025-04-18T23:49:50.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972025-04-18T23:49:50.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982025-04-18T23:49:50.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32992025-04-18T23:49:50.497Z
33002025-04-18T23:49:50.497Zinfo: running `cargo check --bins` on range-requests (146/203)
33012025-04-18T23:49:51.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022025-04-18T23:49:51.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032025-04-18T23:49:51.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042025-04-18T23:49:51.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33052025-04-18T23:49:51.351Z
33062025-04-18T23:49:51.352Zinfo: running `cargo check --bins` on repo-depot-api (147/203)
33072025-04-18T23:49:52.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082025-04-18T23:49:52.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092025-04-18T23:49:52.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102025-04-18T23:49:52.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33112025-04-18T23:49:52.217Z
33122025-04-18T23:49:52.217Zinfo: running `cargo check --bins` on sled-agent-api (148/203)
33132025-04-18T23:49:53.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142025-04-18T23:49:53.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152025-04-18T23:49:53.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162025-04-18T23:49:53.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
33172025-04-18T23:49:53.311Z
33182025-04-18T23:49:53.311Zinfo: running `cargo check --bins` on sled-diagnostics (149/203)
33192025-04-18T23:49:54.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202025-04-18T23:49:54.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212025-04-18T23:49:54.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222025-04-18T23:49:54.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
33232025-04-18T23:49:54.212Z
33242025-04-18T23:49:54.212Zinfo: running `cargo check --bins` on sled-hardware (150/203)
33252025-04-18T23:49:55.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262025-04-18T23:49:55.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272025-04-18T23:49:55.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282025-04-18T23:49:55.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
33292025-04-18T23:49:55.134Z
33302025-04-18T23:49:55.134Zinfo: running `cargo check --bins --no-default-features` on sled-storage (151/203)
33312025-04-18T23:49:55.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322025-04-18T23:49:55.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332025-04-18T23:49:55.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342025-04-18T23:49:55.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
33352025-04-18T23:49:56.043Z
33362025-04-18T23:49:56.043Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (152/203)
33372025-04-18T23:49:56.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382025-04-18T23:49:56.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392025-04-18T23:49:56.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402025-04-18T23:49:56.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
33412025-04-18T23:49:56.955Z
33422025-04-18T23:49:56.955Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (153/203)
33432025-04-18T23:49:57.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-04-18T23:49:57.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-04-18T23:49:57.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462025-04-18T23:49:57.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
33472025-04-18T23:49:57.860Z
33482025-04-18T23:49:57.860Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (154/203)
33492025-04-18T23:49:58.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-04-18T23:49:58.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-04-18T23:49:58.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522025-04-18T23:49:58.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
33532025-04-18T23:49:58.809Z
33542025-04-18T23:49:58.809Zinfo: running `cargo check --bins` on nexus-test-interface (155/203)
33552025-04-18T23:49:59.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562025-04-18T23:49:59.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572025-04-18T23:49:59.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582025-04-18T23:49:59.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
33592025-04-18T23:49:59.766Z
33602025-04-18T23:49:59.766Zinfo: running `cargo check --bins` on oximeter-collector (156/203)
33612025-04-18T23:50:00.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622025-04-18T23:50:00.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632025-04-18T23:50:00.763Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33642025-04-18T23:50:00.763Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33652025-04-18T23:50:01.813Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33662025-04-18T23:50:04.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
33672025-04-18T23:50:04.663Z
33682025-04-18T23:50:04.663Zinfo: running `cargo check --bins` on oximeter-api (157/203)
33692025-04-18T23:50:05.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702025-04-18T23:50:05.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712025-04-18T23:50:05.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722025-04-18T23:50:05.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
33732025-04-18T23:50:05.571Z
33742025-04-18T23:50:05.571Zinfo: running `cargo check --bins` on cert-dev (158/203)
33752025-04-18T23:50:06.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762025-04-18T23:50:06.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772025-04-18T23:50:06.448Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33782025-04-18T23:50:06.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
33792025-04-18T23:50:06.892Z
33802025-04-18T23:50:06.892Zinfo: running `cargo check --bins` on clickana (159/203)
33812025-04-18T23:50:07.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822025-04-18T23:50:07.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832025-04-18T23:50:07.827Z Checking itertools v0.13.0
33842025-04-18T23:50:07.827Z Checking castaway v0.2.3
33852025-04-18T23:50:07.852Z Checking lru v0.12.5
33862025-04-18T23:50:07.852Z Compiling instability v0.3.2
33872025-04-18T23:50:07.852Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33882025-04-18T23:50:07.852Z Checking cassowary v0.3.0
33892025-04-18T23:50:07.852Z Compiling indoc v2.0.6
33902025-04-18T23:50:08.038Z Checking compact_str v0.8.0
33912025-04-18T23:50:10.052Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33922025-04-18T23:50:10.094Z Checking unicode-truncate v1.1.0
33932025-04-18T23:50:10.309Z Checking ratatui v0.29.0
33942025-04-18T23:50:12.885Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33952025-04-18T23:50:13.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.04s
33962025-04-18T23:50:14.114Z
33972025-04-18T23:50:14.114Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (160/203)
33982025-04-18T23:50:14.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992025-04-18T23:50:14.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002025-04-18T23:50:15.081Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34012025-04-18T23:50:15.081Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34022025-04-18T23:50:16.354Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
34032025-04-18T23:50:16.942Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
34042025-04-18T23:50:17.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
34052025-04-18T23:50:17.592Z
34062025-04-18T23:50:17.592Zinfo: running `cargo check --bins` on ch-dev (161/203)
34072025-04-18T23:50:18.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082025-04-18T23:50:18.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092025-04-18T23:50:18.555Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
34102025-04-18T23:50:19.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
34112025-04-18T23:50:19.581Z
34122025-04-18T23:50:19.581Zinfo: running `cargo check --bins` on crdb-seed (162/203)
34132025-04-18T23:50:20.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142025-04-18T23:50:20.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152025-04-18T23:50:20.511Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34162025-04-18T23:50:20.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
34172025-04-18T23:50:21.042Z
34182025-04-18T23:50:21.042Zinfo: running `cargo check --bins` on db-dev (163/203)
34192025-04-18T23:50:21.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202025-04-18T23:50:21.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212025-04-18T23:50:21.960Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
34222025-04-18T23:50:22.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
34232025-04-18T23:50:23.009Z
34242025-04-18T23:50:23.009Zinfo: running `cargo check --bins` on omicron-dev-lib (164/203)
34252025-04-18T23:50:23.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262025-04-18T23:50:23.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272025-04-18T23:50:23.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282025-04-18T23:50:23.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
34292025-04-18T23:50:23.896Z
34302025-04-18T23:50:23.896Zinfo: running `cargo check --bins` on xtask-downloader (165/203)
34312025-04-18T23:50:24.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322025-04-18T23:50:24.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332025-04-18T23:50:24.706Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34342025-04-18T23:50:25.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
34352025-04-18T23:50:25.885Z
34362025-04-18T23:50:25.885Zinfo: running `cargo check --bins` on omicron-ls-apis (166/203)
34372025-04-18T23:50:26.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382025-04-18T23:50:26.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392025-04-18T23:50:26.744Z Checking cargo-platform v0.1.8
34402025-04-18T23:50:27.011Z Checking cargo_metadata v0.19.2
34412025-04-18T23:50:28.404Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34422025-04-18T23:50:29.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
34432025-04-18T23:50:29.655Z
34442025-04-18T23:50:29.655Zinfo: running `cargo check --bins` on mgs-dev (167/203)
34452025-04-18T23:50:30.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462025-04-18T23:50:30.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472025-04-18T23:50:30.652Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34482025-04-18T23:50:32.529Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34492025-04-18T23:50:33.223Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34502025-04-18T23:50:33.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
34512025-04-18T23:50:34.087Z
34522025-04-18T23:50:34.087Zinfo: running `cargo check --bins` on omicron-omdb (168/203)
34532025-04-18T23:50:34.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542025-04-18T23:50:34.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552025-04-18T23:50:35.225Z Compiling crunchy v0.2.2
34562025-04-18T23:50:35.225Z Compiling tiny-keccak v2.0.2
34572025-04-18T23:50:35.250Z Compiling dsl_auto_type v0.1.2
34582025-04-18T23:50:35.250Z Checking scheduled-thread-pool v0.2.7
34592025-04-18T23:50:35.250Z Compiling diesel_table_macro_syntax v0.2.0
34602025-04-18T23:50:35.250Z Compiling bit-vec v0.6.3
34612025-04-18T23:50:35.250Z Compiling ascii-canvas v3.0.0
34622025-04-18T23:50:35.276Z Compiling ena v0.14.3
34632025-04-18T23:50:35.524Z Checking r2d2 v0.8.10
34642025-04-18T23:50:35.638Z Compiling regex-syntax v0.6.29
34652025-04-18T23:50:35.664Z Compiling bit-set v0.5.3
34662025-04-18T23:50:35.722Z Compiling diff v0.1.13
34672025-04-18T23:50:35.747Z Compiling bindgen v0.71.1
34682025-04-18T23:50:35.772Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34692025-04-18T23:50:35.837Z Compiling ref-cast v1.0.23
34702025-04-18T23:50:35.938Z Compiling rustc-hash v2.1.1
34712025-04-18T23:50:36.025Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34722025-04-18T23:50:36.144Z Compiling derive_builder_core v0.20.2
34732025-04-18T23:50:36.216Z Compiling libxml v0.3.3
34742025-04-18T23:50:36.308Z Compiling ref-cast-impl v1.0.23
34752025-04-18T23:50:36.351Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34762025-04-18T23:50:36.526Z Compiling diesel_derives v2.2.3
34772025-04-18T23:50:36.624Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34782025-04-18T23:50:36.656Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34792025-04-18T23:50:36.845Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34802025-04-18T23:50:36.933Z Compiling strum_macros v0.24.3
34812025-04-18T23:50:37.210Z Compiling indoc v1.0.9
34822025-04-18T23:50:37.992Z Compiling derive_builder_macro v0.20.2
34832025-04-18T23:50:38.017Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34842025-04-18T23:50:38.301Z Compiling impl-trait-for-tuples v0.2.2
34852025-04-18T23:50:38.707Z Compiling lalrpop v0.19.12
34862025-04-18T23:50:38.770Z Checking derive_builder v0.20.2
34872025-04-18T23:50:38.936Z Compiling oso-derive v0.27.3
34882025-04-18T23:50:39.070Z Checking quick-xml v0.37.2
34892025-04-18T23:50:39.615Z Compiling diesel-dtrace v0.4.2
34902025-04-18T23:50:39.743Z Checking maplit v1.0.2
34912025-04-18T23:50:39.916Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34922025-04-18T23:50:39.967Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34932025-04-18T23:50:40.096Z Checking bb8 v0.8.5
34942025-04-18T23:50:40.274Z Checking io-lifetimes v1.0.11
34952025-04-18T23:50:40.460Z Checking rustix v0.37.28
34962025-04-18T23:50:40.542Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34972025-04-18T23:50:40.808Z Checking rand_seeder v0.3.0
34982025-04-18T23:50:40.895Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34992025-04-18T23:50:41.051Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35002025-04-18T23:50:41.164Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35012025-04-18T23:50:41.240Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35022025-04-18T23:50:41.413Z Checking terminal_size v0.2.6
35032025-04-18T23:50:41.579Z Checking unicode-linebreak v0.1.5
35042025-04-18T23:50:41.608Z Checking is_ci v1.2.0
35052025-04-18T23:50:41.752Z Checking smawk v0.3.2
35062025-04-18T23:50:41.958Z Checking supports-color v3.0.2
35072025-04-18T23:50:41.983Z Checking textwrap v0.16.1
35082025-04-18T23:50:42.181Z Checking multimap v0.10.0
35092025-04-18T23:50:43.049Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35102025-04-18T23:50:43.928Z Checking diesel v2.2.8
35112025-04-18T23:50:58.454Z Compiling samael v0.0.18
35122025-04-18T23:51:13.254Z Checking async-bb8-diesel v0.2.1
35132025-04-18T23:51:15.100Z Compiling polar-core v0.27.3
35142025-04-18T23:51:24.180Z Checking oso v0.27.3
35152025-04-18T23:52:51.055Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35162025-04-18T23:53:01.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
35172025-04-18T23:53:01.379Z
35182025-04-18T23:53:01.379Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (169/203)
35192025-04-18T23:53:02.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202025-04-18T23:53:02.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212025-04-18T23:53:02.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222025-04-18T23:53:02.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
35232025-04-18T23:53:02.304Z
35242025-04-18T23:53:02.304Zinfo: running `cargo check --bins` on nexus-saga-recovery (170/203)
35252025-04-18T23:53:03.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-04-18T23:53:03.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-04-18T23:53:03.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282025-04-18T23:53:03.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
35292025-04-18T23:53:03.226Z
35302025-04-18T23:53:03.226Zinfo: running `cargo check --bins` on nexus-test-utils-macros (171/203)
35312025-04-18T23:53:03.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322025-04-18T23:53:03.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332025-04-18T23:53:03.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342025-04-18T23:53:03.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35352025-04-18T23:53:04.042Z
35362025-04-18T23:53:04.042Zinfo: running `cargo check --bins` on omicron-nexus (172/203)
35372025-04-18T23:53:04.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382025-04-18T23:53:04.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392025-04-18T23:53:05.171Z Compiling libz-sys v1.1.20
35402025-04-18T23:53:05.197Z Compiling libgit2-sys v0.17.0+1.8.1
35412025-04-18T23:53:05.227Z Compiling vergen v8.3.2
35422025-04-18T23:53:05.253Z Compiling cargo-platform v0.1.8
35432025-04-18T23:53:05.253Z Compiling pin-project-internal v1.1.6
35442025-04-18T23:53:05.287Z Compiling snafu-derive v0.8.5
35452025-04-18T23:53:05.313Z Compiling rustls v0.21.12
35462025-04-18T23:53:05.349Z Checking globset v0.4.15
35472025-04-18T23:53:05.563Z Compiling cargo_metadata v0.18.1
35482025-04-18T23:53:05.616Z Checking olpc-cjson v0.1.4
35492025-04-18T23:53:05.725Z Checking rustls-webpki v0.101.7
35502025-04-18T23:53:05.802Z Checking sct v0.7.1
35512025-04-18T23:53:05.850Z Checking serde_plain v1.0.2
35522025-04-18T23:53:05.919Z Checking typed-path v0.9.3
35532025-04-18T23:53:06.104Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35542025-04-18T23:53:06.200Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35552025-04-18T23:53:06.398Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35562025-04-18T23:53:06.501Z Checking parse-size v1.1.0
35572025-04-18T23:53:06.734Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35582025-04-18T23:53:06.759Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35592025-04-18T23:53:07.524Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35602025-04-18T23:53:07.551Z Checking pin-project v1.1.6
35612025-04-18T23:53:07.603Z Checking rustls-pemfile v1.0.4
35622025-04-18T23:53:07.628Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35632025-04-18T23:53:07.702Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35642025-04-18T23:53:07.805Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35652025-04-18T23:53:07.896Z Checking twox-hash v2.1.0
35662025-04-18T23:53:08.028Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35672025-04-18T23:53:08.164Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35682025-04-18T23:53:08.221Z Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
35692025-04-18T23:53:08.921Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35702025-04-18T23:53:09.006Z Checking tokio-rustls v0.24.1
35712025-04-18T23:53:09.259Z Checking snafu v0.8.5
35722025-04-18T23:53:09.350Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35732025-04-18T23:53:09.692Z Checking tough v0.19.0
35742025-04-18T23:53:09.765Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35752025-04-18T23:53:09.900Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
35762025-04-18T23:53:09.925Z Checking fatfs v0.3.6
35772025-04-18T23:53:09.954Z Checking assert_matches v1.5.0
35782025-04-18T23:53:13.506Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
35792025-04-18T23:53:14.797Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35802025-04-18T23:53:17.113Z Compiling git2 v0.19.0
35812025-04-18T23:53:22.282Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
35822025-04-18T23:54:38.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
35832025-04-18T23:54:38.384Z
35842025-04-18T23:54:38.384Zinfo: running `cargo check --bins` on nexus-external-api (173/203)
35852025-04-18T23:54:39.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862025-04-18T23:54:39.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872025-04-18T23:54:39.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882025-04-18T23:54:39.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
35892025-04-18T23:54:39.352Z
35902025-04-18T23:54:39.352Zinfo: running `cargo check --bins` on nexus-internal-api (174/203)
35912025-04-18T23:54:40.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922025-04-18T23:54:40.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932025-04-18T23:54:40.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942025-04-18T23:54:40.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
35952025-04-18T23:54:40.302Z
35962025-04-18T23:54:40.302Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (175/203)
35972025-04-18T23:54:41.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982025-04-18T23:54:41.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992025-04-18T23:54:41.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002025-04-18T23:54:41.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
36012025-04-18T23:54:41.277Z
36022025-04-18T23:54:41.277Zinfo: running `cargo check --bins` on nexus-networking (176/203)
36032025-04-18T23:54:42.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042025-04-18T23:54:42.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052025-04-18T23:54:42.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062025-04-18T23:54:42.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
36072025-04-18T23:54:42.203Z
36082025-04-18T23:54:42.203Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (177/203)
36092025-04-18T23:54:43.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102025-04-18T23:54:43.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112025-04-18T23:54:43.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122025-04-18T23:54:43.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
36132025-04-18T23:54:43.136Z
36142025-04-18T23:54:43.136Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (178/203)
36152025-04-18T23:54:43.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162025-04-18T23:54:43.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172025-04-18T23:54:43.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182025-04-18T23:54:43.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
36192025-04-18T23:54:44.069Z
36202025-04-18T23:54:44.069Zinfo: running `cargo check --bins` on update-common (179/203)
36212025-04-18T23:54:44.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222025-04-18T23:54:44.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232025-04-18T23:54:44.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242025-04-18T23:54:44.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
36252025-04-18T23:54:44.970Z
36262025-04-18T23:54:44.971Zinfo: running `cargo check --bins` on omicron-dev (180/203)
36272025-04-18T23:54:45.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282025-04-18T23:54:45.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292025-04-18T23:54:46.229Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36302025-04-18T23:54:46.229Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36312025-04-18T23:54:46.288Z Checking yansi v1.0.1
36322025-04-18T23:54:46.288Z Checking diff v0.1.13
36332025-04-18T23:54:46.316Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36342025-04-18T23:54:46.316Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36352025-04-18T23:54:46.761Z Checking pretty_assertions v1.4.1
36362025-04-18T23:54:47.584Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36372025-04-18T23:55:28.543Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36382025-04-18T23:55:28.543Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36392025-04-18T23:55:28.543Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36402025-04-18T23:55:28.568Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36412025-04-18T23:55:28.569Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36422025-04-18T23:55:28.569Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36432025-04-18T23:55:29.591Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36442025-04-18T23:55:31.186Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36452025-04-18T23:56:32.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s
36462025-04-18T23:56:32.434Z
36472025-04-18T23:56:32.434Zinfo: running `cargo check --bins` on openapi-manager (181/203)
36482025-04-18T23:56:33.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492025-04-18T23:56:34.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502025-04-18T23:56:34.354Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36512025-04-18T23:56:34.354Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36522025-04-18T23:56:34.354Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36532025-04-18T23:56:34.354Z Compiling proc-macro-error-attr2 v2.0.0
36542025-04-18T23:56:34.354Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36552025-04-18T23:56:34.354Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36562025-04-18T23:56:34.354Z Checking papergrid v0.14.0
36572025-04-18T23:56:34.354Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36582025-04-18T23:56:34.354Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36592025-04-18T23:56:34.354Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36602025-04-18T23:56:34.354Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36612025-04-18T23:56:34.354Z Compiling proc-macro-error2 v2.0.1
36622025-04-18T23:56:34.730Z Compiling tabled_derive v0.10.0
36632025-04-18T23:56:34.866Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
36642025-04-18T23:56:35.059Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36652025-04-18T23:56:35.100Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36662025-04-18T23:56:35.148Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36672025-04-18T23:56:35.480Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
36682025-04-18T23:56:35.895Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36692025-04-18T23:56:35.974Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36702025-04-18T23:56:36.402Z Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
36712025-04-18T23:56:36.442Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36722025-04-18T23:56:36.832Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36732025-04-18T23:56:36.868Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36742025-04-18T23:56:36.942Z Checking tabled v0.18.0
36752025-04-18T23:56:37.008Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36762025-04-18T23:56:37.229Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36772025-04-18T23:56:37.318Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36782025-04-18T23:56:37.503Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36792025-04-18T23:56:37.648Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36802025-04-18T23:56:39.284Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36812025-04-18T23:56:39.284Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36822025-04-18T23:56:43.093Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36832025-04-18T23:56:45.062Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36842025-04-18T23:56:51.553Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36852025-04-18T23:56:51.553Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36862025-04-18T23:56:53.125Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36872025-04-18T23:56:54.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.50s
36882025-04-18T23:56:55.158Z
36892025-04-18T23:56:55.159Zinfo: running `cargo check --bins` on installinator-api (182/203)
36902025-04-18T23:56:55.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912025-04-18T23:56:55.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922025-04-18T23:56:55.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932025-04-18T23:56:55.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
36942025-04-18T23:56:56.058Z
36952025-04-18T23:56:56.058Zinfo: running `cargo check --bins` on wicketd-api (183/203)
36962025-04-18T23:56:56.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972025-04-18T23:56:56.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982025-04-18T23:56:56.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992025-04-18T23:56:56.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
37002025-04-18T23:56:56.969Z
37012025-04-18T23:56:56.969Zinfo: running `cargo check --bins` on omicron-pins (184/203)
37022025-04-18T23:56:57.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032025-04-18T23:56:57.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042025-04-18T23:56:57.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052025-04-18T23:56:57.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37062025-04-18T23:56:57.803Z
37072025-04-18T23:56:57.803Zinfo: running `cargo check --bins` on reconfigurator-cli (185/203)
37082025-04-18T23:56:58.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092025-04-18T23:56:58.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102025-04-18T23:56:58.722Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37112025-04-18T23:56:58.722Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37122025-04-18T23:56:58.722Z Compiling petname v2.0.2
37132025-04-18T23:56:58.748Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37142025-04-18T23:56:58.748Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37152025-04-18T23:56:58.748Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37162025-04-18T23:56:58.748Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37172025-04-18T23:56:58.775Z Checking sync-ptr v0.1.1
37182025-04-18T23:57:05.554Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37192025-04-18T23:57:06.319Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37202025-04-18T23:57:07.849Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37212025-04-18T23:57:09.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s
37222025-04-18T23:57:10.031Z
37232025-04-18T23:57:10.031Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (186/203)
37242025-04-18T23:57:10.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252025-04-18T23:57:10.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262025-04-18T23:57:10.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272025-04-18T23:57:10.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
37282025-04-18T23:57:10.972Z
37292025-04-18T23:57:10.972Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (187/203)
37302025-04-18T23:57:11.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312025-04-18T23:57:11.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322025-04-18T23:57:12.001Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
37332025-04-18T23:57:13.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
37342025-04-18T23:57:13.251Z
37352025-04-18T23:57:13.251Zinfo: running `cargo check --bins` on omicron-releng (188/203)
37362025-04-18T23:57:14.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372025-04-18T23:57:14.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382025-04-18T23:57:14.150Z Checking memmap2 v0.9.5
37392025-04-18T23:57:14.150Z Checking constant_time_eq v0.3.1
37402025-04-18T23:57:14.150Z Checking arrayvec v0.7.6
37412025-04-18T23:57:14.176Z Checking arrayref v0.3.9
37422025-04-18T23:57:14.176Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
37432025-04-18T23:57:14.176Z Checking topological-sort v0.2.2
37442025-04-18T23:57:14.176Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37452025-04-18T23:57:14.201Z Checking shell-words v1.1.0
37462025-04-18T23:57:14.514Z Checking blake3 v1.5.4
37472025-04-18T23:57:14.745Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
37482025-04-18T23:57:14.974Z Checking omicron-zone-package v0.12.0
37492025-04-18T23:57:16.491Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37502025-04-18T23:57:17.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
37512025-04-18T23:57:17.757Z
37522025-04-18T23:57:17.757Zinfo: running `cargo check --bins` on xtask (189/203)
37532025-04-18T23:57:18.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542025-04-18T23:57:18.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552025-04-18T23:57:18.401Z Checking bitflags v2.6.0
37562025-04-18T23:57:18.401Z Checking serde v1.0.219
37572025-04-18T23:57:18.401Z Checking thiserror v1.0.69
37582025-04-18T23:57:18.436Z Checking scroll v0.12.0
37592025-04-18T23:57:18.461Z Checking hashbrown v0.15.1
37602025-04-18T23:57:18.461Z Checking log v0.4.22
37612025-04-18T23:57:18.461Z Checking zerocopy v0.7.35
37622025-04-18T23:57:18.500Z Checking syn v2.0.98
37632025-04-18T23:57:18.575Z Checking pest v2.7.14
37642025-04-18T23:57:18.658Z Checking rustix v0.38.37
37652025-04-18T23:57:18.734Z Checking once_cell v1.20.3
37662025-04-18T23:57:18.847Z Checking goblin v0.8.2
37672025-04-18T23:57:19.016Z Checking thiserror v2.0.12
37682025-04-18T23:57:19.177Z Checking fs-err v2.11.0
37692025-04-18T23:57:19.330Z Checking indexmap v2.7.1
37702025-04-18T23:57:19.463Z Checking tabled v0.15.0
37712025-04-18T23:57:19.496Z Checking anyhow v1.0.97
37722025-04-18T23:57:20.165Z Checking terminal_size v0.4.0
37732025-04-18T23:57:20.165Z Checking tempfile v3.13.0
37742025-04-18T23:57:20.332Z Checking clap_builder v4.5.32
37752025-04-18T23:57:20.727Z Checking dtrace-parser v0.2.0
37762025-04-18T23:57:22.142Z Checking serde_json v1.0.140
37772025-04-18T23:57:22.142Z Checking toml_datetime v0.6.8
37782025-04-18T23:57:22.142Z Checking serde_spanned v0.6.8
37792025-04-18T23:57:22.142Z Checking camino v1.1.9
37802025-04-18T23:57:22.167Z Checking semver v1.0.25
37812025-04-18T23:57:22.348Z Checking cargo-platform v0.1.8
37822025-04-18T23:57:22.435Z Checking toml_edit v0.22.24
37832025-04-18T23:57:22.461Z Checking macaddr v1.0.1
37842025-04-18T23:57:22.654Z Checking camino-tempfile v1.1.1
37852025-04-18T23:57:22.813Z Checking clap v4.5.32
37862025-04-18T23:57:23.357Z Checking dof v0.3.0
37872025-04-18T23:57:23.357Z Checking cargo_metadata v0.19.2
37882025-04-18T23:57:23.855Z Checking usdt-impl v0.5.0
37892025-04-18T23:57:24.300Z Checking usdt v0.5.0
37902025-04-18T23:57:24.723Z Checking toml v0.8.20
37912025-04-18T23:57:25.283Z Checking cargo_toml v0.21.0
37922025-04-18T23:57:26.777Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37932025-04-18T23:57:27.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.84s
37942025-04-18T23:57:27.710Z
37952025-04-18T23:57:27.710Zinfo: running `cargo check --bins` on end-to-end-tests (190/203)
37962025-04-18T23:57:28.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972025-04-18T23:57:28.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982025-04-18T23:57:28.800Z Checking polyval v0.6.2
37992025-04-18T23:57:28.826Z Checking ctr v0.9.2
38002025-04-18T23:57:28.852Z Checking ssh-encoding v0.2.0
38012025-04-18T23:57:28.878Z Checking blowfish v0.9.1
38022025-04-18T23:57:28.904Z Checking password-hash v0.4.2
38032025-04-18T23:57:28.929Z Checking p521 v0.13.3
38042025-04-18T23:57:28.929Z Checking p256 v0.13.2
38052025-04-18T23:57:28.955Z Checking russh-cryptovec v0.7.3
38062025-04-18T23:57:29.079Z Checking ghash v0.5.1
38072025-04-18T23:57:29.105Z Checking bcrypt-pbkdf v0.10.0
38082025-04-18T23:57:29.131Z Checking md5 v0.7.0
38092025-04-18T23:57:29.156Z Checking num-bigint v0.4.6
38102025-04-18T23:57:29.184Z Checking des v0.8.1
38112025-04-18T23:57:29.262Z Checking aes-gcm v0.10.3
38122025-04-18T23:57:29.293Z Checking pbkdf2 v0.11.0
38132025-04-18T23:57:29.345Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38142025-04-18T23:57:29.380Z Checking hex-literal v0.4.1
38152025-04-18T23:57:29.405Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38162025-04-18T23:57:29.431Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38172025-04-18T23:57:29.504Z Checking ssh-cipher v0.2.0
38182025-04-18T23:57:29.530Z Checking internet-checksum v0.2.1
38192025-04-18T23:57:29.775Z Checking ssh-key v0.6.6
38202025-04-18T23:57:29.961Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38212025-04-18T23:57:31.173Z Checking russh-keys v0.45.0
38222025-04-18T23:57:32.292Z Checking russh v0.45.0
38232025-04-18T23:57:57.249Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38242025-04-18T23:57:58.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.26s
38252025-04-18T23:57:59.185Z
38262025-04-18T23:57:59.185Zinfo: running `cargo check --bins` on gateway-cli (191/203)
38272025-04-18T23:57:59.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282025-04-18T23:57:59.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292025-04-18T23:58:00.073Z Checking termios v0.3.3
38302025-04-18T23:58:00.272Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38312025-04-18T23:58:01.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
38322025-04-18T23:58:01.584Z
38332025-04-18T23:58:01.584Zinfo: running `cargo check --bins --no-default-features` on installinator (192/203)
38342025-04-18T23:58:02.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352025-04-18T23:58:02.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362025-04-18T23:58:02.558Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38372025-04-18T23:58:02.558Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38382025-04-18T23:58:02.583Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38392025-04-18T23:58:02.583Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38402025-04-18T23:58:03.799Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38412025-04-18T23:58:05.463Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38422025-04-18T23:58:07.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
38432025-04-18T23:58:08.059Z
38442025-04-18T23:58:08.059Zinfo: running `cargo check --bins` on internal-dns-cli (193/203)
38452025-04-18T23:58:08.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462025-04-18T23:58:08.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472025-04-18T23:58:08.972Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38482025-04-18T23:58:09.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
38492025-04-18T23:58:09.649Z
38502025-04-18T23:58:09.649Zinfo: running `cargo check --bins` on omicron-live-tests (194/203)
38512025-04-18T23:58:10.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522025-04-18T23:58:10.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532025-04-18T23:58:10.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542025-04-18T23:58:10.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38552025-04-18T23:58:10.531Z
38562025-04-18T23:58:10.531Zinfo: running `cargo check --bins` on live-tests-macros (195/203)
38572025-04-18T23:58:11.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582025-04-18T23:58:11.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592025-04-18T23:58:11.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602025-04-18T23:58:11.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
38612025-04-18T23:58:11.593Z
38622025-04-18T23:58:11.593Zinfo: running `cargo check --bins` on nexus-mgs-updates (196/203)
38632025-04-18T23:58:12.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642025-04-18T23:58:12.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652025-04-18T23:58:12.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662025-04-18T23:58:12.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
38672025-04-18T23:58:12.517Z
38682025-04-18T23:58:12.517Zinfo: running `cargo check --bins` on omicron-package (197/203)
38692025-04-18T23:58:13.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702025-04-18T23:58:13.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712025-04-18T23:58:13.438Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38722025-04-18T23:58:15.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
38732025-04-18T23:58:15.293Z
38742025-04-18T23:58:15.293Zinfo: running `cargo check --bins` on gfss (198/203)
38752025-04-18T23:58:16.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762025-04-18T23:58:16.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772025-04-18T23:58:16.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782025-04-18T23:58:16.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38792025-04-18T23:58:16.129Z
38802025-04-18T23:58:16.129Zinfo: running `cargo check --bins` on wicket-dbg (199/203)
38812025-04-18T23:58:16.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822025-04-18T23:58:16.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832025-04-18T23:58:17.145Z Checking rtoolbox v0.0.2
38842025-04-18T23:58:17.145Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38852025-04-18T23:58:17.171Z Checking tui-tree-widget v0.23.0
38862025-04-18T23:58:17.366Z Checking rpassword v7.3.1
38872025-04-18T23:58:23.610Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38882025-04-18T23:58:27.565Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38892025-04-18T23:58:29.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s
38902025-04-18T23:58:29.219Z
38912025-04-18T23:58:29.219Zinfo: running `cargo check --bins` on wicket (200/203)
38922025-04-18T23:58:30.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932025-04-18T23:58:30.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942025-04-18T23:58:30.179Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38952025-04-18T23:58:30.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
38962025-04-18T23:58:30.773Z
38972025-04-18T23:58:30.773Zinfo: running `cargo check --bins` on wicketd (201/203)
38982025-04-18T23:58:31.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992025-04-18T23:58:31.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002025-04-18T23:58:31.920Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
39012025-04-18T23:58:31.920Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39022025-04-18T23:58:32.913Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
39032025-04-18T23:58:38.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s
39042025-04-18T23:58:38.291Z
39052025-04-18T23:58:38.291Zinfo: running `cargo check --bins` on omicron-workspace-hack (202/203)
39062025-04-18T23:58:39.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072025-04-18T23:58:39.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082025-04-18T23:58:39.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092025-04-18T23:58:39.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39102025-04-18T23:58:39.121Z
39112025-04-18T23:58:39.121Zinfo: running `cargo check --bins` on zone-setup (203/203)
39122025-04-18T23:58:39.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132025-04-18T23:58:39.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142025-04-18T23:58:40.044Z Checking uzers v0.12.1
39152025-04-18T23:58:40.400Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39162025-04-18T23:58:41.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
39172025-04-18T23:58:41.868Z
39182025-04-18T23:58:41.868Zreal 17:44.397363289
39192025-04-18T23:58:41.868Zuser 30:24.712486420
39202025-04-18T23:58:41.868Zsys 5:09.811800044
39212025-04-18T23:58:41.868Ztrap 0.805670385
39222025-04-18T23:58:41.868Ztflt 0.302149636
39232025-04-18T23:58:41.868Zdflt 1.846908299
39242025-04-18T23:58:41.868Zkflt 0.000787210
39252025-04-18T23:58:41.868Zlock 55:08.569853453
39262025-04-18T23:58:41.868Zslp 2:38:57.699853076
39272025-04-18T23:58:41.894Zlat 1:09.420718199
39282025-04-18T23:58:41.894Zstop 3:35.428011321
39292025-04-18T23:58:41.894Zprocess exited: duration 1424631 ms, exit code 0
 
39302025-04-18T23:58:41.946Zfound 0 output files