01JMX8RZG5FKS1W6S7FTM0MXQV: 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: 01JMX8TP21GB9DN8W0M9WR1289

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-25T01:27:50.052Zjob assigned to worker 01JMXBDPTDRB0FG2GX1P56B4SA [factory aws, i-071d7043468e1d156] (queued for 46 m 13 s)
 
22025-02-25T01:27:58.665Zstarting task 0: "setup"
32025-02-25T01:27:58.670Z++ uname -s
42025-02-25T01:27:58.673Z+ kern=SunOS
52025-02-25T01:27:58.674Z+ build_user=build
62025-02-25T01:27:58.674Z+ build_uid=12345
72025-02-25T01:27:58.674Z+ work_dir=/work
82025-02-25T01:27:58.674Z+ input_dir=/input
92025-02-25T01:27:58.674Z+ [[ 0 == 12345 ]]
102025-02-25T01:27:58.674Z+ case "$kern" in
112025-02-25T01:27:58.674Z+ groupadd -g 12345 build
122025-02-25T01:27:58.677Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-25T01:28:00.682Z+ zfs create -o mountpoint=/work rpool/work
142025-02-25T01:28:00.780Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-25T01:28:00.783Z+ home_fs=zfs
162025-02-25T01:28:00.783Z+ [[ zfs == autofs ]]
172025-02-25T01:28:00.783Z+ mkdir -p /home/build
182025-02-25T01:28:00.785Z+ chown build:build /home/build /work
192025-02-25T01:28:02.787Z+ chmod 0700 /home/build /work
202025-02-25T01:28:02.789Zprocess exited: duration 4126 ms, exit code 0
 
212025-02-25T01:28:02.795Zstarting task 1: "rust-toolchain"
222025-02-25T01:28:02.800Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-25T01:28:02.800Z * rust toolchain channel = "1.85.0"
242025-02-25T01:28:02.800Z * rust toolchain profile = "default"
252025-02-25T01:28:02.800Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-25T01:28:02.800Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-25T01:28:02.801Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-25T01:28:02.804Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-25T01:28:02.804Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-25T01:28:02.913Zinfo: downloading installer
312025-02-25T01:28:04.416Zwarning: it looks like you have an existing installation of Rust at:
322025-02-25T01:28:04.416Zwarning: /opt/ooce/bin
332025-02-25T01:28:04.416Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-25T01:28:04.416Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-25T01:28:04.416Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-25T01:28:04.416Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-25T01:28:04.416Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-25T01:28:04.416Zerror: cannot install while Rust is installed
392025-02-25T01:28:04.416Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-25T01:28:04.466Zinfo: profile set to 'default'
412025-02-25T01:28:04.466Zinfo: default host triple is x86_64-unknown-illumos
422025-02-25T01:28:04.469Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-25T01:28:04.622Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-25T01:28:04.622Zinfo: downloading component 'cargo'
452025-02-25T01:28:05.376Zinfo: downloading component 'clippy'
462025-02-25T01:28:05.668Zinfo: downloading component 'rust-docs'
472025-02-25T01:28:06.819Zinfo: downloading component 'rust-std'
482025-02-25T01:28:08.533Zinfo: downloading component 'rustc'
492025-02-25T01:28:14.316Zinfo: downloading component 'rustfmt'
502025-02-25T01:28:14.553Zinfo: installing component 'cargo'
512025-02-25T01:28:15.369Zinfo: installing component 'clippy'
522025-02-25T01:28:15.751Zinfo: installing component 'rust-docs'
532025-02-25T01:28:17.491Zinfo: installing component 'rust-std'
542025-02-25T01:28:19.393Zinfo: installing component 'rustc'
552025-02-25T01:28:25.216Zinfo: installing component 'rustfmt'
562025-02-25T01:28:25.547Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-25T01:28:25.547Z
582025-02-25T01:28:25.915Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-25T01:28:25.915Z
602025-02-25T01:28:25.917Z
612025-02-25T01:28:25.917ZRust is installed now. Great!
622025-02-25T01:28:25.917Z
632025-02-25T01:28:25.917ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-25T01:28:25.918Zenvironment variable. This has not been done automatically.
652025-02-25T01:28:25.918Z
662025-02-25T01:28:25.918ZTo configure your current shell, you need to source
672025-02-25T01:28:25.918Zthe corresponding env file under $HOME/.cargo.
682025-02-25T01:28:25.918Z
692025-02-25T01:28:25.918ZThis is usually done by running one of the following (note the leading DOT):
702025-02-25T01:28:25.918Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-25T01:28:25.918Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-25T01:28:25.980Z+ rustup --version
732025-02-25T01:28:25.988Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-25T01:28:25.988Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-25T01:28:26.068Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-25T01:28:26.071Z+ cargo --version
772025-02-25T01:28:26.128Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-25T01:28:26.131Z+ rustc --version
792025-02-25T01:28:26.193Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-25T01:28:26.196Zprocess exited: duration 23397 ms, exit code 0
 
812025-02-25T01:28:26.202Zstarting task 2: "authentication"
822025-02-25T01:28:26.224Zprocess exited: duration 21 ms, exit code 0
 
832025-02-25T01:28:26.232Zstarting task 3: "clone repository"
842025-02-25T01:28:26.236Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-25T01:28:26.239Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-25T01:28:26.516ZCloning into '/work/oxidecomputer/omicron'...
872025-02-25T01:28:33.907Z+ cd /work/oxidecomputer/omicron
882025-02-25T01:28:33.907Z+ git fetch origin 804b2ee5bcfea29637e6d28381ef63b58b391875
892025-02-25T01:28:34.202ZFrom https://github.com/oxidecomputer/omicron
902025-02-25T01:28:34.202Z * branch 804b2ee5bcfea29637e6d28381ef63b58b391875 -> FETCH_HEAD
912025-02-25T01:28:34.212Z+ [[ -n aa-group-of-group ]]
922025-02-25T01:28:34.215Z++ git branch --show-current
932025-02-25T01:28:34.218Z+ current=main
942025-02-25T01:28:34.218Z+ [[ main != aa-group-of-group ]]
952025-02-25T01:28:34.218Z+ git branch -f aa-group-of-group 804b2ee5bcfea29637e6d28381ef63b58b391875
962025-02-25T01:28:34.221Z+ git checkout -f aa-group-of-group
972025-02-25T01:28:34.402ZSwitched to branch 'aa-group-of-group'
982025-02-25T01:28:34.405Z+ git reset --hard 804b2ee5bcfea29637e6d28381ef63b58b391875
992025-02-25T01:28:34.588ZHEAD is now at 804b2ee5b Merge branch 'vmm-reduce-contention' into aa-group-of-group
1002025-02-25T01:28:34.591Zprocess exited: duration 8358 ms, exit code 0
 
