01JH3FQY0ZDKXQT77BFMJ3A5KX: 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: 01JH3FR9FV86HX2K3RGZRDJRFA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-08T17:36:12.297Zjob assigned to worker 01JH3FRFN3VVA2NBFFXXMJC60M [factory aws, i-05156eb53714621b6] (queued for 54 s)
 
22025-01-08T17:36:19.976Zstarting task 0: "setup"
32025-01-08T17:36:19.984Z++ uname -s
42025-01-08T17:36:19.986Z+ kern=SunOS
52025-01-08T17:36:19.986Z+ case "$kern" in
62025-01-08T17:36:19.986Z+ groupadd -g 12345 build
72025-01-08T17:36:19.988Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-08T17:36:21.994Z+ zfs create -o mountpoint=/work rpool/work
92025-01-08T17:36:22.076Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-08T17:36:22.080Z+ home_fs=zfs
112025-01-08T17:36:22.080Z+ [[ zfs == autofs ]]
122025-01-08T17:36:22.080Z+ mkdir -p /home/build
132025-01-08T17:36:22.080Z+ chown build:build /home/build /work
142025-01-08T17:36:24.083Z+ chmod 0700 /home/build /work
152025-01-08T17:36:24.085Zprocess exited: duration 4110 ms, exit code 0
 
162025-01-08T17:36:24.090Zstarting task 1: "rust-toolchain"
172025-01-08T17:36:24.095Z+ printf ' * toolchain channel = "%s"
182025-01-08T17:36:24.095Z * toolchain channel = "1.81.0"
192025-01-08T17:36:24.095Z * toolchain profile = "default"
202025-01-08T17:36:24.095Z' 1.81.0
212025-01-08T17:36:24.096Z+ printf ' * toolchain profile = "%s"
222025-01-08T17:36:24.096Z' default
232025-01-08T17:36:24.098Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-08T17:36:24.098Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-08T17:36:24.211Zinfo: downloading installer
262025-01-08T17:36:25.709Zinfo: profile set to 'default'
272025-01-08T17:36:25.709Zinfo: default host triple is x86_64-unknown-illumos
282025-01-08T17:36:25.709Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-08T17:36:25.864Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-08T17:36:25.864Zinfo: downloading component 'cargo'
312025-01-08T17:36:26.722Zinfo: downloading component 'clippy'
322025-01-08T17:36:27.040Zinfo: downloading component 'rust-docs'
332025-01-08T17:36:28.235Zinfo: downloading component 'rust-std'
342025-01-08T17:36:30.088Zinfo: downloading component 'rustc'
352025-01-08T17:36:36.761Zinfo: downloading component 'rustfmt'
362025-01-08T17:36:37.012Zinfo: installing component 'cargo'
372025-01-08T17:36:37.801Zinfo: installing component 'clippy'
382025-01-08T17:36:38.157Zinfo: installing component 'rust-docs'
392025-01-08T17:36:39.778Zinfo: installing component 'rust-std'
402025-01-08T17:36:41.482Zinfo: installing component 'rustc'
412025-01-08T17:36:47.006Zinfo: installing component 'rustfmt'
422025-01-08T17:36:47.323Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-08T17:36:47.323Z
442025-01-08T17:36:47.679Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-08T17:36:47.679Z
462025-01-08T17:36:47.679Z
472025-01-08T17:36:47.679ZRust is installed now. Great!
482025-01-08T17:36:47.679Z
492025-01-08T17:36:47.679ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-08T17:36:47.679Zenvironment variable. This has not been done automatically.
512025-01-08T17:36:47.679Z
522025-01-08T17:36:47.679ZTo configure your current shell, you need to source
532025-01-08T17:36:47.679Zthe corresponding env file under $HOME/.cargo.
542025-01-08T17:36:47.679Z
552025-01-08T17:36:47.680ZThis is usually done by running one of the following (note the leading DOT):
562025-01-08T17:36:47.680Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-08T17:36:47.680Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-08T17:36:47.745Z+ rustc --version
592025-01-08T17:36:47.809Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-08T17:36:47.812Zprocess exited: duration 23716 ms, exit code 0
 
612025-01-08T17:36:47.817Zstarting task 2: "authentication"
622025-01-08T17:36:47.837Zprocess exited: duration 19 ms, exit code 0
 
632025-01-08T17:36:47.842Zstarting task 3: "clone repository"
642025-01-08T17:36:47.847Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-08T17:36:47.849Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-08T17:36:48.100ZCloning into '/work/oxidecomputer/omicron'...
672025-01-08T17:36:56.111Z+ cd /work/oxidecomputer/omicron
682025-01-08T17:36:56.111Z+ git fetch origin 95cfd680cf02778daa4c1e551dfbc84fa5def630
692025-01-08T17:36:56.605ZFrom https://github.com/oxidecomputer/omicron
702025-01-08T17:36:56.605Z * branch 95cfd680cf02778daa4c1e551dfbc84fa5def630 -> FETCH_HEAD
712025-01-08T17:36:56.615Z+ [[ -n blueprint-zones-map ]]
722025-01-08T17:36:56.617Z++ git branch --show-current
732025-01-08T17:36:56.619Z+ current=main
742025-01-08T17:36:56.619Z+ [[ main != blueprint-zones-map ]]
752025-01-08T17:36:56.619Z+ git branch -f blueprint-zones-map 95cfd680cf02778daa4c1e551dfbc84fa5def630
762025-01-08T17:36:56.622Z+ git checkout -f blueprint-zones-map
772025-01-08T17:36:56.797ZSwitched to branch 'blueprint-zones-map'
782025-01-08T17:36:56.799Z+ git reset --hard 95cfd680cf02778daa4c1e551dfbc84fa5def630
792025-01-08T17:36:56.827ZHEAD is now at 95cfd680c review feedback
802025-01-08T17:36:56.829Zprocess exited: duration 8984 ms, exit code 0
 
