01JH439S8DC0MQKJDQECB3KPMA: 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: 01JH43A8QXEMD2QGSHVT9MV7RX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-08T23:17:57.337Zjob assigned to worker 01JH43ACMDYMJ2ZFM5J00R8RMJ [factory aws, i-0145dd790ca38008d] (queued for 47 s)
 
22025-01-08T23:18:04.529Zstarting task 0: "setup"
32025-01-08T23:18:04.538Z++ uname -s
42025-01-08T23:18:04.542Z+ kern=SunOS
52025-01-08T23:18:04.542Z+ case "$kern" in
62025-01-08T23:18:04.542Z+ groupadd -g 12345 build
72025-01-08T23:18:04.544Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-08T23:18:06.551Z+ zfs create -o mountpoint=/work rpool/work
92025-01-08T23:18:06.663Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-08T23:18:06.666Z+ home_fs=zfs
112025-01-08T23:18:06.668Z+ [[ zfs == autofs ]]
122025-01-08T23:18:06.668Z+ mkdir -p /home/build
132025-01-08T23:18:06.670Z+ chown build:build /home/build /work
142025-01-08T23:18:08.670Z+ chmod 0700 /home/build /work
152025-01-08T23:18:08.673Zprocess exited: duration 4143 ms, exit code 0
 
162025-01-08T23:18:08.679Zstarting task 1: "rust-toolchain"
172025-01-08T23:18:08.684Z+ printf ' * toolchain channel = "%s"
182025-01-08T23:18:08.684Z' 1.81.0
192025-01-08T23:18:08.686Z+ printf ' * toolchain profile = "%s"
202025-01-08T23:18:08.687Z * toolchain channel = "1.81.0"
212025-01-08T23:18:08.687Z * toolchain profile = "default"
222025-01-08T23:18:08.687Z' default
232025-01-08T23:18:08.687Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-08T23:18:08.687Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-08T23:18:08.805Zinfo: downloading installer
262025-01-08T23:18:09.972Zinfo: profile set to 'default'
272025-01-08T23:18:09.973Zinfo: default host triple is x86_64-unknown-illumos
282025-01-08T23:18:09.975Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-08T23:18:10.107Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-08T23:18:10.107Zinfo: downloading component 'cargo'
312025-01-08T23:18:10.800Zinfo: downloading component 'clippy'
322025-01-08T23:18:11.056Zinfo: downloading component 'rust-docs'
332025-01-08T23:18:12.020Zinfo: downloading component 'rust-std'
342025-01-08T23:18:13.527Zinfo: downloading component 'rustc'
352025-01-08T23:18:18.927Zinfo: downloading component 'rustfmt'
362025-01-08T23:18:19.130Zinfo: installing component 'cargo'
372025-01-08T23:18:19.955Zinfo: installing component 'clippy'
382025-01-08T23:18:20.326Zinfo: installing component 'rust-docs'
392025-01-08T23:18:21.908Zinfo: installing component 'rust-std'
402025-01-08T23:18:23.696Zinfo: installing component 'rustc'
412025-01-08T23:18:29.482Zinfo: installing component 'rustfmt'
422025-01-08T23:18:29.801Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-08T23:18:29.801Z
442025-01-08T23:18:30.166Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-08T23:18:30.166Z
462025-01-08T23:18:30.169Z
472025-01-08T23:18:30.169ZRust is installed now. Great!
482025-01-08T23:18:30.169Z
492025-01-08T23:18:30.169ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-08T23:18:30.169Zenvironment variable. This has not been done automatically.
512025-01-08T23:18:30.169Z
522025-01-08T23:18:30.169ZTo configure your current shell, you need to source
532025-01-08T23:18:30.169Zthe corresponding env file under $HOME/.cargo.
542025-01-08T23:18:30.169Z
552025-01-08T23:18:30.169ZThis is usually done by running one of the following (note the leading DOT):
562025-01-08T23:18:30.170Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-08T23:18:30.170Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-08T23:18:30.239Z+ rustc --version
592025-01-08T23:18:30.303Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-08T23:18:30.306Zprocess exited: duration 21623 ms, exit code 0
 
612025-01-08T23:18:30.314Zstarting task 2: "authentication"
622025-01-08T23:18:30.332Zprocess exited: duration 20 ms, exit code 0
 
632025-01-08T23:18:30.338Zstarting task 3: "clone repository"
642025-01-08T23:18:30.343Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-08T23:18:30.345Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-08T23:18:30.389ZCloning into '/work/oxidecomputer/omicron'...
672025-01-08T23:18:37.855Z+ cd /work/oxidecomputer/omicron
682025-01-08T23:18:37.857Z+ git fetch origin 67215d1e066e6d5174e761b5693b88d4304075cc
692025-01-08T23:18:38.123ZFrom https://github.com/oxidecomputer/omicron
702025-01-08T23:18:38.123Z * branch 67215d1e066e6d5174e761b5693b88d4304075cc -> FETCH_HEAD
712025-01-08T23:18:38.133Z+ [[ -n '' ]]
722025-01-08T23:18:38.133Z+ git reset --hard 67215d1e066e6d5174e761b5693b88d4304075cc
732025-01-08T23:18:38.309ZHEAD is now at 67215d1e0 patch migration
742025-01-08T23:18:38.312Zprocess exited: duration 7971 ms, exit code 0
 