1012025-02-25T01:28:34.597Zstarting task 4: "build"
1022025-02-25T01:28:34.602Z+ source .github/buildomat/ci-env.sh
1032025-02-25T01:28:34.605Z++ export CARGO_TERM_COLOR=always
1042025-02-25T01:28:34.605Z++ CARGO_TERM_COLOR=always
1052025-02-25T01:28:34.605Z+ cargo --version
1062025-02-25T01:28:34.654Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-25T01:28:34.657Z+ rustc --version
1082025-02-25T01:28:34.720Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-25T01:28:34.723Z+ source ./env.sh
1102025-02-25T01:28:34.723Z++ OLD_SHELL_OPTS=ehxB
1112025-02-25T01:28:34.723Z++ set -o xtrace
1122025-02-25T01:28:34.725Z++++ dirname ./env.sh
1132025-02-25T01:28:34.728Z+++ readlink -f .
1142025-02-25T01:28:34.871Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152025-02-25T01:28:34.874Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162025-02-25T01:28:34.874Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-02-25T01:28:34.874Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-02-25T01:28:34.874Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192025-02-25T01:28:34.874Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202025-02-25T01:28:34.874Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212025-02-25T01:28:34.875Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222025-02-25T01:28:34.875Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232025-02-25T01:28:34.875Z++ case $OLD_SHELL_OPTS in
1242025-02-25T01:28:34.875Z++ unset OLD_SHELL_OPTS OMICRON_WS
1252025-02-25T01:28:34.875Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262025-02-25T01:28:34.875Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272025-02-25T01:28:34.875Z+ banner prerequisites
1282025-02-25T01:28:35.005Z
1292025-02-25T01:28:35.005Z ##### ##### ###### ##### ###### #### # # # #### #
1302025-02-25T01:28:35.005Z # # # # # # # # # # # # # # #
1312025-02-25T01:28:35.005Z # # # # ##### # # ##### # # # # # #### #
1322025-02-25T01:28:35.005Z ##### ##### # ##### # # # # # # # # #
1332025-02-25T01:28:35.005Z # # # # # # # # # # # # # # #
1342025-02-25T01:28:35.005Z # # # ###### # # ###### ### # #### # #### #
1352025-02-25T01:28:35.005Z
1362025-02-25T01:28:35.008Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1372025-02-25T01:28:47.294Zpkg list: illegal option -- F
1382025-02-25T01:28:47.294ZUsage:
1392025-02-25T01:28:47.296Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1402025-02-25T01:28:47.296Z [pkg_fmri_pattern ...]
1412025-02-25T01:28:48.144Zpkg list: illegal option -- F
1422025-02-25T01:28:48.144ZUsage:
1432025-02-25T01:28:48.147Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1442025-02-25T01:28:48.147Z [pkg_fmri_pattern ...]
1452025-02-25T01:28:55.921Z Startup: Refreshing catalog 'helios-dev' ... Done
1462025-02-25T01:29:00.484Z Startup: Caching catalogs ... Done
1472025-02-25T01:29:13.750ZPlanning: Solver setup ... Done (12.344s)
1482025-02-25T01:29:13.904ZPlanning: Running solver ... Done (0.154s)
1492025-02-25T01:29:14.730ZPlanning: Finding local manifests ... Done (0.380s)
1502025-02-25T01:29:14.735ZPlanning: Fetching manifests: 0/7 0% complete
1512025-02-25T01:29:15.245ZPlanning: Fetching manifests: 7/7 100% complete
1522025-02-25T01:29:16.159ZPlanning: Package planning ... Done (0.914s)
1532025-02-25T01:29:16.218ZPlanning: Merging actions ... Done (0.059s)
1542025-02-25T01:29:17.609ZPlanning: Checking for conflicting actions ... Done (1.391s)
1552025-02-25T01:29:26.406ZPlanning: Consolidating action changes ... Done (8.795s)
1562025-02-25T01:29:26.787ZPlanning: Evaluating mediators ... Done (0.376s)
1572025-02-25T01:29:26.958ZPlanning: Planning completed in 26.37 seconds
1582025-02-25T01:29:27.497Z Packages to install: 4
1592025-02-25T01:29:27.497Z Packages to update: 3
1602025-02-25T01:29:27.501Z Mediators to change: 2
1612025-02-25T01:29:27.501Z Services to change: 1
1622025-02-25T01:29:27.501Z Estimated space available: 155.61 GB
1632025-02-25T01:29:27.501ZEstimated space to be consumed: 1.66 GB
1642025-02-25T01:29:27.501Z Create boot environment: No
1652025-02-25T01:29:27.501ZCreate backup boot environment: Yes
1662025-02-25T01:29:27.501Z Rebuild boot archive: No
1672025-02-25T01:29:27.501Z
1682025-02-25T01:29:27.501ZChanged mediators:
1692025-02-25T01:29:27.501Z mediator clang:
1702025-02-25T01:29:27.501Z version: None -> 15 (system default)
1712025-02-25T01:29:27.501Z
1722025-02-25T01:29:27.501Z mediator llvm:
1732025-02-25T01:29:27.501Z version: 14 (system default) -> 15 (system default)
1742025-02-25T01:29:27.501Z
1752025-02-25T01:29:27.501ZChanged packages:
1762025-02-25T01:29:27.501Zhelios-dev
1772025-02-25T01:29:27.501Z developer/build-essential
1782025-02-25T01:29:27.501Z None -> 11-2.0
1792025-02-25T01:29:27.501Z library/libxmlsec1
1802025-02-25T01:29:27.501Z None -> 1.2.35-2.0
1812025-02-25T01:29:27.501Z ooce/developer/clang-15
1822025-02-25T01:29:27.501Z None -> 15.0.7-2.0
1832025-02-25T01:29:27.501Z ooce/developer/llvm-15
1842025-02-25T01:29:27.502Z None -> 15.0.7-2.0
1852025-02-25T01:29:27.502Z package/pkg
1862025-02-25T01:29:27.502Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1872025-02-25T01:29:27.502Z system/library/g++-runtime
1882025-02-25T01:29:27.502Z 13-2.0 -> 14-2.0
1892025-02-25T01:29:27.502Z system/library/gcc-runtime
1902025-02-25T01:29:27.502Z 13-2.0 -> 14-2.0
1912025-02-25T01:29:27.502Z
1922025-02-25T01:29:27.502ZServices:
1932025-02-25T01:29:27.502Z restart_fmri:
1942025-02-25T01:29:27.502Z svc:/system/update-man-index:default
1952025-02-25T01:29:27.502Z
1962025-02-25T01:29:27.502ZEditable files to change:
1972025-02-25T01:29:27.502Z Update:
1982025-02-25T01:29:27.502Z usr/share/lib/pkg/web/config.shtml
1992025-02-25T01:29:27.953Z
2002025-02-25T01:29:27.953ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2012025-02-25T01:29:32.979ZDownload: 1525/4301 items 117.5/225.4MB 52% complete (23.9M/s)
2022025-02-25T01:29:37.959ZDownload: 3244/4301 items 179.3/225.4MB 79% complete (17.9M/s)
2032025-02-25T01:29:43.254ZDownload: 4299/4301 items 225.2/225.4MB 99% complete (10.8M/s)
2042025-02-25T01:29:43.271ZDownload: Completed 225.42 MB in 15.32 seconds (14.7M/s)
2052025-02-25T01:29:46.211Z Actions: 1/5122 actions (Removing old actions)
2062025-02-25T01:29:46.228Z Actions: 194/5122 actions (Installing new actions)
2072025-02-25T01:29:51.312Z Actions: 4099/5122 actions (Installing new actions)
2082025-02-25T01:29:52.009Z Actions: 4267/5122 actions (Updating modified actions)
2092025-02-25T01:29:52.692Z Actions: Completed 5122 actions in 6.48 seconds.
2102025-02-25T01:29:53.115Z Done (0.415s)
2112025-02-25T01:29:53.117Z Done (0.001s)
2122025-02-25T01:29:53.727Z Done (0.610s)
2132025-02-25T01:30:00.560Z Done (6.592s)
2142025-02-25T01:30:01.055Z Done (0.422s)
2152025-02-25T01:30:01.059Z Done (0.000s)
2162025-02-25T01:30:01.216Z Done (0.000s)
2172025-02-25T01:30:01.950ZPlanning: Evaluating mediator changes ... Done
2182025-02-25T01:30:02.098ZPlanning: Checking for conflicting actions ... Done
2192025-02-25T01:30:02.101ZPlanning: Consolidating action changes ... Done
2202025-02-25T01:30:02.369ZPlanning: Evaluating mediators ... Done
2212025-02-25T01:30:02.372ZPlanning: Planning completed in 0.44 seconds
2222025-02-25T01:30:02.410Z Mediators to change: 2
2232025-02-25T01:30:02.410Z Create boot environment: No
2242025-02-25T01:30:02.413ZCreate backup boot environment: No
2252025-02-25T01:30:02.481Z Done
2262025-02-25T01:30:02.481Z Done
2272025-02-25T01:30:02.897Z Done
2282025-02-25T01:30:06.480Z Done
2292025-02-25T01:30:06.568Z Done
2302025-02-25T01:30:06.571Z Done
2312025-02-25T01:30:06.686Z Done
2322025-02-25T01:30:07.298ZPlanning: Evaluating mediator changes ... Done
2332025-02-25T01:30:07.301ZPlanning: Merging actions ... Done
2342025-02-25T01:30:07.492ZPlanning: Checking for conflicting actions ... Done
2352025-02-25T01:30:07.495ZPlanning: Consolidating action changes ... Done
2362025-02-25T01:30:07.763ZPlanning: Evaluating mediators ... Done
2372025-02-25T01:30:07.820ZPlanning: Planning completed in 0.77 seconds
2382025-02-25T01:30:07.859Z Packages to change: 1
2392025-02-25T01:30:07.859Z Mediators to change: 1
2402025-02-25T01:30:07.861Z Services to change: 1
2412025-02-25T01:30:07.861Z Create boot environment: No
2422025-02-25T01:30:07.861ZCreate backup boot environment: Yes
2432025-02-25T01:30:10.070Z Actions: 1/6 actions (Updating modified actions)
2442025-02-25T01:30:10.148Z Actions: Completed 6 actions in 0.08 seconds.
2452025-02-25T01:30:10.151Z Done
2462025-02-25T01:30:10.151Z Done
2472025-02-25T01:30:10.271Z Done
2482025-02-25T01:30:13.885Z Done
2492025-02-25T01:30:13.975Z Done
2502025-02-25T01:30:13.978Z Done
2512025-02-25T01:30:14.111Z Done
2522025-02-25T01:30:14.547ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2532025-02-25T01:30:14.547Zclang system 15 system
2542025-02-25T01:30:14.548Zcsh system system illumos
2552025-02-25T01:30:14.548Zctags system system illumos
2562025-02-25T01:30:14.548Zgcc vendor 12 vendor
2572025-02-25T01:30:14.548Zgcc system 10 system
2582025-02-25T01:30:14.548Zgcc system 7 system
2592025-02-25T01:30:14.548Zgo system 1.20 system
2602025-02-25T01:30:14.548Zgo system 1.19 system
2612025-02-25T01:30:14.548Zllvm system 15 system
2622025-02-25T01:30:14.548Zllvm system 14 system
2632025-02-25T01:30:14.548Zmariadb system 10.6 system
2642025-02-25T01:30:14.548Zmta vendor vendor dma
2652025-02-25T01:30:14.548Zopenjdk system 17 system
2662025-02-25T01:30:14.548Zopenjdk system 11 system
2672025-02-25T01:30:14.548Zopenjdk system 1.8 system
2682025-02-25T01:30:14.548Zopenssl vendor 3 vendor
2692025-02-25T01:30:14.548Zperl system 5.36 system
2702025-02-25T01:30:14.548Zpostgresql system 15 system
2712025-02-25T01:30:14.548Zpostgresql system 13 system
2722025-02-25T01:30:14.548Zpython vendor 3 vendor
2732025-02-25T01:30:14.548Zpython system 2 system
2742025-02-25T01:30:14.548Zpython3 system 3.11 system
2752025-02-25T01:30:14.548Zruby system 3.0 system
2762025-02-25T01:30:14.548Zwords vendor vendor american-english
2772025-02-25T01:30:14.548Zwords system system australian-english
2782025-02-25T01:30:14.548Zwords system system british-english
2792025-02-25T01:30:14.548Zwords system system canadian-english
2802025-02-25T01:30:14.548Zwords system system french
2812025-02-25T01:30:14.548Zwords system system italian
2822025-02-25T01:30:14.548Zwords system system ngerman
2832025-02-25T01:30:14.548Zwords system system ogerman
2842025-02-25T01:30:14.548Zwords system system spanish
2852025-02-25T01:30:14.881ZPUBLISHER TYPE STATUS P LOCATION
2862025-02-25T01:30:14.881Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2872025-02-25T01:30:18.036ZFMRI IFO
2882025-02-25T01:30:18.036Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2892025-02-25T01:30:18.036Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2902025-02-25T01:30:18.036Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2912025-02-25T01:30:18.036Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2922025-02-25T01:30:18.036Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2932025-02-25T01:30:18.036Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2942025-02-25T01:30:18.036Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2952025-02-25T01:30:18.036Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2962025-02-25T01:30:18.036Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2972025-02-25T01:30:18.036Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2982025-02-25T01:30:18.036Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2992025-02-25T01:30:18.036Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3002025-02-25T01:30:18.036Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3012025-02-25T01:30:18.036Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3022025-02-25T01:30:18.036Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3032025-02-25T01:30:18.812Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3042025-02-25T01:30:19.090Z Updating crates.io index
3052025-02-25T01:30:19.093Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3062025-02-25T01:30:19.680Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3072025-02-25T01:30:19.926Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3082025-02-25T01:30:20.174Z Updating git repository `https://github.com/oxidecomputer/propolis`
3092025-02-25T01:30:21.080Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102025-02-25T01:30:22.745Z Updating git repository `https://github.com/oxidecomputer/opte`
3112025-02-25T01:30:23.361Z Updating git repository `https://github.com/oxidecomputer/falcon`
3122025-02-25T01:30:24.037Z Updating git repository `https://github.com/oxidecomputer/clickward`
3132025-02-25T01:30:24.311Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3142025-02-25T01:30:24.579Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3152025-02-25T01:30:25.173Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3162025-02-25T01:30:25.747Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3172025-02-25T01:30:26.027Z Updating git repository `https://github.com/oxidecomputer/propolis`
3182025-02-25T01:30:26.557Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3192025-02-25T01:30:26.846Z Updating git repository `https://github.com/oxidecomputer/tofino`
3202025-02-25T01:30:27.136Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3212025-02-25T01:30:27.405Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3222025-02-25T01:30:27.681Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3232025-02-25T01:30:27.990Z Updating git repository `https://github.com/oxidecomputer/lldp`
3242025-02-25T01:30:28.280Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3252025-02-25T01:30:28.569Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3262025-02-25T01:30:28.932Z Updating git repository `https://github.com/oxidecomputer/ispf`
3272025-02-25T01:30:29.236Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3282025-02-25T01:30:29.561Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3292025-02-25T01:30:30.244Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3302025-02-25T01:30:30.536Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3312025-02-25T01:30:30.976Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3322025-02-25T01:30:31.328Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3332025-02-25T01:30:31.829Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342025-02-25T01:30:32.095Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3352025-02-25T01:30:32.392Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3362025-02-25T01:30:33.701Z Downloading crates ...
3372025-02-25T01:30:33.890Z Downloaded anstream v0.6.15
3382025-02-25T01:30:33.895Z Downloaded autocfg v1.4.0
3392025-02-25T01:30:33.902Z Downloaded anstyle-parse v0.2.5
3402025-02-25T01:30:33.905Z Downloaded block-buffer v0.10.4
3412025-02-25T01:30:33.905Z Downloaded digest v0.10.7
3422025-02-25T01:30:33.908Z Downloaded dtrace-parser v0.2.0
3432025-02-25T01:30:33.909Z Downloaded cpufeatures v0.2.14
3442025-02-25T01:30:33.911Z Downloaded cfg-if v1.0.0
3452025-02-25T01:30:33.914Z Downloaded equivalent v1.0.1
3462025-02-25T01:30:33.916Z Downloaded generic-array v0.14.7
3472025-02-25T01:30:33.916Z Downloaded memmap v0.7.0
3482025-02-25T01:30:33.919Z Downloaded bytecount v0.6.8
3492025-02-25T01:30:33.919Z Downloaded dof v0.3.0
3502025-02-25T01:30:33.922Z Downloaded anstyle v1.0.10
3512025-02-25T01:30:33.924Z Downloaded macaddr v1.0.1
3522025-02-25T01:30:33.924Z Downloaded fastrand v2.1.1
3532025-02-25T01:30:33.927Z Downloaded camino-tempfile v1.1.1
3542025-02-25T01:30:33.927Z Downloaded byteorder v1.5.0
3552025-02-25T01:30:33.930Z Downloaded clap v4.5.30
3562025-02-25T01:30:33.936Z Downloaded scroll_derive v0.12.0
3572025-02-25T01:30:33.938Z Downloaded anyhow v1.0.96
3582025-02-25T01:30:33.941Z Downloaded is_terminal_polyfill v1.70.1
3592025-02-25T01:30:33.941Z Downloaded heck v0.5.0
3602025-02-25T01:30:33.943Z Downloaded cargo_metadata v0.18.1
3612025-02-25T01:30:33.946Z Downloaded camino v1.1.9
3622025-02-25T01:30:33.950Z Downloaded clap_derive v4.5.28
3632025-02-25T01:30:33.958Z Downloaded plain v0.2.3
3642025-02-25T01:30:33.962Z Downloaded once_cell v1.20.3
3652025-02-25T01:30:33.971Z Downloaded pretty-hex v0.4.1
3662025-02-25T01:30:33.973Z Downloaded swrite v0.1.0
3672025-02-25T01:30:33.981Z Downloaded cargo-platform v0.1.8
3682025-02-25T01:30:33.988Z Downloaded proc-macro2 v1.0.93
3692025-02-25T01:30:33.991Z Downloaded pest_meta v2.7.14
3702025-02-25T01:30:33.994Z Downloaded bitflags v2.6.0
3712025-02-25T01:30:33.997Z Downloaded usdt-macro v0.5.0
3722025-02-25T01:30:34.001Z Downloaded usdt-attr-macro v0.5.0
3732025-02-25T01:30:34.003Z Downloaded strsim v0.11.1
3742025-02-25T01:30:34.003Z Downloaded serde_spanned v0.6.8
3752025-02-25T01:30:34.006Z Downloaded tabled_derive v0.7.0
3762025-02-25T01:30:34.006Z Downloaded crypto-common v0.1.6
3772025-02-25T01:30:34.006Z Downloaded colorchoice v1.0.2
3782025-02-25T01:30:34.009Z Downloaded clap_lex v0.7.4
3792025-02-25T01:30:34.009Z Downloaded fnv v1.0.7
3802025-02-25T01:30:34.009Z Downloaded anstyle-query v1.1.1
3812025-02-25T01:30:34.014Z Downloaded pest_generator v2.7.14
3822025-02-25T01:30:34.017Z Downloaded smawk v0.3.2
3832025-02-25T01:30:34.017Z Downloaded fs-err v2.11.0
3842025-02-25T01:30:34.019Z Downloaded thiserror-impl v1.0.69
3852025-02-25T01:30:34.022Z Downloaded terminal_size v0.4.0
3862025-02-25T01:30:34.022Z Downloaded tempfile v3.13.0
3872025-02-25T01:30:34.025Z Downloaded scroll v0.12.0
3882025-02-25T01:30:34.027Z Downloaded serde_tokenstream v0.2.2
3892025-02-25T01:30:34.027Z Downloaded toml_datetime v0.6.8
3902025-02-25T01:30:34.031Z Downloaded thread-id v4.2.2
3912025-02-25T01:30:34.031Z Downloaded log v0.4.22
3922025-02-25T01:30:34.033Z Downloaded proc-macro-error-attr v1.0.4
3932025-02-25T01:30:34.033Z Downloaded itoa v1.0.11
3942025-02-25T01:30:34.034Z Downloaded errno v0.3.9
3952025-02-25T01:30:34.036Z Downloaded usdt-impl v0.5.0
3962025-02-25T01:30:34.036Z Downloaded usdt v0.5.0
3972025-02-25T01:30:34.039Z Downloaded version_check v0.9.5
3982025-02-25T01:30:34.039Z Downloaded utf8parse v0.2.2
3992025-02-25T01:30:34.041Z Downloaded unicode-linebreak v0.1.5
4002025-02-25T01:30:34.044Z Downloaded quote v1.0.38
4012025-02-25T01:30:34.047Z Downloaded heck v0.4.1
4022025-02-25T01:30:34.050Z Downloaded sha2 v0.10.8
4032025-02-25T01:30:34.052Z Downloaded proc-macro-error v1.0.4
4042025-02-25T01:30:34.055Z Downloaded pest_derive v2.7.14
4052025-02-25T01:30:34.058Z Downloaded ryu v1.0.18
4062025-02-25T01:30:34.060Z Downloaded cargo_toml v0.20.5
4072025-02-25T01:30:34.064Z Downloaded thiserror v1.0.69
4082025-02-25T01:30:34.068Z Downloaded zerocopy-derive v0.7.35
4092025-02-25T01:30:34.073Z Downloaded ucd-trie v0.1.7
4102025-02-25T01:30:34.075Z Downloaded serde_derive v1.0.218
4112025-02-25T01:30:34.078Z Downloaded memchr v2.7.4
4122025-02-25T01:30:34.081Z Downloaded typenum v1.17.0
4132025-02-25T01:30:34.084Z Downloaded toml v0.8.19
4142025-02-25T01:30:34.087Z Downloaded semver v1.0.25
4152025-02-25T01:30:34.089Z Downloaded serde v1.0.218
4162025-02-25T01:30:34.092Z Downloaded papergrid v0.11.0
4172025-02-25T01:30:34.096Z Downloaded unicode-ident v1.0.14
4182025-02-25T01:30:34.099Z Downloaded textwrap v0.16.1
4192025-02-25T01:30:34.102Z Downloaded indexmap v2.7.1
4202025-02-25T01:30:34.106Z Downloaded clap_builder v4.5.30
4212025-02-25T01:30:34.118Z Downloaded hashbrown v0.15.1
4222025-02-25T01:30:34.124Z Downloaded toml_edit v0.22.22
4232025-02-25T01:30:34.152Z Downloaded pest v2.7.14
4242025-02-25T01:30:34.160Z Downloaded serde_json v1.0.139
4252025-02-25T01:30:34.167Z Downloaded goblin v0.8.2
4262025-02-25T01:30:34.174Z Downloaded zerocopy v0.7.35
4272025-02-25T01:30:34.189Z Downloaded winnow v0.6.20
4282025-02-25T01:30:34.207Z Downloaded tabled v0.15.0
4292025-02-25T01:30:34.222Z Downloaded syn v1.0.109
4302025-02-25T01:30:34.233Z Downloaded syn v2.0.96
4312025-02-25T01:30:34.245Z Downloaded unicode-width v0.1.14
4322025-02-25T01:30:34.260Z Downloaded rustix v0.38.37
4332025-02-25T01:30:34.287Z Downloaded libc v0.2.170
4342025-02-25T01:30:34.566Z Compiling proc-macro2 v1.0.93
4352025-02-25T01:30:34.566Z Compiling unicode-ident v1.0.14
4362025-02-25T01:30:34.566Z Compiling serde v1.0.218
4372025-02-25T01:30:34.570Z Compiling version_check v0.9.5
4382025-02-25T01:30:34.570Z Compiling thiserror v1.0.69
4392025-02-25T01:30:34.570Z Compiling memchr v2.7.4
4402025-02-25T01:30:34.570Z Compiling libc v0.2.170
4412025-02-25T01:30:34.601Z Compiling itoa v1.0.11
4422025-02-25T01:30:34.846Z Compiling ucd-trie v0.1.7
4432025-02-25T01:30:34.906Z Compiling ryu v1.0.18
4442025-02-25T01:30:35.265Z Compiling once_cell v1.20.3
4452025-02-25T01:30:35.303Z Compiling byteorder v1.5.0
4462025-02-25T01:30:35.618Z Compiling serde_json v1.0.139
4472025-02-25T01:30:35.842Z Compiling rustix v0.38.37
4482025-02-25T01:30:36.745Z Compiling bitflags v2.6.0
4492025-02-25T01:30:36.790Z Compiling proc-macro-error-attr v1.0.4
4502025-02-25T01:30:36.858Z Compiling usdt-impl v0.5.0
4512025-02-25T01:30:36.981Z Compiling syn v1.0.109
4522025-02-25T01:30:37.061Z Compiling proc-macro-error v1.0.4
4532025-02-25T01:30:37.128Z Compiling camino v1.1.9
4542025-02-25T01:30:37.190Z Compiling equivalent v1.0.1
4552025-02-25T01:30:37.308Z Compiling hashbrown v0.15.1
4562025-02-25T01:30:37.331Z Compiling log v0.4.22
4572025-02-25T01:30:37.372Z Compiling thread-id v4.2.2
4582025-02-25T01:30:37.409Z Compiling plain v0.2.3
4592025-02-25T01:30:37.484Z Compiling utf8parse v0.2.2
4602025-02-25T01:30:37.659Z Compiling anstyle-parse v0.2.5
4612025-02-25T01:30:37.663Z Compiling anstyle-query v1.1.1
4622025-02-25T01:30:37.707Z Compiling is_terminal_polyfill v1.70.1
4632025-02-25T01:30:37.740Z Compiling quote v1.0.38
4642025-02-25T01:30:37.848Z Compiling anstyle v1.0.10
4652025-02-25T01:30:37.903Z Compiling errno v0.3.9
4662025-02-25T01:30:37.940Z Compiling unicode-width v0.1.14
4672025-02-25T01:30:37.976Z Compiling pretty-hex v0.4.1
4682025-02-25T01:30:38.129Z Compiling syn v2.0.96
4692025-02-25T01:30:38.245Z Compiling colorchoice v1.0.2
4702025-02-25T01:30:38.341Z Compiling indexmap v2.7.1
4712025-02-25T01:30:38.396Z Compiling winnow v0.6.20
4722025-02-25T01:30:38.417Z Compiling autocfg v1.4.0
4732025-02-25T01:30:38.494Z Compiling semver v1.0.25
4742025-02-25T01:30:39.084Z Compiling anstream v0.6.15
4752025-02-25T01:30:39.318Z Compiling fs-err v2.11.0
4762025-02-25T01:30:39.644Z Compiling fastrand v2.1.1
4772025-02-25T01:30:39.667Z Compiling cfg-if v1.0.0
4782025-02-25T01:30:39.702Z Compiling bytecount v0.6.8
4792025-02-25T01:30:39.725Z Compiling fnv v1.0.7
4802025-02-25T01:30:39.871Z Compiling heck v0.4.1
4812025-02-25T01:30:39.912Z Compiling heck v0.5.0
4822025-02-25T01:30:40.126Z Compiling terminal_size v0.4.0
4832025-02-25T01:30:40.168Z Compiling anyhow v1.0.96
4842025-02-25T01:30:40.296Z Compiling clap_lex v0.7.4
4852025-02-25T01:30:40.344Z Compiling strsim v0.11.1
4862025-02-25T01:30:40.380Z Compiling tempfile v3.13.0
4872025-02-25T01:30:40.672Z Compiling clap_builder v4.5.30
4882025-02-25T01:30:40.718Z Compiling papergrid v0.11.0
4892025-02-25T01:30:41.154Z Compiling memmap v0.7.0
4902025-02-25T01:30:41.283Z Compiling smawk v0.3.2
4912025-02-25T01:30:41.466Z Compiling unicode-linebreak v0.1.5
4922025-02-25T01:30:41.910Z Compiling textwrap v0.16.1
4932025-02-25T01:30:41.945Z Compiling swrite v0.1.0
4942025-02-25T01:30:42.590Z Compiling tabled_derive v0.7.0
4952025-02-25T01:30:43.754Z Compiling tabled v0.15.0
4962025-02-25T01:30:44.955Z Compiling serde_derive v1.0.218
4972025-02-25T01:30:44.970Z Compiling thiserror-impl v1.0.69
4982025-02-25T01:30:44.970Z Compiling zerocopy-derive v0.7.35
4992025-02-25T01:30:45.075Z Compiling scroll_derive v0.12.0
5002025-02-25T01:30:45.168Z Compiling clap_derive v4.5.28
5012025-02-25T01:30:46.017Z Compiling scroll v0.12.0
5022025-02-25T01:30:46.356Z Compiling zerocopy v0.7.35
5032025-02-25T01:30:46.508Z Compiling goblin v0.8.2
5042025-02-25T01:30:47.202Z Compiling pest v2.7.14
5052025-02-25T01:30:48.632Z Compiling clap v4.5.30
5062025-02-25T01:30:49.544Z Compiling pest_meta v2.7.14
5072025-02-25T01:30:50.323Z Compiling pest_generator v2.7.14
5082025-02-25T01:30:51.695Z Compiling pest_derive v2.7.14
5092025-02-25T01:30:52.308Z Compiling dtrace-parser v0.2.0
5102025-02-25T01:30:53.028Z Compiling serde_tokenstream v0.2.2
5112025-02-25T01:30:53.110Z Compiling serde_spanned v0.6.8
5122025-02-25T01:30:53.110Z Compiling toml_datetime v0.6.8
5132025-02-25T01:30:53.374Z Compiling cargo-platform v0.1.8
5142025-02-25T01:30:53.409Z Compiling macaddr v1.0.1
5152025-02-25T01:30:53.536Z Compiling toml_edit v0.22.22
5162025-02-25T01:30:53.774Z Compiling camino-tempfile v1.1.1
5172025-02-25T01:30:54.433Z Compiling dof v0.3.0
5182025-02-25T01:30:54.591Z Compiling cargo_metadata v0.18.1
5192025-02-25T01:30:55.786Z Compiling usdt-macro v0.5.0
5202025-02-25T01:30:55.789Z Compiling usdt-attr-macro v0.5.0
5212025-02-25T01:30:56.288Z Compiling toml v0.8.19
5222025-02-25T01:30:56.836Z Compiling usdt v0.5.0
5232025-02-25T01:30:57.116Z Compiling cargo_toml v0.20.5
5242025-02-25T01:30:59.746Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5252025-02-25T01:31:02.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.21s
5262025-02-25T01:31:03.045Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5272025-02-25T01:31:03.588Z Downloading crates ...
5282025-02-25T01:31:03.727Z Downloaded async-stream-impl v0.3.6
5292025-02-25T01:31:03.737Z Downloaded addr2line v0.24.2
5302025-02-25T01:31:03.741Z Downloaded ciborium-io v0.2.2
5312025-02-25T01:31:03.749Z Downloaded crunchy v0.2.2
5322025-02-25T01:31:03.753Z Downloaded atomicwrites v0.4.4
5332025-02-25T01:31:03.753Z Downloaded cfg_aliases v0.1.1
5342025-02-25T01:31:03.755Z Downloaded cfg_aliases v0.2.1
5352025-02-25T01:31:03.759Z Downloaded atty v0.2.14
5362025-02-25T01:31:03.773Z Downloaded arc-swap v1.7.1
5372025-02-25T01:31:03.773Z Downloaded arrayref v0.3.9
5382025-02-25T01:31:03.773Z Downloaded array-init v0.0.4
5392025-02-25T01:31:03.773Z Downloaded crucible-workspace-hack v0.1.0
5402025-02-25T01:31:03.777Z Downloaded cstr-argument v0.1.2
5412025-02-25T01:31:03.785Z Downloaded assert_matches v1.5.0
5422025-02-25T01:31:03.788Z Downloaded crc-catalog v2.4.0
5432025-02-25T01:31:03.788Z Downloaded colored v2.1.0
5442025-02-25T01:31:03.791Z Downloaded chacha20 v0.9.1
5452025-02-25T01:31:03.793Z Downloaded aead v0.5.2
5462025-02-25T01:31:03.797Z Downloaded bit-vec v0.6.3
5472025-02-25T01:31:03.802Z Downloaded bcrypt-pbkdf v0.10.0
5482025-02-25T01:31:03.806Z Downloaded cobs v0.2.3
5492025-02-25T01:31:03.806Z Downloaded cassowary v0.3.0
5502025-02-25T01:31:03.809Z Downloaded ascii-canvas v3.0.0
5512025-02-25T01:31:03.809Z Downloaded hashlink v0.9.1
5522025-02-25T01:31:03.811Z Downloaded chrono-tz-build v0.4.0
5532025-02-25T01:31:03.811Z Downloaded buf-list v1.0.3
5542025-02-25T01:31:03.815Z Downloaded bitfield-struct v0.6.2
5552025-02-25T01:31:03.815Z Downloaded async-recursion v1.1.1
5562025-02-25T01:31:03.817Z Downloaded hex v0.4.3
5572025-02-25T01:31:03.826Z Downloaded constant_time_eq v0.3.1
5582025-02-25T01:31:03.841Z Downloaded async-trait v0.1.86
5592025-02-25T01:31:03.841Z Downloaded arrayvec v0.7.6
5602025-02-25T01:31:03.841Z Downloaded bitflags v1.3.2
5612025-02-25T01:31:03.841Z Downloaded heapless v0.7.17
5622025-02-25T01:31:03.841Z Downloaded hmac v0.12.1
5632025-02-25T01:31:03.841Z Downloaded convert_case v0.4.0
5642025-02-25T01:31:03.841Z Downloaded ciborium-ll v0.2.2
5652025-02-25T01:31:03.841Z Downloaded hex-literal v0.4.1
5662025-02-25T01:31:03.841Z Downloaded home v0.5.9
5672025-02-25T01:31:03.841Z Downloaded hkdf v0.12.4
5682025-02-25T01:31:03.856Z Downloaded progenitor-client v0.8.0
5692025-02-25T01:31:03.856Z Downloaded hickory-client v0.24.3
5702025-02-25T01:31:03.856Z Downloaded curve25519-dalek-derive v0.1.1
5712025-02-25T01:31:03.856Z Downloaded highway v1.2.0
5722025-02-25T01:31:03.856Z Downloaded heapless v0.8.0
5732025-02-25T01:31:03.869Z Downloaded const_format_proc_macros v0.2.34
5742025-02-25T01:31:03.869Z Downloaded hostname v0.3.1
5752025-02-25T01:31:03.869Z Downloaded hickory-resolver v0.24.3
5762025-02-25T01:31:03.869Z Downloaded backoff v0.4.0
5772025-02-25T01:31:03.869Z Downloaded hickory-server v0.24.3
5782025-02-25T01:31:03.873Z Downloaded cipher v0.4.4
5792025-02-25T01:31:03.879Z Downloaded console v0.15.10
5802025-02-25T01:31:03.879Z Downloaded ciborium v0.2.2
5812025-02-25T01:31:03.882Z Downloaded russh-cryptovec v0.7.3
5822025-02-25T01:31:03.882Z Downloaded hostname v0.4.0
5832025-02-25T01:31:03.882Z Downloaded cancel-safe-futures v0.1.5
5842025-02-25T01:31:03.907Z Downloaded bcs v0.1.6
5852025-02-25T01:31:03.907Z Downloaded hickory-proto v0.24.3
5862025-02-25T01:31:03.910Z Downloaded http-body-util v0.1.2
5872025-02-25T01:31:03.910Z Downloaded proc-macro-crate v1.3.1
5882025-02-25T01:31:03.911Z Downloaded httpdate v1.0.3
5892025-02-25T01:31:03.911Z Downloaded http-range v0.1.5
5902025-02-25T01:31:03.911Z Downloaded http-body v1.0.1
5912025-02-25T01:31:03.911Z Downloaded http v1.2.0
5922025-02-25T01:31:03.924Z Downloaded predicates-tree v1.0.11
5932025-02-25T01:31:03.924Z Downloaded blake2 v0.10.6
5942025-02-25T01:31:03.924Z Downloaded hubpack_derive v0.1.1
5952025-02-25T01:31:03.924Z Downloaded ident_case v1.0.1
5962025-02-25T01:31:03.924Z Downloaded icu_provider_macros v1.5.0
5972025-02-25T01:31:03.924Z Downloaded clang-sys v1.8.1
5982025-02-25T01:31:03.938Z Downloaded adler2 v2.0.0
5992025-02-25T01:31:03.938Z Downloaded is_ci v1.2.0
6002025-02-25T01:31:03.938Z Downloaded hyper-tls v0.6.0
6012025-02-25T01:31:03.942Z Downloaded httparse v1.9.5
6022025-02-25T01:31:03.942Z Downloaded ctr v0.9.2
6032025-02-25T01:31:03.942Z Downloaded instant v0.1.13
6042025-02-25T01:31:03.942Z Downloaded indoc v2.0.5
6052025-02-25T01:31:03.942Z Downloaded hubpack v0.1.2
6062025-02-25T01:31:03.942Z Downloaded csv-core v0.1.11
6072025-02-25T01:31:03.942Z Downloaded rand_xorshift v0.3.0
6082025-02-25T01:31:03.947Z Downloaded allocator-api2 v0.2.18
6092025-02-25T01:31:03.947Z Downloaded crc v3.2.1
6102025-02-25T01:31:03.950Z Downloaded base64ct v1.6.0
6112025-02-25T01:31:03.952Z Downloaded rustc_version v0.1.7
6122025-02-25T01:31:03.953Z Downloaded rpassword v7.3.1
6132025-02-25T01:31:03.953Z Downloaded progenitor-macro v0.9.1
6142025-02-25T01:31:03.953Z Downloaded match_cfg v0.1.0
6152025-02-25T01:31:03.956Z Downloaded const-oid v0.9.6
6162025-02-25T01:31:03.959Z Downloaded libsw v3.3.1
6172025-02-25T01:31:03.959Z Downloaded crossbeam-epoch v0.9.18
6182025-02-25T01:31:03.963Z Downloaded cbc v0.1.2
6192025-02-25T01:31:03.969Z Downloaded md5 v0.7.0
6202025-02-25T01:31:03.969Z Downloaded keccak v0.1.5
6212025-02-25T01:31:03.969Z Downloaded indoc v1.0.9
6222025-02-25T01:31:03.969Z Downloaded sec1 v0.7.3
6232025-02-25T01:31:03.973Z Downloaded linear-map v1.2.0
6242025-02-25T01:31:03.973Z Downloaded ipnetwork v0.21.1
6252025-02-25T01:31:03.976Z Downloaded instability v0.3.2
6262025-02-25T01:31:03.976Z Downloaded slog-json v2.6.1
6272025-02-25T01:31:03.979Z Downloaded write16 v1.0.0
6282025-02-25T01:31:03.979Z Downloaded hyper-staticfile v0.10.1
6292025-02-25T01:31:03.982Z Downloaded base64 v0.13.1
6302025-02-25T01:31:03.989Z Downloaded chacha20poly1305 v0.10.1
6312025-02-25T01:31:03.994Z Downloaded lazycell v1.3.0
6322025-02-25T01:31:03.994Z Downloaded crc32fast v1.4.2
6332025-02-25T01:31:03.994Z Downloaded libefi-sys v0.1.0
6342025-02-25T01:31:03.994Z Downloaded slog-envlogger v2.2.0
6352025-02-25T01:31:04.019Z Downloaded linked-hash-map v0.5.6
6362025-02-25T01:31:04.019Z Downloaded diesel_table_macro_syntax v0.2.0
6372025-02-25T01:31:04.019Z Downloaded crossbeam-deque v0.8.5
6382025-02-25T01:31:04.019Z Downloaded lazy_static v1.5.0
6392025-02-25T01:31:04.019Z Downloaded indent_write v2.2.0
6402025-02-25T01:31:04.019Z Downloaded ssh-encoding v0.2.0
6412025-02-25T01:31:04.019Z Downloaded serde_path_to_error v0.1.16
6422025-02-25T01:31:04.019Z Downloaded bzip2 v0.4.4
6432025-02-25T01:31:04.019Z Downloaded hyper-rustls v0.27.3
6442025-02-25T01:31:04.033Z Downloaded openssl-macros v0.1.1
6452025-02-25T01:31:04.033Z Downloaded num-conv v0.1.0
6462025-02-25T01:31:04.033Z Downloaded ssh-cipher v0.2.0
6472025-02-25T01:31:04.033Z Downloaded foreign-types-shared v0.1.1
6482025-02-25T01:31:04.033Z Downloaded icu_properties v1.5.1
6492025-02-25T01:31:04.033Z Downloaded memoffset v0.9.1
6502025-02-25T01:31:04.033Z Downloaded path-slash v0.1.5
6512025-02-25T01:31:04.033Z Downloaded hyper v1.5.2
6522025-02-25T01:31:04.037Z Downloaded foreign-types-shared v0.3.1
6532025-02-25T01:31:04.038Z Downloaded normalize-line-endings v0.3.0
6542025-02-25T01:31:04.051Z Downloaded thiserror-no-std v2.0.2
6552025-02-25T01:31:04.052Z Downloaded psl-types v2.0.11
6562025-02-25T01:31:04.052Z Downloaded zeroize v1.8.1
6572025-02-25T01:31:04.052Z Downloaded indexmap v1.9.3
6582025-02-25T01:31:04.055Z Downloaded compact_str v0.8.0
6592025-02-25T01:31:04.060Z Downloaded num-derive v0.4.2
6602025-02-25T01:31:04.067Z Downloaded gethostname v0.5.0
6612025-02-25T01:31:04.067Z Downloaded form_urlencoded v1.2.1
6622025-02-25T01:31:04.067Z Downloaded fallible-iterator v0.3.0
6632025-02-25T01:31:04.067Z Downloaded native-tls v0.2.12
6642025-02-25T01:31:04.076Z Downloaded ahash v0.8.11
6652025-02-25T01:31:04.076Z Downloaded deranged v0.3.11
6662025-02-25T01:31:04.080Z Downloaded zeroize_derive v1.4.2
6672025-02-25T01:31:04.080Z Downloaded sync-ptr v0.1.1
6682025-02-25T01:31:04.080Z Downloaded pbkdf2 v0.11.0
6692025-02-25T01:31:04.080Z Downloaded embedded-io v0.6.1
6702025-02-25T01:31:04.080Z Downloaded embedded-io v0.4.0
6712025-02-25T01:31:04.080Z Downloaded uzers v0.12.1
6722025-02-25T01:31:04.083Z Downloaded futures-task v0.3.31
6732025-02-25T01:31:04.083Z Downloaded difflib v0.4.0
6742025-02-25T01:31:04.091Z Downloaded twox-hash v2.1.0
6752025-02-25T01:31:04.091Z Downloaded quick-error v1.2.3
6762025-02-25T01:31:04.091Z Downloaded litrs v0.4.1
6772025-02-25T01:31:04.094Z Downloaded tokio-rustls v0.25.0
6782025-02-25T01:31:04.094Z Downloaded darling v0.20.10
6792025-02-25T01:31:04.097Z Downloaded tinyvec_macros v0.1.1
6802025-02-25T01:31:04.101Z Downloaded tap v1.0.1
6812025-02-25T01:31:04.101Z Downloaded time-core v0.1.2
6822025-02-25T01:31:04.113Z Downloaded zone_cfg_derive v0.1.2
6832025-02-25T01:31:04.113Z Downloaded rfc6979 v0.4.0
6842025-02-25T01:31:04.118Z Downloaded tokio-stream v0.1.17
6852025-02-25T01:31:04.121Z Downloaded foreign-types v0.3.2
6862025-02-25T01:31:04.121Z Downloaded endian-type v0.1.2
6872025-02-25T01:31:04.121Z Downloaded zone_cfg_derive v0.3.0
6882025-02-25T01:31:04.121Z Downloaded phf v0.11.2
6892025-02-25T01:31:04.124Z Downloaded rusty-fork v0.3.0
6902025-02-25T01:31:04.127Z Downloaded uuid v1.12.0
6912025-02-25T01:31:04.130Z Downloaded polyval v0.6.2
6922025-02-25T01:31:04.130Z Downloaded indicatif v0.17.11
6932025-02-25T01:31:04.134Z Downloaded downcast v0.11.0
6942025-02-25T01:31:04.137Z Downloaded phf_codegen v0.11.2
6952025-02-25T01:31:04.137Z Downloaded parse-display-derive v0.10.0
6962025-02-25T01:31:04.140Z Downloaded openssl-probe v0.1.5
6972025-02-25T01:31:04.140Z Downloaded icu_collections v1.5.0
6982025-02-25T01:31:04.148Z Downloaded tiny-keccak v2.0.2
6992025-02-25T01:31:04.148Z Downloaded termios v0.3.3
7002025-02-25T01:31:04.151Z Downloaded resolv-conf v0.7.0
7012025-02-25T01:31:04.151Z Downloaded utf16_iter v1.0.5
7022025-02-25T01:31:04.154Z Downloaded newline-converter v0.3.0
7032025-02-25T01:31:04.155Z Downloaded new_debug_unreachable v1.0.6
7042025-02-25T01:31:04.164Z Downloaded daft v0.1.1
7052025-02-25T01:31:04.164Z Downloaded crossbeam-channel v0.5.13
7062025-02-25T01:31:04.180Z Downloaded olpc-cjson v0.1.4
7072025-02-25T01:31:04.181Z Downloaded peg-runtime v0.8.3
7082025-02-25T01:31:04.181Z Downloaded try-lock v0.2.5
7092025-02-25T01:31:04.181Z Downloaded shell-words v1.1.0
7102025-02-25T01:31:04.181Z Downloaded ref-cast-impl v1.0.23
7112025-02-25T01:31:04.181Z Downloaded multimap v0.10.0
7122025-02-25T01:31:04.181Z Downloaded utf-8 v0.7.6
7132025-02-25T01:31:04.181Z Downloaded ena v0.14.3
7142025-02-25T01:31:04.181Z Downloaded schemars v0.8.21
7152025-02-25T01:31:04.186Z Downloaded fragile v2.0.0
7162025-02-25T01:31:04.188Z Downloaded document-features v0.2.10
7172025-02-25T01:31:04.191Z Downloaded untrusted v0.7.1
7182025-02-25T01:31:04.191Z Downloaded poly1305 v0.8.0
7192025-02-25T01:31:04.195Z Downloaded foldhash v0.1.3
7202025-02-25T01:31:04.198Z Downloaded yoke-derive v0.7.4
7212025-02-25T01:31:04.198Z Downloaded float-ord v0.3.2
7222025-02-25T01:31:04.201Z Downloaded fallible-iterator v0.2.0
7232025-02-25T01:31:04.201Z Downloaded diff v0.1.13
7242025-02-25T01:31:04.204Z Downloaded flume v0.11.1
7252025-02-25T01:31:04.208Z Downloaded darling_macro v0.20.10
7262025-02-25T01:31:04.212Z Downloaded tungstenite v0.24.0
7272025-02-25T01:31:04.215Z Downloaded derive_more v0.99.19
7282025-02-25T01:31:04.220Z Downloaded num_threads v0.1.7
7292025-02-25T01:31:04.223Z Downloaded newtype-uuid v1.2.1
7302025-02-25T01:31:04.223Z Downloaded pem v3.0.5
7312025-02-25T01:31:04.225Z Downloaded secrecy v0.8.0
7322025-02-25T01:31:04.225Z Downloaded ref-cast v1.0.23
7332025-02-25T01:31:04.228Z Downloaded powerfmt v0.2.0
7342025-02-25T01:31:04.231Z Downloaded spki v0.7.3
7352025-02-25T01:31:04.236Z Downloaded tungstenite v0.23.0
7362025-02-25T01:31:04.238Z Downloaded crypto-bigint v0.5.5
7372025-02-25T01:31:04.245Z Downloaded phf_shared v0.10.0
7382025-02-25T01:31:04.247Z Downloaded pretty-hex v0.2.1
7392025-02-25T01:31:04.247Z Downloaded precomputed-hash v0.1.1
7402025-02-25T01:31:04.250Z Downloaded number_prefix v0.4.0
7412025-02-25T01:31:04.250Z Downloaded tokio-macros v2.5.0
7422025-02-25T01:31:04.250Z Downloaded scrypt v0.11.0
7432025-02-25T01:31:04.253Z Downloaded zone v0.3.0
7442025-02-25T01:31:04.253Z Downloaded unicode-truncate v1.1.0
7452025-02-25T01:31:04.256Z Downloaded socket2 v0.5.8
7462025-02-25T01:31:04.258Z Downloaded backtrace v0.3.74
7472025-02-25T01:31:04.263Z Downloaded topological-sort v0.2.2
7482025-02-25T01:31:04.266Z Downloaded pem-rfc7468 v0.7.0
7492025-02-25T01:31:04.269Z Downloaded zopfli v0.8.1
7502025-02-25T01:31:04.272Z Downloaded take_mut v0.2.2
7512025-02-25T01:31:04.272Z Downloaded tinyvec v1.8.0
7522025-02-25T01:31:04.275Z Downloaded tabled_derive v0.10.0
7532025-02-25T01:31:04.278Z Downloaded postgres-types v0.2.8
7542025-02-25T01:31:04.281Z Downloaded aes v0.8.4
7552025-02-25T01:31:04.284Z Downloaded num-iter v0.1.45
7562025-02-25T01:31:04.286Z Downloaded sqlformat v0.2.6
7572025-02-25T01:31:04.288Z Downloaded ff v0.13.0
7582025-02-25T01:31:04.291Z Downloaded zerofrom v0.1.4
7592025-02-25T01:31:04.291Z Downloaded predicates-core v1.0.8
7602025-02-25T01:31:04.291Z Downloaded postcard v1.0.10
7612025-02-25T01:31:04.294Z Downloaded miniz_oxide v0.8.0
7622025-02-25T01:31:04.297Z Downloaded radium v0.7.0
7632025-02-25T01:31:04.300Z Downloaded predicates v3.1.3
7642025-02-25T01:31:04.302Z Downloaded spin v0.9.8
7652025-02-25T01:31:04.305Z Downloaded smf v0.2.3
7662025-02-25T01:31:04.307Z Downloaded postgres-protocol v0.6.8
7672025-02-25T01:31:04.310Z Downloaded semver v0.1.20
7682025-02-25T01:31:04.312Z Downloaded daft-derive v0.1.1
7692025-02-25T01:31:04.315Z Downloaded pin-utils v0.1.0
7702025-02-25T01:31:04.318Z Downloaded mockall v0.13.1
7712025-02-25T01:31:04.320Z Downloaded salsa20 v0.10.2
7722025-02-25T01:31:04.320Z Downloaded rustls-pemfile v1.0.4
7732025-02-25T01:31:04.322Z Downloaded slog-stdlog v4.1.1
7742025-02-25T01:31:04.325Z Downloaded slog-async v2.8.0
7752025-02-25T01:31:04.328Z Downloaded display-error-chain v0.2.2
7762025-02-25T01:31:04.328Z Downloaded fd-lock v4.0.2
7772025-02-25T01:31:04.332Z Downloaded smallvec v1.14.0
7782025-02-25T01:31:04.335Z Downloaded rayon-core v1.12.1
7792025-02-25T01:31:04.339Z Downloaded idna v1.0.3
7802025-02-25T01:31:04.341Z Downloaded tabwriter v1.4.0
7812025-02-25T01:31:04.344Z Downloaded slog-scope v4.4.0
7822025-02-25T01:31:04.344Z Downloaded sct v0.7.1
7832025-02-25T01:31:04.347Z Downloaded zone v0.1.8
7842025-02-25T01:31:04.351Z Downloaded parking_lot_core v0.8.6
7852025-02-25T01:31:04.351Z Downloaded wyz v0.5.1
7862025-02-25T01:31:04.351Z Downloaded diesel-dtrace v0.4.2
7872025-02-25T01:31:04.354Z Downloaded password-hash v0.5.0
7882025-02-25T01:31:04.357Z Downloaded libm v0.2.8
7892025-02-25T01:31:04.362Z Downloaded displaydoc v0.2.5
7902025-02-25T01:31:04.365Z Downloaded zerovec-derive v0.10.3
7912025-02-25T01:31:04.368Z Downloaded des v0.8.1
7922025-02-25T01:31:04.370Z Downloaded paste v1.0.15
7932025-02-25T01:31:04.373Z Downloaded packed_struct v0.10.1
7942025-02-25T01:31:04.376Z Downloaded rustls-pemfile v2.2.0
7952025-02-25T01:31:04.379Z Downloaded slog-term v2.9.1
7962025-02-25T01:31:04.379Z Downloaded password-hash v0.4.2
7972025-02-25T01:31:04.381Z Downloaded tracing-core v0.1.32
7982025-02-25T01:31:04.384Z Downloaded futures-executor v0.3.31
7992025-02-25T01:31:04.387Z Downloaded env_filter v0.1.2
8002025-02-25T01:31:04.387Z Downloaded progenitor-impl v0.8.0
8012025-02-25T01:31:04.389Z Downloaded url v2.5.3
8022025-02-25T01:31:04.392Z Downloaded sync_wrapper v1.0.1
8032025-02-25T01:31:04.396Z Downloaded itertools v0.12.1
8042025-02-25T01:31:04.400Z Downloaded num v0.4.3
8052025-02-25T01:31:04.402Z Downloaded mockall_derive v0.13.1
8062025-02-25T01:31:04.406Z Downloaded rcgen v0.12.1
8072025-02-25T01:31:04.409Z Downloaded progenitor-impl v0.9.1
8082025-02-25T01:31:04.409Z Downloaded strum v0.26.3
8092025-02-25T01:31:04.411Z Downloaded term v0.7.0
8102025-02-25T01:31:04.416Z Downloaded debug-ignore v1.0.5
8112025-02-25T01:31:04.419Z Downloaded ssh-key v0.6.6
8122025-02-25T01:31:04.422Z Downloaded data-encoding v2.6.0
8132025-02-25T01:31:04.424Z Downloaded strum_macros v0.25.3
8142025-02-25T01:31:04.428Z Downloaded strum_macros v0.24.3
8152025-02-25T01:31:04.428Z Downloaded zerocopy v0.6.6
8162025-02-25T01:31:04.431Z Downloaded openssl-sys v0.9.106
8172025-02-25T01:31:04.435Z Downloaded env_logger v0.11.5
8182025-02-25T01:31:04.438Z Downloaded subtle v2.6.1
8192025-02-25T01:31:04.441Z Downloaded rustc-hash v1.1.0
8202025-02-25T01:31:04.441Z Downloaded hash32 v0.3.1
8212025-02-25T01:31:04.443Z Downloaded primeorder v0.13.6
8222025-02-25T01:31:04.445Z Downloaded hash32 v0.2.1
8232025-02-25T01:31:04.448Z Downloaded tokio-native-tls v0.3.1
8242025-02-25T01:31:04.451Z Downloaded serde_derive_internals v0.29.1
8252025-02-25T01:31:04.453Z Downloaded signal-hook-tokio v0.3.1
8262025-02-25T01:31:04.453Z Downloaded serde-hex v0.1.0
8272025-02-25T01:31:04.456Z Downloaded rustc-hash v2.1.1
8282025-02-25T01:31:04.456Z Downloaded rustls-pki-types v1.10.0
8292025-02-25T01:31:04.459Z Downloaded env_logger v0.10.2
8302025-02-25T01:31:04.462Z Downloaded fatfs v0.3.6
8312025-02-25T01:31:04.465Z Downloaded sqlparser_derive v0.2.2
8322025-02-25T01:31:04.468Z Downloaded group v0.13.0
8332025-02-25T01:31:04.470Z Downloaded futures-macro v0.3.31
8342025-02-25T01:31:04.470Z Downloaded oso-derive v0.27.3
8352025-02-25T01:31:04.470Z Downloaded structmeta v0.3.0
8362025-02-25T01:31:04.473Z Downloaded universal-hash v0.5.1
8372025-02-25T01:31:04.473Z Downloaded tokio-tungstenite v0.23.1
8382025-02-25T01:31:04.475Z Downloaded pkcs8 v0.10.2
8392025-02-25T01:31:04.478Z Downloaded want v0.3.1
8402025-02-25T01:31:04.481Z Downloaded unicode_categories v0.1.1
8412025-02-25T01:31:04.484Z Downloaded pkcs1 v0.7.5
8422025-02-25T01:31:04.488Z Downloaded fallible-streaming-iterator v0.1.9
8432025-02-25T01:31:04.488Z Downloaded tui-tree-widget v0.23.0
8442025-02-25T01:31:04.488Z Downloaded nu-ansi-term v0.50.1
8452025-02-25T01:31:04.491Z Downloaded itertools v0.13.0
8462025-02-25T01:31:04.498Z Downloaded nodrop v0.1.14
8472025-02-25T01:31:04.500Z Downloaded scopeguard v1.2.0
8482025-02-25T01:31:04.502Z Downloaded rand_chacha v0.9.0
8492025-02-25T01:31:04.503Z Downloaded pin-project-lite v0.2.14
8502025-02-25T01:31:04.508Z Downloaded tower-service v0.3.3
8512025-02-25T01:31:04.510Z Downloaded rand v0.8.5
8522025-02-25T01:31:04.513Z Downloaded parse-size v1.1.0
8532025-02-25T01:31:04.515Z Downloaded progenitor-macro v0.8.0
8542025-02-25T01:31:04.518Z Downloaded p521 v0.13.3
8552025-02-25T01:31:04.522Z Downloaded xattr v1.3.1
8562025-02-25T01:31:04.524Z Downloaded typify v0.2.0
8572025-02-25T01:31:04.528Z Downloaded slog v2.7.0
8582025-02-25T01:31:04.532Z Downloaded waitgroup v0.1.2
8592025-02-25T01:31:04.532Z Downloaded termcolor v1.4.1
8602025-02-25T01:31:04.534Z Downloaded glob v0.3.2
8612025-02-25T01:31:04.534Z Downloaded rustyline v14.0.0
8622025-02-25T01:31:04.541Z Downloaded derive_builder_macro v0.20.2
8632025-02-25T01:31:04.545Z Downloaded tower-layer v0.3.3
8642025-02-25T01:31:04.546Z Downloaded dropshot_endpoint v0.12.0
8652025-02-25T01:31:04.549Z Downloaded synstructure v0.13.1
8662025-02-25T01:31:04.549Z Downloaded p256 v0.13.2
8672025-02-25T01:31:04.552Z Downloaded half v2.4.1
8682025-02-25T01:31:04.555Z Downloaded tungstenite v0.21.0
8692025-02-25T01:31:04.559Z Downloaded pbkdf2 v0.12.2
8702025-02-25T01:31:04.561Z Downloaded strip-ansi-escapes v0.2.0
8712025-02-25T01:31:04.564Z Downloaded percent-encoding v2.3.1
8722025-02-25T01:31:04.564Z Downloaded parking_lot v0.11.2
8732025-02-25T01:31:04.566Z Downloaded schemars_derive v0.8.21
8742025-02-25T01:31:04.568Z Downloaded scheduled-thread-pool v0.2.7
8752025-02-25T01:31:04.571Z Downloaded same-file v1.0.6
8762025-02-25T01:31:04.571Z Downloaded rand_core v0.6.4
8772025-02-25T01:31:04.573Z Downloaded pkcs5 v0.7.1
8782025-02-25T01:31:04.576Z Downloaded funty v2.0.0
8792025-02-25T01:31:04.578Z Downloaded float-cmp v0.10.0
8802025-02-25T01:31:04.578Z Downloaded aho-corasick v1.1.3
8812025-02-25T01:31:04.585Z Downloaded tracing-attributes v0.1.27
8822025-02-25T01:31:04.587Z Downloaded unsafe-libyaml v0.2.11
8832025-02-25T01:31:04.591Z Downloaded wait-timeout v0.2.0
8842025-02-25T01:31:04.594Z Downloaded vte_generate_state_changes v0.1.2
8852025-02-25T01:31:04.594Z Downloaded yasna v0.5.2
8862025-02-25T01:31:04.596Z Downloaded defmt v0.3.8
8872025-02-25T01:31:04.599Z Downloaded globset v0.4.15
8882025-02-25T01:31:04.602Z Downloaded typify v0.3.0
8892025-02-25T01:31:04.605Z Downloaded oxnet v0.1.0
8902025-02-25T01:31:04.608Z Downloaded defmt-macros v0.3.9
8912025-02-25T01:31:04.611Z Downloaded termtree v0.4.1
8922025-02-25T01:31:04.611Z Downloaded num_enum v0.5.11
8932025-02-25T01:31:04.617Z Downloaded quinn-udp v0.5.5
8942025-02-25T01:31:04.619Z Downloaded signature v2.2.0
8952025-02-25T01:31:04.622Z Downloaded rustc-demangle v0.1.24
8962025-02-25T01:31:04.622Z Downloaded peg v0.8.4
8972025-02-25T01:31:04.626Z Downloaded der_derive v0.7.3
8982025-02-25T01:31:04.629Z Downloaded derive_builder v0.20.2
8992025-02-25T01:31:04.634Z Downloaded parking_lot v0.12.3
9002025-02-25T01:31:04.637Z Downloaded stringprep v0.1.5
9012025-02-25T01:31:04.641Z Downloaded tokio-postgres v0.7.12
9022025-02-25T01:31:04.646Z Downloaded termtree v0.5.1
9032025-02-25T01:31:04.649Z Downloaded typify-macro v0.3.0
9042025-02-25T01:31:04.649Z Downloaded derive_builder_core v0.20.2
9052025-02-25T01:31:04.651Z Downloaded futures-core v0.3.31
9062025-02-25T01:31:04.651Z Downloaded futures-io v0.3.31
9072025-02-25T01:31:04.651Z Downloaded signal-hook-mio v0.2.4
9082025-02-25T01:31:04.654Z Downloaded salty v0.3.0
9092025-02-25T01:31:04.659Z Downloaded progenitor-client v0.9.1
9102025-02-25T01:31:04.662Z Downloaded sigpipe v0.1.3
9112025-02-25T01:31:04.662Z Downloaded yoke v0.7.4
9122025-02-25T01:31:04.668Z Downloaded tls_codec_derive v0.4.1
9132025-02-25T01:31:04.668Z Downloaded phf_shared v0.11.2
9142025-02-25T01:31:04.671Z Downloaded elliptic-curve v0.13.8
9152025-02-25T01:31:04.671Z Downloaded string_cache v0.8.7
9162025-02-25T01:31:04.673Z Downloaded mirai-annotations v1.12.0
9172025-02-25T01:31:04.674Z Downloaded proc-macro-error2 v2.0.1
9182025-02-25T01:31:04.676Z Downloaded proc-macro-error-attr2 v2.0.0
9192025-02-25T01:31:04.676Z Downloaded prettyplease v0.2.29
9202025-02-25T01:31:04.680Z Downloaded tls_codec v0.4.1
9212025-02-25T01:31:04.682Z Downloaded dsl_auto_type v0.1.2
9222025-02-25T01:31:04.684Z Downloaded flate2 v1.0.35
9232025-02-25T01:31:04.689Z Downloaded pretty_assertions v1.4.1
9242025-02-25T01:31:04.692Z Downloaded unicode-segmentation v1.12.0
9252025-02-25T01:31:04.695Z Downloaded owo-colors v4.1.0
9262025-02-25T01:31:04.697Z Downloaded stable_deref_trait v1.2.0
9272025-02-25T01:31:04.700Z Downloaded aws-lc-rs v1.10.0
9282025-02-25T01:31:04.708Z Downloaded ed25519 v2.2.3
9292025-02-25T01:31:04.712Z Downloaded progenitor v0.9.1
9302025-02-25T01:31:04.715Z Downloaded tokio-tungstenite v0.24.0
9312025-02-25T01:31:04.715Z Downloaded serde_repr v0.1.19
9322025-02-25T01:31:04.718Z Downloaded simd-adler32 v0.3.7
9332025-02-25T01:31:04.718Z Downloaded packed_struct_codegen v0.10.1
9342025-02-25T01:31:04.721Z Downloaded dyn-clone v1.0.18
9352025-02-25T01:31:04.721Z Downloaded either v1.13.0
9362025-02-25T01:31:04.724Z Downloaded rtoolbox v0.0.2
9372025-02-25T01:31:04.727Z Downloaded chrono v0.4.39
9382025-02-25T01:31:04.734Z Downloaded futures-channel v0.3.31
9392025-02-25T01:31:04.736Z Downloaded derive-where v1.2.7
9402025-02-25T01:31:04.740Z Downloaded num-traits v0.2.19
9412025-02-25T01:31:04.742Z Downloaded tokio-util v0.7.12
9422025-02-25T01:31:04.748Z Downloaded vergen v8.3.2
9432025-02-25T01:31:04.751Z Downloaded progenitor v0.8.0
9442025-02-25T01:31:04.753Z Downloaded lalrpop v0.19.12
9452025-02-25T01:31:04.765Z Downloaded smallvec v0.6.14
9462025-02-25T01:31:04.767Z Downloaded num-rational v0.4.2
9472025-02-25T01:31:04.770Z Downloaded num-complex v0.4.6
9482025-02-25T01:31:04.772Z Downloaded quinn-proto v0.11.8
9492025-02-25T01:31:04.777Z Downloaded num-integer v0.1.46
9502025-02-25T01:31:04.779Z Downloaded icu_properties_data v1.5.0
9512025-02-25T01:31:04.790Z Downloaded test-strategy v0.4.0
9522025-02-25T01:31:04.794Z Downloaded dropshot_endpoint v0.15.1
9532025-02-25T01:31:04.797Z Downloaded winnow v0.5.40
9542025-02-25T01:31:04.807Z Downloaded x509-cert v0.2.5
9552025-02-25T01:31:04.814Z Downloaded pin-project v1.1.6
9562025-02-25T01:31:04.826Z Downloaded nom v7.1.3
9572025-02-25T01:31:04.831Z Downloaded papergrid v0.14.0
9582025-02-25T01:31:04.836Z Downloaded rayon v1.10.0
9592025-02-25T01:31:04.847Z Downloaded steno v0.4.1
9602025-02-25T01:31:04.850Z Downloaded unicode-normalization v0.1.24
9612025-02-25T01:31:04.854Z Downloaded der v0.7.9
9622025-02-25T01:31:04.864Z Downloaded russh v0.45.0
9632025-02-25T01:31:04.868Z Downloaded rsa v0.9.6
9642025-02-25T01:31:04.871Z Downloaded phf_generator v0.11.2
9652025-02-25T01:31:04.873Z Downloaded mio v1.0.2
9662025-02-25T01:31:04.878Z Downloaded time v0.3.36
9672025-02-25T01:31:04.886Z Downloaded rustls-webpki v0.102.8
9682025-02-25T01:31:04.906Z Downloaded ed25519-dalek v2.1.1
9692025-02-25T01:31:04.910Z Downloaded p384 v0.13.0
9702025-02-25T01:31:04.916Z Downloaded unicode-width v0.2.0
9712025-02-25T01:31:04.924Z Downloaded tower v0.5.2
9722025-02-25T01:31:04.931Z Downloaded rusqlite v0.32.1
9732025-02-25T01:31:04.938Z Downloaded reqwest v0.12.12
9742025-02-25T01:31:04.948Z Downloaded h2 v0.4.6
9752025-02-25T01:31:04.955Z Downloaded num-bigint-dig v0.8.4
9762025-02-25T01:31:04.960Z Downloaded openssl v0.10.71
9772025-02-25T01:31:04.970Z Downloaded curve25519-dalek v4.1.3
9782025-02-25T01:31:04.981Z Downloaded quinn v0.11.5
9792025-02-25T01:31:04.985Z Downloaded regex v1.11.1
9802025-02-25T01:31:04.998Z Downloaded rand v0.9.0
9812025-02-25T01:31:05.002Z Downloaded regex-syntax v0.6.29
9822025-02-25T01:31:05.010Z Downloaded nix v0.27.1
9832025-02-25T01:31:05.021Z Downloaded hashbrown v0.14.5
9842025-02-25T01:31:05.026Z Downloaded rustls-webpki v0.101.7
9852025-02-25T01:31:05.041Z Downloaded webpki-roots v0.26.6
9862025-02-25T01:31:05.045Z Downloaded rustls v0.21.12
9872025-02-25T01:31:05.057Z Downloaded gimli v0.31.1
9882025-02-25T01:31:05.065Z Downloaded regress v0.10.1
9892025-02-25T01:31:05.075Z Downloaded openapiv3 v2.0.0
9902025-02-25T01:31:05.088Z Downloaded quick-xml v0.37.2
9912025-02-25T01:31:05.093Z Downloaded object v0.30.4
9922025-02-25T01:31:05.104Z Downloaded dropshot v0.12.0
9932025-02-25T01:31:05.124Z Downloaded tabled v0.18.0
9942025-02-25T01:31:05.142Z Downloaded object v0.36.5
9952025-02-25T01:31:05.153Z Downloaded smoltcp v0.11.0
9962025-02-25T01:31:05.165Z Downloaded nix v0.28.0
9972025-02-25T01:31:05.178Z Downloaded diesel v2.2.7
9982025-02-25T01:31:05.197Z Downloaded rustls v0.23.19
9992025-02-25T01:31:05.208Z Downloaded dropshot v0.15.1
10002025-02-25T01:31:05.231Z Downloaded chrono-tz v0.10.1
10012025-02-25T01:31:05.238Z Downloaded bstr v1.10.0
10022025-02-25T01:31:05.249Z Downloaded smoltcp v0.9.1
10032025-02-25T01:31:05.260Z Downloaded git2 v0.19.0
10042025-02-25T01:31:05.271Z Downloaded nix v0.29.0
10052025-02-25T01:31:05.288Z Downloaded typify-impl v0.3.0
10062025-02-25T01:31:05.299Z Downloaded zerocopy-derive v0.6.6
10072025-02-25T01:31:05.318Z Downloaded ratatui v0.29.0
10082025-02-25T01:31:05.331Z Downloaded petname v2.0.2
10092025-02-25T01:31:05.338Z Downloaded sled v0.34.7
10102025-02-25T01:31:05.347Z Downloaded typify-impl v0.2.0
10112025-02-25T01:31:05.360Z Downloaded regex-automata v0.4.8
10122025-02-25T01:31:05.377Z Downloaded bzip2-sys v0.1.11+1.0.8
10132025-02-25T01:31:05.392Z Downloaded regex-syntax v0.8.5
10142025-02-25T01:31:05.406Z Downloaded rustls v0.22.4
10152025-02-25T01:31:05.412Z Downloaded regress v0.9.1
10162025-02-25T01:31:05.421Z Downloaded lzma-sys v0.1.20
10172025-02-25T01:31:05.449Z Downloaded polar-core v0.27.3
10182025-02-25T01:31:05.458Z Downloaded vcpkg v0.2.15
10192025-02-25T01:31:05.495Z Downloaded libz-sys v1.1.20
10202025-02-25T01:31:05.521Z Downloaded radix_trie v0.2.1
10212025-02-25T01:31:05.524Z Downloaded sqlparser v0.45.0
10222025-02-25T01:31:05.529Z Downloaded bindgen v0.71.1
10232025-02-25T01:31:05.535Z Downloaded zerocopy v0.8.10
10242025-02-25T01:31:05.559Z Downloaded num-bigint v0.4.6
10252025-02-25T01:31:05.563Z Downloaded bindgen v0.69.5
10262025-02-25T01:31:05.570Z Downloaded petgraph v0.6.5
10272025-02-25T01:31:05.588Z Downloaded csv v1.3.1
10282025-02-25T01:31:05.607Z Downloaded vte v0.11.1
10292025-02-25T01:31:05.612Z Downloaded tokio v1.43.0
10302025-02-25T01:31:05.647Z Downloaded sha3 v0.10.8
10312025-02-25T01:31:05.651Z Downloaded tracing v0.1.40
10322025-02-25T01:31:05.655Z Downloaded parse-zoneinfo v0.3.1
10332025-02-25T01:31:05.657Z Downloaded proptest v1.5.0
10342025-02-25T01:31:05.668Z Downloaded getrandom v0.3.1
10352025-02-25T01:31:05.678Z Downloaded hashbrown v0.13.2
10362025-02-25T01:31:05.680Z Downloaded hashbrown v0.12.3
10372025-02-25T01:31:05.680Z Downloaded vsss-rs v3.3.4
10382025-02-25T01:31:05.680Z Downloaded thiserror v2.0.11
10392025-02-25T01:31:05.685Z Downloaded serde_with v3.11.0
10402025-02-25T01:31:05.693Z Downloaded ron v0.8.1
10412025-02-25T01:31:05.698Z Downloaded oso v0.27.3
10422025-02-25T01:31:05.702Z Downloaded bitvec v1.0.1
10432025-02-25T01:31:05.717Z Downloaded futures v0.3.31
10442025-02-25T01:31:05.722Z Downloaded russh-keys v0.45.0
10452025-02-25T01:31:05.726Z Downloaded samael v0.0.18
10462025-02-25T01:31:05.731Z Downloaded pin-project-internal v1.1.6
10472025-02-25T01:31:05.735Z Downloaded typify-macro v0.2.0
10482025-02-25T01:31:05.735Z Downloaded tough v0.19.0
10492025-02-25T01:31:05.740Z Downloaded expectorate v1.1.0
10502025-02-25T01:31:05.742Z Downloaded static_assertions v1.1.0
10512025-02-25T01:31:05.742Z Downloaded signal-hook-registry v1.4.2
10522025-02-25T01:31:05.745Z Downloaded serde_plain v1.0.2
10532025-02-25T01:31:05.748Z Downloaded r2d2 v0.8.10
10542025-02-25T01:31:05.748Z Downloaded zip v2.1.3
10552025-02-25T01:31:05.752Z Downloaded toml_edit v0.19.15
10562025-02-25T01:31:05.765Z Downloaded futures-util v0.3.31
10572025-02-25T01:31:05.776Z Downloaded num_enum_derive v0.5.11
10582025-02-25T01:31:05.779Z Downloaded parking_lot_core v0.9.10
10592025-02-25T01:31:05.782Z Downloaded dunce v1.0.5
10602025-02-25T01:31:05.782Z Downloaded parse-display v0.10.0
10612025-02-25T01:31:05.782Z Downloaded blake3 v1.5.4
10622025-02-25T01:31:05.788Z Downloaded portable-atomic v1.9.0
10632025-02-25T01:31:05.795Z Downloaded encoding_rs v0.8.34
10642025-02-25T01:31:05.816Z Downloaded zerocopy-derive v0.8.10
10652025-02-25T01:31:05.821Z Downloaded zerovec v0.10.4
10662025-02-25T01:31:05.827Z Downloaded unicode-bidi v0.3.17
10672025-02-25T01:31:05.830Z Downloaded unicode-properties v0.1.3
10682025-02-25T01:31:05.835Z Downloaded zip v0.6.6
10692025-02-25T01:31:05.837Z Downloaded reedline v0.35.0
10702025-02-25T01:31:05.842Z Downloaded futures-sink v0.3.31
10712025-02-25T01:31:05.845Z Downloaded defmt-parser v0.3.4
10722025-02-25T01:31:05.845Z Downloaded whoami v1.5.2
10732025-02-25T01:31:05.848Z Downloaded similar v2.6.0
10742025-02-25T01:31:05.851Z Downloaded which v4.4.2
10752025-02-25T01:31:05.856Z Downloaded aes-gcm v0.10.3
10762025-02-25T01:31:05.856Z Downloaded diesel_derives v2.2.3
10772025-02-25T01:31:05.859Z Downloaded ring v0.17.11
10782025-02-25T01:31:05.901Z Downloaded rustc_version v0.4.1
10792025-02-25T01:31:05.906Z Downloaded ron v0.7.1
10802025-02-25T01:31:05.910Z Downloaded toml v0.7.8
10812025-02-25T01:31:05.913Z Downloaded itertools v0.14.0
10822025-02-25T01:31:05.917Z Downloaded crossterm v0.28.1
10832025-02-25T01:31:05.923Z Downloaded omicron-zone-package v0.12.0
10842025-02-25T01:31:05.925Z Downloaded ppv-lite86 v0.2.20
10852025-02-25T01:31:05.928Z Downloaded libxml v0.3.3
10862025-02-25T01:31:05.932Z Downloaded serde-big-array v0.5.1
10872025-02-25T01:31:05.936Z Downloaded siphasher v0.3.11
10882025-02-25T01:31:05.936Z Downloaded yansi v1.0.1
10892025-02-25T01:31:05.940Z Downloaded ghash v0.5.1
10902025-02-25T01:31:05.940Z Downloaded rand_core v0.9.2
10912025-02-25T01:31:05.943Z Downloaded qorb v0.2.1
10922025-02-25T01:31:05.945Z Downloaded libgit2-sys v0.17.0+1.8.1
10932025-02-25T01:31:06.001Z Downloaded typed-path v0.9.3
10942025-02-25T01:31:06.006Z Downloaded snafu v0.8.5
10952025-02-25T01:31:06.011Z Downloaded signal-hook v0.3.17
10962025-02-25T01:31:06.015Z Downloaded itertools v0.10.5
10972025-02-25T01:31:06.020Z Downloaded walkdir v2.5.0
10982025-02-25T01:31:06.023Z Downloaded rand_seeder v0.3.0
10992025-02-25T01:31:06.023Z Downloaded publicsuffix v2.3.0
11002025-02-25T01:31:06.026Z Downloaded multer v3.1.0
11012025-02-25T01:31:06.028Z Downloaded rustfmt-wrapper v0.2.1
11022025-02-25T01:31:06.028Z Downloaded flagset v0.4.6
11032025-02-25T01:31:06.031Z Downloaded fixedbitset v0.4.2
11042025-02-25T01:31:06.034Z Downloaded filetime v0.2.25
11052025-02-25T01:31:06.034Z Downloaded minimal-lexical v0.2.1
11062025-02-25T01:31:06.037Z Downloaded fs_extra v1.3.0
11072025-02-25T01:31:06.040Z Downloaded ecdsa v0.16.9
11082025-02-25T01:31:06.042Z Downloaded xz2 v0.1.7
11092025-02-25T01:31:06.043Z Downloaded peg-macros v0.8.4
11102025-02-25T01:31:06.045Z Downloaded zerofrom-derive v0.1.4
11112025-02-25T01:31:06.046Z Downloaded shlex v1.3.0
11122025-02-25T01:31:06.048Z Downloaded serde_urlencoded v0.7.1
11132025-02-25T01:31:06.048Z Downloaded toolchain_find v0.4.0
11142025-02-25T01:31:06.050Z Downloaded time-macros v0.2.18
11152025-02-25T01:31:06.053Z Downloaded foreign-types-macros v0.2.3
11162025-02-25T01:31:06.053Z Downloaded foreign-types v0.5.0
11172025-02-25T01:31:06.053Z Downloaded enum-as-inner v0.6.1
11182025-02-25T01:31:06.055Z Downloaded snafu-derive v0.8.5
11192025-02-25T01:31:06.056Z Downloaded darling_core v0.20.10
11202025-02-25T01:31:06.059Z Downloaded tar v0.4.44
11212025-02-25T01:31:06.062Z Downloaded supports-color v3.0.2
11222025-02-25T01:31:06.067Z Downloaded structmeta-derive v0.3.0
11232025-02-25T01:31:06.067Z Downloaded serde_yaml v0.9.34+deprecated
11242025-02-25T01:31:06.070Z Downloaded untrusted v0.9.0
11252025-02-25T01:31:06.070Z Downloaded unicase v2.7.0
11262025-02-25T01:31:06.074Z Downloaded unarray v0.1.4
11272025-02-25T01:31:06.074Z Downloaded tinystr v0.7.6
11282025-02-25T01:31:06.074Z Downloaded opaque-debug v0.3.1
11292025-02-25T01:31:06.076Z Downloaded nibble_vec v0.1.0
11302025-02-25T01:31:06.076Z Downloaded newtype_derive v0.1.6
11312025-02-25T01:31:06.076Z Downloaded headers v0.4.0
11322025-02-25T01:31:06.081Z Downloaded pkg-config v0.3.31
11332025-02-25T01:31:06.083Z Downloaded tokio-tungstenite v0.21.0
11342025-02-25T01:31:06.087Z Downloaded rustversion v1.0.17
11352025-02-25T01:31:06.087Z Downloaded subprocess v0.2.9
11362025-02-25T01:31:06.090Z Downloaded dirs-sys-next v0.1.2
11372025-02-25T01:31:06.090Z Downloaded hyper-util v0.1.10
11382025-02-25T01:31:06.094Z Downloaded cc v1.2.15
11392025-02-25T01:31:06.098Z Downloaded tokio-rustls v0.26.0
11402025-02-25T01:31:06.102Z Downloaded tokio-rustls v0.24.1
11412025-02-25T01:31:06.102Z Downloaded base64 v0.22.1
11422025-02-25T01:31:06.105Z Downloaded base64 v0.21.7
11432025-02-25T01:31:06.109Z Downloaded getrandom v0.2.15
11442025-02-25T01:31:06.112Z Downloaded nanorand v0.7.0
11452025-02-25T01:31:06.116Z Downloaded dirs-next v2.0.0
11462025-02-25T01:31:06.119Z Downloaded value-bag v1.9.0
11472025-02-25T01:31:06.119Z Downloaded unicode-xid v0.2.6
11482025-02-25T01:31:06.119Z Downloaded strum_macros v0.26.4
11492025-02-25T01:31:06.123Z Downloaded serde_with_macros v3.11.0
11502025-02-25T01:31:06.127Z Downloaded rand_chacha v0.3.1
11512025-02-25T01:31:06.127Z Downloaded mime_guess v2.0.5
11522025-02-25T01:31:06.127Z Downloaded icu_locid_transform_data v1.5.0
11532025-02-25T01:31:06.130Z Downloaded icu_normalizer v1.5.0
11542025-02-25T01:31:06.134Z Downloaded utf8_iter v1.0.4
11552025-02-25T01:31:06.134Z Downloaded const_format v0.2.34
11562025-02-25T01:31:06.137Z Downloaded bumpalo v3.16.0
11572025-02-25T01:31:06.140Z Downloaded maplit v1.0.2
11582025-02-25T01:31:06.140Z Downloaded lru v0.12.5
11592025-02-25T01:31:06.144Z Downloaded lock_api v0.4.12
11602025-02-25T01:31:06.144Z Downloaded memmap2 v0.9.5
11612025-02-25T01:31:06.144Z Downloaded lockfree-object-pool v0.1.6
11622025-02-25T01:31:06.148Z Downloaded litemap v0.7.3
11632025-02-25T01:31:06.148Z Downloaded ipnet v2.10.1
11642025-02-25T01:31:06.151Z Downloaded writeable v0.5.5
11652025-02-25T01:31:06.151Z Downloaded thread_local v1.1.8
11662025-02-25T01:31:06.154Z Downloaded thiserror-impl v2.0.11
11672025-02-25T01:31:06.154Z Downloaded crossbeam-utils v0.8.20
11682025-02-25T01:31:06.156Z Downloaded cookie v0.18.1
11692025-02-25T01:31:06.159Z Downloaded thiserror-impl-no-std v2.0.2
11702025-02-25T01:31:06.161Z Downloaded slab v0.4.9
11712025-02-25T01:31:06.161Z Downloaded libloading v0.8.5
11722025-02-25T01:31:06.164Z Downloaded icu_provider v1.5.0
11732025-02-25T01:31:06.167Z Downloaded icu_normalizer_data v1.5.0
11742025-02-25T01:31:06.170Z Downloaded icu_locid v1.5.0
11752025-02-25T01:31:06.172Z Downloaded maybe-uninit v2.0.0
11762025-02-25T01:31:06.175Z Downloaded managed v0.8.0
11772025-02-25T01:31:06.175Z Downloaded jobserver v0.1.32
11782025-02-25T01:31:06.177Z Downloaded bytes v1.9.0
11792025-02-25T01:31:06.179Z Downloaded fxhash v0.2.1
11802025-02-25T01:31:06.182Z Downloaded internet-checksum v0.2.1
11812025-02-25T01:31:06.184Z Downloaded mime v0.3.17
11822025-02-25T01:31:06.185Z Downloaded md-5 v0.10.6
11832025-02-25T01:31:06.187Z Downloaded lru-cache v0.1.2
11842025-02-25T01:31:06.187Z Downloaded iana-time-zone v0.1.61
11852025-02-25T01:31:06.190Z Downloaded lalrpop-util v0.19.12
11862025-02-25T01:31:06.190Z Downloaded kstat-rs v0.2.4
11872025-02-25T01:31:06.190Z Downloaded is-terminal v0.4.13
11882025-02-25T01:31:06.193Z Downloaded impl-trait-for-tuples v0.2.2
11892025-02-25T01:31:06.195Z Downloaded cookie_store v0.21.1
11902025-02-25T01:31:06.198Z Downloaded slog-dtrace v0.3.0
11912025-02-25T01:31:06.198Z Downloaded slog-bunyan v2.5.0
11922025-02-25T01:31:06.198Z Downloaded sha1 v0.10.6
11932025-02-25T01:31:06.200Z Downloaded crc-any v2.5.0
11942025-02-25T01:31:06.202Z Downloaded icu_locid_transform v1.5.0
11952025-02-25T01:31:06.205Z Downloaded inout v0.1.3
11962025-02-25T01:31:06.205Z Downloaded idna_adapter v1.2.0
11972025-02-25T01:31:06.206Z Downloaded humantime v2.1.0
11982025-02-25T01:31:06.208Z Downloaded argon2 v0.5.3
11992025-02-25T01:31:06.210Z Downloaded bit-set v0.5.3
12002025-02-25T01:31:06.211Z Downloaded async-bb8-diesel v0.2.1
12012025-02-25T01:31:06.213Z Downloaded heck v0.3.3
12022025-02-25T01:31:06.213Z Downloaded headers-core v0.3.0
12032025-02-25T01:31:06.216Z Downloaded blowfish v0.9.1
12042025-02-25T01:31:06.216Z Downloaded bb8 v0.8.5
12052025-02-25T01:31:06.216Z Downloaded atomic-waker v1.1.2
12062025-02-25T01:31:06.218Z Downloaded castaway v0.2.3
12072025-02-25T01:31:06.219Z Downloaded block-padding v0.3.3
12082025-02-25T01:31:06.222Z Downloaded bitfield v0.14.0
12092025-02-25T01:31:06.222Z Downloaded cexpr v0.6.0
12102025-02-25T01:31:06.226Z Downloaded base16ct v0.2.0
12112025-02-25T01:31:06.226Z Downloaded async-stream v0.3.6
12122025-02-25T01:31:06.226Z Downloaded cmake v0.1.51
12132025-02-25T01:31:06.314Z Downloaded libsqlite3-sys v0.30.1
12142025-02-25T01:31:06.587Z Downloaded aws-lc-sys v0.22.0
12152025-02-25T01:31:06.895Z Compiling serde v1.0.218
12162025-02-25T01:31:06.898Z Compiling value-bag v1.9.0
12172025-02-25T01:31:06.898Z Compiling lock_api v0.4.12
12182025-02-25T01:31:06.898Z Compiling scopeguard v1.2.0
12192025-02-25T01:31:06.898Z Compiling typenum v1.17.0
12202025-02-25T01:31:06.898Z Compiling generic-array v0.14.7
12212025-02-25T01:31:07.063Z Compiling syn v2.0.96
12222025-02-25T01:31:07.074Z Compiling getrandom v0.2.15
12232025-02-25T01:31:07.197Z Compiling subtle v2.6.1
12242025-02-25T01:31:07.404Z Compiling rand_core v0.6.4
12252025-02-25T01:31:07.536Z Compiling log v0.4.22
12262025-02-25T01:31:07.560Z Compiling shlex v1.3.0
12272025-02-25T01:31:07.587Z Compiling jobserver v0.1.32
12282025-02-25T01:31:07.620Z Compiling smallvec v1.14.0
12292025-02-25T01:31:07.887Z Compiling const-oid v0.9.6
12302025-02-25T01:31:07.907Z Compiling pin-project-lite v0.2.14
12312025-02-25T01:31:07.923Z Compiling rustix v0.38.37
12322025-02-25T01:31:07.995Z Compiling cc v1.2.15
12332025-02-25T01:31:08.039Z Compiling parking_lot_core v0.9.10
12342025-02-25T01:31:08.277Z Compiling futures-core v0.3.31
12352025-02-25T01:31:08.365Z Compiling spin v0.9.8
12362025-02-25T01:31:08.509Z Compiling signal-hook-registry v1.4.2
12372025-02-25T01:31:08.704Z Compiling mio v1.0.2
12382025-02-25T01:31:08.764Z Compiling either v1.13.0
12392025-02-25T01:31:09.150Z Compiling parking_lot v0.12.3
12402025-02-25T01:31:09.230Z Compiling aho-corasick v1.1.3
12412025-02-25T01:31:09.311Z Compiling stable_deref_trait v1.2.0
12422025-02-25T01:31:09.436Z Compiling regex-syntax v0.8.5
12432025-02-25T01:31:09.462Z Compiling cpufeatures v0.2.14
12442025-02-25T01:31:09.579Z Compiling futures-sink v0.3.31
12452025-02-25T01:31:09.761Z Compiling socket2 v0.5.8
12462025-02-25T01:31:09.920Z Compiling slab v0.4.9
12472025-02-25T01:31:10.078Z Compiling glob v0.3.2
12482025-02-25T01:31:10.146Z Compiling prettyplease v0.2.29
12492025-02-25T01:31:10.567Z Compiling lazy_static v1.5.0
12502025-02-25T01:31:10.702Z Compiling serde_json v1.0.139
12512025-02-25T01:31:10.752Z Compiling minimal-lexical v0.2.1
12522025-02-25T01:31:10.770Z Compiling futures-channel v0.3.31
12532025-02-25T01:31:10.976Z Compiling clang-sys v1.8.1
12542025-02-25T01:31:11.124Z Compiling libloading v0.8.5
12552025-02-25T01:31:11.199Z Compiling nom v7.1.3
12562025-02-25T01:31:11.267Z Compiling bindgen v0.69.5
12572025-02-25T01:31:11.474Z Compiling futures-task v0.3.31
12582025-02-25T01:31:11.708Z Compiling futures-io v0.3.31
12592025-02-25T01:31:11.817Z Compiling home v0.5.9
12602025-02-25T01:31:11.989Z Compiling pin-utils v0.1.0
12612025-02-25T01:31:12.050Z Compiling itertools v0.12.1
12622025-02-25T01:31:12.103Z Compiling lazycell v1.3.0
12632025-02-25T01:31:12.159Z Compiling rustc-hash v1.1.0
12642025-02-25T01:31:12.276Z Compiling allocator-api2 v0.2.18
12652025-02-25T01:31:12.320Z Compiling foldhash v0.1.3
12662025-02-25T01:31:12.625Z Compiling libm v0.2.8
12672025-02-25T01:31:13.017Z Compiling hashbrown v0.15.1
12682025-02-25T01:31:13.042Z Compiling cmake v0.1.51
12692025-02-25T01:31:13.879Z Compiling regex-automata v0.4.8
12702025-02-25T01:31:13.930Z Compiling num-traits v0.2.19
12712025-02-25T01:31:18.122Z Compiling cexpr v0.6.0
12722025-02-25T01:31:18.227Z Compiling fs_extra v1.3.0
12732025-02-25T01:31:18.227Z Compiling synstructure v0.13.1
12742025-02-25T01:31:18.227Z Compiling pkg-config v0.3.31
12752025-02-25T01:31:18.227Z Compiling dunce v1.0.5
12762025-02-25T01:31:18.227Z Compiling writeable v0.5.5
12772025-02-25T01:31:18.227Z Compiling litemap v0.7.3
12782025-02-25T01:31:18.227Z Compiling ring v0.17.11
12792025-02-25T01:31:18.227Z Compiling paste v1.0.15
12802025-02-25T01:31:18.227Z Compiling base64ct v1.6.0
12812025-02-25T01:31:18.227Z Compiling pem-rfc7468 v0.7.0
12822025-02-25T01:31:18.227Z Compiling icu_locid_transform_data v1.5.0
12832025-02-25T01:31:18.227Z Compiling flagset v0.4.6
12842025-02-25T01:31:18.227Z Compiling aws-lc-rs v1.10.0
12852025-02-25T01:31:18.227Z Compiling httparse v1.9.5
12862025-02-25T01:31:18.227Z Compiling tracing-core v0.1.32
12872025-02-25T01:31:18.327Z Compiling percent-encoding v2.3.1
12882025-02-25T01:31:18.353Z Compiling icu_properties_data v1.5.0
12892025-02-25T01:31:18.463Z Compiling rustls-pki-types v1.10.0
12902025-02-25T01:31:18.566Z Compiling crossbeam-utils v0.8.20
12912025-02-25T01:31:18.977Z Compiling mirai-annotations v1.12.0
12922025-02-25T01:31:19.094Z Compiling regex v1.11.1
12932025-02-25T01:31:19.224Z Compiling num-conv v0.1.0
12942025-02-25T01:31:19.256Z Compiling untrusted v0.7.1
12952025-02-25T01:31:19.417Z Compiling write16 v1.0.0
12962025-02-25T01:31:19.440Z Compiling time-core v0.1.2
12972025-02-25T01:31:19.484Z Compiling utf16_iter v1.0.5
12982025-02-25T01:31:19.505Z Compiling serde_derive v1.0.218
12992025-02-25T01:31:19.547Z Compiling zeroize_derive v1.4.2
13002025-02-25T01:31:19.602Z Compiling zerocopy-derive v0.7.35
13012025-02-25T01:31:19.686Z Compiling tokio-macros v2.5.0
13022025-02-25T01:31:19.976Z Compiling zerofrom-derive v0.1.4
13032025-02-25T01:31:20.826Z Compiling zeroize v1.8.1
13042025-02-25T01:31:21.158Z Compiling yoke-derive v0.7.4
13052025-02-25T01:31:21.492Z Compiling zerocopy v0.7.35
13062025-02-25T01:31:22.237Z Compiling thiserror-impl v1.0.69
13072025-02-25T01:31:22.346Z Compiling crypto-common v0.1.6
13082025-02-25T01:31:22.605Z Compiling block-buffer v0.10.4
13092025-02-25T01:31:22.709Z Compiling futures-macro v0.3.31
13102025-02-25T01:31:22.863Z Compiling digest v0.10.7
13112025-02-25T01:31:23.147Z Compiling zerofrom v0.1.4
13122025-02-25T01:31:23.256Z Compiling zerovec-derive v0.10.3
13132025-02-25T01:31:23.376Z Compiling hmac v0.12.1
13142025-02-25T01:31:23.600Z Compiling yoke v0.7.4
13152025-02-25T01:31:23.619Z Compiling displaydoc v0.2.5
13162025-02-25T01:31:23.939Z Compiling block-padding v0.3.3
13172025-02-25T01:31:24.166Z Compiling inout v0.1.3
13182025-02-25T01:31:24.221Z Compiling ppv-lite86 v0.2.20
13192025-02-25T01:31:24.440Z Compiling cipher v0.4.4
13202025-02-25T01:31:24.485Z Compiling futures-util v0.3.31
13212025-02-25T01:31:24.902Z Compiling sha2 v0.10.8
13222025-02-25T01:31:24.940Z Compiling icu_provider_macros v1.5.0
13232025-02-25T01:31:24.960Z Compiling thiserror v1.0.69
13242025-02-25T01:31:25.094Z Compiling der_derive v0.7.3
13252025-02-25T01:31:25.122Z Compiling tracing-attributes v0.1.27
13262025-02-25T01:31:25.680Z Compiling zerovec v0.10.4
13272025-02-25T01:31:25.943Z Compiling pest v2.7.14
13282025-02-25T01:31:27.284Z Compiling der v0.7.9
13292025-02-25T01:31:27.655Z Compiling tinystr v0.7.6
13302025-02-25T01:31:27.966Z Compiling icu_locid v1.5.0
13312025-02-25T01:31:28.169Z Compiling icu_collections v1.5.0
13322025-02-25T01:31:28.276Z Compiling tracing v0.1.40
13332025-02-25T01:31:28.704Z Compiling salsa20 v0.10.2
13342025-02-25T01:31:28.758Z Compiling pbkdf2 v0.12.2
13352025-02-25T01:31:28.939Z Compiling powerfmt v0.2.0
13362025-02-25T01:31:28.942Z Compiling vcpkg v0.2.15
13372025-02-25T01:31:29.329Z Compiling icu_provider v1.5.0
13382025-02-25T01:31:29.379Z Compiling spki v0.7.3
13392025-02-25T01:31:29.447Z Compiling icu_normalizer_data v1.5.0
13402025-02-25T01:31:29.563Z Compiling utf8_iter v1.0.4
13412025-02-25T01:31:29.752Z Compiling untrusted v0.9.0
13422025-02-25T01:31:29.796Z Compiling deranged v0.3.11
13432025-02-25T01:31:29.844Z Compiling scrypt v0.11.0
13442025-02-25T01:31:29.946Z Compiling pest_meta v2.7.14
13452025-02-25T01:31:30.005Z Compiling icu_locid_transform v1.5.0
13462025-02-25T01:31:30.259Z Compiling aes v0.8.4
13472025-02-25T01:31:30.310Z Compiling cbc v0.1.2
13482025-02-25T01:31:30.545Z Compiling rand_chacha v0.3.1
13492025-02-25T01:31:30.692Z Compiling openssl-sys v0.9.106
13502025-02-25T01:31:31.152Z Compiling icu_properties v1.5.1
13512025-02-25T01:31:31.729Z Compiling bitflags v2.6.0
13522025-02-25T01:31:31.811Z Compiling bytes v1.9.0
13532025-02-25T01:31:32.165Z Compiling semver v1.0.25
13542025-02-25T01:31:32.640Z Compiling indexmap v2.7.1
13552025-02-25T01:31:32.845Z Compiling tokio v1.43.0
13562025-02-25T01:31:32.882Z Compiling http v1.2.0
13572025-02-25T01:31:32.989Z Compiling rustc_version v0.4.1
13582025-02-25T01:31:33.993Z Compiling time-macros v0.2.18
13592025-02-25T01:31:34.048Z Compiling scroll_derive v0.12.0
13602025-02-25T01:31:35.005Z Compiling icu_normalizer v1.5.0
13612025-02-25T01:31:35.506Z Compiling tinyvec_macros v0.1.1
13622025-02-25T01:31:35.611Z Compiling which v4.4.2
13632025-02-25T01:31:35.619Z Compiling num_threads v0.1.7
13642025-02-25T01:31:35.761Z Compiling atomic-waker v1.1.2
13652025-02-25T01:31:35.813Z Compiling tinyvec v1.8.0
13662025-02-25T01:31:36.145Z Compiling idna_adapter v1.2.0
13672025-02-25T01:31:36.374Z Compiling scroll v0.12.0
13682025-02-25T01:31:37.157Z Compiling http-body v1.0.1
13692025-02-25T01:31:37.589Z Compiling pest_generator v2.7.14
13702025-02-25T01:31:37.589Z Compiling pkcs5 v0.7.1
13712025-02-25T01:31:37.589Z Compiling rand v0.8.5
13722025-02-25T01:31:37.589Z Compiling time v0.3.36
13732025-02-25T01:31:37.611Z Compiling form_urlencoded v1.2.1
13742025-02-25T01:31:37.611Z Compiling getrandom v0.3.1
13752025-02-25T01:31:37.942Z Compiling try-lock v0.2.5
13762025-02-25T01:31:37.990Z Compiling zerocopy v0.8.10
13772025-02-25T01:31:38.110Z Compiling slog v2.7.0
13782025-02-25T01:31:38.309Z Compiling goblin v0.8.2
13792025-02-25T01:31:38.696Z Compiling pest_derive v2.7.14
13802025-02-25T01:31:38.716Z Compiling want v0.3.1
13812025-02-25T01:31:38.873Z Compiling pkcs8 v0.10.2
13822025-02-25T01:31:38.969Z Compiling idna v1.0.3
13832025-02-25T01:31:38.995Z Compiling uuid v1.12.0
13842025-02-25T01:31:39.543Z Compiling zerocopy-derive v0.8.10
13852025-02-25T01:31:39.564Z Compiling tower-service v0.3.3
13862025-02-25T01:31:39.713Z Compiling httpdate v1.0.3
13872025-02-25T01:31:40.163Z Compiling iana-time-zone v0.1.61
13882025-02-25T01:31:40.453Z Compiling chrono v0.4.39
13892025-02-25T01:31:40.511Z Compiling dtrace-parser v0.2.0
13902025-02-25T01:31:41.265Z Compiling tokio-util v0.7.12
13912025-02-25T01:31:41.913Z Compiling serde_tokenstream v0.2.2
13922025-02-25T01:31:42.247Z Compiling h2 v0.4.6
13932025-02-25T01:31:42.468Z Compiling toml_datetime v0.6.8
13942025-02-25T01:31:42.491Z Compiling serde_spanned v0.6.8
13952025-02-25T01:31:42.731Z Compiling rustversion v1.0.17
13962025-02-25T01:31:42.930Z Compiling foreign-types-shared v0.1.1
13972025-02-25T01:31:43.064Z Compiling base64 v0.22.1
13982025-02-25T01:31:43.380Z Compiling adler2 v2.0.0
13992025-02-25T01:31:43.603Z Compiling match_cfg v0.1.0
14002025-02-25T01:31:43.694Z Compiling openssl v0.10.71
14012025-02-25T01:31:43.715Z Compiling hostname v0.3.1
14022025-02-25T01:31:43.743Z Compiling miniz_oxide v0.8.0
14032025-02-25T01:31:44.005Z Compiling dof v0.3.0
14042025-02-25T01:31:44.197Z Compiling foreign-types v0.3.2
14052025-02-25T01:31:44.307Z Compiling url v2.5.3
14062025-02-25T01:31:45.228Z Compiling rand_core v0.9.2
14072025-02-25T01:31:45.405Z Compiling usdt-impl v0.5.0
14082025-02-25T01:31:45.840Z Compiling openssl-macros v0.1.1
14092025-02-25T01:31:45.889Z Compiling async-trait v0.1.86
14102025-02-25T01:31:46.038Z Compiling serde_derive_internals v0.29.1
14112025-02-25T01:31:46.592Z Compiling dirs-sys-next v0.1.2
14122025-02-25T01:31:46.693Z Compiling schemars v0.8.21
14132025-02-25T01:31:46.843Z Compiling syn v1.0.109
14142025-02-25T01:31:47.049Z Compiling rustls v0.23.19
14152025-02-25T01:31:47.136Z Compiling native-tls v0.2.12
14162025-02-25T01:31:47.352Z Compiling data-encoding v2.6.0
14172025-02-25T01:31:47.409Z Compiling siphasher v0.3.11
14182025-02-25T01:31:47.436Z Compiling rustls v0.22.4
14192025-02-25T01:31:47.624Z Compiling dirs-next v2.0.0
14202025-02-25T01:31:47.806Z Compiling rand_chacha v0.9.0
14212025-02-25T01:31:48.253Z Compiling schemars_derive v0.8.21
14222025-02-25T01:31:48.279Z Compiling unicode-normalization v0.1.24
14232025-02-25T01:31:49.073Z Compiling http-body-util v0.1.2
14242025-02-25T01:31:49.285Z Compiling hyper v1.5.2
14252025-02-25T01:31:49.423Z Compiling crossbeam-epoch v0.9.18
14262025-02-25T01:31:49.588Z Compiling heapless v0.7.17
14272025-02-25T01:31:49.908Z Compiling sha1 v0.10.6
14282025-02-25T01:31:50.050Z Compiling signature v2.2.0
14292025-02-25T01:31:50.102Z Compiling bzip2-sys v0.1.11+1.0.8
14302025-02-25T01:31:50.294Z Compiling thread_local v1.1.8
14312025-02-25T01:31:50.341Z Compiling multer v3.1.0
14322025-02-25T01:31:50.606Z Compiling cookie v0.18.1
14332025-02-25T01:31:50.675Z Compiling encoding_rs v0.8.34
14342025-02-25T01:31:50.773Z Compiling unicode-bidi v0.3.17
14352025-02-25T01:31:50.928Z Compiling mime v0.3.17
14362025-02-25T01:31:51.245Z Compiling openssl-probe v0.1.5
14372025-02-25T01:31:51.412Z Compiling unicode-properties v0.1.3
14382025-02-25T01:31:51.568Z Compiling hyper-util v0.1.10
14392025-02-25T01:31:51.805Z Compiling gimli v0.31.1
14402025-02-25T01:31:51.915Z Compiling signal-hook v0.3.17
14412025-02-25T01:31:51.964Z Compiling ipnet v2.10.1
14422025-02-25T01:31:52.217Z Compiling slog-async v2.8.0
14432025-02-25T01:31:52.732Z Compiling rayon-core v1.12.1
14442025-02-25T01:31:52.810Z Compiling dyn-clone v1.0.18
14452025-02-25T01:31:53.016Z Compiling toml_edit v0.22.22
14462025-02-25T01:31:53.189Z Compiling stringprep v0.1.5
14472025-02-25T01:31:54.738Z Compiling crossbeam-deque v0.8.5
14482025-02-25T01:31:54.822Z Compiling rand v0.9.0
14492025-02-25T01:31:55.051Z Compiling term v0.7.0
14502025-02-25T01:31:56.087Z Compiling addr2line v0.24.2
14512025-02-25T01:31:56.264Z Compiling usdt-macro v0.5.0
14522025-02-25T01:31:56.285Z Compiling usdt-attr-macro v0.5.0
14532025-02-25T01:31:56.495Z Compiling slog-json v2.6.1
14542025-02-25T01:31:56.495Z Compiling serde_urlencoded v0.7.1
14552025-02-25T01:31:56.763Z Compiling crossbeam-channel v0.5.13
14562025-02-25T01:31:56.879Z Compiling curve25519-dalek v4.1.3
14572025-02-25T01:31:57.015Z Compiling enum-as-inner v0.6.1
14582025-02-25T01:31:57.565Z Compiling futures-executor v0.3.31
14592025-02-25T01:31:57.679Z Compiling md-5 v0.10.6
14602025-02-25T01:31:57.697Z Compiling async-stream-impl v0.3.6
14612025-02-25T01:31:57.873Z Compiling rustls-pemfile v2.2.0
14622025-02-25T01:31:57.929Z Compiling num-integer v0.1.46
14632025-02-25T01:31:58.014Z Compiling hash32 v0.2.1
14642025-02-25T01:31:58.075Z Compiling ff v0.13.0
14652025-02-25T01:31:58.216Z Compiling is-terminal v0.4.13
14662025-02-25T01:31:58.316Z Compiling dropshot v0.12.0
14672025-02-25T01:31:58.368Z Compiling memoffset v0.9.1
14682025-02-25T01:31:58.388Z Compiling object v0.36.5
14692025-02-25T01:31:58.633Z Compiling cfg_aliases v0.2.1
14702025-02-25T01:31:58.652Z Compiling anyhow v1.0.96
14712025-02-25T01:31:58.709Z Compiling smoltcp v0.9.1
14722025-02-25T01:31:58.745Z Compiling rustc-demangle v0.1.24
14732025-02-25T01:31:58.894Z Compiling base16ct v0.2.0
14742025-02-25T01:31:59.261Z Compiling take_mut v0.2.2
14752025-02-25T01:31:59.293Z Compiling psl-types v2.0.11
14762025-02-25T01:31:59.393Z Compiling linked-hash-map v0.5.6
14772025-02-25T01:31:59.425Z Compiling utf-8 v0.7.6
14782025-02-25T01:31:59.503Z Compiling litrs v0.4.1
14792025-02-25T01:31:59.645Z Compiling portable-atomic v1.9.0
14802025-02-25T01:31:59.735Z Compiling quick-error v1.2.3
14812025-02-25T01:31:59.757Z Compiling fallible-iterator v0.2.0
14822025-02-25T01:31:59.889Z Compiling num-bigint-dig v0.8.4
14832025-02-25T01:32:00.040Z Compiling resolv-conf v0.7.0
14842025-02-25T01:32:00.261Z Compiling lru-cache v0.1.2
14852025-02-25T01:32:00.373Z Compiling postgres-protocol v0.6.8
14862025-02-25T01:32:00.473Z Compiling tungstenite v0.24.0
14872025-02-25T01:32:00.597Z Compiling document-features v0.2.10
14882025-02-25T01:32:00.694Z Compiling publicsuffix v2.3.0
14892025-02-25T01:32:01.359Z Compiling sec1 v0.7.3
14902025-02-25T01:32:01.577Z Compiling async-stream v0.3.6
14912025-02-25T01:32:01.764Z Compiling nix v0.29.0
14922025-02-25T01:32:01.885Z Compiling num-iter v0.1.45
14932025-02-25T01:32:01.925Z Compiling slog-term v2.9.1
14942025-02-25T01:32:01.947Z Compiling usdt v0.5.0
14952025-02-25T01:32:02.402Z Compiling group v0.13.0
14962025-02-25T01:32:02.437Z Compiling hickory-proto v0.24.3
14972025-02-25T01:32:02.609Z Compiling futures v0.3.31
14982025-02-25T01:32:02.729Z Compiling slog-bunyan v2.5.0
14992025-02-25T01:32:02.817Z Compiling toml v0.8.19
15002025-02-25T01:32:03.122Z Compiling tokio-native-tls v0.3.1
15012025-02-25T01:32:04.049Z Compiling camino v1.1.9
15022025-02-25T01:32:04.444Z Compiling phf_shared v0.11.2
15032025-02-25T01:32:04.523Z Compiling dropshot_endpoint v0.12.0
15042025-02-25T01:32:04.830Z Compiling waitgroup v0.1.2
15052025-02-25T01:32:04.914Z Compiling terminal_size v0.4.0
15062025-02-25T01:32:05.045Z Compiling backtrace v0.3.74
15072025-02-25T01:32:05.115Z Compiling openapiv3 v2.0.0
15082025-02-25T01:32:05.136Z Compiling serde_path_to_error v0.1.16
15092025-02-25T01:32:05.507Z Compiling hkdf v0.12.4
15102025-02-25T01:32:05.783Z Compiling crypto-bigint v0.5.5
15112025-02-25T01:32:05.911Z Compiling zerocopy-derive v0.6.6
15122025-02-25T01:32:07.345Z Compiling hubpack_derive v0.1.1
15132025-02-25T01:32:07.892Z Compiling curve25519-dalek-derive v0.1.1
15142025-02-25T01:32:07.912Z Compiling webpki-roots v0.26.6
15152025-02-25T01:32:08.132Z Compiling sync_wrapper v1.0.1
15162025-02-25T01:32:08.219Z Compiling hostname v0.4.0
15172025-02-25T01:32:08.306Z Compiling ahash v0.8.11
15182025-02-25T01:32:08.441Z Compiling fs-err v2.11.0
15192025-02-25T01:32:08.553Z Compiling crc32fast v1.4.2
15202025-02-25T01:32:08.644Z Compiling bitflags v1.3.2
15212025-02-25T01:32:08.760Z Compiling tower-layer v0.3.3
15222025-02-25T01:32:08.763Z Compiling managed v0.8.0
15232025-02-25T01:32:08.860Z Compiling winnow v0.5.40
15242025-02-25T01:32:09.035Z Compiling unicode-width v0.2.0
15252025-02-25T01:32:09.099Z Compiling debug-ignore v1.0.5
15262025-02-25T01:32:09.236Z Compiling newtype-uuid v1.2.1
15272025-02-25T01:32:09.257Z Compiling clap_builder v4.5.30
15282025-02-25T01:32:09.589Z Compiling console v0.15.10
15292025-02-25T01:32:10.924Z Compiling tower v0.5.2
15302025-02-25T01:32:11.287Z Compiling flate2 v1.0.35
15312025-02-25T01:32:11.660Z Compiling elliptic-curve v0.13.8
15322025-02-25T01:32:11.704Z Compiling strum_macros v0.25.3
15332025-02-25T01:32:11.823Z Compiling hubpack v0.1.2
15342025-02-25T01:32:12.185Z Compiling toml_edit v0.19.15
15352025-02-25T01:32:12.237Z Compiling zerocopy v0.6.6
15362025-02-25T01:32:12.307Z Compiling hickory-resolver v0.24.3
15372025-02-25T01:32:12.953Z Compiling phf v0.11.2
15382025-02-25T01:32:13.259Z Compiling signal-hook-mio v0.2.4
15392025-02-25T01:32:13.279Z Compiling cookie_store v0.21.1
15402025-02-25T01:32:13.442Z Compiling rayon v1.10.0
15412025-02-25T01:32:14.729Z Compiling hyper-tls v0.6.0
15422025-02-25T01:32:15.152Z Compiling bzip2 v0.4.4
15432025-02-25T01:32:15.669Z Compiling tokio-tungstenite v0.24.0
15442025-02-25T01:32:16.217Z Compiling postgres-types v0.2.8
15452025-02-25T01:32:17.334Z Compiling ed25519 v2.2.3
15462025-02-25T01:32:17.483Z Compiling phf_shared v0.10.0
15472025-02-25T01:32:17.778Z Compiling tokio-stream v0.1.17
15482025-02-25T01:32:17.874Z Compiling pkcs1 v0.7.5
15492025-02-25T01:32:17.895Z Compiling serde-big-array v0.5.1
15502025-02-25T01:32:18.140Z Compiling clap_derive v4.5.28
15512025-02-25T01:32:18.245Z Compiling rfc6979 v0.4.0
15522025-02-25T01:32:18.455Z Compiling derive-where v1.2.7
15532025-02-25T01:32:18.736Z Compiling serde_repr v0.1.19
15542025-02-25T01:32:18.762Z Compiling bstr v1.10.0
15552025-02-25T01:32:19.022Z Compiling float-cmp v0.10.0
15562025-02-25T01:32:19.168Z Compiling static_assertions v1.1.0
15572025-02-25T01:32:19.284Z Compiling whoami v1.5.2
15582025-02-25T01:32:19.306Z Compiling number_prefix v0.4.0
15592025-02-25T01:32:19.556Z Compiling normalize-line-endings v0.3.0
15602025-02-25T01:32:19.700Z Compiling bit-vec v0.6.3
15612025-02-25T01:32:19.859Z Compiling unicode-segmentation v1.12.0
15622025-02-25T01:32:19.862Z Compiling fixedbitset v0.4.2
15632025-02-25T01:32:20.101Z Compiling predicates-core v1.0.8
15642025-02-25T01:32:20.294Z Compiling precomputed-hash v0.1.1
15652025-02-25T01:32:20.315Z Compiling difflib v0.4.0
15662025-02-25T01:32:20.428Z Compiling new_debug_unreachable v1.0.6
15672025-02-25T01:32:20.448Z Compiling petgraph v0.6.5
15682025-02-25T01:32:20.538Z Compiling string_cache v0.8.7
15692025-02-25T01:32:20.761Z Compiling predicates v3.1.3
15702025-02-25T01:32:20.953Z Compiling similar v2.6.0
15712025-02-25T01:32:21.557Z Compiling bit-set v0.5.3
15722025-02-25T01:32:21.615Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15732025-02-25T01:32:21.849Z Compiling tokio-postgres v0.7.12
15742025-02-25T01:32:22.235Z Compiling indicatif v0.17.11
15752025-02-25T01:32:22.652Z Compiling clap v4.5.30
15762025-02-25T01:32:22.784Z Compiling ecdsa v0.16.9
15772025-02-25T01:32:23.028Z Compiling rsa v0.9.6
15782025-02-25T01:32:23.629Z Compiling ed25519-dalek v2.1.1
15792025-02-25T01:32:24.214Z Compiling zip v0.6.6
15802025-02-25T01:32:25.045Z Compiling toml v0.7.8
15812025-02-25T01:32:25.487Z Compiling crossterm v0.28.1
15822025-02-25T01:32:26.870Z Compiling hex v0.4.3
15832025-02-25T01:32:27.244Z Compiling x509-cert v0.2.5
15842025-02-25T01:32:27.372Z Compiling itertools v0.10.5
15852025-02-25T01:32:27.463Z Compiling itertools v0.14.0
15862025-02-25T01:32:27.858Z Compiling lalrpop-util v0.19.12
15872025-02-25T01:32:28.211Z Compiling peg-runtime v0.8.3
15882025-02-25T01:32:28.672Z Compiling unicode-xid v0.2.6
15892025-02-25T01:32:28.793Z Compiling strum_macros v0.26.4
15902025-02-25T01:32:28.885Z Compiling xattr v1.3.1
15912025-02-25T01:32:29.199Z Compiling filetime v0.2.25
15922025-02-25T01:32:29.510Z Compiling tar v0.4.44
15932025-02-25T01:32:33.336Z Compiling strum v0.26.3
15942025-02-25T01:32:35.794Z Compiling aws-lc-sys v0.22.0
15952025-02-25T01:33:10.711Z Compiling rustls-webpki v0.102.8
15962025-02-25T01:33:13.940Z Compiling tokio-rustls v0.25.0
15972025-02-25T01:33:15.610Z Compiling tokio-rustls v0.26.0
15982025-02-25T01:33:15.885Z Compiling hyper-rustls v0.27.3
15992025-02-25T01:33:16.221Z Compiling reqwest v0.12.12
16002025-02-25T01:33:17.606Z Compiling qorb v0.2.1
16012025-02-25T01:33:20.528Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16022025-02-25T01:33:20.795Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16032025-02-25T01:33:25.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
16042025-02-25T01:33:25.370Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16052025-02-25T01:33:25.419ZFeb 25 01:33:24.761 INFO Starting download, target: Clickhouse
16062025-02-25T01:33:25.419ZFeb 25 01:33:24.761 INFO Starting download, target: Cockroach
16072025-02-25T01:33:25.419ZFeb 25 01:33:24.761 INFO Starting download, target: Console
16082025-02-25T01:33:25.420ZFeb 25 01:33:24.761 INFO Starting download, target: DendriteOpenapi
16092025-02-25T01:33:25.422ZFeb 25 01:33:24.761 INFO Starting download, target: DendriteStub
16102025-02-25T01:33:25.422ZFeb 25 01:33:24.761 INFO Starting download, target: MaghemiteMgd
16112025-02-25T01:33:25.422ZFeb 25 01:33:24.761 INFO Starting download, target: TransceiverControl
16122025-02-25T01:33:25.422ZFeb 25 01:33:24.762 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16132025-02-25T01:33:25.422ZFeb 25 01:33:24.762 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16142025-02-25T01:33:25.422ZFeb 25 01:33:24.762 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16152025-02-25T01:33:25.422ZFeb 25 01:33:24.762 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16162025-02-25T01:33:25.423ZFeb 25 01:33:24.762 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16172025-02-25T01:33:25.423ZFeb 25 01:33:24.763 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16182025-02-25T01:33:25.423ZFeb 25 01:33:24.763 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16192025-02-25T01:33:25.640ZFeb 25 01:33:24.960 INFO Download complete, target: DendriteOpenapi
16202025-02-25T01:33:25.901ZFeb 25 01:33:25.227 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16212025-02-25T01:33:25.956ZFeb 25 01:33:25.297 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16222025-02-25T01:33:26.349ZFeb 25 01:33:25.670 INFO Download complete, target: Console
16232025-02-25T01:33:26.393ZFeb 25 01:33:25.727 INFO Download complete, target: TransceiverControl
16242025-02-25T01:33:26.490ZFeb 25 01:33:25.816 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16252025-02-25T01:33:26.524ZFeb 25 01:33:25.867 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16262025-02-25T01:33:27.447ZFeb 25 01:33:26.790 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16272025-02-25T01:33:27.508ZFeb 25 01:33:26.851 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16282025-02-25T01:33:27.509ZFeb 25 01:33:26.852 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16292025-02-25T01:33:29.335ZFeb 25 01:33:28.677 INFO Download complete, target: DendriteStub
16302025-02-25T01:33:29.627ZFeb 25 01:33:28.969 INFO Download complete, target: MaghemiteMgd
16312025-02-25T01:33:34.896ZFeb 25 01:33:34.238 INFO Checking that binary works, target: Cockroach
16322025-02-25T01:33:35.060ZFeb 25 01:33:34.401 INFO Download complete, target: Cockroach
16332025-02-25T01:33:40.005ZFeb 25 01:33:39.344 INFO Checking that binary works, target: Clickhouse
16342025-02-25T01:33:40.810ZFeb 25 01:33:40.150 INFO Download complete, target: Clickhouse
16352025-02-25T01:33:40.958ZAll builder prerequisites installed successfully, and PATH looks valid
16362025-02-25T01:33:40.962Z
16372025-02-25T01:33:40.962Zreal 5:05.900190556
16382025-02-25T01:33:40.962Zuser 15:29.937737357
16392025-02-25T01:33:40.962Zsys 2:05.216037705
16402025-02-25T01:33:40.962Ztrap 0.539826094
16412025-02-25T01:33:40.962Ztflt 8.564701580
16422025-02-25T01:33:40.962Zdflt 7.447940186
16432025-02-25T01:33:40.962Zkflt 0.406964581
16442025-02-25T01:33:40.962Zlock 24:19.764795820
16452025-02-25T01:33:40.963Zslp 57:09.443515785
16462025-02-25T01:33:40.963Zlat 56.617589141
16472025-02-25T01:33:40.963Zstop 2:26.209485751
16482025-02-25T01:33:40.963Z+ banner hack-check
16492025-02-25T01:33:40.966Z
16502025-02-25T01:33:40.966Z # # ## #### # # #### # # ###### #### # #
16512025-02-25T01:33:40.966Z # # # # # # # # # # # # # # # # #
16522025-02-25T01:33:40.966Z ###### # # # #### ##### # ###### ##### # ####
16532025-02-25T01:33:40.966Z # # ###### # # # # # # # # # #
16542025-02-25T01:33:40.966Z # # # # # # # # # # # # # # # # #
16552025-02-25T01:33:40.966Z # # # # #### # # #### # # ###### #### # #
16562025-02-25T01:33:40.966Z
16572025-02-25T01:33:40.966Z+ export CARGO_INCREMENTAL=0
16582025-02-25T01:33:40.966Z+ CARGO_INCREMENTAL=0
16592025-02-25T01:33:40.966Z+ ptime -m timeout 2h cargo xtask check-features --ci
16602025-02-25T01:33:41.542Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16612025-02-25T01:33:44.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
16622025-02-25T01:33:44.350Z Running `target/debug/xtask check-features --ci`
16632025-02-25T01:33:44.373Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16642025-02-25T01:33:44.374Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16652025-02-25T01:33:44.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16662025-02-25T01:33:44.889Z Running `target/debug/xtask download cargo-hack`
16672025-02-25T01:33:45.740Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16682025-02-25T01:33:46.132Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16692025-02-25T01:33:49.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
16702025-02-25T01:33:49.939Z Running `target/debug/xtask-downloader cargo-hack`
16712025-02-25T01:33:49.976ZFeb 25 01:33:49.315 INFO Starting download, target: CargoHack
16722025-02-25T01:33:49.979ZFeb 25 01:33:49.316 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16732025-02-25T01:33:50.605ZFeb 25 01:33:49.944 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16742025-02-25T01:33:50.702ZFeb 25 01:33:50.041 INFO Download complete, target: CargoHack
16752025-02-25T01:33:50.706Zrunning: "/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"
16762025-02-25T01:33:50.722Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16772025-02-25T01:33:50.894Zinfo: running `cargo check --bins` on api_identity (1/199)
16782025-02-25T01:33:51.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792025-02-25T01:33:51.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802025-02-25T01:33:51.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812025-02-25T01:33:51.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16822025-02-25T01:33:51.521Z
16832025-02-25T01:33:51.521Zinfo: running `cargo check --bins` on bootstore (2/199)
16842025-02-25T01:33:52.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852025-02-25T01:33:52.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862025-02-25T01:33:52.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872025-02-25T01:33:52.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16882025-02-25T01:33:52.184Z
16892025-02-25T01:33:52.184Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
16902025-02-25T01:33:52.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912025-02-25T01:33:52.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922025-02-25T01:33:52.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932025-02-25T01:33:52.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16942025-02-25T01:33:52.827Z
16952025-02-25T01:33:52.827Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
16962025-02-25T01:33:53.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972025-02-25T01:33:53.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982025-02-25T01:33:53.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992025-02-25T01:33:53.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17002025-02-25T01:33:53.483Z
17012025-02-25T01:33:53.483Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
17022025-02-25T01:33:53.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032025-02-25T01:33:53.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042025-02-25T01:33:53.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052025-02-25T01:33:53.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17062025-02-25T01:33:53.938Z
17072025-02-25T01:33:53.938Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
17082025-02-25T01:33:54.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-02-25T01:33:54.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-02-25T01:33:54.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-02-25T01:33:54.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17122025-02-25T01:33:54.396Z
17132025-02-25T01:33:54.396Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
17142025-02-25T01:33:54.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-02-25T01:33:54.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-02-25T01:33:54.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-02-25T01:33:54.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17182025-02-25T01:33:54.867Z
17192025-02-25T01:33:54.867Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
17202025-02-25T01:33:55.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-02-25T01:33:55.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-02-25T01:33:55.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-02-25T01:33:55.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17242025-02-25T01:33:55.312Z
17252025-02-25T01:33:55.312Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17262025-02-25T01:33:55.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-02-25T01:33:55.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-02-25T01:33:55.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-02-25T01:33:55.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17302025-02-25T01:33:55.767Z
17312025-02-25T01:33:55.768Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17322025-02-25T01:33:56.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-02-25T01:33:56.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-02-25T01:33:56.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-02-25T01:33:56.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17362025-02-25T01:33:56.224Z
17372025-02-25T01:33:56.224Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17382025-02-25T01:33:56.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-02-25T01:33:56.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-02-25T01:33:56.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-02-25T01:33:56.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17422025-02-25T01:33:56.680Z
17432025-02-25T01:33:56.680Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17442025-02-25T01:33:57.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-02-25T01:33:57.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-02-25T01:33:57.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-02-25T01:33:57.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17482025-02-25T01:33:57.132Z
17492025-02-25T01:33:57.132Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17502025-02-25T01:33:57.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-02-25T01:33:57.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-02-25T01:33:57.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-02-25T01:33:57.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17542025-02-25T01:33:57.585Z
17552025-02-25T01:33:57.585Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17562025-02-25T01:33:57.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-02-25T01:33:58.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-02-25T01:33:58.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-02-25T01:33:58.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17602025-02-25T01:33:58.042Z
17612025-02-25T01:33:58.042Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17622025-02-25T01:33:58.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-02-25T01:33:58.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-02-25T01:33:58.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-02-25T01:33:58.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17662025-02-25T01:33:58.495Z
17672025-02-25T01:33:58.495Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17682025-02-25T01:33:58.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-02-25T01:33:58.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-02-25T01:33:58.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-02-25T01:33:58.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17722025-02-25T01:33:58.948Z
17732025-02-25T01:33:58.948Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17742025-02-25T01:33:59.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-02-25T01:33:59.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-02-25T01:33:59.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-02-25T01:33:59.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17782025-02-25T01:33:59.729Z
17792025-02-25T01:33:59.729Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17802025-02-25T01:33:59.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-02-25T01:33:59.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-02-25T01:33:59.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832025-02-25T01:33:59.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17842025-02-25T01:33:59.865Z
17852025-02-25T01:33:59.865Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17862025-02-25T01:34:00.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872025-02-25T01:34:00.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882025-02-25T01:34:00.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892025-02-25T01:34:00.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17902025-02-25T01:34:00.324Z
17912025-02-25T01:34:00.324Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
17922025-02-25T01:34:00.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932025-02-25T01:34:00.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942025-02-25T01:34:00.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952025-02-25T01:34:00.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17962025-02-25T01:34:00.785Z
17972025-02-25T01:34:00.785Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
17982025-02-25T01:34:01.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992025-02-25T01:34:01.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002025-02-25T01:34:01.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012025-02-25T01:34:01.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18022025-02-25T01:34:01.248Z
18032025-02-25T01:34:01.248Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
18042025-02-25T01:34:01.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052025-02-25T01:34:01.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062025-02-25T01:34:01.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072025-02-25T01:34:01.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18082025-02-25T01:34:01.710Z
18092025-02-25T01:34:01.710Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
18102025-02-25T01:34:02.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112025-02-25T01:34:02.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122025-02-25T01:34:02.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132025-02-25T01:34:02.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18142025-02-25T01:34:02.173Z
18152025-02-25T01:34:02.173Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
18162025-02-25T01:34:02.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172025-02-25T01:34:02.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182025-02-25T01:34:02.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192025-02-25T01:34:02.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18202025-02-25T01:34:02.629Z
18212025-02-25T01:34:02.629Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
18222025-02-25T01:34:03.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232025-02-25T01:34:03.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242025-02-25T01:34:03.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252025-02-25T01:34:03.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18262025-02-25T01:34:03.087Z
18272025-02-25T01:34:03.087Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18282025-02-25T01:34:03.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292025-02-25T01:34:03.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302025-02-25T01:34:03.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312025-02-25T01:34:03.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18322025-02-25T01:34:03.545Z
18332025-02-25T01:34:03.545Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18342025-02-25T01:34:03.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352025-02-25T01:34:03.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362025-02-25T01:34:03.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372025-02-25T01:34:03.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18382025-02-25T01:34:04.002Z
18392025-02-25T01:34:04.002Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18402025-02-25T01:34:04.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412025-02-25T01:34:04.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422025-02-25T01:34:04.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432025-02-25T01:34:04.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18442025-02-25T01:34:04.453Z
18452025-02-25T01:34:04.453Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18462025-02-25T01:34:04.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472025-02-25T01:34:04.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482025-02-25T01:34:04.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492025-02-25T01:34:04.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18502025-02-25T01:34:04.904Z
18512025-02-25T01:34:04.904Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18522025-02-25T01:34:05.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532025-02-25T01:34:05.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542025-02-25T01:34:05.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552025-02-25T01:34:05.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18562025-02-25T01:34:05.356Z
18572025-02-25T01:34:05.356Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18582025-02-25T01:34:05.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592025-02-25T01:34:05.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602025-02-25T01:34:05.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612025-02-25T01:34:05.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18622025-02-25T01:34:05.812Z
18632025-02-25T01:34:05.812Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18642025-02-25T01:34:06.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652025-02-25T01:34:06.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662025-02-25T01:34:06.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672025-02-25T01:34:06.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18682025-02-25T01:34:06.263Z
18692025-02-25T01:34:06.263Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18702025-02-25T01:34:06.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712025-02-25T01:34:06.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722025-02-25T01:34:06.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732025-02-25T01:34:06.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742025-02-25T01:34:06.713Z
18752025-02-25T01:34:06.713Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18762025-02-25T01:34:07.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772025-02-25T01:34:07.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782025-02-25T01:34:07.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792025-02-25T01:34:07.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802025-02-25T01:34:07.165Z
18812025-02-25T01:34:07.166Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18822025-02-25T01:34:07.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832025-02-25T01:34:07.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842025-02-25T01:34:07.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852025-02-25T01:34:07.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862025-02-25T01:34:07.614Z
18872025-02-25T01:34:07.614Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18882025-02-25T01:34:08.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892025-02-25T01:34:08.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902025-02-25T01:34:08.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912025-02-25T01:34:08.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922025-02-25T01:34:08.071Z
18932025-02-25T01:34:08.071Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
18942025-02-25T01:34:08.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952025-02-25T01:34:08.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962025-02-25T01:34:08.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972025-02-25T01:34:08.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18982025-02-25T01:34:08.528Z
18992025-02-25T01:34:08.528Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
19002025-02-25T01:34:08.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012025-02-25T01:34:08.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022025-02-25T01:34:08.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032025-02-25T01:34:08.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042025-02-25T01:34:08.979Z
19052025-02-25T01:34:08.979Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
19062025-02-25T01:34:09.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072025-02-25T01:34:09.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082025-02-25T01:34:09.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092025-02-25T01:34:09.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102025-02-25T01:34:09.431Z
19112025-02-25T01:34:09.431Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
19122025-02-25T01:34:09.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132025-02-25T01:34:09.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142025-02-25T01:34:09.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152025-02-25T01:34:09.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19162025-02-25T01:34:09.899Z
19172025-02-25T01:34:09.899Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
19182025-02-25T01:34:10.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192025-02-25T01:34:10.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202025-02-25T01:34:10.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212025-02-25T01:34:10.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222025-02-25T01:34:10.350Z
19232025-02-25T01:34:10.350Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
19242025-02-25T01:34:10.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252025-02-25T01:34:10.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262025-02-25T01:34:10.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272025-02-25T01:34:10.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282025-02-25T01:34:10.803Z
19292025-02-25T01:34:10.803Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19302025-02-25T01:34:11.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312025-02-25T01:34:11.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322025-02-25T01:34:11.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332025-02-25T01:34:11.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342025-02-25T01:34:11.256Z
19352025-02-25T01:34:11.256Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19362025-02-25T01:34:11.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372025-02-25T01:34:11.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382025-02-25T01:34:11.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392025-02-25T01:34:11.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19402025-02-25T01:34:11.716Z
19412025-02-25T01:34:11.716Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19422025-02-25T01:34:12.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432025-02-25T01:34:12.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442025-02-25T01:34:12.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452025-02-25T01:34:12.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
19462025-02-25T01:34:12.376Z
19472025-02-25T01:34:12.376Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19482025-02-25T01:34:12.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492025-02-25T01:34:12.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502025-02-25T01:34:12.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512025-02-25T01:34:12.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
19522025-02-25T01:34:13.042Z
19532025-02-25T01:34:13.042Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19542025-02-25T01:34:13.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552025-02-25T01:34:13.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562025-02-25T01:34:13.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572025-02-25T01:34:13.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19582025-02-25T01:34:13.700Z
19592025-02-25T01:34:13.700Zinfo: running `cargo check --bins` on oxlog (48/199)
19602025-02-25T01:34:14.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612025-02-25T01:34:14.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622025-02-25T01:34:14.342Z Checking cfg-if v1.0.0
19632025-02-25T01:34:14.345Z Checking libc v0.2.170
19642025-02-25T01:34:14.457Z Checking serde v1.0.218
19652025-02-25T01:34:14.460Z Checking zeroize v1.8.1
19662025-02-25T01:34:14.474Z Checking memchr v2.7.4
19672025-02-25T01:34:14.488Z Checking typenum v1.17.0
19682025-02-25T01:34:14.499Z Checking subtle v2.6.1
19692025-02-25T01:34:14.514Z Checking value-bag v1.9.0
19702025-02-25T01:34:14.528Z Checking scopeguard v1.2.0
19712025-02-25T01:34:14.684Z Checking smallvec v1.14.0
19722025-02-25T01:34:14.700Z Checking lock_api v0.4.12
19732025-02-25T01:34:14.771Z Checking const-oid v0.9.6
19742025-02-25T01:34:14.899Z Checking log v0.4.22
19752025-02-25T01:34:15.044Z Checking itoa v1.0.11
19762025-02-25T01:34:15.074Z Checking pin-project-lite v0.2.14
19772025-02-25T01:34:15.195Z Checking byteorder v1.5.0
19782025-02-25T01:34:15.280Z Checking futures-core v0.3.31
19792025-02-25T01:34:15.298Z Checking once_cell v1.20.3
19802025-02-25T01:34:15.411Z Checking stable_deref_trait v1.2.0
19812025-02-25T01:34:15.477Z Checking futures-sink v0.3.31
19822025-02-25T01:34:15.497Z Checking getrandom v0.2.15
19832025-02-25T01:34:15.519Z Checking signal-hook-registry v1.4.2
19842025-02-25T01:34:15.568Z Checking generic-array v0.14.7
19852025-02-25T01:34:15.582Z Checking parking_lot_core v0.9.10
19862025-02-25T01:34:15.601Z Checking mio v1.0.2
19872025-02-25T01:34:15.619Z Checking cpufeatures v0.2.14
19882025-02-25T01:34:15.723Z Checking zerocopy v0.7.35
19892025-02-25T01:34:15.739Z Checking rand_core v0.6.4
19902025-02-25T01:34:15.759Z Checking socket2 v0.5.8
19912025-02-25T01:34:15.914Z Checking parking_lot v0.12.3
19922025-02-25T01:34:16.056Z Checking slab v0.4.9
19932025-02-25T01:34:16.178Z Checking zerofrom v0.1.4
19942025-02-25T01:34:16.215Z Checking futures-channel v0.3.31
19952025-02-25T01:34:16.263Z Checking pin-utils v0.1.0
19962025-02-25T01:34:16.325Z Checking futures-task v0.3.31
19972025-02-25T01:34:16.358Z Checking futures-io v0.3.31
19982025-02-25T01:34:16.377Z Checking yoke v0.7.4
19992025-02-25T01:34:16.541Z Checking equivalent v1.0.1
20002025-02-25T01:34:16.560Z Checking allocator-api2 v0.2.18
20012025-02-25T01:34:16.574Z Checking futures-util v0.3.31
20022025-02-25T01:34:16.635Z Checking crypto-common v0.1.6
20032025-02-25T01:34:16.663Z Checking block-buffer v0.10.4
20042025-02-25T01:34:16.679Z Checking foldhash v0.1.3
20052025-02-25T01:34:16.694Z Checking zerovec v0.10.4
20062025-02-25T01:34:16.822Z Checking block-padding v0.3.3
20072025-02-25T01:34:16.888Z Checking ryu v1.0.18
20082025-02-25T01:34:16.904Z Checking digest v0.10.7
20092025-02-25T01:34:16.920Z Checking ppv-lite86 v0.2.20
20102025-02-25T01:34:17.023Z Checking inout v0.1.3
20112025-02-25T01:34:17.128Z Checking writeable v0.5.5
20122025-02-25T01:34:17.159Z Checking hashbrown v0.15.1
20132025-02-25T01:34:17.251Z Checking fnv v1.0.7
20142025-02-25T01:34:17.267Z Checking hmac v0.12.1
20152025-02-25T01:34:17.389Z Checking litemap v0.7.3
20162025-02-25T01:34:17.427Z Checking sha2 v0.10.8
20172025-02-25T01:34:17.465Z Checking cipher v0.4.4
20182025-02-25T01:34:17.622Z Checking libm v0.2.8
20192025-02-25T01:34:17.741Z Checking base64ct v1.6.0
20202025-02-25T01:34:17.846Z Checking flagset v0.4.6
20212025-02-25T01:34:17.983Z Checking icu_locid_transform_data v1.5.0
20222025-02-25T01:34:18.061Z Checking tracing-core v0.1.32
20232025-02-25T01:34:18.084Z Checking thiserror v1.0.69
20242025-02-25T01:34:18.194Z Checking pem-rfc7468 v0.7.0
20252025-02-25T01:34:18.214Z Checking tinystr v0.7.6
20262025-02-25T01:34:18.214Z Checking icu_collections v1.5.0
20272025-02-25T01:34:18.216Z Checking rustls-pki-types v1.10.0
20282025-02-25T01:34:18.450Z Checking der v0.7.9
20292025-02-25T01:34:18.534Z Checking icu_locid v1.5.0
20302025-02-25T01:34:18.559Z Checking num-traits v0.2.19
20312025-02-25T01:34:18.668Z Checking percent-encoding v2.3.1
20322025-02-25T01:34:18.781Z Checking icu_properties_data v1.5.0
20332025-02-25T01:34:18.841Z Checking bytes v1.9.0
20342025-02-25T01:34:18.859Z Checking indexmap v2.7.1
20352025-02-25T01:34:18.876Z Checking serde_json v1.0.139
20362025-02-25T01:34:19.016Z Checking bitflags v2.6.0
20372025-02-25T01:34:19.328Z Checking tracing v0.1.40
20382025-02-25T01:34:19.496Z Checking icu_provider v1.5.0
20392025-02-25T01:34:19.652Z Checking tokio v1.43.0
20402025-02-25T01:34:19.707Z Checking http v1.2.0
20412025-02-25T01:34:20.048Z Checking salsa20 v0.10.2
20422025-02-25T01:34:20.077Z Checking pbkdf2 v0.12.2
20432025-02-25T01:34:20.111Z Checking icu_locid_transform v1.5.0
20442025-02-25T01:34:20.155Z Checking spki v0.7.3
20452025-02-25T01:34:20.246Z Checking aws-lc-sys v0.22.0
20462025-02-25T01:34:20.262Z Checking httparse v1.9.5
20472025-02-25T01:34:20.454Z Checking icu_normalizer_data v1.5.0
20482025-02-25T01:34:20.542Z Checking write16 v1.0.0
20492025-02-25T01:34:20.559Z Checking powerfmt v0.2.0
20502025-02-25T01:34:20.682Z Checking untrusted v0.9.0
20512025-02-25T01:34:20.710Z Checking untrusted v0.7.1
20522025-02-25T01:34:20.829Z Checking utf8_iter v1.0.4
20532025-02-25T01:34:20.845Z Checking mirai-annotations v1.12.0
20542025-02-25T01:34:20.880Z Checking utf16_iter v1.0.5
20552025-02-25T01:34:20.919Z Checking ring v0.17.11
20562025-02-25T01:34:21.021Z Checking deranged v0.3.11
20572025-02-25T01:34:21.021Z Checking scrypt v0.11.0
20582025-02-25T01:34:21.050Z Checking cbc v0.1.2
20592025-02-25T01:34:21.072Z Checking icu_properties v1.5.1
20602025-02-25T01:34:21.109Z Checking aes v0.8.4
20612025-02-25T01:34:21.235Z Checking rand_chacha v0.3.1
20622025-02-25T01:34:21.252Z Checking crossbeam-utils v0.8.20
20632025-02-25T01:34:21.661Z Checking spin v0.9.8
20642025-02-25T01:34:21.998Z Checking num-conv v0.1.0
20652025-02-25T01:34:22.001Z Checking time-core v0.1.2
20662025-02-25T01:34:22.001Z Checking num_threads v0.1.7
20672025-02-25T01:34:22.151Z Checking atomic-waker v1.1.2
20682025-02-25T01:34:22.182Z Checking tinyvec_macros v0.1.1
20692025-02-25T01:34:22.217Z Checking aws-lc-rs v1.10.0
20702025-02-25T01:34:22.243Z Checking pkcs5 v0.7.1
20712025-02-25T01:34:22.281Z Checking tinyvec v1.8.0
20722025-02-25T01:34:22.299Z Checking rand v0.8.5
20732025-02-25T01:34:22.312Z Checking time v0.3.36
20742025-02-25T01:34:22.774Z Checking http-body v1.0.1
20752025-02-25T01:34:23.001Z Checking form_urlencoded v1.2.1
20762025-02-25T01:34:23.100Z Checking try-lock v0.2.5
20772025-02-25T01:34:23.221Z Checking pkcs8 v0.10.2
20782025-02-25T01:34:23.253Z Checking want v0.3.1
20792025-02-25T01:34:23.449Z Checking uuid v1.12.0
20802025-02-25T01:34:23.467Z Checking unicode-ident v1.0.14
20812025-02-25T01:34:23.544Z Checking tower-service v0.3.3
20822025-02-25T01:34:23.565Z Checking httpdate v1.0.3
20832025-02-25T01:34:23.651Z Checking proc-macro2 v1.0.93
20842025-02-25T01:34:23.682Z Checking toml_datetime v0.6.8
20852025-02-25T01:34:23.823Z Checking serde_spanned v0.6.8
20862025-02-25T01:34:23.930Z Checking rustls-webpki v0.102.8
20872025-02-25T01:34:23.986Z Checking zerocopy v0.8.10
20882025-02-25T01:34:24.024Z Checking slog v2.7.0
20892025-02-25T01:34:24.039Z Checking getrandom v0.3.1
20902025-02-25T01:34:24.288Z Checking scroll v0.12.0
20912025-02-25T01:34:24.292Z Checking icu_normalizer v1.5.0
20922025-02-25T01:34:24.334Z Checking foreign-types-shared v0.1.1
20932025-02-25T01:34:24.461Z Checking adler2 v2.0.0
20942025-02-25T01:34:24.478Z Checking iana-time-zone v0.1.61
20952025-02-25T01:34:24.607Z Checking plain v0.2.3
20962025-02-25T01:34:24.641Z Checking base64 v0.22.1
20972025-02-25T01:34:24.644Z Checking match_cfg v0.1.0
20982025-02-25T01:34:24.689Z Checking ucd-trie v0.1.7
20992025-02-25T01:34:24.747Z Checking hostname v0.3.1
21002025-02-25T01:34:24.762Z Checking chrono v0.4.39
21012025-02-25T01:34:24.764Z Checking goblin v0.8.2
21022025-02-25T01:34:24.881Z Checking miniz_oxide v0.8.0
21032025-02-25T01:34:24.897Z Checking pest v2.7.14
21042025-02-25T01:34:25.083Z Checking foreign-types v0.3.2
21052025-02-25T01:34:25.100Z Checking idna_adapter v1.2.0
21062025-02-25T01:34:25.176Z Checking quote v1.0.38
21072025-02-25T01:34:25.278Z Checking idna v1.0.3
21082025-02-25T01:34:25.517Z Checking openssl-sys v0.9.106
21092025-02-25T01:34:25.579Z Checking errno v0.3.9
21102025-02-25T01:34:25.773Z Checking dirs-sys-next v0.1.2
21112025-02-25T01:34:25.788Z Checking url v2.5.3
21122025-02-25T01:34:25.960Z Checking aho-corasick v1.1.3
21132025-02-25T01:34:26.434Z Checking tokio-util v0.7.12
21142025-02-25T01:34:26.577Z Checking regex-syntax v0.8.5
21152025-02-25T01:34:26.615Z Checking siphasher v0.3.11
21162025-02-25T01:34:26.754Z Checking rand_core v0.9.2
21172025-02-25T01:34:26.801Z Checking data-encoding v2.6.0
21182025-02-25T01:34:26.916Z Compiling newtype-uuid v1.2.1
21192025-02-25T01:34:27.075Z Checking pretty-hex v0.4.1
21202025-02-25T01:34:27.207Z Checking either v1.13.0
21212025-02-25T01:34:27.224Z Checking h2 v0.4.6
21222025-02-25T01:34:27.306Z Checking rand_chacha v0.9.0
21232025-02-25T01:34:27.323Z Checking openssl v0.10.71
21242025-02-25T01:34:27.434Z Checking dtrace-parser v0.2.0
21252025-02-25T01:34:27.563Z Checking dirs-next v2.0.0
21262025-02-25T01:34:27.579Z Checking rustix v0.38.37
21272025-02-25T01:34:27.691Z Checking syn v2.0.96
21282025-02-25T01:34:27.708Z Checking unicode-normalization v0.1.24
21292025-02-25T01:34:27.905Z Checking http-body-util v0.1.2
21302025-02-25T01:34:28.316Z Checking crossbeam-epoch v0.9.18
21312025-02-25T01:34:28.593Z Checking signature v2.2.0
21322025-02-25T01:34:28.742Z Checking sha1 v0.10.6
21332025-02-25T01:34:28.806Z Checking thread_local v1.1.8
21342025-02-25T01:34:29.032Z Checking thread-id v4.2.2
21352025-02-25T01:34:29.098Z Checking encoding_rs v0.8.34
21362025-02-25T01:34:29.153Z Checking openssl-probe v0.1.5
21372025-02-25T01:34:29.327Z Checking ipnet v2.10.1
21382025-02-25T01:34:29.524Z Checking dof v0.3.0
21392025-02-25T01:34:29.766Z Checking gimli v0.31.1
21402025-02-25T01:34:29.848Z Checking regex-automata v0.4.8
21412025-02-25T01:34:30.180Z Checking unicode-properties v0.1.3
21422025-02-25T01:34:30.591Z Checking winnow v0.6.20
21432025-02-25T01:34:30.786Z Checking unicode-bidi v0.3.17
21442025-02-25T01:34:31.388Z Checking mime v0.3.17
21452025-02-25T01:34:31.430Z Checking utf8parse v0.2.2
21462025-02-25T01:34:31.589Z Checking anstyle v1.0.10
21472025-02-25T01:34:31.693Z Checking anstyle-parse v0.2.5
21482025-02-25T01:34:31.930Z Checking stringprep v0.1.5
21492025-02-25T01:34:31.972Z Checking crossbeam-deque v0.8.5
21502025-02-25T01:34:32.198Z Checking term v0.7.0
21512025-02-25T01:34:32.297Z Checking rand v0.9.0
21522025-02-25T01:34:32.383Z Checking native-tls v0.2.12
21532025-02-25T01:34:32.627Z Checking rustls v0.23.19
21542025-02-25T01:34:32.714Z Checking rustls v0.22.4
21552025-02-25T01:34:33.279Z Checking hyper v1.5.2
21562025-02-25T01:34:33.296Z Checking toml_edit v0.22.22
21572025-02-25T01:34:33.299Z Checking slog-json v2.6.1
21582025-02-25T01:34:33.498Z Checking addr2line v0.24.2
21592025-02-25T01:34:33.576Z Checking serde_urlencoded v0.7.1
21602025-02-25T01:34:33.640Z Checking usdt-impl v0.5.0
21612025-02-25T01:34:33.995Z Checking crossbeam-channel v0.5.13
21622025-02-25T01:34:34.051Z Checking futures-executor v0.3.31
21632025-02-25T01:34:34.205Z Checking num-integer v0.1.46
21642025-02-25T01:34:34.221Z Checking semver v1.0.25
21652025-02-25T01:34:34.291Z Checking rustls-pemfile v2.2.0
21662025-02-25T01:34:34.537Z Checking md-5 v0.10.6
21672025-02-25T01:34:34.629Z Checking ff v0.13.0
21682025-02-25T01:34:34.691Z Checking hash32 v0.2.1
21692025-02-25T01:34:34.708Z Checking memmap v0.7.0
21702025-02-25T01:34:34.773Z Checking is-terminal v0.4.13
21712025-02-25T01:34:34.834Z Checking object v0.36.5
21722025-02-25T01:34:34.910Z Checking linked-hash-map v0.5.6
21732025-02-25T01:34:34.933Z Checking utf-8 v0.7.6
21742025-02-25T01:34:34.991Z Checking psl-types v2.0.11
21752025-02-25T01:34:35.143Z Checking base16ct v0.2.0
21762025-02-25T01:34:35.187Z Checking dyn-clone v1.0.18
21772025-02-25T01:34:35.207Z Checking quick-error v1.2.3
21782025-02-25T01:34:35.232Z Checking hyper-util v0.1.10
21792025-02-25T01:34:35.337Z Checking rustc-demangle v0.1.24
21802025-02-25T01:34:35.355Z Checking colorchoice v1.0.2
21812025-02-25T01:34:35.357Z Checking fallible-iterator v0.2.0
21822025-02-25T01:34:35.495Z Checking take_mut v0.2.2
21832025-02-25T01:34:35.648Z Checking is_terminal_polyfill v1.70.1
21842025-02-25T01:34:35.778Z Checking anstyle-query v1.1.1
21852025-02-25T01:34:35.799Z Checking slog-async v2.8.0
21862025-02-25T01:34:35.830Z Checking toml v0.8.19
21872025-02-25T01:34:35.923Z Checking anstream v0.6.15
21882025-02-25T01:34:35.940Z Checking postgres-protocol v0.6.8
21892025-02-25T01:34:35.991Z Checking tokio-rustls v0.25.0
21902025-02-25T01:34:36.084Z Checking sec1 v0.7.3
21912025-02-25T01:34:36.295Z Checking resolv-conf v0.7.0
21922025-02-25T01:34:36.358Z Checking schemars v0.8.21
21932025-02-25T01:34:36.461Z Checking lru-cache v0.1.2
21942025-02-25T01:34:36.511Z Checking publicsuffix v2.3.0
21952025-02-25T01:34:36.603Z Checking tungstenite v0.24.0
21962025-02-25T01:34:36.645Z Checking heapless v0.7.17
21972025-02-25T01:34:36.662Z Checking usdt v0.5.0
21982025-02-25T01:34:36.774Z Checking slog-term v2.9.1
21992025-02-25T01:34:36.926Z Checking group v0.13.0
22002025-02-25T01:34:37.161Z Checking num-iter v0.1.45
22012025-02-25T01:34:37.176Z Checking futures v0.3.31
22022025-02-25T01:34:37.287Z Checking slog-bunyan v2.5.0
22032025-02-25T01:34:37.303Z Checking tokio-native-tls v0.3.1
22042025-02-25T01:34:37.330Z Checking rayon-core v1.12.1
22052025-02-25T01:34:37.457Z Checking multer v3.1.0
22062025-02-25T01:34:37.474Z Checking terminal_size v0.4.0
22072025-02-25T01:34:37.540Z Checking hickory-proto v0.24.3
22082025-02-25T01:34:37.651Z Checking phf_shared v0.11.2
22092025-02-25T01:34:37.690Z Checking tokio-rustls v0.26.0
22102025-02-25T01:34:37.824Z Checking cookie v0.18.1
22112025-02-25T01:34:37.860Z Checking async-stream v0.3.6
22122025-02-25T01:34:37.863Z Checking bzip2-sys v0.1.11+1.0.8
22132025-02-25T01:34:37.930Z Checking waitgroup v0.1.2
22142025-02-25T01:34:37.950Z Checking camino v1.1.9
22152025-02-25T01:34:37.991Z Checking signal-hook v0.3.17
22162025-02-25T01:34:38.065Z Checking lazy_static v1.5.0
22172025-02-25T01:34:38.080Z Checking openapiv3 v2.0.0
22182025-02-25T01:34:38.083Z Checking serde_path_to_error v0.1.16
22192025-02-25T01:34:38.191Z Checking webpki-roots v0.26.6
22202025-02-25T01:34:38.257Z Checking hkdf v0.12.4
22212025-02-25T01:34:38.323Z Checking crypto-bigint v0.5.5
22222025-02-25T01:34:38.386Z Checking hostname v0.4.0
22232025-02-25T01:34:38.466Z Checking sync_wrapper v1.0.1
22242025-02-25T01:34:38.490Z Checking crc32fast v1.4.2
22252025-02-25T01:34:38.530Z Checking managed v0.8.0
22262025-02-25T01:34:38.608Z Checking unicode-width v0.2.0
22272025-02-25T01:34:38.672Z Checking bitflags v1.3.2
22282025-02-25T01:34:38.742Z Checking clap_lex v0.7.4
22292025-02-25T01:34:38.775Z Checking tower-layer v0.3.3
22302025-02-25T01:34:38.889Z Checking winnow v0.5.40
22312025-02-25T01:34:38.979Z Checking debug-ignore v1.0.5
22322025-02-25T01:34:39.039Z Checking strsim v0.11.1
22332025-02-25T01:34:39.084Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22342025-02-25T01:34:39.130Z Checking console v0.15.10
22352025-02-25T01:34:39.331Z Checking clap_builder v4.5.30
22362025-02-25T01:34:39.400Z Checking tower v0.5.2
22372025-02-25T01:34:39.698Z Checking smoltcp v0.9.1
22382025-02-25T01:34:40.153Z Checking flate2 v1.0.35
22392025-02-25T01:34:40.702Z Checking backtrace v0.3.74
22402025-02-25T01:34:40.790Z Checking hyper-rustls v0.27.3
22412025-02-25T01:34:41.055Z Checking elliptic-curve v0.13.8
22422025-02-25T01:34:41.100Z Checking signal-hook-mio v0.2.4
22432025-02-25T01:34:41.128Z Checking cookie_store v0.21.1
22442025-02-25T01:34:41.243Z Checking num-bigint-dig v0.8.4
22452025-02-25T01:34:41.263Z Checking anyhow v1.0.96
22462025-02-25T01:34:41.318Z Checking dropshot v0.12.0
22472025-02-25T01:34:41.633Z Checking toml_edit v0.19.15
22482025-02-25T01:34:41.649Z Checking bzip2 v0.4.4
22492025-02-25T01:34:41.686Z Checking rayon v1.10.0
22502025-02-25T01:34:41.790Z Checking phf v0.11.2
22512025-02-25T01:34:41.923Z Checking hyper-tls v0.6.0
22522025-02-25T01:34:41.992Z Checking hickory-resolver v0.24.3
22532025-02-25T01:34:42.024Z Checking tokio-tungstenite v0.24.0
22542025-02-25T01:34:42.199Z Checking postgres-types v0.2.8
22552025-02-25T01:34:42.234Z Checking bstr v1.10.0
22562025-02-25T01:34:42.463Z Checking regex v1.11.1
22572025-02-25T01:34:42.876Z Checking ed25519 v2.2.3
22582025-02-25T01:34:43.084Z Checking tokio-stream v0.1.17
22592025-02-25T01:34:43.117Z Checking phf_shared v0.10.0
22602025-02-25T01:34:43.173Z Checking curve25519-dalek v4.1.3
22612025-02-25T01:34:43.233Z Checking zerocopy v0.6.6
22622025-02-25T01:34:43.379Z Checking hubpack v0.1.2
22632025-02-25T01:34:43.591Z Checking memoffset v0.9.1
22642025-02-25T01:34:43.681Z Checking portable-atomic v1.9.0
22652025-02-25T01:34:43.714Z Checking pkcs1 v0.7.5
22662025-02-25T01:34:43.838Z Checking float-cmp v0.10.0
22672025-02-25T01:34:43.862Z Checking serde-big-array v0.5.1
22682025-02-25T01:34:44.039Z Checking rfc6979 v0.4.0
22692025-02-25T01:34:44.476Z Checking whoami v1.5.2
22702025-02-25T01:34:44.479Z Checking minimal-lexical v0.2.1
22712025-02-25T01:34:44.479Z Checking difflib v0.4.0
22722025-02-25T01:34:44.479Z Checking unicode-segmentation v1.12.0
22732025-02-25T01:34:44.479Z Checking predicates-core v1.0.8
22742025-02-25T01:34:44.479Z Checking normalize-line-endings v0.3.0
22752025-02-25T01:34:44.479Z Checking bit-vec v0.6.3
22762025-02-25T01:34:44.561Z Checking new_debug_unreachable v1.0.6
22772025-02-25T01:34:44.599Z Checking fixedbitset v0.4.2
22782025-02-25T01:34:44.658Z Checking precomputed-hash v0.1.1
22792025-02-25T01:34:44.680Z Checking number_prefix v0.4.0
22802025-02-25T01:34:44.772Z Checking static_assertions v1.1.0
22812025-02-25T01:34:44.789Z Checking string_cache v0.8.7
22822025-02-25T01:34:44.801Z Checking bit-set v0.5.3
22832025-02-25T01:34:44.863Z Checking qorb v0.2.1
22842025-02-25T01:34:44.867Z Checking petgraph v0.6.5
22852025-02-25T01:34:44.892Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22862025-02-25T01:34:44.927Z Checking similar v2.6.0
22872025-02-25T01:34:44.955Z Checking ed25519-dalek v2.1.1
22882025-02-25T01:34:45.042Z Checking predicates v3.1.3
22892025-02-25T01:34:45.055Z Checking nom v7.1.3
22902025-02-25T01:34:45.217Z Checking indicatif v0.17.11
22912025-02-25T01:34:45.377Z Checking tokio-postgres v0.7.12
22922025-02-25T01:34:45.692Z Checking ecdsa v0.16.9
22932025-02-25T01:34:45.731Z Checking rsa v0.9.6
22942025-02-25T01:34:45.943Z Checking toml v0.7.8
22952025-02-25T01:34:46.347Z Checking nix v0.29.0
22962025-02-25T01:34:46.666Z Checking clap v4.5.30
22972025-02-25T01:34:46.697Z Checking reqwest v0.12.12
22982025-02-25T01:34:47.058Z Checking zip v0.6.6
22992025-02-25T01:34:47.302Z Checking crossterm v0.28.1
23002025-02-25T01:34:47.506Z Checking itertools v0.14.0
23012025-02-25T01:34:47.654Z Checking itertools v0.10.5
23022025-02-25T01:34:47.715Z Checking itertools v0.12.1
23032025-02-25T01:34:47.873Z Checking ahash v0.8.11
23042025-02-25T01:34:48.213Z Checking fs-err v2.11.0
23052025-02-25T01:34:48.517Z Checking x509-cert v0.2.5
23062025-02-25T01:34:48.570Z Checking hex v0.4.3
23072025-02-25T01:34:48.765Z Checking lalrpop-util v0.19.12
23082025-02-25T01:34:48.991Z Checking peg-runtime v0.8.3
23092025-02-25T01:34:49.040Z Checking sigpipe v0.1.3
23102025-02-25T01:34:49.879Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23112025-02-25T01:34:50.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.49s
23122025-02-25T01:34:50.375Z
23132025-02-25T01:34:50.376Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
23142025-02-25T01:34:50.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152025-02-25T01:34:50.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162025-02-25T01:34:51.065Z Compiling hashbrown v0.14.5
23172025-02-25T01:34:51.194Z Checking heck v0.5.0
23182025-02-25T01:34:51.207Z Compiling unsafe-libyaml v0.2.11
23192025-02-25T01:34:51.220Z Checking ipnetwork v0.21.1
23202025-02-25T01:34:51.231Z Compiling ident_case v1.0.1
23212025-02-25T01:34:51.251Z Checking progenitor-client v0.8.0
23222025-02-25T01:34:51.261Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232025-02-25T01:34:51.361Z Checking newtype-uuid v1.2.1
23242025-02-25T01:34:51.405Z Compiling darling_core v0.20.10
23252025-02-25T01:34:51.547Z Checking oxnet v0.1.0
23262025-02-25T01:34:51.573Z Compiling proc-macro-crate v1.3.1
23272025-02-25T01:34:51.620Z Compiling structmeta-derive v0.3.0
23282025-02-25T01:34:51.644Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23292025-02-25T01:34:51.872Z Compiling thiserror v2.0.11
23302025-02-25T01:34:51.970Z Compiling lzma-sys v0.1.20
23312025-02-25T01:34:52.130Z Checking regress v0.10.1
23322025-02-25T01:34:52.453Z Compiling serde_yaml v0.9.34+deprecated
23332025-02-25T01:34:52.688Z Compiling num_enum_derive v0.5.11
23342025-02-25T01:34:52.847Z Compiling thiserror-impl v2.0.11
23352025-02-25T01:34:52.972Z Compiling foreign-types-macros v0.2.3
23362025-02-25T01:34:54.218Z Compiling structmeta v0.3.0
23372025-02-25T01:34:54.222Z Compiling daft-derive v0.1.1
23382025-02-25T01:34:54.607Z Compiling dropshot v0.15.1
23392025-02-25T01:34:54.950Z Checking arc-swap v1.7.1
23402025-02-25T01:34:54.974Z Checking foreign-types-shared v0.3.1
23412025-02-25T01:34:55.106Z Checking foreign-types v0.5.0
23422025-02-25T01:34:55.218Z Checking num_enum v0.5.11
23432025-02-25T01:34:55.363Z Checking slog-scope v4.4.0
23442025-02-25T01:34:55.454Z Compiling parse-display-derive v0.10.0
23452025-02-25T01:34:55.616Z Compiling proc-macro-error v1.0.4
23462025-02-25T01:34:55.633Z Checking typify-impl v0.2.0
23472025-02-25T01:34:55.731Z Checking daft v0.1.1
23482025-02-25T01:34:56.313Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23492025-02-25T01:34:56.497Z Checking tungstenite v0.21.0
23502025-02-25T01:34:56.497Z Compiling heck v0.3.3
23512025-02-25T01:34:56.497Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23522025-02-25T01:34:56.717Z Compiling dropshot_endpoint v0.15.1
23532025-02-25T01:34:56.930Z Checking cstr-argument v0.1.2
23542025-02-25T01:34:57.093Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23552025-02-25T01:34:57.132Z Compiling darling_macro v0.20.10
23562025-02-25T01:34:57.166Z Checking instant v0.1.13
23572025-02-25T01:34:57.187Z Checking pretty-hex v0.2.1
23582025-02-25T01:34:57.294Z Checking fastrand v2.1.1
23592025-02-25T01:34:57.358Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23602025-02-25T01:34:57.625Z Checking base64 v0.21.7
23612025-02-25T01:34:57.817Z Checking tempfile v3.13.0
23622025-02-25T01:34:57.834Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23632025-02-25T01:34:57.986Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23642025-02-25T01:34:58.020Z Compiling darling v0.20.10
23652025-02-25T01:34:58.085Z Checking backoff v0.4.0
23662025-02-25T01:34:58.120Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23672025-02-25T01:34:58.133Z Compiling serde_with_macros v3.11.0
23682025-02-25T01:34:58.174Z Checking tokio-tungstenite v0.21.0
23692025-02-25T01:34:58.273Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23702025-02-25T01:34:58.276Z Compiling zone_cfg_derive v0.1.2
23712025-02-25T01:34:58.351Z Checking strum v0.26.3
23722025-02-25T01:34:58.505Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23732025-02-25T01:34:58.587Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23742025-02-25T01:34:58.806Z Checking slog-stdlog v4.1.1
23752025-02-25T01:34:58.936Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23762025-02-25T01:34:58.990Z Checking regress v0.9.1
23772025-02-25T01:34:59.098Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23782025-02-25T01:34:59.240Z Checking progenitor-client v0.9.1
23792025-02-25T01:34:59.308Z Checking parse-display v0.10.0
23802025-02-25T01:34:59.404Z Checking colored v2.1.0
23812025-02-25T01:34:59.606Z Checking macaddr v1.0.1
23822025-02-25T01:34:59.679Z Checking base64 v0.13.1
23832025-02-25T01:34:59.702Z Checking unicode-width v0.1.14
23842025-02-25T01:34:59.960Z Checking zone v0.1.8
23852025-02-25T01:35:00.097Z Checking ron v0.7.1
23862025-02-25T01:35:00.203Z Checking tabwriter v1.4.0
23872025-02-25T01:35:00.449Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23882025-02-25T01:35:00.596Z Checking serde_with v3.11.0
23892025-02-25T01:35:00.625Z Checking slog-envlogger v2.2.0
23902025-02-25T01:35:00.902Z Checking xz2 v0.1.7
23912025-02-25T01:35:00.983Z Checking xattr v1.3.1
23922025-02-25T01:35:01.320Z Checking pem v3.0.5
23932025-02-25T01:35:01.495Z Checking yasna v0.5.2
23942025-02-25T01:35:01.495Z Checking headers-core v0.3.0
23952025-02-25T01:35:01.496Z Checking smf v0.2.3
23962025-02-25T01:35:01.711Z Checking filetime v0.2.25
23972025-02-25T01:35:01.877Z Checking same-file v1.0.6
23982025-02-25T01:35:01.877Z Checking tar v0.4.44
23992025-02-25T01:35:01.970Z Checking headers v0.4.0
24002025-02-25T01:35:01.970Z Checking walkdir v2.5.0
24012025-02-25T01:35:02.077Z Checking rcgen v0.12.1
24022025-02-25T01:35:02.179Z Checking atomicwrites v0.4.4
24032025-02-25T01:35:02.373Z Checking camino-tempfile v1.1.1
24042025-02-25T01:35:02.446Z Checking subprocess v0.2.9
24052025-02-25T01:35:04.881Z Compiling typify-macro v0.2.0
24062025-02-25T01:35:06.390Z Compiling typify v0.2.0
24072025-02-25T01:35:06.457Z Compiling progenitor-impl v0.8.0
24082025-02-25T01:35:08.822Z Compiling progenitor-macro v0.8.0
24092025-02-25T01:35:12.390Z Checking progenitor v0.8.0
24102025-02-25T01:35:12.520Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24112025-02-25T01:35:12.523Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24122025-02-25T01:35:15.024Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24132025-02-25T01:35:15.361Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24142025-02-25T01:35:21.475Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24152025-02-25T01:35:23.028Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24162025-02-25T01:35:24.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.85s
24172025-02-25T01:35:24.474Z
24182025-02-25T01:35:24.475Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
24192025-02-25T01:35:24.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202025-02-25T01:35:25.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212025-02-25T01:35:25.100Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24222025-02-25T01:35:26.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
24232025-02-25T01:35:26.649Z
24242025-02-25T01:35:26.649Zinfo: running `cargo check --bins` on nexus-config (51/199)
24252025-02-25T01:35:27.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262025-02-25T01:35:27.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272025-02-25T01:35:27.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282025-02-25T01:35:27.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24292025-02-25T01:35:27.295Z
24302025-02-25T01:35:27.295Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
24312025-02-25T01:35:27.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322025-02-25T01:35:27.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332025-02-25T01:35:27.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342025-02-25T01:35:27.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24352025-02-25T01:35:27.927Z
24362025-02-25T01:35:27.927Zinfo: running `cargo check --bins` on omicron-brand-metadata (53/199)
24372025-02-25T01:35:28.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382025-02-25T01:35:28.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392025-02-25T01:35:28.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402025-02-25T01:35:28.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24412025-02-25T01:35:28.637Z
24422025-02-25T01:35:28.637Zinfo: running `cargo check --bins` on omicron-certificates (54/199)
24432025-02-25T01:35:33.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442025-02-25T01:35:33.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452025-02-25T01:35:33.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462025-02-25T01:35:33.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24472025-02-25T01:35:33.134Z
24482025-02-25T01:35:33.134Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/199)
24492025-02-25T01:35:33.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502025-02-25T01:35:33.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512025-02-25T01:35:33.134Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24522025-02-25T01:35:33.134Z Compiling ipnetwork v0.21.1
24532025-02-25T01:35:33.134Z Compiling progenitor-client v0.8.0
24542025-02-25T01:35:33.134Z Compiling itertools v0.13.0
24552025-02-25T01:35:33.135Z Compiling heapless v0.8.0
24562025-02-25T01:35:33.135Z Compiling thiserror v2.0.11
24572025-02-25T01:35:33.135Z Checking hash32 v0.3.1
24582025-02-25T01:35:33.135Z Compiling instant v0.1.13
24592025-02-25T01:35:33.135Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24602025-02-25T01:35:33.135Z Compiling smoltcp v0.11.0
24612025-02-25T01:35:33.135Z Compiling dropshot v0.15.1
24622025-02-25T01:35:33.135Z Compiling backoff v0.4.0
24632025-02-25T01:35:33.135Z Compiling oxnet v0.1.0
24642025-02-25T01:35:33.135Z Compiling progenitor v0.8.0
24652025-02-25T01:35:33.135Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662025-02-25T01:35:33.135Z Compiling daft v0.1.1
24672025-02-25T01:35:33.135Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24682025-02-25T01:35:33.135Z Compiling serde_with v3.11.0
24692025-02-25T01:35:33.135Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24702025-02-25T01:35:33.135Z Compiling parse-display v0.10.0
24712025-02-25T01:35:33.135Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24722025-02-25T01:35:33.135Z Checking num-rational v0.4.2
24732025-02-25T01:35:33.135Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24742025-02-25T01:35:33.135Z Compiling progenitor-client v0.9.1
24752025-02-25T01:35:33.135Z Compiling regress v0.9.1
24762025-02-25T01:35:33.135Z Compiling phf_generator v0.11.2
24772025-02-25T01:35:33.135Z Checking num-complex v0.4.6
24782025-02-25T01:35:33.135Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24792025-02-25T01:35:33.400Z Compiling macaddr v1.0.1
24802025-02-25T01:35:33.840Z Checking cobs v0.2.3
24812025-02-25T01:35:34.035Z Checking postcard v1.0.10
24822025-02-25T01:35:35.095Z Compiling num v0.4.3
24832025-02-25T01:35:35.102Z Compiling phf_codegen v0.11.2
24842025-02-25T01:35:35.102Z Compiling parse-zoneinfo v0.3.1
24852025-02-25T01:35:35.102Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24862025-02-25T01:35:35.102Z Checking float-ord v0.3.2
24872025-02-25T01:35:35.160Z Compiling convert_case v0.4.0
24882025-02-25T01:35:35.948Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24892025-02-25T01:35:36.312Z Compiling derive_more v0.99.19
24902025-02-25T01:35:36.962Z Compiling chrono-tz-build v0.4.0
24912025-02-25T01:35:37.555Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24922025-02-25T01:35:38.139Z Compiling crucible-workspace-hack v0.1.0
24932025-02-25T01:35:38.343Z Compiling chrono-tz v0.10.1
24942025-02-25T01:35:38.456Z Checking newline-converter v0.3.0
24952025-02-25T01:35:38.612Z Checking prettyplease v0.2.29
24962025-02-25T01:35:38.811Z Compiling slog-dtrace v0.3.0
24972025-02-25T01:35:38.998Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24982025-02-25T01:35:39.236Z Checking expectorate v1.1.0
24992025-02-25T01:35:39.343Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25002025-02-25T01:35:39.543Z Compiling zone_cfg_derive v0.3.0
25012025-02-25T01:35:39.703Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25022025-02-25T01:35:40.074Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25032025-02-25T01:35:40.388Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25042025-02-25T01:35:40.742Z Compiling const_format_proc_macros v0.2.34
25052025-02-25T01:35:40.806Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25062025-02-25T01:35:40.900Z Compiling num-derive v0.4.2
25072025-02-25T01:35:40.922Z Checking highway v1.2.0
25082025-02-25T01:35:41.281Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25092025-02-25T01:35:41.315Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25102025-02-25T01:35:41.669Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25112025-02-25T01:35:41.905Z Checking zone v0.3.0
25122025-02-25T01:35:41.923Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25132025-02-25T01:35:42.155Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25142025-02-25T01:35:42.618Z Checking const_format v0.2.34
25152025-02-25T01:35:42.870Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
25162025-02-25T01:35:43.015Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25172025-02-25T01:35:43.110Z Checking gethostname v0.5.0
25182025-02-25T01:35:43.222Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25192025-02-25T01:35:43.244Z Checking bcs v0.1.6
25202025-02-25T01:35:43.473Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25212025-02-25T01:35:43.661Z Compiling async-recursion v1.1.1
25222025-02-25T01:35:43.681Z Checking nanorand v0.7.0
25232025-02-25T01:35:43.910Z Checking termtree v0.5.1
25242025-02-25T01:35:44.000Z Checking flume v0.11.1
25252025-02-25T01:35:44.415Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25262025-02-25T01:35:44.422Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25272025-02-25T01:35:45.122Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25282025-02-25T01:35:45.296Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25292025-02-25T01:35:51.030Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302025-02-25T01:35:54.226Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25312025-02-25T01:35:56.683Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25322025-02-25T01:35:57.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.66s
25332025-02-25T01:35:58.063Z
25342025-02-25T01:35:58.063Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/199)
25352025-02-25T01:35:58.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362025-02-25T01:35:58.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372025-02-25T01:35:58.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382025-02-25T01:35:58.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25392025-02-25T01:35:58.722Z
25402025-02-25T01:35:58.722Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/199)
25412025-02-25T01:35:59.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422025-02-25T01:35:59.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432025-02-25T01:35:59.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442025-02-25T01:35:59.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25452025-02-25T01:35:59.379Z
25462025-02-25T01:35:59.379Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/199)
25472025-02-25T01:35:59.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482025-02-25T01:35:59.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492025-02-25T01:36:00.060Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502025-02-25T01:36:00.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
25512025-02-25T01:36:00.875Z
25522025-02-25T01:36:00.875Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199)
25532025-02-25T01:36:01.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542025-02-25T01:36:01.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552025-02-25T01:36:01.562Z Compiling cfg_aliases v0.1.1
25562025-02-25T01:36:01.581Z Compiling vte_generate_state_changes v0.1.2
25572025-02-25T01:36:01.581Z Checking fd-lock v4.0.2
25582025-02-25T01:36:01.581Z Checking nibble_vec v0.1.0
25592025-02-25T01:36:01.581Z Checking bytecount v0.6.8
25602025-02-25T01:36:01.673Z Checking endian-type v0.1.2
25612025-02-25T01:36:01.689Z Compiling tabled_derive v0.7.0
25622025-02-25T01:36:01.712Z Compiling peg-macros v0.8.4
25632025-02-25T01:36:01.753Z Compiling nix v0.28.0
25642025-02-25T01:36:01.845Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25652025-02-25T01:36:01.865Z Compiling sqlparser_derive v0.2.2
25662025-02-25T01:36:01.879Z Checking papergrid v0.11.0
25672025-02-25T01:36:01.894Z Checking radix_trie v0.2.1
25682025-02-25T01:36:02.265Z Checking vte v0.11.1
25692025-02-25T01:36:02.336Z Checking nu-ansi-term v0.50.1
25702025-02-25T01:36:02.715Z Checking unicode_categories v0.1.1
25712025-02-25T01:36:02.838Z Checking home v0.5.9
25722025-02-25T01:36:02.908Z Checking sqlparser v0.45.0
25732025-02-25T01:36:03.008Z Checking sqlformat v0.2.6
25742025-02-25T01:36:03.033Z Checking display-error-chain v0.2.2
25752025-02-25T01:36:03.680Z Checking strip-ansi-escapes v0.2.0
25762025-02-25T01:36:03.821Z Checking tabled v0.15.0
25772025-02-25T01:36:03.837Z Checking reedline v0.35.0
25782025-02-25T01:36:04.171Z Checking peg v0.8.4
25792025-02-25T01:36:04.609Z Checking rustyline v14.0.0
25802025-02-25T01:36:13.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s
25812025-02-25T01:36:13.566Z
25822025-02-25T01:36:13.566Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199)
25832025-02-25T01:36:14.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842025-02-25T01:36:14.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852025-02-25T01:36:14.257Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25862025-02-25T01:36:19.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
25872025-02-25T01:36:19.871Z
25882025-02-25T01:36:19.871Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199)
25892025-02-25T01:36:20.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902025-02-25T01:36:20.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912025-02-25T01:36:20.184Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25922025-02-25T01:36:23.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
25932025-02-25T01:36:23.858Z
25942025-02-25T01:36:23.858Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199)
25952025-02-25T01:36:24.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962025-02-25T01:36:24.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972025-02-25T01:36:24.548Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25982025-02-25T01:36:29.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
25992025-02-25T01:36:29.451Z
26002025-02-25T01:36:29.451Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199)
26012025-02-25T01:36:30.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022025-02-25T01:36:30.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032025-02-25T01:36:30.157Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26042025-02-25T01:36:34.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
26052025-02-25T01:36:35.132Z
26062025-02-25T01:36:35.133Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199)
26072025-02-25T01:36:35.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082025-02-25T01:36:35.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092025-02-25T01:36:35.833Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26102025-02-25T01:36:39.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
26112025-02-25T01:36:39.633Z
26122025-02-25T01:36:39.633Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199)
26132025-02-25T01:36:40.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142025-02-25T01:36:40.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152025-02-25T01:36:40.360Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26162025-02-25T01:36:44.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
26172025-02-25T01:36:44.220Z
26182025-02-25T01:36:44.220Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199)
26192025-02-25T01:36:44.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202025-02-25T01:36:44.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212025-02-25T01:36:44.912Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26222025-02-25T01:36:49.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
26232025-02-25T01:36:50.033Z
26242025-02-25T01:36:50.033Zinfo: running `cargo check --bins` on oximeter (67/199)
26252025-02-25T01:36:50.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262025-02-25T01:36:50.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272025-02-25T01:36:50.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282025-02-25T01:36:50.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26292025-02-25T01:36:50.683Z
26302025-02-25T01:36:50.683Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/199)
26312025-02-25T01:36:51.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322025-02-25T01:36:51.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332025-02-25T01:36:51.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342025-02-25T01:36:51.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26352025-02-25T01:36:51.311Z
26362025-02-25T01:36:51.311Zinfo: running `cargo check --bins` on oximeter-schema (69/199)
26372025-02-25T01:36:51.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382025-02-25T01:36:51.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392025-02-25T01:36:51.970Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26402025-02-25T01:36:53.957Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26412025-02-25T01:36:54.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
26422025-02-25T01:36:55.078Z
26432025-02-25T01:36:55.078Zinfo: running `cargo check --bins` on oximeter-types (70/199)
26442025-02-25T01:36:55.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452025-02-25T01:36:55.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462025-02-25T01:36:55.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472025-02-25T01:36:55.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26482025-02-25T01:36:55.728Z
26492025-02-25T01:36:55.728Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/199)
26502025-02-25T01:36:56.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512025-02-25T01:36:56.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522025-02-25T01:36:56.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532025-02-25T01:36:56.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26542025-02-25T01:36:56.377Z
26552025-02-25T01:36:56.377Zinfo: running `cargo check --bins` on oxql-types (72/199)
26562025-02-25T01:36:56.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572025-02-25T01:36:56.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582025-02-25T01:36:56.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592025-02-25T01:36:56.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26602025-02-25T01:36:57.023Z
26612025-02-25T01:36:57.023Zinfo: running `cargo check --bins` on oximeter-test-utils (73/199)
26622025-02-25T01:36:57.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632025-02-25T01:36:57.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642025-02-25T01:36:57.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652025-02-25T01:36:57.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26662025-02-25T01:36:57.693Z
26672025-02-25T01:36:57.693Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/199)
26682025-02-25T01:36:58.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692025-02-25T01:36:58.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702025-02-25T01:36:58.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712025-02-25T01:36:58.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26722025-02-25T01:36:58.345Z
26732025-02-25T01:36:58.345Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/199)
26742025-02-25T01:36:58.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752025-02-25T01:36:58.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762025-02-25T01:36:58.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772025-02-25T01:36:58.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26782025-02-25T01:36:59.007Z
26792025-02-25T01:36:59.007Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199)
26802025-02-25T01:36:59.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812025-02-25T01:36:59.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822025-02-25T01:36:59.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832025-02-25T01:36:59.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26842025-02-25T01:36:59.663Z
26852025-02-25T01:36:59.663Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/199)
26862025-02-25T01:37:00.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872025-02-25T01:37:00.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882025-02-25T01:37:00.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892025-02-25T01:37:00.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26902025-02-25T01:37:00.319Z
26912025-02-25T01:37:00.319Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/199)
26922025-02-25T01:37:00.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932025-02-25T01:37:00.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942025-02-25T01:37:00.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952025-02-25T01:37:00.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26962025-02-25T01:37:00.968Z
26972025-02-25T01:37:00.968Zinfo: running `cargo check --bins` on cockroach-admin-client (79/199)
26982025-02-25T01:37:01.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992025-02-25T01:37:01.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002025-02-25T01:37:01.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012025-02-25T01:37:01.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27022025-02-25T01:37:01.606Z
27032025-02-25T01:37:01.606Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/199)
27042025-02-25T01:37:02.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052025-02-25T01:37:02.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062025-02-25T01:37:02.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072025-02-25T01:37:02.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27082025-02-25T01:37:02.263Z
27092025-02-25T01:37:02.263Zinfo: running `cargo check --bins` on dns-service-client (81/199)
27102025-02-25T01:37:02.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112025-02-25T01:37:02.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122025-02-25T01:37:02.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132025-02-25T01:37:02.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27142025-02-25T01:37:02.914Z
27152025-02-25T01:37:02.914Zinfo: running `cargo check --bins` on internal-dns-types (82/199)
27162025-02-25T01:37:03.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-02-25T01:37:03.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-02-25T01:37:03.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192025-02-25T01:37:03.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27202025-02-25T01:37:03.559Z
27212025-02-25T01:37:03.560Zinfo: running `cargo check --bins` on dpd-client (83/199)
27222025-02-25T01:37:04.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-02-25T01:37:04.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-02-25T01:37:04.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252025-02-25T01:37:04.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27262025-02-25T01:37:04.200Z
27272025-02-25T01:37:04.200Zinfo: running `cargo check --bins` on gateway-client (84/199)
27282025-02-25T01:37:04.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-02-25T01:37:04.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-02-25T01:37:04.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312025-02-25T01:37:04.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27322025-02-25T01:37:04.845Z
27332025-02-25T01:37:04.845Zinfo: running `cargo check --bins` on installinator-client (85/199)
27342025-02-25T01:37:05.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-02-25T01:37:05.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-02-25T01:37:05.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372025-02-25T01:37:05.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27382025-02-25T01:37:05.505Z
27392025-02-25T01:37:05.505Zinfo: running `cargo check --bins` on installinator-common (86/199)
27402025-02-25T01:37:06.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412025-02-25T01:37:06.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422025-02-25T01:37:06.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432025-02-25T01:37:06.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27442025-02-25T01:37:06.162Z
27452025-02-25T01:37:06.162Zinfo: running `cargo check --bins` on update-engine (87/199)
27462025-02-25T01:37:06.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472025-02-25T01:37:06.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482025-02-25T01:37:06.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492025-02-25T01:37:06.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27502025-02-25T01:37:06.801Z
27512025-02-25T01:37:06.801Zinfo: running `cargo check --bins` on nexus-client (88/199)
27522025-02-25T01:37:07.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532025-02-25T01:37:07.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542025-02-25T01:37:07.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552025-02-25T01:37:07.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27562025-02-25T01:37:07.477Z
27572025-02-25T01:37:07.477Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/199)
27582025-02-25T01:37:08.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592025-02-25T01:37:08.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602025-02-25T01:37:08.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612025-02-25T01:37:08.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27622025-02-25T01:37:08.145Z
27632025-02-25T01:37:08.145Zinfo: running `cargo check --bins` on omicron-passwords (90/199)
27642025-02-25T01:37:08.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652025-02-25T01:37:08.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662025-02-25T01:37:08.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672025-02-25T01:37:08.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27682025-02-25T01:37:08.790Z
27692025-02-25T01:37:08.790Zinfo: running `cargo check --bins` on nexus-types (91/199)
27702025-02-25T01:37:09.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712025-02-25T01:37:09.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722025-02-25T01:37:09.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732025-02-25T01:37:09.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27742025-02-25T01:37:09.471Z
27752025-02-25T01:37:09.471Zinfo: running `cargo check --bins` on oxide-client (92/199)
27762025-02-25T01:37:10.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772025-02-25T01:37:10.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782025-02-25T01:37:10.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792025-02-25T01:37:10.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27802025-02-25T01:37:10.111Z
27812025-02-25T01:37:10.111Zinfo: running `cargo check --bins` on oximeter-client (93/199)
27822025-02-25T01:37:10.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832025-02-25T01:37:10.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842025-02-25T01:37:10.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852025-02-25T01:37:10.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27862025-02-25T01:37:10.796Z
27872025-02-25T01:37:10.796Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
27882025-02-25T01:37:11.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892025-02-25T01:37:11.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902025-02-25T01:37:11.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912025-02-25T01:37:11.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27922025-02-25T01:37:11.410Z
27932025-02-25T01:37:11.410Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
27942025-02-25T01:37:12.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952025-02-25T01:37:12.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962025-02-25T01:37:12.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972025-02-25T01:37:12.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27982025-02-25T01:37:12.088Z
27992025-02-25T01:37:12.088Zinfo: running `cargo check --bins` on wicketd-client (96/199)
28002025-02-25T01:37:12.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012025-02-25T01:37:12.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022025-02-25T01:37:12.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032025-02-25T01:37:12.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28042025-02-25T01:37:12.784Z
28052025-02-25T01:37:12.784Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
28062025-02-25T01:37:13.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072025-02-25T01:37:13.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082025-02-25T01:37:13.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092025-02-25T01:37:13.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28102025-02-25T01:37:13.468Z
28112025-02-25T01:37:13.468Zinfo: running `cargo check --bins` on wicket-common (98/199)
28122025-02-25T01:37:14.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132025-02-25T01:37:14.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142025-02-25T01:37:14.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152025-02-25T01:37:14.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28162025-02-25T01:37:14.143Z
28172025-02-25T01:37:14.143Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
28182025-02-25T01:37:14.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192025-02-25T01:37:14.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202025-02-25T01:37:14.837Z Checking csv-core v0.1.11
28212025-02-25T01:37:14.837Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28222025-02-25T01:37:14.840Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28232025-02-25T01:37:14.840Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28242025-02-25T01:37:15.125Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28252025-02-25T01:37:15.139Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28262025-02-25T01:37:15.200Z Checking csv v1.3.1
28272025-02-25T01:37:15.722Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28282025-02-25T01:37:16.087Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28292025-02-25T01:37:17.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
28302025-02-25T01:37:17.819Z
28312025-02-25T01:37:17.819Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28322025-02-25T01:37:18.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332025-02-25T01:37:18.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342025-02-25T01:37:18.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352025-02-25T01:37:18.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28362025-02-25T01:37:18.473Z
28372025-02-25T01:37:18.473Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28382025-02-25T01:37:19.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392025-02-25T01:37:19.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402025-02-25T01:37:19.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412025-02-25T01:37:19.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28422025-02-25T01:37:19.126Z
28432025-02-25T01:37:19.126Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28442025-02-25T01:37:19.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452025-02-25T01:37:19.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462025-02-25T01:37:19.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472025-02-25T01:37:19.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28482025-02-25T01:37:19.894Z
28492025-02-25T01:37:19.894Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28502025-02-25T01:37:20.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512025-02-25T01:37:20.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522025-02-25T01:37:20.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532025-02-25T01:37:20.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28542025-02-25T01:37:20.654Z
28552025-02-25T01:37:20.654Zinfo: running `cargo check --bins` on dns-server (104/199)
28562025-02-25T01:37:21.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572025-02-25T01:37:21.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582025-02-25T01:37:21.326Z Compiling typify-impl v0.3.0
28592025-02-25T01:37:21.437Z Compiling parking_lot_core v0.8.6
28602025-02-25T01:37:21.447Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28612025-02-25T01:37:21.455Z Checking fxhash v0.2.1
28622025-02-25T01:37:21.467Z Checking hickory-client v0.24.3
28632025-02-25T01:37:21.470Z Checking hickory-server v0.24.3
28642025-02-25T01:37:22.061Z Checking parking_lot v0.11.2
28652025-02-25T01:37:22.188Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28662025-02-25T01:37:22.333Z Checking sled v0.34.7
28672025-02-25T01:37:26.835Z Compiling typify-macro v0.3.0
28682025-02-25T01:37:28.303Z Compiling typify v0.3.0
28692025-02-25T01:37:28.373Z Compiling progenitor-impl v0.9.1
28702025-02-25T01:37:30.737Z Compiling progenitor-macro v0.9.1
28712025-02-25T01:37:34.266Z Checking progenitor v0.9.1
28722025-02-25T01:37:34.396Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28732025-02-25T01:37:34.887Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28742025-02-25T01:37:36.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.47s
28752025-02-25T01:37:36.310Z
28762025-02-25T01:37:36.310Zinfo: running `cargo check --bins` on dns-server-api (105/199)
28772025-02-25T01:37:36.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782025-02-25T01:37:36.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792025-02-25T01:37:36.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802025-02-25T01:37:36.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28812025-02-25T01:37:36.964Z
28822025-02-25T01:37:36.964Zinfo: running `cargo check --bins` on gateway-test-utils (106/199)
28832025-02-25T01:37:37.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842025-02-25T01:37:37.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852025-02-25T01:37:37.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862025-02-25T01:37:37.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28872025-02-25T01:37:37.678Z
28882025-02-25T01:37:37.678Zinfo: running `cargo check --bins` on gateway-types (107/199)
28892025-02-25T01:37:38.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902025-02-25T01:37:38.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912025-02-25T01:37:38.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922025-02-25T01:37:38.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28932025-02-25T01:37:38.332Z
28942025-02-25T01:37:38.332Zinfo: running `cargo check --bins` on ipcc (108/199)
28952025-02-25T01:37:38.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962025-02-25T01:37:38.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972025-02-25T01:37:38.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982025-02-25T01:37:38.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28992025-02-25T01:37:38.990Z
29002025-02-25T01:37:38.990Zinfo: running `cargo check --bins` on omicron-gateway (109/199)
29012025-02-25T01:37:39.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022025-02-25T01:37:39.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032025-02-25T01:37:39.725Z Compiling radium v0.7.0
29042025-02-25T01:37:39.725Z Compiling semver v0.1.20
29052025-02-25T01:37:39.845Z Checking tap v1.0.1
29062025-02-25T01:37:39.845Z Compiling maybe-uninit v2.0.0
29072025-02-25T01:37:39.863Z Checking password-hash v0.5.0
29082025-02-25T01:37:39.866Z Checking blake2 v0.10.6
29092025-02-25T01:37:39.866Z Checking funty v2.0.0
29102025-02-25T01:37:39.866Z Compiling cancel-safe-futures v0.1.5
29112025-02-25T01:37:39.981Z Checking wyz v0.5.1
29122025-02-25T01:37:40.258Z Compiling rustc_version v0.1.7
29132025-02-25T01:37:40.288Z Compiling packed_struct v0.10.1
29142025-02-25T01:37:40.329Z Compiling owo-colors v4.1.0
29152025-02-25T01:37:40.332Z Checking crc-catalog v2.4.0
29162025-02-25T01:37:40.332Z Checking argon2 v0.5.3
29172025-02-25T01:37:40.544Z Checking crc v3.2.1
29182025-02-25T01:37:40.624Z Compiling packed_struct_codegen v0.10.1
29192025-02-25T01:37:40.642Z Compiling newtype_derive v0.1.6
29202025-02-25T01:37:40.645Z Checking half v2.4.1
29212025-02-25T01:37:40.694Z Checking bitvec v1.0.1
29222025-02-25T01:37:40.728Z Compiling indexmap v1.9.3
29232025-02-25T01:37:40.752Z Checking nodrop v0.1.14
29242025-02-25T01:37:40.883Z Checking ciborium-io v0.2.2
29252025-02-25T01:37:40.947Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
29262025-02-25T01:37:41.011Z Checking array-init v0.0.4
29272025-02-25T01:37:41.066Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29282025-02-25T01:37:41.104Z Checking ciborium-ll v0.2.2
29292025-02-25T01:37:41.140Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29302025-02-25T01:37:41.370Z Checking smallvec v0.6.14
29312025-02-25T01:37:41.388Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29322025-02-25T01:37:41.712Z Checking libsw v3.3.1
29332025-02-25T01:37:41.732Z Checking swrite v0.1.0
29342025-02-25T01:37:41.803Z Checking bitfield v0.14.0
29352025-02-25T01:37:41.847Z Checking termcolor v1.4.1
29362025-02-25T01:37:41.912Z Checking hashbrown v0.12.3
29372025-02-25T01:37:41.973Z Checking indent_write v2.2.0
29382025-02-25T01:37:42.083Z Checking linear-map v1.2.0
29392025-02-25T01:37:42.193Z Checking ron v0.8.1
29402025-02-25T01:37:42.240Z Checking env_logger v0.10.2
29412025-02-25T01:37:42.331Z Checking serde-hex v0.1.0
29422025-02-25T01:37:42.417Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29432025-02-25T01:37:42.648Z Checking ciborium v0.2.2
29442025-02-25T01:37:42.687Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29452025-02-25T01:37:43.275Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29462025-02-25T01:37:43.320Z Checking steno v0.4.1
29472025-02-25T01:37:43.524Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29482025-02-25T01:37:43.612Z Checking hashbrown v0.13.2
29492025-02-25T01:37:43.791Z Checking humantime v2.1.0
29502025-02-25T01:37:43.914Z Checking crc-any v2.5.0
29512025-02-25T01:37:44.117Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29522025-02-25T01:37:44.281Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29532025-02-25T01:37:44.416Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29542025-02-25T01:37:44.560Z Checking object v0.30.4
29552025-02-25T01:37:44.775Z Checking path-slash v0.1.5
29562025-02-25T01:37:44.847Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29572025-02-25T01:37:45.007Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29582025-02-25T01:37:45.516Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29592025-02-25T01:37:45.538Z Checking nix v0.27.1
29602025-02-25T01:37:45.656Z Checking tungstenite v0.23.0
29612025-02-25T01:37:45.777Z Checking kstat-rs v0.2.4
29622025-02-25T01:37:46.123Z Checking signal-hook-tokio v0.3.1
29632025-02-25T01:37:46.139Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29642025-02-25T01:37:46.549Z Checking tokio-tungstenite v0.23.1
29652025-02-25T01:37:46.862Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29662025-02-25T01:37:47.375Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29672025-02-25T01:37:47.472Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29682025-02-25T01:37:54.234Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29692025-02-25T01:37:55.566Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29702025-02-25T01:37:58.200Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29712025-02-25T01:38:03.356Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29722025-02-25T01:38:04.013Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29732025-02-25T01:38:06.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.66s
29742025-02-25T01:38:06.870Z
29752025-02-25T01:38:06.870Zinfo: running `cargo check --bins` on gateway-api (110/199)
29762025-02-25T01:38:07.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772025-02-25T01:38:07.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782025-02-25T01:38:07.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29792025-02-25T01:38:07.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29802025-02-25T01:38:07.527Z
29812025-02-25T01:38:07.527Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199)
29822025-02-25T01:38:08.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832025-02-25T01:38:08.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842025-02-25T01:38:08.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29852025-02-25T01:38:08.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29862025-02-25T01:38:08.160Z
29872025-02-25T01:38:08.160Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199)
29882025-02-25T01:38:08.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892025-02-25T01:38:08.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902025-02-25T01:38:08.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29912025-02-25T01:38:08.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29922025-02-25T01:38:08.816Z
29932025-02-25T01:38:08.816Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199)
29942025-02-25T01:38:09.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952025-02-25T01:38:09.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962025-02-25T01:38:09.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972025-02-25T01:38:09.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29982025-02-25T01:38:09.469Z
29992025-02-25T01:38:09.469Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199)
30002025-02-25T01:38:10.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012025-02-25T01:38:10.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022025-02-25T01:38:10.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032025-02-25T01:38:10.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30042025-02-25T01:38:10.125Z
30052025-02-25T01:38:10.125Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199)
30062025-02-25T01:38:10.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072025-02-25T01:38:10.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082025-02-25T01:38:10.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092025-02-25T01:38:10.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30102025-02-25T01:38:10.776Z
30112025-02-25T01:38:10.776Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199)
30122025-02-25T01:38:11.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132025-02-25T01:38:11.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142025-02-25T01:38:11.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152025-02-25T01:38:11.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30162025-02-25T01:38:11.432Z
30172025-02-25T01:38:11.432Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199)
30182025-02-25T01:38:11.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192025-02-25T01:38:12.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202025-02-25T01:38:12.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212025-02-25T01:38:12.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30222025-02-25T01:38:12.078Z
30232025-02-25T01:38:12.078Zinfo: running `cargo check --bins` on oximeter-producer (118/199)
30242025-02-25T01:38:12.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252025-02-25T01:38:12.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262025-02-25T01:38:12.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272025-02-25T01:38:12.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30282025-02-25T01:38:12.757Z
30292025-02-25T01:38:12.757Zinfo: running `cargo check --bins` on internal-dns-resolver (119/199)
30302025-02-25T01:38:13.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312025-02-25T01:38:13.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322025-02-25T01:38:13.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332025-02-25T01:38:13.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30342025-02-25T01:38:13.414Z
30352025-02-25T01:38:13.414Zinfo: running `cargo check --bins` on sp-sim (120/199)
30362025-02-25T01:38:13.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372025-02-25T01:38:13.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382025-02-25T01:38:14.082Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30392025-02-25T01:38:14.526Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30402025-02-25T01:38:16.184Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30412025-02-25T01:38:17.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
30422025-02-25T01:38:18.002Z
30432025-02-25T01:38:18.002Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199)
30442025-02-25T01:38:18.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452025-02-25T01:38:18.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462025-02-25T01:38:18.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472025-02-25T01:38:18.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30482025-02-25T01:38:18.707Z
30492025-02-25T01:38:18.708Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199)
30502025-02-25T01:38:19.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512025-02-25T01:38:19.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522025-02-25T01:38:19.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532025-02-25T01:38:19.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30542025-02-25T01:38:19.417Z
30552025-02-25T01:38:19.417Zinfo: running `cargo check --bins` on db-macros (123/199)
30562025-02-25T01:38:19.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572025-02-25T01:38:19.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582025-02-25T01:38:19.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592025-02-25T01:38:19.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30602025-02-25T01:38:20.058Z
30612025-02-25T01:38:20.058Zinfo: running `cargo check --bins` on nexus-macros-common (124/199)
30622025-02-25T01:38:20.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632025-02-25T01:38:20.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642025-02-25T01:38:20.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652025-02-25T01:38:20.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30662025-02-25T01:38:20.693Z
30672025-02-25T01:38:20.693Zinfo: running `cargo check --bins` on nexus-auth (125/199)
30682025-02-25T01:38:21.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692025-02-25T01:38:21.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702025-02-25T01:38:21.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712025-02-25T01:38:21.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30722025-02-25T01:38:21.391Z
30732025-02-25T01:38:21.391Zinfo: running `cargo check --bins` on authz-macros (126/199)
30742025-02-25T01:38:21.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752025-02-25T01:38:21.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762025-02-25T01:38:21.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772025-02-25T01:38:21.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30782025-02-25T01:38:22.029Z
30792025-02-25T01:38:22.029Zinfo: running `cargo check --bins` on nexus-db-fixed-data (127/199)
30802025-02-25T01:38:22.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812025-02-25T01:38:22.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822025-02-25T01:38:22.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832025-02-25T01:38:22.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30842025-02-25T01:38:22.716Z
30852025-02-25T01:38:22.716Zinfo: running `cargo check --bins` on nexus-db-model (128/199)
30862025-02-25T01:38:23.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872025-02-25T01:38:23.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882025-02-25T01:38:23.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892025-02-25T01:38:23.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30902025-02-25T01:38:23.403Z
30912025-02-25T01:38:23.403Zinfo: running `cargo check --bins` on nexus-defaults (129/199)
30922025-02-25T01:38:23.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932025-02-25T01:38:23.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942025-02-25T01:38:23.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952025-02-25T01:38:23.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30962025-02-25T01:38:24.059Z
30972025-02-25T01:38:24.059Zinfo: running `cargo check --bins` on nexus-inventory (130/199)
30982025-02-25T01:38:24.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992025-02-25T01:38:24.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002025-02-25T01:38:24.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012025-02-25T01:38:24.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31022025-02-25T01:38:24.757Z
31032025-02-25T01:38:24.757Zinfo: running `cargo check --bins` on typed-rng (131/199)
31042025-02-25T01:38:25.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052025-02-25T01:38:25.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062025-02-25T01:38:25.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072025-02-25T01:38:25.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31082025-02-25T01:38:25.387Z
31092025-02-25T01:38:25.388Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199)
31102025-02-25T01:38:26.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112025-02-25T01:38:26.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122025-02-25T01:38:26.171Z Checking keccak v0.1.5
31132025-02-25T01:38:26.285Z Checking secrecy v0.8.0
31142025-02-25T01:38:26.287Z Compiling unicase v2.7.0
31152025-02-25T01:38:26.288Z Compiling same-file v1.0.6
31162025-02-25T01:38:26.306Z Compiling tempfile v3.13.0
31172025-02-25T01:38:26.331Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31182025-02-25T01:38:26.334Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31192025-02-25T01:38:26.334Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31202025-02-25T01:38:26.456Z Compiling thiserror-impl-no-std v2.0.2
31212025-02-25T01:38:26.561Z Compiling walkdir v2.5.0
31222025-02-25T01:38:26.579Z Checking sha3 v0.10.8
31232025-02-25T01:38:26.616Z Checking universal-hash v0.5.1
31242025-02-25T01:38:26.711Z Compiling blake3 v1.5.4
31252025-02-25T01:38:26.786Z Checking opaque-debug v0.3.1
31262025-02-25T01:38:26.815Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31272025-02-25T01:38:26.897Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31282025-02-25T01:38:26.906Z Checking poly1305 v0.8.0
31292025-02-25T01:38:26.977Z Checking chacha20 v0.9.1
31302025-02-25T01:38:27.034Z Checking aead v0.5.2
31312025-02-25T01:38:27.136Z Compiling memmap2 v0.9.5
31322025-02-25T01:38:27.190Z Compiling arrayvec v0.7.6
31332025-02-25T01:38:27.276Z Compiling arrayref v0.3.9
31342025-02-25T01:38:27.316Z Compiling salty v0.3.0
31352025-02-25T01:38:27.381Z Compiling libefi-sys v0.1.0
31362025-02-25T01:38:27.389Z Compiling constant_time_eq v0.3.1
31372025-02-25T01:38:27.509Z Checking chacha20poly1305 v0.10.1
31382025-02-25T01:38:27.600Z Compiling toolchain_find v0.4.0
31392025-02-25T01:38:27.714Z Compiling camino-tempfile v1.1.1
31402025-02-25T01:38:27.731Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31412025-02-25T01:38:27.819Z Compiling bitfield-struct v0.6.2
31422025-02-25T01:38:27.974Z Compiling topological-sort v0.2.2
31432025-02-25T01:38:28.131Z Compiling mime_guess v2.0.5
31442025-02-25T01:38:28.132Z Compiling rustfmt-wrapper v0.2.1
31452025-02-25T01:38:28.641Z Compiling omicron-zone-package v0.12.0
31462025-02-25T01:38:28.714Z Compiling progenitor v0.9.1
31472025-02-25T01:38:28.735Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31482025-02-25T01:38:28.965Z Checking primeorder v0.13.6
31492025-02-25T01:38:29.014Z Checking env_filter v0.1.2
31502025-02-25T01:38:29.088Z Checking thiserror-no-std v2.0.2
31512025-02-25T01:38:29.133Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31522025-02-25T01:38:29.148Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31532025-02-25T01:38:29.216Z Checking vsss-rs v3.3.4
31542025-02-25T01:38:29.243Z Checking env_logger v0.11.5
31552025-02-25T01:38:29.324Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31562025-02-25T01:38:29.356Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31572025-02-25T01:38:29.384Z Checking p384 v0.13.0
31582025-02-25T01:38:29.523Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31592025-02-25T01:38:29.719Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31602025-02-25T01:38:29.803Z Checking bumpalo v3.16.0
31612025-02-25T01:38:29.880Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31622025-02-25T01:38:29.899Z Checking simd-adler32 v0.3.7
31632025-02-25T01:38:30.109Z Checking lockfree-object-pool v0.1.6
31642025-02-25T01:38:30.187Z Checking http-range v0.1.5
31652025-02-25T01:38:30.205Z Compiling zip v2.1.3
31662025-02-25T01:38:30.272Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31672025-02-25T01:38:30.337Z Checking zopfli v0.8.1
31682025-02-25T01:38:30.516Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31692025-02-25T01:38:30.563Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31702025-02-25T01:38:30.796Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31712025-02-25T01:38:31.031Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31722025-02-25T01:38:31.123Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
31732025-02-25T01:38:31.160Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31742025-02-25T01:38:31.435Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
31752025-02-25T01:38:31.561Z Checking atty v0.2.14
31762025-02-25T01:38:31.591Z Checking glob v0.3.2
31772025-02-25T01:38:31.682Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31782025-02-25T01:38:31.710Z Checking hyper-staticfile v0.10.1
31792025-02-25T01:38:31.833Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
31802025-02-25T01:38:31.934Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31812025-02-25T01:38:35.990Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31822025-02-25T01:38:35.990Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
31832025-02-25T01:38:35.990Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31842025-02-25T01:38:35.990Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31852025-02-25T01:38:35.990Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31862025-02-25T01:38:35.990Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31872025-02-25T01:38:35.990Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31882025-02-25T01:38:36.062Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31892025-02-25T01:38:36.062Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31902025-02-25T01:38:36.062Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31912025-02-25T01:38:36.062Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31922025-02-25T01:38:36.062Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31932025-02-25T01:38:37.782Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31942025-02-25T01:38:37.787Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31952025-02-25T01:38:46.281Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31962025-02-25T01:38:59.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.86s
31972025-02-25T01:38:59.482Z
31982025-02-25T01:38:59.482Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199)
31992025-02-25T01:39:00.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002025-02-25T01:39:00.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012025-02-25T01:39:00.251Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32022025-02-25T01:39:13.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
32032025-02-25T01:39:13.684Z
32042025-02-25T01:39:13.684Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199)
32052025-02-25T01:39:14.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062025-02-25T01:39:14.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072025-02-25T01:39:14.441Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32082025-02-25T01:39:27.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s
32092025-02-25T01:39:27.950Z
32102025-02-25T01:39:27.950Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199)
32112025-02-25T01:39:28.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122025-02-25T01:39:28.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132025-02-25T01:39:28.708Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142025-02-25T01:39:41.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
32152025-02-25T01:39:41.994Z
32162025-02-25T01:39:41.994Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199)
32172025-02-25T01:39:42.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182025-02-25T01:39:42.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192025-02-25T01:39:42.748Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32202025-02-25T01:39:55.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
32212025-02-25T01:39:56.183Z
32222025-02-25T01:39:56.183Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199)
32232025-02-25T01:39:56.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242025-02-25T01:39:56.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252025-02-25T01:39:56.951Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32262025-02-25T01:40:10.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s
32272025-02-25T01:40:10.254Z
32282025-02-25T01:40:10.254Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199)
32292025-02-25T01:40:10.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302025-02-25T01:40:10.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312025-02-25T01:40:11.019Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32322025-02-25T01:40:24.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
32332025-02-25T01:40:24.310Z
32342025-02-25T01:40:24.310Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199)
32352025-02-25T01:40:24.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362025-02-25T01:40:24.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372025-02-25T01:40:25.075Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32382025-02-25T01:40:38.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s
32392025-02-25T01:40:38.528Z
32402025-02-25T01:40:38.528Zinfo: running `cargo check --bins` on bootstrap-agent-api (140/199)
32412025-02-25T01:40:39.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422025-02-25T01:40:39.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432025-02-25T01:40:39.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442025-02-25T01:40:39.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32452025-02-25T01:40:39.213Z
32462025-02-25T01:40:39.213Zinfo: running `cargo check --bins` on key-manager (141/199)
32472025-02-25T01:40:39.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482025-02-25T01:40:39.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492025-02-25T01:40:39.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502025-02-25T01:40:39.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32512025-02-25T01:40:39.868Z
32522025-02-25T01:40:39.868Zinfo: running `cargo check --bins` on range-requests (142/199)
32532025-02-25T01:40:40.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542025-02-25T01:40:40.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552025-02-25T01:40:40.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562025-02-25T01:40:40.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32572025-02-25T01:40:40.500Z
32582025-02-25T01:40:40.500Zinfo: running `cargo check --bins` on repo-depot-api (143/199)
32592025-02-25T01:40:41.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602025-02-25T01:40:41.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612025-02-25T01:40:41.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622025-02-25T01:40:41.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32632025-02-25T01:40:41.154Z
32642025-02-25T01:40:41.154Zinfo: running `cargo check --bins` on sled-agent-api (144/199)
32652025-02-25T01:40:41.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662025-02-25T01:40:41.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672025-02-25T01:40:41.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682025-02-25T01:40:41.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32692025-02-25T01:40:41.833Z
32702025-02-25T01:40:41.833Zinfo: running `cargo check --bins` on sled-diagnostics (145/199)
32712025-02-25T01:40:42.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722025-02-25T01:40:42.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732025-02-25T01:40:42.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742025-02-25T01:40:42.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32752025-02-25T01:40:42.461Z
32762025-02-25T01:40:42.461Zinfo: running `cargo check --bins` on sled-hardware (146/199)
32772025-02-25T01:40:43.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782025-02-25T01:40:43.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792025-02-25T01:40:43.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802025-02-25T01:40:43.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32812025-02-25T01:40:43.122Z
32822025-02-25T01:40:43.122Zinfo: running `cargo check --bins --no-default-features` on sled-storage (147/199)
32832025-02-25T01:40:43.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842025-02-25T01:40:43.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852025-02-25T01:40:43.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862025-02-25T01:40:43.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32872025-02-25T01:40:43.789Z
32882025-02-25T01:40:43.789Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199)
32892025-02-25T01:40:44.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902025-02-25T01:40:44.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912025-02-25T01:40:44.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922025-02-25T01:40:44.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32932025-02-25T01:40:44.456Z
32942025-02-25T01:40:44.456Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199)
32952025-02-25T01:40:45.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962025-02-25T01:40:45.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972025-02-25T01:40:45.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982025-02-25T01:40:45.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32992025-02-25T01:40:45.140Z
33002025-02-25T01:40:45.140Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (150/199)
33012025-02-25T01:40:45.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022025-02-25T01:40:45.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032025-02-25T01:40:45.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042025-02-25T01:40:45.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33052025-02-25T01:40:45.826Z
33062025-02-25T01:40:45.826Zinfo: running `cargo check --bins` on nexus-test-interface (151/199)
33072025-02-25T01:40:46.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082025-02-25T01:40:46.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092025-02-25T01:40:46.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102025-02-25T01:40:46.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33112025-02-25T01:40:46.510Z
33122025-02-25T01:40:46.510Zinfo: running `cargo check --bins` on oximeter-collector (152/199)
33132025-02-25T01:40:47.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142025-02-25T01:40:47.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152025-02-25T01:40:47.229Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33162025-02-25T01:40:47.229Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33172025-02-25T01:40:48.088Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33182025-02-25T01:40:50.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
33192025-02-25T01:40:50.220Z
33202025-02-25T01:40:50.220Zinfo: running `cargo check --bins` on oximeter-api (153/199)
33212025-02-25T01:40:50.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222025-02-25T01:40:50.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232025-02-25T01:40:50.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242025-02-25T01:40:50.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33252025-02-25T01:40:50.874Z
33262025-02-25T01:40:50.874Zinfo: running `cargo check --bins` on cert-dev (154/199)
33272025-02-25T01:40:51.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282025-02-25T01:40:51.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292025-02-25T01:40:51.514Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33302025-02-25T01:40:51.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33312025-02-25T01:40:51.968Z
33322025-02-25T01:40:51.968Zinfo: running `cargo check --bins` on clickana (155/199)
33332025-02-25T01:40:52.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342025-02-25T01:40:52.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352025-02-25T01:40:52.642Z Checking castaway v0.2.3
33362025-02-25T01:40:52.642Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33372025-02-25T01:40:52.645Z Checking lru v0.12.5
33382025-02-25T01:40:52.645Z Compiling instability v0.3.2
33392025-02-25T01:40:52.645Z Compiling indoc v2.0.5
33402025-02-25T01:40:52.645Z Checking unicode-truncate v1.1.0
33412025-02-25T01:40:52.645Z Checking cassowary v0.3.0
33422025-02-25T01:40:52.876Z Checking compact_str v0.8.0
33432025-02-25T01:40:53.545Z Checking ratatui v0.29.0
33442025-02-25T01:40:54.400Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33452025-02-25T01:40:55.542Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33462025-02-25T01:40:56.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
33472025-02-25T01:40:56.556Z
33482025-02-25T01:40:56.557Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (156/199)
33492025-02-25T01:40:57.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-02-25T01:40:57.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-02-25T01:40:57.263Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33522025-02-25T01:40:57.263Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33532025-02-25T01:40:58.288Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33542025-02-25T01:40:58.743Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33552025-02-25T01:40:59.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
33562025-02-25T01:40:59.276Z
33572025-02-25T01:40:59.276Zinfo: running `cargo check --bins` on ch-dev (157/199)
33582025-02-25T01:40:59.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592025-02-25T01:40:59.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602025-02-25T01:40:59.962Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33612025-02-25T01:41:00.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
33622025-02-25T01:41:00.869Z
33632025-02-25T01:41:00.869Zinfo: running `cargo check --bins` on crdb-seed (158/199)
33642025-02-25T01:41:01.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652025-02-25T01:41:01.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662025-02-25T01:41:01.562Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33672025-02-25T01:41:01.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33682025-02-25T01:41:02.116Z
33692025-02-25T01:41:02.116Zinfo: running `cargo check --bins` on db-dev (159/199)
33702025-02-25T01:41:02.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712025-02-25T01:41:02.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722025-02-25T01:41:02.817Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33732025-02-25T01:41:03.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
33742025-02-25T01:41:03.744Z
33752025-02-25T01:41:03.744Zinfo: running `cargo check --bins` on omicron-dev-lib (160/199)
33762025-02-25T01:41:04.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772025-02-25T01:41:04.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782025-02-25T01:41:04.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792025-02-25T01:41:04.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33802025-02-25T01:41:04.423Z
33812025-02-25T01:41:04.423Zinfo: running `cargo check --bins` on xtask-downloader (161/199)
33822025-02-25T01:41:04.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832025-02-25T01:41:04.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842025-02-25T01:41:05.072Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33852025-02-25T01:41:05.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
33862025-02-25T01:41:06.092Z
33872025-02-25T01:41:06.092Zinfo: running `cargo check --bins` on omicron-ls-apis (162/199)
33882025-02-25T01:41:06.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892025-02-25T01:41:06.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902025-02-25T01:41:06.730Z Checking cargo-platform v0.1.8
33912025-02-25T01:41:07.009Z Checking cargo_metadata v0.18.1
33922025-02-25T01:41:07.939Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33932025-02-25T01:41:08.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
33942025-02-25T01:41:09.000Z
33952025-02-25T01:41:09.000Zinfo: running `cargo check --bins` on mgs-dev (163/199)
33962025-02-25T01:41:09.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972025-02-25T01:41:09.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982025-02-25T01:41:09.692Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33992025-02-25T01:41:11.126Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34002025-02-25T01:41:11.707Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34012025-02-25T01:41:12.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
34022025-02-25T01:41:12.429Z
34032025-02-25T01:41:12.429Zinfo: running `cargo check --bins` on omicron-omdb (164/199)
34042025-02-25T01:41:13.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052025-02-25T01:41:13.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062025-02-25T01:41:13.240Z Compiling crunchy v0.2.2
34072025-02-25T01:41:13.245Z Compiling tiny-keccak v2.0.2
34082025-02-25T01:41:13.245Z Compiling dsl_auto_type v0.1.2
34092025-02-25T01:41:13.245Z Checking scheduled-thread-pool v0.2.7
34102025-02-25T01:41:13.245Z Compiling diesel_table_macro_syntax v0.2.0
34112025-02-25T01:41:13.403Z Compiling ascii-canvas v3.0.0
34122025-02-25T01:41:13.406Z Compiling ena v0.14.3
34132025-02-25T01:41:13.406Z Compiling diff v0.1.13
34142025-02-25T01:41:13.579Z Checking r2d2 v0.8.10
34152025-02-25T01:41:13.686Z Compiling regex-syntax v0.6.29
34162025-02-25T01:41:13.752Z Compiling bindgen v0.71.1
34172025-02-25T01:41:13.812Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34182025-02-25T01:41:13.859Z Compiling rustc-hash v2.1.1
34192025-02-25T01:41:13.905Z Compiling ref-cast v1.0.23
34202025-02-25T01:41:13.967Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34212025-02-25T01:41:14.036Z Compiling derive_builder_core v0.20.2
34222025-02-25T01:41:14.057Z Compiling libxml v0.3.3
34232025-02-25T01:41:14.285Z Compiling ref-cast-impl v1.0.23
34242025-02-25T01:41:14.431Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34252025-02-25T01:41:14.580Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34262025-02-25T01:41:14.623Z Compiling diesel_derives v2.2.3
34272025-02-25T01:41:14.642Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34282025-02-25T01:41:14.947Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34292025-02-25T01:41:14.975Z Compiling strum_macros v0.24.3
34302025-02-25T01:41:15.324Z Compiling indoc v1.0.9
34312025-02-25T01:41:16.153Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34322025-02-25T01:41:16.195Z Compiling derive_builder_macro v0.20.2
34332025-02-25T01:41:16.473Z Compiling oso-derive v0.27.3
34342025-02-25T01:41:17.047Z Compiling lalrpop v0.19.12
34352025-02-25T01:41:17.084Z Checking derive_builder v0.20.2
34362025-02-25T01:41:17.273Z Compiling impl-trait-for-tuples v0.2.2
34372025-02-25T01:41:17.796Z Checking quick-xml v0.37.2
34382025-02-25T01:41:17.812Z Compiling diesel-dtrace v0.4.2
34392025-02-25T01:41:17.854Z Checking maplit v1.0.2
34402025-02-25T01:41:18.092Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34412025-02-25T01:41:18.127Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34422025-02-25T01:41:18.447Z Checking bb8 v0.8.5
34432025-02-25T01:41:18.935Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34442025-02-25T01:41:18.963Z Checking rand_seeder v0.3.0
34452025-02-25T01:41:19.205Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34462025-02-25T01:41:19.303Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34472025-02-25T01:41:19.420Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34482025-02-25T01:41:19.577Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34492025-02-25T01:41:19.621Z Checking is_ci v1.2.0
34502025-02-25T01:41:19.769Z Checking unicode-linebreak v0.1.5
34512025-02-25T01:41:19.898Z Checking smawk v0.3.2
34522025-02-25T01:41:20.168Z Checking supports-color v3.0.2
34532025-02-25T01:41:20.214Z Checking textwrap v0.16.1
34542025-02-25T01:41:20.386Z Checking multimap v0.10.0
34552025-02-25T01:41:21.546Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34562025-02-25T01:41:23.233Z Checking diesel v2.2.7
34572025-02-25T01:41:38.348Z Compiling samael v0.0.18
34582025-02-25T01:41:54.992Z Checking async-bb8-diesel v0.2.1
34592025-02-25T01:41:56.775Z Compiling polar-core v0.27.3
34602025-02-25T01:42:04.028Z Checking oso v0.27.3
34612025-02-25T01:43:04.610Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34622025-02-25T01:43:11.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34632025-02-25T01:43:11.403Z
34642025-02-25T01:43:11.403Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199)
34652025-02-25T01:43:12.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662025-02-25T01:43:12.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672025-02-25T01:43:12.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682025-02-25T01:43:12.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
34692025-02-25T01:43:12.118Z
34702025-02-25T01:43:12.118Zinfo: running `cargo check --bins` on nexus-saga-recovery (166/199)
34712025-02-25T01:43:12.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722025-02-25T01:43:12.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732025-02-25T01:43:12.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742025-02-25T01:43:12.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34752025-02-25T01:43:12.824Z
34762025-02-25T01:43:12.824Zinfo: running `cargo check --bins` on nexus-test-utils-macros (167/199)
34772025-02-25T01:43:13.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782025-02-25T01:43:13.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792025-02-25T01:43:13.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802025-02-25T01:43:13.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34812025-02-25T01:43:13.467Z
34822025-02-25T01:43:13.467Zinfo: running `cargo check --bins` on omicron-nexus (168/199)
34832025-02-25T01:43:14.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842025-02-25T01:43:14.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852025-02-25T01:43:14.308Z Compiling libz-sys v1.1.20
34862025-02-25T01:43:14.310Z Compiling libgit2-sys v0.17.0+1.8.1
34872025-02-25T01:43:14.439Z Compiling vergen v8.3.2
34882025-02-25T01:43:14.442Z Compiling cargo-platform v0.1.8
34892025-02-25T01:43:14.442Z Compiling pin-project-internal v1.1.6
34902025-02-25T01:43:14.479Z Compiling libsqlite3-sys v0.30.1
34912025-02-25T01:43:14.482Z Compiling snafu-derive v0.8.5
34922025-02-25T01:43:14.482Z Compiling rustls v0.21.12
34932025-02-25T01:43:14.782Z Compiling cargo_metadata v0.18.1
34942025-02-25T01:43:14.802Z Compiling buf-list v1.0.3
34952025-02-25T01:43:14.950Z Checking globset v0.4.15
34962025-02-25T01:43:15.031Z Checking olpc-cjson v0.1.4
34972025-02-25T01:43:15.135Z Checking rustls-webpki v0.101.7
34982025-02-25T01:43:15.423Z Checking sct v0.7.1
34992025-02-25T01:43:15.452Z Checking serde_plain v1.0.2
35002025-02-25T01:43:15.506Z Checking typed-path v0.9.3
35012025-02-25T01:43:15.977Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35022025-02-25T01:43:16.092Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35032025-02-25T01:43:16.280Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35042025-02-25T01:43:16.376Z Checking hashlink v0.9.1
35052025-02-25T01:43:16.572Z Checking parse-size v1.1.0
35062025-02-25T01:43:16.765Z Checking fallible-streaming-iterator v0.1.9
35072025-02-25T01:43:16.925Z Checking fallible-iterator v0.3.0
35082025-02-25T01:43:17.096Z Checking pin-project v1.1.6
35092025-02-25T01:43:17.123Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35102025-02-25T01:43:17.242Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35112025-02-25T01:43:17.313Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35122025-02-25T01:43:17.449Z Checking rusqlite v0.32.1
35132025-02-25T01:43:17.738Z Checking rustls-pemfile v1.0.4
35142025-02-25T01:43:17.943Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35152025-02-25T01:43:17.969Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35162025-02-25T01:43:18.109Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35172025-02-25T01:43:18.128Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35182025-02-25T01:43:18.245Z Checking twox-hash v2.1.0
35192025-02-25T01:43:18.321Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35202025-02-25T01:43:18.414Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35212025-02-25T01:43:18.770Z Checking tokio-rustls v0.24.1
35222025-02-25T01:43:18.846Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35232025-02-25T01:43:19.148Z Checking snafu v0.8.5
35242025-02-25T01:43:19.626Z Checking tough v0.19.0
35252025-02-25T01:43:19.799Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35262025-02-25T01:43:19.961Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35272025-02-25T01:43:20.306Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35282025-02-25T01:43:20.410Z Checking fatfs v0.3.6
35292025-02-25T01:43:20.513Z Checking assert_matches v1.5.0
35302025-02-25T01:43:23.609Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35312025-02-25T01:43:24.843Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35322025-02-25T01:43:26.854Z Compiling git2 v0.19.0
35332025-02-25T01:43:31.079Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35342025-02-25T01:44:28.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
35352025-02-25T01:44:29.001Z
35362025-02-25T01:44:29.001Zinfo: running `cargo check --bins` on nexus-external-api (169/199)
35372025-02-25T01:44:29.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382025-02-25T01:44:29.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392025-02-25T01:44:29.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402025-02-25T01:44:29.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
35412025-02-25T01:44:29.727Z
35422025-02-25T01:44:29.727Zinfo: running `cargo check --bins` on openapi-manager-types (170/199)
35432025-02-25T01:44:30.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442025-02-25T01:44:30.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452025-02-25T01:44:30.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462025-02-25T01:44:30.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35472025-02-25T01:44:30.367Z
35482025-02-25T01:44:30.367Zinfo: running `cargo check --bins` on nexus-internal-api (171/199)
35492025-02-25T01:44:30.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502025-02-25T01:44:30.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512025-02-25T01:44:30.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522025-02-25T01:44:30.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35532025-02-25T01:44:31.037Z
35542025-02-25T01:44:31.037Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/199)
35552025-02-25T01:44:31.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562025-02-25T01:44:31.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572025-02-25T01:44:31.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582025-02-25T01:44:31.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35592025-02-25T01:44:31.720Z
35602025-02-25T01:44:31.720Zinfo: running `cargo check --bins` on nexus-networking (173/199)
35612025-02-25T01:44:32.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622025-02-25T01:44:32.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632025-02-25T01:44:32.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642025-02-25T01:44:32.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35652025-02-25T01:44:32.404Z
35662025-02-25T01:44:32.404Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/199)
35672025-02-25T01:44:33.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682025-02-25T01:44:33.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692025-02-25T01:44:33.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702025-02-25T01:44:33.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35712025-02-25T01:44:33.102Z
35722025-02-25T01:44:33.103Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199)
35732025-02-25T01:44:33.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742025-02-25T01:44:33.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752025-02-25T01:44:33.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762025-02-25T01:44:33.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35772025-02-25T01:44:33.815Z
35782025-02-25T01:44:33.815Zinfo: running `cargo check --bins` on update-common (176/199)
35792025-02-25T01:44:34.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802025-02-25T01:44:34.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812025-02-25T01:44:34.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822025-02-25T01:44:34.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35832025-02-25T01:44:34.488Z
35842025-02-25T01:44:34.488Zinfo: running `cargo check --bins` on tufaceous-lib (177/199)
35852025-02-25T01:44:35.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862025-02-25T01:44:35.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872025-02-25T01:44:35.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882025-02-25T01:44:35.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35892025-02-25T01:44:35.175Z
35902025-02-25T01:44:35.175Zinfo: running `cargo check --bins` on tufaceous (178/199)
35912025-02-25T01:44:35.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922025-02-25T01:44:35.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932025-02-25T01:44:35.875Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35942025-02-25T01:44:36.164Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35952025-02-25T01:44:37.155Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35962025-02-25T01:44:37.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
35972025-02-25T01:44:38.150Z
35982025-02-25T01:44:38.150Zinfo: running `cargo check --bins` on omicron-dev (179/199)
35992025-02-25T01:44:38.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002025-02-25T01:44:38.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012025-02-25T01:44:39.021Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36022025-02-25T01:44:39.024Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36032025-02-25T01:44:39.164Z Checking yansi v1.0.1
36042025-02-25T01:44:39.167Z Checking diff v0.1.13
36052025-02-25T01:44:39.167Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36062025-02-25T01:44:39.167Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36072025-02-25T01:44:39.595Z Checking pretty_assertions v1.4.1
36082025-02-25T01:44:40.226Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36092025-02-25T01:45:07.724Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36102025-02-25T01:45:07.727Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36112025-02-25T01:45:07.727Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36122025-02-25T01:45:07.727Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36132025-02-25T01:45:07.727Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36142025-02-25T01:45:07.727Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36152025-02-25T01:45:08.643Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36162025-02-25T01:45:09.912Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36172025-02-25T01:45:53.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
36182025-02-25T01:45:54.112Z
36192025-02-25T01:45:54.112Zinfo: running `cargo check --bins` on openapi-manager (180/199)
36202025-02-25T01:45:54.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212025-02-25T01:45:54.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222025-02-25T01:45:54.863Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36232025-02-25T01:45:54.863Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36242025-02-25T01:45:54.866Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36252025-02-25T01:45:54.997Z Compiling proc-macro-error-attr2 v2.0.0
36262025-02-25T01:45:55.009Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36272025-02-25T01:45:55.011Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36282025-02-25T01:45:55.037Z Checking papergrid v0.14.0
36292025-02-25T01:45:55.040Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
36302025-02-25T01:45:55.235Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
36312025-02-25T01:45:55.372Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36322025-02-25T01:45:55.598Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36332025-02-25T01:45:55.725Z Compiling proc-macro-error2 v2.0.1
36342025-02-25T01:45:56.316Z Compiling tabled_derive v0.10.0
36352025-02-25T01:45:56.487Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36362025-02-25T01:45:56.736Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
36372025-02-25T01:45:56.778Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36382025-02-25T01:45:57.172Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
36392025-02-25T01:45:57.324Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36402025-02-25T01:45:57.791Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36412025-02-25T01:45:57.843Z Checking heck v0.4.1
36422025-02-25T01:45:58.072Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36432025-02-25T01:45:58.165Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36442025-02-25T01:45:58.477Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36452025-02-25T01:45:58.819Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36462025-02-25T01:45:58.936Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36472025-02-25T01:45:58.985Z Checking tabled v0.18.0
36482025-02-25T01:45:59.280Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36492025-02-25T01:45:59.366Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36502025-02-25T01:45:59.477Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36512025-02-25T01:46:01.068Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36522025-02-25T01:46:01.071Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36532025-02-25T01:46:04.105Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36542025-02-25T01:46:05.666Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36552025-02-25T01:46:10.347Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36562025-02-25T01:46:10.350Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36572025-02-25T01:46:11.609Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36582025-02-25T01:46:12.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.49s
36592025-02-25T01:46:12.807Z
36602025-02-25T01:46:12.807Zinfo: running `cargo check --bins` on installinator-api (181/199)
36612025-02-25T01:46:13.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622025-02-25T01:46:13.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632025-02-25T01:46:13.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642025-02-25T01:46:13.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36652025-02-25T01:46:13.475Z
36662025-02-25T01:46:13.475Zinfo: running `cargo check --bins` on wicketd-api (182/199)
36672025-02-25T01:46:14.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682025-02-25T01:46:14.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692025-02-25T01:46:14.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702025-02-25T01:46:14.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36712025-02-25T01:46:14.154Z
36722025-02-25T01:46:14.154Zinfo: running `cargo check --bins` on omicron-pins (183/199)
36732025-02-25T01:46:14.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742025-02-25T01:46:14.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752025-02-25T01:46:14.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762025-02-25T01:46:14.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36772025-02-25T01:46:14.801Z
36782025-02-25T01:46:14.801Zinfo: running `cargo check --bins` on reconfigurator-cli (184/199)
36792025-02-25T01:46:15.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802025-02-25T01:46:15.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812025-02-25T01:46:15.518Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36822025-02-25T01:46:15.518Z Compiling petname v2.0.2
36832025-02-25T01:46:15.521Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36842025-02-25T01:46:15.521Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36852025-02-25T01:46:15.521Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36862025-02-25T01:46:15.521Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36872025-02-25T01:46:15.646Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36882025-02-25T01:46:15.670Z Checking sync-ptr v0.1.1
36892025-02-25T01:46:20.723Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36902025-02-25T01:46:21.322Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36912025-02-25T01:46:22.508Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36922025-02-25T01:46:24.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
36932025-02-25T01:46:24.216Z
36942025-02-25T01:46:24.216Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199)
36952025-02-25T01:46:24.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962025-02-25T01:46:24.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972025-02-25T01:46:24.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982025-02-25T01:46:24.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
36992025-02-25T01:46:24.918Z
37002025-02-25T01:46:24.918Zinfo: running `cargo check --bins` on omicron-releng (186/199)
37012025-02-25T01:46:25.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022025-02-25T01:46:25.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032025-02-25T01:46:25.609Z Checking memmap2 v0.9.5
37042025-02-25T01:46:25.610Z Checking constant_time_eq v0.3.1
37052025-02-25T01:46:25.613Z Checking arrayref v0.3.9
37062025-02-25T01:46:25.613Z Checking arrayvec v0.7.6
37072025-02-25T01:46:25.613Z Checking topological-sort v0.2.2
37082025-02-25T01:46:25.613Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37092025-02-25T01:46:25.719Z Checking shell-words v1.1.0
37102025-02-25T01:46:26.008Z Checking blake3 v1.5.4
37112025-02-25T01:46:26.361Z Checking omicron-zone-package v0.12.0
37122025-02-25T01:46:27.469Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37132025-02-25T01:46:28.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
37142025-02-25T01:46:28.547Z
37152025-02-25T01:46:28.547Zinfo: running `cargo check --bins` on xtask (187/199)
37162025-02-25T01:46:28.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172025-02-25T01:46:28.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182025-02-25T01:46:28.999Z Checking bitflags v2.6.0
37192025-02-25T01:46:29.003Z Checking serde v1.0.218
37202025-02-25T01:46:29.003Z Checking thiserror v1.0.69
37212025-02-25T01:46:29.088Z Checking scroll v0.12.0
37222025-02-25T01:46:29.105Z Checking hashbrown v0.15.1
37232025-02-25T01:46:29.108Z Checking log v0.4.22
37242025-02-25T01:46:29.108Z Checking zerocopy v0.7.35
37252025-02-25T01:46:29.137Z Checking syn v2.0.96
37262025-02-25T01:46:29.204Z Checking pest v2.7.14
37272025-02-25T01:46:29.325Z Checking rustix v0.38.37
37282025-02-25T01:46:29.367Z Checking once_cell v1.20.3
37292025-02-25T01:46:29.519Z Checking goblin v0.8.2
37302025-02-25T01:46:29.674Z Checking fs-err v2.11.0
37312025-02-25T01:46:29.999Z Checking anyhow v1.0.96
37322025-02-25T01:46:30.020Z Checking indexmap v2.7.1
37332025-02-25T01:46:30.269Z Checking tabled v0.15.0
37342025-02-25T01:46:31.147Z Checking terminal_size v0.4.0
37352025-02-25T01:46:31.147Z Checking tempfile v3.13.0
37362025-02-25T01:46:31.334Z Checking clap_builder v4.5.30
37372025-02-25T01:46:31.747Z Checking dtrace-parser v0.2.0
37382025-02-25T01:46:33.032Z Checking serde_json v1.0.139
37392025-02-25T01:46:33.032Z Checking toml_datetime v0.6.8
37402025-02-25T01:46:33.035Z Checking serde_spanned v0.6.8
37412025-02-25T01:46:33.035Z Checking camino v1.1.9
37422025-02-25T01:46:33.035Z Checking semver v1.0.25
37432025-02-25T01:46:33.285Z Checking cargo-platform v0.1.8
37442025-02-25T01:46:33.313Z Checking macaddr v1.0.1
37452025-02-25T01:46:33.330Z Checking toml_edit v0.22.22
37462025-02-25T01:46:33.579Z Checking camino-tempfile v1.1.1
37472025-02-25T01:46:33.777Z Checking clap v4.5.30
37482025-02-25T01:46:34.167Z Checking dof v0.3.0
37492025-02-25T01:46:34.167Z Checking cargo_metadata v0.18.1
37502025-02-25T01:46:34.576Z Checking usdt-impl v0.5.0
37512025-02-25T01:46:34.948Z Checking usdt v0.5.0
37522025-02-25T01:46:35.166Z Checking toml v0.8.19
37532025-02-25T01:46:35.592Z Checking cargo_toml v0.20.5
37542025-02-25T01:46:36.710Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37552025-02-25T01:46:37.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s
37562025-02-25T01:46:37.446Z
37572025-02-25T01:46:37.446Zinfo: running `cargo check --bins` on end-to-end-tests (188/199)
37582025-02-25T01:46:38.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592025-02-25T01:46:38.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602025-02-25T01:46:38.243Z Checking polyval v0.6.2
37612025-02-25T01:46:38.359Z Checking ctr v0.9.2
37622025-02-25T01:46:38.372Z Checking ssh-encoding v0.2.0
37632025-02-25T01:46:38.375Z Checking blowfish v0.9.1
37642025-02-25T01:46:38.394Z Checking password-hash v0.4.2
37652025-02-25T01:46:38.408Z Checking p521 v0.13.3
37662025-02-25T01:46:38.411Z Checking p256 v0.13.2
37672025-02-25T01:46:38.439Z Checking russh-cryptovec v0.7.3
37682025-02-25T01:46:38.598Z Checking ghash v0.5.1
37692025-02-25T01:46:38.598Z Checking bcrypt-pbkdf v0.10.0
37702025-02-25T01:46:38.636Z Checking md5 v0.7.0
37712025-02-25T01:46:38.656Z Checking num-bigint v0.4.6
37722025-02-25T01:46:38.673Z Checking des v0.8.1
37732025-02-25T01:46:38.785Z Checking aes-gcm v0.10.3
37742025-02-25T01:46:38.787Z Checking pbkdf2 v0.11.0
37752025-02-25T01:46:38.869Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37762025-02-25T01:46:38.889Z Checking hex-literal v0.4.1
37772025-02-25T01:46:38.917Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37782025-02-25T01:46:38.920Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37792025-02-25T01:46:39.025Z Checking ssh-cipher v0.2.0
37802025-02-25T01:46:39.045Z Checking internet-checksum v0.2.1
37812025-02-25T01:46:39.319Z Checking ssh-key v0.6.6
37822025-02-25T01:46:39.526Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37832025-02-25T01:46:40.503Z Checking russh-keys v0.45.0
37842025-02-25T01:46:41.321Z Checking russh v0.45.0
37852025-02-25T01:46:59.231Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37862025-02-25T01:47:00.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.13s
37872025-02-25T01:47:00.793Z
37882025-02-25T01:47:00.793Zinfo: running `cargo check --bins` on gateway-cli (189/199)
37892025-02-25T01:47:01.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902025-02-25T01:47:01.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912025-02-25T01:47:01.468Z Checking termios v0.3.3
37922025-02-25T01:47:01.694Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37932025-02-25T01:47:02.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
37942025-02-25T01:47:02.672Z
37952025-02-25T01:47:02.672Zinfo: running `cargo check --bins --no-default-features` on installinator (190/199)
37962025-02-25T01:47:03.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972025-02-25T01:47:03.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982025-02-25T01:47:03.399Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37992025-02-25T01:47:03.399Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38002025-02-25T01:47:03.402Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38012025-02-25T01:47:03.402Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38022025-02-25T01:47:04.433Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38032025-02-25T01:47:05.686Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38042025-02-25T01:47:07.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
38052025-02-25T01:47:07.638Z
38062025-02-25T01:47:07.639Zinfo: running `cargo check --bins` on internal-dns-cli (191/199)
38072025-02-25T01:47:08.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082025-02-25T01:47:08.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092025-02-25T01:47:08.305Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38102025-02-25T01:47:08.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
38112025-02-25T01:47:08.955Z
38122025-02-25T01:47:08.955Zinfo: running `cargo check --bins` on omicron-live-tests (192/199)
38132025-02-25T01:47:09.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142025-02-25T01:47:09.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152025-02-25T01:47:09.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162025-02-25T01:47:09.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38172025-02-25T01:47:09.593Z
38182025-02-25T01:47:09.593Zinfo: running `cargo check --bins` on live-tests-macros (193/199)
38192025-02-25T01:47:10.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202025-02-25T01:47:10.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212025-02-25T01:47:10.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222025-02-25T01:47:10.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38232025-02-25T01:47:10.239Z
38242025-02-25T01:47:10.239Zinfo: running `cargo check --bins` on omicron-package (194/199)
38252025-02-25T01:47:10.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262025-02-25T01:47:10.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272025-02-25T01:47:10.933Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38282025-02-25T01:47:12.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
38292025-02-25T01:47:12.469Z
38302025-02-25T01:47:12.469Zinfo: running `cargo check --bins` on wicket-dbg (195/199)
38312025-02-25T01:47:13.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322025-02-25T01:47:13.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332025-02-25T01:47:13.212Z Checking rtoolbox v0.0.2
38342025-02-25T01:47:13.215Z Checking tui-tree-widget v0.23.0
38352025-02-25T01:47:13.215Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38362025-02-25T01:47:13.453Z Checking rpassword v7.3.1
38372025-02-25T01:47:18.105Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38382025-02-25T01:47:20.949Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38392025-02-25T01:47:22.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.65s
38402025-02-25T01:47:22.317Z
38412025-02-25T01:47:22.317Zinfo: running `cargo check --bins` on wicket (196/199)
38422025-02-25T01:47:22.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432025-02-25T01:47:22.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442025-02-25T01:47:23.056Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38452025-02-25T01:47:23.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
38462025-02-25T01:47:23.665Z
38472025-02-25T01:47:23.665Zinfo: running `cargo check --bins` on wicketd (197/199)
38482025-02-25T01:47:24.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492025-02-25T01:47:24.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502025-02-25T01:47:24.413Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38512025-02-25T01:47:24.413Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38522025-02-25T01:47:25.254Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38532025-02-25T01:47:29.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
38542025-02-25T01:47:29.264Z
38552025-02-25T01:47:29.264Zinfo: running `cargo check --bins` on omicron-workspace-hack (198/199)
38562025-02-25T01:47:29.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572025-02-25T01:47:29.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582025-02-25T01:47:29.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592025-02-25T01:47:29.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38602025-02-25T01:47:29.910Z
38612025-02-25T01:47:29.910Zinfo: running `cargo check --bins` on zone-setup (199/199)
38622025-02-25T01:47:30.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632025-02-25T01:47:30.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642025-02-25T01:47:30.676Z Checking uzers v0.12.1
38652025-02-25T01:47:31.028Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38662025-02-25T01:47:32.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
38672025-02-25T01:47:32.336Z
38682025-02-25T01:47:32.336Zreal 13:51.242638966
38692025-02-25T01:47:32.336Zuser 27:48.183282323
38702025-02-25T01:47:32.336Zsys 4:19.949682608
38712025-02-25T01:47:32.336Ztrap 0.555471565
38722025-02-25T01:47:32.336Ztflt 0.574262878
38732025-02-25T01:47:32.339Zdflt 2.019841936
38742025-02-25T01:47:32.339Zkflt 0.001110841
38752025-02-25T01:47:32.339Zlock 47:27.580871034
38762025-02-25T01:47:32.339Zslp 2:13:51.732495175
38772025-02-25T01:47:32.339Zlat 1:05.892959737
38782025-02-25T01:47:32.339Zstop 3:48.744906722
38792025-02-25T01:47:32.339Zprocess exited: duration 1137563 ms, exit code 0
 
38802025-02-25T01:47:32.350Zfound 0 output files