812025-01-08T17:36:56.834Zstarting task 4: "build"
822025-01-08T17:36:56.839Z+ source .github/buildomat/ci-env.sh
832025-01-08T17:36:56.842Z++ export CARGO_TERM_COLOR=always
842025-01-08T17:36:56.842Z++ CARGO_TERM_COLOR=always
852025-01-08T17:36:56.842Z+ cargo --version
862025-01-08T17:36:56.895Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-08T17:36:56.898Z+ rustc --version
882025-01-08T17:36:56.956Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-08T17:36:56.960Z+ source ./env.sh
902025-01-08T17:36:56.960Z++ OLD_SHELL_OPTS=ehxB
912025-01-08T17:36:56.960Z++ set -o xtrace
922025-01-08T17:36:56.963Z++++ dirname ./env.sh
932025-01-08T17:36:56.963Z+++ readlink -f .
942025-01-08T17:36:57.134Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-08T17:36:57.134Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962025-01-08T17:36:57.134Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972025-01-08T17:36:57.137Z++ 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
982025-01-08T17:36:57.137Z++ 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
992025-01-08T17:36:57.137Z++ 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
1002025-01-08T17:36:57.137Z++ 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
1012025-01-08T17:36:57.137Z++ 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
1022025-01-08T17:36:57.137Z++ 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
1032025-01-08T17:36:57.137Z++ case $OLD_SHELL_OPTS in
1042025-01-08T17:36:57.137Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-08T17:36:57.137Z+ 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
1062025-01-08T17:36:57.137Z+ 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
1072025-01-08T17:36:57.137Z+ banner prerequisites
1082025-01-08T17:36:57.320Z
1092025-01-08T17:36:57.321Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-08T17:36:57.321Z # # # # # # # # # # # # # # #
1112025-01-08T17:36:57.321Z # # # # ##### # # ##### # # # # # #### #
1122025-01-08T17:36:57.321Z ##### ##### # ##### # # # # # # # # #
1132025-01-08T17:36:57.321Z # # # # # # # # # # # # # # #
1142025-01-08T17:36:57.321Z # # # ###### # # ###### ### # #### # #### #
1152025-01-08T17:36:57.321Z
1162025-01-08T17:36:57.323Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-08T17:37:17.833Z Startup: Refreshing catalog 'helios-dev' ... Done
1182025-01-08T17:37:22.049Z Startup: Caching catalogs ... Done
1192025-01-08T17:37:33.051ZPlanning: Solver setup ... Done (10.018s)
1202025-01-08T17:37:33.189ZPlanning: Running solver ... Done (0.139s)
1212025-01-08T17:37:33.569ZPlanning: Finding local manifests ... Done (0.277s)
1222025-01-08T17:37:33.593ZPlanning: Fetching manifests: 0/5 0% complete
1232025-01-08T17:37:34.229ZPlanning: Fetching manifests: 5/5 100% complete
1242025-01-08T17:37:34.671ZPlanning: Package planning ... Done (0.442s)
1252025-01-08T17:37:34.728ZPlanning: Merging actions ... Done (0.056s)
1262025-01-08T17:37:35.908ZPlanning: Checking for conflicting actions ... Done (1.181s)
1272025-01-08T17:37:43.840ZPlanning: Consolidating action changes ... Done (7.929s)
1282025-01-08T17:37:44.214ZPlanning: Evaluating mediators ... Done (0.374s)
1292025-01-08T17:37:44.419ZPlanning: Planning completed in 22.27 seconds
1302025-01-08T17:37:45.461Z Packages to install: 4
1312025-01-08T17:37:45.461Z Packages to update: 1
1322025-01-08T17:37:45.464Z Mediators to change: 2
1332025-01-08T17:37:45.464Z Services to change: 1
1342025-01-08T17:37:45.464Z Estimated space available: 155.63 GB
1352025-01-08T17:37:45.464ZEstimated space to be consumed: 1.62 GB
1362025-01-08T17:37:45.464Z Create boot environment: No
1372025-01-08T17:37:45.464ZCreate backup boot environment: Yes
1382025-01-08T17:37:45.464Z Rebuild boot archive: No
1392025-01-08T17:37:45.464Z
1402025-01-08T17:37:45.464ZChanged mediators:
1412025-01-08T17:37:45.464Z mediator clang:
1422025-01-08T17:37:45.464Z version: None -> 15 (system default)
1432025-01-08T17:37:45.464Z
1442025-01-08T17:37:45.464Z mediator llvm:
1452025-01-08T17:37:45.464Z version: 14 (system default) -> 15 (system default)
1462025-01-08T17:37:45.464Z
1472025-01-08T17:37:45.464ZChanged packages:
1482025-01-08T17:37:45.464Zhelios-dev
1492025-01-08T17:37:45.464Z developer/build-essential
1502025-01-08T17:37:45.464Z None -> 11-2.0
1512025-01-08T17:37:45.464Z library/libxmlsec1
1522025-01-08T17:37:45.464Z None -> 1.2.35-2.0
1532025-01-08T17:37:45.464Z ooce/developer/clang-15
1542025-01-08T17:37:45.464Z None -> 15.0.7-2.0
1552025-01-08T17:37:45.464Z ooce/developer/llvm-15
1562025-01-08T17:37:45.464Z None -> 15.0.7-2.0
1572025-01-08T17:37:45.464Z package/pkg
1582025-01-08T17:37:45.464Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592025-01-08T17:37:45.464Z
1602025-01-08T17:37:45.464ZServices:
1612025-01-08T17:37:45.464Z restart_fmri:
1622025-01-08T17:37:45.464Z svc:/system/update-man-index:default
1632025-01-08T17:37:45.464Z
1642025-01-08T17:37:45.465ZEditable files to change:
1652025-01-08T17:37:45.465Z Update:
1662025-01-08T17:37:45.465Z usr/share/lib/pkg/web/config.shtml
1672025-01-08T17:37:45.916Z
1682025-01-08T17:37:45.917ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692025-01-08T17:37:50.929ZDownload: 1036/4281 items 19.6/220.6MB 8% complete (4.1M/s)
1702025-01-08T17:37:55.954ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (10.0M/s)
1712025-01-08T17:38:01.049ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (10.0M/s)
1722025-01-08T17:38:06.078ZDownload: 2955/4281 items 121.2/220.6MB 54% complete (3.8M/s)
1732025-01-08T17:38:11.438ZDownload: 3282/4281 items 212.0/220.6MB 96% complete (9.2M/s)
1742025-01-08T17:38:16.440ZDownload: 3829/4281 items 217.3/220.6MB 98% complete (9.6M/s)
1752025-01-08T17:38:20.443ZDownload: Completed 220.60 MB in 34.52 seconds (6.4M/s)
1762025-01-08T17:38:22.518Z Actions: 1/5063 actions (Removing old actions)
1772025-01-08T17:38:22.532Z Actions: 194/5063 actions (Installing new actions)
1782025-01-08T17:38:27.609Z Actions: 4082/5063 actions (Installing new actions)
1792025-01-08T17:38:28.455Z Actions: 4226/5063 actions (Updating modified actions)
1802025-01-08T17:38:28.843Z Actions: Completed 5063 actions in 6.32 seconds.
1812025-01-08T17:38:29.259Z Done (0.409s)
1822025-01-08T17:38:29.262Z Done (0.000s)
1832025-01-08T17:38:29.839Z Done (0.577s)
1842025-01-08T17:38:37.116Z Done (7.050s)
1852025-01-08T17:38:37.631Z Done (0.450s)
1862025-01-08T17:38:37.634Z Done (0.000s)
1872025-01-08T17:38:37.799Z Done (0.000s)
1882025-01-08T17:38:38.482ZPlanning: Evaluating mediator changes ... Done
1892025-01-08T17:38:38.639ZPlanning: Checking for conflicting actions ... Done
1902025-01-08T17:38:38.641ZPlanning: Consolidating action changes ... Done
1912025-01-08T17:38:38.905ZPlanning: Evaluating mediators ... Done
1922025-01-08T17:38:38.907ZPlanning: Planning completed in 0.42 seconds
1932025-01-08T17:38:38.942Z Mediators to change: 2
1942025-01-08T17:38:38.943Z Create boot environment: No
1952025-01-08T17:38:38.945ZCreate backup boot environment: No
1962025-01-08T17:38:39.019Z Done
1972025-01-08T17:38:39.019Z Done
1982025-01-08T17:38:39.377Z Done
1992025-01-08T17:38:42.924Z Done
2002025-01-08T17:38:43.010Z Done
2012025-01-08T17:38:43.011Z Done
2022025-01-08T17:38:43.144Z Done
2032025-01-08T17:38:43.736ZPlanning: Evaluating mediator changes ... Done
2042025-01-08T17:38:43.738ZPlanning: Merging actions ... Done
2052025-01-08T17:38:43.921ZPlanning: Checking for conflicting actions ... Done
2062025-01-08T17:38:43.924ZPlanning: Consolidating action changes ... Done
2072025-01-08T17:38:44.178ZPlanning: Evaluating mediators ... Done
2082025-01-08T17:38:44.233ZPlanning: Planning completed in 0.73 seconds
2092025-01-08T17:38:44.272Z Packages to change: 1
2102025-01-08T17:38:44.272Z Mediators to change: 1
2112025-01-08T17:38:44.272Z Services to change: 1
2122025-01-08T17:38:44.272Z Create boot environment: No
2132025-01-08T17:38:44.274ZCreate backup boot environment: Yes
2142025-01-08T17:38:46.242Z Actions: 1/6 actions (Updating modified actions)
2152025-01-08T17:38:46.377Z Actions: Completed 6 actions in 0.13 seconds.
2162025-01-08T17:38:46.379Z Done
2172025-01-08T17:38:46.379Z Done
2182025-01-08T17:38:46.492Z Done
2192025-01-08T17:38:50.040Z Done
2202025-01-08T17:38:50.134Z Done
2212025-01-08T17:38:50.137Z Done
2222025-01-08T17:38:50.266Z Done
2232025-01-08T17:38:50.682ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242025-01-08T17:38:50.682Zclang system 15 system
2252025-01-08T17:38:50.682Zcsh system system illumos
2262025-01-08T17:38:50.682Zctags system system illumos
2272025-01-08T17:38:50.682Zgcc vendor 12 vendor
2282025-01-08T17:38:50.682Zgcc system 10 system
2292025-01-08T17:38:50.682Zgcc system 7 system
2302025-01-08T17:38:50.682Zgo system 1.20 system
2312025-01-08T17:38:50.682Zgo system 1.19 system
2322025-01-08T17:38:50.682Zllvm system 15 system
2332025-01-08T17:38:50.682Zllvm system 14 system
2342025-01-08T17:38:50.682Zmariadb system 10.6 system
2352025-01-08T17:38:50.682Zmta vendor vendor dma
2362025-01-08T17:38:50.682Zopenjdk system 17 system
2372025-01-08T17:38:50.682Zopenjdk system 11 system
2382025-01-08T17:38:50.682Zopenjdk system 1.8 system
2392025-01-08T17:38:50.682Zopenssl vendor 3 vendor
2402025-01-08T17:38:50.682Zperl system 5.36 system
2412025-01-08T17:38:50.682Zpostgresql system 15 system
2422025-01-08T17:38:50.682Zpostgresql system 13 system
2432025-01-08T17:38:50.682Zpython vendor 3 vendor
2442025-01-08T17:38:50.682Zpython system 2 system
2452025-01-08T17:38:50.682Zpython3 system 3.11 system
2462025-01-08T17:38:50.682Zruby system 3.0 system
2472025-01-08T17:38:50.682Zwords vendor vendor american-english
2482025-01-08T17:38:50.682Zwords system system australian-english
2492025-01-08T17:38:50.682Zwords system system british-english
2502025-01-08T17:38:50.683Zwords system system canadian-english
2512025-01-08T17:38:50.683Zwords system system french
2522025-01-08T17:38:50.683Zwords system system italian
2532025-01-08T17:38:50.683Zwords system system ngerman
2542025-01-08T17:38:50.683Zwords system system ogerman
2552025-01-08T17:38:50.683Zwords system system spanish
2562025-01-08T17:38:51.001ZPUBLISHER TYPE STATUS P LOCATION
2572025-01-08T17:38:51.001Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582025-01-08T17:38:53.737ZFMRI IFO
2592025-01-08T17:38:53.737Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602025-01-08T17:38:53.737Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612025-01-08T17:38:53.737Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622025-01-08T17:38:53.737Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632025-01-08T17:38:53.737Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642025-01-08T17:38:53.737Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652025-01-08T17:38:53.737Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662025-01-08T17:38:53.737Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672025-01-08T17:38:53.737Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682025-01-08T17:38:53.737Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2692025-01-08T17:38:53.737Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2702025-01-08T17:38:53.738Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2712025-01-08T17:38:53.738Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2722025-01-08T17:38:53.738Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2732025-01-08T17:38:53.738Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742025-01-08T17:38:54.490Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752025-01-08T17:38:54.807Z Updating crates.io index
2762025-01-08T17:38:54.891Z Updating git repository `https://github.com/oxidecomputer/diffus`
2772025-01-08T17:38:55.181Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782025-01-08T17:38:55.681Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2792025-01-08T17:38:55.973Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802025-01-08T17:38:56.246Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812025-01-08T17:38:56.472Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822025-01-08T17:38:57.485Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832025-01-08T17:38:59.109Z Updating git repository `https://github.com/oxidecomputer/opte`
2842025-01-08T17:38:59.765Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852025-01-08T17:39:00.538Z Updating git repository `https://github.com/oxidecomputer/clickward`
2862025-01-08T17:39:00.882Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2872025-01-08T17:39:01.309Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882025-01-08T17:39:01.901Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2892025-01-08T17:39:02.246Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902025-01-08T17:39:02.579Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912025-01-08T17:39:02.905Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922025-01-08T17:39:03.228Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932025-01-08T17:39:03.490Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942025-01-08T17:39:03.792Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952025-01-08T17:39:04.132Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962025-01-08T17:39:04.577Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972025-01-08T17:39:04.851Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982025-01-08T17:39:05.335Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992025-01-08T17:39:05.623Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002025-01-08T17:39:06.014Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012025-01-08T17:39:06.439Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3022025-01-08T17:39:06.734Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032025-01-08T17:39:06.986Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042025-01-08T17:39:07.316Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052025-01-08T17:39:08.804Z Downloading crates ...
3062025-01-08T17:39:08.866Z Downloaded block-buffer v0.10.4
3072025-01-08T17:39:08.868Z Downloaded cargo_metadata v0.18.1
3082025-01-08T17:39:08.872Z Downloaded bitflags v2.6.0
3092025-01-08T17:39:08.874Z Downloaded anstyle-query v1.1.1
3102025-01-08T17:39:08.884Z Downloaded usdt-attr-macro v0.5.0
3112025-01-08T17:39:08.887Z Downloaded pretty-hex v0.4.1
3122025-01-08T17:39:08.887Z Downloaded swrite v0.1.0
3132025-01-08T17:39:08.887Z Downloaded scroll_derive v0.12.0
3142025-01-08T17:39:08.897Z Downloaded dtrace-parser v0.2.0
3152025-01-08T17:39:08.899Z Downloaded autocfg v1.4.0
3162025-01-08T17:39:08.902Z Downloaded anyhow v1.0.93
3172025-01-08T17:39:08.904Z Downloaded anstyle-parse v0.2.5
3182025-01-08T17:39:08.907Z Downloaded anstyle v1.0.10
3192025-01-08T17:39:08.909Z Downloaded equivalent v1.0.1
3202025-01-08T17:39:08.909Z Downloaded usdt-macro v0.5.0
3212025-01-08T17:39:08.910Z Downloaded anstream v0.6.15
3222025-01-08T17:39:08.912Z Downloaded crypto-common v0.1.6
3232025-01-08T17:39:08.914Z Downloaded byteorder v1.5.0
3242025-01-08T17:39:08.916Z Downloaded pest_generator v2.7.14
3252025-01-08T17:39:08.916Z Downloaded is_terminal_polyfill v1.70.1
3262025-01-08T17:39:08.919Z Downloaded fastrand v2.1.1
3272025-01-08T17:39:08.919Z Downloaded memmap v0.7.0
3282025-01-08T17:39:08.921Z Downloaded heck v0.5.0
3292025-01-08T17:39:08.921Z Downloaded fs-err v2.11.0
3302025-01-08T17:39:08.923Z Downloaded utf8parse v0.2.2
3312025-01-08T17:39:08.923Z Downloaded serde_spanned v0.6.8
3322025-01-08T17:39:08.926Z Downloaded itoa v1.0.11
3332025-01-08T17:39:08.926Z Downloaded fnv v1.0.7
3342025-01-08T17:39:08.928Z Downloaded errno v0.3.9
3352025-01-08T17:39:08.928Z Downloaded thiserror v1.0.69
3362025-01-08T17:39:08.933Z Downloaded unicode-linebreak v0.1.5
3372025-01-08T17:39:08.935Z Downloaded strsim v0.11.1
3382025-01-08T17:39:08.935Z Downloaded version_check v0.9.5
3392025-01-08T17:39:08.938Z Downloaded macaddr v1.0.1
3402025-01-08T17:39:08.938Z Downloaded heck v0.4.1
3412025-01-08T17:39:08.940Z Downloaded bytecount v0.6.8
3422025-01-08T17:39:08.942Z Downloaded dof v0.3.0
3432025-01-08T17:39:08.942Z Downloaded cpufeatures v0.2.14
3442025-01-08T17:39:08.945Z Downloaded tabled_derive v0.7.0
3452025-01-08T17:39:08.945Z Downloaded camino-tempfile v1.1.1
3462025-01-08T17:39:08.947Z Downloaded scroll v0.12.0
3472025-01-08T17:39:08.949Z Downloaded usdt v0.5.0
3482025-01-08T17:39:08.949Z Downloaded serde_tokenstream v0.2.2
3492025-01-08T17:39:08.952Z Downloaded clap_lex v0.7.2
3502025-01-08T17:39:08.952Z Downloaded digest v0.10.7
3512025-01-08T17:39:08.955Z Downloaded usdt-impl v0.5.0
3522025-01-08T17:39:08.955Z Downloaded smawk v0.3.2
3532025-01-08T17:39:08.958Z Downloaded colorchoice v1.0.2
3542025-01-08T17:39:08.958Z Downloaded cfg-if v1.0.0
3552025-01-08T17:39:08.958Z Downloaded once_cell v1.20.2
3562025-01-08T17:39:08.961Z Downloaded clap_derive v4.5.18
3572025-01-08T17:39:08.963Z Downloaded camino v1.1.9
3582025-01-08T17:39:08.965Z Downloaded cargo-platform v0.1.8
3592025-01-08T17:39:08.965Z Downloaded terminal_size v0.4.0
3602025-01-08T17:39:08.967Z Downloaded cargo_toml v0.20.5
3612025-01-08T17:39:08.970Z Downloaded pest_derive v2.7.14
3622025-01-08T17:39:08.973Z Downloaded toml_datetime v0.6.8
3632025-01-08T17:39:08.973Z Downloaded semver v1.0.23
3642025-01-08T17:39:08.975Z Downloaded tempfile v3.13.0
3652025-01-08T17:39:08.978Z Downloaded generic-array v0.14.7
3662025-01-08T17:39:08.980Z Downloaded proc-macro-error v1.0.4
3672025-01-08T17:39:08.982Z Downloaded plain v0.2.3
3682025-01-08T17:39:08.984Z Downloaded sha2 v0.10.8
3692025-01-08T17:39:08.989Z Downloaded papergrid v0.11.0
3702025-01-08T17:39:08.994Z Downloaded quote v1.0.37
3712025-01-08T17:39:08.996Z Downloaded log v0.4.22
3722025-01-08T17:39:09.002Z Downloaded thread-id v4.2.2
3732025-01-08T17:39:09.004Z Downloaded serde_derive v1.0.215
3742025-01-08T17:39:09.006Z Downloaded proc-macro2 v1.0.89
3752025-01-08T17:39:09.008Z Downloaded pest_meta v2.7.14
3762025-01-08T17:39:09.011Z Downloaded unicode-ident v1.0.13
3772025-01-08T17:39:09.013Z Downloaded ryu v1.0.18
3782025-01-08T17:39:09.016Z Downloaded clap v4.5.21
3792025-01-08T17:39:09.024Z Downloaded zerocopy-derive v0.7.35
3802025-01-08T17:39:09.028Z Downloaded textwrap v0.16.1
3812025-01-08T17:39:09.031Z Downloaded proc-macro-error-attr v1.0.4
3822025-01-08T17:39:09.033Z Downloaded ucd-trie v0.1.7
3832025-01-08T17:39:09.035Z Downloaded toml v0.8.19
3842025-01-08T17:39:09.038Z Downloaded indexmap v2.6.0
3852025-01-08T17:39:09.041Z Downloaded typenum v1.17.0
3862025-01-08T17:39:09.043Z Downloaded thiserror-impl v1.0.69
3872025-01-08T17:39:09.046Z Downloaded serde v1.0.215
3882025-01-08T17:39:09.063Z Downloaded toml_edit v0.22.22
3892025-01-08T17:39:09.083Z Downloaded memchr v2.7.4
3902025-01-08T17:39:09.102Z Downloaded zerocopy v0.7.35
3912025-01-08T17:39:09.117Z Downloaded pest v2.7.14
3922025-01-08T17:39:09.122Z Downloaded hashbrown v0.15.1
3932025-01-08T17:39:09.126Z Downloaded winnow v0.6.20
3942025-01-08T17:39:09.134Z Downloaded goblin v0.8.2
3952025-01-08T17:39:09.140Z Downloaded tabled v0.15.0
3962025-01-08T17:39:09.155Z Downloaded clap_builder v4.5.21
3972025-01-08T17:39:09.161Z Downloaded serde_json v1.0.133
3982025-01-08T17:39:09.168Z Downloaded syn v1.0.109
3992025-01-08T17:39:09.177Z Downloaded unicode-width v0.1.14
4002025-01-08T17:39:09.182Z Downloaded syn v2.0.87
4012025-01-08T17:39:09.193Z Downloaded rustix v0.38.37
4022025-01-08T17:39:09.229Z Downloaded libc v0.2.162
4032025-01-08T17:39:09.535Z Compiling proc-macro2 v1.0.89
4042025-01-08T17:39:09.535Z Compiling unicode-ident v1.0.13
4052025-01-08T17:39:09.535Z Compiling serde v1.0.215
4062025-01-08T17:39:09.535Z Compiling version_check v0.9.5
4072025-01-08T17:39:09.538Z Compiling thiserror v1.0.69
4082025-01-08T17:39:09.538Z Compiling memchr v2.7.4
4092025-01-08T17:39:09.570Z Compiling libc v0.2.162
4102025-01-08T17:39:09.572Z Compiling ryu v1.0.18
4112025-01-08T17:39:09.776Z Compiling ucd-trie v0.1.7
4122025-01-08T17:39:09.957Z Compiling itoa v1.0.11
4132025-01-08T17:39:10.154Z Compiling once_cell v1.20.2
4142025-01-08T17:39:10.437Z Compiling byteorder v1.5.0
4152025-01-08T17:39:10.531Z Compiling serde_json v1.0.133
4162025-01-08T17:39:10.831Z Compiling rustix v0.38.37
4172025-01-08T17:39:11.020Z Compiling bitflags v2.6.0
4182025-01-08T17:39:11.187Z Compiling usdt-impl v0.5.0
4192025-01-08T17:39:11.209Z Compiling proc-macro-error-attr v1.0.4
4202025-01-08T17:39:11.508Z Compiling syn v1.0.109
4212025-01-08T17:39:11.535Z Compiling proc-macro-error v1.0.4
4222025-01-08T17:39:11.713Z Compiling utf8parse v0.2.2
4232025-01-08T17:39:11.716Z Compiling camino v1.1.9
4242025-01-08T17:39:11.813Z Compiling hashbrown v0.15.1
4252025-01-08T17:39:11.845Z Compiling equivalent v1.0.1
4262025-01-08T17:39:11.875Z Compiling plain v0.2.3
4272025-01-08T17:39:11.960Z Compiling log v0.4.22
4282025-01-08T17:39:12.169Z Compiling quote v1.0.37
4292025-01-08T17:39:12.206Z Compiling anstyle-parse v0.2.5
4302025-01-08T17:39:12.359Z Compiling errno v0.3.9
4312025-01-08T17:39:12.459Z Compiling thread-id v4.2.2
4322025-01-08T17:39:12.533Z Compiling syn v2.0.87
4332025-01-08T17:39:12.604Z Compiling colorchoice v1.0.2
4342025-01-08T17:39:12.794Z Compiling is_terminal_polyfill v1.70.1
4352025-01-08T17:39:12.873Z Compiling winnow v0.6.20
4362025-01-08T17:39:12.918Z Compiling unicode-width v0.1.14
4372025-01-08T17:39:12.943Z Compiling anstyle-query v1.1.1
4382025-01-08T17:39:13.090Z Compiling indexmap v2.6.0
4392025-01-08T17:39:13.114Z Compiling autocfg v1.4.0
4402025-01-08T17:39:13.415Z Compiling pretty-hex v0.4.1
4412025-01-08T17:39:13.629Z Compiling semver v1.0.23
4422025-01-08T17:39:14.164Z Compiling anstyle v1.0.10
4432025-01-08T17:39:14.296Z Compiling fs-err v2.11.0
4442025-01-08T17:39:14.523Z Compiling clap_lex v0.7.2
4452025-01-08T17:39:14.545Z Compiling anstream v0.6.15
4462025-01-08T17:39:14.571Z Compiling anyhow v1.0.93
4472025-01-08T17:39:14.621Z Compiling heck v0.4.1
4482025-01-08T17:39:15.418Z Compiling terminal_size v0.4.0
4492025-01-08T17:39:15.418Z Compiling strsim v0.11.1
4502025-01-08T17:39:15.418Z Compiling cfg-if v1.0.0
4512025-01-08T17:39:15.444Z Compiling heck v0.5.0
4522025-01-08T17:39:15.589Z Compiling fastrand v2.1.1
4532025-01-08T17:39:15.692Z Compiling bytecount v0.6.8
4542025-01-08T17:39:15.919Z Compiling fnv v1.0.7
4552025-01-08T17:39:15.995Z Compiling tempfile v3.13.0
4562025-01-08T17:39:16.038Z Compiling clap_builder v4.5.21
4572025-01-08T17:39:16.067Z Compiling papergrid v0.11.0
4582025-01-08T17:39:16.325Z Compiling memmap v0.7.0
4592025-01-08T17:39:16.472Z Compiling smawk v0.3.2
4602025-01-08T17:39:16.692Z Compiling unicode-linebreak v0.1.5
4612025-01-08T17:39:16.925Z Compiling swrite v0.1.0
4622025-01-08T17:39:17.117Z Compiling textwrap v0.16.1
4632025-01-08T17:39:18.156Z Compiling tabled_derive v0.7.0
4642025-01-08T17:39:19.749Z Compiling tabled v0.15.0
4652025-01-08T17:39:21.481Z Compiling serde_derive v1.0.215
4662025-01-08T17:39:21.481Z Compiling thiserror-impl v1.0.69
4672025-01-08T17:39:21.484Z Compiling zerocopy-derive v0.7.35
4682025-01-08T17:39:21.484Z Compiling scroll_derive v0.12.0
4692025-01-08T17:39:21.547Z Compiling clap_derive v4.5.18
4702025-01-08T17:39:22.789Z Compiling scroll v0.12.0
4712025-01-08T17:39:23.129Z Compiling zerocopy v0.7.35
4722025-01-08T17:39:23.290Z Compiling goblin v0.8.2
4732025-01-08T17:39:24.370Z Compiling pest v2.7.14
4742025-01-08T17:39:25.067Z Compiling clap v4.5.21
4752025-01-08T17:39:26.547Z Compiling pest_meta v2.7.14
4762025-01-08T17:39:27.387Z Compiling pest_generator v2.7.14
4772025-01-08T17:39:29.277Z Compiling pest_derive v2.7.14
4782025-01-08T17:39:29.917Z Compiling dtrace-parser v0.2.0
4792025-01-08T17:39:31.429Z Compiling toml_datetime v0.6.8
4802025-01-08T17:39:31.429Z Compiling serde_spanned v0.6.8
4812025-01-08T17:39:31.432Z Compiling cargo-platform v0.1.8
4822025-01-08T17:39:31.816Z Compiling serde_tokenstream v0.2.2
4832025-01-08T17:39:31.838Z Compiling toml_edit v0.22.22
4842025-01-08T17:39:31.987Z Compiling macaddr v1.0.1
4852025-01-08T17:39:32.141Z Compiling camino-tempfile v1.1.1
4862025-01-08T17:39:32.924Z Compiling dof v0.3.0
4872025-01-08T17:39:32.924Z Compiling cargo_metadata v0.18.1
4882025-01-08T17:39:34.603Z Compiling toml v0.8.19
4892025-01-08T17:39:35.043Z Compiling usdt-attr-macro v0.5.0
4902025-01-08T17:39:35.201Z Compiling usdt-macro v0.5.0
4912025-01-08T17:39:35.531Z Compiling cargo_toml v0.20.5
4922025-01-08T17:39:36.437Z Compiling usdt v0.5.0
4932025-01-08T17:39:39.060Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942025-01-08T17:39:43.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.83s
4952025-01-08T17:39:43.373Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4962025-01-08T17:39:43.889Z Downloading crates ...
4972025-01-08T17:39:43.997Z Downloaded atty v0.2.14
4982025-01-08T17:39:44.001Z Downloaded adler2 v2.0.0
4992025-01-08T17:39:44.010Z Downloaded addr2line v0.24.2
5002025-01-08T17:39:44.018Z Downloaded atomicwrites v0.4.4
5012025-01-08T17:39:44.029Z Downloaded async-stream-impl v0.3.6
5022025-01-08T17:39:44.032Z Downloaded darling v0.20.10
5032025-01-08T17:39:44.038Z Downloaded cfg_aliases v0.2.1
5042025-01-08T17:39:44.041Z Downloaded cfg_aliases v0.1.1
5052025-01-08T17:39:44.043Z Downloaded crunchy v0.2.2
5062025-01-08T17:39:44.052Z Downloaded crucible-workspace-hack v0.1.0
5072025-01-08T17:39:44.056Z Downloaded ciborium-io v0.2.2
5082025-01-08T17:39:44.058Z Downloaded cstr-argument v0.1.2
5092025-01-08T17:39:44.065Z Downloaded headers-core v0.3.0
5102025-01-08T17:39:44.068Z Downloaded atomic-waker v1.1.2
5112025-01-08T17:39:44.068Z Downloaded arrayref v0.3.9
5122025-01-08T17:39:44.071Z Downloaded async-stream v0.3.6
5132025-01-08T17:39:44.074Z Downloaded aead v0.5.2
5142025-01-08T17:39:44.076Z Downloaded bit-set v0.5.3
5152025-01-08T17:39:44.079Z Downloaded ascii-canvas v3.0.0
5162025-01-08T17:39:44.081Z Downloaded crossbeam-deque v0.8.5
5172025-01-08T17:39:44.084Z Downloaded base16ct v0.2.0
5182025-01-08T17:39:44.086Z Downloaded ciborium-ll v0.2.2
5192025-01-08T17:39:44.086Z Downloaded bitflags v1.3.2
5202025-01-08T17:39:44.090Z Downloaded home v0.5.9
5212025-01-08T17:39:44.092Z Downloaded crc-catalog v2.4.0
5222025-01-08T17:39:44.094Z Downloaded cmake v0.1.51
5232025-01-08T17:39:44.097Z Downloaded cipher v0.4.4
5242025-01-08T17:39:44.097Z Downloaded array-init v0.0.4
5252025-01-08T17:39:44.099Z Downloaded cexpr v0.6.0
5262025-01-08T17:39:44.102Z Downloaded convert_case v0.4.0
5272025-01-08T17:39:44.104Z Downloaded cassowary v0.3.0
5282025-01-08T17:39:44.104Z Downloaded hkdf v0.12.4
5292025-01-08T17:39:44.107Z Downloaded chacha20 v0.9.1
5302025-01-08T17:39:44.109Z Downloaded buf-list v1.0.3
5312025-01-08T17:39:44.112Z Downloaded hubpack_derive v0.1.1
5322025-01-08T17:39:44.114Z Downloaded hostname v0.4.0
5332025-01-08T17:39:44.116Z Downloaded blowfish v0.9.1
5342025-01-08T17:39:44.116Z Downloaded httpdate v1.0.3
5352025-01-08T17:39:44.119Z Downloaded cobs v0.2.3
5362025-01-08T17:39:44.121Z Downloaded hostname v0.3.1
5372025-01-08T17:39:44.123Z Downloaded ident_case v1.0.1
5382025-01-08T17:39:44.124Z Downloaded assert_matches v1.5.0
5392025-01-08T17:39:44.126Z Downloaded hyper-tls v0.6.0
5402025-01-08T17:39:44.128Z Downloaded async-trait v0.1.83
5412025-01-08T17:39:44.131Z Downloaded icu_provider_macros v1.5.0
5422025-01-08T17:39:44.134Z Downloaded iana-time-zone v0.1.61
5432025-01-08T17:39:44.136Z Downloaded block-padding v0.3.3
5442025-01-08T17:39:44.136Z Downloaded castaway v0.2.3
5452025-01-08T17:39:44.139Z Downloaded argon2 v0.5.3
5462025-01-08T17:39:44.141Z Downloaded hyper-staticfile v0.10.1
5472025-01-08T17:39:44.143Z Downloaded hex-literal v0.4.1
5482025-01-08T17:39:44.145Z Downloaded arrayvec v0.7.6
5492025-01-08T17:39:44.148Z Downloaded is_ci v1.2.0
5502025-01-08T17:39:44.150Z Downloaded http-body-util v0.1.2
5512025-01-08T17:39:44.152Z Downloaded csv-core v0.1.11
5522025-01-08T17:39:44.155Z Downloaded bcs v0.1.6
5532025-01-08T17:39:44.158Z Downloaded constant_time_eq v0.3.1
5542025-01-08T17:39:44.158Z Downloaded icu_locid v1.5.0
5552025-01-08T17:39:44.163Z Downloaded httparse v1.9.5
5562025-01-08T17:39:44.166Z Downloaded instant v0.1.13
5572025-01-08T17:39:44.168Z Downloaded ctr v0.9.2
5582025-01-08T17:39:44.170Z Downloaded hmac v0.12.1
5592025-01-08T17:39:44.173Z Downloaded crc32fast v1.4.2
5602025-01-08T17:39:44.175Z Downloaded md5 v0.7.0
5612025-01-08T17:39:44.177Z Downloaded bzip2 v0.4.4
5622025-01-08T17:39:44.179Z Downloaded serde-big-array v0.5.1
5632025-01-08T17:39:44.182Z Downloaded backoff v0.4.0
5642025-01-08T17:39:44.184Z Downloaded mirai-annotations v1.12.0
5652025-01-08T17:39:44.184Z Downloaded match_cfg v0.1.0
5662025-01-08T17:39:44.186Z Downloaded const_format_proc_macros v0.2.33
5672025-01-08T17:39:44.189Z Downloaded ahash v0.8.11
5682025-01-08T17:39:44.191Z Downloaded new_debug_unreachable v1.0.6
5692025-01-08T17:39:44.195Z Downloaded indent_write v2.2.0
5702025-01-08T17:39:44.195Z Downloaded rand_chacha v0.3.1
5712025-01-08T17:39:44.197Z Downloaded crc v3.2.1
5722025-01-08T17:39:44.200Z Downloaded sqlparser_derive v0.2.2
5732025-01-08T17:39:44.200Z Downloaded ipnetwork v0.20.0
5742025-01-08T17:39:44.203Z Downloaded lockfree-object-pool v0.1.6
5752025-01-08T17:39:44.205Z Downloaded highway v1.2.0
5762025-01-08T17:39:44.207Z Downloaded rustc_version v0.4.1
5772025-01-08T17:39:44.209Z Downloaded rtoolbox v0.0.2
5782025-01-08T17:39:44.211Z Downloaded is-terminal v0.4.13
5792025-01-08T17:39:44.211Z Downloaded idna_adapter v1.2.0
5802025-01-08T17:39:44.214Z Downloaded inout v0.1.3
5812025-01-08T17:39:44.214Z Downloaded indoc v1.0.9
5822025-01-08T17:39:44.217Z Downloaded lazycell v1.3.0
5832025-01-08T17:39:44.219Z Downloaded lazy_static v1.5.0
5842025-01-08T17:39:44.221Z Downloaded keccak v0.1.5
5852025-01-08T17:39:44.221Z Downloaded cookie v0.18.1
5862025-01-08T17:39:44.225Z Downloaded crossbeam-utils v0.8.20
5872025-01-08T17:39:44.228Z Downloaded memoffset v0.9.1
5882025-01-08T17:39:44.230Z Downloaded crossbeam-epoch v0.9.18
5892025-01-08T17:39:44.233Z Downloaded console v0.15.8
5902025-01-08T17:39:44.236Z Downloaded mime v0.3.17
5912025-01-08T17:39:44.238Z Downloaded crc-any v2.5.0
5922025-01-08T17:39:44.241Z Downloaded maybe-uninit v2.0.0
5932025-01-08T17:39:44.250Z Downloaded clang-sys v1.8.1
5942025-01-08T17:39:44.250Z Downloaded nanorand v0.7.0
5952025-01-08T17:39:44.250Z Downloaded slog-async v2.8.0
5962025-01-08T17:39:44.253Z Downloaded signal-hook-mio v0.2.4
5972025-01-08T17:39:44.253Z Downloaded serde_urlencoded v0.7.1
5982025-01-08T17:39:44.255Z Downloaded ref-cast-impl v1.0.23
5992025-01-08T17:39:44.255Z Downloaded md-5 v0.10.6
6002025-01-08T17:39:44.257Z Downloaded lru-cache v0.1.2
6012025-01-08T17:39:44.257Z Downloaded linear-map v1.2.0
6022025-01-08T17:39:44.260Z Downloaded libefi-sys v0.1.0
6032025-01-08T17:39:44.262Z Downloaded serde_repr v0.1.19
6042025-01-08T17:39:44.264Z Downloaded libloading v0.8.5
6052025-01-08T17:39:44.266Z Downloaded smallvec v0.6.14
6062025-01-08T17:39:44.269Z Downloaded synstructure v0.13.1
6072025-01-08T17:39:44.271Z Downloaded icu_provider v1.5.0
6082025-01-08T17:39:44.273Z Downloaded hyper-util v0.1.10
6092025-01-08T17:39:44.278Z Downloaded thiserror-no-std v2.0.2
6102025-01-08T17:39:44.282Z Downloaded yoke-derive v0.7.4
6112025-01-08T17:39:44.284Z Downloaded compact_str v0.8.0
6122025-01-08T17:39:44.289Z Downloaded number_prefix v0.4.0
6132025-01-08T17:39:44.291Z Downloaded num_threads v0.1.7
6142025-01-08T17:39:44.291Z Downloaded utf8_iter v1.0.4
6152025-01-08T17:39:44.293Z Downloaded jobserver v0.1.32
6162025-01-08T17:39:44.296Z Downloaded mime_guess v2.0.5
6172025-01-08T17:39:44.298Z Downloaded memmap2 v0.9.5
6182025-01-08T17:39:44.300Z Downloaded kstat-rs v0.2.4
6192025-01-08T17:39:44.303Z Downloaded arc-swap v1.7.1
6202025-01-08T17:39:44.305Z Downloaded thiserror-impl-no-std v2.0.2
6212025-01-08T17:39:44.308Z Downloaded native-tls v0.2.12
6222025-01-08T17:39:44.310Z Downloaded phf_shared v0.10.0
6232025-01-08T17:39:44.310Z Downloaded unicode-xid v0.2.6
6242025-01-08T17:39:44.313Z Downloaded multer v3.1.0
6252025-01-08T17:39:44.315Z Downloaded parse-size v1.1.0
6262025-01-08T17:39:44.317Z Downloaded fragile v2.0.0
6272025-01-08T17:39:44.319Z Downloaded enum-as-inner v0.6.1
6282025-01-08T17:39:44.321Z Downloaded xz2 v0.1.7
6292025-01-08T17:39:44.325Z Downloaded fallible-iterator v0.3.0
6302025-01-08T17:39:44.325Z Downloaded ed25519 v2.2.3
6312025-01-08T17:39:44.328Z Downloaded display-error-chain v0.2.2
6322025-01-08T17:39:44.330Z Downloaded dirs-next v2.0.0
6332025-01-08T17:39:44.330Z Downloaded foldhash v0.1.3
6342025-01-08T17:39:44.332Z Downloaded signal-hook-tokio v0.3.1
6352025-01-08T17:39:44.334Z Downloaded futures-sink v0.3.31
6362025-01-08T17:39:44.334Z Downloaded tokio-tungstenite v0.21.0
6372025-01-08T17:39:44.336Z Downloaded subtle v2.6.1
6382025-01-08T17:39:44.339Z Downloaded thiserror v2.0.3
6392025-01-08T17:39:44.344Z Downloaded futures-task v0.3.31
6402025-01-08T17:39:44.347Z Downloaded crypto-bigint v0.5.5
6412025-01-08T17:39:44.353Z Downloaded time-core v0.1.2
6422025-01-08T17:39:44.356Z Downloaded bytes v1.8.0
6432025-01-08T17:39:44.360Z Downloaded parse-display-derive v0.10.0
6442025-01-08T17:39:44.362Z Downloaded nodrop v0.1.14
6452025-01-08T17:39:44.362Z Downloaded tokio-rustls v0.25.0
6462025-01-08T17:39:44.364Z Downloaded tokio-rustls v0.24.1
6472025-01-08T17:39:44.367Z Downloaded toolchain_find v0.4.0
6482025-01-08T17:39:44.370Z Downloaded which v4.4.2
6492025-01-08T17:39:44.372Z Downloaded mockall_derive v0.13.0
6502025-01-08T17:39:44.374Z Downloaded cc v1.1.30
6512025-01-08T17:39:44.377Z Downloaded polyval v0.6.2
6522025-01-08T17:39:44.381Z Downloaded http v1.1.0
6532025-01-08T17:39:44.384Z Downloaded darling_macro v0.20.10
6542025-01-08T17:39:44.388Z Downloaded rand_core v0.6.4
6552025-01-08T17:39:44.388Z Downloaded quick-error v1.2.3
6562025-01-08T17:39:44.391Z Downloaded primeorder v0.13.6
6572025-01-08T17:39:44.391Z Downloaded futures-macro v0.3.31
6582025-01-08T17:39:44.393Z Downloaded foreign-types-macros v0.2.3
6592025-01-08T17:39:44.393Z Downloaded slog v2.7.0
6602025-01-08T17:39:44.396Z Downloaded foreign-types-shared v0.3.1
6612025-01-08T17:39:44.398Z Downloaded foreign-types-shared v0.1.1
6622025-01-08T17:39:44.398Z Downloaded tokio-tungstenite v0.23.1
6632025-01-08T17:39:44.401Z Downloaded newtype_derive v0.1.6
6642025-01-08T17:39:44.404Z Downloaded serde-hex v0.1.0
6652025-01-08T17:39:44.406Z Downloaded indicatif v0.17.9
6662025-01-08T17:39:44.409Z Downloaded vergen v8.3.2
6672025-01-08T17:39:44.413Z Downloaded normalize-line-endings v0.3.0
6682025-01-08T17:39:44.415Z Downloaded snafu-derive v0.8.5
6692025-01-08T17:39:44.417Z Downloaded crossbeam-channel v0.5.13
6702025-01-08T17:39:44.421Z Downloaded untrusted v0.7.1
6712025-01-08T17:39:44.423Z Downloaded universal-hash v0.5.1
6722025-01-08T17:39:44.423Z Downloaded thread_local v1.1.8
6732025-01-08T17:39:44.426Z Downloaded supports-color v3.0.1
6742025-01-08T17:39:44.431Z Downloaded smf v0.2.3
6752025-01-08T17:39:44.431Z Downloaded path-slash v0.1.5
6762025-01-08T17:39:44.431Z Downloaded num-complex v0.4.6
6772025-01-08T17:39:44.442Z Downloaded poly1305 v0.8.0
6782025-01-08T17:39:44.445Z Downloaded russh-cryptovec v0.7.3
6792025-01-08T17:39:44.447Z Downloaded dunce v1.0.5
6802025-01-08T17:39:44.450Z Downloaded diesel-dtrace v0.4.2
6812025-01-08T17:39:44.450Z Downloaded debug-ignore v1.0.5
6822025-01-08T17:39:44.452Z Downloaded data-encoding v2.6.0
6832025-01-08T17:39:44.454Z Downloaded strum v0.26.3
6842025-01-08T17:39:44.454Z Downloaded peg-macros v0.8.4
6852025-01-08T17:39:44.457Z Downloaded icu_collections v1.5.0
6862025-01-08T17:39:44.463Z Downloaded tower-service v0.3.3
6872025-01-08T17:39:44.466Z Downloaded waitgroup v0.1.2
6882025-01-08T17:39:44.467Z Downloaded topological-sort v0.2.2
6892025-01-08T17:39:44.469Z Downloaded env_filter v0.1.2
6902025-01-08T17:39:44.469Z Downloaded enum-as-inner v0.5.1
6912025-01-08T17:39:44.471Z Downloaded hash32 v0.3.1
6922025-01-08T17:39:44.473Z Downloaded num_enum v0.5.11
6932025-01-08T17:39:44.477Z Downloaded unicode-bidi v0.3.17
6942025-01-08T17:39:44.481Z Downloaded unicode-truncate v1.1.0
6952025-01-08T17:39:44.483Z Downloaded tokio-tungstenite v0.24.0
6962025-01-08T17:39:44.486Z Downloaded serde_derive_internals v0.29.1
6972025-01-08T17:39:44.488Z Downloaded openssl-probe v0.1.5
6982025-01-08T17:39:44.490Z Downloaded openssl-macros v0.1.1
6992025-01-08T17:39:44.490Z Downloaded pin-utils v0.1.0
7002025-01-08T17:39:44.492Z Downloaded pbkdf2 v0.11.0
7012025-01-08T17:39:44.495Z Downloaded num_enum_derive v0.5.11
7022025-01-08T17:39:44.498Z Downloaded packed_struct v0.10.1
7032025-01-08T17:39:44.498Z Downloaded rand_xorshift v0.3.0
7042025-01-08T17:39:44.501Z Downloaded rand_seeder v0.3.0
7052025-01-08T17:39:44.501Z Downloaded progenitor-macro v0.8.0
7062025-01-08T17:39:44.503Z Downloaded fxhash v0.2.1
7072025-01-08T17:39:44.503Z Downloaded dhcproto v0.12.0
7082025-01-08T17:39:44.506Z Downloaded oso-derive v0.27.3
7092025-01-08T17:39:44.509Z Downloaded progenitor-client v0.8.0
7102025-01-08T17:39:44.509Z Downloaded slog-scope v4.4.0
7112025-01-08T17:39:44.511Z Downloaded slog-json v2.6.1
7122025-01-08T17:39:44.513Z Downloaded shell-words v1.1.0
7132025-01-08T17:39:44.513Z Downloaded sha1 v0.10.6
7142025-01-08T17:39:44.517Z Downloaded strum_macros v0.24.3
7152025-01-08T17:39:44.519Z Downloaded globset v0.4.15
7162025-01-08T17:39:44.521Z Downloaded env_logger v0.10.2
7172025-01-08T17:39:44.525Z Downloaded tiny-keccak v2.0.2
7182025-01-08T17:39:44.527Z Downloaded vte_generate_state_changes v0.1.2
7192025-01-08T17:39:44.527Z Downloaded slog-stdlog v4.1.1
7202025-01-08T17:39:44.531Z Downloaded rustc_version v0.1.7
7212025-01-08T17:39:44.531Z Downloaded rustc-hash v2.0.0
7222025-01-08T17:39:44.533Z Downloaded rustc-hash v1.1.0
7232025-01-08T17:39:44.533Z Downloaded darling_core v0.20.10
7242025-01-08T17:39:44.537Z Downloaded termtree v0.4.1
7252025-01-08T17:39:44.540Z Downloaded untrusted v0.9.0
7262025-01-08T17:39:44.542Z Downloaded wait-timeout v0.2.0
7272025-01-08T17:39:44.544Z Downloaded deranged v0.3.11
7282025-01-08T17:39:44.546Z Downloaded flagset v0.4.6
7292025-01-08T17:39:44.546Z Downloaded zone v0.1.8
7302025-01-08T17:39:44.548Z Downloaded tokio-native-tls v0.3.1
7312025-01-08T17:39:44.551Z Downloaded fs_extra v1.3.0
7322025-01-08T17:39:44.553Z Downloaded write16 v1.0.0
7332025-01-08T17:39:44.555Z Downloaded socket2 v0.5.7
7342025-01-08T17:39:44.558Z Downloaded group v0.13.0
7352025-01-08T17:39:44.558Z Downloaded glob v0.3.1
7362025-01-08T17:39:44.560Z Downloaded fixedbitset v0.4.2
7372025-01-08T17:39:44.562Z Downloaded openssl-sys v0.9.103
7382025-01-08T17:39:44.566Z Downloaded hash32 v0.2.1
7392025-01-08T17:39:44.569Z Downloaded pkcs1 v0.7.5
7402025-01-08T17:39:44.571Z Downloaded structmeta-derive v0.2.0
7412025-01-08T17:39:44.573Z Downloaded pin-project-lite v0.2.14
7422025-01-08T17:39:44.578Z Downloaded diesel_table_macro_syntax v0.2.0
7432025-01-08T17:39:44.581Z Downloaded samael v0.0.17
7442025-01-08T17:39:44.586Z Downloaded ghash v0.5.1
7452025-01-08T17:39:44.588Z Downloaded rfc6979 v0.4.0
7462025-01-08T17:39:44.590Z Downloaded progenitor v0.8.0
7472025-01-08T17:39:44.592Z Downloaded packed_struct_codegen v0.10.1
7482025-01-08T17:39:44.592Z Downloaded serde_plain v1.0.2
7492025-01-08T17:39:44.594Z Downloaded slog-term v2.9.1
7502025-01-08T17:39:44.597Z Downloaded resolv-conf v0.7.0
7512025-01-08T17:39:44.599Z Downloaded vte v0.11.1
7522025-01-08T17:39:44.601Z Downloaded prettyplease v0.2.25
7532025-01-08T17:39:44.606Z Downloaded termios v0.3.3
7542025-01-08T17:39:44.608Z Downloaded termcolor v1.4.1
7552025-01-08T17:39:44.610Z Downloaded tap v1.0.1
7562025-01-08T17:39:44.610Z Downloaded stable_deref_trait v1.2.0
7572025-01-08T17:39:44.614Z Downloaded slab v0.4.9
7582025-01-08T17:39:44.614Z Downloaded tinyvec_macros v0.1.1
7592025-01-08T17:39:44.617Z Downloaded rpassword v7.3.1
7602025-01-08T17:39:44.617Z Downloaded precomputed-hash v0.1.1
7612025-01-08T17:39:44.617Z Downloaded static_assertions v1.1.0
7622025-01-08T17:39:44.619Z Downloaded der_derive v0.7.3
7632025-01-08T17:39:44.621Z Downloaded defmt v0.3.8
7642025-01-08T17:39:44.624Z Downloaded sync_wrapper v1.0.1
7652025-01-08T17:39:44.626Z Downloaded derive_builder_core v0.20.2
7662025-01-08T17:39:44.628Z Downloaded derive_builder v0.20.2
7672025-01-08T17:39:44.633Z Downloaded wyz v0.5.1
7682025-01-08T17:39:44.635Z Downloaded tinystr v0.7.6
7692025-01-08T17:39:44.637Z Downloaded russh-keys v0.45.0
7702025-01-08T17:39:44.640Z Downloaded take_mut v0.2.2
7712025-01-08T17:39:44.642Z Downloaded float-cmp v0.9.0
7722025-01-08T17:39:44.644Z Downloaded writeable v0.5.5
7732025-01-08T17:39:44.644Z Downloaded gethostname v0.5.0
7742025-01-08T17:39:44.647Z Downloaded unsafe-libyaml v0.2.11
7752025-01-08T17:39:44.650Z Downloaded derive_builder_macro v0.20.2
7762025-01-08T17:39:44.652Z Downloaded sync-ptr v0.1.1
7772025-01-08T17:39:44.652Z Downloaded predicates v3.1.2
7782025-01-08T17:39:44.655Z Downloaded heapless v0.7.17
7792025-01-08T17:39:44.660Z Downloaded olpc-cjson v0.1.4
7802025-01-08T17:39:44.662Z Downloaded snafu v0.8.5
7812025-01-08T17:39:44.668Z Downloaded parse-display v0.10.0
7822025-01-08T17:39:44.671Z Downloaded diesel_derives v2.2.3
7832025-01-08T17:39:44.674Z Downloaded elliptic-curve v0.13.8
7842025-01-08T17:39:44.678Z Downloaded secrecy v0.8.0
7852025-01-08T17:39:44.680Z Downloaded hyper v1.5.0
7862025-01-08T17:39:44.688Z Downloaded string_cache v0.8.7
7872025-01-08T17:39:44.690Z Downloaded sec1 v0.7.3
7882025-01-08T17:39:44.692Z Downloaded value-bag v1.9.0
7892025-01-08T17:39:44.695Z Downloaded derive-where v1.2.7
7902025-01-08T17:39:44.699Z Downloaded rustfmt-wrapper v0.2.1
7912025-01-08T17:39:44.701Z Downloaded getrandom v0.2.15
7922025-01-08T17:39:44.706Z Downloaded newline-converter v0.3.0
7932025-01-08T17:39:44.709Z Downloaded endian-type v0.1.2
7942025-01-08T17:39:44.709Z Downloaded tabwriter v1.4.0
7952025-01-08T17:39:44.709Z Downloaded half v2.4.1
7962025-01-08T17:39:44.712Z Downloaded zerofrom v0.1.4
7972025-01-08T17:39:44.714Z Downloaded utf16_iter v1.0.5
7982025-01-08T17:39:44.714Z Downloaded utf-8 v0.7.6
7992025-01-08T17:39:44.716Z Downloaded aes-gcm v0.10.3
8002025-01-08T17:39:44.719Z Downloaded zerocopy-derive v0.8.10
8012025-01-08T17:39:44.726Z Downloaded zone_cfg_derive v0.3.0
8022025-01-08T17:39:44.729Z Downloaded foreign-types v0.5.0
8032025-01-08T17:39:44.729Z Downloaded zone_cfg_derive v0.1.2
8042025-01-08T17:39:44.732Z Downloaded funty v2.0.0
8052025-01-08T17:39:44.732Z Downloaded nu-ansi-term v0.50.1
8062025-01-08T17:39:44.734Z Downloaded pretty-hex v0.2.1
8072025-01-08T17:39:44.736Z Downloaded paste v1.0.15
8082025-01-08T17:39:44.740Z Downloaded rustls-pemfile v1.0.4
8092025-01-08T17:39:44.742Z Downloaded pkg-config v0.3.31
8102025-01-08T17:39:44.742Z Downloaded percent-encoding v2.3.1
8112025-01-08T17:39:44.745Z Downloaded ron v0.7.1
8122025-01-08T17:39:44.749Z Downloaded scheduled-thread-pool v0.2.7
8132025-01-08T17:39:44.751Z Downloaded siphasher v0.3.11
8142025-01-08T17:39:44.755Z Downloaded phf_shared v0.11.2
8152025-01-08T17:39:44.755Z Downloaded rand v0.8.5
8162025-01-08T17:39:44.758Z Downloaded tokio-macros v2.4.0
8172025-01-08T17:39:44.760Z Downloaded slog-dtrace v0.3.0
8182025-01-08T17:39:44.762Z Downloaded zeroize v1.8.1
8192025-01-08T17:39:44.762Z Downloaded slog-bunyan v2.5.0
8202025-01-08T17:39:44.765Z Downloaded r2d2 v0.8.10
8212025-01-08T17:39:44.767Z Downloaded sigpipe v0.1.3
8222025-01-08T17:39:44.767Z Downloaded tinyvec v1.8.0
8232025-01-08T17:39:44.770Z Downloaded unicase v2.7.0
8242025-01-08T17:39:44.773Z Downloaded unarray v0.1.4
8252025-01-08T17:39:44.776Z Downloaded zerofrom-derive v0.1.4
8262025-01-08T17:39:44.776Z Downloaded itertools v0.10.5
8272025-01-08T17:39:44.783Z Downloaded ena v0.14.3
8282025-01-08T17:39:44.785Z Downloaded ecdsa v0.16.9
8292025-01-08T17:39:44.787Z Downloaded uzers v0.12.1
8302025-01-08T17:39:44.790Z Downloaded p256 v0.13.2
8312025-01-08T17:39:44.796Z Downloaded oso v0.27.3
8322025-01-08T17:39:44.798Z Downloaded want v0.3.1
8332025-01-08T17:39:44.800Z Downloaded twox-hash v1.6.3
8342025-01-08T17:39:44.803Z Downloaded proc-macro-crate v1.3.1
8352025-01-08T17:39:44.803Z Downloaded hex v0.4.3
8362025-01-08T17:39:44.805Z Downloaded predicates-tree v1.0.11
8372025-01-08T17:39:44.808Z Downloaded pkcs8 v0.10.2
8382025-01-08T17:39:44.810Z Downloaded psl-types v2.0.11
8392025-01-08T17:39:44.811Z Downloaded num-traits v0.2.19
8402025-01-08T17:39:44.814Z Downloaded hickory-client v0.24.1
8412025-01-08T17:39:44.817Z Downloaded zone v0.3.0
8422025-01-08T17:39:44.819Z Downloaded tokio-util v0.7.12
8432025-01-08T17:39:44.826Z Downloaded tracing-attributes v0.1.27
8442025-01-08T17:39:44.828Z Downloaded heck v0.3.3
8452025-01-08T17:39:44.831Z Downloaded num-bigint-dig v0.8.4
8462025-01-08T17:39:44.835Z Downloaded stringprep v0.1.5
8472025-01-08T17:39:44.837Z Downloaded pem v3.0.4
8482025-01-08T17:39:44.840Z Downloaded derive_more v0.99.18
8492025-01-08T17:39:44.844Z Downloaded float-ord v0.3.2
8502025-01-08T17:39:44.846Z Downloaded aws-lc-rs v1.10.0
8512025-01-08T17:39:44.855Z Downloaded fd-lock v4.0.2
8522025-01-08T17:39:44.857Z Downloaded uuid v1.11.0
8532025-01-08T17:39:44.861Z Downloaded embedded-io v0.4.0
8542025-01-08T17:39:44.863Z Downloaded der v0.7.9
8552025-01-08T17:39:44.869Z Downloaded nibble_vec v0.1.0
8562025-01-08T17:39:44.871Z Downloaded downcast v0.11.0
8572025-01-08T17:39:44.874Z Downloaded ron v0.8.1
8582025-01-08T17:39:44.877Z Downloaded foreign-types v0.3.2
8592025-01-08T17:39:44.880Z Downloaded ssh-cipher v0.2.0
8602025-01-08T17:39:44.882Z Downloaded similar v2.6.0
8612025-01-08T17:39:44.885Z Downloaded shlex v1.3.0
8622025-01-08T17:39:44.887Z Downloaded aho-corasick v1.1.3
8632025-01-08T17:39:44.893Z Downloaded opaque-debug v0.3.1
8642025-01-08T17:39:44.895Z Downloaded salsa20 v0.10.2
8652025-01-08T17:39:44.897Z Downloaded pbkdf2 v0.12.2
8662025-01-08T17:39:44.897Z Downloaded zerovec-derive v0.10.3
8672025-01-08T17:39:44.900Z Downloaded zeroize_derive v1.4.2
8682025-01-08T17:39:44.900Z Downloaded tls_codec_derive v0.4.1
8692025-01-08T17:39:44.902Z Downloaded tls_codec v0.4.1
8702025-01-08T17:39:44.905Z Downloaded pem-rfc7468 v0.7.0
8712025-01-08T17:39:44.907Z Downloaded num-conv v0.1.0
8722025-01-08T17:39:44.907Z Downloaded hashbrown v0.13.2
8732025-01-08T17:39:44.912Z Downloaded spki v0.7.3
8742025-01-08T17:39:44.914Z Downloaded strum_macros v0.26.4
8752025-01-08T17:39:44.916Z Downloaded rustls-webpki v0.101.7
8762025-01-08T17:39:44.931Z Downloaded futures-core v0.3.31
8772025-01-08T17:39:44.934Z Downloaded rusty-fork v0.3.0
8782025-01-08T17:39:44.936Z Downloaded rustversion v1.0.17
8792025-01-08T17:39:44.939Z Downloaded ssh-encoding v0.2.0
8802025-01-08T17:39:44.939Z Downloaded whoami v1.5.2
8812025-01-08T17:39:44.941Z Downloaded fatfs v0.3.6
8822025-01-08T17:39:44.944Z Downloaded unicode-segmentation v1.12.0
8832025-01-08T17:39:44.947Z Downloaded p521 v0.13.3
8842025-01-08T17:39:44.952Z Downloaded dsl_auto_type v0.1.2
8852025-01-08T17:39:44.954Z Downloaded postcard v1.0.10
8862025-01-08T17:39:44.956Z Downloaded parking_lot v0.11.2
8872025-01-08T17:39:44.959Z Downloaded hashlink v0.9.1
8882025-01-08T17:39:44.961Z Downloaded russh v0.45.0
8892025-01-08T17:39:44.966Z Downloaded same-file v1.0.6
8902025-01-08T17:39:44.968Z Downloaded num-integer v0.1.46
8912025-01-08T17:39:44.970Z Downloaded num-derive v0.4.2
8922025-01-08T17:39:44.972Z Downloaded tracing v0.1.40
8932025-01-08T17:39:44.976Z Downloaded ref-cast v1.0.23
8942025-01-08T17:39:44.978Z Downloaded tui-tree-widget v0.22.0
8952025-01-08T17:39:44.981Z Downloaded omicron-zone-package v0.12.0
8962025-01-08T17:39:44.983Z Downloaded serde_yaml v0.9.34+deprecated
8972025-01-08T17:39:44.987Z Downloaded strum_macros v0.25.3
8982025-01-08T17:39:44.989Z Downloaded ff v0.13.0
8992025-01-08T17:39:44.994Z Downloaded spin v0.9.8
9002025-01-08T17:39:44.996Z Downloaded structmeta v0.2.0
9012025-01-08T17:39:44.996Z Downloaded time v0.3.36
9022025-01-08T17:39:45.002Z Downloaded structmeta v0.3.0
9032025-01-08T17:39:45.006Z Downloaded tungstenite v0.24.0
9042025-01-08T17:39:45.008Z Downloaded sct v0.7.1
9052025-01-08T17:39:45.010Z Downloaded tracing-core v0.1.32
9062025-01-08T17:39:45.013Z Downloaded futures-channel v0.3.31
9072025-01-08T17:39:45.018Z Downloaded tungstenite v0.23.0
9082025-01-08T17:39:45.020Z Downloaded strip-ansi-escapes v0.2.0
9092025-01-08T17:39:45.020Z Downloaded subprocess v0.2.9
9102025-01-08T17:39:45.023Z Downloaded rusqlite v0.32.1
9112025-01-08T17:39:45.029Z Downloaded dropshot_endpoint v0.13.0
9122025-01-08T17:39:45.033Z Downloaded password-hash v0.4.2
9132025-01-08T17:39:45.035Z Downloaded parking_lot_core v0.8.6
9142025-01-08T17:39:45.038Z Downloaded x509-cert v0.2.5
9152025-01-08T17:39:45.043Z Downloaded steno v0.4.1
9162025-01-08T17:39:45.048Z Downloaded serde_with_macros v3.11.0
9172025-01-08T17:39:45.051Z Downloaded url v2.5.3
9182025-01-08T17:39:45.054Z Downloaded schemars_derive v0.8.21
9192025-01-08T17:39:45.061Z Downloaded parking_lot v0.12.3
9202025-01-08T17:39:45.061Z Downloaded futures-util v0.3.31
9212025-01-08T17:39:45.071Z Downloaded dropshot_endpoint v0.12.0
9222025-01-08T17:39:45.075Z Downloaded icu_properties_data v1.5.0
9232025-01-08T17:39:45.086Z Downloaded parking_lot_core v0.9.10
9242025-01-08T17:39:45.088Z Downloaded heapless v0.8.0
9252025-01-08T17:39:45.092Z Downloaded flume v0.11.1
9262025-01-08T17:39:45.096Z Downloaded expectorate v1.1.0
9272025-01-08T17:39:45.099Z Downloaded schemars v0.8.21
9282025-01-08T17:39:45.112Z Downloaded rayon-core v1.12.1
9292025-01-08T17:39:45.115Z Downloaded portable-atomic v1.9.0
9302025-01-08T17:39:45.123Z Downloaded unicode-properties v0.1.3
9312025-01-08T17:39:45.126Z Downloaded tungstenite v0.21.0
9322025-01-08T17:39:45.128Z Downloaded hashbrown v0.14.5
9332025-01-08T17:39:45.134Z Downloaded lalrpop v0.19.12
9342025-01-08T17:39:45.146Z Downloaded serde_with v3.11.0
9352025-01-08T17:39:45.155Z Downloaded zip v2.1.3
9362025-01-08T17:39:45.160Z Downloaded ssh-key v0.6.6
9372025-01-08T17:39:45.167Z Downloaded h2 v0.4.6
9382025-01-08T17:39:45.175Z Downloaded tough v0.19.0
9392025-01-08T17:39:45.303Z Downloaded ed25519-dalek v2.1.1
9402025-01-08T17:39:45.313Z Downloaded proptest v1.5.0
9412025-01-08T17:39:45.313Z Downloaded reqwest v0.12.9
9422025-01-08T17:39:45.313Z Downloaded rustyline v14.0.0
9432025-01-08T17:39:45.313Z Downloaded idna v0.3.0
9442025-01-08T17:39:45.313Z Downloaded zerocopy v0.8.10
9452025-01-08T17:39:45.313Z Downloaded curve25519-dalek v4.1.3
9462025-01-08T17:39:45.314Z Downloaded p384 v0.13.0
9472025-01-08T17:39:45.314Z Downloaded flate2 v1.0.34
9482025-01-08T17:39:45.314Z Downloaded zerovec v0.10.4
9492025-01-08T17:39:45.314Z Downloaded idna v0.4.0
9502025-01-08T17:39:45.314Z Downloaded winnow v0.5.40
9512025-01-08T17:39:45.314Z Downloaded quinn-proto v0.11.8
9522025-01-08T17:39:45.317Z Downloaded idna v0.2.3
9532025-01-08T17:39:45.317Z Downloaded git2 v0.19.0
9542025-01-08T17:39:45.326Z Downloaded unicode-normalization v0.1.24
9552025-01-08T17:39:45.328Z Downloaded quick-xml v0.33.0
9562025-01-08T17:39:45.336Z Downloaded smoltcp v0.9.1
9572025-01-08T17:39:45.347Z Downloaded salty v0.3.0
9582025-01-08T17:39:45.354Z Downloaded idna v0.5.0
9592025-01-08T17:39:45.362Z Downloaded petname v2.0.2
9602025-01-08T17:39:45.366Z Downloaded unicode-width v0.2.0
9612025-01-08T17:39:45.371Z Downloaded rustls-webpki v0.102.8
9622025-01-08T17:39:45.390Z Downloaded rustls v0.21.12
9632025-01-08T17:39:45.400Z Downloaded object v0.30.4
9642025-01-08T17:39:45.411Z Downloaded radix_trie v0.2.1
9652025-01-08T17:39:45.416Z Downloaded rustls v0.22.4
9662025-01-08T17:39:45.428Z Downloaded gimli v0.31.1
9672025-01-08T17:39:45.435Z Downloaded object v0.36.5
9682025-01-08T17:39:45.448Z Downloaded bstr v1.10.0
9692025-01-08T17:39:45.456Z Downloaded smoltcp v0.11.0
9702025-01-08T17:39:45.470Z Downloaded nix v0.29.0
9712025-01-08T17:39:45.482Z Downloaded dropshot v0.13.0
9722025-01-08T17:39:45.502Z Downloaded webpki-roots v0.26.6
9732025-01-08T17:39:45.506Z Downloaded openapiv3 v2.0.0
9742025-01-08T17:39:45.517Z Downloaded vcpkg v0.2.15
9752025-01-08T17:39:45.554Z Downloaded dropshot v0.12.0
9762025-01-08T17:39:45.574Z Downloaded hickory-proto v0.24.1
9772025-01-08T17:39:45.588Z Downloaded regex-syntax v0.6.29
9782025-01-08T17:39:45.596Z Downloaded sled v0.34.7
9792025-01-08T17:39:45.606Z Downloaded nix v0.27.1
9802025-01-08T17:39:45.616Z Downloaded nix v0.28.0
9812025-01-08T17:39:45.627Z Downloaded polar-core v0.27.3
9822025-01-08T17:39:45.635Z Downloaded typify-impl v0.2.0
9832025-01-08T17:39:45.649Z Downloaded rustls v0.23.19
9842025-01-08T17:39:45.660Z Downloaded regex-syntax v0.8.5
9852025-01-08T17:39:45.668Z Downloaded zerocopy-derive v0.6.6
9862025-01-08T17:39:45.675Z Downloaded trust-dns-proto v0.22.0
9872025-01-08T17:39:45.688Z Downloaded ratatui v0.28.1
9882025-01-08T17:39:45.706Z Downloaded regress v0.9.1
9892025-01-08T17:39:45.714Z Downloaded regress v0.10.1
9902025-01-08T17:39:45.723Z Downloaded diesel v2.2.6
9912025-01-08T17:39:45.742Z Downloaded openssl v0.10.66
9922025-01-08T17:39:45.751Z Downloaded chrono-tz v0.10.0
9932025-01-08T17:39:45.758Z Downloaded lzma-sys v0.1.20
9942025-01-08T17:39:45.788Z Downloaded regex v1.11.1
9952025-01-08T17:39:45.799Z Downloaded bzip2-sys v0.1.11+1.0.8
9962025-01-08T17:39:45.812Z Downloaded typed-path v0.9.3
9972025-01-08T17:39:45.819Z Downloaded nom v7.1.3
9982025-01-08T17:39:45.824Z Downloaded quinn v0.11.5
9992025-01-08T17:39:45.828Z Downloaded parse-zoneinfo v0.3.1
10002025-01-08T17:39:45.832Z Downloaded libz-sys v1.1.20
10012025-01-08T17:39:45.852Z Downloaded bitvec v1.0.1
10022025-01-08T17:39:45.867Z Downloaded zip v0.6.6
10032025-01-08T17:39:45.871Z Downloaded headers v0.4.0
10042025-01-08T17:39:45.877Z Downloaded num-bigint v0.4.6
10052025-01-08T17:39:45.883Z Downloaded rayon v1.10.0
10062025-01-08T17:39:45.891Z Downloaded bindgen v0.69.5
10072025-01-08T17:39:45.898Z Downloaded signal-hook v0.3.17
10082025-01-08T17:39:45.901Z Downloaded sqlparser v0.45.0
10092025-01-08T17:39:45.906Z Downloaded petgraph v0.6.5
10102025-01-08T17:39:45.925Z Downloaded regex-automata v0.4.8
10112025-01-08T17:39:45.943Z Downloaded futures-io v0.3.31
10122025-01-08T17:39:45.945Z Downloaded futures-executor v0.3.31
10132025-01-08T17:39:45.945Z Downloaded dyn-clone v1.0.17
10142025-01-08T17:39:45.948Z Downloaded typify-macro v0.2.0
10152025-01-08T17:39:45.948Z Downloaded signal-hook-registry v1.4.2
10162025-01-08T17:39:45.948Z Downloaded chrono v0.4.38
10172025-01-08T17:39:45.956Z Downloaded password-hash v0.5.0
10182025-01-08T17:39:45.958Z Downloaded csv v1.3.0
10192025-01-08T17:39:45.978Z Downloaded reedline v0.35.0
10202025-01-08T17:39:45.986Z Downloaded pkcs5 v0.7.1
10212025-01-08T17:39:45.990Z Downloaded tokio v1.40.0
10222025-01-08T17:39:46.029Z Downloaded displaydoc v0.2.5
10232025-01-08T17:39:46.032Z Downloaded sha3 v0.10.8
10242025-01-08T17:39:46.035Z Downloaded try-lock v0.2.5
10252025-01-08T17:39:46.038Z Downloaded newtype-uuid v1.1.3
10262025-01-08T17:39:46.038Z Downloaded postgres-types v0.2.8
10272025-01-08T17:39:46.041Z Downloaded libxml v0.3.3
10282025-01-08T17:39:46.045Z Downloaded either v1.13.0
10292025-01-08T17:39:46.048Z Downloaded zopfli v0.8.1
10302025-01-08T17:39:46.050Z Downloaded num-iter v0.1.45
10312025-01-08T17:39:46.053Z Downloaded num-rational v0.4.2
10322025-01-08T17:39:46.053Z Downloaded itertools v0.13.0
10332025-01-08T17:39:46.060Z Downloaded itertools v0.12.1
10342025-01-08T17:39:46.067Z Downloaded blake3 v1.5.4
10352025-01-08T17:39:46.074Z Downloaded predicates-core v1.0.8
10362025-01-08T17:39:46.078Z Downloaded powerfmt v0.2.0
10372025-01-08T17:39:46.078Z Downloaded phf v0.11.2
10382025-01-08T17:39:46.081Z Downloaded futures v0.3.31
10392025-01-08T17:39:46.083Z Downloaded radium v0.7.0
10402025-01-08T17:39:46.085Z Downloaded num v0.4.3
10412025-01-08T17:39:46.086Z Downloaded diff v0.1.13
10422025-01-08T17:39:46.088Z Downloaded test-strategy v0.3.1
10432025-01-08T17:39:46.091Z Downloaded idna v1.0.3
10442025-01-08T17:39:46.096Z Downloaded semver v0.1.20
10452025-01-08T17:39:46.098Z Downloaded rsa v0.9.6
10462025-01-08T17:39:46.101Z Downloaded progenitor-impl v0.8.0
10472025-01-08T17:39:46.103Z Downloaded toml_edit v0.19.15
10482025-01-08T17:39:46.120Z Downloaded tokio-postgres v0.7.12
10492025-01-08T17:39:46.125Z Downloaded peg-runtime v0.8.3
10502025-01-08T17:39:46.127Z Downloaded libm v0.2.8
10512025-01-08T17:39:46.133Z Downloaded difflib v0.4.0
10522025-01-08T17:39:46.136Z Downloaded hashbrown v0.12.3
10532025-01-08T17:39:46.138Z Downloaded postgres-protocol v0.6.7
10542025-01-08T17:39:46.142Z Downloaded ppv-lite86 v0.2.20
10552025-01-08T17:39:46.145Z Downloaded publicsuffix v2.2.3
10562025-01-08T17:39:46.145Z Downloaded minimal-lexical v0.2.1
10572025-01-08T17:39:46.148Z Downloaded hickory-resolver v0.24.1
10582025-01-08T17:39:46.154Z Downloaded walkdir v2.5.0
10592025-01-08T17:39:46.156Z Downloaded pin-project v1.1.6
10602025-01-08T17:39:46.165Z Downloaded tar v0.4.42
10612025-01-08T17:39:46.169Z Downloaded hickory-server v0.24.1
10622025-01-08T17:39:46.176Z Downloaded unicode_categories v0.1.1
10632025-01-08T17:39:46.180Z Downloaded crossterm v0.28.1
10642025-01-08T17:39:46.183Z Downloaded libgit2-sys v0.17.0+1.8.1
10652025-01-08T17:39:46.260Z Downloaded encoding_rs v0.8.34
10662025-01-08T17:39:46.281Z Downloaded time-macros v0.2.18
10672025-01-08T17:39:46.284Z Downloaded rcgen v0.12.1
10682025-01-08T17:39:46.287Z Downloaded mio v1.0.2
10692025-01-08T17:39:46.293Z Downloaded dhcproto-macros v0.1.0
10702025-01-08T17:39:46.296Z Downloaded pin-project-internal v1.1.6
10712025-01-08T17:39:46.296Z Downloaded owo-colors v4.1.0
10722025-01-08T17:39:46.299Z Downloaded env_logger v0.11.5
10732025-01-08T17:39:46.299Z Downloaded zerocopy v0.6.6
10742025-01-08T17:39:46.301Z Downloaded filetime v0.2.25
10752025-01-08T17:39:46.304Z Downloaded toml v0.7.8
10762025-01-08T17:39:46.307Z Downloaded qorb v0.2.1
10772025-01-08T17:39:46.311Z Downloaded aes v0.8.4
10782025-01-08T17:39:46.315Z Downloaded backtrace v0.3.74
10792025-01-08T17:39:46.319Z Downloaded slog-envlogger v2.2.0
10802025-01-08T17:39:46.322Z Downloaded signature v2.2.0
10812025-01-08T17:39:46.324Z Downloaded serde_path_to_error v0.1.16
10822025-01-08T17:39:46.324Z Downloaded scopeguard v1.2.0
10832025-01-08T17:39:46.327Z Downloaded rustls-pki-types v1.10.0
10842025-01-08T17:39:46.329Z Downloaded dirs-sys-next v0.1.2
10852025-01-08T17:39:46.329Z Downloaded phf_generator v0.11.2
10862025-01-08T17:39:46.332Z Downloaded phf_codegen v0.11.2
10872025-01-08T17:39:46.332Z Downloaded peg v0.8.4
10882025-01-08T17:39:46.335Z Downloaded form_urlencoded v1.2.1
10892025-01-08T17:39:46.338Z Downloaded des v0.8.1
10902025-01-08T17:39:46.338Z Downloaded miniz_oxide v0.8.0
10912025-01-08T17:39:46.341Z Downloaded lock_api v0.4.12
10922025-01-08T17:39:46.344Z Downloaded icu_properties v1.5.1
10932025-01-08T17:39:46.346Z Downloaded bumpalo v3.16.0
10942025-01-08T17:39:46.349Z Downloaded yoke v0.7.4
10952025-01-08T17:39:46.349Z Downloaded yasna v0.5.2
10962025-01-08T17:39:46.352Z Downloaded const_format v0.2.33
10972025-01-08T17:39:46.355Z Downloaded base64 v0.21.7
10982025-01-08T17:39:46.360Z Downloaded base64 v0.22.1
10992025-01-08T17:39:46.365Z Downloaded vsss-rs v3.3.4
11002025-01-08T17:39:46.368Z Downloaded typify v0.2.0
11012025-01-08T17:39:46.370Z Downloaded tokio-stream v0.1.16
11022025-01-08T17:39:46.373Z Downloaded tokio-rustls v0.26.0
11032025-01-08T17:39:46.376Z Downloaded base64 v0.13.1
11042025-01-08T17:39:46.380Z Downloaded sqlformat v0.2.6
11052025-01-08T17:39:46.383Z Downloaded indexmap v1.9.3
11062025-01-08T17:39:46.383Z Downloaded icu_normalizer v1.5.0
11072025-01-08T17:39:46.386Z Downloaded fallible-streaming-iterator v0.1.9
11082025-01-08T17:39:46.388Z Downloaded fallible-iterator v0.2.0
11092025-01-08T17:39:46.388Z Downloaded term v0.7.0
11102025-01-08T17:39:46.392Z Downloaded smallvec v1.13.2
11112025-01-08T17:39:46.394Z Downloaded mockall v0.13.0
11122025-01-08T17:39:46.394Z Downloaded defmt-parser v0.3.4
11132025-01-08T17:39:46.394Z Downloaded defmt-macros v0.3.9
11142025-01-08T17:39:46.397Z Downloaded litemap v0.7.3
11152025-01-08T17:39:46.400Z Downloaded xattr v1.3.1
11162025-01-08T17:39:46.402Z Downloaded embedded-io v0.6.1
11172025-01-08T17:39:46.402Z Downloaded chacha20poly1305 v0.10.1
11182025-01-08T17:39:46.405Z Downloaded libsw v3.3.1
11192025-01-08T17:39:46.405Z Downloaded thiserror-impl v2.0.3
11202025-01-08T17:39:46.407Z Downloaded scrypt v0.11.0
11212025-01-08T17:39:46.407Z Downloaded rustls-pemfile v2.2.0
11222025-01-08T17:39:46.411Z Downloaded rustc-demangle v0.1.24
11232025-01-08T17:39:46.414Z Downloaded const-oid v0.9.6
11242025-01-08T17:39:46.414Z Downloaded structmeta-derive v0.3.0
11252025-01-08T17:39:46.414Z Downloaded icu_locid_transform_data v1.5.0
11262025-01-08T17:39:46.416Z Downloaded simd-adler32 v0.3.7
11272025-01-08T17:39:46.419Z Downloaded blake2 v0.10.6
11282025-01-08T17:39:46.419Z Downloaded ipnet v2.10.1
11292025-01-08T17:39:46.422Z Downloaded icu_normalizer_data v1.5.0
11302025-01-08T17:39:46.425Z Downloaded allocator-api2 v0.2.18
11312025-01-08T17:39:46.425Z Downloaded cookie_store v0.21.0
11322025-01-08T17:39:46.427Z Downloaded cancel-safe-futures v0.1.5
11332025-01-08T17:39:46.431Z Downloaded multimap v0.10.0
11342025-01-08T17:39:46.431Z Downloaded internet-checksum v0.2.1
11352025-01-08T17:39:46.434Z Downloaded maplit v1.0.2
11362025-01-08T17:39:46.434Z Downloaded managed v0.8.0
11372025-01-08T17:39:46.434Z Downloaded lru v0.12.5
11382025-01-08T17:39:46.436Z Downloaded lalrpop-util v0.19.12
11392025-01-08T17:39:46.436Z Downloaded base64ct v1.6.0
11402025-01-08T17:39:46.439Z Downloaded linked-hash-map v0.5.6
11412025-01-08T17:39:46.439Z Downloaded impl-trait-for-tuples v0.2.2
11422025-01-08T17:39:46.441Z Downloaded instability v0.3.2
11432025-01-08T17:39:46.441Z Downloaded bb8 v0.8.5
11442025-01-08T17:39:46.443Z Downloaded async-recursion v1.1.1
11452025-01-08T17:39:46.448Z Downloaded quinn-udp v0.5.5
11462025-01-08T17:39:46.452Z Downloaded icu_locid_transform v1.5.0
11472025-01-08T17:39:46.452Z Downloaded matches v0.1.10
11482025-01-08T17:39:46.452Z Downloaded async-bb8-diesel v0.2.1
11492025-01-08T17:39:46.455Z Downloaded hubpack v0.1.2
11502025-01-08T17:39:46.456Z Downloaded ciborium v0.2.2
11512025-01-08T17:39:46.456Z Downloaded colored v2.1.0
11522025-01-08T17:39:46.459Z Downloaded chrono-tz-build v0.4.0
11532025-01-08T17:39:46.459Z Downloaded humantime v2.1.0
11542025-01-08T17:39:46.459Z Downloaded hyper-rustls v0.27.3
11552025-01-08T17:39:46.461Z Downloaded curve25519-dalek-derive v0.1.1
11562025-01-08T17:39:46.461Z Downloaded cbc v0.1.2
11572025-01-08T17:39:46.464Z Downloaded http-range v0.1.5
11582025-01-08T17:39:46.464Z Downloaded http-body v1.0.1
11592025-01-08T17:39:46.464Z Downloaded bitfield v0.14.0
11602025-01-08T17:39:46.467Z Downloaded bcrypt-pbkdf v0.10.0
11612025-01-08T17:39:46.467Z Downloaded bitfield-struct v0.6.2
11622025-01-08T17:39:46.469Z Downloaded bit-vec v0.6.3
11632025-01-08T17:39:46.593Z Downloaded libsqlite3-sys v0.30.1
11642025-01-08T17:39:46.725Z Downloaded ring v0.17.8
11652025-01-08T17:39:47.041Z Downloaded aws-lc-sys v0.22.0
11662025-01-08T17:39:47.339Z Compiling serde v1.0.215
11672025-01-08T17:39:47.342Z Compiling lock_api v0.4.12
11682025-01-08T17:39:47.342Z Compiling scopeguard v1.2.0
11692025-01-08T17:39:47.342Z Compiling value-bag v1.9.0
11702025-01-08T17:39:47.493Z Compiling typenum v1.17.0
11712025-01-08T17:39:47.496Z Compiling generic-array v0.14.7
11722025-01-08T17:39:47.531Z Compiling syn v2.0.87
11732025-01-08T17:39:47.544Z Compiling getrandom v0.2.15
11742025-01-08T17:39:47.622Z Compiling subtle v2.6.1
11752025-01-08T17:39:47.858Z Compiling rand_core v0.6.4
11762025-01-08T17:39:47.948Z Compiling log v0.4.22
11772025-01-08T17:39:48.025Z Compiling shlex v1.3.0
11782025-01-08T17:39:48.044Z Compiling jobserver v0.1.32
11792025-01-08T17:39:48.062Z Compiling smallvec v1.13.2
11802025-01-08T17:39:48.384Z Compiling const-oid v0.9.6
11812025-01-08T17:39:48.403Z Compiling spin v0.9.8
11822025-01-08T17:39:48.447Z Compiling cc v1.1.30
11832025-01-08T17:39:48.479Z Compiling pin-project-lite v0.2.14
11842025-01-08T17:39:48.604Z Compiling rustix v0.38.37
11852025-01-08T17:39:48.780Z Compiling parking_lot_core v0.9.10
11862025-01-08T17:39:48.804Z Compiling futures-core v0.3.31
11872025-01-08T17:39:48.980Z Compiling signal-hook-registry v1.4.2
11882025-01-08T17:39:49.059Z Compiling mio v1.0.2
11892025-01-08T17:39:49.486Z Compiling aho-corasick v1.1.3
11902025-01-08T17:39:49.843Z Compiling parking_lot v0.12.3
11912025-01-08T17:39:49.913Z Compiling regex-syntax v0.8.5
11922025-01-08T17:39:50.203Z Compiling either v1.13.0
11932025-01-08T17:39:50.314Z Compiling cpufeatures v0.2.14
11942025-01-08T17:39:50.426Z Compiling lazy_static v1.5.0
11952025-01-08T17:39:50.482Z Compiling stable_deref_trait v1.2.0
11962025-01-08T17:39:50.558Z Compiling futures-sink v0.3.31
11972025-01-08T17:39:50.588Z Compiling glob v0.3.1
11982025-01-08T17:39:50.721Z Compiling socket2 v0.5.7
11992025-01-08T17:39:50.740Z Compiling slab v0.4.9
12002025-01-08T17:39:50.840Z Compiling prettyplease v0.2.25
12012025-01-08T17:39:51.190Z Compiling serde_json v1.0.133
12022025-01-08T17:39:51.214Z Compiling minimal-lexical v0.2.1
12032025-01-08T17:39:51.638Z Compiling clang-sys v1.8.1
12042025-01-08T17:39:51.739Z Compiling nom v7.1.3
12052025-01-08T17:39:51.758Z Compiling libloading v0.8.5
12062025-01-08T17:39:51.830Z Compiling home v0.5.9
12072025-01-08T17:39:52.115Z Compiling bindgen v0.69.5
12082025-01-08T17:39:52.195Z Compiling itertools v0.12.1
12092025-01-08T17:39:52.855Z Compiling futures-channel v0.3.31
12102025-01-08T17:39:52.908Z Compiling foldhash v0.1.3
12112025-01-08T17:39:53.231Z Compiling allocator-api2 v0.2.18
12122025-01-08T17:39:53.286Z Compiling pin-utils v0.1.0
12132025-01-08T17:39:53.385Z Compiling rustc-hash v1.1.0
12142025-01-08T17:39:53.531Z Compiling futures-task v0.3.31
12152025-01-08T17:39:53.813Z Compiling regex-automata v0.4.8
12162025-01-08T17:39:54.066Z Compiling libm v0.2.8
12172025-01-08T17:39:54.392Z Compiling futures-io v0.3.31
12182025-01-08T17:39:54.702Z Compiling lazycell v1.3.0
12192025-01-08T17:39:54.898Z Compiling hashbrown v0.15.1
12202025-01-08T17:39:55.343Z Compiling synstructure v0.13.1
12212025-01-08T17:39:55.540Z Compiling cexpr v0.6.0
12222025-01-08T17:39:56.231Z Compiling cmake v0.1.51
12232025-01-08T17:39:56.955Z Compiling num-traits v0.2.19
12242025-01-08T17:39:57.048Z Compiling pkg-config v0.3.31
12252025-01-08T17:39:57.240Z Compiling dunce v1.0.5
12262025-01-08T17:39:57.263Z Compiling tinyvec_macros v0.1.1
12272025-01-08T17:39:57.329Z Compiling fs_extra v1.3.0
12282025-01-08T17:39:57.352Z Compiling tinyvec v1.8.0
12292025-01-08T17:39:57.952Z Compiling ring v0.17.8
12302025-01-08T17:39:58.613Z Compiling paste v1.0.15
12312025-01-08T17:39:58.868Z Compiling unicode-normalization v0.1.24
12322025-01-08T17:39:58.959Z Compiling litemap v0.7.3
12332025-01-08T17:39:59.061Z Compiling base64ct v1.6.0
12342025-01-08T17:39:59.129Z Compiling writeable v0.5.5
12352025-01-08T17:39:59.362Z Compiling regex v1.11.1
12362025-01-08T17:39:59.669Z Compiling unicode-bidi v0.3.17
12372025-01-08T17:39:59.715Z Compiling pem-rfc7468 v0.7.0
12382025-01-08T17:40:00.459Z Compiling flagset v0.4.6
12392025-01-08T17:40:00.487Z Compiling aws-lc-rs v1.10.0
12402025-01-08T17:40:00.648Z Compiling httparse v1.9.5
12412025-01-08T17:40:00.895Z Compiling tracing-core v0.1.32
12422025-01-08T17:40:01.049Z Compiling rustls-pki-types v1.10.0
12432025-01-08T17:40:01.417Z Compiling percent-encoding v2.3.1
12442025-01-08T17:40:01.752Z Compiling icu_locid_transform_data v1.5.0
12452025-01-08T17:40:01.771Z Compiling crossbeam-utils v0.8.20
12462025-01-08T17:40:02.162Z Compiling num-conv v0.1.0
12472025-01-08T17:40:02.248Z Compiling mirai-annotations v1.12.0
12482025-01-08T17:40:02.268Z Compiling serde_derive v1.0.215
12492025-01-08T17:40:02.304Z Compiling zeroize_derive v1.4.2
12502025-01-08T17:40:02.421Z Compiling zerocopy-derive v0.7.35
12512025-01-08T17:40:02.441Z Compiling tokio-macros v2.4.0
12522025-01-08T17:40:02.493Z Compiling zerofrom-derive v0.1.4
12532025-01-08T17:40:03.854Z Compiling zeroize v1.8.1
12542025-01-08T17:40:04.017Z Compiling thiserror-impl v1.0.69
12552025-01-08T17:40:04.455Z Compiling yoke-derive v0.7.4
12562025-01-08T17:40:04.633Z Compiling zerocopy v0.7.35
12572025-01-08T17:40:05.671Z Compiling crypto-common v0.1.6
12582025-01-08T17:40:05.897Z Compiling block-buffer v0.10.4
12592025-01-08T17:40:06.134Z Compiling digest v0.10.7
12602025-01-08T17:40:06.295Z Compiling futures-macro v0.3.31
12612025-01-08T17:40:06.502Z Compiling hmac v0.12.1
12622025-01-08T17:40:06.561Z Compiling zerovec-derive v0.10.3
12632025-01-08T17:40:06.610Z Compiling zerofrom v0.1.4
12642025-01-08T17:40:06.737Z Compiling block-padding v0.3.3
12652025-01-08T17:40:06.852Z Compiling displaydoc v0.2.5
12662025-01-08T17:40:06.984Z Compiling inout v0.1.3
12672025-01-08T17:40:07.255Z Compiling cipher v0.4.4
12682025-01-08T17:40:07.501Z Compiling thiserror v1.0.69
12692025-01-08T17:40:07.548Z Compiling yoke v0.7.4
12702025-01-08T17:40:07.639Z Compiling sha2 v0.10.8
12712025-01-08T17:40:07.721Z Compiling ppv-lite86 v0.2.20
12722025-01-08T17:40:07.907Z Compiling der_derive v0.7.3
12732025-01-08T17:40:08.207Z Compiling futures-util v0.3.31
12742025-01-08T17:40:08.511Z Compiling icu_provider_macros v1.5.0
12752025-01-08T17:40:08.531Z Compiling rand_chacha v0.3.1
12762025-01-08T17:40:09.166Z Compiling zerovec v0.10.4
12772025-01-08T17:40:09.624Z Compiling tracing-attributes v0.1.27
12782025-01-08T17:40:09.968Z Compiling rand v0.8.5
12792025-01-08T17:40:10.209Z Compiling der v0.7.9
12802025-01-08T17:40:10.879Z Compiling salsa20 v0.10.2
12812025-01-08T17:40:11.114Z Compiling tinystr v0.7.6
12822025-01-08T17:40:11.175Z Compiling icu_collections v1.5.0
12832025-01-08T17:40:11.489Z Compiling pest v2.7.14
12842025-01-08T17:40:11.571Z Compiling icu_locid v1.5.0
12852025-01-08T17:40:12.207Z Compiling pbkdf2 v0.12.2
12862025-01-08T17:40:12.380Z Compiling spki v0.7.3
12872025-01-08T17:40:12.718Z Compiling untrusted v0.9.0
12882025-01-08T17:40:12.744Z Compiling powerfmt v0.2.0
12892025-01-08T17:40:12.899Z Compiling icu_provider v1.5.0
12902025-01-08T17:40:13.157Z Compiling time-core v0.1.2
12912025-01-08T17:40:13.332Z Compiling icu_properties_data v1.5.0
12922025-01-08T17:40:13.523Z Compiling tracing v0.1.40
12932025-01-08T17:40:13.561Z Compiling icu_locid_transform v1.5.0
12942025-01-08T17:40:13.609Z Compiling vcpkg v0.2.15
12952025-01-08T17:40:13.923Z Compiling untrusted v0.7.1
12962025-01-08T17:40:14.049Z Compiling pest_meta v2.7.14
12972025-01-08T17:40:14.066Z Compiling time-macros v0.2.18
12982025-01-08T17:40:14.116Z Compiling deranged v0.3.11
12992025-01-08T17:40:15.824Z Compiling icu_properties v1.5.1
13002025-01-08T17:40:15.929Z Compiling openssl-sys v0.9.103
13012025-01-08T17:40:16.095Z Compiling scrypt v0.11.0
13022025-01-08T17:40:16.321Z Compiling bitflags v2.6.0
13032025-01-08T17:40:16.634Z Compiling bytes v1.8.0
13042025-01-08T17:40:16.991Z Compiling indexmap v2.6.0
13052025-01-08T17:40:17.392Z Compiling semver v1.0.23
13062025-01-08T17:40:17.946Z Compiling tokio v1.40.0
13072025-01-08T17:40:18.182Z Compiling http v1.1.0
13082025-01-08T17:40:18.258Z Compiling rustc_version v0.4.1
13092025-01-08T17:40:18.477Z Compiling aes v0.8.4
13102025-01-08T17:40:19.052Z Compiling cbc v0.1.2
13112025-01-08T17:40:19.263Z Compiling scroll_derive v0.12.0
13122025-01-08T17:40:19.289Z Compiling utf16_iter v1.0.5
13132025-01-08T17:40:19.496Z Compiling icu_normalizer_data v1.5.0
13142025-01-08T17:40:19.608Z Compiling atomic-waker v1.1.2
13152025-01-08T17:40:19.804Z Compiling utf8_iter v1.0.4
13162025-01-08T17:40:20.061Z Compiling write16 v1.0.0
13172025-01-08T17:40:20.080Z Compiling num_threads v0.1.7
13182025-01-08T17:40:20.228Z Compiling icu_normalizer v1.5.0
13192025-01-08T17:40:20.249Z Compiling time v0.3.36
13202025-01-08T17:40:20.748Z Compiling which v4.4.2
13212025-01-08T17:40:20.767Z Compiling scroll v0.12.0
13222025-01-08T17:40:20.788Z Compiling http-body v1.0.1
13232025-01-08T17:40:21.043Z Compiling pkcs5 v0.7.1
13242025-01-08T17:40:21.402Z Compiling pest_generator v2.7.14
13252025-01-08T17:40:21.576Z Compiling form_urlencoded v1.2.1
13262025-01-08T17:40:21.910Z Compiling try-lock v0.2.5
13272025-01-08T17:40:22.065Z Compiling slog v2.7.0
13282025-01-08T17:40:22.132Z Compiling goblin v0.8.2
13292025-01-08T17:40:22.250Z Compiling want v0.3.1
13302025-01-08T17:40:22.302Z Compiling pkcs8 v0.10.2
13312025-01-08T17:40:22.549Z Compiling idna_adapter v1.2.0
13322025-01-08T17:40:22.661Z Compiling uuid v1.11.0
13332025-01-08T17:40:22.777Z Compiling httpdate v1.0.3
13342025-01-08T17:40:23.029Z Compiling iana-time-zone v0.1.61
13352025-01-08T17:40:23.273Z Compiling chrono v0.4.38
13362025-01-08T17:40:23.466Z Compiling pest_derive v2.7.14
13372025-01-08T17:40:23.516Z Compiling idna v1.0.3
13382025-01-08T17:40:24.261Z Compiling dtrace-parser v0.2.0
13392025-01-08T17:40:24.884Z Compiling toml_datetime v0.6.8
13402025-01-08T17:40:25.414Z Compiling serde_spanned v0.6.8
13412025-01-08T17:40:25.444Z Compiling serde_tokenstream v0.2.2
13422025-01-08T17:40:25.596Z Compiling tower-service v0.3.3
13432025-01-08T17:40:25.659Z Compiling match_cfg v0.1.0
13442025-01-08T17:40:25.732Z Compiling openssl v0.10.66
13452025-01-08T17:40:25.766Z Compiling base64 v0.22.1
13462025-01-08T17:40:26.037Z Compiling foreign-types-shared v0.1.1
13472025-01-08T17:40:26.149Z Compiling adler2 v2.0.0
13482025-01-08T17:40:26.169Z Compiling rustversion v1.0.17
13492025-01-08T17:40:26.366Z Compiling tokio-util v0.7.12
13502025-01-08T17:40:26.478Z Compiling miniz_oxide v0.8.0
13512025-01-08T17:40:26.545Z Compiling foreign-types v0.3.2
13522025-01-08T17:40:26.650Z Compiling hostname v0.3.1
13532025-01-08T17:40:26.898Z Compiling url v2.5.3
13542025-01-08T17:40:27.219Z Compiling openssl-macros v0.1.1
13552025-01-08T17:40:27.742Z Compiling h2 v0.4.6
13562025-01-08T17:40:27.982Z Compiling dof v0.3.0
13572025-01-08T17:40:28.027Z Compiling async-trait v0.1.83
13582025-01-08T17:40:28.362Z Compiling serde_derive_internals v0.29.1
13592025-01-08T17:40:28.910Z Compiling usdt-impl v0.5.0
13602025-01-08T17:40:30.192Z Compiling dirs-sys-next v0.1.2
13612025-01-08T17:40:30.560Z Compiling syn v1.0.109
13622025-01-08T17:40:30.895Z Compiling rustls v0.22.4
13632025-01-08T17:40:30.913Z Compiling data-encoding v2.6.0
13642025-01-08T17:40:31.143Z Compiling rustls v0.23.19
13652025-01-08T17:40:31.163Z Compiling schemars v0.8.21
13662025-01-08T17:40:31.183Z Compiling siphasher v0.3.11
13672025-01-08T17:40:31.414Z Compiling native-tls v0.2.12
13682025-01-08T17:40:31.552Z Compiling schemars_derive v0.8.21
13692025-01-08T17:40:31.633Z Compiling dirs-next v2.0.0
13702025-01-08T17:40:32.496Z Compiling http-body-util v0.1.2
13712025-01-08T17:40:33.016Z Compiling heapless v0.7.17
13722025-01-08T17:40:33.267Z Compiling crossbeam-epoch v0.9.18
13732025-01-08T17:40:33.343Z Compiling signature v2.2.0
13742025-01-08T17:40:33.427Z Compiling sha1 v0.10.6
13752025-01-08T17:40:33.652Z Compiling bzip2-sys v0.1.11+1.0.8
13762025-01-08T17:40:33.741Z Compiling thread_local v1.1.8
13772025-01-08T17:40:33.865Z Compiling multer v3.1.0
13782025-01-08T17:40:34.008Z Compiling encoding_rs v0.8.34
13792025-01-08T17:40:34.135Z Compiling cookie v0.18.1
13802025-01-08T17:40:34.138Z Compiling openssl-probe v0.1.5
13812025-01-08T17:40:34.293Z Compiling slog-async v2.8.0
13822025-01-08T17:40:34.412Z Compiling gimli v0.31.1
13832025-01-08T17:40:34.508Z Compiling signal-hook v0.3.17
13842025-01-08T17:40:34.787Z Compiling hyper v1.5.0
13852025-01-08T17:40:34.808Z Compiling ipnet v2.10.1
13862025-01-08T17:40:34.975Z Compiling rayon-core v1.12.1
13872025-01-08T17:40:35.273Z Compiling dyn-clone v1.0.17
13882025-01-08T17:40:35.508Z Compiling mime v0.3.17
13892025-01-08T17:40:36.155Z Compiling unicode-properties v0.1.3
13902025-01-08T17:40:36.175Z Compiling toml_edit v0.22.22
13912025-01-08T17:40:36.570Z Compiling stringprep v0.1.5
13922025-01-08T17:40:37.880Z Compiling hyper-util v0.1.10
13932025-01-08T17:40:39.038Z Compiling addr2line v0.24.2
13942025-01-08T17:40:39.659Z Compiling crossbeam-deque v0.8.5
13952025-01-08T17:40:39.810Z Compiling usdt-attr-macro v0.5.0
13962025-01-08T17:40:39.992Z Compiling usdt-macro v0.5.0
13972025-01-08T17:40:40.538Z Compiling term v0.7.0
13982025-01-08T17:40:41.005Z Compiling slog-json v2.6.1
13992025-01-08T17:40:41.395Z Compiling serde_urlencoded v0.7.1
14002025-01-08T17:40:41.444Z Compiling curve25519-dalek v4.1.3
14012025-01-08T17:40:41.447Z Compiling crossbeam-channel v0.5.13
14022025-01-08T17:40:41.936Z Compiling futures-executor v0.3.31
14032025-01-08T17:40:42.049Z Compiling enum-as-inner v0.6.1
14042025-01-08T17:40:42.087Z Compiling md-5 v0.10.6
14052025-01-08T17:40:42.251Z Compiling async-stream-impl v0.3.6
14062025-01-08T17:40:42.358Z Compiling rustls-pemfile v2.2.0
14072025-01-08T17:40:42.512Z Compiling num-integer v0.1.46
14082025-01-08T17:40:42.536Z Compiling idna v0.3.0
14092025-01-08T17:40:42.700Z Compiling idna v0.4.0
14102025-01-08T17:40:43.206Z Compiling hash32 v0.2.1
14112025-01-08T17:40:43.277Z Compiling ff v0.13.0
14122025-01-08T17:40:43.521Z Compiling is-terminal v0.4.13
14132025-01-08T17:40:43.605Z Compiling object v0.36.5
14142025-01-08T17:40:43.640Z Compiling dropshot v0.12.0
14152025-01-08T17:40:43.662Z Compiling quick-error v1.2.3
14162025-01-08T17:40:43.808Z Compiling anyhow v1.0.93
14172025-01-08T17:40:43.928Z Compiling fallible-iterator v0.2.0
14182025-01-08T17:40:44.199Z Compiling rustc-demangle v0.1.24
14192025-01-08T17:40:44.362Z Compiling utf-8 v0.7.6
14202025-01-08T17:40:44.452Z Compiling smoltcp v0.9.1
14212025-01-08T17:40:44.629Z Compiling num-bigint-dig v0.8.4
14222025-01-08T17:40:44.683Z Compiling base16ct v0.2.0
14232025-01-08T17:40:44.685Z Compiling psl-types v2.0.11
14242025-01-08T17:40:44.907Z Compiling linked-hash-map v0.5.6
14252025-01-08T17:40:44.926Z Compiling take_mut v0.2.2
14262025-01-08T17:40:45.017Z Compiling portable-atomic v1.9.0
14272025-01-08T17:40:45.242Z Compiling sec1 v0.7.3
14282025-01-08T17:40:45.262Z Compiling publicsuffix v2.2.3
14292025-01-08T17:40:45.313Z Compiling lru-cache v0.1.2
14302025-01-08T17:40:45.518Z Compiling postgres-protocol v0.6.7
14312025-01-08T17:40:45.521Z Compiling tungstenite v0.24.0
14322025-01-08T17:40:46.237Z Compiling resolv-conf v0.7.0
14332025-01-08T17:40:46.292Z Compiling async-stream v0.3.6
14342025-01-08T17:40:46.320Z Compiling slog-term v2.9.1
14352025-01-08T17:40:46.603Z Compiling hickory-proto v0.24.1
14362025-01-08T17:40:47.039Z Compiling usdt v0.5.0
14372025-01-08T17:40:47.588Z Compiling group v0.13.0
14382025-01-08T17:40:47.590Z Compiling num-iter v0.1.45
14392025-01-08T17:40:47.805Z Compiling futures v0.3.31
14402025-01-08T17:40:47.930Z Compiling slog-bunyan v2.5.0
14412025-01-08T17:40:48.071Z Compiling toml v0.8.19
14422025-01-08T17:40:49.336Z Compiling camino v1.1.9
14432025-01-08T17:40:49.852Z Compiling tokio-native-tls v0.3.1
14442025-01-08T17:40:49.854Z Compiling phf_shared v0.11.2
14452025-01-08T17:40:50.147Z Compiling dropshot_endpoint v0.12.0
14462025-01-08T17:40:50.242Z Compiling terminal_size v0.4.0
14472025-01-08T17:40:50.261Z Compiling waitgroup v0.1.2
14482025-01-08T17:40:50.324Z Compiling openapiv3 v2.0.0
14492025-01-08T17:40:50.459Z Compiling serde_path_to_error v0.1.16
14502025-01-08T17:40:50.489Z Compiling hkdf v0.12.4
14512025-01-08T17:40:50.749Z Compiling crypto-bigint v0.5.5
14522025-01-08T17:40:51.326Z Compiling backtrace v0.3.74
14532025-01-08T17:40:51.720Z Compiling curve25519-dalek-derive v0.1.1
14542025-01-08T17:40:53.302Z Compiling zerocopy-derive v0.6.6
14552025-01-08T17:40:54.814Z Compiling webpki-roots v0.26.6
14562025-01-08T17:40:54.895Z Compiling idna v0.5.0
14572025-01-08T17:40:55.039Z Compiling hostname v0.4.0
14582025-01-08T17:40:55.056Z Compiling ahash v0.8.11
14592025-01-08T17:40:55.185Z Compiling hubpack_derive v0.1.1
14602025-01-08T17:40:55.336Z Compiling crc32fast v1.4.2
14612025-01-08T17:40:55.407Z Compiling fs-err v2.11.0
14622025-01-08T17:40:55.633Z Compiling newtype-uuid v1.1.3
14632025-01-08T17:40:55.675Z Compiling managed v0.8.0
14642025-01-08T17:40:55.705Z Compiling winnow v0.5.40
14652025-01-08T17:40:55.904Z Compiling debug-ignore v1.0.5
14662025-01-08T17:40:56.060Z Compiling bitflags v1.3.2
14672025-01-08T17:40:56.121Z Compiling hubpack v0.1.2
14682025-01-08T17:40:56.137Z Compiling strum_macros v0.25.3
14692025-01-08T17:40:56.623Z Compiling cookie_store v0.21.0
14702025-01-08T17:40:56.786Z Compiling clap_builder v4.5.21
14712025-01-08T17:40:56.940Z Compiling console v0.15.8
14722025-01-08T17:40:57.280Z Compiling zerocopy v0.6.6
14732025-01-08T17:40:58.195Z Compiling flate2 v1.0.34
14742025-01-08T17:40:58.286Z Compiling elliptic-curve v0.13.8
14752025-01-08T17:40:58.541Z Compiling hickory-resolver v0.24.1
14762025-01-08T17:40:59.183Z Compiling toml_edit v0.19.15
14772025-01-08T17:40:59.581Z Compiling phf v0.11.2
14782025-01-08T17:40:59.890Z Compiling hyper-tls v0.6.0
14792025-01-08T17:41:00.032Z Compiling signal-hook-mio v0.2.4
14802025-01-08T17:41:00.226Z Compiling rayon v1.10.0
14812025-01-08T17:41:00.320Z Compiling bzip2 v0.4.4
14822025-01-08T17:41:00.745Z Compiling tokio-tungstenite v0.24.0
14832025-01-08T17:41:01.293Z Compiling postgres-types v0.2.8
14842025-01-08T17:41:04.248Z Compiling ed25519 v2.2.3
14852025-01-08T17:41:05.133Z Compiling phf_shared v0.10.0
14862025-01-08T17:41:05.520Z Compiling tokio-stream v0.1.16
14872025-01-08T17:41:05.576Z Compiling pkcs1 v0.7.5
14882025-01-08T17:41:06.141Z Compiling serde-big-array v0.5.1
14892025-01-08T17:41:06.381Z Compiling clap_derive v4.5.18
14902025-01-08T17:41:06.437Z Compiling rfc6979 v0.4.0
14912025-01-08T17:41:06.457Z Compiling serde_repr v0.1.19
14922025-01-08T17:41:06.583Z Compiling derive-where v1.2.7
14932025-01-08T17:41:06.604Z Compiling float-cmp v0.9.0
14942025-01-08T17:41:06.633Z Compiling bstr v1.10.0
14952025-01-08T17:41:06.828Z Compiling sync_wrapper v1.0.1
14962025-01-08T17:41:06.990Z Compiling fixedbitset v0.4.2
14972025-01-08T17:41:07.463Z Compiling normalize-line-endings v0.3.0
14982025-01-08T17:41:07.483Z Compiling bit-vec v0.6.3
14992025-01-08T17:41:07.597Z Compiling unicode-segmentation v1.12.0
15002025-01-08T17:41:07.655Z Compiling whoami v1.5.2
15012025-01-08T17:41:07.970Z Compiling predicates-core v1.0.8
15022025-01-08T17:41:08.291Z Compiling difflib v0.4.0
15032025-01-08T17:41:08.351Z Compiling static_assertions v1.1.0
15042025-01-08T17:41:08.413Z Compiling number_prefix v0.4.0
15052025-01-08T17:41:08.457Z Compiling precomputed-hash v0.1.1
15062025-01-08T17:41:08.487Z Compiling new_debug_unreachable v1.0.6
15072025-01-08T17:41:08.574Z Compiling unicode-width v0.2.0
15082025-01-08T17:41:08.593Z Compiling string_cache v0.8.7
15092025-01-08T17:41:08.648Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15102025-01-08T17:41:09.073Z Compiling indicatif v0.17.9
15112025-01-08T17:41:09.114Z Compiling predicates v3.1.2
15122025-01-08T17:41:09.968Z Compiling similar v2.6.0
15132025-01-08T17:41:10.159Z Compiling tokio-postgres v0.7.12
15142025-01-08T17:41:10.914Z Compiling bit-set v0.5.3
15152025-01-08T17:41:11.200Z Compiling petgraph v0.6.5
15162025-01-08T17:41:11.484Z Compiling ecdsa v0.16.9
15172025-01-08T17:41:11.539Z Compiling clap v4.5.21
15182025-01-08T17:41:11.666Z Compiling rsa v0.9.6
15192025-01-08T17:41:12.374Z Compiling ed25519-dalek v2.1.1
15202025-01-08T17:41:12.544Z Compiling toml v0.7.8
15212025-01-08T17:41:13.753Z Compiling zip v0.6.6
15222025-01-08T17:41:14.311Z Compiling crossterm v0.28.1
15232025-01-08T17:41:15.433Z Compiling hex v0.4.3
15242025-01-08T17:41:15.680Z Compiling x509-cert v0.2.5
15252025-01-08T17:41:15.700Z Compiling itertools v0.10.5
15262025-01-08T17:41:16.058Z Compiling lalrpop-util v0.19.12
15272025-01-08T17:41:16.088Z Compiling peg-runtime v0.8.3
15282025-01-08T17:41:16.132Z Compiling unicode-xid v0.2.6
15292025-01-08T17:41:16.315Z Compiling strum_macros v0.26.4
15302025-01-08T17:41:16.415Z Compiling xattr v1.3.1
15312025-01-08T17:41:16.693Z Compiling filetime v0.2.25
15322025-01-08T17:41:17.028Z Compiling tar v0.4.42
15332025-01-08T17:41:21.367Z Compiling strum v0.26.3
15342025-01-08T17:41:24.031Z Compiling aws-lc-sys v0.22.0
15352025-01-08T17:41:55.956Z Compiling rustls-webpki v0.102.8
15362025-01-08T17:41:59.292Z Compiling tokio-rustls v0.25.0
15372025-01-08T17:42:00.734Z Compiling tokio-rustls v0.26.0
15382025-01-08T17:42:01.207Z Compiling hyper-rustls v0.27.3
15392025-01-08T17:42:01.557Z Compiling reqwest v0.12.9
15402025-01-08T17:42:02.852Z Compiling qorb v0.2.1
15412025-01-08T17:42:07.531Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15422025-01-08T17:42:07.759Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15432025-01-08T17:42:13.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
15442025-01-08T17:42:13.637Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15452025-01-08T17:42:13.685ZJan 08 17:42:12.461 INFO Starting download, target: Cockroach
15462025-01-08T17:42:13.685ZJan 08 17:42:12.461 INFO Starting download, target: Clickhouse
15472025-01-08T17:42:13.685ZJan 08 17:42:12.461 INFO Starting download, target: Console
15482025-01-08T17:42:13.685ZJan 08 17:42:12.461 INFO Starting download, target: DendriteOpenapi
15492025-01-08T17:42:13.688ZJan 08 17:42:12.461 INFO Starting download, target: DendriteStub
15502025-01-08T17:42:13.688ZJan 08 17:42:12.461 INFO Starting download, target: MaghemiteMgd
15512025-01-08T17:42:13.688ZJan 08 17:42:12.461 INFO Starting download, target: TransceiverControl
15522025-01-08T17:42:13.688ZJan 08 17:42:12.462 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15532025-01-08T17:42:13.688ZJan 08 17:42:12.462 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15542025-01-08T17:42:13.688ZJan 08 17:42:12.462 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15552025-01-08T17:42:13.688ZJan 08 17:42:12.462 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15562025-01-08T17:42:13.688ZJan 08 17:42:12.462 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15572025-01-08T17:42:13.688ZJan 08 17:42:12.462 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15582025-01-08T17:42:13.688ZJan 08 17:42:12.462 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15592025-01-08T17:42:13.889ZJan 08 17:42:12.639 INFO Download complete, target: DendriteOpenapi
15602025-01-08T17:42:14.032ZJan 08 17:42:12.772 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15612025-01-08T17:42:14.208ZJan 08 17:42:12.940 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15622025-01-08T17:42:14.544ZJan 08 17:42:13.311 INFO Download complete, target: Console
15632025-01-08T17:42:14.559ZJan 08 17:42:13.326 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15642025-01-08T17:42:14.592ZJan 08 17:42:13.367 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15652025-01-08T17:42:14.713ZJan 08 17:42:13.487 INFO Download complete, target: TransceiverControl
15662025-01-08T17:42:15.176ZJan 08 17:42:13.952 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15672025-01-08T17:42:15.176ZJan 08 17:42:13.952 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15682025-01-08T17:42:15.708ZJan 08 17:42:14.483 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15692025-01-08T17:42:17.649ZJan 08 17:42:16.424 INFO Download complete, target: MaghemiteMgd
15702025-01-08T17:42:17.658ZJan 08 17:42:16.434 INFO Download complete, target: DendriteStub
15712025-01-08T17:42:22.868ZJan 08 17:42:21.642 INFO Checking that binary works, target: Cockroach
15722025-01-08T17:42:23.021ZJan 08 17:42:21.796 INFO Download complete, target: Cockroach
15732025-01-08T17:42:28.632ZJan 08 17:42:27.403 INFO Checking that binary works, target: Clickhouse
15742025-01-08T17:42:29.055ZJan 08 17:42:27.828 INFO Download complete, target: Clickhouse
15752025-01-08T17:42:29.193ZAll builder prerequisites installed successfully, and PATH looks valid
15762025-01-08T17:42:29.196Z
15772025-01-08T17:42:29.196Zreal 5:31.803441350
15782025-01-08T17:42:29.196Zuser 16:31.541422189
15792025-01-08T17:42:29.196Zsys 3:15.652823525
15802025-01-08T17:42:29.196Ztrap 0.545732486
15812025-01-08T17:42:29.196Ztflt 5.363010312
15822025-01-08T17:42:29.196Zdflt 5.199636865
15832025-01-08T17:42:29.196Zkflt 0.439568382
15842025-01-08T17:42:29.196Zlock 30:23.102498217
15852025-01-08T17:42:29.196Zslp 1:03:28.762065355
15862025-01-08T17:42:29.196Zlat 56.159367468
15872025-01-08T17:42:29.196Zstop 2:16.933147223
15882025-01-08T17:42:29.196Z+ banner hack-check
15892025-01-08T17:42:29.196Z
15902025-01-08T17:42:29.196Z # # ## #### # # #### # # ###### #### # #
15912025-01-08T17:42:29.196Z # # # # # # # # # # # # # # # # #
15922025-01-08T17:42:29.196Z ###### # # # #### ##### # ###### ##### # ####
15932025-01-08T17:42:29.196Z # # ###### # # # # # # # # # #
15942025-01-08T17:42:29.196Z # # # # # # # # # # # # # # # # #
15952025-01-08T17:42:29.197Z # # # # #### # # #### # # ###### #### # #
15962025-01-08T17:42:29.197Z
15972025-01-08T17:42:29.197Z+ export CARGO_INCREMENTAL=0
15982025-01-08T17:42:29.197Z+ CARGO_INCREMENTAL=0
15992025-01-08T17:42:29.197Z+ ptime -m timeout 2h cargo xtask check-features --ci
16002025-01-08T17:42:29.717Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16012025-01-08T17:42:33.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
16022025-01-08T17:42:33.227Z Running `target/debug/xtask check-features --ci`
16032025-01-08T17:42:33.247Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16042025-01-08T17:42:33.247Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16052025-01-08T17:42:33.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16062025-01-08T17:42:33.707Z Running `target/debug/xtask download cargo-hack`
16072025-01-08T17:42:34.499Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16082025-01-08T17:42:34.853Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16092025-01-08T17:42:39.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
16102025-01-08T17:42:39.926Z Running `target/debug/xtask-downloader cargo-hack`
16112025-01-08T17:42:39.971ZJan 08 17:42:38.742 INFO Starting download, target: CargoHack
16122025-01-08T17:42:39.974ZJan 08 17:42:38.743 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16132025-01-08T17:42:40.586ZJan 08 17:42:39.357 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16142025-01-08T17:42:40.675ZJan 08 17:42:39.446 INFO Download complete, target: CargoHack
16152025-01-08T17:42:40.679Zrunning: "/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"
16162025-01-08T17:42:40.694Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16172025-01-08T17:42:40.859Zinfo: running `cargo check --bins` on api_identity (1/176)
16182025-01-08T17:42:41.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192025-01-08T17:42:41.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202025-01-08T17:42:41.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212025-01-08T17:42:41.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16222025-01-08T17:42:41.449Z
16232025-01-08T17:42:41.449Zinfo: running `cargo check --bins` on bootstore (2/176)
16242025-01-08T17:42:41.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252025-01-08T17:42:42.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262025-01-08T17:42:42.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272025-01-08T17:42:42.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16282025-01-08T17:42:42.075Z
16292025-01-08T17:42:42.075Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16302025-01-08T17:42:42.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312025-01-08T17:42:42.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322025-01-08T17:42:42.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332025-01-08T17:42:42.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16342025-01-08T17:42:42.687Z
16352025-01-08T17:42:42.687Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16362025-01-08T17:42:43.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372025-01-08T17:42:43.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382025-01-08T17:42:43.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392025-01-08T17:42:43.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16402025-01-08T17:42:43.302Z
16412025-01-08T17:42:43.302Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16422025-01-08T17:42:43.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432025-01-08T17:42:43.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442025-01-08T17:42:43.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452025-01-08T17:42:43.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16462025-01-08T17:42:43.717Z
16472025-01-08T17:42:43.718Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16482025-01-08T17:42:44.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492025-01-08T17:42:44.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502025-01-08T17:42:44.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512025-01-08T17:42:44.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16522025-01-08T17:42:44.139Z
16532025-01-08T17:42:44.139Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16542025-01-08T17:42:44.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552025-01-08T17:42:44.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562025-01-08T17:42:44.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572025-01-08T17:42:44.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16582025-01-08T17:42:44.558Z
16592025-01-08T17:42:44.558Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16602025-01-08T17:42:44.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612025-01-08T17:42:44.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622025-01-08T17:42:44.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632025-01-08T17:42:44.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16642025-01-08T17:42:44.976Z
16652025-01-08T17:42:44.976Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16662025-01-08T17:42:45.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672025-01-08T17:42:45.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682025-01-08T17:42:45.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692025-01-08T17:42:45.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16702025-01-08T17:42:45.400Z
16712025-01-08T17:42:45.400Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16722025-01-08T17:42:45.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732025-01-08T17:42:45.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742025-01-08T17:42:45.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752025-01-08T17:42:45.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16762025-01-08T17:42:45.818Z
16772025-01-08T17:42:45.818Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16782025-01-08T17:42:46.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792025-01-08T17:42:46.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802025-01-08T17:42:46.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812025-01-08T17:42:46.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16822025-01-08T17:42:46.241Z
16832025-01-08T17:42:46.241Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16842025-01-08T17:42:46.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852025-01-08T17:42:46.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862025-01-08T17:42:46.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872025-01-08T17:42:46.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16882025-01-08T17:42:46.657Z
16892025-01-08T17:42:46.657Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
16902025-01-08T17:42:47.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912025-01-08T17:42:47.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922025-01-08T17:42:47.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932025-01-08T17:42:47.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16942025-01-08T17:42:47.073Z
16952025-01-08T17:42:47.073Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
16962025-01-08T17:42:47.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972025-01-08T17:42:47.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982025-01-08T17:42:47.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992025-01-08T17:42:47.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17002025-01-08T17:42:47.490Z
17012025-01-08T17:42:47.490Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17022025-01-08T17:42:47.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032025-01-08T17:42:47.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042025-01-08T17:42:47.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052025-01-08T17:42:47.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17062025-01-08T17:42:47.906Z
17072025-01-08T17:42:47.906Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17082025-01-08T17:42:48.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-01-08T17:42:48.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-01-08T17:42:48.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-01-08T17:42:48.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17122025-01-08T17:42:48.330Z
17132025-01-08T17:42:48.330Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17142025-01-08T17:42:48.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-01-08T17:42:48.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-01-08T17:42:48.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-01-08T17:42:48.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17182025-01-08T17:42:48.750Z
17192025-01-08T17:42:48.750Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17202025-01-08T17:42:49.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-01-08T17:42:49.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-01-08T17:42:49.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-01-08T17:42:49.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17242025-01-08T17:42:49.171Z
17252025-01-08T17:42:49.171Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17262025-01-08T17:42:49.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-01-08T17:42:49.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-01-08T17:42:49.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-01-08T17:42:49.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17302025-01-08T17:42:49.590Z
17312025-01-08T17:42:49.590Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17322025-01-08T17:42:49.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-01-08T17:42:49.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-01-08T17:42:49.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-01-08T17:42:49.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17362025-01-08T17:42:50.007Z
17372025-01-08T17:42:50.007Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17382025-01-08T17:42:50.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-01-08T17:42:50.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-01-08T17:42:50.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-01-08T17:42:50.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17422025-01-08T17:42:50.423Z
17432025-01-08T17:42:50.423Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17442025-01-08T17:42:50.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-01-08T17:42:50.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-01-08T17:42:50.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-01-08T17:42:50.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17482025-01-08T17:42:50.846Z
17492025-01-08T17:42:50.846Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17502025-01-08T17:42:51.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-01-08T17:42:51.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-01-08T17:42:51.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-01-08T17:42:51.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17542025-01-08T17:42:51.269Z
17552025-01-08T17:42:51.269Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17562025-01-08T17:42:51.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-01-08T17:42:51.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-01-08T17:42:51.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-01-08T17:42:51.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17602025-01-08T17:42:51.691Z
17612025-01-08T17:42:51.691Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17622025-01-08T17:42:52.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-01-08T17:42:52.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-01-08T17:42:52.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-01-08T17:42:52.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17662025-01-08T17:42:52.335Z
17672025-01-08T17:42:52.335Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17682025-01-08T17:42:52.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-01-08T17:42:52.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-01-08T17:42:52.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-01-08T17:42:52.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17722025-01-08T17:42:52.959Z
17732025-01-08T17:42:52.960Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17742025-01-08T17:42:53.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-01-08T17:42:53.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-01-08T17:42:53.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-01-08T17:42:53.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17782025-01-08T17:42:53.691Z
17792025-01-08T17:42:53.691Zinfo: running `cargo check --bins` on oxlog (28/176)
17802025-01-08T17:42:54.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-01-08T17:42:54.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-01-08T17:42:54.199Z Checking cfg-if v1.0.0
17832025-01-08T17:42:54.201Z Checking libc v0.2.162
17842025-01-08T17:42:54.306Z Checking serde v1.0.215
17852025-01-08T17:42:54.309Z Checking zeroize v1.8.1
17862025-01-08T17:42:54.321Z Checking memchr v2.7.4
17872025-01-08T17:42:54.323Z Checking typenum v1.17.0
17882025-01-08T17:42:54.331Z Checking scopeguard v1.2.0
17892025-01-08T17:42:54.356Z Checking subtle v2.6.1
17902025-01-08T17:42:54.370Z Checking value-bag v1.9.0
17912025-01-08T17:42:54.472Z Checking lock_api v0.4.12
17922025-01-08T17:42:54.547Z Checking smallvec v1.13.2
17932025-01-08T17:42:54.597Z Checking itoa v1.0.11
17942025-01-08T17:42:54.788Z Checking log v0.4.22
17952025-01-08T17:42:54.829Z Checking const-oid v0.9.6
17962025-01-08T17:42:54.873Z Checking pin-project-lite v0.2.14
17972025-01-08T17:42:54.892Z Checking byteorder v1.5.0
17982025-01-08T17:42:54.999Z Checking futures-core v0.3.31
17992025-01-08T17:42:55.190Z Checking once_cell v1.20.2
18002025-01-08T17:42:55.206Z Checking cpufeatures v0.2.14
18012025-01-08T17:42:55.289Z Checking stable_deref_trait v1.2.0
18022025-01-08T17:42:55.303Z Checking futures-sink v0.3.31
18032025-01-08T17:42:55.342Z Checking spin v0.9.8
18042025-01-08T17:42:55.388Z Checking zerocopy v0.7.35
18052025-01-08T17:42:55.440Z Checking zerofrom v0.1.4
18062025-01-08T17:42:55.455Z Checking getrandom v0.2.15
18072025-01-08T17:42:55.475Z Checking signal-hook-registry v1.4.2
18082025-01-08T17:42:55.640Z Checking generic-array v0.14.7
18092025-01-08T17:42:55.655Z Checking parking_lot_core v0.9.10
18102025-01-08T17:42:55.670Z Checking mio v1.0.2
18112025-01-08T17:42:55.673Z Checking rand_core v0.6.4
18122025-01-08T17:42:55.720Z Checking socket2 v0.5.7
18132025-01-08T17:42:55.966Z Checking slab v0.4.9
18142025-01-08T17:42:56.003Z Checking parking_lot v0.12.3
18152025-01-08T17:42:56.194Z Checking yoke v0.7.4
18162025-01-08T17:42:56.222Z Checking futures-channel v0.3.31
18172025-01-08T17:42:56.278Z Checking futures-task v0.3.31
18182025-01-08T17:42:56.361Z Checking equivalent v1.0.1
18192025-01-08T17:42:56.467Z Checking allocator-api2 v0.2.18
18202025-01-08T17:42:56.517Z Checking pin-utils v0.1.0
18212025-01-08T17:42:56.545Z Checking futures-io v0.3.31
18222025-01-08T17:42:56.565Z Checking foldhash v0.1.3
18232025-01-08T17:42:56.601Z Checking zerovec v0.10.4
18242025-01-08T17:42:56.644Z Checking ryu v1.0.18
18252025-01-08T17:42:56.705Z Checking futures-util v0.3.31
18262025-01-08T17:42:56.750Z Checking tinyvec_macros v0.1.1
18272025-01-08T17:42:56.813Z Checking crypto-common v0.1.6
18282025-01-08T17:42:56.813Z Checking block-buffer v0.10.4
18292025-01-08T17:42:56.842Z Checking block-padding v0.3.3
18302025-01-08T17:42:56.859Z Checking tinyvec v1.8.0
18312025-01-08T17:42:56.986Z Checking fnv v1.0.7
18322025-01-08T17:42:57.035Z Checking inout v0.1.3
18332025-01-08T17:42:57.051Z Checking digest v0.10.7
18342025-01-08T17:42:57.086Z Checking hashbrown v0.15.1
18352025-01-08T17:42:57.113Z Checking libm v0.2.8
18362025-01-08T17:42:57.274Z Checking cipher v0.4.4
18372025-01-08T17:42:57.429Z Checking hmac v0.12.1
18382025-01-08T17:42:57.647Z Checking sha2 v0.10.8
18392025-01-08T17:42:57.703Z Checking base64ct v1.6.0
18402025-01-08T17:42:58.051Z Checking unicode-bidi v0.3.17
18412025-01-08T17:42:58.137Z Checking litemap v0.7.3
18422025-01-08T17:42:58.162Z Checking unicode-normalization v0.1.24
18432025-01-08T17:42:58.201Z Checking writeable v0.5.5
18442025-01-08T17:42:58.239Z Checking pem-rfc7468 v0.7.0
18452025-01-08T17:42:58.259Z Checking tinystr v0.7.6
18462025-01-08T17:42:58.482Z Checking num-traits v0.2.19
18472025-01-08T17:42:58.511Z Checking ppv-lite86 v0.2.20
18482025-01-08T17:42:58.527Z Checking flagset v0.4.6
18492025-01-08T17:42:58.638Z Checking icu_locid v1.5.0
18502025-01-08T17:42:58.688Z Checking tracing-core v0.1.32
18512025-01-08T17:42:58.710Z Checking der v0.7.9
18522025-01-08T17:42:59.057Z Checking thiserror v1.0.69
18532025-01-08T17:42:59.191Z Checking rustls-pki-types v1.10.0
18542025-01-08T17:42:59.288Z Checking rand_chacha v0.3.1
18552025-01-08T17:42:59.303Z Checking bytes v1.8.0
18562025-01-08T17:42:59.327Z Checking indexmap v2.6.0
18572025-01-08T17:42:59.683Z Checking serde_json v1.0.133
18582025-01-08T17:42:59.686Z Checking icu_provider v1.5.0
18592025-01-08T17:42:59.740Z Checking bitflags v2.6.0
18602025-01-08T17:43:00.054Z Checking percent-encoding v2.3.1
18612025-01-08T17:43:00.133Z Checking tokio v1.40.0
18622025-01-08T17:43:00.250Z Checking http v1.1.0
18632025-01-08T17:43:00.266Z Checking icu_locid_transform_data v1.5.0
18642025-01-08T17:43:00.354Z Checking rand v0.8.5
18652025-01-08T17:43:00.383Z Checking icu_locid_transform v1.5.0
18662025-01-08T17:43:00.573Z Checking spki v0.7.3
18672025-01-08T17:43:00.647Z Checking tracing v0.1.40
18682025-01-08T17:43:00.870Z Checking icu_collections v1.5.0
18692025-01-08T17:43:01.002Z Checking salsa20 v0.10.2
18702025-01-08T17:43:01.218Z Checking pbkdf2 v0.12.2
18712025-01-08T17:43:01.307Z Checking aws-lc-sys v0.22.0
18722025-01-08T17:43:01.372Z Checking httparse v1.9.5
18732025-01-08T17:43:01.465Z Checking icu_properties_data v1.5.0
18742025-01-08T17:43:01.503Z Checking untrusted v0.7.1
18752025-01-08T17:43:01.568Z Checking mirai-annotations v1.12.0
18762025-01-08T17:43:01.665Z Checking untrusted v0.9.0
18772025-01-08T17:43:01.683Z Checking powerfmt v0.2.0
18782025-01-08T17:43:01.701Z Checking icu_properties v1.5.1
18792025-01-08T17:43:01.733Z Checking scrypt v0.11.0
18802025-01-08T17:43:01.789Z Checking cbc v0.1.2
18812025-01-08T17:43:01.809Z Checking ring v0.17.8
18822025-01-08T17:43:01.836Z Checking aes v0.8.4
18832025-01-08T17:43:01.943Z Checking deranged v0.3.11
18842025-01-08T17:43:01.946Z Checking crossbeam-utils v0.8.20
18852025-01-08T17:43:01.980Z Checking utf8_iter v1.0.4
18862025-01-08T17:43:02.171Z Checking icu_normalizer_data v1.5.0
18872025-01-08T17:43:02.270Z Checking time-core v0.1.2
18882025-01-08T17:43:02.433Z Checking utf16_iter v1.0.5
18892025-01-08T17:43:02.598Z Checking num_threads v0.1.7
18902025-01-08T17:43:02.634Z Checking num-conv v0.1.0
18912025-01-08T17:43:02.715Z Checking atomic-waker v1.1.2
18922025-01-08T17:43:02.760Z Checking write16 v1.0.0
18932025-01-08T17:43:02.835Z Checking pkcs5 v0.7.1
18942025-01-08T17:43:02.875Z Checking http-body v1.0.1
18952025-01-08T17:43:02.890Z Checking form_urlencoded v1.2.1
18962025-01-08T17:43:03.068Z Checking try-lock v0.2.5
18972025-01-08T17:43:03.084Z Checking uuid v1.11.0
18982025-01-08T17:43:03.206Z Checking want v0.3.1
18992025-01-08T17:43:03.357Z Checking pkcs8 v0.10.2
19002025-01-08T17:43:03.391Z Checking httpdate v1.0.3
19012025-01-08T17:43:03.615Z Checking unicode-ident v1.0.13
19022025-01-08T17:43:03.662Z Checking time v0.3.36
19032025-01-08T17:43:03.679Z Checking serde_spanned v0.6.8
19042025-01-08T17:43:03.679Z Checking toml_datetime v0.6.8
19052025-01-08T17:43:03.703Z Checking slog v2.7.0
19062025-01-08T17:43:03.775Z Checking proc-macro2 v1.0.89
19072025-01-08T17:43:03.853Z Checking scroll v0.12.0
19082025-01-08T17:43:03.892Z Checking aws-lc-rs v1.10.0
19092025-01-08T17:43:03.961Z Checking foreign-types-shared v0.1.1
19102025-01-08T17:43:04.065Z Checking adler2 v2.0.0
19112025-01-08T17:43:04.175Z Checking match_cfg v0.1.0
19122025-01-08T17:43:04.211Z Checking iana-time-zone v0.1.61
19132025-01-08T17:43:04.267Z Checking tower-service v0.3.3
19142025-01-08T17:43:04.338Z Checking plain v0.2.3
19152025-01-08T17:43:04.368Z Checking base64 v0.22.1
19162025-01-08T17:43:04.385Z Checking ucd-trie v0.1.7
19172025-01-08T17:43:04.430Z Checking quote v1.0.37
19182025-01-08T17:43:04.485Z Checking goblin v0.8.2
19192025-01-08T17:43:04.580Z Checking pest v2.7.14
19202025-01-08T17:43:04.780Z Checking chrono v0.4.38
19212025-01-08T17:43:04.813Z Checking hostname v0.3.1
19222025-01-08T17:43:04.947Z Checking miniz_oxide v0.8.0
19232025-01-08T17:43:05.019Z Checking icu_normalizer v1.5.0
19242025-01-08T17:43:05.726Z Checking foreign-types v0.3.2
19252025-01-08T17:43:05.748Z Checking rustls-webpki v0.102.8
19262025-01-08T17:43:05.812Z Checking openssl-sys v0.9.103
19272025-01-08T17:43:05.852Z Checking idna_adapter v1.2.0
19282025-01-08T17:43:06.033Z Checking idna v1.0.3
19292025-01-08T17:43:06.144Z Checking errno v0.3.9
19302025-01-08T17:43:06.319Z Checking dirs-sys-next v0.1.2
19312025-01-08T17:43:06.507Z Checking aho-corasick v1.1.3
19322025-01-08T17:43:06.525Z Checking url v2.5.3
19332025-01-08T17:43:06.553Z Checking siphasher v0.3.11
19342025-01-08T17:43:06.868Z Checking pretty-hex v0.4.1
19352025-01-08T17:43:06.885Z Checking regex-syntax v0.8.5
19362025-01-08T17:43:07.040Z Compiling newtype-uuid v1.1.3
19372025-01-08T17:43:07.069Z Checking data-encoding v2.6.0
19382025-01-08T17:43:07.092Z Checking openssl v0.10.66
19392025-01-08T17:43:07.320Z Checking dtrace-parser v0.2.0
19402025-01-08T17:43:07.355Z Checking dirs-next v2.0.0
19412025-01-08T17:43:07.455Z Checking tokio-util v0.7.12
19422025-01-08T17:43:07.483Z Checking rustix v0.38.37
19432025-01-08T17:43:07.676Z Checking syn v2.0.87
19442025-01-08T17:43:07.806Z Checking http-body-util v0.1.2
19452025-01-08T17:43:08.160Z Checking crossbeam-epoch v0.9.18
19462025-01-08T17:43:08.263Z Checking sha1 v0.10.6
19472025-01-08T17:43:08.402Z Checking h2 v0.4.6
19482025-01-08T17:43:08.524Z Checking signature v2.2.0
19492025-01-08T17:43:08.569Z Checking lazy_static v1.5.0
19502025-01-08T17:43:08.692Z Checking thread_local v1.1.8
19512025-01-08T17:43:08.719Z Checking thread-id v4.2.2
19522025-01-08T17:43:08.831Z Checking encoding_rs v0.8.34
19532025-01-08T17:43:08.954Z Checking winnow v0.6.20
19542025-01-08T17:43:09.419Z Checking dof v0.3.0
19552025-01-08T17:43:10.024Z Checking ipnet v2.10.1
19562025-01-08T17:43:10.147Z Checking regex-automata v0.4.8
19572025-01-08T17:43:10.492Z Checking either v1.13.0
19582025-01-08T17:43:10.891Z Checking utf8parse v0.2.2
19592025-01-08T17:43:11.041Z Checking gimli v0.31.1
19602025-01-08T17:43:11.059Z Checking unicode-properties v0.1.3
19612025-01-08T17:43:11.166Z Checking anstyle v1.0.10
19622025-01-08T17:43:11.422Z Checking mime v0.3.17
19632025-01-08T17:43:11.531Z Checking openssl-probe v0.1.5
19642025-01-08T17:43:11.682Z Checking stringprep v0.1.5
19652025-01-08T17:43:11.745Z Checking anstyle-parse v0.2.5
19662025-01-08T17:43:11.962Z Checking crossbeam-deque v0.8.5
19672025-01-08T17:43:12.009Z Checking toml_edit v0.22.22
19682025-01-08T17:43:12.012Z Checking term v0.7.0
19692025-01-08T17:43:12.259Z Checking rustls v0.23.19
19702025-01-08T17:43:12.434Z Checking rustls v0.22.4
19712025-01-08T17:43:12.650Z Checking native-tls v0.2.12
19722025-01-08T17:43:12.964Z Checking slog-json v2.6.1
19732025-01-08T17:43:13.213Z Checking serde_urlencoded v0.7.1
19742025-01-08T17:43:13.647Z Checking crossbeam-channel v0.5.13
19752025-01-08T17:43:13.972Z Checking usdt-impl v0.5.0
19762025-01-08T17:43:14.374Z Checking futures-executor v0.3.31
19772025-01-08T17:43:14.525Z Checking num-integer v0.1.46
19782025-01-08T17:43:14.601Z Checking rustls-pemfile v2.2.0
19792025-01-08T17:43:14.604Z Checking idna v0.4.0
19802025-01-08T17:43:14.660Z Checking hyper v1.5.0
19812025-01-08T17:43:14.813Z Checking idna v0.3.0
19822025-01-08T17:43:14.837Z Checking md-5 v0.10.6
19832025-01-08T17:43:15.000Z Checking ff v0.13.0
19842025-01-08T17:43:15.052Z Checking is-terminal v0.4.13
19852025-01-08T17:43:15.170Z Checking memmap v0.7.0
19862025-01-08T17:43:15.172Z Checking addr2line v0.24.2
19872025-01-08T17:43:15.217Z Checking hash32 v0.2.1
19882025-01-08T17:43:15.373Z Checking object v0.36.5
19892025-01-08T17:43:15.443Z Checking fallible-iterator v0.2.0
19902025-01-08T17:43:15.517Z Checking is_terminal_polyfill v1.70.1
19912025-01-08T17:43:15.633Z Checking take_mut v0.2.2
19922025-01-08T17:43:15.686Z Checking anstyle-query v1.1.1
19932025-01-08T17:43:15.710Z Checking dyn-clone v1.0.17
19942025-01-08T17:43:15.773Z Checking quick-error v1.2.3
19952025-01-08T17:43:15.805Z Checking colorchoice v1.0.2
19962025-01-08T17:43:15.851Z Checking base16ct v0.2.0
19972025-01-08T17:43:15.912Z Checking linked-hash-map v0.5.6
19982025-01-08T17:43:15.932Z Checking rustc-demangle v0.1.24
19992025-01-08T17:43:16.032Z Checking psl-types v2.0.11
20002025-01-08T17:43:16.046Z Checking utf-8 v0.7.6
20012025-01-08T17:43:16.121Z Checking tokio-rustls v0.25.0
20022025-01-08T17:43:16.205Z Checking lru-cache v0.1.2
20032025-01-08T17:43:16.208Z Checking publicsuffix v2.2.3
20042025-01-08T17:43:16.244Z Checking tungstenite v0.24.0
20052025-01-08T17:43:16.325Z Checking sec1 v0.7.3
20062025-01-08T17:43:16.378Z Checking postgres-protocol v0.6.7
20072025-01-08T17:43:16.449Z Checking anstream v0.6.15
20082025-01-08T17:43:16.485Z Checking resolv-conf v0.7.0
20092025-01-08T17:43:16.692Z Checking schemars v0.8.21
20102025-01-08T17:43:16.784Z Checking hyper-util v0.1.10
20112025-01-08T17:43:16.800Z Checking slog-async v2.8.0
20122025-01-08T17:43:16.833Z Checking heapless v0.7.17
20132025-01-08T17:43:17.050Z Checking hickory-proto v0.24.1
20142025-01-08T17:43:17.083Z Checking usdt v0.5.0
20152025-01-08T17:43:17.141Z Checking group v0.13.0
20162025-01-08T17:43:17.331Z Checking slog-term v2.9.1
20172025-01-08T17:43:17.402Z Checking num-iter v0.1.45
20182025-01-08T17:43:17.575Z Checking toml v0.8.19
20192025-01-08T17:43:17.831Z Checking futures v0.3.31
20202025-01-08T17:43:17.833Z Checking tokio-rustls v0.26.0
20212025-01-08T17:43:17.860Z Checking slog-bunyan v2.5.0
20222025-01-08T17:43:17.943Z Checking tokio-native-tls v0.3.1
20232025-01-08T17:43:18.024Z Checking rayon-core v1.12.1
20242025-01-08T17:43:18.215Z Checking multer v3.1.0
20252025-01-08T17:43:18.246Z Checking terminal_size v0.4.0
20262025-01-08T17:43:18.329Z Checking phf_shared v0.11.2
20272025-01-08T17:43:18.421Z Checking cookie v0.18.1
20282025-01-08T17:43:18.518Z Checking async-stream v0.3.6
20292025-01-08T17:43:18.613Z Checking bzip2-sys v0.1.11+1.0.8
20302025-01-08T17:43:18.628Z Checking camino v1.1.9
20312025-01-08T17:43:18.678Z Checking signal-hook v0.3.17
20322025-01-08T17:43:18.700Z Checking waitgroup v0.1.2
20332025-01-08T17:43:18.735Z Checking openapiv3 v2.0.0
20342025-01-08T17:43:18.754Z Checking webpki-roots v0.26.6
20352025-01-08T17:43:18.825Z Checking serde_path_to_error v0.1.16
20362025-01-08T17:43:18.866Z Checking idna v0.5.0
20372025-01-08T17:43:18.965Z Checking hkdf v0.12.4
20382025-01-08T17:43:19.002Z Checking crypto-bigint v0.5.5
20392025-01-08T17:43:19.177Z Checking hostname v0.4.0
20402025-01-08T17:43:19.180Z Checking crc32fast v1.4.2
20412025-01-08T17:43:19.304Z Checking clap_lex v0.7.2
20422025-01-08T17:43:19.403Z Checking unicode-width v0.1.14
20432025-01-08T17:43:19.433Z Checking debug-ignore v1.0.5
20442025-01-08T17:43:19.540Z Checking strsim v0.11.1
20452025-01-08T17:43:19.568Z Checking winnow v0.5.40
20462025-01-08T17:43:19.734Z Checking managed v0.8.0
20472025-01-08T17:43:19.826Z Checking bitflags v1.3.2
20482025-01-08T17:43:19.874Z Checking console v0.15.8
20492025-01-08T17:43:19.924Z Checking clap_builder v4.5.21
20502025-01-08T17:43:20.112Z Checking smoltcp v0.9.1
20512025-01-08T17:43:20.489Z Checking cookie_store v0.21.0
20522025-01-08T17:43:21.173Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20532025-01-08T17:43:21.430Z Checking flate2 v1.0.34
20542025-01-08T17:43:21.563Z Checking signal-hook-mio v0.2.4
20552025-01-08T17:43:21.707Z Checking hyper-rustls v0.27.3
20562025-01-08T17:43:21.784Z Checking hickory-resolver v0.24.1
20572025-01-08T17:43:21.865Z Checking backtrace v0.3.74
20582025-01-08T17:43:21.922Z Checking elliptic-curve v0.13.8
20592025-01-08T17:43:22.049Z Checking hyper-tls v0.6.0
20602025-01-08T17:43:22.067Z Checking bzip2 v0.4.4
20612025-01-08T17:43:22.243Z Checking dropshot v0.12.0
20622025-01-08T17:43:22.334Z Checking rayon v1.10.0
20632025-01-08T17:43:22.358Z Checking phf v0.11.2
20642025-01-08T17:43:22.418Z Checking anyhow v1.0.93
20652025-01-08T17:43:22.548Z Checking num-bigint-dig v0.8.4
20662025-01-08T17:43:22.609Z Checking tokio-tungstenite v0.24.0
20672025-01-08T17:43:22.664Z Checking toml_edit v0.19.15
20682025-01-08T17:43:22.782Z Checking postgres-types v0.2.8
20692025-01-08T17:43:22.997Z Checking bstr v1.10.0
20702025-01-08T17:43:23.050Z Checking regex v1.11.1
20712025-01-08T17:43:23.354Z Checking ed25519 v2.2.3
20722025-01-08T17:43:23.477Z Checking tokio-stream v0.1.16
20732025-01-08T17:43:23.649Z Checking phf_shared v0.10.0
20742025-01-08T17:43:23.697Z Checking zerocopy v0.6.6
20752025-01-08T17:43:23.935Z Checking curve25519-dalek v4.1.3
20762025-01-08T17:43:23.951Z Checking hubpack v0.1.2
20772025-01-08T17:43:24.274Z Checking portable-atomic v1.9.0
20782025-01-08T17:43:24.347Z Checking pkcs1 v0.7.5
20792025-01-08T17:43:24.465Z Checking float-cmp v0.9.0
20802025-01-08T17:43:24.651Z Checking serde-big-array v0.5.1
20812025-01-08T17:43:24.664Z Checking rfc6979 v0.4.0
20822025-01-08T17:43:24.748Z Checking sync_wrapper v1.0.1
20832025-01-08T17:43:24.838Z Checking number_prefix v0.4.0
20842025-01-08T17:43:24.870Z Checking unicode-segmentation v1.12.0
20852025-01-08T17:43:24.894Z Checking new_debug_unreachable v1.0.6
20862025-01-08T17:43:25.002Z Checking static_assertions v1.1.0
20872025-01-08T17:43:25.049Z Checking precomputed-hash v0.1.1
20882025-01-08T17:43:25.105Z Checking difflib v0.4.0
20892025-01-08T17:43:25.164Z Checking fixedbitset v0.4.2
20902025-01-08T17:43:25.180Z Checking minimal-lexical v0.2.1
20912025-01-08T17:43:25.336Z Checking whoami v1.5.2
20922025-01-08T17:43:25.424Z Checking unicode-width v0.2.0
20932025-01-08T17:43:25.438Z Checking normalize-line-endings v0.3.0
20942025-01-08T17:43:25.558Z Checking predicates-core v1.0.8
20952025-01-08T17:43:25.573Z Checking bit-vec v0.6.3
20962025-01-08T17:43:25.587Z Checking nom v7.1.3
20972025-01-08T17:43:25.619Z Checking tokio-postgres v0.7.12
20982025-01-08T17:43:25.730Z Checking predicates v3.1.2
20992025-01-08T17:43:25.789Z Checking ed25519-dalek v2.1.1
21002025-01-08T17:43:25.808Z Checking qorb v0.2.1
21012025-01-08T17:43:25.884Z Checking similar v2.6.0
21022025-01-08T17:43:25.886Z Checking bit-set v0.5.3
21032025-01-08T17:43:26.150Z Checking petgraph v0.6.5
21042025-01-08T17:43:26.185Z Checking toml v0.7.8
21052025-01-08T17:43:26.203Z Checking indicatif v0.17.9
21062025-01-08T17:43:26.357Z Checking string_cache v0.8.7
21072025-01-08T17:43:26.644Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21082025-01-08T17:43:26.750Z Checking reqwest v0.12.9
21092025-01-08T17:43:26.910Z Checking ecdsa v0.16.9
21102025-01-08T17:43:26.951Z Checking rsa v0.9.6
21112025-01-08T17:43:27.635Z Checking clap v4.5.21
21122025-01-08T17:43:27.758Z Checking zip v0.6.6
21132025-01-08T17:43:27.996Z Checking crossterm v0.28.1
21142025-01-08T17:43:28.337Z Checking itertools v0.10.5
21152025-01-08T17:43:28.424Z Checking itertools v0.12.1
21162025-01-08T17:43:28.476Z Checking fs-err v2.11.0
21172025-01-08T17:43:28.628Z Checking ahash v0.8.11
21182025-01-08T17:43:28.847Z Checking x509-cert v0.2.5
21192025-01-08T17:43:29.028Z Checking semver v1.0.23
21202025-01-08T17:43:29.208Z Checking hex v0.4.3
21212025-01-08T17:43:29.448Z Checking peg-runtime v0.8.3
21222025-01-08T17:43:29.675Z Checking lalrpop-util v0.19.12
21232025-01-08T17:43:29.698Z Checking sigpipe v0.1.3
21242025-01-08T17:43:31.445Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21252025-01-08T17:43:31.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.15s
21262025-01-08T17:43:31.905Z
21272025-01-08T17:43:31.905Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21282025-01-08T17:43:32.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292025-01-08T17:43:32.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302025-01-08T17:43:32.555Z Compiling hashbrown v0.14.5
21312025-01-08T17:43:32.672Z Checking heck v0.5.0
21322025-01-08T17:43:32.682Z Compiling unsafe-libyaml v0.2.11
21332025-01-08T17:43:32.695Z Checking ipnetwork v0.20.0
21342025-01-08T17:43:32.698Z Compiling ident_case v1.0.1
21352025-01-08T17:43:32.721Z Checking progenitor-client v0.8.0
21362025-01-08T17:43:32.735Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21372025-01-08T17:43:32.825Z Checking newtype-uuid v1.1.3
21382025-01-08T17:43:32.873Z Compiling darling_core v0.20.10
21392025-01-08T17:43:33.039Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21402025-01-08T17:43:33.068Z Compiling proc-macro-crate v1.3.1
21412025-01-08T17:43:33.071Z Compiling structmeta-derive v0.3.0
21422025-01-08T17:43:33.084Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21432025-01-08T17:43:33.389Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21442025-01-08T17:43:33.407Z Compiling lzma-sys v0.1.20
21452025-01-08T17:43:33.787Z Checking regress v0.10.1
21462025-01-08T17:43:34.173Z Compiling serde_yaml v0.9.34+deprecated
21472025-01-08T17:43:34.233Z Compiling num_enum_derive v0.5.11
21482025-01-08T17:43:34.609Z Compiling foreign-types-macros v0.2.3
21492025-01-08T17:43:34.624Z Compiling dropshot v0.13.0
21502025-01-08T17:43:34.900Z Checking arc-swap v1.7.1
21512025-01-08T17:43:35.371Z Checking foreign-types-shared v0.3.1
21522025-01-08T17:43:35.480Z Checking slog-scope v4.4.0
21532025-01-08T17:43:35.750Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21542025-01-08T17:43:35.919Z Checking foreign-types v0.5.0
21552025-01-08T17:43:36.182Z Compiling structmeta v0.3.0
21562025-01-08T17:43:36.213Z Compiling proc-macro-error v1.0.4
21572025-01-08T17:43:36.513Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21582025-01-08T17:43:36.624Z Checking tungstenite v0.21.0
21592025-01-08T17:43:36.640Z Compiling parse-display-derive v0.10.0
21602025-01-08T17:43:36.871Z Checking num_enum v0.5.11
21612025-01-08T17:43:36.932Z Compiling heck v0.3.3
21622025-01-08T17:43:37.025Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21632025-01-08T17:43:37.301Z Checking typify-impl v0.2.0
21642025-01-08T17:43:37.376Z Compiling dropshot_endpoint v0.13.0
21652025-01-08T17:43:37.870Z Checking cstr-argument v0.1.2
21662025-01-08T17:43:38.055Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21672025-01-08T17:43:38.556Z Checking instant v0.1.13
21682025-01-08T17:43:38.672Z Checking base64 v0.21.7
21692025-01-08T17:43:38.835Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21702025-01-08T17:43:38.910Z Checking fastrand v2.1.1
21712025-01-08T17:43:39.104Z Checking pretty-hex v0.2.1
21722025-01-08T17:43:39.238Z Checking tempfile v3.13.0
21732025-01-08T17:43:39.259Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742025-01-08T17:43:39.274Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21752025-01-08T17:43:39.402Z Checking backoff v0.4.0
21762025-01-08T17:43:39.554Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21772025-01-08T17:43:39.613Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21782025-01-08T17:43:39.711Z Checking tokio-tungstenite v0.21.0
21792025-01-08T17:43:39.750Z Compiling zone_cfg_derive v0.1.2
21802025-01-08T17:43:39.765Z Checking strum v0.26.3
21812025-01-08T17:43:39.865Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21822025-01-08T17:43:39.906Z Compiling darling_macro v0.20.10
21832025-01-08T17:43:39.922Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21842025-01-08T17:43:40.312Z Checking slog-stdlog v4.1.1
21852025-01-08T17:43:40.441Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21862025-01-08T17:43:40.485Z Checking regress v0.9.1
21872025-01-08T17:43:40.599Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21882025-01-08T17:43:40.615Z Checking colored v2.1.0
21892025-01-08T17:43:40.886Z Checking macaddr v1.0.1
21902025-01-08T17:43:40.886Z Compiling darling v0.20.10
21912025-01-08T17:43:40.916Z Checking base64 v0.13.1
21922025-01-08T17:43:41.012Z Compiling serde_with_macros v3.11.0
21932025-01-08T17:43:41.279Z Checking parse-display v0.10.0
21942025-01-08T17:43:41.294Z Checking ron v0.7.1
21952025-01-08T17:43:41.322Z Checking zone v0.1.8
21962025-01-08T17:43:41.503Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21972025-01-08T17:43:41.955Z Checking slog-envlogger v2.2.0
21982025-01-08T17:43:42.006Z Checking xz2 v0.1.7
21992025-01-08T17:43:42.177Z Checking tabwriter v1.4.0
22002025-01-08T17:43:42.307Z Checking xattr v1.3.1
22012025-01-08T17:43:42.410Z Checking pem v3.0.4
22022025-01-08T17:43:42.478Z Checking yasna v0.5.2
22032025-01-08T17:43:42.494Z Checking headers-core v0.3.0
22042025-01-08T17:43:42.634Z Checking smf v0.2.3
22052025-01-08T17:43:42.686Z Checking filetime v0.2.25
22062025-01-08T17:43:42.906Z Checking same-file v1.0.6
22072025-01-08T17:43:43.067Z Checking walkdir v2.5.0
22082025-01-08T17:43:43.083Z Checking tar v0.4.42
22092025-01-08T17:43:43.086Z Checking headers v0.4.0
22102025-01-08T17:43:43.338Z Checking atomicwrites v0.4.4
22112025-01-08T17:43:43.369Z Checking rcgen v0.12.1
22122025-01-08T17:43:43.541Z Checking camino-tempfile v1.1.1
22132025-01-08T17:43:43.828Z Checking subprocess v0.2.9
22142025-01-08T17:43:43.885Z Checking serde_with v3.11.0
22152025-01-08T17:43:47.920Z Compiling typify-macro v0.2.0
22162025-01-08T17:43:49.749Z Compiling typify v0.2.0
22172025-01-08T17:43:49.815Z Compiling progenitor-impl v0.8.0
22182025-01-08T17:43:52.946Z Compiling progenitor-macro v0.8.0
22192025-01-08T17:43:57.685Z Checking progenitor v0.8.0
22202025-01-08T17:43:57.834Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22212025-01-08T17:43:57.837Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22222025-01-08T17:44:00.472Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22232025-01-08T17:44:00.784Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22242025-01-08T17:44:07.103Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22252025-01-08T17:44:08.651Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22262025-01-08T17:44:09.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.97s
22272025-01-08T17:44:10.062Z
22282025-01-08T17:44:10.062Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22292025-01-08T17:44:10.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302025-01-08T17:44:10.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312025-01-08T17:44:10.698Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22322025-01-08T17:44:12.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
22332025-01-08T17:44:12.254Z
22342025-01-08T17:44:12.254Zinfo: running `cargo check --bins` on nexus-config (31/176)
22352025-01-08T17:44:12.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362025-01-08T17:44:12.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372025-01-08T17:44:12.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382025-01-08T17:44:12.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22392025-01-08T17:44:12.869Z
22402025-01-08T17:44:12.869Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22412025-01-08T17:44:13.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422025-01-08T17:44:13.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432025-01-08T17:44:13.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442025-01-08T17:44:13.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22452025-01-08T17:44:13.470Z
22462025-01-08T17:44:13.470Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22472025-01-08T17:44:14.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482025-01-08T17:44:14.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492025-01-08T17:44:14.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502025-01-08T17:44:14.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22512025-01-08T17:44:14.086Z
22522025-01-08T17:44:14.086Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22532025-01-08T17:44:14.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542025-01-08T17:44:14.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552025-01-08T17:44:14.759Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22562025-01-08T17:44:14.867Z Compiling ipnetwork v0.20.0
22572025-01-08T17:44:14.870Z Compiling zerocopy v0.8.10
22582025-01-08T17:44:14.870Z Compiling progenitor-client v0.8.0
22592025-01-08T17:44:14.870Z Compiling itertools v0.13.0
22602025-01-08T17:44:14.870Z Compiling zerocopy-derive v0.8.10
22612025-01-08T17:44:14.870Z Compiling heapless v0.8.0
22622025-01-08T17:44:14.878Z Checking hash32 v0.3.1
22632025-01-08T17:44:15.008Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22642025-01-08T17:44:15.162Z Compiling instant v0.1.13
22652025-01-08T17:44:15.312Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22662025-01-08T17:44:15.346Z Compiling progenitor v0.8.0
22672025-01-08T17:44:15.598Z Compiling smoltcp v0.11.0
22682025-01-08T17:44:15.741Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22692025-01-08T17:44:15.769Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22702025-01-08T17:44:15.783Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22712025-01-08T17:44:16.089Z Compiling backoff v0.4.0
22722025-01-08T17:44:16.310Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22732025-01-08T17:44:16.442Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22742025-01-08T17:44:16.481Z Compiling dropshot v0.13.0
22752025-01-08T17:44:16.714Z Compiling serde_with v3.11.0
22762025-01-08T17:44:16.749Z Compiling parse-display v0.10.0
22772025-01-08T17:44:16.910Z Checking num-rational v0.4.2
22782025-01-08T17:44:17.501Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22792025-01-08T17:44:17.661Z Compiling regress v0.9.1
22802025-01-08T17:44:18.082Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22812025-01-08T17:44:19.455Z Compiling phf_generator v0.11.2
22822025-01-08T17:44:19.650Z Checking num-complex v0.4.6
22832025-01-08T17:44:20.918Z Compiling macaddr v1.0.1
22842025-01-08T17:44:21.113Z Checking cobs v0.2.3
22852025-01-08T17:44:21.322Z Checking postcard v1.0.10
22862025-01-08T17:44:21.352Z Checking num v0.4.3
22872025-01-08T17:44:21.803Z Compiling phf_codegen v0.11.2
22882025-01-08T17:44:22.029Z Compiling parse-zoneinfo v0.3.1
22892025-01-08T17:44:22.879Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22902025-01-08T17:44:23.173Z Compiling convert_case v0.4.0
22912025-01-08T17:44:24.027Z Checking float-ord v0.3.2
22922025-01-08T17:44:24.117Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22932025-01-08T17:44:24.193Z Compiling derive_more v0.99.18
22942025-01-08T17:44:24.326Z Compiling chrono-tz-build v0.4.0
22952025-01-08T17:44:24.355Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22962025-01-08T17:44:24.926Z Compiling thiserror v2.0.3
22972025-01-08T17:44:25.270Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22982025-01-08T17:44:25.401Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22992025-01-08T17:44:25.552Z Compiling crucible-workspace-hack v0.1.0
23002025-01-08T17:44:25.808Z Compiling chrono-tz v0.10.0
23012025-01-08T17:44:25.878Z Checking newline-converter v0.3.0
23022025-01-08T17:44:26.027Z Checking prettyplease v0.2.25
23032025-01-08T17:44:26.197Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23042025-01-08T17:44:26.262Z Compiling thiserror-impl v2.0.3
23052025-01-08T17:44:26.465Z Compiling slog-dtrace v0.3.0
23062025-01-08T17:44:26.758Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23072025-01-08T17:44:26.868Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23082025-01-08T17:44:28.213Z Checking expectorate v1.1.0
23092025-01-08T17:44:28.377Z Compiling zone_cfg_derive v0.3.0
23102025-01-08T17:44:28.455Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23112025-01-08T17:44:28.752Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23122025-01-08T17:44:29.111Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23132025-01-08T17:44:29.480Z Compiling const_format_proc_macros v0.2.33
23142025-01-08T17:44:29.899Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23152025-01-08T17:44:29.916Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23162025-01-08T17:44:29.918Z Compiling num-derive v0.4.2
23172025-01-08T17:44:30.111Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23182025-01-08T17:44:30.385Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23192025-01-08T17:44:30.401Z Checking highway v1.2.0
23202025-01-08T17:44:30.813Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23212025-01-08T17:44:31.239Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23222025-01-08T17:44:31.459Z Checking zone v0.3.0
23232025-01-08T17:44:31.474Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23242025-01-08T17:44:31.593Z Checking const_format v0.2.33
23252025-01-08T17:44:31.707Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23262025-01-08T17:44:32.074Z Checking gethostname v0.5.0
23272025-01-08T17:44:32.153Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23282025-01-08T17:44:32.197Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23292025-01-08T17:44:32.213Z Checking bcs v0.1.6
23302025-01-08T17:44:32.260Z Compiling async-recursion v1.1.1
23312025-01-08T17:44:32.322Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23322025-01-08T17:44:34.434Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23332025-01-08T17:44:38.738Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23342025-01-08T17:44:42.133Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23352025-01-08T17:44:44.690Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23362025-01-08T17:44:45.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.84s
23372025-01-08T17:44:46.120Z
23382025-01-08T17:44:46.120Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23392025-01-08T17:44:46.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402025-01-08T17:44:46.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412025-01-08T17:44:46.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422025-01-08T17:44:46.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23432025-01-08T17:44:46.743Z
23442025-01-08T17:44:46.743Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23452025-01-08T17:44:47.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462025-01-08T17:44:47.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472025-01-08T17:44:47.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482025-01-08T17:44:47.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23492025-01-08T17:44:47.365Z
23502025-01-08T17:44:47.365Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23512025-01-08T17:44:47.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522025-01-08T17:44:47.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532025-01-08T17:44:48.011Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23542025-01-08T17:44:48.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
23552025-01-08T17:44:48.815Z
23562025-01-08T17:44:48.815Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23572025-01-08T17:44:49.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582025-01-08T17:44:49.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592025-01-08T17:44:49.473Z Compiling cfg_aliases v0.1.1
23602025-01-08T17:44:49.478Z Compiling vte_generate_state_changes v0.1.2
23612025-01-08T17:44:49.478Z Checking fd-lock v4.0.2
23622025-01-08T17:44:49.478Z Checking nibble_vec v0.1.0
23632025-01-08T17:44:49.478Z Checking bytecount v0.6.8
23642025-01-08T17:44:49.575Z Checking endian-type v0.1.2
23652025-01-08T17:44:49.579Z Compiling tabled_derive v0.7.0
23662025-01-08T17:44:49.621Z Compiling peg-macros v0.8.4
23672025-01-08T17:44:49.655Z Compiling nix v0.28.0
23682025-01-08T17:44:49.703Z Checking papergrid v0.11.0
23692025-01-08T17:44:49.746Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23702025-01-08T17:44:49.789Z Compiling sqlparser_derive v0.2.2
23712025-01-08T17:44:49.822Z Checking radix_trie v0.2.1
23722025-01-08T17:44:50.163Z Checking vte v0.11.1
23732025-01-08T17:44:50.229Z Checking unicode_categories v0.1.1
23742025-01-08T17:44:50.525Z Checking nu-ansi-term v0.50.1
23752025-01-08T17:44:50.852Z Checking home v0.5.9
23762025-01-08T17:44:50.940Z Checking sqlparser v0.45.0
23772025-01-08T17:44:50.963Z Checking sqlformat v0.2.6
23782025-01-08T17:44:50.991Z Checking display-error-chain v0.2.2
23792025-01-08T17:44:51.527Z Checking strip-ansi-escapes v0.2.0
23802025-01-08T17:44:51.665Z Checking reedline v0.35.0
23812025-01-08T17:44:51.901Z Checking tabled v0.15.0
23822025-01-08T17:44:52.475Z Checking peg v0.8.4
23832025-01-08T17:44:52.916Z Checking rustyline v14.0.0
23842025-01-08T17:45:01.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s
23852025-01-08T17:45:01.537Z
23862025-01-08T17:45:01.537Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23872025-01-08T17:45:02.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882025-01-08T17:45:02.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892025-01-08T17:45:02.193Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23902025-01-08T17:45:07.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
23912025-01-08T17:45:07.240Z
23922025-01-08T17:45:07.240Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
23932025-01-08T17:45:07.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942025-01-08T17:45:07.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952025-01-08T17:45:07.897Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23962025-01-08T17:45:11.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
23972025-01-08T17:45:11.750Z
23982025-01-08T17:45:11.750Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
23992025-01-08T17:45:12.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002025-01-08T17:45:12.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012025-01-08T17:45:12.387Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24022025-01-08T17:45:16.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
24032025-01-08T17:45:17.163Z
24042025-01-08T17:45:17.163Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24052025-01-08T17:45:17.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062025-01-08T17:45:17.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072025-01-08T17:45:17.807Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24082025-01-08T17:45:22.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
24092025-01-08T17:45:22.657Z
24102025-01-08T17:45:22.657Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24112025-01-08T17:45:23.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122025-01-08T17:45:23.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132025-01-08T17:45:23.306Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24142025-01-08T17:45:27.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
24152025-01-08T17:45:27.342Z
24162025-01-08T17:45:27.342Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24172025-01-08T17:45:27.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182025-01-08T17:45:27.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192025-01-08T17:45:27.994Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24202025-01-08T17:45:31.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
24212025-01-08T17:45:32.114Z
24222025-01-08T17:45:32.114Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24232025-01-08T17:45:32.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242025-01-08T17:45:32.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252025-01-08T17:45:32.756Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24262025-01-08T17:45:37.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
24272025-01-08T17:45:37.791Z
24282025-01-08T17:45:37.791Zinfo: running `cargo check --bins` on oximeter (46/176)
24292025-01-08T17:45:38.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302025-01-08T17:45:38.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312025-01-08T17:45:38.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322025-01-08T17:45:38.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24332025-01-08T17:45:38.407Z
24342025-01-08T17:45:38.407Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24352025-01-08T17:45:38.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362025-01-08T17:45:38.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372025-01-08T17:45:38.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382025-01-08T17:45:38.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24392025-01-08T17:45:39.001Z
24402025-01-08T17:45:39.001Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24412025-01-08T17:45:39.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422025-01-08T17:45:39.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432025-01-08T17:45:39.619Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24442025-01-08T17:45:41.671Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24452025-01-08T17:45:42.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
24462025-01-08T17:45:42.798Z
24472025-01-08T17:45:42.798Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24482025-01-08T17:45:43.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492025-01-08T17:45:43.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502025-01-08T17:45:43.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512025-01-08T17:45:43.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24522025-01-08T17:45:43.406Z
24532025-01-08T17:45:43.406Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24542025-01-08T17:45:43.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552025-01-08T17:45:43.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562025-01-08T17:45:43.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572025-01-08T17:45:43.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24582025-01-08T17:45:44.013Z
24592025-01-08T17:45:44.013Zinfo: running `cargo check --bins` on oxql-types (51/176)
24602025-01-08T17:45:44.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612025-01-08T17:45:44.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622025-01-08T17:45:44.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632025-01-08T17:45:44.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24642025-01-08T17:45:44.621Z
24652025-01-08T17:45:44.621Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24662025-01-08T17:45:45.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672025-01-08T17:45:45.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682025-01-08T17:45:45.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692025-01-08T17:45:45.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24702025-01-08T17:45:45.259Z
24712025-01-08T17:45:45.259Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24722025-01-08T17:45:45.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732025-01-08T17:45:45.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742025-01-08T17:45:45.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752025-01-08T17:45:45.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24762025-01-08T17:45:45.877Z
24772025-01-08T17:45:45.877Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24782025-01-08T17:45:46.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792025-01-08T17:45:46.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802025-01-08T17:45:46.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812025-01-08T17:45:46.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24822025-01-08T17:45:46.500Z
24832025-01-08T17:45:46.500Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24842025-01-08T17:45:47.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852025-01-08T17:45:47.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862025-01-08T17:45:47.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872025-01-08T17:45:47.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24882025-01-08T17:45:47.111Z
24892025-01-08T17:45:47.111Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
24902025-01-08T17:45:47.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912025-01-08T17:45:47.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922025-01-08T17:45:47.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932025-01-08T17:45:47.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24942025-01-08T17:45:47.723Z
24952025-01-08T17:45:47.723Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
24962025-01-08T17:45:48.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972025-01-08T17:45:48.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982025-01-08T17:45:48.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992025-01-08T17:45:48.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25002025-01-08T17:45:48.339Z
25012025-01-08T17:45:48.339Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25022025-01-08T17:45:48.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032025-01-08T17:45:48.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042025-01-08T17:45:48.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052025-01-08T17:45:48.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25062025-01-08T17:45:48.934Z
25072025-01-08T17:45:48.934Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25082025-01-08T17:45:49.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092025-01-08T17:45:49.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102025-01-08T17:45:49.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112025-01-08T17:45:49.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25122025-01-08T17:45:49.557Z
25132025-01-08T17:45:49.557Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25142025-01-08T17:45:50.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152025-01-08T17:45:50.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162025-01-08T17:45:50.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172025-01-08T17:45:50.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25182025-01-08T17:45:50.170Z
25192025-01-08T17:45:50.170Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25202025-01-08T17:45:50.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212025-01-08T17:45:50.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222025-01-08T17:45:50.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232025-01-08T17:45:50.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25242025-01-08T17:45:50.778Z
25252025-01-08T17:45:50.778Zinfo: running `cargo check --bins` on dpd-client (62/176)
25262025-01-08T17:45:51.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272025-01-08T17:45:51.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282025-01-08T17:45:51.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292025-01-08T17:45:51.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25302025-01-08T17:45:51.379Z
25312025-01-08T17:45:51.379Zinfo: running `cargo check --bins` on gateway-client (63/176)
25322025-01-08T17:45:51.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332025-01-08T17:45:51.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342025-01-08T17:45:51.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352025-01-08T17:45:51.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25362025-01-08T17:45:51.973Z
25372025-01-08T17:45:51.973Zinfo: running `cargo check --bins` on installinator-client (64/176)
25382025-01-08T17:45:52.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392025-01-08T17:45:52.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402025-01-08T17:45:52.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412025-01-08T17:45:52.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25422025-01-08T17:45:52.599Z
25432025-01-08T17:45:52.599Zinfo: running `cargo check --bins` on installinator-common (65/176)
25442025-01-08T17:45:53.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452025-01-08T17:45:53.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462025-01-08T17:45:53.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472025-01-08T17:45:53.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25482025-01-08T17:45:53.221Z
25492025-01-08T17:45:53.221Zinfo: running `cargo check --bins` on update-engine (66/176)
25502025-01-08T17:45:53.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512025-01-08T17:45:53.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522025-01-08T17:45:53.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532025-01-08T17:45:53.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25542025-01-08T17:45:53.821Z
25552025-01-08T17:45:53.821Zinfo: running `cargo check --bins` on nexus-client (67/176)
25562025-01-08T17:45:54.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572025-01-08T17:45:54.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582025-01-08T17:45:54.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592025-01-08T17:45:54.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25602025-01-08T17:45:54.457Z
25612025-01-08T17:45:54.457Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25622025-01-08T17:45:55.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632025-01-08T17:45:55.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642025-01-08T17:45:55.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652025-01-08T17:45:55.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25662025-01-08T17:45:55.085Z
25672025-01-08T17:45:55.085Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25682025-01-08T17:45:55.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692025-01-08T17:45:55.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702025-01-08T17:45:55.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712025-01-08T17:45:55.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25722025-01-08T17:45:55.683Z
25732025-01-08T17:45:55.683Zinfo: running `cargo check --bins` on nexus-types (70/176)
25742025-01-08T17:45:56.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752025-01-08T17:45:56.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762025-01-08T17:45:56.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772025-01-08T17:45:56.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25782025-01-08T17:45:56.316Z
25792025-01-08T17:45:56.316Zinfo: running `cargo check --bins` on oxide-client (71/176)
25802025-01-08T17:45:56.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812025-01-08T17:45:56.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822025-01-08T17:45:56.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832025-01-08T17:45:56.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25842025-01-08T17:45:56.909Z
25852025-01-08T17:45:56.910Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25862025-01-08T17:45:57.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872025-01-08T17:45:57.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882025-01-08T17:45:57.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892025-01-08T17:45:57.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25902025-01-08T17:45:57.517Z
25912025-01-08T17:45:57.517Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
25922025-01-08T17:45:58.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932025-01-08T17:45:58.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942025-01-08T17:45:58.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952025-01-08T17:45:58.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25962025-01-08T17:45:58.113Z
25972025-01-08T17:45:58.113Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
25982025-01-08T17:45:58.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992025-01-08T17:45:58.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002025-01-08T17:45:58.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012025-01-08T17:45:58.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26022025-01-08T17:45:58.741Z
26032025-01-08T17:45:58.741Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26042025-01-08T17:45:59.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052025-01-08T17:45:59.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062025-01-08T17:45:59.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072025-01-08T17:45:59.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26082025-01-08T17:45:59.385Z
26092025-01-08T17:45:59.385Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26102025-01-08T17:45:59.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112025-01-08T17:45:59.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122025-01-08T17:45:59.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132025-01-08T17:45:59.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26142025-01-08T17:46:00.034Z
26152025-01-08T17:46:00.034Zinfo: running `cargo check --bins` on wicket-common (77/176)
26162025-01-08T17:46:00.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172025-01-08T17:46:00.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182025-01-08T17:46:00.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192025-01-08T17:46:00.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26202025-01-08T17:46:00.668Z
26212025-01-08T17:46:00.668Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26222025-01-08T17:46:01.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232025-01-08T17:46:01.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242025-01-08T17:46:01.308Z Checking csv-core v0.1.11
26252025-01-08T17:46:01.308Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26262025-01-08T17:46:01.311Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26272025-01-08T17:46:01.311Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26282025-01-08T17:46:01.586Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26292025-01-08T17:46:01.623Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26302025-01-08T17:46:01.637Z Checking csv v1.3.0
26312025-01-08T17:46:02.220Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26322025-01-08T17:46:02.566Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26332025-01-08T17:46:04.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
26342025-01-08T17:46:04.473Z
26352025-01-08T17:46:04.473Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26362025-01-08T17:46:05.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372025-01-08T17:46:05.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382025-01-08T17:46:05.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392025-01-08T17:46:05.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26402025-01-08T17:46:05.086Z
26412025-01-08T17:46:05.086Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26422025-01-08T17:46:05.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432025-01-08T17:46:05.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442025-01-08T17:46:05.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452025-01-08T17:46:05.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26462025-01-08T17:46:05.710Z
26472025-01-08T17:46:05.710Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26482025-01-08T17:46:06.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492025-01-08T17:46:06.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502025-01-08T17:46:06.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512025-01-08T17:46:06.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26522025-01-08T17:46:06.417Z
26532025-01-08T17:46:06.417Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26542025-01-08T17:46:07.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552025-01-08T17:46:07.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562025-01-08T17:46:07.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572025-01-08T17:46:07.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26582025-01-08T17:46:07.124Z
26592025-01-08T17:46:07.124Zinfo: running `cargo check --bins` on dns-server (83/176)
26602025-01-08T17:46:07.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612025-01-08T17:46:07.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622025-01-08T17:46:07.752Z Compiling parking_lot_core v0.8.6
26632025-01-08T17:46:07.752Z Checking fxhash v0.2.1
26642025-01-08T17:46:07.756Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26652025-01-08T17:46:07.853Z Checking hickory-server v0.24.1
26662025-01-08T17:46:07.862Z Checking hickory-client v0.24.1
26672025-01-08T17:46:08.417Z Checking parking_lot v0.11.2
26682025-01-08T17:46:08.552Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26692025-01-08T17:46:08.552Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26702025-01-08T17:46:08.650Z Checking sled v0.34.7
26712025-01-08T17:46:10.392Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26722025-01-08T17:46:11.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
26732025-01-08T17:46:11.814Z
26742025-01-08T17:46:11.814Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26752025-01-08T17:46:12.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762025-01-08T17:46:12.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772025-01-08T17:46:12.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782025-01-08T17:46:12.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26792025-01-08T17:46:12.427Z
26802025-01-08T17:46:12.427Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26812025-01-08T17:46:13.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822025-01-08T17:46:13.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832025-01-08T17:46:13.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842025-01-08T17:46:13.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26852025-01-08T17:46:13.089Z
26862025-01-08T17:46:13.089Zinfo: running `cargo check --bins` on gateway-types (86/176)
26872025-01-08T17:46:13.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882025-01-08T17:46:13.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892025-01-08T17:46:13.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902025-01-08T17:46:13.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26912025-01-08T17:46:13.705Z
26922025-01-08T17:46:13.705Zinfo: running `cargo check --bins` on ipcc (87/176)
26932025-01-08T17:46:14.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942025-01-08T17:46:14.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952025-01-08T17:46:14.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962025-01-08T17:46:14.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26972025-01-08T17:46:14.314Z
26982025-01-08T17:46:14.315Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
26992025-01-08T17:46:14.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002025-01-08T17:46:14.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012025-01-08T17:46:15.006Z Compiling semver v0.1.20
27022025-01-08T17:46:15.006Z Compiling radium v0.7.0
27032025-01-08T17:46:15.120Z Compiling maybe-uninit v2.0.0
27042025-01-08T17:46:15.120Z Checking tap v1.0.1
27052025-01-08T17:46:15.128Z Checking password-hash v0.5.0
27062025-01-08T17:46:15.136Z Checking blake2 v0.10.6
27072025-01-08T17:46:15.138Z Checking crc-catalog v2.4.0
27082025-01-08T17:46:15.147Z Compiling cancel-safe-futures v0.1.5
27092025-01-08T17:46:15.253Z Checking wyz v0.5.1
27102025-01-08T17:46:15.299Z Compiling packed_struct v0.10.1
27112025-01-08T17:46:15.503Z Compiling rustc_version v0.1.7
27122025-01-08T17:46:15.546Z Compiling owo-colors v4.1.0
27132025-01-08T17:46:15.592Z Checking funty v2.0.0
27142025-01-08T17:46:15.628Z Checking argon2 v0.5.3
27152025-01-08T17:46:15.729Z Checking crc v3.2.1
27162025-01-08T17:46:15.772Z Compiling packed_struct_codegen v0.10.1
27172025-01-08T17:46:15.805Z Compiling indexmap v1.9.3
27182025-01-08T17:46:15.823Z Checking half v2.4.1
27192025-01-08T17:46:15.984Z Compiling newtype_derive v0.1.6
27202025-01-08T17:46:16.088Z Checking ciborium-io v0.2.2
27212025-01-08T17:46:16.103Z Checking nodrop v0.1.14
27222025-01-08T17:46:16.139Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27232025-01-08T17:46:16.224Z Checking array-init v0.0.4
27242025-01-08T17:46:16.279Z Checking ciborium-ll v0.2.2
27252025-01-08T17:46:16.294Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27262025-01-08T17:46:16.439Z Checking smallvec v0.6.14
27272025-01-08T17:46:16.461Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27282025-01-08T17:46:16.517Z Checking bitvec v1.0.1
27292025-01-08T17:46:16.578Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27302025-01-08T17:46:16.828Z Checking libsw v3.3.1
27312025-01-08T17:46:16.993Z Compiling memoffset v0.9.1
27322025-01-08T17:46:17.104Z Checking swrite v0.1.0
27332025-01-08T17:46:17.185Z Checking indent_write v2.2.0
27342025-01-08T17:46:17.220Z Checking termcolor v1.4.1
27352025-01-08T17:46:17.258Z Checking bitfield v0.14.0
27362025-01-08T17:46:17.286Z Checking hashbrown v0.12.3
27372025-01-08T17:46:17.392Z Checking linear-map v1.2.0
27382025-01-08T17:46:17.536Z Checking ron v0.8.1
27392025-01-08T17:46:17.635Z Checking env_logger v0.10.2
27402025-01-08T17:46:17.717Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27412025-01-08T17:46:17.747Z Checking serde-hex v0.1.0
27422025-01-08T17:46:18.040Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27432025-01-08T17:46:18.043Z Checking ciborium v0.2.2
27442025-01-08T17:46:18.780Z Checking steno v0.4.1
27452025-01-08T17:46:18.812Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27462025-01-08T17:46:19.006Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27472025-01-08T17:46:19.052Z Checking hashbrown v0.13.2
27482025-01-08T17:46:19.055Z Checking crc-any v2.5.0
27492025-01-08T17:46:19.329Z Checking humantime v2.1.0
27502025-01-08T17:46:19.616Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27512025-01-08T17:46:20.094Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27522025-01-08T17:46:20.122Z Checking object v0.30.4
27532025-01-08T17:46:20.369Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27542025-01-08T17:46:20.386Z Checking path-slash v0.1.5
27552025-01-08T17:46:20.524Z Checking nix v0.27.1
27562025-01-08T17:46:20.715Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27572025-01-08T17:46:21.033Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27582025-01-08T17:46:21.061Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27592025-01-08T17:46:21.315Z Checking tungstenite v0.23.0
27602025-01-08T17:46:21.640Z Checking kstat-rs v0.2.4
27612025-01-08T17:46:21.785Z Checking signal-hook-tokio v0.3.1
27622025-01-08T17:46:21.921Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27632025-01-08T17:46:22.111Z Checking tokio-tungstenite v0.23.1
27642025-01-08T17:46:22.722Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27652025-01-08T17:46:23.318Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27662025-01-08T17:46:23.336Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27672025-01-08T17:46:29.560Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27682025-01-08T17:46:30.810Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27692025-01-08T17:46:33.987Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27702025-01-08T17:46:39.551Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27712025-01-08T17:46:40.242Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27722025-01-08T17:46:42.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.65s
27732025-01-08T17:46:43.158Z
27742025-01-08T17:46:43.158Zinfo: running `cargo check --bins` on gateway-api (89/176)
27752025-01-08T17:46:43.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762025-01-08T17:46:43.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772025-01-08T17:46:43.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782025-01-08T17:46:43.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27792025-01-08T17:46:43.769Z
27802025-01-08T17:46:43.769Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27812025-01-08T17:46:44.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822025-01-08T17:46:44.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832025-01-08T17:46:44.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842025-01-08T17:46:44.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27852025-01-08T17:46:44.362Z
27862025-01-08T17:46:44.362Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27872025-01-08T17:46:44.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882025-01-08T17:46:44.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892025-01-08T17:46:44.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902025-01-08T17:46:44.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27912025-01-08T17:46:44.969Z
27922025-01-08T17:46:44.969Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
27932025-01-08T17:46:45.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942025-01-08T17:46:45.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952025-01-08T17:46:45.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962025-01-08T17:46:45.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27972025-01-08T17:46:45.580Z
27982025-01-08T17:46:45.580Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
27992025-01-08T17:46:46.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002025-01-08T17:46:46.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012025-01-08T17:46:46.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022025-01-08T17:46:46.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28032025-01-08T17:46:46.195Z
28042025-01-08T17:46:46.195Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28052025-01-08T17:46:46.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062025-01-08T17:46:46.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072025-01-08T17:46:46.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082025-01-08T17:46:46.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28092025-01-08T17:46:46.809Z
28102025-01-08T17:46:46.809Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28112025-01-08T17:46:47.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122025-01-08T17:46:47.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132025-01-08T17:46:47.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142025-01-08T17:46:47.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28152025-01-08T17:46:47.416Z
28162025-01-08T17:46:47.416Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28172025-01-08T17:46:47.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182025-01-08T17:46:47.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192025-01-08T17:46:47.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202025-01-08T17:46:47.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28212025-01-08T17:46:48.024Z
28222025-01-08T17:46:48.024Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28232025-01-08T17:46:48.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242025-01-08T17:46:48.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252025-01-08T17:46:48.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262025-01-08T17:46:48.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28272025-01-08T17:46:48.659Z
28282025-01-08T17:46:48.659Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28292025-01-08T17:46:49.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302025-01-08T17:46:49.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312025-01-08T17:46:49.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322025-01-08T17:46:49.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28332025-01-08T17:46:49.265Z
28342025-01-08T17:46:49.265Zinfo: running `cargo check --bins` on sp-sim (99/176)
28352025-01-08T17:46:49.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362025-01-08T17:46:49.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372025-01-08T17:46:49.890Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28382025-01-08T17:46:50.366Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28392025-01-08T17:46:52.170Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28402025-01-08T17:46:53.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
28412025-01-08T17:46:54.036Z
28422025-01-08T17:46:54.036Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28432025-01-08T17:46:54.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-01-08T17:46:54.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-01-08T17:46:54.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462025-01-08T17:46:54.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28472025-01-08T17:46:54.685Z
28482025-01-08T17:46:54.685Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28492025-01-08T17:46:55.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-01-08T17:46:55.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-01-08T17:46:55.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522025-01-08T17:46:55.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28532025-01-08T17:46:55.350Z
28542025-01-08T17:46:55.350Zinfo: running `cargo check --bins` on db-macros (102/176)
28552025-01-08T17:46:55.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562025-01-08T17:46:55.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572025-01-08T17:46:55.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582025-01-08T17:46:55.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28592025-01-08T17:46:55.946Z
28602025-01-08T17:46:55.946Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28612025-01-08T17:46:56.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622025-01-08T17:46:56.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632025-01-08T17:46:56.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642025-01-08T17:46:56.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28652025-01-08T17:46:56.541Z
28662025-01-08T17:46:56.541Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28672025-01-08T17:46:57.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682025-01-08T17:46:57.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692025-01-08T17:46:57.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702025-01-08T17:46:57.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28712025-01-08T17:46:57.191Z
28722025-01-08T17:46:57.191Zinfo: running `cargo check --bins` on authz-macros (105/176)
28732025-01-08T17:46:57.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742025-01-08T17:46:57.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752025-01-08T17:46:57.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762025-01-08T17:46:57.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28772025-01-08T17:46:57.791Z
28782025-01-08T17:46:57.791Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28792025-01-08T17:46:58.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-01-08T17:46:58.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-01-08T17:46:58.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822025-01-08T17:46:58.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28832025-01-08T17:46:58.436Z
28842025-01-08T17:46:58.436Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28852025-01-08T17:46:58.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862025-01-08T17:46:59.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872025-01-08T17:46:59.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882025-01-08T17:46:59.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28892025-01-08T17:46:59.080Z
28902025-01-08T17:46:59.080Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
28912025-01-08T17:46:59.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922025-01-08T17:46:59.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932025-01-08T17:46:59.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942025-01-08T17:46:59.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28952025-01-08T17:46:59.697Z
28962025-01-08T17:46:59.697Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
28972025-01-08T17:47:00.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982025-01-08T17:47:00.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992025-01-08T17:47:00.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002025-01-08T17:47:00.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29012025-01-08T17:47:00.339Z
29022025-01-08T17:47:00.340Zinfo: running `cargo check --bins` on typed-rng (110/176)
29032025-01-08T17:47:00.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042025-01-08T17:47:00.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052025-01-08T17:47:00.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062025-01-08T17:47:00.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29072025-01-08T17:47:00.936Z
29082025-01-08T17:47:00.936Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29092025-01-08T17:47:01.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102025-01-08T17:47:01.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112025-01-08T17:47:01.662Z Checking keccak v0.1.5
29122025-01-08T17:47:01.665Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29132025-01-08T17:47:01.773Z Checking secrecy v0.8.0
29142025-01-08T17:47:01.775Z Compiling unicase v2.7.0
29152025-01-08T17:47:01.781Z Compiling same-file v1.0.6
29162025-01-08T17:47:01.809Z Compiling tempfile v3.13.0
29172025-01-08T17:47:01.812Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29182025-01-08T17:47:01.812Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29192025-01-08T17:47:01.977Z Compiling walkdir v2.5.0
29202025-01-08T17:47:02.047Z Checking sha3 v0.10.8
29212025-01-08T17:47:02.072Z Compiling thiserror-impl-no-std v2.0.2
29222025-01-08T17:47:02.118Z Checking universal-hash v0.5.1
29232025-01-08T17:47:02.166Z Compiling blake3 v1.5.4
29242025-01-08T17:47:02.210Z Checking opaque-debug v0.3.1
29252025-01-08T17:47:02.300Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29262025-01-08T17:47:02.334Z Checking poly1305 v0.8.0
29272025-01-08T17:47:02.368Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29282025-01-08T17:47:02.437Z Checking chacha20 v0.9.1
29292025-01-08T17:47:02.586Z Checking aead v0.5.2
29302025-01-08T17:47:02.693Z Compiling memmap2 v0.9.5
29312025-01-08T17:47:02.697Z Compiling arrayref v0.3.9
29322025-01-08T17:47:02.785Z Compiling arrayvec v0.7.6
29332025-01-08T17:47:02.802Z Compiling salty v0.3.0
29342025-01-08T17:47:02.819Z Compiling constant_time_eq v0.3.1
29352025-01-08T17:47:02.833Z Compiling libefi-sys v0.1.0
29362025-01-08T17:47:02.994Z Checking chacha20poly1305 v0.10.1
29372025-01-08T17:47:03.142Z Compiling toolchain_find v0.4.0
29382025-01-08T17:47:03.190Z Compiling camino-tempfile v1.1.1
29392025-01-08T17:47:03.219Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29402025-01-08T17:47:03.240Z Compiling bitfield-struct v0.6.2
29412025-01-08T17:47:03.543Z Compiling topological-sort v0.2.2
29422025-01-08T17:47:03.652Z Compiling mime_guess v2.0.5
29432025-01-08T17:47:03.702Z Compiling rustfmt-wrapper v0.2.1
29442025-01-08T17:47:04.249Z Compiling omicron-zone-package v0.12.0
29452025-01-08T17:47:04.290Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29462025-01-08T17:47:04.320Z Checking primeorder v0.13.6
29472025-01-08T17:47:04.596Z Checking env_filter v0.1.2
29482025-01-08T17:47:04.710Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29492025-01-08T17:47:04.726Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29502025-01-08T17:47:04.801Z Checking p384 v0.13.0
29512025-01-08T17:47:04.826Z Checking env_logger v0.11.5
29522025-01-08T17:47:04.977Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29532025-01-08T17:47:05.006Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29542025-01-08T17:47:05.089Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29552025-01-08T17:47:05.275Z Checking thiserror-no-std v2.0.2
29562025-01-08T17:47:05.327Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29572025-01-08T17:47:05.350Z Checking simd-adler32 v0.3.7
29582025-01-08T17:47:05.390Z Checking vsss-rs v3.3.4
29592025-01-08T17:47:05.459Z Checking lockfree-object-pool v0.1.6
29602025-01-08T17:47:05.622Z Checking http-range v0.1.5
29612025-01-08T17:47:05.704Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29622025-01-08T17:47:05.707Z Compiling zip v2.1.3
29632025-01-08T17:47:05.800Z Checking bumpalo v3.16.0
29642025-01-08T17:47:05.802Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29652025-01-08T17:47:05.927Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29662025-01-08T17:47:06.050Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29672025-01-08T17:47:06.121Z Checking zopfli v0.8.1
29682025-01-08T17:47:06.218Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29692025-01-08T17:47:06.675Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29702025-01-08T17:47:06.737Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29712025-01-08T17:47:06.813Z Checking nanorand v0.7.0
29722025-01-08T17:47:06.963Z Checking atty v0.2.14
29732025-01-08T17:47:07.094Z Checking glob v0.3.1
29742025-01-08T17:47:07.111Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29752025-01-08T17:47:07.179Z Checking flume v0.11.1
29762025-01-08T17:47:07.196Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29772025-01-08T17:47:07.427Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29782025-01-08T17:47:07.924Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29792025-01-08T17:47:08.365Z Checking hyper-staticfile v0.10.1
29802025-01-08T17:47:08.814Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29812025-01-08T17:47:08.895Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29822025-01-08T17:47:09.062Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29832025-01-08T17:47:09.245Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29842025-01-08T17:47:09.372Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29852025-01-08T17:47:09.533Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29862025-01-08T17:47:10.248Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29872025-01-08T17:47:10.455Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29882025-01-08T17:47:10.799Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29892025-01-08T17:47:11.347Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29902025-01-08T17:47:11.365Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29912025-01-08T17:47:14.296Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29922025-01-08T17:47:14.296Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29932025-01-08T17:47:23.211Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29942025-01-08T17:47:36.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.62s
29952025-01-08T17:47:36.747Z
29962025-01-08T17:47:36.747Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
29972025-01-08T17:47:37.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982025-01-08T17:47:37.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992025-01-08T17:47:37.466Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30002025-01-08T17:47:50.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
30012025-01-08T17:47:51.132Z
30022025-01-08T17:47:51.132Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30032025-01-08T17:47:51.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042025-01-08T17:47:51.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052025-01-08T17:47:51.847Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062025-01-08T17:48:05.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s
30072025-01-08T17:48:05.551Z
30082025-01-08T17:48:05.551Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30092025-01-08T17:48:06.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102025-01-08T17:48:06.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112025-01-08T17:48:06.268Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122025-01-08T17:48:19.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s
30132025-01-08T17:48:20.131Z
30142025-01-08T17:48:20.131Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30152025-01-08T17:48:20.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162025-01-08T17:48:20.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172025-01-08T17:48:20.855Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182025-01-08T17:48:34.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s
30192025-01-08T17:48:34.594Z
30202025-01-08T17:48:34.594Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30212025-01-08T17:48:35.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222025-01-08T17:48:35.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232025-01-08T17:48:35.314Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30242025-01-08T17:48:49.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s
30252025-01-08T17:48:49.290Z
30262025-01-08T17:48:49.290Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30272025-01-08T17:48:49.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282025-01-08T17:48:49.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292025-01-08T17:48:50.022Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30302025-01-08T17:49:03.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
30312025-01-08T17:49:03.807Z
30322025-01-08T17:49:03.807Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30332025-01-08T17:49:04.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342025-01-08T17:49:04.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352025-01-08T17:49:04.527Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30362025-01-08T17:49:18.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s
30372025-01-08T17:49:18.377Z
30382025-01-08T17:49:18.377Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30392025-01-08T17:49:18.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402025-01-08T17:49:18.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412025-01-08T17:49:18.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422025-01-08T17:49:18.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30432025-01-08T17:49:19.012Z
30442025-01-08T17:49:19.012Zinfo: running `cargo check --bins` on key-manager (120/176)
30452025-01-08T17:49:19.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462025-01-08T17:49:19.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472025-01-08T17:49:19.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482025-01-08T17:49:19.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30492025-01-08T17:49:19.621Z
30502025-01-08T17:49:19.621Zinfo: running `cargo check --bins` on range-requests (121/176)
30512025-01-08T17:49:20.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522025-01-08T17:49:20.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532025-01-08T17:49:20.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542025-01-08T17:49:20.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30552025-01-08T17:49:20.223Z
30562025-01-08T17:49:20.223Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30572025-01-08T17:49:20.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582025-01-08T17:49:20.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592025-01-08T17:49:20.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602025-01-08T17:49:20.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30612025-01-08T17:49:20.844Z
30622025-01-08T17:49:20.844Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30632025-01-08T17:49:21.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642025-01-08T17:49:21.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652025-01-08T17:49:21.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662025-01-08T17:49:21.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30672025-01-08T17:49:21.480Z
30682025-01-08T17:49:21.480Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30692025-01-08T17:49:22.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702025-01-08T17:49:22.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712025-01-08T17:49:22.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722025-01-08T17:49:22.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30732025-01-08T17:49:22.076Z
30742025-01-08T17:49:22.076Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30752025-01-08T17:49:22.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762025-01-08T17:49:22.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772025-01-08T17:49:22.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782025-01-08T17:49:22.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30792025-01-08T17:49:22.713Z
30802025-01-08T17:49:22.713Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30812025-01-08T17:49:23.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822025-01-08T17:49:23.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832025-01-08T17:49:23.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842025-01-08T17:49:23.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30852025-01-08T17:49:23.338Z
30862025-01-08T17:49:23.338Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30872025-01-08T17:49:23.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882025-01-08T17:49:23.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892025-01-08T17:49:23.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902025-01-08T17:49:23.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30912025-01-08T17:49:23.965Z
30922025-01-08T17:49:23.965Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/176)
30932025-01-08T17:49:24.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942025-01-08T17:49:24.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952025-01-08T17:49:24.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962025-01-08T17:49:24.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30972025-01-08T17:49:24.601Z
30982025-01-08T17:49:24.601Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176)
30992025-01-08T17:49:25.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002025-01-08T17:49:25.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012025-01-08T17:49:25.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022025-01-08T17:49:25.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31032025-01-08T17:49:25.234Z
31042025-01-08T17:49:25.234Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31052025-01-08T17:49:25.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062025-01-08T17:49:25.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072025-01-08T17:49:25.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082025-01-08T17:49:25.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31092025-01-08T17:49:25.867Z
31102025-01-08T17:49:25.867Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31112025-01-08T17:49:26.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122025-01-08T17:49:26.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132025-01-08T17:49:26.537Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31142025-01-08T17:49:26.537Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31152025-01-08T17:49:27.388Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31162025-01-08T17:49:29.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
31172025-01-08T17:49:29.586Z
31182025-01-08T17:49:29.586Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31192025-01-08T17:49:30.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202025-01-08T17:49:30.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212025-01-08T17:49:30.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222025-01-08T17:49:30.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31232025-01-08T17:49:30.197Z
31242025-01-08T17:49:30.197Zinfo: running `cargo check --bins` on cert-dev (133/176)
31252025-01-08T17:49:30.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262025-01-08T17:49:30.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272025-01-08T17:49:30.793Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31282025-01-08T17:49:31.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
31292025-01-08T17:49:31.212Z
31302025-01-08T17:49:31.212Zinfo: running `cargo check --bins` on clickana (134/176)
31312025-01-08T17:49:31.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322025-01-08T17:49:31.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332025-01-08T17:49:31.840Z Checking castaway v0.2.3
31342025-01-08T17:49:31.840Z Checking unicode-truncate v1.1.0
31352025-01-08T17:49:31.842Z Checking lru v0.12.5
31362025-01-08T17:49:31.842Z Compiling instability v0.3.2
31372025-01-08T17:49:31.842Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31382025-01-08T17:49:31.843Z Checking cassowary v0.3.0
31392025-01-08T17:49:32.106Z Checking compact_str v0.8.0
31402025-01-08T17:49:32.707Z Checking ratatui v0.28.1
31412025-01-08T17:49:33.495Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31422025-01-08T17:49:34.579Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31432025-01-08T17:49:35.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
31442025-01-08T17:49:35.567Z
31452025-01-08T17:49:35.567Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31462025-01-08T17:49:36.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472025-01-08T17:49:36.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482025-01-08T17:49:36.229Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31492025-01-08T17:49:36.229Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31502025-01-08T17:49:37.234Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31512025-01-08T17:49:37.707Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31522025-01-08T17:49:38.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
31532025-01-08T17:49:38.256Z
31542025-01-08T17:49:38.256Zinfo: running `cargo check --bins` on ch-dev (136/176)
31552025-01-08T17:49:38.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562025-01-08T17:49:38.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572025-01-08T17:49:38.902Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31582025-01-08T17:49:39.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
31592025-01-08T17:49:39.770Z
31602025-01-08T17:49:39.771Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31612025-01-08T17:49:40.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622025-01-08T17:49:40.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632025-01-08T17:49:40.416Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31642025-01-08T17:49:40.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31652025-01-08T17:49:40.956Z
31662025-01-08T17:49:40.956Zinfo: running `cargo check --bins` on db-dev (138/176)
31672025-01-08T17:49:41.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682025-01-08T17:49:41.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692025-01-08T17:49:41.599Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31702025-01-08T17:49:42.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
31712025-01-08T17:49:42.478Z
31722025-01-08T17:49:42.478Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31732025-01-08T17:49:43.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742025-01-08T17:49:43.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752025-01-08T17:49:43.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762025-01-08T17:49:43.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31772025-01-08T17:49:43.101Z
31782025-01-08T17:49:43.101Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31792025-01-08T17:49:43.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802025-01-08T17:49:43.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812025-01-08T17:49:43.700Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31822025-01-08T17:49:44.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
31832025-01-08T17:49:44.730Z
31842025-01-08T17:49:44.730Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31852025-01-08T17:49:45.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862025-01-08T17:49:45.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872025-01-08T17:49:45.334Z Checking cargo-platform v0.1.8
31882025-01-08T17:49:45.598Z Checking cargo_metadata v0.18.1
31892025-01-08T17:49:46.555Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31902025-01-08T17:49:47.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
31912025-01-08T17:49:47.523Z
31922025-01-08T17:49:47.523Zinfo: running `cargo check --bins` on mgs-dev (142/176)
31932025-01-08T17:49:48.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942025-01-08T17:49:48.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952025-01-08T17:49:48.225Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31962025-01-08T17:49:49.696Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31972025-01-08T17:49:50.325Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31982025-01-08T17:49:50.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
31992025-01-08T17:49:51.076Z
32002025-01-08T17:49:51.076Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32012025-01-08T17:49:51.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022025-01-08T17:49:51.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032025-01-08T17:49:51.845Z Compiling crunchy v0.2.2
32042025-01-08T17:49:51.845Z Compiling tiny-keccak v2.0.2
32052025-01-08T17:49:51.847Z Compiling dsl_auto_type v0.1.2
32062025-01-08T17:49:51.847Z Checking scheduled-thread-pool v0.2.7
32072025-01-08T17:49:51.847Z Compiling diesel_table_macro_syntax v0.2.0
32082025-01-08T17:49:51.847Z Compiling ascii-canvas v3.0.0
32092025-01-08T17:49:51.847Z Compiling ena v0.14.3
32102025-01-08T17:49:51.959Z Compiling diff v0.1.13
32112025-01-08T17:49:52.216Z Checking r2d2 v0.8.10
32122025-01-08T17:49:52.258Z Compiling regex-syntax v0.6.29
32132025-01-08T17:49:52.372Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32142025-01-08T17:49:52.410Z Compiling ref-cast v1.0.23
32152025-01-08T17:49:52.505Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32162025-01-08T17:49:52.562Z Compiling derive_builder_core v0.20.2
32172025-01-08T17:49:52.598Z Compiling libxml v0.3.3
32182025-01-08T17:49:52.672Z Compiling ref-cast-impl v1.0.23
32192025-01-08T17:49:52.809Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32202025-01-08T17:49:53.009Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32212025-01-08T17:49:53.035Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32222025-01-08T17:49:53.250Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32232025-01-08T17:49:53.318Z Compiling strum_macros v0.24.3
32242025-01-08T17:49:53.356Z Compiling samael v0.0.17
32252025-01-08T17:49:53.575Z Compiling diesel_derives v2.2.3
32262025-01-08T17:49:53.680Z Compiling indoc v1.0.9
32272025-01-08T17:49:54.665Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32282025-01-08T17:49:54.950Z Compiling oso-derive v0.27.3
32292025-01-08T17:49:55.046Z Compiling derive_builder_macro v0.20.2
32302025-01-08T17:49:55.911Z Compiling lalrpop v0.19.12
32312025-01-08T17:49:55.954Z Checking derive_builder v0.20.2
32322025-01-08T17:49:56.080Z Compiling impl-trait-for-tuples v0.2.2
32332025-01-08T17:49:56.113Z Checking quick-xml v0.33.0
32342025-01-08T17:49:56.446Z Compiling diesel-dtrace v0.4.2
32352025-01-08T17:49:56.743Z Checking maplit v1.0.2
32362025-01-08T17:49:56.970Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32372025-01-08T17:49:56.990Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32382025-01-08T17:49:57.258Z Checking bb8 v0.8.5
32392025-01-08T17:49:57.652Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32402025-01-08T17:49:57.758Z Checking rand_seeder v0.3.0
32412025-01-08T17:49:57.971Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32422025-01-08T17:49:57.990Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32432025-01-08T17:49:58.202Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32442025-01-08T17:49:58.351Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32452025-01-08T17:49:58.632Z Checking is_ci v1.2.0
32462025-01-08T17:49:58.682Z Checking smawk v0.3.2
32472025-01-08T17:49:58.773Z Checking unicode-linebreak v0.1.5
32482025-01-08T17:49:58.889Z Checking supports-color v3.0.1
32492025-01-08T17:49:59.119Z Checking multimap v0.10.0
32502025-01-08T17:49:59.193Z Checking textwrap v0.16.1
32512025-01-08T17:49:59.871Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32522025-01-08T17:50:02.887Z Checking diesel v2.2.6
32532025-01-08T17:50:28.968Z Compiling polar-core v0.27.3
32542025-01-08T17:50:32.192Z Checking async-bb8-diesel v0.2.1
32552025-01-08T17:50:36.313Z Checking oso v0.27.3
32562025-01-08T17:51:42.585Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32572025-01-08T17:51:48.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
32582025-01-08T17:51:48.784Z
32592025-01-08T17:51:48.784Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32602025-01-08T17:51:49.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612025-01-08T17:51:49.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622025-01-08T17:51:49.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632025-01-08T17:51:49.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32642025-01-08T17:51:49.449Z
32652025-01-08T17:51:49.449Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32662025-01-08T17:51:50.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672025-01-08T17:51:50.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682025-01-08T17:51:50.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692025-01-08T17:51:50.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32702025-01-08T17:51:50.104Z
32712025-01-08T17:51:50.104Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32722025-01-08T17:51:50.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732025-01-08T17:51:50.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742025-01-08T17:51:50.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752025-01-08T17:51:50.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32762025-01-08T17:51:50.703Z
32772025-01-08T17:51:50.703Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32782025-01-08T17:51:51.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792025-01-08T17:51:51.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802025-01-08T17:51:51.485Z Compiling libz-sys v1.1.20
32812025-01-08T17:51:51.598Z Compiling libgit2-sys v0.17.0+1.8.1
32822025-01-08T17:51:51.609Z Compiling vergen v8.3.2
32832025-01-08T17:51:51.612Z Compiling cargo-platform v0.1.8
32842025-01-08T17:51:51.612Z Compiling pin-project-internal v1.1.6
32852025-01-08T17:51:51.648Z Compiling libsqlite3-sys v0.30.1
32862025-01-08T17:51:51.651Z Compiling snafu-derive v0.8.5
32872025-01-08T17:51:51.651Z Compiling buf-list v1.0.3
32882025-01-08T17:51:51.897Z Compiling cfg_aliases v0.2.1
32892025-01-08T17:51:52.010Z Compiling cargo_metadata v0.18.1
32902025-01-08T17:51:52.136Z Compiling rustls v0.21.12
32912025-01-08T17:51:52.229Z Compiling nix v0.29.0
32922025-01-08T17:51:52.355Z Checking globset v0.4.15
32932025-01-08T17:51:52.461Z Checking sct v0.7.1
32942025-01-08T17:51:52.539Z Checking rustls-webpki v0.101.7
32952025-01-08T17:51:52.664Z Checking olpc-cjson v0.1.4
32962025-01-08T17:51:52.849Z Checking serde_plain v1.0.2
32972025-01-08T17:51:52.868Z Checking typed-path v0.9.3
32982025-01-08T17:51:53.388Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32992025-01-08T17:51:53.569Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33002025-01-08T17:51:53.670Z Checking hashlink v0.9.1
33012025-01-08T17:51:53.825Z Checking fallible-iterator v0.3.0
33022025-01-08T17:51:54.282Z Checking fallible-streaming-iterator v0.1.9
33032025-01-08T17:51:54.472Z Checking parse-size v1.1.0
33042025-01-08T17:51:54.520Z Checking rusqlite v0.32.1
33052025-01-08T17:51:54.770Z Checking pin-project v1.1.6
33062025-01-08T17:51:54.793Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33072025-01-08T17:51:54.887Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33082025-01-08T17:51:55.254Z Checking rustls-pemfile v1.0.4
33092025-01-08T17:51:55.461Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33102025-01-08T17:51:55.531Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33112025-01-08T17:51:55.806Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33122025-01-08T17:51:55.866Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33132025-01-08T17:51:55.932Z Checking twox-hash v1.6.3
33142025-01-08T17:51:55.995Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33152025-01-08T17:51:56.156Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33162025-01-08T17:51:56.422Z Checking tokio-rustls v0.24.1
33172025-01-08T17:51:56.440Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33182025-01-08T17:51:56.766Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33192025-01-08T17:51:57.044Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33202025-01-08T17:51:57.123Z Checking fatfs v0.3.6
33212025-01-08T17:51:57.151Z Checking snafu v0.8.5
33222025-01-08T17:51:57.641Z Checking tough v0.19.0
33232025-01-08T17:51:57.859Z Checking assert_matches v1.5.0
33242025-01-08T17:52:01.822Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33252025-01-08T17:52:03.072Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33262025-01-08T17:52:04.099Z Compiling git2 v0.19.0
33272025-01-08T17:52:08.691Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33282025-01-08T17:53:01.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
33292025-01-08T17:53:01.863Z
33302025-01-08T17:53:01.863Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33312025-01-08T17:53:02.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322025-01-08T17:53:02.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332025-01-08T17:53:02.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342025-01-08T17:53:02.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33352025-01-08T17:53:02.536Z
33362025-01-08T17:53:02.536Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33372025-01-08T17:53:03.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382025-01-08T17:53:03.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392025-01-08T17:53:03.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402025-01-08T17:53:03.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33412025-01-08T17:53:03.129Z
33422025-01-08T17:53:03.129Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33432025-01-08T17:53:03.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-01-08T17:53:03.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-01-08T17:53:03.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462025-01-08T17:53:03.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33472025-01-08T17:53:03.772Z
33482025-01-08T17:53:03.772Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33492025-01-08T17:53:04.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-01-08T17:53:04.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-01-08T17:53:04.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522025-01-08T17:53:04.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33532025-01-08T17:53:04.438Z
33542025-01-08T17:53:04.438Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33552025-01-08T17:53:05.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562025-01-08T17:53:05.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572025-01-08T17:53:05.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582025-01-08T17:53:05.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33592025-01-08T17:53:05.100Z
33602025-01-08T17:53:05.100Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33612025-01-08T17:53:05.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622025-01-08T17:53:05.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632025-01-08T17:53:05.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642025-01-08T17:53:05.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33652025-01-08T17:53:05.788Z
33662025-01-08T17:53:05.788Zinfo: running `cargo check --bins` on update-common (154/176)
33672025-01-08T17:53:06.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682025-01-08T17:53:06.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692025-01-08T17:53:06.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702025-01-08T17:53:06.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33712025-01-08T17:53:06.431Z
33722025-01-08T17:53:06.431Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33732025-01-08T17:53:06.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742025-01-08T17:53:06.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752025-01-08T17:53:06.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762025-01-08T17:53:06.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33772025-01-08T17:53:07.065Z
33782025-01-08T17:53:07.065Zinfo: running `cargo check --bins` on tufaceous (156/176)
33792025-01-08T17:53:07.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802025-01-08T17:53:07.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812025-01-08T17:53:07.725Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33822025-01-08T17:53:08.933Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33832025-01-08T17:53:09.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
33842025-01-08T17:53:09.978Z
33852025-01-08T17:53:09.978Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33862025-01-08T17:53:10.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872025-01-08T17:53:10.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882025-01-08T17:53:10.813Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33892025-01-08T17:53:10.813Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33902025-01-08T17:53:10.949Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33912025-01-08T17:53:10.951Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33922025-01-08T17:53:11.986Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33932025-01-08T17:53:37.376Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33942025-01-08T17:53:37.376Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33952025-01-08T17:53:37.379Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33962025-01-08T17:53:37.379Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33972025-01-08T17:53:37.379Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33982025-01-08T17:53:38.186Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33992025-01-08T17:53:39.437Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34002025-01-08T17:54:16.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
34012025-01-08T17:54:17.196Z
34022025-01-08T17:54:17.196Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34032025-01-08T17:54:17.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042025-01-08T17:54:17.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052025-01-08T17:54:17.882Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34062025-01-08T17:54:17.882Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34072025-01-08T17:54:17.885Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34082025-01-08T17:54:18.010Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34092025-01-08T17:54:18.013Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34102025-01-08T17:54:18.037Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34112025-01-08T17:54:18.039Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34122025-01-08T17:54:18.049Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34132025-01-08T17:54:18.187Z Checking heck v0.4.1
34142025-01-08T17:54:18.287Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34152025-01-08T17:54:18.384Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34162025-01-08T17:54:18.638Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34172025-01-08T17:54:18.683Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34182025-01-08T17:54:19.142Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34192025-01-08T17:54:19.345Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34202025-01-08T17:54:19.428Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34212025-01-08T17:54:20.664Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34222025-01-08T17:54:21.222Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34232025-01-08T17:54:21.705Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34242025-01-08T17:54:21.825Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34252025-01-08T17:54:23.845Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34262025-01-08T17:54:23.845Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34272025-01-08T17:54:25.046Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34282025-01-08T17:54:26.547Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34292025-01-08T17:54:32.406Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34302025-01-08T17:54:32.407Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34312025-01-08T17:54:33.611Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34322025-01-08T17:54:34.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.48s
34332025-01-08T17:54:34.871Z
34342025-01-08T17:54:34.871Zinfo: running `cargo check --bins` on installinator-api (159/176)
34352025-01-08T17:54:35.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362025-01-08T17:54:35.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372025-01-08T17:54:35.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382025-01-08T17:54:35.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34392025-01-08T17:54:35.515Z
34402025-01-08T17:54:35.515Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34412025-01-08T17:54:36.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422025-01-08T17:54:36.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432025-01-08T17:54:36.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442025-01-08T17:54:36.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34452025-01-08T17:54:36.150Z
34462025-01-08T17:54:36.150Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34472025-01-08T17:54:36.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482025-01-08T17:54:36.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492025-01-08T17:54:36.822Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34502025-01-08T17:54:36.822Z Compiling petname v2.0.2
34512025-01-08T17:54:36.822Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34522025-01-08T17:54:36.826Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34532025-01-08T17:54:36.826Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34542025-01-08T17:54:36.927Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34552025-01-08T17:54:36.951Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34562025-01-08T17:54:36.979Z Checking sync-ptr v0.1.1
34572025-01-08T17:54:42.260Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34582025-01-08T17:54:42.903Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34592025-01-08T17:54:44.081Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34602025-01-08T17:54:45.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s
34612025-01-08T17:54:45.797Z
34622025-01-08T17:54:45.797Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34632025-01-08T17:54:46.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642025-01-08T17:54:46.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652025-01-08T17:54:46.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662025-01-08T17:54:46.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34672025-01-08T17:54:46.444Z
34682025-01-08T17:54:46.444Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34692025-01-08T17:54:46.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702025-01-08T17:54:47.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712025-01-08T17:54:47.090Z Checking memmap2 v0.9.5
34722025-01-08T17:54:47.090Z Checking arrayvec v0.7.6
34732025-01-08T17:54:47.090Z Checking arrayref v0.3.9
34742025-01-08T17:54:47.093Z Checking constant_time_eq v0.3.1
34752025-01-08T17:54:47.093Z Checking topological-sort v0.2.2
34762025-01-08T17:54:47.093Z Checking shell-words v1.1.0
34772025-01-08T17:54:47.442Z Checking blake3 v1.5.4
34782025-01-08T17:54:47.776Z Checking omicron-zone-package v0.12.0
34792025-01-08T17:54:48.951Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34802025-01-08T17:54:49.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
34812025-01-08T17:54:50.009Z
34822025-01-08T17:54:50.009Zinfo: running `cargo check --bins` on xtask (164/176)
34832025-01-08T17:54:50.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842025-01-08T17:54:50.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852025-01-08T17:54:50.438Z Checking bitflags v2.6.0
34862025-01-08T17:54:50.440Z Checking serde v1.0.215
34872025-01-08T17:54:50.440Z Checking thiserror v1.0.69
34882025-01-08T17:54:50.516Z Checking scroll v0.12.0
34892025-01-08T17:54:50.523Z Checking log v0.4.22
34902025-01-08T17:54:50.529Z Checking hashbrown v0.15.1
34912025-01-08T17:54:50.553Z Checking zerocopy v0.7.35
34922025-01-08T17:54:50.566Z Checking syn v2.0.87
34932025-01-08T17:54:50.634Z Checking pest v2.7.14
34942025-01-08T17:54:50.749Z Checking rustix v0.38.37
34952025-01-08T17:54:50.958Z Checking once_cell v1.20.2
34962025-01-08T17:54:50.978Z Checking goblin v0.8.2
34972025-01-08T17:54:51.248Z Checking fs-err v2.11.0
34982025-01-08T17:54:51.581Z Checking anyhow v1.0.93
34992025-01-08T17:54:51.631Z Checking indexmap v2.6.0
35002025-01-08T17:54:51.927Z Checking tabled v0.15.0
35012025-01-08T17:54:52.724Z Checking terminal_size v0.4.0
35022025-01-08T17:54:52.726Z Checking tempfile v3.13.0
35032025-01-08T17:54:52.883Z Checking clap_builder v4.5.21
35042025-01-08T17:54:53.163Z Checking dtrace-parser v0.2.0
35052025-01-08T17:54:54.794Z Checking serde_json v1.0.133
35062025-01-08T17:54:54.795Z Checking toml_datetime v0.6.8
35072025-01-08T17:54:54.797Z Checking serde_spanned v0.6.8
35082025-01-08T17:54:54.797Z Checking camino v1.1.9
35092025-01-08T17:54:54.797Z Checking semver v1.0.23
35102025-01-08T17:54:54.853Z Checking cargo-platform v0.1.8
35112025-01-08T17:54:55.003Z Checking macaddr v1.0.1
35122025-01-08T17:54:55.096Z Checking toml_edit v0.22.22
35132025-01-08T17:54:55.249Z Checking clap v4.5.21
35142025-01-08T17:54:55.350Z Checking camino-tempfile v1.1.1
35152025-01-08T17:54:55.967Z Checking dof v0.3.0
35162025-01-08T17:54:55.967Z Checking cargo_metadata v0.18.1
35172025-01-08T17:54:56.357Z Checking usdt-impl v0.5.0
35182025-01-08T17:54:56.703Z Checking usdt v0.5.0
35192025-01-08T17:54:56.831Z Checking toml v0.8.19
35202025-01-08T17:54:57.280Z Checking cargo_toml v0.20.5
35212025-01-08T17:54:58.450Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35222025-01-08T17:54:59.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
35232025-01-08T17:54:59.131Z
35242025-01-08T17:54:59.131Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35252025-01-08T17:54:59.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-01-08T17:54:59.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-01-08T17:54:59.875Z Checking polyval v0.6.2
35282025-01-08T17:54:59.987Z Checking ctr v0.9.2
35292025-01-08T17:54:59.999Z Checking ssh-encoding v0.2.0
35302025-01-08T17:54:59.999Z Checking blowfish v0.9.1
35312025-01-08T17:55:00.021Z Checking password-hash v0.4.2
35322025-01-08T17:55:00.024Z Checking matches v0.1.10
35332025-01-08T17:55:00.050Z Checking p256 v0.13.2
35342025-01-08T17:55:00.050Z Checking p521 v0.13.3
35352025-01-08T17:55:00.123Z Checking idna v0.2.3
35362025-01-08T17:55:00.211Z Checking ghash v0.5.1
35372025-01-08T17:55:00.249Z Checking bcrypt-pbkdf v0.10.0
35382025-01-08T17:55:00.267Z Compiling enum-as-inner v0.5.1
35392025-01-08T17:55:00.310Z Checking russh-cryptovec v0.7.3
35402025-01-08T17:55:00.386Z Checking aes-gcm v0.10.3
35412025-01-08T17:55:00.425Z Checking pbkdf2 v0.11.0
35422025-01-08T17:55:00.520Z Checking md5 v0.7.0
35432025-01-08T17:55:00.538Z Checking num-bigint v0.4.6
35442025-01-08T17:55:00.538Z Checking des v0.8.1
35452025-01-08T17:55:00.627Z Checking ssh-cipher v0.2.0
35462025-01-08T17:55:00.691Z Compiling dhcproto-macros v0.1.0
35472025-01-08T17:55:00.792Z Checking hex-literal v0.4.1
35482025-01-08T17:55:00.824Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35492025-01-08T17:55:00.919Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35502025-01-08T17:55:00.919Z Checking ssh-key v0.6.6
35512025-01-08T17:55:00.953Z Checking internet-checksum v0.2.1
35522025-01-08T17:55:01.267Z Checking trust-dns-proto v0.22.0
35532025-01-08T17:55:02.203Z Checking russh-keys v0.45.0
35542025-01-08T17:55:03.078Z Checking russh v0.45.0
35552025-01-08T17:55:03.729Z Checking dhcproto v0.12.0
35562025-01-08T17:55:20.598Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35572025-01-08T17:55:22.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.86s
35582025-01-08T17:55:22.198Z
35592025-01-08T17:55:22.198Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35602025-01-08T17:55:22.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612025-01-08T17:55:22.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622025-01-08T17:55:22.829Z Checking termios v0.3.3
35632025-01-08T17:55:23.041Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35642025-01-08T17:55:23.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
35652025-01-08T17:55:23.979Z
35662025-01-08T17:55:23.979Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35672025-01-08T17:55:24.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682025-01-08T17:55:24.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692025-01-08T17:55:24.656Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35702025-01-08T17:55:24.656Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35712025-01-08T17:55:24.659Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35722025-01-08T17:55:24.659Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35732025-01-08T17:55:25.705Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35742025-01-08T17:55:26.995Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35752025-01-08T17:55:28.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
35762025-01-08T17:55:29.042Z
35772025-01-08T17:55:29.042Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35782025-01-08T17:55:29.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792025-01-08T17:55:29.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802025-01-08T17:55:29.670Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35812025-01-08T17:55:30.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35822025-01-08T17:55:30.321Z
35832025-01-08T17:55:30.321Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35842025-01-08T17:55:30.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852025-01-08T17:55:30.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862025-01-08T17:55:30.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872025-01-08T17:55:30.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35882025-01-08T17:55:30.918Z
35892025-01-08T17:55:30.918Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
35902025-01-08T17:55:31.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912025-01-08T17:55:31.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922025-01-08T17:55:31.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932025-01-08T17:55:31.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35942025-01-08T17:55:31.521Z
35952025-01-08T17:55:31.521Zinfo: running `cargo check --bins` on omicron-package (171/176)
35962025-01-08T17:55:32.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972025-01-08T17:55:32.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982025-01-08T17:55:32.171Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35992025-01-08T17:55:33.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
36002025-01-08T17:55:33.726Z
36012025-01-08T17:55:33.726Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36022025-01-08T17:55:34.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032025-01-08T17:55:34.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042025-01-08T17:55:34.408Z Checking rtoolbox v0.0.2
36052025-01-08T17:55:34.408Z Checking tui-tree-widget v0.22.0
36062025-01-08T17:55:34.408Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36072025-01-08T17:55:34.637Z Checking rpassword v7.3.1
36082025-01-08T17:55:38.598Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36092025-01-08T17:55:41.547Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36102025-01-08T17:55:42.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s
36112025-01-08T17:55:42.938Z
36122025-01-08T17:55:42.938Zinfo: running `cargo check --bins` on wicket (173/176)
36132025-01-08T17:55:43.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142025-01-08T17:55:43.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152025-01-08T17:55:43.619Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36162025-01-08T17:55:44.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
36172025-01-08T17:55:44.247Z
36182025-01-08T17:55:44.247Zinfo: running `cargo check --bins` on wicketd (174/176)
36192025-01-08T17:55:44.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202025-01-08T17:55:44.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212025-01-08T17:55:44.946Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36222025-01-08T17:55:44.946Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36232025-01-08T17:55:45.808Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36242025-01-08T17:55:49.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
36252025-01-08T17:55:49.842Z
36262025-01-08T17:55:49.843Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36272025-01-08T17:55:50.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282025-01-08T17:55:50.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292025-01-08T17:55:50.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302025-01-08T17:55:50.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36312025-01-08T17:55:50.444Z
36322025-01-08T17:55:50.444Zinfo: running `cargo check --bins` on zone-setup (176/176)
36332025-01-08T17:55:51.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342025-01-08T17:55:51.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352025-01-08T17:55:51.157Z Checking uzers v0.12.1
36362025-01-08T17:55:51.491Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36372025-01-08T17:55:52.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
36382025-01-08T17:55:52.862Z
36392025-01-08T17:55:52.862Zreal 13:23.508756547
36402025-01-08T17:55:52.862Zuser 25:15.532556373
36412025-01-08T17:55:52.863Zsys 5:44.571451643
36422025-01-08T17:55:52.863Ztrap 0.489772889
36432025-01-08T17:55:52.863Ztflt 2.592197915
36442025-01-08T17:55:52.863Zdflt 3.100440806
36452025-01-08T17:55:52.863Zkflt 0.000762854
36462025-01-08T17:55:52.865Zlock 48:03.483882136
36472025-01-08T17:55:52.865Zslp 2:12:11.104178200
36482025-01-08T17:55:52.865Zlat 1:01.363120011
36492025-01-08T17:55:52.865Zstop 3:23.028122668
36502025-01-08T17:55:52.865Zprocess exited: duration 1135808 ms, exit code 0
 
36512025-01-08T17:55:52.871Zfound 0 output files