752025-01-08T23:18:38.319Zstarting task 4: "build"
762025-01-08T23:18:38.323Z+ source .github/buildomat/ci-env.sh
772025-01-08T23:18:38.323Z++ export CARGO_TERM_COLOR=always
782025-01-08T23:18:38.323Z++ CARGO_TERM_COLOR=always
792025-01-08T23:18:38.325Z+ cargo --version
802025-01-08T23:18:38.379Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812025-01-08T23:18:38.382Z+ rustc --version
822025-01-08T23:18:38.443Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832025-01-08T23:18:38.445Z+ source ./env.sh
842025-01-08T23:18:38.445Z++ OLD_SHELL_OPTS=ehxB
852025-01-08T23:18:38.445Z++ set -o xtrace
862025-01-08T23:18:38.448Z++++ dirname ./env.sh
872025-01-08T23:18:38.450Z+++ readlink -f .
882025-01-08T23:18:38.453Z++ OMICRON_WS=/work/oxidecomputer/omicron
892025-01-08T23:18:38.453Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902025-01-08T23:18:38.453Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912025-01-08T23:18:38.453Z++ 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
922025-01-08T23:18:38.454Z++ 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
932025-01-08T23:18:38.454Z++ 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
942025-01-08T23:18:38.454Z++ 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
952025-01-08T23:18:38.454Z++ 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
962025-01-08T23:18:38.454Z++ 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
972025-01-08T23:18:38.454Z++ case $OLD_SHELL_OPTS in
982025-01-08T23:18:38.454Z++ unset OLD_SHELL_OPTS OMICRON_WS
992025-01-08T23:18:38.454Z+ 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
1002025-01-08T23:18:38.454Z+ 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
1012025-01-08T23:18:38.454Z+ banner prerequisites
1022025-01-08T23:18:38.457Z
1032025-01-08T23:18:38.457Z ##### ##### ###### ##### ###### #### # # # #### #
1042025-01-08T23:18:38.457Z # # # # # # # # # # # # # # #
1052025-01-08T23:18:38.457Z # # # # ##### # # ##### # # # # # #### #
1062025-01-08T23:18:38.458Z ##### ##### # ##### # # # # # # # # #
1072025-01-08T23:18:38.458Z # # # # # # # # # # # # # # #
1082025-01-08T23:18:38.458Z # # # ###### # # ###### ### # #### # #### #
1092025-01-08T23:18:38.458Z
1102025-01-08T23:18:38.458Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1112025-01-08T23:18:40.126Zpkg list: illegal option -- F
1122025-01-08T23:18:40.126ZUsage:
1132025-01-08T23:18:40.129Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1142025-01-08T23:18:40.129Z [pkg_fmri_pattern ...]
1152025-01-08T23:18:40.978Zpkg list: illegal option -- F
1162025-01-08T23:18:40.978ZUsage:
1172025-01-08T23:18:40.981Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1182025-01-08T23:18:40.981Z [pkg_fmri_pattern ...]
1192025-01-08T23:18:47.472Z Startup: Refreshing catalog 'helios-dev' ... Done
1202025-01-08T23:18:51.417Z Startup: Caching catalogs ... Done
1212025-01-08T23:19:02.389ZPlanning: Solver setup ... Done (9.998s)
1222025-01-08T23:19:02.526ZPlanning: Running solver ... Done (0.137s)
1232025-01-08T23:19:02.638ZPlanning: Finding local manifests ... Done (0.007s)
1242025-01-08T23:19:02.652ZPlanning: Fetching manifests: 0/7 0% complete
1252025-01-08T23:19:02.882ZPlanning: Fetching manifests: 7/7 100% complete
1262025-01-08T23:19:03.160ZPlanning: Package planning ... Done (0.278s)
1272025-01-08T23:19:03.217ZPlanning: Merging actions ... Done (0.056s)
1282025-01-08T23:19:03.417ZPlanning: Checking for conflicting actions ... Done (0.200s)
1292025-01-08T23:19:05.550ZPlanning: Consolidating action changes ... Done (2.131s)
1302025-01-08T23:19:06.005ZPlanning: Evaluating mediators ... Done (0.455s)
1312025-01-08T23:19:06.086ZPlanning: Planning completed in 14.57 seconds
1322025-01-08T23:19:06.104Z Packages to install: 4
1332025-01-08T23:19:06.104Z Packages to update: 3
1342025-01-08T23:19:06.107Z Mediators to change: 2
1352025-01-08T23:19:06.107Z Services to change: 1
1362025-01-08T23:19:06.107Z Estimated space available: 155.63 GB
1372025-01-08T23:19:06.107ZEstimated space to be consumed: 1.64 GB
1382025-01-08T23:19:06.107Z Create boot environment: No
1392025-01-08T23:19:06.107ZCreate backup boot environment: Yes
1402025-01-08T23:19:06.107Z Rebuild boot archive: No
1412025-01-08T23:19:06.107Z
1422025-01-08T23:19:06.107ZChanged mediators:
1432025-01-08T23:19:06.107Z mediator clang:
1442025-01-08T23:19:06.107Z version: None -> 15 (system default)
1452025-01-08T23:19:06.107Z
1462025-01-08T23:19:06.107Z mediator llvm:
1472025-01-08T23:19:06.107Z version: 14 (system default) -> 15 (system default)
1482025-01-08T23:19:06.107Z
1492025-01-08T23:19:06.107ZChanged packages:
1502025-01-08T23:19:06.107Zhelios-dev
1512025-01-08T23:19:06.107Z developer/build-essential
1522025-01-08T23:19:06.107Z None -> 11-2.0
1532025-01-08T23:19:06.108Z library/libxmlsec1
1542025-01-08T23:19:06.108Z None -> 1.2.35-2.0
1552025-01-08T23:19:06.108Z ooce/developer/clang-15
1562025-01-08T23:19:06.108Z None -> 15.0.7-2.0
1572025-01-08T23:19:06.108Z ooce/developer/llvm-15
1582025-01-08T23:19:06.108Z None -> 15.0.7-2.0
1592025-01-08T23:19:06.108Z package/pkg
1602025-01-08T23:19:06.108Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1612025-01-08T23:19:06.108Z system/library/g++-runtime
1622025-01-08T23:19:06.108Z 13-2.0 -> 14-2.0
1632025-01-08T23:19:06.108Z system/library/gcc-runtime
1642025-01-08T23:19:06.108Z 13-2.0 -> 14-2.0
1652025-01-08T23:19:06.108Z
1662025-01-08T23:19:06.108ZServices:
1672025-01-08T23:19:06.108Z restart_fmri:
1682025-01-08T23:19:06.108Z svc:/system/update-man-index:default
1692025-01-08T23:19:06.108Z
1702025-01-08T23:19:06.108ZEditable files to change:
1712025-01-08T23:19:06.109Z Update:
1722025-01-08T23:19:06.109Z usr/share/lib/pkg/web/config.shtml
1732025-01-08T23:19:06.187Z
1742025-01-08T23:19:06.187ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1752025-01-08T23:19:11.189ZDownload: 782/4301 items 18.6/225.4MB 8% complete (3.8M/s)
1762025-01-08T23:19:16.449ZDownload: 1196/4301 items 83.5/225.4MB 37% complete (8.9M/s)
1772025-01-08T23:19:24.600ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (8.8M/s)
1782025-01-08T23:19:29.609ZDownload: 2103/4301 items 118.9/225.4MB 52% complete (7.4M/s)
1792025-01-08T23:19:34.611ZDownload: 2375/4301 items 120.0/225.4MB 53% complete (3.7M/s)
1802025-01-08T23:19:39.620ZDownload: 3138/4301 items 150.5/225.4MB 66% complete (3.1M/s)
1812025-01-08T23:19:44.625ZDownload: 3577/4301 items 216.4/225.4MB 95% complete (9.6M/s)
1822025-01-08T23:19:48.223ZDownload: Completed 225.42 MB in 42.03 seconds (5.4M/s)
1832025-01-08T23:19:50.290Z Actions: 1/5122 actions (Removing old actions)
1842025-01-08T23:19:50.314Z Actions: 194/5122 actions (Installing new actions)
1852025-01-08T23:19:55.048Z Actions: 4267/5122 actions (Updating modified actions)
1862025-01-08T23:19:55.414Z Actions: Completed 5122 actions in 5.12 seconds.
1872025-01-08T23:19:55.831Z Done (0.410s)
1882025-01-08T23:19:55.834Z Done (0.001s)
1892025-01-08T23:19:56.424Z Done (0.588s)
1902025-01-08T23:20:00.752Z Done (4.099s)
1912025-01-08T23:20:00.844Z Done (0.018s)
1922025-01-08T23:20:00.847Z Done (0.000s)
1932025-01-08T23:20:01.031Z Done (0.000s)
1942025-01-08T23:20:01.724ZPlanning: Evaluating mediator changes ... Done
1952025-01-08T23:20:01.883ZPlanning: Checking for conflicting actions ... Done
1962025-01-08T23:20:01.886ZPlanning: Consolidating action changes ... Done
1972025-01-08T23:20:02.159ZPlanning: Evaluating mediators ... Done
1982025-01-08T23:20:02.161ZPlanning: Planning completed in 0.44 seconds
1992025-01-08T23:20:02.200Z Mediators to change: 2
2002025-01-08T23:20:02.200Z Create boot environment: No
2012025-01-08T23:20:02.203ZCreate backup boot environment: No
2022025-01-08T23:20:02.300Z Done
2032025-01-08T23:20:02.300Z Done
2042025-01-08T23:20:02.657Z Done
2052025-01-08T23:20:06.313Z Done
2062025-01-08T23:20:06.408Z Done
2072025-01-08T23:20:06.410Z Done
2082025-01-08T23:20:06.541Z Done
2092025-01-08T23:20:07.155ZPlanning: Evaluating mediator changes ... Done
2102025-01-08T23:20:07.158ZPlanning: Merging actions ... Done
2112025-01-08T23:20:07.347ZPlanning: Checking for conflicting actions ... Done
2122025-01-08T23:20:07.350ZPlanning: Consolidating action changes ... Done
2132025-01-08T23:20:07.616ZPlanning: Evaluating mediators ... Done
2142025-01-08T23:20:07.671ZPlanning: Planning completed in 0.76 seconds
2152025-01-08T23:20:07.712Z Packages to change: 1
2162025-01-08T23:20:07.712Z Mediators to change: 1
2172025-01-08T23:20:07.715Z Services to change: 1
2182025-01-08T23:20:07.715Z Create boot environment: No
2192025-01-08T23:20:07.715ZCreate backup boot environment: Yes
2202025-01-08T23:20:10.141Z Actions: 1/6 actions (Updating modified actions)
2212025-01-08T23:20:10.145Z Actions: Completed 6 actions in 0.00 seconds.
2222025-01-08T23:20:10.145Z Done
2232025-01-08T23:20:10.145Z Done
2242025-01-08T23:20:10.262Z Done
2252025-01-08T23:20:13.855Z Done
2262025-01-08T23:20:13.951Z Done
2272025-01-08T23:20:13.953Z Done
2282025-01-08T23:20:14.084Z Done
2292025-01-08T23:20:14.519ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302025-01-08T23:20:14.519Zclang system 15 system
2312025-01-08T23:20:14.519Zcsh system system illumos
2322025-01-08T23:20:14.519Zctags system system illumos
2332025-01-08T23:20:14.520Zgcc vendor 12 vendor
2342025-01-08T23:20:14.520Zgcc system 10 system
2352025-01-08T23:20:14.520Zgcc system 7 system
2362025-01-08T23:20:14.520Zgo system 1.20 system
2372025-01-08T23:20:14.520Zgo system 1.19 system
2382025-01-08T23:20:14.520Zllvm system 15 system
2392025-01-08T23:20:14.520Zllvm system 14 system
2402025-01-08T23:20:14.520Zmariadb system 10.6 system
2412025-01-08T23:20:14.520Zmta vendor vendor dma
2422025-01-08T23:20:14.520Zopenjdk system 17 system
2432025-01-08T23:20:14.520Zopenjdk system 11 system
2442025-01-08T23:20:14.520Zopenjdk system 1.8 system
2452025-01-08T23:20:14.520Zopenssl vendor 3 vendor
2462025-01-08T23:20:14.520Zperl system 5.36 system
2472025-01-08T23:20:14.520Zpostgresql system 15 system
2482025-01-08T23:20:14.520Zpostgresql system 13 system
2492025-01-08T23:20:14.520Zpython vendor 3 vendor
2502025-01-08T23:20:14.520Zpython system 2 system
2512025-01-08T23:20:14.520Zpython3 system 3.11 system
2522025-01-08T23:20:14.520Zruby system 3.0 system
2532025-01-08T23:20:14.520Zwords vendor vendor american-english
2542025-01-08T23:20:14.520Zwords system system australian-english
2552025-01-08T23:20:14.520Zwords system system british-english
2562025-01-08T23:20:14.520Zwords system system canadian-english
2572025-01-08T23:20:14.520Zwords system system french
2582025-01-08T23:20:14.520Zwords system system italian
2592025-01-08T23:20:14.520Zwords system system ngerman
2602025-01-08T23:20:14.520Zwords system system ogerman
2612025-01-08T23:20:14.520Zwords system system spanish
2622025-01-08T23:20:14.856ZPUBLISHER TYPE STATUS P LOCATION
2632025-01-08T23:20:14.856Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642025-01-08T23:20:17.643ZFMRI IFO
2652025-01-08T23:20:17.643Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662025-01-08T23:20:17.643Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672025-01-08T23:20:17.643Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682025-01-08T23:20:17.643Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692025-01-08T23:20:17.643Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702025-01-08T23:20:17.643Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712025-01-08T23:20:17.643Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2722025-01-08T23:20:17.643Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732025-01-08T23:20:17.643Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742025-01-08T23:20:17.643Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2752025-01-08T23:20:17.643Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762025-01-08T23:20:17.643Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772025-01-08T23:20:17.643Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2782025-01-08T23:20:17.643Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792025-01-08T23:20:17.643Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802025-01-08T23:20:18.409Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812025-01-08T23:20:18.673Z Updating crates.io index
2822025-01-08T23:20:18.676Z Updating git repository `https://github.com/oxidecomputer/diffus`
2832025-01-08T23:20:19.093Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2842025-01-08T23:20:19.625Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2852025-01-08T23:20:19.897Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862025-01-08T23:20:20.200Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872025-01-08T23:20:20.507Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882025-01-08T23:20:21.485Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892025-01-08T23:20:22.991Z Updating git repository `https://github.com/oxidecomputer/opte`
2902025-01-08T23:20:23.650Z Updating git repository `https://github.com/oxidecomputer/falcon`
2912025-01-08T23:20:24.475Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922025-01-08T23:20:24.841Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932025-01-08T23:20:25.246Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2942025-01-08T23:20:25.895Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2952025-01-08T23:20:26.282Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2962025-01-08T23:20:26.715Z Updating git repository `https://github.com/oxidecomputer/tofino`
2972025-01-08T23:20:27.281Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2982025-01-08T23:20:27.541Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2992025-01-08T23:20:27.792Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3002025-01-08T23:20:28.098Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012025-01-08T23:20:28.498Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022025-01-08T23:20:28.911Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3032025-01-08T23:20:29.480Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3042025-01-08T23:20:29.981Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3052025-01-08T23:20:30.280Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062025-01-08T23:20:30.725Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3072025-01-08T23:20:31.124Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3082025-01-08T23:20:31.491Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3092025-01-08T23:20:31.780Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3102025-01-08T23:20:32.033Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3112025-01-08T23:20:33.334Z Downloading crates ...
3122025-01-08T23:20:33.396Z Downloaded clap_lex v0.7.2
3132025-01-08T23:20:33.399Z Downloaded clap_derive v4.5.18
3142025-01-08T23:20:33.406Z Downloaded equivalent v1.0.1
3152025-01-08T23:20:33.420Z Downloaded cargo-platform v0.1.8
3162025-01-08T23:20:33.423Z Downloaded scroll_derive v0.12.0
3172025-01-08T23:20:33.428Z Downloaded usdt-macro v0.5.0
3182025-01-08T23:20:33.439Z Downloaded usdt-attr-macro v0.5.0
3192025-01-08T23:20:33.443Z Downloaded dtrace-parser v0.2.0
3202025-01-08T23:20:33.445Z Downloaded block-buffer v0.10.4
3212025-01-08T23:20:33.448Z Downloaded anstyle-parse v0.2.5
3222025-01-08T23:20:33.448Z Downloaded autocfg v1.4.0
3232025-01-08T23:20:33.452Z Downloaded anstyle-query v1.1.1
3242025-01-08T23:20:33.452Z Downloaded cfg-if v1.0.0
3252025-01-08T23:20:33.455Z Downloaded memmap v0.7.0
3262025-01-08T23:20:33.455Z Downloaded generic-array v0.14.7
3272025-01-08T23:20:33.455Z Downloaded utf8parse v0.2.2
3282025-01-08T23:20:33.457Z Downloaded strsim v0.11.1
3292025-01-08T23:20:33.457Z Downloaded anstyle v1.0.10
3302025-01-08T23:20:33.460Z Downloaded pest_generator v2.7.14
3312025-01-08T23:20:33.460Z Downloaded heck v0.4.1
3322025-01-08T23:20:33.463Z Downloaded serde_tokenstream v0.2.2
3332025-01-08T23:20:33.466Z Downloaded anstream v0.6.15
3342025-01-08T23:20:33.470Z Downloaded swrite v0.1.0
3352025-01-08T23:20:33.470Z Downloaded digest v0.10.7
3362025-01-08T23:20:33.473Z Downloaded cargo_toml v0.20.5
3372025-01-08T23:20:33.473Z Downloaded pretty-hex v0.4.1
3382025-01-08T23:20:33.475Z Downloaded unicode-linebreak v0.1.5
3392025-01-08T23:20:33.476Z Downloaded toml_datetime v0.6.8
3402025-01-08T23:20:33.476Z Downloaded itoa v1.0.11
3412025-01-08T23:20:33.478Z Downloaded tabled_derive v0.7.0
3422025-01-08T23:20:33.478Z Downloaded errno v0.3.9
3432025-01-08T23:20:33.485Z Downloaded thiserror-impl v1.0.69
3442025-01-08T23:20:33.487Z Downloaded serde_spanned v0.6.8
3452025-01-08T23:20:33.487Z Downloaded macaddr v1.0.1
3462025-01-08T23:20:33.492Z Downloaded crypto-common v0.1.6
3472025-01-08T23:20:33.495Z Downloaded terminal_size v0.4.0
3482025-01-08T23:20:33.495Z Downloaded fastrand v2.1.1
3492025-01-08T23:20:33.495Z Downloaded thread-id v4.2.2
3502025-01-08T23:20:33.495Z Downloaded plain v0.2.3
3512025-01-08T23:20:33.498Z Downloaded fs-err v2.11.0
3522025-01-08T23:20:33.498Z Downloaded fnv v1.0.7
3532025-01-08T23:20:33.501Z Downloaded dof v0.3.0
3542025-01-08T23:20:33.501Z Downloaded thiserror v1.0.69
3552025-01-08T23:20:33.507Z Downloaded colorchoice v1.0.2
3562025-01-08T23:20:33.510Z Downloaded camino-tempfile v1.1.1
3572025-01-08T23:20:33.510Z Downloaded once_cell v1.20.2
3582025-01-08T23:20:33.510Z Downloaded camino v1.1.9
3592025-01-08T23:20:33.518Z Downloaded usdt v0.5.0
3602025-01-08T23:20:33.518Z Downloaded tempfile v3.13.0
3612025-01-08T23:20:33.532Z Downloaded sha2 v0.10.8
3622025-01-08T23:20:33.532Z Downloaded smawk v0.3.2
3632025-01-08T23:20:33.532Z Downloaded proc-macro-error-attr v1.0.4
3642025-01-08T23:20:33.532Z Downloaded is_terminal_polyfill v1.70.1
3652025-01-08T23:20:33.532Z Downloaded bytecount v0.6.8
3662025-01-08T23:20:33.532Z Downloaded pest_derive v2.7.14
3672025-01-08T23:20:33.532Z Downloaded semver v1.0.23
3682025-01-08T23:20:33.532Z Downloaded scroll v0.12.0
3692025-01-08T23:20:33.532Z Downloaded cpufeatures v0.2.14
3702025-01-08T23:20:33.536Z Downloaded anyhow v1.0.93
3712025-01-08T23:20:33.540Z Downloaded version_check v0.9.5
3722025-01-08T23:20:33.540Z Downloaded quote v1.0.37
3732025-01-08T23:20:33.540Z Downloaded usdt-impl v0.5.0
3742025-01-08T23:20:33.540Z Downloaded proc-macro-error v1.0.4
3752025-01-08T23:20:33.544Z Downloaded toml v0.8.19
3762025-01-08T23:20:33.544Z Downloaded serde_derive v1.0.215
3772025-01-08T23:20:33.547Z Downloaded unicode-ident v1.0.13
3782025-01-08T23:20:33.553Z Downloaded cargo_metadata v0.18.1
3792025-01-08T23:20:33.553Z Downloaded ucd-trie v0.1.7
3802025-01-08T23:20:33.553Z Downloaded bitflags v2.6.0
3812025-01-08T23:20:33.560Z Downloaded ryu v1.0.18
3822025-01-08T23:20:33.563Z Downloaded log v0.4.22
3832025-01-08T23:20:33.563Z Downloaded papergrid v0.11.0
3842025-01-08T23:20:33.563Z Downloaded textwrap v0.16.1
3852025-01-08T23:20:33.568Z Downloaded proc-macro2 v1.0.89
3862025-01-08T23:20:33.572Z Downloaded clap v4.5.21
3872025-01-08T23:20:33.576Z Downloaded zerocopy-derive v0.7.35
3882025-01-08T23:20:33.579Z Downloaded typenum v1.17.0
3892025-01-08T23:20:33.582Z Downloaded pest_meta v2.7.14
3902025-01-08T23:20:33.584Z Downloaded heck v0.5.0
3912025-01-08T23:20:33.584Z Downloaded indexmap v2.6.0
3922025-01-08T23:20:33.587Z Downloaded byteorder v1.5.0
3932025-01-08T23:20:33.607Z Downloaded memchr v2.7.4
3942025-01-08T23:20:33.614Z Downloaded serde v1.0.215
3952025-01-08T23:20:33.620Z Downloaded toml_edit v0.22.22
3962025-01-08T23:20:33.639Z Downloaded pest v2.7.14
3972025-01-08T23:20:33.644Z Downloaded hashbrown v0.15.1
3982025-01-08T23:20:33.655Z Downloaded serde_json v1.0.133
3992025-01-08T23:20:33.663Z Downloaded zerocopy v0.7.35
4002025-01-08T23:20:33.677Z Downloaded winnow v0.6.20
4012025-01-08T23:20:33.684Z Downloaded goblin v0.8.2
4022025-01-08T23:20:33.690Z Downloaded tabled v0.15.0
4032025-01-08T23:20:33.703Z Downloaded syn v1.0.109
4042025-01-08T23:20:33.712Z Downloaded clap_builder v4.5.21
4052025-01-08T23:20:33.719Z Downloaded unicode-width v0.1.14
4062025-01-08T23:20:33.724Z Downloaded syn v2.0.87
4072025-01-08T23:20:33.748Z Downloaded rustix v0.38.37
4082025-01-08T23:20:33.784Z Downloaded libc v0.2.162
4092025-01-08T23:20:34.098Z Compiling proc-macro2 v1.0.89
4102025-01-08T23:20:34.098Z Compiling unicode-ident v1.0.13
4112025-01-08T23:20:34.098Z Compiling serde v1.0.215
4122025-01-08T23:20:34.101Z Compiling version_check v0.9.5
4132025-01-08T23:20:34.101Z Compiling memchr v2.7.4
4142025-01-08T23:20:34.134Z Compiling thiserror v1.0.69
4152025-01-08T23:20:34.138Z Compiling libc v0.2.162
4162025-01-08T23:20:34.138Z Compiling ryu v1.0.18
4172025-01-08T23:20:34.356Z Compiling itoa v1.0.11
4182025-01-08T23:20:34.573Z Compiling ucd-trie v0.1.7
4192025-01-08T23:20:34.879Z Compiling once_cell v1.20.2
4202025-01-08T23:20:34.991Z Compiling byteorder v1.5.0
4212025-01-08T23:20:35.211Z Compiling serde_json v1.0.133
4222025-01-08T23:20:35.211Z Compiling rustix v0.38.37
4232025-01-08T23:20:35.261Z Compiling bitflags v2.6.0
4242025-01-08T23:20:35.553Z Compiling usdt-impl v0.5.0
4252025-01-08T23:20:35.704Z Compiling proc-macro-error-attr v1.0.4
4262025-01-08T23:20:35.788Z Compiling syn v1.0.109
4272025-01-08T23:20:35.877Z Compiling proc-macro-error v1.0.4
4282025-01-08T23:20:35.946Z Compiling quote v1.0.37
4292025-01-08T23:20:36.106Z Compiling utf8parse v0.2.2
4302025-01-08T23:20:36.144Z Compiling log v0.4.22
4312025-01-08T23:20:36.169Z Compiling plain v0.2.3
4322025-01-08T23:20:36.263Z Compiling errno v0.3.9
4332025-01-08T23:20:36.331Z Compiling syn v2.0.87
4342025-01-08T23:20:36.507Z Compiling camino v1.1.9
4352025-01-08T23:20:36.541Z Compiling hashbrown v0.15.1
4362025-01-08T23:20:36.570Z Compiling equivalent v1.0.1
4372025-01-08T23:20:36.681Z Compiling anstyle-parse v0.2.5
4382025-01-08T23:20:36.821Z Compiling thread-id v4.2.2
4392025-01-08T23:20:37.087Z Compiling is_terminal_polyfill v1.70.1
4402025-01-08T23:20:37.190Z Compiling anstyle v1.0.10
4412025-01-08T23:20:37.227Z Compiling semver v1.0.23
4422025-01-08T23:20:37.338Z Compiling winnow v0.6.20
4432025-01-08T23:20:37.661Z Compiling pretty-hex v0.4.1
4442025-01-08T23:20:37.688Z Compiling autocfg v1.4.0
4452025-01-08T23:20:37.747Z Compiling indexmap v2.6.0
4462025-01-08T23:20:37.788Z Compiling colorchoice v1.0.2
4472025-01-08T23:20:37.870Z Compiling unicode-width v0.1.14
4482025-01-08T23:20:37.951Z Compiling anstyle-query v1.1.1
4492025-01-08T23:20:38.118Z Compiling anstream v0.6.15
4502025-01-08T23:20:38.628Z Compiling terminal_size v0.4.0
4512025-01-08T23:20:38.823Z Compiling fs-err v2.11.0
4522025-01-08T23:20:38.875Z Compiling strsim v0.11.1
4532025-01-08T23:20:39.139Z Compiling heck v0.5.0
4542025-01-08T23:20:39.165Z Compiling cfg-if v1.0.0
4552025-01-08T23:20:39.266Z Compiling clap_lex v0.7.2
4562025-01-08T23:20:39.397Z Compiling bytecount v0.6.8
4572025-01-08T23:20:39.425Z Compiling fnv v1.0.7
4582025-01-08T23:20:39.625Z Compiling fastrand v2.1.1
4592025-01-08T23:20:39.686Z Compiling heck v0.4.1
4602025-01-08T23:20:39.807Z Compiling anyhow v1.0.93
4612025-01-08T23:20:39.833Z Compiling clap_builder v4.5.21
4622025-01-08T23:20:40.179Z Compiling tempfile v3.13.0
4632025-01-08T23:20:40.205Z Compiling papergrid v0.11.0
4642025-01-08T23:20:40.443Z Compiling memmap v0.7.0
4652025-01-08T23:20:40.766Z Compiling unicode-linebreak v0.1.5
4662025-01-08T23:20:40.834Z Compiling smawk v0.3.2
4672025-01-08T23:20:41.180Z Compiling textwrap v0.16.1
4682025-01-08T23:20:41.263Z Compiling swrite v0.1.0
4692025-01-08T23:20:42.386Z Compiling tabled_derive v0.7.0
4702025-01-08T23:20:44.017Z Compiling tabled v0.15.0
4712025-01-08T23:20:45.348Z Compiling serde_derive v1.0.215
4722025-01-08T23:20:45.348Z Compiling thiserror-impl v1.0.69
4732025-01-08T23:20:45.352Z Compiling zerocopy-derive v0.7.35
4742025-01-08T23:20:45.352Z Compiling scroll_derive v0.12.0
4752025-01-08T23:20:45.466Z Compiling clap_derive v4.5.18
4762025-01-08T23:20:46.581Z Compiling scroll v0.12.0
4772025-01-08T23:20:47.128Z Compiling goblin v0.8.2
4782025-01-08T23:20:47.238Z Compiling zerocopy v0.7.35
4792025-01-08T23:20:47.874Z Compiling pest v2.7.14
4802025-01-08T23:20:49.343Z Compiling clap v4.5.21
4812025-01-08T23:20:50.201Z Compiling pest_meta v2.7.14
4822025-01-08T23:20:51.015Z Compiling pest_generator v2.7.14
4832025-01-08T23:20:52.790Z Compiling pest_derive v2.7.14
4842025-01-08T23:20:53.497Z Compiling dtrace-parser v0.2.0
4852025-01-08T23:20:55.435Z Compiling serde_tokenstream v0.2.2
4862025-01-08T23:20:55.555Z Compiling serde_spanned v0.6.8
4872025-01-08T23:20:55.555Z Compiling toml_datetime v0.6.8
4882025-01-08T23:20:55.866Z Compiling cargo-platform v0.1.8
4892025-01-08T23:20:55.961Z Compiling toml_edit v0.22.22
4902025-01-08T23:20:55.987Z Compiling macaddr v1.0.1
4912025-01-08T23:20:56.286Z Compiling camino-tempfile v1.1.1
4922025-01-08T23:20:56.944Z Compiling dof v0.3.0
4932025-01-08T23:20:57.057Z Compiling cargo_metadata v0.18.1
4942025-01-08T23:20:58.619Z Compiling usdt-macro v0.5.0
4952025-01-08T23:20:58.619Z Compiling usdt-attr-macro v0.5.0
4962025-01-08T23:20:58.667Z Compiling toml v0.8.19
4972025-01-08T23:20:59.471Z Compiling cargo_toml v0.20.5
4982025-01-08T23:21:00.027Z Compiling usdt v0.5.0
4992025-01-08T23:21:03.005Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5002025-01-08T23:21:07.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.91s
5012025-01-08T23:21:07.357Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5022025-01-08T23:21:07.889Z Downloading crates ...
5032025-01-08T23:21:08.025Z Downloaded adler2 v2.0.0
5042025-01-08T23:21:08.033Z Downloaded ahash v0.8.11
5052025-01-08T23:21:08.050Z Downloaded aho-corasick v1.1.3
5062025-01-08T23:21:08.057Z Downloaded httpdate v1.0.3
5072025-01-08T23:21:08.061Z Downloaded async-stream v0.3.6
5082025-01-08T23:21:08.061Z Downloaded atomic-waker v1.1.2
5092025-01-08T23:21:08.064Z Downloaded hyper-util v0.1.10
5102025-01-08T23:21:08.067Z Downloaded iana-time-zone v0.1.61
5112025-01-08T23:21:08.070Z Downloaded icu_normalizer v1.5.0
5122025-01-08T23:21:08.074Z Downloaded base64 v0.22.1
5132025-01-08T23:21:08.078Z Downloaded icu_provider_macros v1.5.0
5142025-01-08T23:21:08.080Z Downloaded icu_provider v1.5.0
5152025-01-08T23:21:08.083Z Downloaded ident_case v1.0.1
5162025-01-08T23:21:08.083Z Downloaded cfg_aliases v0.2.1
5172025-01-08T23:21:08.086Z Downloaded bitvec v1.0.1
5182025-01-08T23:21:08.100Z Downloaded indexmap v1.9.3
5192025-01-08T23:21:08.104Z Downloaded array-init v0.0.4
5202025-01-08T23:21:08.106Z Downloaded argon2 v0.5.3
5212025-01-08T23:21:08.109Z Downloaded idna v1.0.3
5222025-01-08T23:21:08.112Z Downloaded lazycell v1.3.0
5232025-01-08T23:21:08.118Z Downloaded hickory-client v0.24.1
5242025-01-08T23:21:08.122Z Downloaded aes v0.8.4
5252025-01-08T23:21:08.124Z Downloaded assert_matches v1.5.0
5262025-01-08T23:21:08.124Z Downloaded async-stream-impl v0.3.6
5272025-01-08T23:21:08.124Z Downloaded async-recursion v1.1.1
5282025-01-08T23:21:08.128Z Downloaded backoff v0.4.0
5292025-01-08T23:21:08.130Z Downloaded atty v0.2.14
5302025-01-08T23:21:08.133Z Downloaded base64 v0.13.1
5312025-01-08T23:21:08.137Z Downloaded arrayvec v0.7.6
5322025-01-08T23:21:08.137Z Downloaded backtrace v0.3.74
5332025-01-08T23:21:08.144Z Downloaded bit-vec v0.6.3
5342025-01-08T23:21:08.148Z Downloaded bitflags v1.3.2
5352025-01-08T23:21:08.151Z Downloaded block-padding v0.3.3
5362025-01-08T23:21:08.151Z Downloaded base64 v0.21.7
5372025-01-08T23:21:08.154Z Downloaded bit-set v0.5.3
5382025-01-08T23:21:08.159Z Downloaded ciborium-io v0.2.2
5392025-01-08T23:21:08.159Z Downloaded cipher v0.4.4
5402025-01-08T23:21:08.161Z Downloaded heck v0.3.3
5412025-01-08T23:21:08.161Z Downloaded crc-catalog v2.4.0
5422025-01-08T23:21:08.161Z Downloaded ciborium v0.2.2
5432025-01-08T23:21:08.165Z Downloaded hostname v0.4.0
5442025-01-08T23:21:08.168Z Downloaded hmac v0.12.1
5452025-01-08T23:21:08.168Z Downloaded convert_case v0.4.0
5462025-01-08T23:21:08.171Z Downloaded bumpalo v3.16.0
5472025-01-08T23:21:08.173Z Downloaded clang-sys v1.8.1
5482025-01-08T23:21:08.175Z Downloaded httparse v1.9.5
5492025-01-08T23:21:08.178Z Downloaded http-body-util v0.1.2
5502025-01-08T23:21:08.181Z Downloaded http-body v1.0.1
5512025-01-08T23:21:08.184Z Downloaded hex v0.4.3
5522025-01-08T23:21:08.184Z Downloaded home v0.5.9
5532025-01-08T23:21:08.187Z Downloaded humantime v2.1.0
5542025-01-08T23:21:08.187Z Downloaded http v1.1.0
5552025-01-08T23:21:08.190Z Downloaded hyper-tls v0.6.0
5562025-01-08T23:21:08.193Z Downloaded hyper-rustls v0.27.3
5572025-01-08T23:21:08.195Z Downloaded blake3 v1.5.4
5582025-01-08T23:21:08.203Z Downloaded hkdf v0.12.4
5592025-01-08T23:21:08.207Z Downloaded heapless v0.7.17
5602025-01-08T23:21:08.211Z Downloaded icu_locid_transform v1.5.0
5612025-01-08T23:21:08.214Z Downloaded icu_collections v1.5.0
5622025-01-08T23:21:08.220Z Downloaded colored v2.1.0
5632025-01-08T23:21:08.222Z Downloaded bstr v1.10.0
5642025-01-08T23:21:08.233Z Downloaded keccak v0.1.5
5652025-01-08T23:21:08.236Z Downloaded jobserver v0.1.32
5662025-01-08T23:21:08.239Z Downloaded crossbeam-epoch v0.9.18
5672025-01-08T23:21:08.241Z Downloaded crossbeam-utils v0.8.20
5682025-01-08T23:21:08.244Z Downloaded is-terminal v0.4.13
5692025-01-08T23:21:08.246Z Downloaded instant v0.1.13
5702025-01-08T23:21:08.246Z Downloaded inout v0.1.3
5712025-01-08T23:21:08.248Z Downloaded idna_adapter v1.2.0
5722025-01-08T23:21:08.248Z Downloaded icu_properties_data v1.5.0
5732025-01-08T23:21:08.260Z Downloaded itertools v0.10.5
5742025-01-08T23:21:08.266Z Downloaded idna v0.5.0
5752025-01-08T23:21:08.273Z Downloaded itertools v0.12.1
5762025-01-08T23:21:08.281Z Downloaded match_cfg v0.1.0
5772025-01-08T23:21:08.284Z Downloaded libm v0.2.8
5782025-01-08T23:21:08.292Z Downloaded mime v0.3.17
5792025-01-08T23:21:08.294Z Downloaded constant_time_eq v0.3.1
5802025-01-08T23:21:08.294Z Downloaded chacha20 v0.9.1
5812025-01-08T23:21:08.297Z Downloaded crunchy v0.2.2
5822025-01-08T23:21:08.299Z Downloaded csv-core v0.1.11
5832025-01-08T23:21:08.299Z Downloaded aes-gcm v0.10.3
5842025-01-08T23:21:08.302Z Downloaded cc v1.1.30
5852025-01-08T23:21:08.306Z Downloaded crypto-bigint v0.5.5
5862025-01-08T23:21:08.313Z Downloaded libloading v0.8.5
5872025-01-08T23:21:08.316Z Downloaded crc v3.2.1
5882025-01-08T23:21:08.319Z Downloaded cbc v0.1.2
5892025-01-08T23:21:08.321Z Downloaded blake2 v0.10.6
5902025-01-08T23:21:08.324Z Downloaded aead v0.5.2
5912025-01-08T23:21:08.326Z Downloaded addr2line v0.24.2
5922025-01-08T23:21:08.328Z Downloaded bcrypt-pbkdf v0.10.0
5932025-01-08T23:21:08.328Z Downloaded chrono v0.4.38
5942025-01-08T23:21:08.336Z Downloaded const-oid v0.9.6
5952025-01-08T23:21:08.338Z Downloaded ciborium-ll v0.2.2
5962025-01-08T23:21:08.341Z Downloaded darling v0.20.10
5972025-01-08T23:21:08.344Z Downloaded cexpr v0.6.0
5982025-01-08T23:21:08.347Z Downloaded bzip2 v0.4.4
5992025-01-08T23:21:08.349Z Downloaded curve25519-dalek v4.1.3
6002025-01-08T23:21:08.357Z Downloaded curve25519-dalek-derive v0.1.1
6012025-01-08T23:21:08.360Z Downloaded atomicwrites v0.4.4
6022025-01-08T23:21:08.362Z Downloaded ctr v0.9.2
6032025-01-08T23:21:08.362Z Downloaded bb8 v0.8.5
6042025-01-08T23:21:08.365Z Downloaded base64ct v1.6.0
6052025-01-08T23:21:08.367Z Downloaded ascii-canvas v3.0.0
6062025-01-08T23:21:08.370Z Downloaded arrayref v0.3.9
6072025-01-08T23:21:08.370Z Downloaded aws-lc-rs v1.10.0
6082025-01-08T23:21:08.379Z Downloaded icu_normalizer_data v1.5.0
6092025-01-08T23:21:08.381Z Downloaded ipnet v2.10.1
6102025-01-08T23:21:08.383Z Downloaded bytes v1.8.0
6112025-01-08T23:21:08.387Z Downloaded chacha20poly1305 v0.10.1
6122025-01-08T23:21:08.389Z Downloaded cookie v0.18.1
6132025-01-08T23:21:08.392Z Downloaded hyper v1.5.0
6142025-01-08T23:21:08.399Z Downloaded indicatif v0.17.9
6152025-01-08T23:21:08.403Z Downloaded compact_str v0.8.0
6162025-01-08T23:21:08.408Z Downloaded heapless v0.8.0
6172025-01-08T23:21:08.412Z Downloaded bindgen v0.69.5
6182025-01-08T23:21:08.430Z Downloaded mime_guess v2.0.5
6192025-01-08T23:21:08.433Z Downloaded memoffset v0.9.1
6202025-01-08T23:21:08.435Z Downloaded md5 v0.7.0
6212025-01-08T23:21:08.435Z Downloaded md-5 v0.10.6
6222025-01-08T23:21:08.438Z Downloaded matches v0.1.10
6232025-01-08T23:21:08.438Z Downloaded lru v0.12.5
6242025-01-08T23:21:08.440Z Downloaded lock_api v0.4.12
6252025-01-08T23:21:08.443Z Downloaded memmap2 v0.9.5
6262025-01-08T23:21:08.443Z Downloaded linked-hash-map v0.5.6
6272025-01-08T23:21:08.445Z Downloaded icu_locid_transform_data v1.5.0
6282025-01-08T23:21:08.447Z Downloaded icu_locid v1.5.0
6292025-01-08T23:21:08.451Z Downloaded chrono-tz-build v0.4.0
6302025-01-08T23:21:08.453Z Downloaded cassowary v0.3.0
6312025-01-08T23:21:08.456Z Downloaded blowfish v0.9.1
6322025-01-08T23:21:08.456Z Downloaded bcs v0.1.6
6332025-01-08T23:21:08.458Z Downloaded base16ct v0.2.0
6342025-01-08T23:21:08.460Z Downloaded primeorder v0.13.6
6352025-01-08T23:21:08.464Z Downloaded allocator-api2 v0.2.18
6362025-01-08T23:21:08.474Z Downloaded lazy_static v1.5.0
6372025-01-08T23:21:08.474Z Downloaded itertools v0.13.0
6382025-01-08T23:21:08.479Z Downloaded miniz_oxide v0.8.0
6392025-01-08T23:21:08.479Z Downloaded proptest v1.5.0
6402025-01-08T23:21:08.486Z Downloaded is_ci v1.2.0
6412025-01-08T23:21:08.489Z Downloaded indoc v1.0.9
6422025-01-08T23:21:08.491Z Downloaded lockfree-object-pool v0.1.6
6432025-01-08T23:21:08.496Z Downloaded indent_write v2.2.0
6442025-01-08T23:21:08.496Z Downloaded hex-literal v0.4.1
6452025-01-08T23:21:08.501Z Downloaded crossbeam-deque v0.8.5
6462025-01-08T23:21:08.501Z Downloaded idna v0.2.3
6472025-01-08T23:21:08.505Z Downloaded minimal-lexical v0.2.1
6482025-01-08T23:21:08.510Z Downloaded crossbeam-channel v0.5.13
6492025-01-08T23:21:08.514Z Downloaded crc32fast v1.4.2
6502025-01-08T23:21:08.518Z Downloaded async-bb8-diesel v0.2.1
6512025-01-08T23:21:08.521Z Downloaded icu_properties v1.5.1
6522025-01-08T23:21:08.524Z Downloaded async-trait v0.1.83
6532025-01-08T23:21:08.527Z Downloaded arc-swap v1.7.1
6542025-01-08T23:21:08.537Z Downloaded radium v0.7.0
6552025-01-08T23:21:08.541Z Downloaded managed v0.8.0
6562025-01-08T23:21:08.545Z Downloaded litemap v0.7.3
6572025-01-08T23:21:08.548Z Downloaded rfc6979 v0.4.0
6582025-01-08T23:21:08.550Z Downloaded maplit v1.0.2
6592025-01-08T23:21:08.553Z Downloaded highway v1.2.0
6602025-01-08T23:21:08.553Z Downloaded hickory-server v0.24.1
6612025-01-08T23:21:08.559Z Downloaded regex v1.11.1
6622025-01-08T23:21:08.573Z Downloaded shlex v1.3.0
6632025-01-08T23:21:08.576Z Downloaded idna v0.4.0
6642025-01-08T23:21:08.583Z Downloaded bitfield v0.14.0
6652025-01-08T23:21:08.586Z Downloaded shell-words v1.1.0
6662025-01-08T23:21:08.586Z Downloaded sha1 v0.10.6
6672025-01-08T23:21:08.588Z Downloaded same-file v1.0.6
6682025-01-08T23:21:08.589Z Downloaded rustls-pemfile v2.2.0
6692025-01-08T23:21:08.591Z Downloaded rustls-pemfile v1.0.4
6702025-01-08T23:21:08.593Z Downloaded ssh-cipher v0.2.0
6712025-01-08T23:21:08.597Z Downloaded zeroize v1.8.1
6722025-01-08T23:21:08.597Z Downloaded sqlparser_derive v0.2.2
6732025-01-08T23:21:08.597Z Downloaded serde_yaml v0.9.34+deprecated
6742025-01-08T23:21:08.601Z Downloaded ed25519 v2.2.3
6752025-01-08T23:21:08.604Z Downloaded ecdsa v0.16.9
6762025-01-08T23:21:08.606Z Downloaded hostname v0.3.1
6772025-01-08T23:21:08.609Z Downloaded dyn-clone v1.0.17
6782025-01-08T23:21:08.609Z Downloaded fallible-streaming-iterator v0.1.9
6792025-01-08T23:21:08.612Z Downloaded futures-task v0.3.31
6802025-01-08T23:21:08.615Z Downloaded futures-sink v0.3.31
6812025-01-08T23:21:08.615Z Downloaded form_urlencoded v1.2.1
6822025-01-08T23:21:08.615Z Downloaded foreign-types-shared v0.3.1
6832025-01-08T23:21:08.618Z Downloaded libefi-sys v0.1.0
6842025-01-08T23:21:08.618Z Downloaded lalrpop v0.19.12
6852025-01-08T23:21:08.628Z Downloaded headers-core v0.3.0
6862025-01-08T23:21:08.632Z Downloaded slog-term v2.9.1
6872025-01-08T23:21:08.635Z Downloaded kstat-rs v0.2.4
6882025-01-08T23:21:08.635Z Downloaded ipnetwork v0.20.0
6892025-01-08T23:21:08.635Z Downloaded internet-checksum v0.2.1
6902025-01-08T23:21:08.638Z Downloaded instability v0.3.2
6912025-01-08T23:21:08.638Z Downloaded tap v1.0.1
6922025-01-08T23:21:08.641Z Downloaded impl-trait-for-tuples v0.2.2
6932025-01-08T23:21:08.644Z Downloaded tinyvec_macros v0.1.1
6942025-01-08T23:21:08.644Z Downloaded term v0.7.0
6952025-01-08T23:21:08.647Z Downloaded tinystr v0.7.6
6962025-01-08T23:21:08.650Z Downloaded tinyvec v1.8.0
6972025-01-08T23:21:08.653Z Downloaded tokio-tungstenite v0.24.0
6982025-01-08T23:21:08.656Z Downloaded tokio-tungstenite v0.23.1
6992025-01-08T23:21:08.659Z Downloaded tracing-attributes v0.1.27
7002025-01-08T23:21:08.662Z Downloaded num-conv v0.1.0
7012025-01-08T23:21:08.662Z Downloaded tungstenite v0.23.0
7022025-01-08T23:21:08.664Z Downloaded libsw v3.3.1
7032025-01-08T23:21:08.668Z Downloaded num-complex v0.4.6
7042025-01-08T23:21:08.671Z Downloaded num v0.4.3
7052025-01-08T23:21:08.671Z Downloaded cookie_store v0.21.0
7062025-01-08T23:21:08.674Z Downloaded const_format v0.2.33
7072025-01-08T23:21:08.677Z Downloaded num-bigint-dig v0.8.4
7082025-01-08T23:21:08.682Z Downloaded utf-8 v0.7.6
7092025-01-08T23:21:08.687Z Downloaded num-bigint v0.4.6
7102025-01-08T23:21:08.690Z Downloaded phf_shared v0.11.2
7112025-01-08T23:21:08.690Z Downloaded nu-ansi-term v0.50.1
7122025-01-08T23:21:08.693Z Downloaded value-bag v1.9.0
7132025-01-08T23:21:08.698Z Downloaded unicase v2.7.0
7142025-01-08T23:21:08.700Z Downloaded unarray v0.1.4
7152025-01-08T23:21:08.701Z Downloaded vcpkg v0.2.15
7162025-01-08T23:21:08.738Z Downloaded which v4.4.2
7172025-01-08T23:21:08.741Z Downloaded console v0.15.8
7182025-01-08T23:21:08.744Z Downloaded cobs v0.2.3
7192025-01-08T23:21:08.744Z Downloaded cmake v0.1.51
7202025-01-08T23:21:08.747Z Downloaded castaway v0.2.3
7212025-01-08T23:21:08.747Z Downloaded cancel-safe-futures v0.1.5
7222025-01-08T23:21:08.749Z Downloaded maybe-uninit v2.0.0
7232025-01-08T23:21:08.752Z Downloaded lalrpop-util v0.19.12
7242025-01-08T23:21:08.752Z Downloaded hubpack_derive v0.1.1
7252025-01-08T23:21:08.755Z Downloaded lzma-sys v0.1.20
7262025-01-08T23:21:08.784Z Downloaded unicode-bidi v0.3.17
7272025-01-08T23:21:08.787Z Downloaded tokio-macros v2.4.0
7282025-01-08T23:21:08.787Z Downloaded winnow v0.5.40
7292025-01-08T23:21:08.797Z Downloaded unsafe-libyaml v0.2.11
7302025-01-08T23:21:08.802Z Downloaded derive_builder_macro v0.20.2
7312025-01-08T23:21:08.806Z Downloaded defmt-macros v0.3.9
7322025-01-08T23:21:08.806Z Downloaded dunce v1.0.5
7332025-01-08T23:21:08.806Z Downloaded futures-macro v0.3.31
7342025-01-08T23:21:08.809Z Downloaded dsl_auto_type v0.1.2
7352025-01-08T23:21:08.809Z Downloaded downcast v0.11.0
7362025-01-08T23:21:08.811Z Downloaded want v0.3.1
7372025-01-08T23:21:08.811Z Downloaded vte_generate_state_changes v0.1.2
7382025-01-08T23:21:08.812Z Downloaded defmt v0.3.8
7392025-01-08T23:21:08.815Z Downloaded write16 v1.0.0
7402025-01-08T23:21:08.818Z Downloaded walkdir v2.5.0
7412025-01-08T23:21:08.820Z Downloaded parking_lot v0.11.2
7422025-01-08T23:21:08.823Z Downloaded normalize-line-endings v0.3.0
7432025-01-08T23:21:08.823Z Downloaded new_debug_unreachable v1.0.6
7442025-01-08T23:21:08.825Z Downloaded crucible-workspace-hack v0.1.0
7452025-01-08T23:21:08.825Z Downloaded crc-any v2.5.0
7462025-01-08T23:21:08.828Z Downloaded const_format_proc_macros v0.2.33
7472025-01-08T23:21:08.831Z Downloaded cfg_aliases v0.1.1
7482025-01-08T23:21:08.834Z Downloaded bitfield-struct v0.6.2
7492025-01-08T23:21:08.834Z Downloaded webpki-roots v0.26.6
7502025-01-08T23:21:08.836Z Downloaded phf_shared v0.10.0
7512025-01-08T23:21:08.839Z Downloaded vte v0.11.1
7522025-01-08T23:21:08.839Z Downloaded embedded-io v0.6.1
7532025-01-08T23:21:08.842Z Downloaded pkg-config v0.3.31
7542025-01-08T23:21:08.845Z Downloaded csv v1.3.0
7552025-01-08T23:21:08.863Z Downloaded polyval v0.6.2
7562025-01-08T23:21:08.866Z Downloaded wait-timeout v0.2.0
7572025-01-08T23:21:08.869Z Downloaded strum_macros v0.25.3
7582025-01-08T23:21:08.872Z Downloaded sqlparser v0.45.0
7592025-01-08T23:21:08.875Z Downloaded poly1305 v0.8.0
7602025-01-08T23:21:08.878Z Downloaded sqlformat v0.2.6
7612025-01-08T23:21:08.881Z Downloaded serde-hex v0.1.0
7622025-01-08T23:21:08.883Z Downloaded rustc_version v0.1.7
7632025-01-08T23:21:08.883Z Downloaded rtoolbox v0.0.2
7642025-01-08T23:21:08.884Z Downloaded portable-atomic v1.9.0
7652025-01-08T23:21:08.890Z Downloaded flagset v0.4.6
7662025-01-08T23:21:08.893Z Downloaded fatfs v0.3.6
7672025-01-08T23:21:08.896Z Downloaded idna v0.3.0
7682025-01-08T23:21:08.903Z Downloaded rayon-core v1.12.1
7692025-01-08T23:21:08.907Z Downloaded rayon v1.10.0
7702025-01-08T23:21:08.918Z Downloaded russh-keys v0.45.0
7712025-01-08T23:21:08.920Z Downloaded fixedbitset v0.4.2
7722025-01-08T23:21:08.923Z Downloaded headers v0.4.0
7732025-01-08T23:21:08.928Z Downloaded hash32 v0.2.1
7742025-01-08T23:21:08.930Z Downloaded ghash v0.5.1
7752025-01-08T23:21:08.933Z Downloaded futures-io v0.3.31
7762025-01-08T23:21:08.933Z Downloaded rustls v0.21.12
7772025-01-08T23:21:08.944Z Downloaded postgres-types v0.2.8
7782025-01-08T23:21:08.947Z Downloaded num-iter v0.1.45
7792025-01-08T23:21:08.950Z Downloaded num-derive v0.4.2
7802025-01-08T23:21:08.952Z Downloaded num-integer v0.1.46
7812025-01-08T23:21:08.952Z Downloaded nodrop v0.1.14
7822025-01-08T23:21:08.954Z Downloaded libz-sys v1.1.20
7832025-01-08T23:21:08.976Z Downloaded nom v7.1.3
7842025-01-08T23:21:08.981Z Downloaded spin v0.9.8
7852025-01-08T23:21:08.984Z Downloaded slog-json v2.6.1
7862025-01-08T23:21:08.986Z Downloaded siphasher v0.3.11
7872025-01-08T23:21:08.991Z Downloaded similar v2.6.0
7882025-01-08T23:21:09.001Z Downloaded signal-hook-registry v1.4.2
7892025-01-08T23:21:09.005Z Downloaded pbkdf2 v0.12.2
7902025-01-08T23:21:09.009Z Downloaded paste v1.0.15
7912025-01-08T23:21:09.012Z Downloaded nix v0.29.0
7922025-01-08T23:21:09.026Z Downloaded stringprep v0.1.5
7932025-01-08T23:21:09.029Z Downloaded static_assertions v1.1.0
7942025-01-08T23:21:09.031Z Downloaded r2d2 v0.8.10
7952025-01-08T23:21:09.034Z Downloaded quick-xml v0.33.0
7962025-01-08T23:21:09.040Z Downloaded chrono-tz v0.10.0
7972025-01-08T23:21:09.050Z Downloaded postgres-protocol v0.6.7
7982025-01-08T23:21:09.053Z Downloaded regex-syntax v0.8.5
7992025-01-08T23:21:09.062Z Downloaded rustc-demangle v0.1.24
8002025-01-08T23:21:09.065Z Downloaded utf8_iter v1.0.4
8012025-01-08T23:21:09.067Z Downloaded serde_with_macros v3.11.0
8022025-01-08T23:21:09.069Z Downloaded scopeguard v1.2.0
8032025-01-08T23:21:09.069Z Downloaded rustls-webpki v0.102.8
8042025-01-08T23:21:09.089Z Downloaded rusty-fork v0.3.0
8052025-01-08T23:21:09.092Z Downloaded waitgroup v0.1.2
8062025-01-08T23:21:09.096Z Downloaded tui-tree-widget v0.22.0
8072025-01-08T23:21:09.096Z Downloaded structmeta-derive v0.2.0
8082025-01-08T23:21:09.099Z Downloaded structmeta v0.3.0
8092025-01-08T23:21:09.099Z Downloaded structmeta v0.2.0
8102025-01-08T23:21:09.099Z Downloaded reedline v0.35.0
8112025-01-08T23:21:09.106Z Downloaded hashlink v0.9.1
8122025-01-08T23:21:09.111Z Downloaded rustls-webpki v0.101.7
8132025-01-08T23:21:09.123Z Downloaded time-core v0.1.2
8142025-01-08T23:21:09.125Z Downloaded zerocopy v0.8.10
8152025-01-08T23:21:09.148Z Downloaded gethostname v0.5.0
8162025-01-08T23:21:09.150Z Downloaded derive_builder_core v0.20.2
8172025-01-08T23:21:09.153Z Downloaded fxhash v0.2.1
8182025-01-08T23:21:09.153Z Downloaded foldhash v0.1.3
8192025-01-08T23:21:09.153Z Downloaded flume v0.11.1
8202025-01-08T23:21:09.158Z Downloaded try-lock v0.2.5
8212025-01-08T23:21:09.160Z Downloaded time v0.3.36
8222025-01-08T23:21:09.167Z Downloaded regex-syntax v0.6.29
8232025-01-08T23:21:09.175Z Downloaded parse-display-derive v0.10.0
8242025-01-08T23:21:09.181Z Downloaded newline-converter v0.3.0
8252025-01-08T23:21:09.181Z Downloaded diesel-dtrace v0.4.2
8262025-01-08T23:21:09.181Z Downloaded zone v0.1.8
8272025-01-08T23:21:09.181Z Downloaded zip v2.1.3
8282025-01-08T23:21:09.185Z Downloaded writeable v0.5.5
8292025-01-08T23:21:09.189Z Downloaded untrusted v0.9.0
8302025-01-08T23:21:09.191Z Downloaded unicode-normalization v0.1.24
8312025-01-08T23:21:09.194Z Downloaded hashbrown v0.13.2
8322025-01-08T23:21:09.197Z Downloaded ena v0.14.3
8332025-01-08T23:21:09.200Z Downloaded rand v0.8.5
8342025-01-08T23:21:09.204Z Downloaded parse-zoneinfo v0.3.1
8352025-01-08T23:21:09.208Z Downloaded typify-macro v0.2.0
8362025-01-08T23:21:09.208Z Downloaded thread_local v1.1.8
8372025-01-08T23:21:09.211Z Downloaded subprocess v0.2.9
8382025-01-08T23:21:09.215Z Downloaded openssl-probe v0.1.5
8392025-01-08T23:21:09.215Z Downloaded strum_macros v0.26.4
8402025-01-08T23:21:09.217Z Downloaded openssl-sys v0.9.103
8412025-01-08T23:21:09.221Z Downloaded rand_xorshift v0.3.0
8422025-01-08T23:21:09.223Z Downloaded ppv-lite86 v0.2.20
8432025-01-08T23:21:09.226Z Downloaded powerfmt v0.2.0
8442025-01-08T23:21:09.226Z Downloaded zopfli v0.8.1
8452025-01-08T23:21:09.229Z Downloaded zerovec v0.10.4
8462025-01-08T23:21:09.234Z Downloaded precomputed-hash v0.1.1
8472025-01-08T23:21:09.236Z Downloaded derive_more v0.99.18
8482025-01-08T23:21:09.241Z Downloaded diesel_table_macro_syntax v0.2.0
8492025-01-08T23:21:09.244Z Downloaded des v0.8.1
8502025-01-08T23:21:09.244Z Downloaded sec1 v0.7.3
8512025-01-08T23:21:09.248Z Downloaded diesel_derives v2.2.3
8522025-01-08T23:21:09.251Z Downloaded multimap v0.10.0
8532025-01-08T23:21:09.255Z Downloaded rcgen v0.12.1
8542025-01-08T23:21:09.258Z Downloaded phf v0.11.2
8552025-01-08T23:21:09.261Z Downloaded pem v3.0.4
8562025-01-08T23:21:09.261Z Downloaded scheduled-thread-pool v0.2.7
8572025-01-08T23:21:09.264Z Downloaded rustfmt-wrapper v0.2.1
8582025-01-08T23:21:09.264Z Downloaded sct v0.7.1
8592025-01-08T23:21:09.267Z Downloaded scrypt v0.11.0
8602025-01-08T23:21:09.270Z Downloaded salsa20 v0.10.2
8612025-01-08T23:21:09.273Z Downloaded strum_macros v0.24.3
8622025-01-08T23:21:09.273Z Downloaded russh v0.45.0
8632025-01-08T23:21:09.279Z Downloaded smallvec v0.6.14
8642025-01-08T23:21:09.283Z Downloaded newtype_derive v0.1.6
8652025-01-08T23:21:09.286Z Downloaded rustc-hash v1.1.0
8662025-01-08T23:21:09.286Z Downloaded tokio-native-tls v0.3.1
8672025-01-08T23:21:09.286Z Downloaded slog-async v2.8.0
8682025-01-08T23:21:09.288Z Downloaded signature v2.2.0
8692025-01-08T23:21:09.288Z Downloaded slab v0.4.9
8702025-01-08T23:21:09.292Z Downloaded tokio-postgres v0.7.12
8712025-01-08T23:21:09.295Z Downloaded tracing-core v0.1.32
8722025-01-08T23:21:09.298Z Downloaded simd-adler32 v0.3.7
8732025-01-08T23:21:09.301Z Downloaded russh-cryptovec v0.7.3
8742025-01-08T23:21:09.301Z Downloaded rusqlite v0.32.1
8752025-01-08T23:21:09.309Z Downloaded signal-hook-tokio v0.3.1
8762025-01-08T23:21:09.314Z Downloaded xattr v1.3.1
8772025-01-08T23:21:09.314Z Downloaded wyz v0.5.1
8782025-01-08T23:21:09.317Z Downloaded xz2 v0.1.7
8792025-01-08T23:21:09.317Z Downloaded futures-core v0.3.31
8802025-01-08T23:21:09.317Z Downloaded yoke v0.7.4
8812025-01-08T23:21:09.321Z Downloaded futures-executor v0.3.31
8822025-01-08T23:21:09.327Z Downloaded universal-hash v0.5.1
8832025-01-08T23:21:09.327Z Downloaded unicode-segmentation v1.12.0
8842025-01-08T23:21:09.334Z Downloaded mio v1.0.2
8852025-01-08T23:21:09.339Z Downloaded foreign-types v0.3.2
8862025-01-08T23:21:09.339Z Downloaded progenitor-client v0.8.0
8872025-01-08T23:21:09.339Z Downloaded pbkdf2 v0.11.0
8882025-01-08T23:21:09.340Z Downloaded path-slash v0.1.5
8892025-01-08T23:21:09.343Z Downloaded password-hash v0.5.0
8902025-01-08T23:21:09.343Z Downloaded password-hash v0.4.2
8912025-01-08T23:21:09.343Z Downloaded h2 v0.4.6
8922025-01-08T23:21:09.350Z Downloaded phf_codegen v0.11.2
8932025-01-08T23:21:09.353Z Downloaded mirai-annotations v1.12.0
8942025-01-08T23:21:09.353Z Downloaded slog v2.7.0
8952025-01-08T23:21:09.356Z Downloaded signal-hook-mio v0.2.4
8962025-01-08T23:21:09.356Z Downloaded multer v3.1.0
8972025-01-08T23:21:09.359Z Downloaded tar v0.4.42
8982025-01-08T23:21:09.363Z Downloaded phf_generator v0.11.2
8992025-01-08T23:21:09.368Z Downloaded parking_lot_core v0.9.10
9002025-01-08T23:21:09.372Z Downloaded openssl-macros v0.1.1
9012025-01-08T23:21:09.372Z Downloaded strip-ansi-escapes v0.2.0
9022025-01-08T23:21:09.372Z Downloaded string_cache v0.8.7
9032025-01-08T23:21:09.377Z Downloaded steno v0.4.1
9042025-01-08T23:21:09.377Z Downloaded take_mut v0.2.2
9052025-01-08T23:21:09.381Z Downloaded rustversion v1.0.17
9062025-01-08T23:21:09.381Z Downloaded filetime v0.2.25
9072025-01-08T23:21:09.384Z Downloaded samael v0.0.17
9082025-01-08T23:21:09.387Z Downloaded pin-project v1.1.6
9092025-01-08T23:21:09.397Z Downloaded salty v0.3.0
9102025-01-08T23:21:09.404Z Downloaded ref-cast-impl v1.0.23
9112025-01-08T23:21:09.408Z Downloaded tower-service v0.3.3
9122025-01-08T23:21:09.408Z Downloaded toml v0.7.8
9132025-01-08T23:21:09.411Z Downloaded quinn v0.11.5
9142025-01-08T23:21:09.415Z Downloaded postcard v1.0.10
9152025-01-08T23:21:09.417Z Downloaded peg-runtime v0.8.3
9162025-01-08T23:21:09.417Z Downloaded peg-macros v0.8.4
9172025-01-08T23:21:09.421Z Downloaded p256 v0.13.2
9182025-01-08T23:21:09.425Z Downloaded cstr-argument v0.1.2
9192025-01-08T23:21:09.425Z Downloaded crossterm v0.28.1
9202025-01-08T23:21:09.431Z Downloaded synstructure v0.13.1
9212025-01-08T23:21:09.433Z Downloaded termcolor v1.4.1
9222025-01-08T23:21:09.436Z Downloaded thiserror v2.0.3
9232025-01-08T23:21:09.439Z Downloaded signal-hook v0.3.17
9242025-01-08T23:21:09.443Z Downloaded termtree v0.4.1
9252025-01-08T23:21:09.445Z Downloaded secrecy v0.8.0
9262025-01-08T23:21:09.448Z Downloaded serde_with v3.11.0
9272025-01-08T23:21:09.455Z Downloaded displaydoc v0.2.5
9282025-01-08T23:21:09.459Z Downloaded diesel v2.2.6
9292025-01-08T23:21:09.478Z Downloaded num-traits v0.2.19
9302025-01-08T23:21:09.481Z Downloaded tokio-tungstenite v0.21.0
9312025-01-08T23:21:09.484Z Downloaded test-strategy v0.3.1
9322025-01-08T23:21:09.488Z Downloaded num-rational v0.4.2
9332025-01-08T23:21:09.492Z Downloaded data-encoding v2.6.0
9342025-01-08T23:21:09.492Z Downloaded unicode-width v0.2.0
9352025-01-08T23:21:09.496Z Downloaded unicode-properties v0.1.3
9362025-01-08T23:21:09.499Z Downloaded typify-impl v0.2.0
9372025-01-08T23:21:09.513Z Downloaded getrandom v0.2.15
9382025-01-08T23:21:09.516Z Downloaded futures-util v0.3.31
9392025-01-08T23:21:09.527Z Downloaded percent-encoding v2.3.1
9402025-01-08T23:21:09.530Z Downloaded pem-rfc7468 v0.7.0
9412025-01-08T23:21:09.533Z Downloaded float-ord v0.3.2
9422025-01-08T23:21:09.533Z Downloaded dhcproto-macros v0.1.0
9432025-01-08T23:21:09.533Z Downloaded dhcproto v0.12.0
9442025-01-08T23:21:09.536Z Downloaded derive_builder v0.20.2
9452025-01-08T23:21:09.541Z Downloaded darling_macro v0.20.10
9462025-01-08T23:21:09.544Z Downloaded ssh-encoding v0.2.0
9472025-01-08T23:21:09.544Z Downloaded darling_core v0.20.10
9482025-01-08T23:21:09.549Z Downloaded debug-ignore v1.0.5
9492025-01-08T23:21:09.552Z Downloaded vergen v8.3.2
9502025-01-08T23:21:09.555Z Downloaded parking_lot_core v0.8.6
9512025-01-08T23:21:09.558Z Downloaded prettyplease v0.2.25
9522025-01-08T23:21:09.564Z Downloaded tls_codec_derive v0.4.1
9532025-01-08T23:21:09.566Z Downloaded number_prefix v0.4.0
9542025-01-08T23:21:09.567Z Downloaded tokio-util v0.7.12
9552025-01-08T23:21:09.572Z Downloaded nanorand v0.7.0
9562025-01-08T23:21:09.572Z Downloaded utf16_iter v1.0.5
9572025-01-08T23:21:09.575Z Downloaded untrusted v0.7.1
9582025-01-08T23:21:09.575Z Downloaded unicode-xid v0.2.6
9592025-01-08T23:21:09.578Z Downloaded mockall_derive v0.13.0
9602025-01-08T23:21:09.581Z Downloaded polar-core v0.27.3
9612025-01-08T23:21:09.588Z Downloaded unicode_categories v0.1.1
9622025-01-08T23:21:09.597Z Downloaded stable_deref_trait v1.2.0
9632025-01-08T23:21:09.597Z Downloaded ssh-key v0.6.6
9642025-01-08T23:21:09.601Z Downloaded tiny-keccak v2.0.2
9652025-01-08T23:21:09.601Z Downloaded env_logger v0.10.2
9662025-01-08T23:21:09.603Z Downloaded tokio-rustls v0.26.0
9672025-01-08T23:21:09.606Z Downloaded pin-utils v0.1.0
9682025-01-08T23:21:09.609Z Downloaded pkcs1 v0.7.5
9692025-01-08T23:21:09.612Z Downloaded env_logger v0.11.5
9702025-01-08T23:21:09.614Z Downloaded tokio-stream v0.1.16
9712025-01-08T23:21:09.617Z Downloaded env_filter v0.1.2
9722025-01-08T23:21:09.620Z Downloaded tokio-rustls v0.24.1
9732025-01-08T23:21:09.622Z Downloaded slog-stdlog v4.1.1
9742025-01-08T23:21:09.622Z Downloaded serde_urlencoded v0.7.1
9752025-01-08T23:21:09.625Z Downloaded quinn-udp v0.5.5
9762025-01-08T23:21:09.628Z Downloaded pin-project-internal v1.1.6
9772025-01-08T23:21:09.628Z Downloaded endian-type v0.1.2
9782025-01-08T23:21:09.628Z Downloaded yasna v0.5.2
9792025-01-08T23:21:09.631Z Downloaded x509-cert v0.2.5
9802025-01-08T23:21:09.636Z Downloaded bzip2-sys v0.1.11+1.0.8
9812025-01-08T23:21:09.648Z Downloaded fs_extra v1.3.0
9822025-01-08T23:21:09.651Z Downloaded futures v0.3.31
9832025-01-08T23:21:09.655Z Downloaded futures-channel v0.3.31
9842025-01-08T23:21:09.658Z Downloaded resolv-conf v0.7.0
9852025-01-08T23:21:09.661Z Downloaded num_enum_derive v0.5.11
9862025-01-08T23:21:09.661Z Downloaded foreign-types-shared v0.1.1
9872025-01-08T23:21:09.661Z Downloaded slog-bunyan v2.5.0
9882025-01-08T23:21:09.667Z Downloaded sigpipe v0.1.3
9892025-01-08T23:21:09.667Z Downloaded quick-error v1.2.3
9902025-01-08T23:21:09.667Z Downloaded gimli v0.31.1
9912025-01-08T23:21:09.673Z Downloaded glob v0.3.1
9922025-01-08T23:21:09.676Z Downloaded funty v2.0.0
9932025-01-08T23:21:09.676Z Downloaded fragile v2.0.0
9942025-01-08T23:21:09.678Z Downloaded rand_core v0.6.4
9952025-01-08T23:21:09.681Z Downloaded predicates-core v1.0.8
9962025-01-08T23:21:09.681Z Downloaded uuid v1.11.0
9972025-01-08T23:21:09.684Z Downloaded rand_chacha v0.3.1
9982025-01-08T23:21:09.686Z Downloaded either v1.13.0
9992025-01-08T23:21:09.689Z Downloaded proc-macro-crate v1.3.1
10002025-01-08T23:21:09.689Z Downloaded predicates v3.1.2
10012025-01-08T23:21:09.693Z Downloaded toml_edit v0.19.15
10022025-01-08T23:21:09.709Z Downloaded der v0.7.9
10032025-01-08T23:21:09.715Z Downloaded petname v2.0.2
10042025-01-08T23:21:09.722Z Downloaded foreign-types v0.5.0
10052025-01-08T23:21:09.725Z Downloaded zerocopy v0.6.6
10062025-01-08T23:21:09.725Z Downloaded hashbrown v0.14.5
10072025-01-08T23:21:09.729Z Downloaded yoke-derive v0.7.4
10082025-01-08T23:21:09.731Z Downloaded regress v0.9.1
10092025-01-08T23:21:09.738Z Downloaded display-error-chain v0.2.2
10102025-01-08T23:21:09.741Z Downloaded slog-dtrace v0.3.0
10112025-01-08T23:21:09.741Z Downloaded dropshot v0.12.0
10122025-01-08T23:21:09.762Z Downloaded rustc_version v0.4.1
10132025-01-08T23:21:09.765Z Downloaded rustc-hash v2.0.0
10142025-01-08T23:21:09.765Z Downloaded openssl v0.10.66
10152025-01-08T23:21:09.780Z Downloaded tungstenite v0.24.0
10162025-01-08T23:21:09.783Z Downloaded pkcs8 v0.10.2
10172025-01-08T23:21:09.783Z Downloaded pkcs5 v0.7.1
10182025-01-08T23:21:09.789Z Downloaded tabwriter v1.4.0
10192025-01-08T23:21:09.789Z Downloaded slog-envlogger v2.2.0
10202025-01-08T23:21:09.789Z Downloaded owo-colors v4.1.0
10212025-01-08T23:21:09.796Z Downloaded petgraph v0.6.5
10222025-01-08T23:21:09.810Z Downloaded tungstenite v0.21.0
10232025-01-08T23:21:09.813Z Downloaded num_threads v0.1.7
10242025-01-08T23:21:09.817Z Downloaded defmt-parser v0.3.4
10252025-01-08T23:21:09.817Z Downloaded url v2.5.3
10262025-01-08T23:21:09.819Z Downloaded ron v0.8.1
10272025-01-08T23:21:09.824Z Downloaded topological-sort v0.2.2
10282025-01-08T23:21:09.827Z Downloaded smallvec v1.13.2
10292025-01-08T23:21:09.830Z Downloaded pretty-hex v0.2.1
10302025-01-08T23:21:09.830Z Downloaded parse-display v0.10.0
10312025-01-08T23:21:09.830Z Downloaded enum-as-inner v0.5.1
10322025-01-08T23:21:09.833Z Downloaded ff v0.13.0
10332025-01-08T23:21:09.833Z Downloaded foreign-types-macros v0.2.3
10342025-01-08T23:21:09.835Z Downloaded embedded-io v0.4.0
10352025-01-08T23:21:09.835Z Downloaded qorb v0.2.1
10362025-01-08T23:21:09.839Z Downloaded time-macros v0.2.18
10372025-01-08T23:21:09.841Z Downloaded native-tls v0.2.12
10382025-01-08T23:21:09.844Z Downloaded unicode-truncate v1.1.0
10392025-01-08T23:21:09.844Z Downloaded typed-path v0.9.3
10402025-01-08T23:21:09.850Z Downloaded encoding_rs v0.8.34
10412025-01-08T23:21:09.873Z Downloaded strum v0.26.3
10422025-01-08T23:21:09.875Z Downloaded rustls v0.22.4
10432025-01-08T23:21:09.887Z Downloaded zip v0.6.6
10442025-01-08T23:21:09.893Z Downloaded float-cmp v0.9.0
10452025-01-08T23:21:09.896Z Downloaded zerovec-derive v0.10.3
10462025-01-08T23:21:09.896Z Downloaded zerofrom-derive v0.1.4
10472025-01-08T23:21:09.898Z Downloaded termios v0.3.3
10482025-01-08T23:21:09.898Z Downloaded flate2 v1.0.34
10492025-01-08T23:21:09.903Z Downloaded nibble_vec v0.1.0
10502025-01-08T23:21:09.906Z Downloaded fallible-iterator v0.2.0
10512025-01-08T23:21:09.909Z Downloaded elliptic-curve v0.13.8
10522025-01-08T23:21:09.911Z Downloaded serde_plain v1.0.2
10532025-01-08T23:21:09.914Z Downloaded serde_path_to_error v0.1.16
10542025-01-08T23:21:09.914Z Downloaded der_derive v0.7.3
10552025-01-08T23:21:09.916Z Downloaded thiserror-impl-no-std v2.0.2
10562025-01-08T23:21:09.919Z Downloaded rustls-pki-types v1.10.0
10572025-01-08T23:21:09.922Z Downloaded sync_wrapper v1.0.1
10582025-01-08T23:21:09.922Z Downloaded thiserror-impl v2.0.3
10592025-01-08T23:21:09.925Z Downloaded publicsuffix v2.2.3
10602025-01-08T23:21:09.925Z Downloaded psl-types v2.0.11
10612025-01-08T23:21:09.928Z Downloaded hashbrown v0.12.3
10622025-01-08T23:21:09.931Z Downloaded globset v0.4.15
10632025-01-08T23:21:09.933Z Downloaded hash32 v0.3.1
10642025-01-08T23:21:09.936Z Downloaded half v2.4.1
10652025-01-08T23:21:09.939Z Downloaded enum-as-inner v0.6.1
10662025-01-08T23:21:09.939Z Downloaded opaque-debug v0.3.1
10672025-01-08T23:21:09.941Z Downloaded subtle v2.6.1
10682025-01-08T23:21:09.941Z Downloaded newtype-uuid v1.1.3
10692025-01-08T23:21:09.944Z Downloaded spki v0.7.3
10702025-01-08T23:21:09.944Z Downloaded tokio-rustls v0.25.0
10712025-01-08T23:21:09.946Z Downloaded reqwest v0.12.9
10722025-01-08T23:21:09.955Z Downloaded pin-project-lite v0.2.14
10732025-01-08T23:21:09.959Z Downloaded parking_lot v0.12.3
10742025-01-08T23:21:09.962Z Downloaded diff v0.1.13
10752025-01-08T23:21:09.965Z Downloaded deranged v0.3.11
10762025-01-08T23:21:09.968Z Downloaded socket2 v0.5.7
10772025-01-08T23:21:09.971Z Downloaded tls_codec v0.4.1
10782025-01-08T23:21:09.974Z Downloaded ratatui v0.28.1
10792025-01-08T23:21:09.993Z Downloaded progenitor-macro v0.8.0
10802025-01-08T23:21:09.997Z Downloaded structmeta-derive v0.3.0
10812025-01-08T23:21:09.997Z Downloaded ref-cast v1.0.23
10822025-01-08T23:21:10.000Z Downloaded rand_seeder v0.3.0
10832025-01-08T23:21:10.000Z Downloaded progenitor-impl v0.8.0
10842025-01-08T23:21:10.003Z Downloaded git2 v0.19.0
10852025-01-08T23:21:10.011Z Downloaded ron v0.7.1
10862025-01-08T23:21:10.018Z Downloaded olpc-cjson v0.1.4
10872025-01-08T23:21:10.022Z Downloaded dropshot_endpoint v0.13.0
10882025-01-08T23:21:10.024Z Downloaded rustls v0.23.19
10892025-01-08T23:21:10.034Z Downloaded zone v0.3.0
10902025-01-08T23:21:10.037Z Downloaded mockall v0.13.0
10912025-01-08T23:21:10.037Z Downloaded supports-color v3.0.1
10922025-01-08T23:21:10.040Z Downloaded omicron-zone-package v0.12.0
10932025-01-08T23:21:10.042Z Downloaded toolchain_find v0.4.0
10942025-01-08T23:21:10.042Z Downloaded group v0.13.0
10952025-01-08T23:21:10.045Z Downloaded serde-big-array v0.5.1
10962025-01-08T23:21:10.048Z Downloaded semver v0.1.20
10972025-01-08T23:21:10.048Z Downloaded dropshot v0.13.0
10982025-01-08T23:21:10.070Z Downloaded oso-derive v0.27.3
10992025-01-08T23:21:10.072Z Downloaded oso v0.27.3
11002025-01-08T23:21:10.075Z Downloaded expectorate v1.1.0
11012025-01-08T23:21:10.077Z Downloaded smoltcp v0.11.0
11022025-01-08T23:21:10.090Z Downloaded num_enum v0.5.11
11032025-01-08T23:21:10.095Z Downloaded packed_struct v0.10.1
11042025-01-08T23:21:10.100Z Downloaded serde_derive_internals v0.29.1
11052025-01-08T23:21:10.103Z Downloaded regress v0.10.1
11062025-01-08T23:21:10.108Z Downloaded regex-automata v0.4.8
11072025-01-08T23:21:10.126Z Downloaded trust-dns-proto v0.22.0
11082025-01-08T23:21:10.138Z Downloaded tokio v1.40.0
11092025-01-08T23:21:10.180Z Downloaded smoltcp v0.9.1
11102025-01-08T23:21:10.188Z Downloaded openapiv3 v2.0.0
11112025-01-08T23:21:10.200Z Downloaded object v0.36.5
11122025-01-08T23:21:10.212Z Downloaded libgit2-sys v0.17.0+1.8.1
11132025-01-08T23:21:10.273Z Downloaded fallible-iterator v0.3.0
11142025-01-08T23:21:10.276Z Downloaded thiserror-no-std v2.0.2
11152025-01-08T23:21:10.280Z Downloaded snafu v0.8.5
11162025-01-08T23:21:10.284Z Downloaded predicates-tree v1.0.11
11172025-01-08T23:21:10.287Z Downloaded nix v0.28.0
11182025-01-08T23:21:10.295Z Downloaded nix v0.27.1
11192025-01-08T23:21:10.306Z Downloaded zerofrom v0.1.4
11202025-01-08T23:21:10.309Z Downloaded zerocopy-derive v0.8.10
11212025-01-08T23:21:10.313Z Downloaded snafu-derive v0.8.5
11222025-01-08T23:21:10.315Z Downloaded smf v0.2.3
11232025-01-08T23:21:10.315Z Downloaded peg v0.8.4
11242025-01-08T23:21:10.318Z Downloaded tough v0.19.0
11252025-01-08T23:21:10.328Z Downloaded sync-ptr v0.1.1
11262025-01-08T23:21:10.331Z Downloaded rpassword v7.3.1
11272025-01-08T23:21:10.331Z Downloaded sled v0.34.7
11282025-01-08T23:21:10.341Z Downloaded dropshot_endpoint v0.12.0
11292025-01-08T23:21:10.344Z Downloaded zone_cfg_derive v0.1.2
11302025-01-08T23:21:10.347Z Downloaded uzers v0.12.1
11312025-01-08T23:21:10.347Z Downloaded zerocopy-derive v0.6.6
11322025-01-08T23:21:10.356Z Downloaded tracing v0.1.40
11332025-01-08T23:21:10.364Z Downloaded p384 v0.13.0
11342025-01-08T23:21:10.367Z Downloaded p521 v0.13.3
11352025-01-08T23:21:10.372Z Downloaded zeroize_derive v1.4.2
11362025-01-08T23:21:10.374Z Downloaded serde_repr v0.1.19
11372025-01-08T23:21:10.374Z Downloaded ed25519-dalek v2.1.1
11382025-01-08T23:21:10.377Z Downloaded object v0.30.4
11392025-01-08T23:21:10.385Z Downloaded derive-where v1.2.7
11402025-01-08T23:21:10.388Z Downloaded zone_cfg_derive v0.3.0
11412025-01-08T23:21:10.391Z Downloaded vsss-rs v3.3.4
11422025-01-08T23:21:10.391Z Downloaded dirs-sys-next v0.1.2
11432025-01-08T23:21:10.394Z Downloaded dirs-next v2.0.0
11442025-01-08T23:21:10.394Z Downloaded difflib v0.4.0
11452025-01-08T23:21:10.397Z Downloaded twox-hash v1.6.3
11462025-01-08T23:21:10.397Z Downloaded progenitor v0.8.0
11472025-01-08T23:21:10.399Z Downloaded parse-size v1.1.0
11482025-01-08T23:21:10.399Z Downloaded packed_struct_codegen v0.10.1
11492025-01-08T23:21:10.402Z Downloaded sha3 v0.10.8
11502025-01-08T23:21:10.405Z Downloaded slog-scope v4.4.0
11512025-01-08T23:21:10.408Z Downloaded quinn-proto v0.11.8
11522025-01-08T23:21:10.413Z Downloaded schemars_derive v0.8.21
11532025-01-08T23:21:10.416Z Downloaded schemars v0.8.21
11542025-01-08T23:21:10.426Z Downloaded rustyline v14.0.0
11552025-01-08T23:21:10.431Z Downloaded typify v0.2.0
11562025-01-08T23:21:10.434Z Downloaded fd-lock v4.0.2
11572025-01-08T23:21:10.436Z Downloaded whoami v1.5.2
11582025-01-08T23:21:10.439Z Downloaded lru-cache v0.1.2
11592025-01-08T23:21:10.439Z Downloaded linear-map v1.2.0
11602025-01-08T23:21:10.442Z Downloaded libxml v0.3.3
11612025-01-08T23:21:10.446Z Downloaded hyper-staticfile v0.10.1
11622025-01-08T23:21:10.448Z Downloaded hubpack v0.1.2
11632025-01-08T23:21:10.452Z Downloaded http-range v0.1.5
11642025-01-08T23:21:10.452Z Downloaded rsa v0.9.6
11652025-01-08T23:21:10.467Z Downloaded radix_trie v0.2.1
11662025-01-08T23:21:10.471Z Downloaded buf-list v1.0.3
11672025-01-08T23:21:10.471Z Downloaded hickory-resolver v0.24.1
11682025-01-08T23:21:10.471Z Downloaded hickory-proto v0.24.1
11692025-01-08T23:21:10.647Z Downloaded libsqlite3-sys v0.30.1
11702025-01-08T23:21:10.921Z Downloaded ring v0.17.8
11712025-01-08T23:21:11.031Z Downloaded aws-lc-sys v0.22.0
11722025-01-08T23:21:11.335Z Compiling serde v1.0.215
11732025-01-08T23:21:11.337Z Compiling lock_api v0.4.12
11742025-01-08T23:21:11.337Z Compiling scopeguard v1.2.0
11752025-01-08T23:21:11.337Z Compiling value-bag v1.9.0
11762025-01-08T23:21:11.337Z Compiling typenum v1.17.0
11772025-01-08T23:21:11.337Z Compiling generic-array v0.14.7
11782025-01-08T23:21:11.515Z Compiling syn v2.0.87
11792025-01-08T23:21:11.529Z Compiling getrandom v0.2.15
11802025-01-08T23:21:11.616Z Compiling subtle v2.6.1
11812025-01-08T23:21:11.821Z Compiling rand_core v0.6.4
11822025-01-08T23:21:11.929Z Compiling log v0.4.22
11832025-01-08T23:21:12.011Z Compiling shlex v1.3.0
11842025-01-08T23:21:12.033Z Compiling jobserver v0.1.32
11852025-01-08T23:21:12.075Z Compiling const-oid v0.9.6
11862025-01-08T23:21:12.344Z Compiling smallvec v1.13.2
11872025-01-08T23:21:12.363Z Compiling cc v1.1.30
11882025-01-08T23:21:12.423Z Compiling spin v0.9.8
11892025-01-08T23:21:12.718Z Compiling pin-project-lite v0.2.14
11902025-01-08T23:21:12.804Z Compiling rustix v0.38.37
11912025-01-08T23:21:12.832Z Compiling parking_lot_core v0.9.10
11922025-01-08T23:21:12.851Z Compiling futures-core v0.3.31
11932025-01-08T23:21:12.920Z Compiling signal-hook-registry v1.4.2
11942025-01-08T23:21:13.096Z Compiling mio v1.0.2
11952025-01-08T23:21:13.670Z Compiling parking_lot v0.12.3
11962025-01-08T23:21:13.748Z Compiling aho-corasick v1.1.3
11972025-01-08T23:21:13.917Z Compiling cpufeatures v0.2.14
11982025-01-08T23:21:13.987Z Compiling either v1.13.0
11992025-01-08T23:21:14.145Z Compiling regex-syntax v0.8.5
12002025-01-08T23:21:14.191Z Compiling lazy_static v1.5.0
12012025-01-08T23:21:14.317Z Compiling glob v0.3.1
12022025-01-08T23:21:14.361Z Compiling stable_deref_trait v1.2.0
12032025-01-08T23:21:14.461Z Compiling futures-sink v0.3.31
12042025-01-08T23:21:14.551Z Compiling socket2 v0.5.7
12052025-01-08T23:21:14.622Z Compiling slab v0.4.9
12062025-01-08T23:21:14.738Z Compiling prettyplease v0.2.25
12072025-01-08T23:21:15.068Z Compiling minimal-lexical v0.2.1
12082025-01-08T23:21:15.106Z Compiling serde_json v1.0.133
12092025-01-08T23:21:15.393Z Compiling clang-sys v1.8.1
12102025-01-08T23:21:15.537Z Compiling nom v7.1.3
12112025-01-08T23:21:15.592Z Compiling libloading v0.8.5
12122025-01-08T23:21:15.727Z Compiling home v0.5.9
12132025-01-08T23:21:15.991Z Compiling bindgen v0.69.5
12142025-01-08T23:21:16.013Z Compiling futures-channel v0.3.31
12152025-01-08T23:21:16.465Z Compiling itertools v0.12.1
12162025-01-08T23:21:16.768Z Compiling libm v0.2.8
12172025-01-08T23:21:16.817Z Compiling rustc-hash v1.1.0
12182025-01-08T23:21:16.975Z Compiling futures-io v0.3.31
12192025-01-08T23:21:17.112Z Compiling futures-task v0.3.31
12202025-01-08T23:21:17.293Z Compiling allocator-api2 v0.2.18
12212025-01-08T23:21:17.412Z Compiling lazycell v1.3.0
12222025-01-08T23:21:17.575Z Compiling foldhash v0.1.3
12232025-01-08T23:21:17.885Z Compiling regex-automata v0.4.8
12242025-01-08T23:21:18.112Z Compiling pin-utils v0.1.0
12252025-01-08T23:21:18.203Z Compiling hashbrown v0.15.1
12262025-01-08T23:21:19.255Z Compiling synstructure v0.13.1
12272025-01-08T23:21:19.599Z Compiling cexpr v0.6.0
12282025-01-08T23:21:19.643Z Compiling cmake v0.1.51
12292025-01-08T23:21:20.703Z Compiling num-traits v0.2.19
12302025-01-08T23:21:20.935Z Compiling dunce v1.0.5
12312025-01-08T23:21:20.973Z Compiling fs_extra v1.3.0
12322025-01-08T23:21:21.051Z Compiling tinyvec_macros v0.1.1
12332025-01-08T23:21:21.067Z Compiling pkg-config v0.3.31
12342025-01-08T23:21:21.140Z Compiling tinyvec v1.8.0
12352025-01-08T23:21:21.564Z Compiling ring v0.17.8
12362025-01-08T23:21:22.673Z Compiling unicode-normalization v0.1.24
12372025-01-08T23:21:22.691Z Compiling paste v1.0.15
12382025-01-08T23:21:22.709Z Compiling litemap v0.7.3
12392025-01-08T23:21:22.927Z Compiling base64ct v1.6.0
12402025-01-08T23:21:23.080Z Compiling writeable v0.5.5
12412025-01-08T23:21:23.179Z Compiling regex v1.11.1
12422025-01-08T23:21:23.505Z Compiling unicode-bidi v0.3.17
12432025-01-08T23:21:23.669Z Compiling pem-rfc7468 v0.7.0
12442025-01-08T23:21:24.280Z Compiling flagset v0.4.6
12452025-01-08T23:21:24.433Z Compiling httparse v1.9.5
12462025-01-08T23:21:24.496Z Compiling aws-lc-rs v1.10.0
12472025-01-08T23:21:24.921Z Compiling tracing-core v0.1.32
12482025-01-08T23:21:24.940Z Compiling percent-encoding v2.3.1
12492025-01-08T23:21:25.228Z Compiling crossbeam-utils v0.8.20
12502025-01-08T23:21:25.280Z Compiling rustls-pki-types v1.10.0
12512025-01-08T23:21:25.776Z Compiling icu_locid_transform_data v1.5.0
12522025-01-08T23:21:25.881Z Compiling powerfmt v0.2.0
12532025-01-08T23:21:26.115Z Compiling serde_derive v1.0.215
12542025-01-08T23:21:26.226Z Compiling zeroize_derive v1.4.2
12552025-01-08T23:21:26.252Z Compiling zerocopy-derive v0.7.35
12562025-01-08T23:21:26.380Z Compiling tokio-macros v2.4.0
12572025-01-08T23:21:26.528Z Compiling zerofrom-derive v0.1.4
12582025-01-08T23:21:27.774Z Compiling zeroize v1.8.1
12592025-01-08T23:21:27.878Z Compiling yoke-derive v0.7.4
12602025-01-08T23:21:28.257Z Compiling thiserror-impl v1.0.69
12612025-01-08T23:21:28.579Z Compiling zerocopy v0.7.35
12622025-01-08T23:21:29.515Z Compiling crypto-common v0.1.6
12632025-01-08T23:21:29.538Z Compiling block-buffer v0.10.4
12642025-01-08T23:21:29.763Z Compiling digest v0.10.7
12652025-01-08T23:21:29.806Z Compiling zerovec-derive v0.10.3
12662025-01-08T23:21:30.240Z Compiling hmac v0.12.1
12672025-01-08T23:21:30.260Z Compiling futures-macro v0.3.31
12682025-01-08T23:21:30.463Z Compiling block-padding v0.3.3
12692025-01-08T23:21:30.491Z Compiling displaydoc v0.2.5
12702025-01-08T23:21:30.675Z Compiling zerofrom v0.1.4
12712025-01-08T23:21:30.707Z Compiling inout v0.1.3
12722025-01-08T23:21:30.920Z Compiling sha2 v0.10.8
12732025-01-08T23:21:30.955Z Compiling yoke v0.7.4
12742025-01-08T23:21:30.976Z Compiling cipher v0.4.4
12752025-01-08T23:21:31.331Z Compiling ppv-lite86 v0.2.20
12762025-01-08T23:21:31.509Z Compiling der_derive v0.7.3
12772025-01-08T23:21:31.691Z Compiling thiserror v1.0.69
12782025-01-08T23:21:31.827Z Compiling icu_provider_macros v1.5.0
12792025-01-08T23:21:32.144Z Compiling rand_chacha v0.3.1
12802025-01-08T23:21:32.185Z Compiling tracing-attributes v0.1.27
12812025-01-08T23:21:32.208Z Compiling futures-util v0.3.31
12822025-01-08T23:21:32.481Z Compiling zerovec v0.10.4
12832025-01-08T23:21:32.996Z Compiling rand v0.8.5
12842025-01-08T23:21:33.994Z Compiling der v0.7.9
12852025-01-08T23:21:34.459Z Compiling tinystr v0.7.6
12862025-01-08T23:21:34.478Z Compiling icu_collections v1.5.0
12872025-01-08T23:21:34.802Z Compiling pest v2.7.14
12882025-01-08T23:21:34.894Z Compiling icu_locid v1.5.0
12892025-01-08T23:21:35.182Z Compiling salsa20 v0.10.2
12902025-01-08T23:21:35.424Z Compiling pbkdf2 v0.12.2
12912025-01-08T23:21:35.605Z Compiling num-conv v0.1.0
12922025-01-08T23:21:35.885Z Compiling untrusted v0.9.0
12932025-01-08T23:21:35.950Z Compiling vcpkg v0.2.15
12942025-01-08T23:21:36.047Z Compiling icu_provider v1.5.0
12952025-01-08T23:21:36.070Z Compiling tracing v0.1.40
12962025-01-08T23:21:36.587Z Compiling spki v0.7.3
12972025-01-08T23:21:36.975Z Compiling icu_locid_transform v1.5.0
12982025-01-08T23:21:37.090Z Compiling untrusted v0.7.1
12992025-01-08T23:21:37.245Z Compiling icu_properties_data v1.5.0
13002025-01-08T23:21:37.266Z Compiling mirai-annotations v1.12.0
13012025-01-08T23:21:37.377Z Compiling time-core v0.1.2
13022025-01-08T23:21:37.466Z Compiling pest_meta v2.7.14
13032025-01-08T23:21:37.553Z Compiling time-macros v0.2.18
13042025-01-08T23:21:37.823Z Compiling scrypt v0.11.0
13052025-01-08T23:21:38.120Z Compiling openssl-sys v0.9.103
13062025-01-08T23:21:38.386Z Compiling icu_properties v1.5.1
13072025-01-08T23:21:38.522Z Compiling aes v0.8.4
13082025-01-08T23:21:39.260Z Compiling cbc v0.1.2
13092025-01-08T23:21:39.496Z Compiling deranged v0.3.11
13102025-01-08T23:21:39.613Z Compiling scroll_derive v0.12.0
13112025-01-08T23:21:40.460Z Compiling bitflags v2.6.0
13122025-01-08T23:21:40.877Z Compiling bytes v1.8.0
13132025-01-08T23:21:41.300Z Compiling indexmap v2.6.0
13142025-01-08T23:21:41.369Z Compiling semver v1.0.23
13152025-01-08T23:21:42.116Z Compiling tokio v1.40.0
13162025-01-08T23:21:42.158Z Compiling http v1.1.0
13172025-01-08T23:21:42.481Z Compiling rustc_version v0.4.1
13182025-01-08T23:21:42.668Z Compiling write16 v1.0.0
13192025-01-08T23:21:42.763Z Compiling utf16_iter v1.0.5
13202025-01-08T23:21:42.803Z Compiling num_threads v0.1.7
13212025-01-08T23:21:42.928Z Compiling atomic-waker v1.1.2
13222025-01-08T23:21:42.970Z Compiling icu_normalizer_data v1.5.0
13232025-01-08T23:21:43.075Z Compiling utf8_iter v1.0.4
13242025-01-08T23:21:43.118Z Compiling time v0.3.36
13252025-01-08T23:21:43.202Z Compiling scroll v0.12.0
13262025-01-08T23:21:43.335Z Compiling icu_normalizer v1.5.0
13272025-01-08T23:21:43.353Z Compiling pkcs5 v0.7.1
13282025-01-08T23:21:43.751Z Compiling http-body v1.0.1
13292025-01-08T23:21:44.108Z Compiling pest_generator v2.7.14
13302025-01-08T23:21:44.333Z Compiling form_urlencoded v1.2.1
13312025-01-08T23:21:44.626Z Compiling try-lock v0.2.5
13322025-01-08T23:21:44.665Z Compiling slog v2.7.0
13332025-01-08T23:21:44.691Z Compiling goblin v0.8.2
13342025-01-08T23:21:44.764Z Compiling which v4.4.2
13352025-01-08T23:21:45.392Z Compiling want v0.3.1
13362025-01-08T23:21:45.441Z Compiling idna_adapter v1.2.0
13372025-01-08T23:21:45.658Z Compiling pkcs8 v0.10.2
13382025-01-08T23:21:45.676Z Compiling uuid v1.11.0
13392025-01-08T23:21:46.125Z Compiling pest_derive v2.7.14
13402025-01-08T23:21:46.260Z Compiling httpdate v1.0.3
13412025-01-08T23:21:46.349Z Compiling iana-time-zone v0.1.61
13422025-01-08T23:21:46.757Z Compiling chrono v0.4.38
13432025-01-08T23:21:46.814Z Compiling idna v1.0.3
13442025-01-08T23:21:46.906Z Compiling dtrace-parser v0.2.0
13452025-01-08T23:21:47.938Z Compiling serde_spanned v0.6.8
13462025-01-08T23:21:48.175Z Compiling toml_datetime v0.6.8
13472025-01-08T23:21:48.430Z Compiling serde_tokenstream v0.2.2
13482025-01-08T23:21:48.655Z Compiling base64 v0.22.1
13492025-01-08T23:21:48.673Z Compiling rustversion v1.0.17
13502025-01-08T23:21:49.060Z Compiling match_cfg v0.1.0
13512025-01-08T23:21:49.120Z Compiling tower-service v0.3.3
13522025-01-08T23:21:49.156Z Compiling openssl v0.10.66
13532025-01-08T23:21:49.248Z Compiling adler2 v2.0.0
13542025-01-08T23:21:49.400Z Compiling foreign-types-shared v0.1.1
13552025-01-08T23:21:49.452Z Compiling miniz_oxide v0.8.0
13562025-01-08T23:21:49.482Z Compiling hostname v0.3.1
13572025-01-08T23:21:49.511Z Compiling foreign-types v0.3.2
13582025-01-08T23:21:49.598Z Compiling url v2.5.3
13592025-01-08T23:21:49.735Z Compiling openssl-macros v0.1.1
13602025-01-08T23:21:50.475Z Compiling tokio-util v0.7.12
13612025-01-08T23:21:50.494Z Compiling dof v0.3.0
13622025-01-08T23:21:50.945Z Compiling async-trait v0.1.83
13632025-01-08T23:21:50.988Z Compiling serde_derive_internals v0.29.1
13642025-01-08T23:21:51.627Z Compiling h2 v0.4.6
13652025-01-08T23:21:51.883Z Compiling usdt-impl v0.5.0
13662025-01-08T23:21:52.673Z Compiling dirs-sys-next v0.1.2
13672025-01-08T23:21:53.360Z Compiling rustls v0.22.4
13682025-01-08T23:21:53.470Z Compiling schemars v0.8.21
13692025-01-08T23:21:53.617Z Compiling syn v1.0.109
13702025-01-08T23:21:53.659Z Compiling rustls v0.23.19
13712025-01-08T23:21:53.708Z Compiling data-encoding v2.6.0
13722025-01-08T23:21:53.796Z Compiling native-tls v0.2.12
13732025-01-08T23:21:53.905Z Compiling siphasher v0.3.11
13742025-01-08T23:21:54.211Z Compiling schemars_derive v0.8.21
13752025-01-08T23:21:54.340Z Compiling dirs-next v2.0.0
13762025-01-08T23:21:54.836Z Compiling http-body-util v0.1.2
13772025-01-08T23:21:55.376Z Compiling heapless v0.7.17
13782025-01-08T23:21:55.817Z Compiling crossbeam-epoch v0.9.18
13792025-01-08T23:21:55.978Z Compiling sha1 v0.10.6
13802025-01-08T23:21:56.128Z Compiling signature v2.2.0
13812025-01-08T23:21:56.398Z Compiling bzip2-sys v0.1.11+1.0.8
13822025-01-08T23:21:56.417Z Compiling thread_local v1.1.8
13832025-01-08T23:21:56.535Z Compiling encoding_rs v0.8.34
13842025-01-08T23:21:56.885Z Compiling multer v3.1.0
13852025-01-08T23:21:56.949Z Compiling cookie v0.18.1
13862025-01-08T23:21:57.155Z Compiling mime v0.3.17
13872025-01-08T23:21:57.203Z Compiling signal-hook v0.3.17
13882025-01-08T23:21:57.460Z Compiling rayon-core v1.12.1
13892025-01-08T23:21:57.617Z Compiling unicode-properties v0.1.3
13902025-01-08T23:21:57.640Z Compiling ipnet v2.10.1
13912025-01-08T23:21:57.719Z Compiling openssl-probe v0.1.5
13922025-01-08T23:21:57.720Z Compiling slog-async v2.8.0
13932025-01-08T23:21:58.003Z Compiling gimli v0.31.1
13942025-01-08T23:21:58.067Z Compiling dyn-clone v1.0.17
13952025-01-08T23:21:58.293Z Compiling stringprep v0.1.5
13962025-01-08T23:21:58.952Z Compiling hyper v1.5.0
13972025-01-08T23:21:59.677Z Compiling toml_edit v0.22.22
13982025-01-08T23:22:01.592Z Compiling hyper-util v0.1.10
13992025-01-08T23:22:02.217Z Compiling crossbeam-deque v0.8.5
14002025-01-08T23:22:02.535Z Compiling addr2line v0.24.2
14012025-01-08T23:22:03.160Z Compiling usdt-attr-macro v0.5.0
14022025-01-08T23:22:03.207Z Compiling usdt-macro v0.5.0
14032025-01-08T23:22:03.210Z Compiling term v0.7.0
14042025-01-08T23:22:03.635Z Compiling slog-json v2.6.1
14052025-01-08T23:22:04.030Z Compiling serde_urlencoded v0.7.1
14062025-01-08T23:22:04.600Z Compiling curve25519-dalek v4.1.3
14072025-01-08T23:22:04.696Z Compiling crossbeam-channel v0.5.13
14082025-01-08T23:22:04.716Z Compiling futures-executor v0.3.31
14092025-01-08T23:22:04.737Z Compiling enum-as-inner v0.6.1
14102025-01-08T23:22:04.786Z Compiling md-5 v0.10.6
14112025-01-08T23:22:05.058Z Compiling async-stream-impl v0.3.6
14122025-01-08T23:22:05.215Z Compiling rustls-pemfile v2.2.0
14132025-01-08T23:22:05.295Z Compiling num-integer v0.1.46
14142025-01-08T23:22:05.535Z Compiling idna v0.4.0
14152025-01-08T23:22:05.744Z Compiling idna v0.3.0
14162025-01-08T23:22:05.838Z Compiling hash32 v0.2.1
14172025-01-08T23:22:06.083Z Compiling ff v0.13.0
14182025-01-08T23:22:06.222Z Compiling is-terminal v0.4.13
14192025-01-08T23:22:06.327Z Compiling object v0.36.5
14202025-01-08T23:22:06.348Z Compiling dropshot v0.12.0
14212025-01-08T23:22:06.428Z Compiling portable-atomic v1.9.0
14222025-01-08T23:22:06.634Z Compiling fallible-iterator v0.2.0
14232025-01-08T23:22:07.225Z Compiling linked-hash-map v0.5.6
14242025-01-08T23:22:07.339Z Compiling smoltcp v0.9.1
14252025-01-08T23:22:07.377Z Compiling anyhow v1.0.93
14262025-01-08T23:22:07.503Z Compiling psl-types v2.0.11
14272025-01-08T23:22:07.575Z Compiling take_mut v0.2.2
14282025-01-08T23:22:07.684Z Compiling rustc-demangle v0.1.24
14292025-01-08T23:22:07.729Z Compiling num-bigint-dig v0.8.4
14302025-01-08T23:22:07.953Z Compiling utf-8 v0.7.6
14312025-01-08T23:22:07.993Z Compiling quick-error v1.2.3
14322025-01-08T23:22:08.011Z Compiling base16ct v0.2.0
14332025-01-08T23:22:08.133Z Compiling resolv-conf v0.7.0
14342025-01-08T23:22:08.263Z Compiling sec1 v0.7.3
14352025-01-08T23:22:08.320Z Compiling tungstenite v0.24.0
14362025-01-08T23:22:08.637Z Compiling publicsuffix v2.2.3
14372025-01-08T23:22:08.866Z Compiling lru-cache v0.1.2
14382025-01-08T23:22:08.938Z Compiling postgres-protocol v0.6.7
14392025-01-08T23:22:09.078Z Compiling async-stream v0.3.6
14402025-01-08T23:22:09.101Z Compiling hickory-proto v0.24.1
14412025-01-08T23:22:09.382Z Compiling usdt v0.5.0
14422025-01-08T23:22:09.712Z Compiling slog-term v2.9.1
14432025-01-08T23:22:09.908Z Compiling group v0.13.0
14442025-01-08T23:22:10.344Z Compiling num-iter v0.1.45
14452025-01-08T23:22:10.650Z Compiling futures v0.3.31
14462025-01-08T23:22:10.678Z Compiling slog-bunyan v2.5.0
14472025-01-08T23:22:10.895Z Compiling toml v0.8.19
14482025-01-08T23:22:12.110Z Compiling tokio-native-tls v0.3.1
14492025-01-08T23:22:12.532Z Compiling camino v1.1.9
14502025-01-08T23:22:12.665Z Compiling phf_shared v0.11.2
14512025-01-08T23:22:12.684Z Compiling dropshot_endpoint v0.12.0
14522025-01-08T23:22:13.067Z Compiling terminal_size v0.4.0
14532025-01-08T23:22:13.284Z Compiling openapiv3 v2.0.0
14542025-01-08T23:22:13.352Z Compiling waitgroup v0.1.2
14552025-01-08T23:22:13.489Z Compiling serde_path_to_error v0.1.16
14562025-01-08T23:22:13.570Z Compiling hkdf v0.12.4
14572025-01-08T23:22:13.835Z Compiling backtrace v0.3.74
14582025-01-08T23:22:14.305Z Compiling crypto-bigint v0.5.5
14592025-01-08T23:22:14.460Z Compiling curve25519-dalek-derive v0.1.1
14602025-01-08T23:22:16.047Z Compiling zerocopy-derive v0.6.6
14612025-01-08T23:22:17.512Z Compiling webpki-roots v0.26.6
14622025-01-08T23:22:17.551Z Compiling hubpack_derive v0.1.1
14632025-01-08T23:22:17.553Z Compiling idna v0.5.0
14642025-01-08T23:22:17.711Z Compiling hostname v0.4.0
14652025-01-08T23:22:17.728Z Compiling fs-err v2.11.0
14662025-01-08T23:22:17.971Z Compiling ahash v0.8.11
14672025-01-08T23:22:18.014Z Compiling crc32fast v1.4.2
14682025-01-08T23:22:18.260Z Compiling debug-ignore v1.0.5
14692025-01-08T23:22:18.288Z Compiling winnow v0.5.40
14702025-01-08T23:22:18.333Z Compiling bitflags v1.3.2
14712025-01-08T23:22:18.405Z Compiling managed v0.8.0
14722025-01-08T23:22:18.407Z Compiling newtype-uuid v1.1.3
14732025-01-08T23:22:18.443Z Compiling clap_builder v4.5.21
14742025-01-08T23:22:18.722Z Compiling console v0.15.8
14752025-01-08T23:22:19.280Z Compiling strum_macros v0.25.3
14762025-01-08T23:22:19.612Z Compiling hubpack v0.1.2
14772025-01-08T23:22:20.080Z Compiling cookie_store v0.21.0
14782025-01-08T23:22:20.424Z Compiling zerocopy v0.6.6
14792025-01-08T23:22:20.455Z Compiling flate2 v1.0.34
14802025-01-08T23:22:21.102Z Compiling elliptic-curve v0.13.8
14812025-01-08T23:22:21.399Z Compiling hickory-resolver v0.24.1
14822025-01-08T23:22:21.921Z Compiling toml_edit v0.19.15
14832025-01-08T23:22:22.172Z Compiling phf v0.11.2
14842025-01-08T23:22:22.483Z Compiling signal-hook-mio v0.2.4
14852025-01-08T23:22:22.567Z Compiling hyper-tls v0.6.0
14862025-01-08T23:22:22.639Z Compiling rayon v1.10.0
14872025-01-08T23:22:22.976Z Compiling bzip2 v0.4.4
14882025-01-08T23:22:23.474Z Compiling postgres-types v0.2.8
14892025-01-08T23:22:25.070Z Compiling tokio-tungstenite v0.24.0
14902025-01-08T23:22:27.015Z Compiling ed25519 v2.2.3
14912025-01-08T23:22:27.442Z Compiling phf_shared v0.10.0
14922025-01-08T23:22:27.848Z Compiling tokio-stream v0.1.16
14932025-01-08T23:22:27.951Z Compiling pkcs1 v0.7.5
14942025-01-08T23:22:28.240Z Compiling serde-big-array v0.5.1
14952025-01-08T23:22:28.476Z Compiling clap_derive v4.5.18
14962025-01-08T23:22:28.929Z Compiling rfc6979 v0.4.0
14972025-01-08T23:22:28.933Z Compiling serde_repr v0.1.19
14982025-01-08T23:22:28.933Z Compiling derive-where v1.2.7
14992025-01-08T23:22:29.130Z Compiling float-cmp v0.9.0
15002025-01-08T23:22:29.308Z Compiling bstr v1.10.0
15012025-01-08T23:22:29.344Z Compiling sync_wrapper v1.0.1
15022025-01-08T23:22:29.501Z Compiling fixedbitset v0.4.2
15032025-01-08T23:22:29.991Z Compiling bit-vec v0.6.3
15042025-01-08T23:22:30.031Z Compiling unicode-segmentation v1.12.0
15052025-01-08T23:22:30.224Z Compiling predicates-core v1.0.8
15062025-01-08T23:22:30.429Z Compiling whoami v1.5.2
15072025-01-08T23:22:30.583Z Compiling static_assertions v1.1.0
15082025-01-08T23:22:30.687Z Compiling new_debug_unreachable v1.0.6
15092025-01-08T23:22:30.788Z Compiling number_prefix v0.4.0
15102025-01-08T23:22:30.928Z Compiling difflib v0.4.0
15112025-01-08T23:22:31.007Z Compiling precomputed-hash v0.1.1
15122025-01-08T23:22:31.056Z Compiling unicode-width v0.2.0
15132025-01-08T23:22:31.124Z Compiling normalize-line-endings v0.3.0
15142025-01-08T23:22:31.146Z Compiling string_cache v0.8.7
15152025-01-08T23:22:31.251Z Compiling tokio-postgres v0.7.12
15162025-01-08T23:22:31.583Z Compiling indicatif v0.17.9
15172025-01-08T23:22:31.620Z Compiling predicates v3.1.2
15182025-01-08T23:22:32.522Z Compiling similar v2.6.0
15192025-01-08T23:22:32.557Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15202025-01-08T23:22:33.411Z Compiling bit-set v0.5.3
15212025-01-08T23:22:33.608Z Compiling clap v4.5.21
15222025-01-08T23:22:33.707Z Compiling petgraph v0.6.5
15232025-01-08T23:22:33.738Z Compiling ecdsa v0.16.9
15242025-01-08T23:22:33.829Z Compiling rsa v0.9.6
15252025-01-08T23:22:34.643Z Compiling ed25519-dalek v2.1.1
15262025-01-08T23:22:34.952Z Compiling toml v0.7.8
15272025-01-08T23:22:35.978Z Compiling zip v0.6.6
15282025-01-08T23:22:36.708Z Compiling crossterm v0.28.1
15292025-01-08T23:22:37.883Z Compiling hex v0.4.3
15302025-01-08T23:22:37.998Z Compiling x509-cert v0.2.5
15312025-01-08T23:22:38.066Z Compiling itertools v0.10.5
15322025-01-08T23:22:38.110Z Compiling peg-runtime v0.8.3
15332025-01-08T23:22:38.469Z Compiling lalrpop-util v0.19.12
15342025-01-08T23:22:38.751Z Compiling unicode-xid v0.2.6
15352025-01-08T23:22:38.825Z Compiling strum_macros v0.26.4
15362025-01-08T23:22:38.928Z Compiling xattr v1.3.1
15372025-01-08T23:22:39.215Z Compiling filetime v0.2.25
15382025-01-08T23:22:39.548Z Compiling tar v0.4.42
15392025-01-08T23:22:43.816Z Compiling strum v0.26.3
15402025-01-08T23:22:46.561Z Compiling aws-lc-sys v0.22.0
15412025-01-08T23:23:14.488Z Compiling rustls-webpki v0.102.8
15422025-01-08T23:23:17.804Z Compiling tokio-rustls v0.25.0
15432025-01-08T23:23:19.531Z Compiling tokio-rustls v0.26.0
15442025-01-08T23:23:19.937Z Compiling hyper-rustls v0.27.3
15452025-01-08T23:23:20.220Z Compiling reqwest v0.12.9
15462025-01-08T23:23:21.340Z Compiling qorb v0.2.1
15472025-01-08T23:23:26.253Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15482025-01-08T23:23:26.482Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15492025-01-08T23:23:32.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
15502025-01-08T23:23:32.376Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15512025-01-08T23:23:32.423ZJan 08 23:23:31.961 INFO Starting download, target: Clickhouse
15522025-01-08T23:23:32.424ZJan 08 23:23:31.961 INFO Starting download, target: Console
15532025-01-08T23:23:32.426ZJan 08 23:23:31.961 INFO Starting download, target: Cockroach
15542025-01-08T23:23:32.426ZJan 08 23:23:31.961 INFO Starting download, target: DendriteOpenapi
15552025-01-08T23:23:32.426ZJan 08 23:23:31.961 INFO Starting download, target: DendriteStub
15562025-01-08T23:23:32.426ZJan 08 23:23:31.961 INFO Starting download, target: MaghemiteMgd
15572025-01-08T23:23:32.426ZJan 08 23:23:31.961 INFO Starting download, target: TransceiverControl
15582025-01-08T23:23:32.426ZJan 08 23:23:31.962 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15592025-01-08T23:23:32.427ZJan 08 23:23:31.962 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15602025-01-08T23:23:32.427ZJan 08 23:23:31.962 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15612025-01-08T23:23:32.427ZJan 08 23:23:31.962 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15622025-01-08T23:23:32.427ZJan 08 23:23:31.962 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15632025-01-08T23:23:32.427ZJan 08 23:23:31.962 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15642025-01-08T23:23:32.427ZJan 08 23:23:31.962 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15652025-01-08T23:23:32.635ZJan 08 23:23:32.171 INFO Download complete, target: DendriteOpenapi
15662025-01-08T23:23:32.777ZJan 08 23:23:32.293 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15672025-01-08T23:23:33.053ZJan 08 23:23:32.541 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15682025-01-08T23:23:33.313ZJan 08 23:23:32.834 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15692025-01-08T23:23:33.349ZJan 08 23:23:32.883 INFO Download complete, target: Console
15702025-01-08T23:23:33.411ZJan 08 23:23:32.948 INFO Download complete, target: TransceiverControl
15712025-01-08T23:23:33.438ZJan 08 23:23:32.976 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15722025-01-08T23:23:34.128ZJan 08 23:23:33.665 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15732025-01-08T23:23:34.128ZJan 08 23:23:33.665 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15742025-01-08T23:23:34.561ZJan 08 23:23:34.098 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15752025-01-08T23:23:36.292ZJan 08 23:23:35.828 INFO Download complete, target: DendriteStub
15762025-01-08T23:23:36.484ZJan 08 23:23:36.021 INFO Download complete, target: MaghemiteMgd
15772025-01-08T23:23:41.729ZJan 08 23:23:41.265 INFO Checking that binary works, target: Cockroach
15782025-01-08T23:23:41.885ZJan 08 23:23:41.421 INFO Download complete, target: Cockroach
15792025-01-08T23:23:47.273ZJan 08 23:23:46.806 INFO Checking that binary works, target: Clickhouse
15802025-01-08T23:23:47.437ZJan 08 23:23:46.972 INFO Download complete, target: Clickhouse
15812025-01-08T23:23:47.457ZAll builder prerequisites installed successfully, and PATH looks valid
15822025-01-08T23:23:47.460Z
15832025-01-08T23:23:47.460Zreal 5:08.949038677
15842025-01-08T23:23:47.460Zuser 16:28.269810052
15852025-01-08T23:23:47.460Zsys 3:13.586736150
15862025-01-08T23:23:47.460Ztrap 0.549808237
15872025-01-08T23:23:47.460Ztflt 1.574482193
15882025-01-08T23:23:47.460Zdflt 2.314709906
15892025-01-08T23:23:47.460Zkflt 0.028390719
15902025-01-08T23:23:47.460Zlock 29:30.195136023
15912025-01-08T23:23:47.460Zslp 1:01:38.887968877
15922025-01-08T23:23:47.460Zlat 57.664536046
15932025-01-08T23:23:47.460Zstop 2:15.064698382
15942025-01-08T23:23:47.460Z+ banner hack-check
15952025-01-08T23:23:47.463Z
15962025-01-08T23:23:47.463Z # # ## #### # # #### # # ###### #### # #
15972025-01-08T23:23:47.463Z # # # # # # # # # # # # # # # # #
15982025-01-08T23:23:47.463Z ###### # # # #### ##### # ###### ##### # ####
15992025-01-08T23:23:47.463Z # # ###### # # # # # # # # # #
16002025-01-08T23:23:47.463Z # # # # # # # # # # # # # # # # #
16012025-01-08T23:23:47.463Z # # # # #### # # #### # # ###### #### # #
16022025-01-08T23:23:47.463Z
16032025-01-08T23:23:47.463Z+ export CARGO_INCREMENTAL=0
16042025-01-08T23:23:47.463Z+ CARGO_INCREMENTAL=0
16052025-01-08T23:23:47.463Z+ ptime -m timeout 2h cargo xtask check-features --ci
16062025-01-08T23:23:47.985Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16072025-01-08T23:23:51.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
16082025-01-08T23:23:51.508Z Running `target/debug/xtask check-features --ci`
16092025-01-08T23:23:51.527Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16102025-01-08T23:23:51.530Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16112025-01-08T23:23:51.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16122025-01-08T23:23:51.987Z Running `target/debug/xtask download cargo-hack`
16132025-01-08T23:23:52.800Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16142025-01-08T23:23:53.221Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16152025-01-08T23:23:58.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
16162025-01-08T23:23:58.243Z Running `target/debug/xtask-downloader cargo-hack`
16172025-01-08T23:23:58.277ZJan 08 23:23:57.811 INFO Starting download, target: CargoHack
16182025-01-08T23:23:58.280ZJan 08 23:23:57.811 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16192025-01-08T23:23:58.881ZJan 08 23:23:58.414 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16202025-01-08T23:23:58.973ZJan 08 23:23:58.507 INFO Download complete, target: CargoHack
16212025-01-08T23:23:58.977Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16222025-01-08T23:23:58.993Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16232025-01-08T23:23:59.162Zinfo: running `cargo check --bins` on api_identity (1/176)
16242025-01-08T23:23:59.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252025-01-08T23:23:59.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262025-01-08T23:23:59.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272025-01-08T23:23:59.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16282025-01-08T23:23:59.754Z
16292025-01-08T23:23:59.754Zinfo: running `cargo check --bins` on bootstore (2/176)
16302025-01-08T23:24:00.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312025-01-08T23:24:00.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322025-01-08T23:24:00.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332025-01-08T23:24:00.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16342025-01-08T23:24:00.415Z
16352025-01-08T23:24:00.415Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16362025-01-08T23:24:00.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372025-01-08T23:24:00.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382025-01-08T23:24:00.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392025-01-08T23:24:00.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16402025-01-08T23:24:00.981Z
16412025-01-08T23:24:00.981Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16422025-01-08T23:24:01.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432025-01-08T23:24:01.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442025-01-08T23:24:01.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452025-01-08T23:24:01.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16462025-01-08T23:24:01.589Z
16472025-01-08T23:24:01.590Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16482025-01-08T23:24:01.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492025-01-08T23:24:01.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502025-01-08T23:24:01.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512025-01-08T23:24:01.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16522025-01-08T23:24:02.007Z
16532025-01-08T23:24:02.007Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16542025-01-08T23:24:02.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552025-01-08T23:24:02.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562025-01-08T23:24:02.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572025-01-08T23:24:02.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16582025-01-08T23:24:02.432Z
16592025-01-08T23:24:02.432Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16602025-01-08T23:24:02.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612025-01-08T23:24:02.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622025-01-08T23:24:02.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632025-01-08T23:24:02.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16642025-01-08T23:24:02.854Z
16652025-01-08T23:24:02.854Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16662025-01-08T23:24:03.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672025-01-08T23:24:03.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682025-01-08T23:24:03.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692025-01-08T23:24:03.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16702025-01-08T23:24:03.275Z
16712025-01-08T23:24:03.275Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16722025-01-08T23:24:03.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732025-01-08T23:24:03.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742025-01-08T23:24:03.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752025-01-08T23:24:03.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16762025-01-08T23:24:03.694Z
16772025-01-08T23:24:03.694Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16782025-01-08T23:24:04.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792025-01-08T23:24:04.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802025-01-08T23:24:04.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812025-01-08T23:24:04.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16822025-01-08T23:24:04.119Z
16832025-01-08T23:24:04.119Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16842025-01-08T23:24:04.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852025-01-08T23:24:04.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862025-01-08T23:24:04.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872025-01-08T23:24:04.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16882025-01-08T23:24:04.545Z
16892025-01-08T23:24:04.545Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16902025-01-08T23:24:04.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912025-01-08T23:24:04.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922025-01-08T23:24:04.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932025-01-08T23:24:04.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16942025-01-08T23:24:04.976Z
16952025-01-08T23:24:04.976Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
16962025-01-08T23:24:05.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972025-01-08T23:24:05.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982025-01-08T23:24:05.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992025-01-08T23:24:05.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17002025-01-08T23:24:05.401Z
17012025-01-08T23:24:05.401Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17022025-01-08T23:24:05.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032025-01-08T23:24:05.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042025-01-08T23:24:05.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052025-01-08T23:24:05.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17062025-01-08T23:24:05.829Z
17072025-01-08T23:24:05.829Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17082025-01-08T23:24:06.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-01-08T23:24:06.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-01-08T23:24:06.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-01-08T23:24:06.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17122025-01-08T23:24:06.255Z
17132025-01-08T23:24:06.255Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17142025-01-08T23:24:06.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-01-08T23:24:06.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-01-08T23:24:06.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-01-08T23:24:06.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17182025-01-08T23:24:06.685Z
17192025-01-08T23:24:06.685Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17202025-01-08T23:24:07.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-01-08T23:24:07.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-01-08T23:24:07.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-01-08T23:24:07.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17242025-01-08T23:24:07.109Z
17252025-01-08T23:24:07.109Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17262025-01-08T23:24:07.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-01-08T23:24:07.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-01-08T23:24:07.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-01-08T23:24:07.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17302025-01-08T23:24:07.536Z
17312025-01-08T23:24:07.536Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17322025-01-08T23:24:07.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-01-08T23:24:07.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-01-08T23:24:07.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-01-08T23:24:07.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17362025-01-08T23:24:07.959Z
17372025-01-08T23:24:07.959Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17382025-01-08T23:24:08.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-01-08T23:24:08.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-01-08T23:24:08.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-01-08T23:24:08.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17422025-01-08T23:24:08.387Z
17432025-01-08T23:24:08.387Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17442025-01-08T23:24:08.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-01-08T23:24:08.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-01-08T23:24:08.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-01-08T23:24:08.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17482025-01-08T23:24:08.817Z
17492025-01-08T23:24:08.817Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17502025-01-08T23:24:09.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-01-08T23:24:09.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-01-08T23:24:09.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-01-08T23:24:09.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17542025-01-08T23:24:09.238Z
17552025-01-08T23:24:09.238Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17562025-01-08T23:24:09.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-01-08T23:24:09.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-01-08T23:24:09.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-01-08T23:24:09.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17602025-01-08T23:24:09.662Z
17612025-01-08T23:24:09.662Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17622025-01-08T23:24:10.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-01-08T23:24:10.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-01-08T23:24:10.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-01-08T23:24:10.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17662025-01-08T23:24:10.087Z
17672025-01-08T23:24:10.087Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17682025-01-08T23:24:10.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-01-08T23:24:10.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-01-08T23:24:10.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-01-08T23:24:10.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17722025-01-08T23:24:10.727Z
17732025-01-08T23:24:10.727Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17742025-01-08T23:24:11.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-01-08T23:24:11.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-01-08T23:24:11.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-01-08T23:24:11.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17782025-01-08T23:24:11.355Z
17792025-01-08T23:24:11.355Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17802025-01-08T23:24:11.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-01-08T23:24:11.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-01-08T23:24:11.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832025-01-08T23:24:11.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17842025-01-08T23:24:11.985Z
17852025-01-08T23:24:11.985Zinfo: running `cargo check --bins` on oxlog (28/176)
17862025-01-08T23:24:12.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872025-01-08T23:24:12.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882025-01-08T23:24:12.597Z Checking cfg-if v1.0.0
17892025-01-08T23:24:12.599Z Checking libc v0.2.162
17902025-01-08T23:24:12.704Z Checking serde v1.0.215
17912025-01-08T23:24:12.707Z Checking zeroize v1.8.1
17922025-01-08T23:24:12.722Z Checking memchr v2.7.4
17932025-01-08T23:24:12.724Z Checking typenum v1.17.0
17942025-01-08T23:24:12.744Z Checking scopeguard v1.2.0
17952025-01-08T23:24:12.746Z Checking subtle v2.6.1
17962025-01-08T23:24:12.769Z Checking value-bag v1.9.0
17972025-01-08T23:24:12.874Z Checking lock_api v0.4.12
17982025-01-08T23:24:12.948Z Checking const-oid v0.9.6
17992025-01-08T23:24:13.022Z Checking smallvec v1.13.2
18002025-01-08T23:24:13.168Z Checking log v0.4.22
18012025-01-08T23:24:13.262Z Checking itoa v1.0.11
18022025-01-08T23:24:13.388Z Checking pin-project-lite v0.2.14
18032025-01-08T23:24:13.466Z Checking byteorder v1.5.0
18042025-01-08T23:24:13.508Z Checking futures-core v0.3.31
18052025-01-08T23:24:13.582Z Checking once_cell v1.20.2
18062025-01-08T23:24:13.674Z Checking cpufeatures v0.2.14
18072025-01-08T23:24:13.690Z Checking stable_deref_trait v1.2.0
18082025-01-08T23:24:13.763Z Checking futures-sink v0.3.31
18092025-01-08T23:24:13.784Z Checking spin v0.9.8
18102025-01-08T23:24:13.841Z Checking getrandom v0.2.15
18112025-01-08T23:24:13.883Z Checking signal-hook-registry v1.4.2
18122025-01-08T23:24:13.909Z Checking parking_lot_core v0.9.10
18132025-01-08T23:24:13.923Z Checking mio v1.0.2
18142025-01-08T23:24:14.043Z Checking rand_core v0.6.4
18152025-01-08T23:24:14.076Z Checking generic-array v0.14.7
18162025-01-08T23:24:14.109Z Checking socket2 v0.5.7
18172025-01-08T23:24:14.131Z Checking zerocopy v0.7.35
18182025-01-08T23:24:14.242Z Checking parking_lot v0.12.3
18192025-01-08T23:24:14.357Z Checking zerofrom v0.1.4
18202025-01-08T23:24:14.517Z Checking slab v0.4.9
18212025-01-08T23:24:14.557Z Checking yoke v0.7.4
18222025-01-08T23:24:14.577Z Checking futures-channel v0.3.31
18232025-01-08T23:24:14.592Z Checking futures-task v0.3.31
18242025-01-08T23:24:14.785Z Checking foldhash v0.1.3
18252025-01-08T23:24:14.801Z Checking equivalent v1.0.1
18262025-01-08T23:24:14.825Z Checking futures-io v0.3.31
18272025-01-08T23:24:14.870Z Checking pin-utils v0.1.0
18282025-01-08T23:24:14.891Z Checking allocator-api2 v0.2.18
18292025-01-08T23:24:14.933Z Checking zerovec v0.10.4
18302025-01-08T23:24:14.958Z Checking ryu v1.0.18
18312025-01-08T23:24:14.975Z Checking tinyvec_macros v0.1.1
18322025-01-08T23:24:14.992Z Checking futures-util v0.3.31
18332025-01-08T23:24:15.057Z Checking tinyvec v1.8.0
18342025-01-08T23:24:15.176Z Checking fnv v1.0.7
18352025-01-08T23:24:15.252Z Checking crypto-common v0.1.6
18362025-01-08T23:24:15.301Z Checking block-buffer v0.10.4
18372025-01-08T23:24:15.430Z Checking block-padding v0.3.3
18382025-01-08T23:24:15.502Z Checking libm v0.2.8
18392025-01-08T23:24:15.517Z Checking digest v0.10.7
18402025-01-08T23:24:15.532Z Checking hashbrown v0.15.1
18412025-01-08T23:24:15.617Z Checking inout v0.1.3
18422025-01-08T23:24:15.854Z Checking cipher v0.4.4
18432025-01-08T23:24:15.873Z Checking hmac v0.12.1
18442025-01-08T23:24:16.065Z Checking sha2 v0.10.8
18452025-01-08T23:24:16.253Z Checking base64ct v1.6.0
18462025-01-08T23:24:16.368Z Checking unicode-normalization v0.1.24
18472025-01-08T23:24:16.382Z Checking unicode-bidi v0.3.17
18482025-01-08T23:24:16.568Z Checking tinystr v0.7.6
18492025-01-08T23:24:16.653Z Checking litemap v0.7.3
18502025-01-08T23:24:16.678Z Checking writeable v0.5.5
18512025-01-08T23:24:16.681Z Checking pem-rfc7468 v0.7.0
18522025-01-08T23:24:16.944Z Checking num-traits v0.2.19
18532025-01-08T23:24:16.959Z Checking ppv-lite86 v0.2.20
18542025-01-08T23:24:16.978Z Checking flagset v0.4.6
18552025-01-08T23:24:16.993Z Checking icu_locid v1.5.0
18562025-01-08T23:24:17.013Z Checking tracing-core v0.1.32
18572025-01-08T23:24:17.164Z Checking der v0.7.9
18582025-01-08T23:24:17.291Z Checking thiserror v1.0.69
18592025-01-08T23:24:17.426Z Checking percent-encoding v2.3.1
18602025-01-08T23:24:17.613Z Checking rustls-pki-types v1.10.0
18612025-01-08T23:24:17.640Z Checking bytes v1.8.0
18622025-01-08T23:24:17.655Z Checking indexmap v2.6.0
18632025-01-08T23:24:17.709Z Checking serde_json v1.0.133
18642025-01-08T23:24:18.013Z Checking icu_provider v1.5.0
18652025-01-08T23:24:18.168Z Checking rand_chacha v0.3.1
18662025-01-08T23:24:18.466Z Checking tokio v1.40.0
18672025-01-08T23:24:18.570Z Checking http v1.1.0
18682025-01-08T23:24:18.610Z Checking bitflags v2.6.0
18692025-01-08T23:24:18.647Z Checking icu_locid_transform_data v1.5.0
18702025-01-08T23:24:18.752Z Checking icu_locid_transform v1.5.0
18712025-01-08T23:24:18.925Z Checking rand v0.8.5
18722025-01-08T23:24:18.959Z Checking tracing v0.1.40
18732025-01-08T23:24:19.021Z Checking spki v0.7.3
18742025-01-08T23:24:19.296Z Checking icu_collections v1.5.0
18752025-01-08T23:24:19.322Z Checking salsa20 v0.10.2
18762025-01-08T23:24:19.410Z Checking pbkdf2 v0.12.2
18772025-01-08T23:24:19.532Z Checking aws-lc-sys v0.22.0
18782025-01-08T23:24:19.575Z Checking httparse v1.9.5
18792025-01-08T23:24:19.732Z Checking mirai-annotations v1.12.0
18802025-01-08T23:24:19.892Z Checking untrusted v0.7.1
18812025-01-08T23:24:19.907Z Checking icu_properties_data v1.5.0
18822025-01-08T23:24:19.939Z Checking powerfmt v0.2.0
18832025-01-08T23:24:20.002Z Checking untrusted v0.9.0
18842025-01-08T23:24:20.046Z Checking scrypt v0.11.0
18852025-01-08T23:24:20.114Z Checking cbc v0.1.2
18862025-01-08T23:24:20.136Z Checking icu_properties v1.5.1
18872025-01-08T23:24:20.151Z Checking ring v0.17.8
18882025-01-08T23:24:20.192Z Checking deranged v0.3.11
18892025-01-08T23:24:20.223Z Checking aes v0.8.4
18902025-01-08T23:24:20.256Z Checking crossbeam-utils v0.8.20
18912025-01-08T23:24:20.302Z Checking num-conv v0.1.0
18922025-01-08T23:24:20.548Z Checking utf16_iter v1.0.5
18932025-01-08T23:24:20.716Z Checking utf8_iter v1.0.4
18942025-01-08T23:24:20.919Z Checking write16 v1.0.0
18952025-01-08T23:24:20.956Z Checking num_threads v0.1.7
18962025-01-08T23:24:21.048Z Checking atomic-waker v1.1.2
18972025-01-08T23:24:21.074Z Checking time-core v0.1.2
18982025-01-08T23:24:21.140Z Checking icu_normalizer_data v1.5.0
18992025-01-08T23:24:21.176Z Checking pkcs5 v0.7.1
19002025-01-08T23:24:21.232Z Checking http-body v1.0.1
19012025-01-08T23:24:21.234Z Checking form_urlencoded v1.2.1
19022025-01-08T23:24:21.432Z Checking try-lock v0.2.5
19032025-01-08T23:24:21.447Z Checking uuid v1.11.0
19042025-01-08T23:24:21.574Z Checking want v0.3.1
19052025-01-08T23:24:21.688Z Checking pkcs8 v0.10.2
19062025-01-08T23:24:21.739Z Checking unicode-ident v1.0.13
19072025-01-08T23:24:21.899Z Checking httpdate v1.0.3
19082025-01-08T23:24:21.914Z Checking time v0.3.36
19092025-01-08T23:24:21.998Z Checking proc-macro2 v1.0.89
19102025-01-08T23:24:22.038Z Checking toml_datetime v0.6.8
19112025-01-08T23:24:22.056Z Checking serde_spanned v0.6.8
19122025-01-08T23:24:22.076Z Checking aws-lc-rs v1.10.0
19132025-01-08T23:24:22.113Z Checking slog v2.7.0
19142025-01-08T23:24:22.231Z Checking scroll v0.12.0
19152025-01-08T23:24:22.302Z Checking ucd-trie v0.1.7
19162025-01-08T23:24:22.515Z Checking foreign-types-shared v0.1.1
19172025-01-08T23:24:22.606Z Checking tower-service v0.3.3
19182025-01-08T23:24:22.623Z Checking base64 v0.22.1
19192025-01-08T23:24:22.642Z Checking plain v0.2.3
19202025-01-08T23:24:22.689Z Checking adler2 v2.0.0
19212025-01-08T23:24:22.721Z Checking match_cfg v0.1.0
19222025-01-08T23:24:22.779Z Checking iana-time-zone v0.1.61
19232025-01-08T23:24:22.815Z Checking hostname v0.3.1
19242025-01-08T23:24:22.840Z Checking miniz_oxide v0.8.0
19252025-01-08T23:24:22.921Z Checking chrono v0.4.38
19262025-01-08T23:24:22.937Z Checking goblin v0.8.2
19272025-01-08T23:24:23.096Z Checking quote v1.0.37
19282025-01-08T23:24:23.384Z Checking icu_normalizer v1.5.0
19292025-01-08T23:24:23.418Z Checking foreign-types v0.3.2
19302025-01-08T23:24:23.507Z Checking pest v2.7.14
19312025-01-08T23:24:23.576Z Checking openssl-sys v0.9.103
19322025-01-08T23:24:23.874Z Checking rustls-webpki v0.102.8
19332025-01-08T23:24:24.185Z Checking idna_adapter v1.2.0
19342025-01-08T23:24:24.366Z Checking idna v1.0.3
19352025-01-08T23:24:24.402Z Checking dirs-sys-next v0.1.2
19362025-01-08T23:24:24.602Z Checking errno v0.3.9
19372025-01-08T23:24:24.701Z Checking aho-corasick v1.1.3
19382025-01-08T23:24:24.775Z Checking regex-syntax v0.8.5
19392025-01-08T23:24:24.825Z Checking url v2.5.3
19402025-01-08T23:24:24.883Z Checking data-encoding v2.6.0
19412025-01-08T23:24:24.936Z Checking pretty-hex v0.4.1
19422025-01-08T23:24:25.101Z Compiling newtype-uuid v1.1.3
19432025-01-08T23:24:25.372Z Checking siphasher v0.3.11
19442025-01-08T23:24:25.541Z Checking openssl v0.10.66
19452025-01-08T23:24:25.598Z Checking rustix v0.38.37
19462025-01-08T23:24:25.667Z Checking tokio-util v0.7.12
19472025-01-08T23:24:25.669Z Checking dirs-next v2.0.0
19482025-01-08T23:24:25.804Z Checking syn v2.0.87
19492025-01-08T23:24:25.947Z Checking dtrace-parser v0.2.0
19502025-01-08T23:24:26.348Z Checking http-body-util v0.1.2
19512025-01-08T23:24:26.401Z Checking crossbeam-epoch v0.9.18
19522025-01-08T23:24:26.553Z Checking h2 v0.4.6
19532025-01-08T23:24:26.811Z Checking signature v2.2.0
19542025-01-08T23:24:26.839Z Checking sha1 v0.10.6
19552025-01-08T23:24:26.995Z Checking lazy_static v1.5.0
19562025-01-08T23:24:27.119Z Checking thread_local v1.1.8
19572025-01-08T23:24:27.134Z Checking thread-id v4.2.2
19582025-01-08T23:24:27.233Z Checking encoding_rs v0.8.34
19592025-01-08T23:24:27.378Z Checking ipnet v2.10.1
19602025-01-08T23:24:27.800Z Checking mime v0.3.17
19612025-01-08T23:24:27.949Z Checking dof v0.3.0
19622025-01-08T23:24:28.065Z Checking regex-automata v0.4.8
19632025-01-08T23:24:28.100Z Checking utf8parse v0.2.2
19642025-01-08T23:24:28.252Z Checking either v1.13.0
19652025-01-08T23:24:28.567Z Checking unicode-properties v0.1.3
19662025-01-08T23:24:28.631Z Checking openssl-probe v0.1.5
19672025-01-08T23:24:28.781Z Checking winnow v0.6.20
19682025-01-08T23:24:28.937Z Checking anstyle v1.0.10
19692025-01-08T23:24:29.063Z Checking gimli v0.31.1
19702025-01-08T23:24:29.266Z Checking stringprep v0.1.5
19712025-01-08T23:24:29.536Z Checking anstyle-parse v0.2.5
19722025-01-08T23:24:29.596Z Checking crossbeam-deque v0.8.5
19732025-01-08T23:24:29.792Z Checking term v0.7.0
19742025-01-08T23:24:29.908Z Checking rustls v0.23.19
19752025-01-08T23:24:30.237Z Checking rustls v0.22.4
19762025-01-08T23:24:30.991Z Checking native-tls v0.2.12
19772025-01-08T23:24:31.319Z Checking slog-json v2.6.1
19782025-01-08T23:24:31.561Z Checking serde_urlencoded v0.7.1
19792025-01-08T23:24:31.664Z Checking toml_edit v0.22.22
19802025-01-08T23:24:31.952Z Checking crossbeam-channel v0.5.13
19812025-01-08T23:24:31.974Z Checking usdt-impl v0.5.0
19822025-01-08T23:24:32.491Z Checking futures-executor v0.3.31
19832025-01-08T23:24:32.653Z Checking num-integer v0.1.46
19842025-01-08T23:24:32.676Z Checking rustls-pemfile v2.2.0
19852025-01-08T23:24:32.711Z Checking idna v0.3.0
19862025-01-08T23:24:32.753Z Checking hyper v1.5.0
19872025-01-08T23:24:32.877Z Checking idna v0.4.0
19882025-01-08T23:24:33.046Z Checking addr2line v0.24.2
19892025-01-08T23:24:33.119Z Checking md-5 v0.10.6
19902025-01-08T23:24:33.332Z Checking ff v0.13.0
19912025-01-08T23:24:33.538Z Checking hash32 v0.2.1
19922025-01-08T23:24:33.538Z Checking memmap v0.7.0
19932025-01-08T23:24:33.572Z Checking is-terminal v0.4.13
19942025-01-08T23:24:33.681Z Checking object v0.36.5
19952025-01-08T23:24:33.704Z Checking dyn-clone v1.0.17
19962025-01-08T23:24:33.760Z Checking colorchoice v1.0.2
19972025-01-08T23:24:33.840Z Checking psl-types v2.0.11
19982025-01-08T23:24:33.843Z Checking is_terminal_polyfill v1.70.1
19992025-01-08T23:24:33.876Z Checking rustc-demangle v0.1.24
20002025-01-08T23:24:33.896Z Checking anstyle-query v1.1.1
20012025-01-08T23:24:33.965Z Checking fallible-iterator v0.2.0
20022025-01-08T23:24:34.014Z Checking base16ct v0.2.0
20032025-01-08T23:24:34.017Z Checking quick-error v1.2.3
20042025-01-08T23:24:34.159Z Checking take_mut v0.2.2
20052025-01-08T23:24:34.202Z Checking linked-hash-map v0.5.6
20062025-01-08T23:24:34.281Z Checking utf-8 v0.7.6
20072025-01-08T23:24:34.297Z Checking slog-async v2.8.0
20082025-01-08T23:24:34.300Z Checking toml v0.8.19
20092025-01-08T23:24:34.465Z Checking tungstenite v0.24.0
20102025-01-08T23:24:34.531Z Checking lru-cache v0.1.2
20112025-01-08T23:24:34.555Z Checking postgres-protocol v0.6.7
20122025-01-08T23:24:34.576Z Checking sec1 v0.7.3
20132025-01-08T23:24:34.697Z Checking resolv-conf v0.7.0
20142025-01-08T23:24:34.793Z Checking hyper-util v0.1.10
20152025-01-08T23:24:34.936Z Checking anstream v0.6.15
20162025-01-08T23:24:35.029Z Checking publicsuffix v2.2.3
20172025-01-08T23:24:35.041Z Checking tokio-rustls v0.25.0
20182025-01-08T23:24:35.196Z Checking heapless v0.7.17
20192025-01-08T23:24:35.257Z Checking schemars v0.8.21
20202025-01-08T23:24:35.301Z Checking usdt v0.5.0
20212025-01-08T23:24:35.383Z Checking hickory-proto v0.24.1
20222025-01-08T23:24:35.400Z Checking slog-term v2.9.1
20232025-01-08T23:24:35.525Z Checking tokio-rustls v0.26.0
20242025-01-08T23:24:35.557Z Checking group v0.13.0
20252025-01-08T23:24:35.814Z Checking num-iter v0.1.45
20262025-01-08T23:24:35.897Z Checking futures v0.3.31
20272025-01-08T23:24:35.915Z Checking slog-bunyan v2.5.0
20282025-01-08T23:24:35.984Z Checking tokio-native-tls v0.3.1
20292025-01-08T23:24:36.003Z Checking rayon-core v1.12.1
20302025-01-08T23:24:36.076Z Checking multer v3.1.0
20312025-01-08T23:24:36.239Z Checking terminal_size v0.4.0
20322025-01-08T23:24:36.255Z Checking phf_shared v0.11.2
20332025-01-08T23:24:36.442Z Checking cookie v0.18.1
20342025-01-08T23:24:36.539Z Checking async-stream v0.3.6
20352025-01-08T23:24:36.647Z Checking bzip2-sys v0.1.11+1.0.8
20362025-01-08T23:24:36.665Z Checking camino v1.1.9
20372025-01-08T23:24:36.725Z Checking signal-hook v0.3.17
20382025-01-08T23:24:36.764Z Checking waitgroup v0.1.2
20392025-01-08T23:24:36.780Z Checking openapiv3 v2.0.0
20402025-01-08T23:24:36.815Z Checking webpki-roots v0.26.6
20412025-01-08T23:24:36.874Z Checking serde_path_to_error v0.1.16
20422025-01-08T23:24:36.889Z Checking idna v0.5.0
20432025-01-08T23:24:37.005Z Checking hkdf v0.12.4
20442025-01-08T23:24:37.066Z Checking crypto-bigint v0.5.5
20452025-01-08T23:24:37.220Z Checking hostname v0.4.0
20462025-01-08T23:24:37.223Z Checking crc32fast v1.4.2
20472025-01-08T23:24:37.355Z Checking bitflags v1.3.2
20482025-01-08T23:24:37.451Z Checking winnow v0.5.40
20492025-01-08T23:24:37.453Z Checking clap_lex v0.7.2
20502025-01-08T23:24:37.480Z Checking unicode-width v0.1.14
20512025-01-08T23:24:37.704Z Checking debug-ignore v1.0.5
20522025-01-08T23:24:37.720Z Checking managed v0.8.0
20532025-01-08T23:24:37.831Z Checking strsim v0.11.1
20542025-01-08T23:24:37.960Z Checking console v0.15.8
20552025-01-08T23:24:38.085Z Checking smoltcp v0.9.1
20562025-01-08T23:24:38.118Z Checking clap_builder v4.5.21
20572025-01-08T23:24:38.543Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20582025-01-08T23:24:38.818Z Checking cookie_store v0.21.0
20592025-01-08T23:24:39.542Z Checking flate2 v1.0.34
20602025-01-08T23:24:39.590Z Checking signal-hook-mio v0.2.4
20612025-01-08T23:24:39.724Z Checking hyper-rustls v0.27.3
20622025-01-08T23:24:39.907Z Checking elliptic-curve v0.13.8
20632025-01-08T23:24:40.041Z Checking hyper-tls v0.6.0
20642025-01-08T23:24:40.089Z Checking hickory-resolver v0.24.1
20652025-01-08T23:24:40.113Z Checking backtrace v0.3.74
20662025-01-08T23:24:40.137Z Checking dropshot v0.12.0
20672025-01-08T23:24:40.167Z Checking bzip2 v0.4.4
20682025-01-08T23:24:40.326Z Checking rayon v1.10.0
20692025-01-08T23:24:40.438Z Checking toml_edit v0.19.15
20702025-01-08T23:24:40.453Z Checking phf v0.11.2
20712025-01-08T23:24:40.523Z Checking num-bigint-dig v0.8.4
20722025-01-08T23:24:40.672Z Checking anyhow v1.0.93
20732025-01-08T23:24:40.719Z Checking tokio-tungstenite v0.24.0
20742025-01-08T23:24:41.051Z Checking postgres-types v0.2.8
20752025-01-08T23:24:41.092Z Checking bstr v1.10.0
20762025-01-08T23:24:41.163Z Checking regex v1.11.1
20772025-01-08T23:24:41.692Z Checking ed25519 v2.2.3
20782025-01-08T23:24:41.776Z Checking tokio-stream v0.1.16
20792025-01-08T23:24:41.792Z Checking phf_shared v0.10.0
20802025-01-08T23:24:41.984Z Checking curve25519-dalek v4.1.3
20812025-01-08T23:24:42.028Z Checking zerocopy v0.6.6
20822025-01-08T23:24:42.061Z Checking hubpack v0.1.2
20832025-01-08T23:24:42.391Z Checking portable-atomic v1.9.0
20842025-01-08T23:24:42.643Z Checking pkcs1 v0.7.5
20852025-01-08T23:24:42.693Z Checking float-cmp v0.9.0
20862025-01-08T23:24:42.770Z Checking serde-big-array v0.5.1
20872025-01-08T23:24:42.853Z Checking rfc6979 v0.4.0
20882025-01-08T23:24:42.872Z Checking sync_wrapper v1.0.1
20892025-01-08T23:24:42.987Z Checking difflib v0.4.0
20902025-01-08T23:24:43.012Z Checking unicode-segmentation v1.12.0
20912025-01-08T23:24:43.029Z Checking bit-vec v0.6.3
20922025-01-08T23:24:43.043Z Checking new_debug_unreachable v1.0.6
20932025-01-08T23:24:43.128Z Checking minimal-lexical v0.2.1
20942025-01-08T23:24:43.302Z Checking number_prefix v0.4.0
20952025-01-08T23:24:43.523Z Checking unicode-width v0.2.0
20962025-01-08T23:24:43.531Z Checking precomputed-hash v0.1.1
20972025-01-08T23:24:43.532Z Checking static_assertions v1.1.0
20982025-01-08T23:24:43.532Z Checking normalize-line-endings v0.3.0
20992025-01-08T23:24:43.532Z Checking whoami v1.5.2
21002025-01-08T23:24:43.566Z Checking predicates-core v1.0.8
21012025-01-08T23:24:43.597Z Checking fixedbitset v0.4.2
21022025-01-08T23:24:43.685Z Checking similar v2.6.0
21032025-01-08T23:24:43.740Z Checking predicates v3.1.2
21042025-01-08T23:24:43.781Z Checking tokio-postgres v0.7.12
21052025-01-08T23:24:43.784Z Checking qorb v0.2.1
21062025-01-08T23:24:43.814Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21072025-01-08T23:24:43.843Z Checking ed25519-dalek v2.1.1
21082025-01-08T23:24:43.859Z Checking petgraph v0.6.5
21092025-01-08T23:24:44.111Z Checking indicatif v0.17.9
21102025-01-08T23:24:44.240Z Checking nom v7.1.3
21112025-01-08T23:24:44.401Z Checking string_cache v0.8.7
21122025-01-08T23:24:44.558Z Checking bit-set v0.5.3
21132025-01-08T23:24:44.698Z Checking ecdsa v0.16.9
21142025-01-08T23:24:44.802Z Checking rsa v0.9.6
21152025-01-08T23:24:44.860Z Checking reqwest v0.12.9
21162025-01-08T23:24:45.398Z Checking toml v0.7.8
21172025-01-08T23:24:45.856Z Checking clap v4.5.21
21182025-01-08T23:24:45.982Z Checking zip v0.6.6
21192025-01-08T23:24:46.142Z Checking crossterm v0.28.1
21202025-01-08T23:24:46.319Z Checking itertools v0.10.5
21212025-01-08T23:24:46.678Z Checking itertools v0.12.1
21222025-01-08T23:24:46.693Z Checking fs-err v2.11.0
21232025-01-08T23:24:46.838Z Checking ahash v0.8.11
21242025-01-08T23:24:47.121Z Checking x509-cert v0.2.5
21252025-01-08T23:24:47.217Z Checking hex v0.4.3
21262025-01-08T23:24:47.320Z Checking semver v1.0.23
21272025-01-08T23:24:47.401Z Checking lalrpop-util v0.19.12
21282025-01-08T23:24:47.700Z Checking peg-runtime v0.8.3
21292025-01-08T23:24:47.721Z Checking sigpipe v0.1.3
21302025-01-08T23:24:48.842Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21312025-01-08T23:24:49.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.16s
21322025-01-08T23:24:49.309Z
21332025-01-08T23:24:49.309Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21342025-01-08T23:24:49.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352025-01-08T23:24:49.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362025-01-08T23:24:49.959Z Compiling hashbrown v0.14.5
21372025-01-08T23:24:50.077Z Checking heck v0.5.0
21382025-01-08T23:24:50.090Z Compiling unsafe-libyaml v0.2.11
21392025-01-08T23:24:50.103Z Checking ipnetwork v0.20.0
21402025-01-08T23:24:50.116Z Compiling ident_case v1.0.1
21412025-01-08T23:24:50.131Z Checking progenitor-client v0.8.0
21422025-01-08T23:24:50.144Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21432025-01-08T23:24:50.232Z Checking newtype-uuid v1.1.3
21442025-01-08T23:24:50.281Z Compiling darling_core v0.20.10
21452025-01-08T23:24:50.432Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21462025-01-08T23:24:50.478Z Compiling proc-macro-crate v1.3.1
21472025-01-08T23:24:50.481Z Compiling structmeta-derive v0.3.0
21482025-01-08T23:24:50.491Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21492025-01-08T23:24:50.776Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21502025-01-08T23:24:50.796Z Compiling lzma-sys v0.1.20
21512025-01-08T23:24:51.190Z Checking regress v0.10.1
21522025-01-08T23:24:51.556Z Compiling serde_yaml v0.9.34+deprecated
21532025-01-08T23:24:51.585Z Compiling num_enum_derive v0.5.11
21542025-01-08T23:24:51.978Z Compiling foreign-types-macros v0.2.3
21552025-01-08T23:24:52.014Z Compiling dropshot v0.13.0
21562025-01-08T23:24:52.311Z Checking foreign-types-shared v0.3.1
21572025-01-08T23:24:52.427Z Checking arc-swap v1.7.1
21582025-01-08T23:24:52.838Z Checking slog-scope v4.4.0
21592025-01-08T23:24:53.102Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21602025-01-08T23:24:53.278Z Checking foreign-types v0.5.0
21612025-01-08T23:24:53.441Z Compiling structmeta v0.3.0
21622025-01-08T23:24:53.577Z Compiling proc-macro-error v1.0.4
21632025-01-08T23:24:53.867Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21642025-01-08T23:24:53.903Z Compiling parse-display-derive v0.10.0
21652025-01-08T23:24:53.975Z Checking tungstenite v0.21.0
21662025-01-08T23:24:54.199Z Checking num_enum v0.5.11
21672025-01-08T23:24:54.372Z Compiling heck v0.3.3
21682025-01-08T23:24:54.410Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21692025-01-08T23:24:54.697Z Checking typify-impl v0.2.0
21702025-01-08T23:24:54.769Z Compiling dropshot_endpoint v0.13.0
21712025-01-08T23:24:54.896Z Checking cstr-argument v0.1.2
21722025-01-08T23:24:55.177Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21732025-01-08T23:24:55.823Z Checking instant v0.1.13
21742025-01-08T23:24:55.942Z Checking pretty-hex v0.2.1
21752025-01-08T23:24:55.945Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21762025-01-08T23:24:56.092Z Checking base64 v0.21.7
21772025-01-08T23:24:56.221Z Checking fastrand v2.1.1
21782025-01-08T23:24:56.520Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21792025-01-08T23:24:56.557Z Checking tempfile v3.13.0
21802025-01-08T23:24:56.583Z Checking backoff v0.4.0
21812025-01-08T23:24:56.792Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21822025-01-08T23:24:56.885Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21832025-01-08T23:24:56.936Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21842025-01-08T23:24:56.938Z Checking tokio-tungstenite v0.21.0
21852025-01-08T23:24:57.024Z Compiling zone_cfg_derive v0.1.2
21862025-01-08T23:24:57.134Z Checking strum v0.26.3
21872025-01-08T23:24:57.203Z Compiling darling_macro v0.20.10
21882025-01-08T23:24:57.245Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21892025-01-08T23:24:57.295Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21902025-01-08T23:24:57.590Z Checking slog-stdlog v4.1.1
21912025-01-08T23:24:57.624Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21922025-01-08T23:24:57.748Z Checking regress v0.9.1
21932025-01-08T23:24:57.769Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21942025-01-08T23:24:57.985Z Checking colored v2.1.0
21952025-01-08T23:24:58.056Z Checking macaddr v1.0.1
21962025-01-08T23:24:58.113Z Compiling darling v0.20.10
21972025-01-08T23:24:58.231Z Compiling serde_with_macros v3.11.0
21982025-01-08T23:24:58.260Z Checking base64 v0.13.1
21992025-01-08T23:24:58.488Z Checking parse-display v0.10.0
22002025-01-08T23:24:58.492Z Checking zone v0.1.8
22012025-01-08T23:24:58.671Z Checking ron v0.7.1
22022025-01-08T23:24:58.754Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22032025-01-08T23:24:59.249Z Checking slog-envlogger v2.2.0
22042025-01-08T23:24:59.251Z Checking xz2 v0.1.7
22052025-01-08T23:24:59.477Z Checking tabwriter v1.4.0
22062025-01-08T23:24:59.570Z Checking xattr v1.3.1
22072025-01-08T23:24:59.703Z Checking pem v3.0.4
22082025-01-08T23:24:59.774Z Checking yasna v0.5.2
22092025-01-08T23:24:59.838Z Checking headers-core v0.3.0
22102025-01-08T23:24:59.960Z Checking smf v0.2.3
22112025-01-08T23:24:59.977Z Checking filetime v0.2.25
22122025-01-08T23:25:00.182Z Checking same-file v1.0.6
22132025-01-08T23:25:00.359Z Checking walkdir v2.5.0
22142025-01-08T23:25:00.386Z Checking tar v0.4.42
22152025-01-08T23:25:00.419Z Checking headers v0.4.0
22162025-01-08T23:25:00.580Z Checking rcgen v0.12.1
22172025-01-08T23:25:00.617Z Checking atomicwrites v0.4.4
22182025-01-08T23:25:00.802Z Checking camino-tempfile v1.1.1
22192025-01-08T23:25:01.082Z Checking serde_with v3.11.0
22202025-01-08T23:25:01.098Z Checking subprocess v0.2.9
22212025-01-08T23:25:05.265Z Compiling typify-macro v0.2.0
22222025-01-08T23:25:07.138Z Compiling typify v0.2.0
22232025-01-08T23:25:07.218Z Compiling progenitor-impl v0.8.0
22242025-01-08T23:25:10.315Z Compiling progenitor-macro v0.8.0
22252025-01-08T23:25:15.022Z Checking progenitor v0.8.0
22262025-01-08T23:25:15.176Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22272025-01-08T23:25:15.176Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22282025-01-08T23:25:17.844Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22292025-01-08T23:25:18.138Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22302025-01-08T23:25:24.550Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22312025-01-08T23:25:26.102Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22322025-01-08T23:25:27.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.03s
22332025-01-08T23:25:27.517Z
22342025-01-08T23:25:27.517Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22352025-01-08T23:25:28.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362025-01-08T23:25:28.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372025-01-08T23:25:28.165Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22382025-01-08T23:25:29.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
22392025-01-08T23:25:29.766Z
22402025-01-08T23:25:29.766Zinfo: running `cargo check --bins` on nexus-config (31/176)
22412025-01-08T23:25:30.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422025-01-08T23:25:30.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432025-01-08T23:25:30.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442025-01-08T23:25:30.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22452025-01-08T23:25:30.382Z
22462025-01-08T23:25:30.382Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22472025-01-08T23:25:30.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482025-01-08T23:25:30.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492025-01-08T23:25:30.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502025-01-08T23:25:30.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22512025-01-08T23:25:30.986Z
22522025-01-08T23:25:30.986Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22532025-01-08T23:25:31.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542025-01-08T23:25:31.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552025-01-08T23:25:31.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562025-01-08T23:25:31.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22572025-01-08T23:25:31.601Z
22582025-01-08T23:25:31.601Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22592025-01-08T23:25:32.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602025-01-08T23:25:32.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612025-01-08T23:25:32.281Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22622025-01-08T23:25:32.389Z Compiling ipnetwork v0.20.0
22632025-01-08T23:25:32.391Z Compiling zerocopy v0.8.10
22642025-01-08T23:25:32.392Z Compiling progenitor-client v0.8.0
22652025-01-08T23:25:32.392Z Compiling itertools v0.13.0
22662025-01-08T23:25:32.392Z Compiling zerocopy-derive v0.8.10
22672025-01-08T23:25:32.392Z Compiling heapless v0.8.0
22682025-01-08T23:25:32.392Z Checking hash32 v0.3.1
22692025-01-08T23:25:32.479Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702025-01-08T23:25:32.638Z Compiling instant v0.1.13
22712025-01-08T23:25:32.782Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22722025-01-08T23:25:32.898Z Compiling progenitor v0.8.0
22732025-01-08T23:25:33.154Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22742025-01-08T23:25:33.214Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22752025-01-08T23:25:33.230Z Compiling smoltcp v0.11.0
22762025-01-08T23:25:33.350Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22772025-01-08T23:25:33.546Z Compiling backoff v0.4.0
22782025-01-08T23:25:33.907Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22792025-01-08T23:25:33.948Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22802025-01-08T23:25:34.124Z Compiling dropshot v0.13.0
22812025-01-08T23:25:34.157Z Compiling serde_with v3.11.0
22822025-01-08T23:25:34.306Z Compiling parse-display v0.10.0
22832025-01-08T23:25:34.380Z Checking num-rational v0.4.2
22842025-01-08T23:25:35.025Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22852025-01-08T23:25:35.198Z Compiling regress v0.9.1
22862025-01-08T23:25:35.577Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22872025-01-08T23:25:36.797Z Compiling phf_generator v0.11.2
22882025-01-08T23:25:36.985Z Checking num-complex v0.4.6
22892025-01-08T23:25:38.163Z Compiling macaddr v1.0.1
22902025-01-08T23:25:38.573Z Checking cobs v0.2.3
22912025-01-08T23:25:38.622Z Checking num v0.4.3
22922025-01-08T23:25:38.746Z Compiling phf_codegen v0.11.2
22932025-01-08T23:25:38.761Z Checking postcard v1.0.10
22942025-01-08T23:25:39.357Z Compiling parse-zoneinfo v0.3.1
22952025-01-08T23:25:40.320Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22962025-01-08T23:25:40.608Z Checking float-ord v0.3.2
22972025-01-08T23:25:40.758Z Compiling convert_case v0.4.0
22982025-01-08T23:25:41.597Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22992025-01-08T23:25:41.708Z Compiling chrono-tz-build v0.4.0
23002025-01-08T23:25:41.724Z Compiling derive_more v0.99.18
23012025-01-08T23:25:41.756Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23022025-01-08T23:25:42.065Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23032025-01-08T23:25:42.336Z Compiling crucible-workspace-hack v0.1.0
23042025-01-08T23:25:42.623Z Compiling thiserror v2.0.3
23052025-01-08T23:25:42.781Z Checking newline-converter v0.3.0
23062025-01-08T23:25:42.858Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23072025-01-08T23:25:43.151Z Compiling chrono-tz v0.10.0
23082025-01-08T23:25:43.587Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23092025-01-08T23:25:43.604Z Checking prettyplease v0.2.25
23102025-01-08T23:25:43.694Z Compiling thiserror-impl v2.0.3
23112025-01-08T23:25:43.823Z Compiling slog-dtrace v0.3.0
23122025-01-08T23:25:44.118Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23132025-01-08T23:25:44.230Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23142025-01-08T23:25:45.562Z Checking expectorate v1.1.0
23152025-01-08T23:25:45.630Z Compiling zone_cfg_derive v0.3.0
23162025-01-08T23:25:45.829Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23172025-01-08T23:25:45.882Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23182025-01-08T23:25:46.731Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23192025-01-08T23:25:46.980Z Compiling const_format_proc_macros v0.2.33
23202025-01-08T23:25:47.076Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23212025-01-08T23:25:47.142Z Compiling num-derive v0.4.2
23222025-01-08T23:25:47.319Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23232025-01-08T23:25:47.475Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23242025-01-08T23:25:47.574Z Checking highway v1.2.0
23252025-01-08T23:25:47.986Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23262025-01-08T23:25:48.244Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23272025-01-08T23:25:48.285Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23282025-01-08T23:25:48.500Z Checking zone v0.3.0
23292025-01-08T23:25:48.514Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23302025-01-08T23:25:49.104Z Checking const_format v0.2.33
23312025-01-08T23:25:49.123Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23322025-01-08T23:25:49.443Z Checking gethostname v0.5.0
23332025-01-08T23:25:49.526Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23342025-01-08T23:25:49.547Z Checking bcs v0.1.6
23352025-01-08T23:25:49.566Z Compiling async-recursion v1.1.1
23362025-01-08T23:25:49.607Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23372025-01-08T23:25:49.705Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23382025-01-08T23:25:51.887Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23392025-01-08T23:25:56.063Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23402025-01-08T23:25:59.394Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23412025-01-08T23:26:01.990Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23422025-01-08T23:26:03.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.58s
23432025-01-08T23:26:03.372Z
23442025-01-08T23:26:03.372Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23452025-01-08T23:26:03.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462025-01-08T23:26:03.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472025-01-08T23:26:03.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482025-01-08T23:26:03.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23492025-01-08T23:26:04.022Z
23502025-01-08T23:26:04.022Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23512025-01-08T23:26:04.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522025-01-08T23:26:04.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532025-01-08T23:26:04.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542025-01-08T23:26:04.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23552025-01-08T23:26:04.666Z
23562025-01-08T23:26:04.666Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23572025-01-08T23:26:05.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582025-01-08T23:26:05.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592025-01-08T23:26:05.304Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23602025-01-08T23:26:05.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
23612025-01-08T23:26:06.115Z
23622025-01-08T23:26:06.115Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23632025-01-08T23:26:06.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642025-01-08T23:26:06.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652025-01-08T23:26:06.775Z Compiling cfg_aliases v0.1.1
23662025-01-08T23:26:06.778Z Compiling vte_generate_state_changes v0.1.2
23672025-01-08T23:26:06.778Z Checking fd-lock v4.0.2
23682025-01-08T23:26:06.778Z Checking nibble_vec v0.1.0
23692025-01-08T23:26:06.778Z Checking bytecount v0.6.8
23702025-01-08T23:26:06.879Z Checking endian-type v0.1.2
23712025-01-08T23:26:06.900Z Compiling tabled_derive v0.7.0
23722025-01-08T23:26:06.911Z Compiling peg-macros v0.8.4
23732025-01-08T23:26:06.950Z Compiling nix v0.28.0
23742025-01-08T23:26:07.028Z Checking papergrid v0.11.0
23752025-01-08T23:26:07.043Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23762025-01-08T23:26:07.057Z Compiling sqlparser_derive v0.2.2
23772025-01-08T23:26:07.098Z Checking radix_trie v0.2.1
23782025-01-08T23:26:07.483Z Checking vte v0.11.1
23792025-01-08T23:26:07.504Z Checking unicode_categories v0.1.1
23802025-01-08T23:26:07.830Z Checking home v0.5.9
23812025-01-08T23:26:07.976Z Checking nu-ansi-term v0.50.1
23822025-01-08T23:26:08.179Z Checking sqlparser v0.45.0
23832025-01-08T23:26:08.201Z Checking sqlformat v0.2.6
23842025-01-08T23:26:08.363Z Checking display-error-chain v0.2.2
23852025-01-08T23:26:08.854Z Checking strip-ansi-escapes v0.2.0
23862025-01-08T23:26:09.001Z Checking reedline v0.35.0
23872025-01-08T23:26:09.266Z Checking tabled v0.15.0
23882025-01-08T23:26:09.816Z Checking peg v0.8.4
23892025-01-08T23:26:10.040Z Checking rustyline v14.0.0
23902025-01-08T23:26:18.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s
23912025-01-08T23:26:18.846Z
23922025-01-08T23:26:18.846Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23932025-01-08T23:26:19.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942025-01-08T23:26:19.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952025-01-08T23:26:19.500Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23962025-01-08T23:26:24.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
23972025-01-08T23:26:24.618Z
23982025-01-08T23:26:24.618Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
23992025-01-08T23:26:25.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002025-01-08T23:26:25.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012025-01-08T23:26:25.291Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24022025-01-08T23:26:29.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
24032025-01-08T23:26:29.195Z
24042025-01-08T23:26:29.195Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24052025-01-08T23:26:29.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062025-01-08T23:26:29.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072025-01-08T23:26:29.847Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24082025-01-08T23:26:34.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
24092025-01-08T23:26:34.731Z
24102025-01-08T23:26:34.731Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24112025-01-08T23:26:35.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122025-01-08T23:26:35.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132025-01-08T23:26:35.396Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24142025-01-08T23:26:40.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
24152025-01-08T23:26:40.289Z
24162025-01-08T23:26:40.289Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24172025-01-08T23:26:40.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182025-01-08T23:26:40.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192025-01-08T23:26:40.955Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24202025-01-08T23:26:44.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
24212025-01-08T23:26:45.028Z
24222025-01-08T23:26:45.028Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24232025-01-08T23:26:45.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242025-01-08T23:26:45.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252025-01-08T23:26:45.692Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24262025-01-08T23:26:49.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
24272025-01-08T23:26:49.793Z
24282025-01-08T23:26:49.793Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24292025-01-08T23:26:50.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302025-01-08T23:26:50.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312025-01-08T23:26:50.458Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24322025-01-08T23:26:55.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
24332025-01-08T23:26:55.524Z
24342025-01-08T23:26:55.524Zinfo: running `cargo check --bins` on oximeter (46/176)
24352025-01-08T23:26:56.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362025-01-08T23:26:56.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372025-01-08T23:26:56.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382025-01-08T23:26:56.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24392025-01-08T23:26:56.151Z
24402025-01-08T23:26:56.151Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24412025-01-08T23:26:56.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422025-01-08T23:26:56.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432025-01-08T23:26:56.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442025-01-08T23:26:56.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24452025-01-08T23:26:56.759Z
24462025-01-08T23:26:56.759Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24472025-01-08T23:26:57.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482025-01-08T23:26:57.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492025-01-08T23:26:57.399Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24502025-01-08T23:26:59.487Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24512025-01-08T23:27:00.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
24522025-01-08T23:27:00.626Z
24532025-01-08T23:27:00.626Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24542025-01-08T23:27:01.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552025-01-08T23:27:01.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562025-01-08T23:27:01.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572025-01-08T23:27:01.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24582025-01-08T23:27:01.252Z
24592025-01-08T23:27:01.252Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24602025-01-08T23:27:01.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612025-01-08T23:27:01.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622025-01-08T23:27:01.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632025-01-08T23:27:01.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24642025-01-08T23:27:01.877Z
24652025-01-08T23:27:01.877Zinfo: running `cargo check --bins` on oxql-types (51/176)
24662025-01-08T23:27:02.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672025-01-08T23:27:02.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682025-01-08T23:27:02.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692025-01-08T23:27:02.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24702025-01-08T23:27:02.501Z
24712025-01-08T23:27:02.501Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24722025-01-08T23:27:03.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732025-01-08T23:27:03.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742025-01-08T23:27:03.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752025-01-08T23:27:03.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24762025-01-08T23:27:03.151Z
24772025-01-08T23:27:03.151Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24782025-01-08T23:27:03.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792025-01-08T23:27:03.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802025-01-08T23:27:03.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812025-01-08T23:27:03.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24822025-01-08T23:27:03.780Z
24832025-01-08T23:27:03.780Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24842025-01-08T23:27:04.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852025-01-08T23:27:04.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862025-01-08T23:27:04.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872025-01-08T23:27:04.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24882025-01-08T23:27:04.415Z
24892025-01-08T23:27:04.415Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24902025-01-08T23:27:05.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912025-01-08T23:27:05.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922025-01-08T23:27:05.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932025-01-08T23:27:05.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24942025-01-08T23:27:05.159Z
24952025-01-08T23:27:05.159Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
24962025-01-08T23:27:05.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972025-01-08T23:27:05.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982025-01-08T23:27:05.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992025-01-08T23:27:05.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25002025-01-08T23:27:05.666Z
25012025-01-08T23:27:05.666Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
25022025-01-08T23:27:06.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032025-01-08T23:27:06.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042025-01-08T23:27:06.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052025-01-08T23:27:06.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25062025-01-08T23:27:06.290Z
25072025-01-08T23:27:06.290Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25082025-01-08T23:27:06.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092025-01-08T23:27:06.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102025-01-08T23:27:06.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112025-01-08T23:27:06.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25122025-01-08T23:27:06.896Z
25132025-01-08T23:27:06.896Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25142025-01-08T23:27:07.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152025-01-08T23:27:07.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162025-01-08T23:27:07.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172025-01-08T23:27:07.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25182025-01-08T23:27:07.527Z
25192025-01-08T23:27:07.527Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25202025-01-08T23:27:08.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212025-01-08T23:27:08.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222025-01-08T23:27:08.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232025-01-08T23:27:08.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25242025-01-08T23:27:08.144Z
25252025-01-08T23:27:08.144Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25262025-01-08T23:27:08.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272025-01-08T23:27:08.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282025-01-08T23:27:08.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292025-01-08T23:27:08.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25302025-01-08T23:27:08.766Z
25312025-01-08T23:27:08.766Zinfo: running `cargo check --bins` on dpd-client (62/176)
25322025-01-08T23:27:09.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332025-01-08T23:27:09.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342025-01-08T23:27:09.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352025-01-08T23:27:09.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25362025-01-08T23:27:09.375Z
25372025-01-08T23:27:09.375Zinfo: running `cargo check --bins` on gateway-client (63/176)
25382025-01-08T23:27:09.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392025-01-08T23:27:09.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402025-01-08T23:27:09.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412025-01-08T23:27:09.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25422025-01-08T23:27:09.984Z
25432025-01-08T23:27:09.984Zinfo: running `cargo check --bins` on installinator-client (64/176)
25442025-01-08T23:27:10.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452025-01-08T23:27:10.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462025-01-08T23:27:10.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472025-01-08T23:27:10.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25482025-01-08T23:27:10.617Z
25492025-01-08T23:27:10.617Zinfo: running `cargo check --bins` on installinator-common (65/176)
25502025-01-08T23:27:11.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512025-01-08T23:27:11.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522025-01-08T23:27:11.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532025-01-08T23:27:11.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25542025-01-08T23:27:11.247Z
25552025-01-08T23:27:11.247Zinfo: running `cargo check --bins` on update-engine (66/176)
25562025-01-08T23:27:11.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572025-01-08T23:27:11.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582025-01-08T23:27:11.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592025-01-08T23:27:11.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25602025-01-08T23:27:11.853Z
25612025-01-08T23:27:11.854Zinfo: running `cargo check --bins` on nexus-client (67/176)
25622025-01-08T23:27:12.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632025-01-08T23:27:12.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642025-01-08T23:27:12.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652025-01-08T23:27:12.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25662025-01-08T23:27:12.491Z
25672025-01-08T23:27:12.492Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25682025-01-08T23:27:13.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692025-01-08T23:27:13.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702025-01-08T23:27:13.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712025-01-08T23:27:13.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25722025-01-08T23:27:13.123Z
25732025-01-08T23:27:13.123Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25742025-01-08T23:27:13.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752025-01-08T23:27:13.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762025-01-08T23:27:13.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772025-01-08T23:27:13.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25782025-01-08T23:27:13.730Z
25792025-01-08T23:27:13.730Zinfo: running `cargo check --bins` on nexus-types (70/176)
25802025-01-08T23:27:14.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812025-01-08T23:27:14.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822025-01-08T23:27:14.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832025-01-08T23:27:14.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25842025-01-08T23:27:14.376Z
25852025-01-08T23:27:14.376Zinfo: running `cargo check --bins` on oxide-client (71/176)
25862025-01-08T23:27:14.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872025-01-08T23:27:14.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882025-01-08T23:27:14.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892025-01-08T23:27:14.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25902025-01-08T23:27:14.983Z
25912025-01-08T23:27:14.983Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25922025-01-08T23:27:15.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932025-01-08T23:27:15.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942025-01-08T23:27:15.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952025-01-08T23:27:15.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25962025-01-08T23:27:15.602Z
25972025-01-08T23:27:15.602Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
25982025-01-08T23:27:16.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992025-01-08T23:27:16.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002025-01-08T23:27:16.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012025-01-08T23:27:16.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26022025-01-08T23:27:16.218Z
26032025-01-08T23:27:16.218Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
26042025-01-08T23:27:16.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052025-01-08T23:27:16.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062025-01-08T23:27:16.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072025-01-08T23:27:16.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26082025-01-08T23:27:16.846Z
26092025-01-08T23:27:16.846Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26102025-01-08T23:27:17.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112025-01-08T23:27:17.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122025-01-08T23:27:17.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132025-01-08T23:27:17.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26142025-01-08T23:27:17.496Z
26152025-01-08T23:27:17.496Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26162025-01-08T23:27:18.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172025-01-08T23:27:18.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182025-01-08T23:27:18.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192025-01-08T23:27:18.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26202025-01-08T23:27:18.140Z
26212025-01-08T23:27:18.140Zinfo: running `cargo check --bins` on wicket-common (77/176)
26222025-01-08T23:27:18.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232025-01-08T23:27:18.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242025-01-08T23:27:18.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252025-01-08T23:27:18.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26262025-01-08T23:27:18.782Z
26272025-01-08T23:27:18.782Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26282025-01-08T23:27:19.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292025-01-08T23:27:19.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302025-01-08T23:27:19.438Z Checking csv-core v0.1.11
26312025-01-08T23:27:19.438Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26322025-01-08T23:27:19.443Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26332025-01-08T23:27:19.443Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26342025-01-08T23:27:19.714Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26352025-01-08T23:27:19.760Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26362025-01-08T23:27:19.773Z Checking csv v1.3.0
26372025-01-08T23:27:20.369Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26382025-01-08T23:27:20.716Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26392025-01-08T23:27:22.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
26402025-01-08T23:27:22.624Z
26412025-01-08T23:27:22.624Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26422025-01-08T23:27:23.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432025-01-08T23:27:23.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442025-01-08T23:27:23.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452025-01-08T23:27:23.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26462025-01-08T23:27:23.252Z
26472025-01-08T23:27:23.253Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26482025-01-08T23:27:23.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492025-01-08T23:27:23.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502025-01-08T23:27:23.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512025-01-08T23:27:23.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26522025-01-08T23:27:23.872Z
26532025-01-08T23:27:23.872Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26542025-01-08T23:27:24.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552025-01-08T23:27:24.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562025-01-08T23:27:24.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572025-01-08T23:27:24.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26582025-01-08T23:27:24.604Z
26592025-01-08T23:27:24.604Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26602025-01-08T23:27:25.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612025-01-08T23:27:25.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622025-01-08T23:27:25.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632025-01-08T23:27:25.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26642025-01-08T23:27:25.322Z
26652025-01-08T23:27:25.322Zinfo: running `cargo check --bins` on dns-server (83/176)
26662025-01-08T23:27:25.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-01-08T23:27:25.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-01-08T23:27:25.957Z Compiling parking_lot_core v0.8.6
26692025-01-08T23:27:25.966Z Checking fxhash v0.2.1
26702025-01-08T23:27:25.966Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26712025-01-08T23:27:25.966Z Checking hickory-server v0.24.1
26722025-01-08T23:27:25.966Z Checking hickory-client v0.24.1
26732025-01-08T23:27:26.632Z Checking parking_lot v0.11.2
26742025-01-08T23:27:26.752Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26752025-01-08T23:27:26.760Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26762025-01-08T23:27:26.863Z Checking sled v0.34.7
26772025-01-08T23:27:31.018Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26782025-01-08T23:27:31.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
26792025-01-08T23:27:31.043Z
26802025-01-08T23:27:31.043Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26812025-01-08T23:27:31.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822025-01-08T23:27:31.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832025-01-08T23:27:31.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842025-01-08T23:27:31.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26852025-01-08T23:27:31.045Z
26862025-01-08T23:27:31.045Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26872025-01-08T23:27:31.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882025-01-08T23:27:31.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892025-01-08T23:27:31.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902025-01-08T23:27:31.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26912025-01-08T23:27:31.326Z
26922025-01-08T23:27:31.327Zinfo: running `cargo check --bins` on gateway-types (86/176)
26932025-01-08T23:27:31.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942025-01-08T23:27:31.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952025-01-08T23:27:31.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962025-01-08T23:27:31.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26972025-01-08T23:27:31.943Z
26982025-01-08T23:27:31.943Zinfo: running `cargo check --bins` on ipcc (87/176)
26992025-01-08T23:27:32.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002025-01-08T23:27:32.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012025-01-08T23:27:32.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022025-01-08T23:27:32.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27032025-01-08T23:27:32.562Z
27042025-01-08T23:27:32.562Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
27052025-01-08T23:27:33.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062025-01-08T23:27:33.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072025-01-08T23:27:33.251Z Compiling radium v0.7.0
27082025-01-08T23:27:33.251Z Compiling semver v0.1.20
27092025-01-08T23:27:33.365Z Compiling maybe-uninit v2.0.0
27102025-01-08T23:27:33.368Z Checking tap v1.0.1
27112025-01-08T23:27:33.382Z Checking password-hash v0.5.0
27122025-01-08T23:27:33.385Z Checking blake2 v0.10.6
27132025-01-08T23:27:33.385Z Checking crc-catalog v2.4.0
27142025-01-08T23:27:33.385Z Compiling packed_struct v0.10.1
27152025-01-08T23:27:33.545Z Compiling owo-colors v4.1.0
27162025-01-08T23:27:33.757Z Compiling rustc_version v0.1.7
27172025-01-08T23:27:33.804Z Checking wyz v0.5.1
27182025-01-08T23:27:33.819Z Compiling cancel-safe-futures v0.1.5
27192025-01-08T23:27:33.836Z Checking funty v2.0.0
27202025-01-08T23:27:33.924Z Checking argon2 v0.5.3
27212025-01-08T23:27:33.980Z Checking crc v3.2.1
27222025-01-08T23:27:34.026Z Compiling packed_struct_codegen v0.10.1
27232025-01-08T23:27:34.150Z Compiling indexmap v1.9.3
27242025-01-08T23:27:34.167Z Checking half v2.4.1
27252025-01-08T23:27:34.182Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27262025-01-08T23:27:34.219Z Compiling newtype_derive v0.1.6
27272025-01-08T23:27:34.416Z Checking nodrop v0.1.14
27282025-01-08T23:27:34.434Z Checking ciborium-io v0.2.2
27292025-01-08T23:27:34.526Z Checking array-init v0.0.4
27302025-01-08T23:27:34.555Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27312025-01-08T23:27:34.584Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27322025-01-08T23:27:34.650Z Checking ciborium-ll v0.2.2
27332025-01-08T23:27:34.671Z Checking smallvec v0.6.14
27342025-01-08T23:27:34.800Z Checking bitvec v1.0.1
27352025-01-08T23:27:34.933Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27362025-01-08T23:27:34.961Z Checking libsw v3.3.1
27372025-01-08T23:27:35.075Z Compiling memoffset v0.9.1
27382025-01-08T23:27:35.220Z Checking termcolor v1.4.1
27392025-01-08T23:27:35.262Z Checking swrite v0.1.0
27402025-01-08T23:27:35.375Z Checking bitfield v0.14.0
27412025-01-08T23:27:35.391Z Checking indent_write v2.2.0
27422025-01-08T23:27:35.497Z Checking linear-map v1.2.0
27432025-01-08T23:27:35.575Z Checking hashbrown v0.12.3
27442025-01-08T23:27:35.642Z Checking ron v0.8.1
27452025-01-08T23:27:35.663Z Checking env_logger v0.10.2
27462025-01-08T23:27:35.835Z Checking serde-hex v0.1.0
27472025-01-08T23:27:36.081Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27482025-01-08T23:27:36.098Z Checking ciborium v0.2.2
27492025-01-08T23:27:36.712Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27502025-01-08T23:27:36.780Z Checking steno v0.4.1
27512025-01-08T23:27:37.032Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27522025-01-08T23:27:37.057Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27532025-01-08T23:27:37.277Z Checking hashbrown v0.13.2
27542025-01-08T23:27:37.279Z Checking crc-any v2.5.0
27552025-01-08T23:27:37.652Z Checking humantime v2.1.0
27562025-01-08T23:27:37.671Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27572025-01-08T23:27:37.931Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27582025-01-08T23:27:38.064Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27592025-01-08T23:27:38.304Z Checking object v0.30.4
27602025-01-08T23:27:38.340Z Checking path-slash v0.1.5
27612025-01-08T23:27:38.560Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27622025-01-08T23:27:38.562Z Checking nix v0.27.1
27632025-01-08T23:27:38.957Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27642025-01-08T23:27:39.682Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27652025-01-08T23:27:39.713Z Checking tungstenite v0.23.0
27662025-01-08T23:27:39.856Z Checking kstat-rs v0.2.4
27672025-01-08T23:27:39.913Z Checking signal-hook-tokio v0.3.1
27682025-01-08T23:27:40.195Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27692025-01-08T23:27:40.648Z Checking tokio-tungstenite v0.23.1
27702025-01-08T23:27:41.057Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27712025-01-08T23:27:41.229Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27722025-01-08T23:27:41.389Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27732025-01-08T23:27:48.184Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27742025-01-08T23:27:49.487Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27752025-01-08T23:27:52.312Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27762025-01-08T23:27:57.872Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27772025-01-08T23:27:58.574Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27782025-01-08T23:28:01.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.80s
27792025-01-08T23:28:01.555Z
27802025-01-08T23:28:01.555Zinfo: running `cargo check --bins` on gateway-api (89/176)
27812025-01-08T23:28:02.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822025-01-08T23:28:02.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832025-01-08T23:28:02.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842025-01-08T23:28:02.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27852025-01-08T23:28:02.177Z
27862025-01-08T23:28:02.177Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27872025-01-08T23:28:02.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882025-01-08T23:28:02.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892025-01-08T23:28:02.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902025-01-08T23:28:02.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27912025-01-08T23:28:02.778Z
27922025-01-08T23:28:02.778Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27932025-01-08T23:28:03.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942025-01-08T23:28:03.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952025-01-08T23:28:03.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962025-01-08T23:28:03.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27972025-01-08T23:28:03.397Z
27982025-01-08T23:28:03.398Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
27992025-01-08T23:28:03.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002025-01-08T23:28:03.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012025-01-08T23:28:03.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022025-01-08T23:28:03.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28032025-01-08T23:28:04.021Z
28042025-01-08T23:28:04.021Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
28052025-01-08T23:28:04.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062025-01-08T23:28:04.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072025-01-08T23:28:04.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082025-01-08T23:28:04.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28092025-01-08T23:28:04.636Z
28102025-01-08T23:28:04.636Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28112025-01-08T23:28:05.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122025-01-08T23:28:05.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132025-01-08T23:28:05.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142025-01-08T23:28:05.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28152025-01-08T23:28:05.255Z
28162025-01-08T23:28:05.255Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28172025-01-08T23:28:05.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182025-01-08T23:28:05.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192025-01-08T23:28:05.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202025-01-08T23:28:05.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28212025-01-08T23:28:05.875Z
28222025-01-08T23:28:05.875Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28232025-01-08T23:28:06.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242025-01-08T23:28:06.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252025-01-08T23:28:06.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262025-01-08T23:28:06.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28272025-01-08T23:28:06.488Z
28282025-01-08T23:28:06.489Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28292025-01-08T23:28:07.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302025-01-08T23:28:07.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312025-01-08T23:28:07.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322025-01-08T23:28:07.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28332025-01-08T23:28:07.129Z
28342025-01-08T23:28:07.129Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28352025-01-08T23:28:07.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362025-01-08T23:28:07.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372025-01-08T23:28:07.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382025-01-08T23:28:07.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28392025-01-08T23:28:07.750Z
28402025-01-08T23:28:07.750Zinfo: running `cargo check --bins` on sp-sim (99/176)
28412025-01-08T23:28:08.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422025-01-08T23:28:08.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432025-01-08T23:28:08.377Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28442025-01-08T23:28:08.853Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28452025-01-08T23:28:10.643Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28462025-01-08T23:28:12.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
28472025-01-08T23:28:12.538Z
28482025-01-08T23:28:12.538Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28492025-01-08T23:28:13.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-01-08T23:28:13.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-01-08T23:28:13.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522025-01-08T23:28:13.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28532025-01-08T23:28:13.202Z
28542025-01-08T23:28:13.202Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28552025-01-08T23:28:13.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562025-01-08T23:28:13.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572025-01-08T23:28:13.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582025-01-08T23:28:13.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28592025-01-08T23:28:13.872Z
28602025-01-08T23:28:13.872Zinfo: running `cargo check --bins` on db-macros (102/176)
28612025-01-08T23:28:14.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622025-01-08T23:28:14.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632025-01-08T23:28:14.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642025-01-08T23:28:14.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28652025-01-08T23:28:14.476Z
28662025-01-08T23:28:14.476Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28672025-01-08T23:28:15.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682025-01-08T23:28:15.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692025-01-08T23:28:15.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702025-01-08T23:28:15.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28712025-01-08T23:28:15.079Z
28722025-01-08T23:28:15.079Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28732025-01-08T23:28:15.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742025-01-08T23:28:15.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752025-01-08T23:28:15.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762025-01-08T23:28:15.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28772025-01-08T23:28:15.736Z
28782025-01-08T23:28:15.736Zinfo: running `cargo check --bins` on authz-macros (105/176)
28792025-01-08T23:28:16.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-01-08T23:28:16.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-01-08T23:28:16.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822025-01-08T23:28:16.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28832025-01-08T23:28:16.340Z
28842025-01-08T23:28:16.340Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28852025-01-08T23:28:16.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862025-01-08T23:28:16.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872025-01-08T23:28:16.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882025-01-08T23:28:16.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28892025-01-08T23:28:16.991Z
28902025-01-08T23:28:16.991Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28912025-01-08T23:28:17.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922025-01-08T23:28:17.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932025-01-08T23:28:17.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942025-01-08T23:28:17.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28952025-01-08T23:28:17.644Z
28962025-01-08T23:28:17.644Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
28972025-01-08T23:28:18.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982025-01-08T23:28:18.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992025-01-08T23:28:18.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002025-01-08T23:28:18.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29012025-01-08T23:28:18.261Z
29022025-01-08T23:28:18.261Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
29032025-01-08T23:28:18.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042025-01-08T23:28:18.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052025-01-08T23:28:18.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062025-01-08T23:28:18.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29072025-01-08T23:28:18.907Z
29082025-01-08T23:28:18.907Zinfo: running `cargo check --bins` on typed-rng (110/176)
29092025-01-08T23:28:19.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102025-01-08T23:28:19.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112025-01-08T23:28:19.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122025-01-08T23:28:19.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29132025-01-08T23:28:19.518Z
29142025-01-08T23:28:19.518Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29152025-01-08T23:28:20.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162025-01-08T23:28:20.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172025-01-08T23:28:20.245Z Checking keccak v0.1.5
29182025-01-08T23:28:20.354Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29192025-01-08T23:28:20.358Z Checking secrecy v0.8.0
29202025-01-08T23:28:20.358Z Compiling unicase v2.7.0
29212025-01-08T23:28:20.364Z Compiling same-file v1.0.6
29222025-01-08T23:28:20.380Z Compiling tempfile v3.13.0
29232025-01-08T23:28:20.404Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29242025-01-08T23:28:20.406Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29252025-01-08T23:28:20.541Z Compiling walkdir v2.5.0
29262025-01-08T23:28:20.652Z Checking sha3 v0.10.8
29272025-01-08T23:28:20.669Z Compiling thiserror-impl-no-std v2.0.2
29282025-01-08T23:28:20.705Z Checking universal-hash v0.5.1
29292025-01-08T23:28:20.726Z Compiling blake3 v1.5.4
29302025-01-08T23:28:20.823Z Checking opaque-debug v0.3.1
29312025-01-08T23:28:20.895Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29322025-01-08T23:28:20.920Z Checking poly1305 v0.8.0
29332025-01-08T23:28:20.963Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29342025-01-08T23:28:21.026Z Checking chacha20 v0.9.1
29352025-01-08T23:28:21.182Z Checking aead v0.5.2
29362025-01-08T23:28:21.235Z Compiling memmap2 v0.9.5
29372025-01-08T23:28:21.298Z Compiling arrayref v0.3.9
29382025-01-08T23:28:21.357Z Compiling libefi-sys v0.1.0
29392025-01-08T23:28:21.393Z Compiling salty v0.3.0
29402025-01-08T23:28:21.408Z Compiling constant_time_eq v0.3.1
29412025-01-08T23:28:21.411Z Compiling arrayvec v0.7.6
29422025-01-08T23:28:21.576Z Checking chacha20poly1305 v0.10.1
29432025-01-08T23:28:21.666Z Compiling toolchain_find v0.4.0
29442025-01-08T23:28:21.745Z Compiling camino-tempfile v1.1.1
29452025-01-08T23:28:21.804Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29462025-01-08T23:28:21.825Z Compiling bitfield-struct v0.6.2
29472025-01-08T23:28:22.058Z Compiling topological-sort v0.2.2
29482025-01-08T23:28:22.204Z Compiling mime_guess v2.0.5
29492025-01-08T23:28:22.282Z Compiling rustfmt-wrapper v0.2.1
29502025-01-08T23:28:22.702Z Compiling omicron-zone-package v0.12.0
29512025-01-08T23:28:22.839Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29522025-01-08T23:28:22.841Z Checking primeorder v0.13.6
29532025-01-08T23:28:23.140Z Checking env_filter v0.1.2
29542025-01-08T23:28:23.250Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29552025-01-08T23:28:23.285Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29562025-01-08T23:28:23.321Z Checking p384 v0.13.0
29572025-01-08T23:28:23.366Z Checking env_logger v0.11.5
29582025-01-08T23:28:23.517Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29592025-01-08T23:28:23.586Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29602025-01-08T23:28:23.643Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29612025-01-08T23:28:23.854Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29622025-01-08T23:28:23.857Z Checking thiserror-no-std v2.0.2
29632025-01-08T23:28:23.888Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29642025-01-08T23:28:23.962Z Checking vsss-rs v3.3.4
29652025-01-08T23:28:23.988Z Checking http-range v0.1.5
29662025-01-08T23:28:24.143Z Checking lockfree-object-pool v0.1.6
29672025-01-08T23:28:24.163Z Compiling zip v2.1.3
29682025-01-08T23:28:24.166Z Checking simd-adler32 v0.3.7
29692025-01-08T23:28:24.340Z Checking bumpalo v3.16.0
29702025-01-08T23:28:24.383Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29712025-01-08T23:28:24.452Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29722025-01-08T23:28:24.546Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29732025-01-08T23:28:24.658Z Checking zopfli v0.8.1
29742025-01-08T23:28:24.740Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29752025-01-08T23:28:25.196Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29762025-01-08T23:28:25.231Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29772025-01-08T23:28:25.367Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29782025-01-08T23:28:25.525Z Checking nanorand v0.7.0
29792025-01-08T23:28:25.648Z Checking atty v0.2.14
29802025-01-08T23:28:25.750Z Checking glob v0.3.1
29812025-01-08T23:28:25.777Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29822025-01-08T23:28:25.884Z Checking flume v0.11.1
29832025-01-08T23:28:25.902Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29842025-01-08T23:28:26.074Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29852025-01-08T23:28:26.440Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29862025-01-08T23:28:27.165Z Checking hyper-staticfile v0.10.1
29872025-01-08T23:28:27.508Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29882025-01-08T23:28:27.533Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29892025-01-08T23:28:27.707Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29902025-01-08T23:28:27.828Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29912025-01-08T23:28:27.936Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29922025-01-08T23:28:28.146Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29932025-01-08T23:28:28.968Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29942025-01-08T23:28:29.022Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29952025-01-08T23:28:29.596Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29962025-01-08T23:28:29.826Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29972025-01-08T23:28:32.465Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29982025-01-08T23:28:32.465Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29992025-01-08T23:28:41.989Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30002025-01-08T23:28:55.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.09s
30012025-01-08T23:28:55.800Z
30022025-01-08T23:28:55.800Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
30032025-01-08T23:28:56.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042025-01-08T23:28:56.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052025-01-08T23:28:56.538Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062025-01-08T23:29:10.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
30072025-01-08T23:29:10.347Z
30082025-01-08T23:29:10.347Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30092025-01-08T23:29:10.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102025-01-08T23:29:10.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112025-01-08T23:29:11.078Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122025-01-08T23:29:24.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s
30132025-01-08T23:29:25.107Z
30142025-01-08T23:29:25.107Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30152025-01-08T23:29:25.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162025-01-08T23:29:25.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172025-01-08T23:29:25.831Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182025-01-08T23:29:39.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s
30192025-01-08T23:29:39.864Z
30202025-01-08T23:29:39.864Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30212025-01-08T23:29:40.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222025-01-08T23:29:40.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232025-01-08T23:29:40.584Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30242025-01-08T23:29:54.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s
30252025-01-08T23:29:54.659Z
30262025-01-08T23:29:54.659Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30272025-01-08T23:29:55.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282025-01-08T23:29:55.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292025-01-08T23:29:55.377Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30302025-01-08T23:30:09.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s
30312025-01-08T23:30:09.472Z
30322025-01-08T23:30:09.473Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30332025-01-08T23:30:10.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342025-01-08T23:30:10.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352025-01-08T23:30:10.194Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30362025-01-08T23:30:24.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.57s
30372025-01-08T23:30:24.241Z
30382025-01-08T23:30:24.241Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30392025-01-08T23:30:24.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402025-01-08T23:30:24.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412025-01-08T23:30:24.969Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30422025-01-08T23:30:38.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s
30432025-01-08T23:30:38.932Z
30442025-01-08T23:30:38.932Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30452025-01-08T23:30:39.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462025-01-08T23:30:39.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472025-01-08T23:30:39.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482025-01-08T23:30:39.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30492025-01-08T23:30:39.576Z
30502025-01-08T23:30:39.576Zinfo: running `cargo check --bins` on key-manager (120/176)
30512025-01-08T23:30:40.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522025-01-08T23:30:40.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532025-01-08T23:30:40.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542025-01-08T23:30:40.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30552025-01-08T23:30:40.196Z
30562025-01-08T23:30:40.196Zinfo: running `cargo check --bins` on range-requests (121/176)
30572025-01-08T23:30:40.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582025-01-08T23:30:40.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592025-01-08T23:30:40.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602025-01-08T23:30:40.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30612025-01-08T23:30:40.804Z
30622025-01-08T23:30:40.804Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30632025-01-08T23:30:41.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642025-01-08T23:30:41.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652025-01-08T23:30:41.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662025-01-08T23:30:41.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30672025-01-08T23:30:41.430Z
30682025-01-08T23:30:41.430Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30692025-01-08T23:30:41.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702025-01-08T23:30:42.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712025-01-08T23:30:42.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722025-01-08T23:30:42.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30732025-01-08T23:30:42.080Z
30742025-01-08T23:30:42.080Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30752025-01-08T23:30:42.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762025-01-08T23:30:42.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772025-01-08T23:30:42.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782025-01-08T23:30:42.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30792025-01-08T23:30:42.681Z
30802025-01-08T23:30:42.681Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30812025-01-08T23:30:43.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822025-01-08T23:30:43.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832025-01-08T23:30:43.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842025-01-08T23:30:43.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30852025-01-08T23:30:43.319Z
30862025-01-08T23:30:43.319Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30872025-01-08T23:30:43.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882025-01-08T23:30:43.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892025-01-08T23:30:43.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902025-01-08T23:30:43.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30912025-01-08T23:30:43.956Z
30922025-01-08T23:30:43.956Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30932025-01-08T23:30:44.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942025-01-08T23:30:44.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952025-01-08T23:30:44.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962025-01-08T23:30:44.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30972025-01-08T23:30:44.601Z
30982025-01-08T23:30:44.601Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176)
30992025-01-08T23:30:45.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002025-01-08T23:30:45.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012025-01-08T23:30:45.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022025-01-08T23:30:45.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31032025-01-08T23:30:45.250Z
31042025-01-08T23:30:45.250Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (129/176)
31052025-01-08T23:30:45.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062025-01-08T23:30:45.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072025-01-08T23:30:45.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082025-01-08T23:30:45.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31092025-01-08T23:30:45.901Z
31102025-01-08T23:30:45.902Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31112025-01-08T23:30:46.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122025-01-08T23:30:46.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132025-01-08T23:30:46.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142025-01-08T23:30:46.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31152025-01-08T23:30:46.545Z
31162025-01-08T23:30:46.545Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31172025-01-08T23:30:47.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182025-01-08T23:30:47.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192025-01-08T23:30:47.220Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31202025-01-08T23:30:47.220Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31212025-01-08T23:30:48.074Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31222025-01-08T23:30:50.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
31232025-01-08T23:30:50.285Z
31242025-01-08T23:30:50.286Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31252025-01-08T23:30:50.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262025-01-08T23:30:50.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272025-01-08T23:30:50.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282025-01-08T23:30:50.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31292025-01-08T23:30:50.908Z
31302025-01-08T23:30:50.908Zinfo: running `cargo check --bins` on cert-dev (133/176)
31312025-01-08T23:30:51.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322025-01-08T23:30:51.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332025-01-08T23:30:51.513Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31342025-01-08T23:30:51.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
31352025-01-08T23:30:51.943Z
31362025-01-08T23:30:51.943Zinfo: running `cargo check --bins` on clickana (134/176)
31372025-01-08T23:30:52.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382025-01-08T23:30:52.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392025-01-08T23:30:52.581Z Checking castaway v0.2.3
31402025-01-08T23:30:52.584Z Checking unicode-truncate v1.1.0
31412025-01-08T23:30:52.584Z Checking lru v0.12.5
31422025-01-08T23:30:52.584Z Compiling instability v0.3.2
31432025-01-08T23:30:52.584Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31442025-01-08T23:30:52.584Z Checking cassowary v0.3.0
31452025-01-08T23:30:52.801Z Checking compact_str v0.8.0
31462025-01-08T23:30:53.405Z Checking ratatui v0.28.1
31472025-01-08T23:30:54.385Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31482025-01-08T23:30:55.385Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31492025-01-08T23:30:56.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
31502025-01-08T23:30:56.386Z
31512025-01-08T23:30:56.386Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31522025-01-08T23:30:56.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532025-01-08T23:30:56.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542025-01-08T23:30:57.052Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31552025-01-08T23:30:57.052Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31562025-01-08T23:30:58.064Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31572025-01-08T23:30:58.563Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31582025-01-08T23:30:58.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
31592025-01-08T23:30:59.113Z
31602025-01-08T23:30:59.113Zinfo: running `cargo check --bins` on ch-dev (136/176)
31612025-01-08T23:30:59.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622025-01-08T23:30:59.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632025-01-08T23:30:59.772Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31642025-01-08T23:31:00.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
31652025-01-08T23:31:00.655Z
31662025-01-08T23:31:00.655Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31672025-01-08T23:31:01.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682025-01-08T23:31:01.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692025-01-08T23:31:01.302Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31702025-01-08T23:31:01.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31712025-01-08T23:31:01.856Z
31722025-01-08T23:31:01.856Zinfo: running `cargo check --bins` on db-dev (138/176)
31732025-01-08T23:31:02.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742025-01-08T23:31:02.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752025-01-08T23:31:02.517Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31762025-01-08T23:31:03.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
31772025-01-08T23:31:03.416Z
31782025-01-08T23:31:03.416Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31792025-01-08T23:31:03.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802025-01-08T23:31:03.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812025-01-08T23:31:03.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822025-01-08T23:31:03.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31832025-01-08T23:31:04.067Z
31842025-01-08T23:31:04.067Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31852025-01-08T23:31:04.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862025-01-08T23:31:04.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872025-01-08T23:31:04.669Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31882025-01-08T23:31:05.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
31892025-01-08T23:31:05.715Z
31902025-01-08T23:31:05.715Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31912025-01-08T23:31:06.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922025-01-08T23:31:06.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932025-01-08T23:31:06.322Z Checking cargo-platform v0.1.8
31942025-01-08T23:31:06.591Z Checking cargo_metadata v0.18.1
31952025-01-08T23:31:07.537Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31962025-01-08T23:31:08.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
31972025-01-08T23:31:08.512Z
31982025-01-08T23:31:08.512Zinfo: running `cargo check --bins` on mgs-dev (142/176)
31992025-01-08T23:31:09.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002025-01-08T23:31:09.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012025-01-08T23:31:09.222Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32022025-01-08T23:31:10.711Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32032025-01-08T23:31:11.327Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32042025-01-08T23:31:11.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
32052025-01-08T23:31:12.086Z
32062025-01-08T23:31:12.087Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32072025-01-08T23:31:12.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082025-01-08T23:31:12.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092025-01-08T23:31:12.853Z Compiling crunchy v0.2.2
32102025-01-08T23:31:12.855Z Compiling tiny-keccak v2.0.2
32112025-01-08T23:31:12.855Z Compiling dsl_auto_type v0.1.2
32122025-01-08T23:31:12.855Z Checking scheduled-thread-pool v0.2.7
32132025-01-08T23:31:12.855Z Compiling diesel_table_macro_syntax v0.2.0
32142025-01-08T23:31:12.986Z Compiling ascii-canvas v3.0.0
32152025-01-08T23:31:12.998Z Compiling ena v0.14.3
32162025-01-08T23:31:13.012Z Compiling diff v0.1.13
32172025-01-08T23:31:13.197Z Checking r2d2 v0.8.10
32182025-01-08T23:31:13.254Z Compiling regex-syntax v0.6.29
32192025-01-08T23:31:13.387Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32202025-01-08T23:31:13.406Z Compiling ref-cast v1.0.23
32212025-01-08T23:31:13.495Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32222025-01-08T23:31:13.572Z Compiling derive_builder_core v0.20.2
32232025-01-08T23:31:13.642Z Compiling libxml v0.3.3
32242025-01-08T23:31:13.673Z Compiling ref-cast-impl v1.0.23
32252025-01-08T23:31:13.738Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32262025-01-08T23:31:14.025Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32272025-01-08T23:31:14.495Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32282025-01-08T23:31:14.495Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32292025-01-08T23:31:14.495Z Compiling strum_macros v0.24.3
32302025-01-08T23:31:14.495Z Compiling samael v0.0.17
32312025-01-08T23:31:14.574Z Compiling diesel_derives v2.2.3
32322025-01-08T23:31:14.654Z Compiling indoc v1.0.9
32332025-01-08T23:31:15.631Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32342025-01-08T23:31:15.919Z Compiling impl-trait-for-tuples v0.2.2
32352025-01-08T23:31:15.967Z Compiling derive_builder_macro v0.20.2
32362025-01-08T23:31:16.803Z Compiling lalrpop v0.19.12
32372025-01-08T23:31:16.845Z Checking derive_builder v0.20.2
32382025-01-08T23:31:16.993Z Compiling oso-derive v0.27.3
32392025-01-08T23:31:17.421Z Checking quick-xml v0.33.0
32402025-01-08T23:31:17.895Z Compiling diesel-dtrace v0.4.2
32412025-01-08T23:31:18.072Z Checking maplit v1.0.2
32422025-01-08T23:31:18.233Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32432025-01-08T23:31:18.258Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32442025-01-08T23:31:18.476Z Checking bb8 v0.8.5
32452025-01-08T23:31:18.555Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32462025-01-08T23:31:18.833Z Checking rand_seeder v0.3.0
32472025-01-08T23:31:19.072Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32482025-01-08T23:31:19.090Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32492025-01-08T23:31:19.162Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32502025-01-08T23:31:19.289Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32512025-01-08T23:31:19.564Z Checking unicode-linebreak v0.1.5
32522025-01-08T23:31:19.961Z Checking smawk v0.3.2
32532025-01-08T23:31:20.014Z Checking is_ci v1.2.0
32542025-01-08T23:31:20.158Z Checking supports-color v3.0.1
32552025-01-08T23:31:20.176Z Checking textwrap v0.16.1
32562025-01-08T23:31:20.390Z Checking multimap v0.10.0
32572025-01-08T23:31:21.122Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32582025-01-08T23:31:23.555Z Checking diesel v2.2.6
32592025-01-08T23:31:49.678Z Compiling polar-core v0.27.3
32602025-01-08T23:31:52.446Z Checking async-bb8-diesel v0.2.1
32612025-01-08T23:31:57.129Z Checking oso v0.27.3
32622025-01-08T23:33:02.649Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32632025-01-08T23:33:08.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
32642025-01-08T23:33:08.891Z
32652025-01-08T23:33:08.891Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32662025-01-08T23:33:09.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672025-01-08T23:33:09.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682025-01-08T23:33:09.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692025-01-08T23:33:09.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32702025-01-08T23:33:09.559Z
32712025-01-08T23:33:09.559Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32722025-01-08T23:33:10.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732025-01-08T23:33:10.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742025-01-08T23:33:10.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752025-01-08T23:33:10.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32762025-01-08T23:33:10.225Z
32772025-01-08T23:33:10.225Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32782025-01-08T23:33:10.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792025-01-08T23:33:10.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802025-01-08T23:33:10.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812025-01-08T23:33:10.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32822025-01-08T23:33:10.825Z
32832025-01-08T23:33:10.825Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32842025-01-08T23:33:11.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852025-01-08T23:33:11.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862025-01-08T23:33:11.605Z Compiling libz-sys v1.1.20
32872025-01-08T23:33:11.719Z Compiling libgit2-sys v0.17.0+1.8.1
32882025-01-08T23:33:11.730Z Compiling vergen v8.3.2
32892025-01-08T23:33:11.733Z Compiling cargo-platform v0.1.8
32902025-01-08T23:33:11.733Z Compiling pin-project-internal v1.1.6
32912025-01-08T23:33:11.766Z Compiling libsqlite3-sys v0.30.1
32922025-01-08T23:33:11.767Z Compiling snafu-derive v0.8.5
32932025-01-08T23:33:11.771Z Compiling cfg_aliases v0.2.1
32942025-01-08T23:33:11.900Z Compiling rustls v0.21.12
32952025-01-08T23:33:12.026Z Compiling cargo_metadata v0.18.1
32962025-01-08T23:33:12.164Z Compiling buf-list v1.0.3
32972025-01-08T23:33:12.302Z Compiling nix v0.29.0
32982025-01-08T23:33:12.328Z Checking globset v0.4.15
32992025-01-08T23:33:12.643Z Checking olpc-cjson v0.1.4
33002025-01-08T23:33:12.854Z Checking rustls-webpki v0.101.7
33012025-01-08T23:33:12.871Z Checking sct v0.7.1
33022025-01-08T23:33:12.874Z Checking serde_plain v1.0.2
33032025-01-08T23:33:13.070Z Checking typed-path v0.9.3
33042025-01-08T23:33:13.419Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33052025-01-08T23:33:13.635Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33062025-01-08T23:33:13.679Z Checking hashlink v0.9.1
33072025-01-08T23:33:13.904Z Checking parse-size v1.1.0
33082025-01-08T23:33:14.082Z Checking fallible-iterator v0.3.0
33092025-01-08T23:33:14.348Z Checking fallible-streaming-iterator v0.1.9
33102025-01-08T23:33:14.703Z Checking rusqlite v0.32.1
33112025-01-08T23:33:14.808Z Checking pin-project v1.1.6
33122025-01-08T23:33:14.934Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33132025-01-08T23:33:15.072Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33142025-01-08T23:33:15.119Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33152025-01-08T23:33:15.630Z Checking rustls-pemfile v1.0.4
33162025-01-08T23:33:15.785Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33172025-01-08T23:33:15.834Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33182025-01-08T23:33:15.949Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33192025-01-08T23:33:16.041Z Checking twox-hash v1.6.3
33202025-01-08T23:33:16.080Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33212025-01-08T23:33:16.099Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33222025-01-08T23:33:16.486Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33232025-01-08T23:33:16.740Z Checking tokio-rustls v0.24.1
33242025-01-08T23:33:17.080Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33252025-01-08T23:33:17.082Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33262025-01-08T23:33:17.121Z Checking fatfs v0.3.6
33272025-01-08T23:33:17.311Z Checking snafu v0.8.5
33282025-01-08T23:33:17.750Z Checking tough v0.19.0
33292025-01-08T23:33:17.920Z Checking assert_matches v1.5.0
33302025-01-08T23:33:21.849Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33312025-01-08T23:33:23.194Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33322025-01-08T23:33:23.963Z Compiling git2 v0.19.0
33332025-01-08T23:33:28.603Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33342025-01-08T23:34:22.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
33352025-01-08T23:34:22.377Z
33362025-01-08T23:34:22.377Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33372025-01-08T23:34:22.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382025-01-08T23:34:22.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392025-01-08T23:34:22.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402025-01-08T23:34:22.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33412025-01-08T23:34:23.073Z
33422025-01-08T23:34:23.073Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33432025-01-08T23:34:23.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-01-08T23:34:23.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-01-08T23:34:23.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462025-01-08T23:34:23.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33472025-01-08T23:34:23.678Z
33482025-01-08T23:34:23.678Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33492025-01-08T23:34:24.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-01-08T23:34:24.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-01-08T23:34:24.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522025-01-08T23:34:24.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33532025-01-08T23:34:24.324Z
33542025-01-08T23:34:24.324Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33552025-01-08T23:34:24.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562025-01-08T23:34:24.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572025-01-08T23:34:24.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582025-01-08T23:34:24.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33592025-01-08T23:34:24.986Z
33602025-01-08T23:34:24.986Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33612025-01-08T23:34:25.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622025-01-08T23:34:25.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632025-01-08T23:34:25.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642025-01-08T23:34:25.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33652025-01-08T23:34:25.653Z
33662025-01-08T23:34:25.653Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33672025-01-08T23:34:26.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682025-01-08T23:34:26.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692025-01-08T23:34:26.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702025-01-08T23:34:26.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33712025-01-08T23:34:26.320Z
33722025-01-08T23:34:26.320Zinfo: running `cargo check --bins` on update-common (154/176)
33732025-01-08T23:34:26.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742025-01-08T23:34:26.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752025-01-08T23:34:26.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762025-01-08T23:34:26.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33772025-01-08T23:34:26.962Z
33782025-01-08T23:34:26.962Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33792025-01-08T23:34:27.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802025-01-08T23:34:27.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812025-01-08T23:34:27.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822025-01-08T23:34:27.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33832025-01-08T23:34:27.602Z
33842025-01-08T23:34:27.602Zinfo: running `cargo check --bins` on tufaceous (156/176)
33852025-01-08T23:34:28.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862025-01-08T23:34:28.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872025-01-08T23:34:28.261Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33882025-01-08T23:34:29.499Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33892025-01-08T23:34:30.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
33902025-01-08T23:34:30.556Z
33912025-01-08T23:34:30.556Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33922025-01-08T23:34:31.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932025-01-08T23:34:31.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942025-01-08T23:34:31.385Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33952025-01-08T23:34:31.388Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33962025-01-08T23:34:31.521Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33972025-01-08T23:34:31.524Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33982025-01-08T23:34:32.560Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33992025-01-08T23:34:57.944Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34002025-01-08T23:34:57.947Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34012025-01-08T23:34:57.947Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34022025-01-08T23:34:57.947Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34032025-01-08T23:34:57.947Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34042025-01-08T23:34:58.801Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34052025-01-08T23:35:00.075Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34062025-01-08T23:35:38.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
34072025-01-08T23:35:38.350Z
34082025-01-08T23:35:38.350Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34092025-01-08T23:35:38.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102025-01-08T23:35:38.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112025-01-08T23:35:39.049Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34122025-01-08T23:35:39.052Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34132025-01-08T23:35:39.155Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34142025-01-08T23:35:39.177Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34152025-01-08T23:35:39.179Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34162025-01-08T23:35:39.201Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34172025-01-08T23:35:39.204Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34182025-01-08T23:35:39.229Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34192025-01-08T23:35:39.422Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34202025-01-08T23:35:39.467Z Checking heck v0.4.1
34212025-01-08T23:35:39.554Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34222025-01-08T23:35:39.680Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34232025-01-08T23:35:39.739Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34242025-01-08T23:35:39.864Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34252025-01-08T23:35:40.224Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262025-01-08T23:35:40.582Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34272025-01-08T23:35:40.649Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282025-01-08T23:35:42.068Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34292025-01-08T23:35:42.729Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34302025-01-08T23:35:42.920Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312025-01-08T23:35:43.047Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34322025-01-08T23:35:45.230Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34332025-01-08T23:35:45.230Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34342025-01-08T23:35:46.040Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34352025-01-08T23:35:47.593Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34362025-01-08T23:35:53.827Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34372025-01-08T23:35:53.827Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34382025-01-08T23:35:55.057Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34392025-01-08T23:35:56.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.80s
34402025-01-08T23:35:56.337Z
34412025-01-08T23:35:56.337Zinfo: running `cargo check --bins` on installinator-api (159/176)
34422025-01-08T23:35:56.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432025-01-08T23:35:56.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442025-01-08T23:35:56.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452025-01-08T23:35:56.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34462025-01-08T23:35:56.975Z
34472025-01-08T23:35:56.975Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34482025-01-08T23:35:57.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492025-01-08T23:35:57.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502025-01-08T23:35:57.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512025-01-08T23:35:57.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34522025-01-08T23:35:57.623Z
34532025-01-08T23:35:57.623Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34542025-01-08T23:35:58.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552025-01-08T23:35:58.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562025-01-08T23:35:58.307Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34572025-01-08T23:35:58.307Z Compiling petname v2.0.2
34582025-01-08T23:35:58.307Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34592025-01-08T23:35:58.309Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34602025-01-08T23:35:58.310Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34612025-01-08T23:35:58.310Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34622025-01-08T23:35:58.422Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34632025-01-08T23:35:58.440Z Checking sync-ptr v0.1.1
34642025-01-08T23:36:03.897Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34652025-01-08T23:36:04.537Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34662025-01-08T23:36:05.709Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34672025-01-08T23:36:07.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.66s
34682025-01-08T23:36:07.467Z
34692025-01-08T23:36:07.467Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34702025-01-08T23:36:08.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712025-01-08T23:36:08.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722025-01-08T23:36:08.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732025-01-08T23:36:08.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34742025-01-08T23:36:08.126Z
34752025-01-08T23:36:08.126Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34762025-01-08T23:36:08.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772025-01-08T23:36:08.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782025-01-08T23:36:08.786Z Checking memmap2 v0.9.5
34792025-01-08T23:36:08.786Z Checking arrayvec v0.7.6
34802025-01-08T23:36:08.789Z Checking constant_time_eq v0.3.1
34812025-01-08T23:36:08.789Z Checking arrayref v0.3.9
34822025-01-08T23:36:08.789Z Checking topological-sort v0.2.2
34832025-01-08T23:36:08.890Z Checking shell-words v1.1.0
34842025-01-08T23:36:09.136Z Checking blake3 v1.5.4
34852025-01-08T23:36:09.471Z Checking omicron-zone-package v0.12.0
34862025-01-08T23:36:10.679Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34872025-01-08T23:36:11.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
34882025-01-08T23:36:11.749Z
34892025-01-08T23:36:11.749Zinfo: running `cargo check --bins` on xtask (164/176)
34902025-01-08T23:36:12.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912025-01-08T23:36:12.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922025-01-08T23:36:12.174Z Checking bitflags v2.6.0
34932025-01-08T23:36:12.176Z Checking serde v1.0.215
34942025-01-08T23:36:12.176Z Checking thiserror v1.0.69
34952025-01-08T23:36:12.266Z Checking scroll v0.12.0
34962025-01-08T23:36:12.270Z Checking hashbrown v0.15.1
34972025-01-08T23:36:12.274Z Checking log v0.4.22
34982025-01-08T23:36:12.282Z Checking zerocopy v0.7.35
34992025-01-08T23:36:12.306Z Checking syn v2.0.87
35002025-01-08T23:36:12.361Z Checking pest v2.7.14
35012025-01-08T23:36:12.501Z Checking rustix v0.38.37
35022025-01-08T23:36:12.532Z Checking once_cell v1.20.2
35032025-01-08T23:36:12.712Z Checking goblin v0.8.2
35042025-01-08T23:36:12.851Z Checking fs-err v2.11.0
35052025-01-08T23:36:13.144Z Checking tabled v0.15.0
35062025-01-08T23:36:13.322Z Checking indexmap v2.6.0
35072025-01-08T23:36:13.670Z Checking anyhow v1.0.93
35082025-01-08T23:36:14.490Z Checking terminal_size v0.4.0
35092025-01-08T23:36:14.493Z Checking tempfile v3.13.0
35102025-01-08T23:36:14.675Z Checking dtrace-parser v0.2.0
35112025-01-08T23:36:14.677Z Checking clap_builder v4.5.21
35122025-01-08T23:36:16.621Z Checking serde_json v1.0.133
35132025-01-08T23:36:16.621Z Checking toml_datetime v0.6.8
35142025-01-08T23:36:16.623Z Checking serde_spanned v0.6.8
35152025-01-08T23:36:16.623Z Checking camino v1.1.9
35162025-01-08T23:36:16.623Z Checking cargo-platform v0.1.8
35172025-01-08T23:36:16.677Z Checking semver v1.0.23
35182025-01-08T23:36:16.832Z Checking macaddr v1.0.1
35192025-01-08T23:36:16.888Z Checking clap v4.5.21
35202025-01-08T23:36:16.903Z Checking toml_edit v0.22.22
35212025-01-08T23:36:17.103Z Checking camino-tempfile v1.1.1
35222025-01-08T23:36:17.742Z Checking dof v0.3.0
35232025-01-08T23:36:17.742Z Checking cargo_metadata v0.18.1
35242025-01-08T23:36:18.187Z Checking usdt-impl v0.5.0
35252025-01-08T23:36:18.538Z Checking usdt v0.5.0
35262025-01-08T23:36:18.663Z Checking toml v0.8.19
35272025-01-08T23:36:19.127Z Checking cargo_toml v0.20.5
35282025-01-08T23:36:20.312Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35292025-01-08T23:36:20.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
35302025-01-08T23:36:21.017Z
35312025-01-08T23:36:21.017Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35322025-01-08T23:36:21.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332025-01-08T23:36:21.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342025-01-08T23:36:21.774Z Checking polyval v0.6.2
35352025-01-08T23:36:21.887Z Checking ctr v0.9.2
35362025-01-08T23:36:21.898Z Checking ssh-encoding v0.2.0
35372025-01-08T23:36:21.901Z Checking blowfish v0.9.1
35382025-01-08T23:36:21.921Z Checking password-hash v0.4.2
35392025-01-08T23:36:21.925Z Checking matches v0.1.10
35402025-01-08T23:36:21.949Z Checking p256 v0.13.2
35412025-01-08T23:36:21.949Z Checking p521 v0.13.3
35422025-01-08T23:36:22.020Z Checking idna v0.2.3
35432025-01-08T23:36:22.113Z Checking ghash v0.5.1
35442025-01-08T23:36:22.131Z Checking bcrypt-pbkdf v0.10.0
35452025-01-08T23:36:22.149Z Compiling enum-as-inner v0.5.1
35462025-01-08T23:36:22.226Z Checking russh-cryptovec v0.7.3
35472025-01-08T23:36:22.274Z Checking aes-gcm v0.10.3
35482025-01-08T23:36:22.328Z Checking pbkdf2 v0.11.0
35492025-01-08T23:36:22.377Z Checking md5 v0.7.0
35502025-01-08T23:36:22.419Z Checking num-bigint v0.4.6
35512025-01-08T23:36:22.437Z Checking des v0.8.1
35522025-01-08T23:36:22.512Z Checking ssh-cipher v0.2.0
35532025-01-08T23:36:22.625Z Compiling dhcproto-macros v0.1.0
35542025-01-08T23:36:22.647Z Checking hex-literal v0.4.1
35552025-01-08T23:36:22.706Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35562025-01-08T23:36:22.780Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35572025-01-08T23:36:22.798Z Checking ssh-key v0.6.6
35582025-01-08T23:36:22.824Z Checking internet-checksum v0.2.1
35592025-01-08T23:36:23.149Z Checking trust-dns-proto v0.22.0
35602025-01-08T23:36:24.126Z Checking russh-keys v0.45.0
35612025-01-08T23:36:25.033Z Checking russh v0.45.0
35622025-01-08T23:36:25.605Z Checking dhcproto v0.12.0
35632025-01-08T23:36:42.524Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35642025-01-08T23:36:43.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.91s
35652025-01-08T23:36:44.136Z
35662025-01-08T23:36:44.136Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35672025-01-08T23:36:44.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682025-01-08T23:36:44.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692025-01-08T23:36:44.769Z Checking termios v0.3.3
35702025-01-08T23:36:44.984Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35712025-01-08T23:36:45.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
35722025-01-08T23:36:45.925Z
35732025-01-08T23:36:45.925Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35742025-01-08T23:36:46.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752025-01-08T23:36:46.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762025-01-08T23:36:46.616Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35772025-01-08T23:36:46.616Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35782025-01-08T23:36:46.618Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35792025-01-08T23:36:46.619Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35802025-01-08T23:36:47.680Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35812025-01-08T23:36:48.970Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35822025-01-08T23:36:50.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
35832025-01-08T23:36:51.029Z
35842025-01-08T23:36:51.029Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35852025-01-08T23:36:51.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862025-01-08T23:36:51.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872025-01-08T23:36:51.658Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35882025-01-08T23:36:52.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35892025-01-08T23:36:52.312Z
35902025-01-08T23:36:52.312Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35912025-01-08T23:36:52.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922025-01-08T23:36:52.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932025-01-08T23:36:52.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942025-01-08T23:36:52.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35952025-01-08T23:36:52.923Z
35962025-01-08T23:36:52.923Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
35972025-01-08T23:36:53.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982025-01-08T23:36:53.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992025-01-08T23:36:53.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002025-01-08T23:36:53.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36012025-01-08T23:36:53.532Z
36022025-01-08T23:36:53.532Zinfo: running `cargo check --bins` on omicron-package (171/176)
36032025-01-08T23:36:54.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042025-01-08T23:36:54.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052025-01-08T23:36:54.192Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36062025-01-08T23:36:55.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
36072025-01-08T23:36:55.759Z
36082025-01-08T23:36:55.759Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36092025-01-08T23:36:56.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102025-01-08T23:36:56.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112025-01-08T23:36:56.453Z Checking rtoolbox v0.0.2
36122025-01-08T23:36:56.456Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36132025-01-08T23:36:56.456Z Checking tui-tree-widget v0.22.0
36142025-01-08T23:36:56.677Z Checking rpassword v7.3.1
36152025-01-08T23:37:00.721Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36162025-01-08T23:37:03.718Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36172025-01-08T23:37:04.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
36182025-01-08T23:37:05.120Z
36192025-01-08T23:37:05.120Zinfo: running `cargo check --bins` on wicket (173/176)
36202025-01-08T23:37:05.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212025-01-08T23:37:05.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222025-01-08T23:37:05.816Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36232025-01-08T23:37:06.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
36242025-01-08T23:37:06.449Z
36252025-01-08T23:37:06.449Zinfo: running `cargo check --bins` on wicketd (174/176)
36262025-01-08T23:37:07.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272025-01-08T23:37:07.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282025-01-08T23:37:07.160Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36292025-01-08T23:37:07.162Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36302025-01-08T23:37:08.025Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36312025-01-08T23:37:11.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
36322025-01-08T23:37:12.062Z
36332025-01-08T23:37:12.062Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36342025-01-08T23:37:12.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352025-01-08T23:37:12.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362025-01-08T23:37:12.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372025-01-08T23:37:12.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36382025-01-08T23:37:12.672Z
36392025-01-08T23:37:12.673Zinfo: running `cargo check --bins` on zone-setup (176/176)
36402025-01-08T23:37:13.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412025-01-08T23:37:13.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422025-01-08T23:37:13.397Z Checking uzers v0.12.1
36432025-01-08T23:37:13.737Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36442025-01-08T23:37:14.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
36452025-01-08T23:37:15.131Z
36462025-01-08T23:37:15.134Zreal 13:27.536022013
36472025-01-08T23:37:15.134Zuser 25:12.283911649
36482025-01-08T23:37:15.134Zsys 5:43.340165812
36492025-01-08T23:37:15.134Ztrap 0.481463456
36502025-01-08T23:37:15.134Ztflt 2.433833668
36512025-01-08T23:37:15.134Zdflt 3.048979733
36522025-01-08T23:37:15.134Zkflt 0.001876763
36532025-01-08T23:37:15.134Zlock 48:04.814238194
36542025-01-08T23:37:15.134Zslp 2:12:09.797550142
36552025-01-08T23:37:15.134Zlat 1:04.883895088
36562025-01-08T23:37:15.134Zstop 3:23.718567481
36572025-01-08T23:37:15.134Zprocess exited: duration 1116632 ms, exit code 0
 
36582025-01-08T23:37:15.141Zfound 0 output files