01JFKGCPBT07346JZH805H0YDX: 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: 01JFKGDDDFXJKPSSENAKSBNMAY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T02:24:10.182Zjob assigned to worker 01JFKGDH1NYG3Q0PXMZXBGHVTA [factory aws, i-0d1b22444e938943b] (queued for 53 s)
 
22024-12-21T02:24:18.054Zstarting task 0: "setup"
32024-12-21T02:24:18.063Z++ uname -s
42024-12-21T02:24:18.065Z+ kern=SunOS
52024-12-21T02:24:18.065Z+ case "$kern" in
62024-12-21T02:24:18.065Z+ groupadd -g 12345 build
72024-12-21T02:24:18.067Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T02:24:20.073Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T02:24:20.188Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T02:24:20.191Z+ home_fs=zfs
112024-12-21T02:24:20.191Z+ [[ zfs == autofs ]]
122024-12-21T02:24:20.191Z+ mkdir -p /home/build
132024-12-21T02:24:20.194Z+ chown build:build /home/build /work
142024-12-21T02:24:21.194Z+ chmod 0700 /home/build /work
152024-12-21T02:24:21.197Zprocess exited: duration 3142 ms, exit code 0
 
162024-12-21T02:24:21.201Zstarting task 1: "rust-toolchain"
172024-12-21T02:24:21.207Z+ printf ' * toolchain channel = "%s"
182024-12-21T02:24:21.207Z' 1.81.0
192024-12-21T02:24:21.207Z * toolchain channel = "1.81.0"
202024-12-21T02:24:21.207Z+ printf ' * toolchain profile = "%s"
212024-12-21T02:24:21.207Z' default
222024-12-21T02:24:21.207Z * toolchain profile = "default"
232024-12-21T02:24:21.209Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T02:24:21.209Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T02:24:21.328Zinfo: downloading installer
262024-12-21T02:24:22.665Zinfo: profile set to 'default'
272024-12-21T02:24:22.665Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T02:24:22.665Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T02:24:22.819Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T02:24:22.819Zinfo: downloading component 'cargo'
312024-12-21T02:24:23.676Zinfo: downloading component 'clippy'
322024-12-21T02:24:23.991Zinfo: downloading component 'rust-docs'
332024-12-21T02:24:25.176Zinfo: downloading component 'rust-std'
342024-12-21T02:24:27.019Zinfo: downloading component 'rustc'
352024-12-21T02:24:33.625Zinfo: downloading component 'rustfmt'
362024-12-21T02:24:33.876Zinfo: installing component 'cargo'
372024-12-21T02:24:34.655Zinfo: installing component 'clippy'
382024-12-21T02:24:35.009Zinfo: installing component 'rust-docs'
392024-12-21T02:24:36.548Zinfo: installing component 'rust-std'
402024-12-21T02:24:38.274Zinfo: installing component 'rustc'
412024-12-21T02:24:43.840Zinfo: installing component 'rustfmt'
422024-12-21T02:24:44.158Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T02:24:44.158Z
442024-12-21T02:24:44.515Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T02:24:44.515Z
462024-12-21T02:24:44.518Z
472024-12-21T02:24:44.518ZRust is installed now. Great!
482024-12-21T02:24:44.518Z
492024-12-21T02:24:44.518ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T02:24:44.518Zenvironment variable. This has not been done automatically.
512024-12-21T02:24:44.518Z
522024-12-21T02:24:44.518ZTo configure your current shell, you need to source
532024-12-21T02:24:44.518Zthe corresponding env file under $HOME/.cargo.
542024-12-21T02:24:44.518Z
552024-12-21T02:24:44.518ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T02:24:44.518Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T02:24:44.518Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T02:24:44.586Z+ rustc --version
592024-12-21T02:24:44.653Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T02:24:44.656Zprocess exited: duration 23452 ms, exit code 0
 
612024-12-21T02:24:44.662Zstarting task 2: "authentication"
622024-12-21T02:24:44.683Zprocess exited: duration 19 ms, exit code 0
 
632024-12-21T02:24:44.688Zstarting task 3: "clone repository"
642024-12-21T02:24:44.693Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T02:24:44.696Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T02:24:44.961ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T02:24:51.493Z+ cd /work/oxidecomputer/omicron
682024-12-21T02:24:51.493Z+ git fetch origin ecf33f7efc15e9c1eef5568db2673504d76bfc5c
692024-12-21T02:24:51.777ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T02:24:51.777Z * branch ecf33f7efc15e9c1eef5568db2673504d76bfc5c -> FETCH_HEAD
712024-12-21T02:24:51.787Z+ [[ -n sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]]
722024-12-21T02:24:51.790Z++ git branch --show-current
732024-12-21T02:24:51.792Z+ current=main
742024-12-21T02:24:51.792Z+ [[ main != sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]]
752024-12-21T02:24:51.792Z+ git branch -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package ecf33f7efc15e9c1eef5568db2673504d76bfc5c
762024-12-21T02:24:51.795Z+ git checkout -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package
772024-12-21T02:24:51.981ZSwitched to branch 'sunshowers/spr/3n-omicron-package-update-omicron-zone-package'
782024-12-21T02:24:51.984Z+ git reset --hard ecf33f7efc15e9c1eef5568db2673504d76bfc5c
792024-12-21T02:24:52.160ZHEAD is now at ecf33f7ef fix test
802024-12-21T02:24:52.163Zprocess exited: duration 7473 ms, exit code 0
 
812024-12-21T02:24:52.170Zstarting task 4: "build"
822024-12-21T02:24:52.176Z+ source .github/buildomat/ci-env.sh
832024-12-21T02:24:52.176Z++ export CARGO_TERM_COLOR=always
842024-12-21T02:24:52.176Z++ CARGO_TERM_COLOR=always
852024-12-21T02:24:52.176Z+ cargo --version
862024-12-21T02:24:52.234Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-21T02:24:52.236Z+ rustc --version
882024-12-21T02:24:52.297Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-21T02:24:52.300Z+ source ./env.sh
902024-12-21T02:24:52.300Z++ OLD_SHELL_OPTS=ehxB
912024-12-21T02:24:52.300Z++ set -o xtrace
922024-12-21T02:24:52.302Z++++ dirname ./env.sh
932024-12-21T02:24:52.305Z+++ readlink -f .
942024-12-21T02:24:52.321Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-21T02:24:52.325Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-21T02:24:52.325Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-21T02:24:52.325Z++ 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
982024-12-21T02:24:52.325Z++ 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
992024-12-21T02:24:52.325Z++ 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
1002024-12-21T02:24:52.325Z++ 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
1012024-12-21T02:24:52.325Z++ 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
1022024-12-21T02:24:52.325Z++ 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
1032024-12-21T02:24:52.325Z++ case $OLD_SHELL_OPTS in
1042024-12-21T02:24:52.325Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-21T02:24:52.325Z+ 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
1062024-12-21T02:24:52.325Z+ 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
1072024-12-21T02:24:52.325Z+ banner prerequisites
1082024-12-21T02:24:52.345Z
1092024-12-21T02:24:52.345Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-21T02:24:52.345Z # # # # # # # # # # # # # # #
1112024-12-21T02:24:52.345Z # # # # ##### # # ##### # # # # # #### #
1122024-12-21T02:24:52.345Z ##### ##### # ##### # # # # # # # # #
1132024-12-21T02:24:52.345Z # # # # # # # # # # # # # # #
1142024-12-21T02:24:52.345Z # # # ###### # # ###### ### # #### # #### #
1152024-12-21T02:24:52.345Z
1162024-12-21T02:24:52.348Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-21T02:25:07.181Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-21T02:25:11.313Z Startup: Caching catalogs ... Done
1192024-12-21T02:25:21.795ZPlanning: Solver setup ... Done (9.538s)
1202024-12-21T02:25:21.929ZPlanning: Running solver ... Done (0.133s)
1212024-12-21T02:25:22.268ZPlanning: Finding local manifests ... Done (0.244s)
1222024-12-21T02:25:22.299ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-21T02:25:22.534ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-21T02:25:22.818ZPlanning: Package planning ... Done (0.284s)
1252024-12-21T02:25:22.874ZPlanning: Merging actions ... Done (0.056s)
1262024-12-21T02:25:24.160ZPlanning: Checking for conflicting actions ... Done (1.286s)
1272024-12-21T02:25:32.156ZPlanning: Consolidating action changes ... Done (7.995s)
1282024-12-21T02:25:32.615ZPlanning: Evaluating mediators ... Done (0.459s)
1292024-12-21T02:25:32.781ZPlanning: Planning completed in 21.37 seconds
1302024-12-21T02:25:32.797Z Packages to install: 4
1312024-12-21T02:25:32.797Z Packages to update: 1
1322024-12-21T02:25:32.799Z Mediators to change: 2
1332024-12-21T02:25:32.799Z Services to change: 1
1342024-12-21T02:25:32.799Z Estimated space available: 155.63 GB
1352024-12-21T02:25:32.799ZEstimated space to be consumed: 1.62 GB
1362024-12-21T02:25:32.799Z Create boot environment: No
1372024-12-21T02:25:32.799ZCreate backup boot environment: Yes
1382024-12-21T02:25:32.800Z Rebuild boot archive: No
1392024-12-21T02:25:32.800Z
1402024-12-21T02:25:32.800ZChanged mediators:
1412024-12-21T02:25:32.800Z mediator clang:
1422024-12-21T02:25:32.800Z version: None -> 15 (system default)
1432024-12-21T02:25:32.800Z
1442024-12-21T02:25:32.800Z mediator llvm:
1452024-12-21T02:25:32.800Z version: 14 (system default) -> 15 (system default)
1462024-12-21T02:25:32.800Z
1472024-12-21T02:25:32.800ZChanged packages:
1482024-12-21T02:25:32.800Zhelios-dev
1492024-12-21T02:25:32.800Z developer/build-essential
1502024-12-21T02:25:32.800Z None -> 11-2.0
1512024-12-21T02:25:32.800Z library/libxmlsec1
1522024-12-21T02:25:32.800Z None -> 1.2.35-2.0
1532024-12-21T02:25:32.800Z ooce/developer/clang-15
1542024-12-21T02:25:32.800Z None -> 15.0.7-2.0
1552024-12-21T02:25:32.800Z ooce/developer/llvm-15
1562024-12-21T02:25:32.800Z None -> 15.0.7-2.0
1572024-12-21T02:25:32.800Z package/pkg
1582024-12-21T02:25:32.800Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-21T02:25:32.800Z
1602024-12-21T02:25:32.800ZServices:
1612024-12-21T02:25:32.800Z restart_fmri:
1622024-12-21T02:25:32.800Z svc:/system/update-man-index:default
1632024-12-21T02:25:32.800Z
1642024-12-21T02:25:32.800ZEditable files to change:
1652024-12-21T02:25:32.800Z Update:
1662024-12-21T02:25:32.800Z usr/share/lib/pkg/web/config.shtml
1672024-12-21T02:25:33.291Z
1682024-12-21T02:25:33.291ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-21T02:25:40.227ZDownload: 213/4281 items 1.3/220.6MB 0% complete (601k/s)
1702024-12-21T02:25:45.251ZDownload: 1132/4281 items 30.9/220.6MB 14% complete (2.9M/s)
1712024-12-21T02:25:50.362ZDownload: 1238/4281 items 89.9/220.6MB 40% complete (8.8M/s)
1722024-12-21T02:25:55.367ZDownload: 1598/4281 items 117.0/220.6MB 53% complete (8.8M/s)
1732024-12-21T02:26:00.383ZDownload: 2206/4281 items 118.5/220.6MB 53% complete (3.0M/s)
1742024-12-21T02:26:05.377ZDownload: 2225/4281 items 119.2/220.6MB 54% complete (225k/s)
1752024-12-21T02:26:10.382ZDownload: 3102/4281 items 132.9/220.6MB 60% complete (1.4M/s)
1762024-12-21T02:26:15.729ZDownload: 3245/4281 items 203.1/220.6MB 92% complete (9.1M/s)
1772024-12-21T02:26:32.960ZDownload: 3246/4281 items 203.1/220.6MB 92% complete
1782024-12-21T02:26:39.265ZDownload: 3279/4281 items 209.0/220.6MB 94% complete (4.8M/s)
1792024-12-21T02:26:45.685ZDownload: 3285/4281 items 211.7/220.6MB 95% complete (1.4M/s)
1802024-12-21T02:26:50.696ZDownload: 3644/4281 items 216.2/220.6MB 98% complete (942k/s)
1812024-12-21T02:26:55.702ZDownload: 3984/4281 items 218.6/220.6MB 99% complete (706k/s)
1822024-12-21T02:27:00.777ZDownload: 4170/4281 items 220.4/220.6MB 99% complete (462k/s)
1832024-12-21T02:27:06.709ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (388k/s)
1842024-12-21T02:27:11.133ZDownload: Completed 220.60 MB in 97.83 seconds (2.2M/s)
1852024-12-21T02:27:13.261Z Actions: 1/5063 actions (Removing old actions)
1862024-12-21T02:27:13.277Z Actions: 194/5063 actions (Installing new actions)
1872024-12-21T02:27:18.315Z Actions: 4119/5063 actions (Installing new actions)
1882024-12-21T02:27:18.579Z Actions: 4226/5063 actions (Updating modified actions)
1892024-12-21T02:27:18.934Z Actions: Completed 5063 actions in 5.67 seconds.
1902024-12-21T02:27:19.339Z Done (0.398s)
1912024-12-21T02:27:19.341Z Done (0.000s)
1922024-12-21T02:27:19.909Z Done (0.568s)
1932024-12-21T02:27:26.676Z Done (6.542s)
1942024-12-21T02:27:27.038Z Done (0.298s)
1952024-12-21T02:27:27.040Z Done (0.000s)
1962024-12-21T02:27:27.201Z Done (0.000s)
1972024-12-21T02:27:27.863ZPlanning: Evaluating mediator changes ... Done
1982024-12-21T02:27:28.020ZPlanning: Checking for conflicting actions ... Done
1992024-12-21T02:27:28.023ZPlanning: Consolidating action changes ... Done
2002024-12-21T02:27:28.285ZPlanning: Evaluating mediators ... Done
2012024-12-21T02:27:28.287ZPlanning: Planning completed in 0.42 seconds
2022024-12-21T02:27:28.322Z Mediators to change: 2
2032024-12-21T02:27:28.322Z Create boot environment: No
2042024-12-21T02:27:28.322ZCreate backup boot environment: No
2052024-12-21T02:27:28.408Z Done
2062024-12-21T02:27:28.408Z Done
2072024-12-21T02:27:28.760Z Done
2082024-12-21T02:27:32.261Z Done
2092024-12-21T02:27:32.346Z Done
2102024-12-21T02:27:32.346Z Done
2112024-12-21T02:27:32.477Z Done
2122024-12-21T02:27:33.068ZPlanning: Evaluating mediator changes ... Done
2132024-12-21T02:27:33.074ZPlanning: Merging actions ... Done
2142024-12-21T02:27:33.255ZPlanning: Checking for conflicting actions ... Done
2152024-12-21T02:27:33.259ZPlanning: Consolidating action changes ... Done
2162024-12-21T02:27:33.510ZPlanning: Evaluating mediators ... Done
2172024-12-21T02:27:33.563ZPlanning: Planning completed in 0.73 seconds
2182024-12-21T02:27:33.601Z Packages to change: 1
2192024-12-21T02:27:33.601Z Mediators to change: 1
2202024-12-21T02:27:33.603Z Services to change: 1
2212024-12-21T02:27:33.603Z Create boot environment: No
2222024-12-21T02:27:33.603ZCreate backup boot environment: Yes
2232024-12-21T02:27:35.806Z Actions: 1/6 actions (Updating modified actions)
2242024-12-21T02:27:35.935Z Actions: Completed 6 actions in 0.13 seconds.
2252024-12-21T02:27:35.935Z Done
2262024-12-21T02:27:35.935Z Done
2272024-12-21T02:27:36.049Z Done
2282024-12-21T02:27:39.549Z Done
2292024-12-21T02:27:39.636Z Done
2302024-12-21T02:27:39.636Z Done
2312024-12-21T02:27:39.753Z Done
2322024-12-21T02:27:40.169ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332024-12-21T02:27:40.169Zclang system 15 system
2342024-12-21T02:27:40.169Zcsh system system illumos
2352024-12-21T02:27:40.169Zctags system system illumos
2362024-12-21T02:27:40.169Zgcc vendor 12 vendor
2372024-12-21T02:27:40.169Zgcc system 10 system
2382024-12-21T02:27:40.169Zgcc system 7 system
2392024-12-21T02:27:40.169Zgo system 1.20 system
2402024-12-21T02:27:40.169Zgo system 1.19 system
2412024-12-21T02:27:40.169Zllvm system 15 system
2422024-12-21T02:27:40.169Zllvm system 14 system
2432024-12-21T02:27:40.169Zmariadb system 10.6 system
2442024-12-21T02:27:40.169Zmta vendor vendor dma
2452024-12-21T02:27:40.169Zopenjdk system 17 system
2462024-12-21T02:27:40.169Zopenjdk system 11 system
2472024-12-21T02:27:40.169Zopenjdk system 1.8 system
2482024-12-21T02:27:40.170Zopenssl vendor 3 vendor
2492024-12-21T02:27:40.170Zperl system 5.36 system
2502024-12-21T02:27:40.170Zpostgresql system 15 system
2512024-12-21T02:27:40.170Zpostgresql system 13 system
2522024-12-21T02:27:40.170Zpython vendor 3 vendor
2532024-12-21T02:27:40.170Zpython system 2 system
2542024-12-21T02:27:40.170Zpython3 system 3.11 system
2552024-12-21T02:27:40.170Zruby system 3.0 system
2562024-12-21T02:27:40.170Zwords vendor vendor american-english
2572024-12-21T02:27:40.170Zwords system system australian-english
2582024-12-21T02:27:40.170Zwords system system british-english
2592024-12-21T02:27:40.170Zwords system system canadian-english
2602024-12-21T02:27:40.170Zwords system system french
2612024-12-21T02:27:40.170Zwords system system italian
2622024-12-21T02:27:40.170Zwords system system ngerman
2632024-12-21T02:27:40.170Zwords system system ogerman
2642024-12-21T02:27:40.170Zwords system system spanish
2652024-12-21T02:27:40.487ZPUBLISHER TYPE STATUS P LOCATION
2662024-12-21T02:27:40.487Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672024-12-21T02:27:43.180ZFMRI IFO
2682024-12-21T02:27:43.180Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692024-12-21T02:27:43.180Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702024-12-21T02:27:43.180Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712024-12-21T02:27:43.180Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722024-12-21T02:27:43.180Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732024-12-21T02:27:43.180Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742024-12-21T02:27:43.180Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2752024-12-21T02:27:43.180Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762024-12-21T02:27:43.180Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772024-12-21T02:27:43.180Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2782024-12-21T02:27:43.180Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2792024-12-21T02:27:43.180Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802024-12-21T02:27:43.180Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2812024-12-21T02:27:43.180Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2822024-12-21T02:27:43.180Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832024-12-21T02:27:43.927Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842024-12-21T02:27:44.192Z Updating crates.io index
2852024-12-21T02:27:44.194Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862024-12-21T02:27:44.782Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2872024-12-21T02:27:45.039Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882024-12-21T02:27:45.257Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892024-12-21T02:27:45.522Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902024-12-21T02:27:46.504Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912024-12-21T02:27:48.083Z Updating git repository `https://github.com/oxidecomputer/opte`
2922024-12-21T02:27:48.769Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932024-12-21T02:27:49.420Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942024-12-21T02:27:49.737Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952024-12-21T02:27:50.064Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962024-12-21T02:27:50.655Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2972024-12-21T02:27:51.023Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2982024-12-21T02:27:51.333Z Updating git repository `https://github.com/oxidecomputer/tofino`
2992024-12-21T02:27:51.605Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002024-12-21T02:27:51.906Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012024-12-21T02:27:52.147Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022024-12-21T02:27:52.485Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032024-12-21T02:27:52.779Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042024-12-21T02:27:53.077Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3052024-12-21T02:27:53.396Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-12-21T02:27:53.932Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3072024-12-21T02:27:54.271Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082024-12-21T02:27:54.600Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3092024-12-21T02:27:55.091Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3102024-12-21T02:27:55.350Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3112024-12-21T02:27:55.664Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3122024-12-21T02:27:55.923Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3132024-12-21T02:27:57.261Z Downloading crates ...
3142024-12-21T02:27:57.341Z Downloaded autocfg v1.4.0
3152024-12-21T02:27:57.344Z Downloaded anstyle v1.0.10
3162024-12-21T02:27:57.347Z Downloaded anstyle-query v1.1.1
3172024-12-21T02:27:57.349Z Downloaded anyhow v1.0.93
3182024-12-21T02:27:57.354Z Downloaded anstyle-parse v0.2.5
3192024-12-21T02:27:57.357Z Downloaded anstream v0.6.15
3202024-12-21T02:27:57.360Z Downloaded equivalent v1.0.1
3212024-12-21T02:27:57.364Z Downloaded scroll_derive v0.12.0
3222024-12-21T02:27:57.373Z Downloaded swrite v0.1.0
3232024-12-21T02:27:57.375Z Downloaded proc-macro-error-attr v1.0.4
3242024-12-21T02:27:57.380Z Downloaded pretty-hex v0.4.1
3252024-12-21T02:27:57.383Z Downloaded usdt-attr-macro v0.5.0
3262024-12-21T02:27:57.383Z Downloaded dtrace-parser v0.2.0
3272024-12-21T02:27:57.383Z Downloaded usdt-macro v0.5.0
3282024-12-21T02:27:57.387Z Downloaded terminal_size v0.4.0
3292024-12-21T02:27:57.390Z Downloaded fnv v1.0.7
3302024-12-21T02:27:57.395Z Downloaded thread-id v4.2.2
3312024-12-21T02:27:57.397Z Downloaded itoa v1.0.11
3322024-12-21T02:27:57.400Z Downloaded fastrand v2.1.1
3332024-12-21T02:27:57.402Z Downloaded clap_lex v0.7.2
3342024-12-21T02:27:57.405Z Downloaded strsim v0.11.1
3352024-12-21T02:27:57.408Z Downloaded memmap v0.7.0
3362024-12-21T02:27:57.411Z Downloaded macaddr v1.0.1
3372024-12-21T02:27:57.411Z Downloaded dof v0.3.0
3382024-12-21T02:27:57.411Z Downloaded toml_datetime v0.6.8
3392024-12-21T02:27:57.415Z Downloaded thiserror-impl v1.0.69
3402024-12-21T02:27:57.415Z Downloaded heck v0.5.0
3412024-12-21T02:27:57.418Z Downloaded heck v0.4.1
3422024-12-21T02:27:57.418Z Downloaded crypto-common v0.1.6
3432024-12-21T02:27:57.418Z Downloaded tabled_derive v0.7.0
3442024-12-21T02:27:57.418Z Downloaded errno v0.3.9
3452024-12-21T02:27:57.420Z Downloaded serde_spanned v0.6.8
3462024-12-21T02:27:57.420Z Downloaded byteorder v1.5.0
3472024-12-21T02:27:57.422Z Downloaded plain v0.2.3
3482024-12-21T02:27:57.422Z Downloaded block-buffer v0.10.4
3492024-12-21T02:27:57.425Z Downloaded cargo-platform v0.1.8
3502024-12-21T02:27:57.425Z Downloaded bytecount v0.6.8
3512024-12-21T02:27:57.428Z Downloaded unicode-linebreak v0.1.5
3522024-12-21T02:27:57.428Z Downloaded digest v0.10.7
3532024-12-21T02:27:57.430Z Downloaded usdt v0.5.0
3542024-12-21T02:27:57.430Z Downloaded cargo_toml v0.20.5
3552024-12-21T02:27:57.433Z Downloaded is_terminal_polyfill v1.70.1
3562024-12-21T02:27:57.433Z Downloaded serde_tokenstream v0.2.2
3572024-12-21T02:27:57.437Z Downloaded colorchoice v1.0.2
3582024-12-21T02:27:57.437Z Downloaded cfg-if v1.0.0
3592024-12-21T02:27:57.437Z Downloaded pest_generator v2.7.14
3602024-12-21T02:27:57.440Z Downloaded utf8parse v0.2.2
3612024-12-21T02:27:57.442Z Downloaded cargo_metadata v0.18.1
3622024-12-21T02:27:57.445Z Downloaded tempfile v3.13.0
3632024-12-21T02:27:57.445Z Downloaded smawk v0.3.2
3642024-12-21T02:27:57.447Z Downloaded fs-err v2.11.0
3652024-12-21T02:27:57.450Z Downloaded thiserror v1.0.69
3662024-12-21T02:27:57.453Z Downloaded quote v1.0.37
3672024-12-21T02:27:57.455Z Downloaded generic-array v0.14.7
3682024-12-21T02:27:57.457Z Downloaded camino-tempfile v1.1.1
3692024-12-21T02:27:57.460Z Downloaded sha2 v0.10.8
3702024-12-21T02:27:57.462Z Downloaded proc-macro-error v1.0.4
3712024-12-21T02:27:57.464Z Downloaded usdt-impl v0.5.0
3722024-12-21T02:27:57.467Z Downloaded cpufeatures v0.2.14
3732024-12-21T02:27:57.467Z Downloaded version_check v0.9.5
3742024-12-21T02:27:57.469Z Downloaded scroll v0.12.0
3752024-12-21T02:27:57.469Z Downloaded once_cell v1.20.2
3762024-12-21T02:27:57.473Z Downloaded clap_derive v4.5.18
3772024-12-21T02:27:57.475Z Downloaded camino v1.1.9
3782024-12-21T02:27:57.478Z Downloaded clap v4.5.21
3792024-12-21T02:27:57.486Z Downloaded ucd-trie v0.1.7
3802024-12-21T02:27:57.489Z Downloaded proc-macro2 v1.0.89
3812024-12-21T02:27:57.492Z Downloaded unicode-ident v1.0.13
3822024-12-21T02:27:57.494Z Downloaded typenum v1.17.0
3832024-12-21T02:27:57.496Z Downloaded serde_derive v1.0.215
3842024-12-21T02:27:57.499Z Downloaded zerocopy-derive v0.7.35
3852024-12-21T02:27:57.502Z Downloaded bitflags v2.6.0
3862024-12-21T02:27:57.505Z Downloaded pest_meta v2.7.14
3872024-12-21T02:27:57.508Z Downloaded semver v1.0.23
3882024-12-21T02:27:57.511Z Downloaded toml v0.8.19
3892024-12-21T02:27:57.514Z Downloaded textwrap v0.16.1
3902024-12-21T02:27:57.518Z Downloaded ryu v1.0.18
3912024-12-21T02:27:57.522Z Downloaded pest_derive v2.7.14
3922024-12-21T02:27:57.522Z Downloaded log v0.4.22
3932024-12-21T02:27:57.531Z Downloaded serde v1.0.215
3942024-12-21T02:27:57.534Z Downloaded papergrid v0.11.0
3952024-12-21T02:27:57.539Z Downloaded memchr v2.7.4
3962024-12-21T02:27:57.543Z Downloaded indexmap v2.6.0
3972024-12-21T02:27:57.554Z Downloaded toml_edit v0.22.22
3982024-12-21T02:27:57.575Z Downloaded pest v2.7.14
3992024-12-21T02:27:57.580Z Downloaded hashbrown v0.15.1
4002024-12-21T02:27:57.598Z Downloaded serde_json v1.0.132
4012024-12-21T02:27:57.604Z Downloaded zerocopy v0.7.35
4022024-12-21T02:27:57.619Z Downloaded winnow v0.6.20
4032024-12-21T02:27:57.627Z Downloaded clap_builder v4.5.21
4042024-12-21T02:27:57.635Z Downloaded goblin v0.8.2
4052024-12-21T02:27:57.648Z Downloaded tabled v0.15.0
4062024-12-21T02:27:57.662Z Downloaded unicode-width v0.1.14
4072024-12-21T02:27:57.667Z Downloaded syn v1.0.109
4082024-12-21T02:27:57.676Z Downloaded syn v2.0.87
4092024-12-21T02:27:57.693Z Downloaded rustix v0.38.37
4102024-12-21T02:27:57.730Z Downloaded libc v0.2.162
4112024-12-21T02:27:58.031Z Compiling proc-macro2 v1.0.89
4122024-12-21T02:27:58.031Z Compiling unicode-ident v1.0.13
4132024-12-21T02:27:58.031Z Compiling serde v1.0.215
4142024-12-21T02:27:58.031Z Compiling version_check v0.9.5
4152024-12-21T02:27:58.036Z Compiling thiserror v1.0.69
4162024-12-21T02:27:58.036Z Compiling memchr v2.7.4
4172024-12-21T02:27:58.036Z Compiling libc v0.2.162
4182024-12-21T02:27:58.036Z Compiling ucd-trie v0.1.7
4192024-12-21T02:27:58.378Z Compiling ryu v1.0.18
4202024-12-21T02:27:58.700Z Compiling itoa v1.0.11
4212024-12-21T02:27:58.785Z Compiling once_cell v1.20.2
4222024-12-21T02:27:58.876Z Compiling byteorder v1.5.0
4232024-12-21T02:27:59.095Z Compiling serde_json v1.0.132
4242024-12-21T02:27:59.369Z Compiling rustix v0.38.37
4252024-12-21T02:27:59.972Z Compiling bitflags v2.6.0
4262024-12-21T02:28:00.017Z Compiling proc-macro-error-attr v1.0.4
4272024-12-21T02:28:00.131Z Compiling usdt-impl v0.5.0
4282024-12-21T02:28:00.153Z Compiling syn v1.0.109
4292024-12-21T02:28:00.390Z Compiling proc-macro-error v1.0.4
4302024-12-21T02:28:00.412Z Compiling equivalent v1.0.1
4312024-12-21T02:28:00.414Z Compiling plain v0.2.3
4322024-12-21T02:28:00.519Z Compiling camino v1.1.9
4332024-12-21T02:28:00.586Z Compiling hashbrown v0.15.1
4342024-12-21T02:28:00.624Z Compiling log v0.4.22
4352024-12-21T02:28:00.651Z Compiling utf8parse v0.2.2
4362024-12-21T02:28:00.801Z Compiling thread-id v4.2.2
4372024-12-21T02:28:00.825Z Compiling anstyle-parse v0.2.5
4382024-12-21T02:28:01.015Z Compiling quote v1.0.37
4392024-12-21T02:28:01.018Z Compiling unicode-width v0.1.14
4402024-12-21T02:28:01.172Z Compiling winnow v0.6.20
4412024-12-21T02:28:01.209Z Compiling anstyle v1.0.10
4422024-12-21T02:28:01.238Z Compiling autocfg v1.4.0
4432024-12-21T02:28:01.569Z Compiling syn v2.0.87
4442024-12-21T02:28:01.605Z Compiling errno v0.3.9
4452024-12-21T02:28:01.754Z Compiling indexmap v2.6.0
4462024-12-21T02:28:01.847Z Compiling pretty-hex v0.4.1
4472024-12-21T02:28:02.050Z Compiling colorchoice v1.0.2
4482024-12-21T02:28:02.246Z Compiling is_terminal_polyfill v1.70.1
4492024-12-21T02:28:02.381Z Compiling anstyle-query v1.1.1
4502024-12-21T02:28:02.407Z Compiling semver v1.0.23
4512024-12-21T02:28:02.533Z Compiling anstream v0.6.15
4522024-12-21T02:28:03.026Z Compiling fs-err v2.11.0
4532024-12-21T02:28:03.275Z Compiling strsim v0.11.1
4542024-12-21T02:28:03.299Z Compiling fastrand v2.1.1
4552024-12-21T02:28:03.325Z Compiling clap_lex v0.7.2
4562024-12-21T02:28:03.370Z Compiling bytecount v0.6.8
4572024-12-21T02:28:03.840Z Compiling heck v0.4.1
4582024-12-21T02:28:03.865Z Compiling heck v0.5.0
4592024-12-21T02:28:04.015Z Compiling terminal_size v0.4.0
4602024-12-21T02:28:04.176Z Compiling cfg-if v1.0.0
4612024-12-21T02:28:04.234Z Compiling anyhow v1.0.93
4622024-12-21T02:28:04.273Z Compiling fnv v1.0.7
4632024-12-21T02:28:04.320Z Compiling tempfile v3.13.0
4642024-12-21T02:28:04.414Z Compiling papergrid v0.11.0
4652024-12-21T02:28:04.768Z Compiling clap_builder v4.5.21
4662024-12-21T02:28:05.090Z Compiling memmap v0.7.0
4672024-12-21T02:28:05.113Z Compiling smawk v0.3.2
4682024-12-21T02:28:05.239Z Compiling unicode-linebreak v0.1.5
4692024-12-21T02:28:05.451Z Compiling swrite v0.1.0
4702024-12-21T02:28:05.638Z Compiling textwrap v0.16.1
4712024-12-21T02:28:07.082Z Compiling tabled_derive v0.7.0
4722024-12-21T02:28:08.715Z Compiling tabled v0.15.0
4732024-12-21T02:28:10.248Z Compiling serde_derive v1.0.215
4742024-12-21T02:28:10.248Z Compiling thiserror-impl v1.0.69
4752024-12-21T02:28:10.251Z Compiling zerocopy-derive v0.7.35
4762024-12-21T02:28:10.251Z Compiling scroll_derive v0.12.0
4772024-12-21T02:28:10.251Z Compiling clap_derive v4.5.18
4782024-12-21T02:28:11.462Z Compiling scroll v0.12.0
4792024-12-21T02:28:11.903Z Compiling zerocopy v0.7.35
4802024-12-21T02:28:12.039Z Compiling goblin v0.8.2
4812024-12-21T02:28:13.133Z Compiling pest v2.7.14
4822024-12-21T02:28:13.724Z Compiling clap v4.5.21
4832024-12-21T02:28:15.140Z Compiling pest_meta v2.7.14
4842024-12-21T02:28:15.947Z Compiling pest_generator v2.7.14
4852024-12-21T02:28:17.880Z Compiling pest_derive v2.7.14
4862024-12-21T02:28:18.453Z Compiling dtrace-parser v0.2.0
4872024-12-21T02:28:20.118Z Compiling serde_tokenstream v0.2.2
4882024-12-21T02:28:20.262Z Compiling serde_spanned v0.6.8
4892024-12-21T02:28:20.264Z Compiling toml_datetime v0.6.8
4902024-12-21T02:28:20.523Z Compiling cargo-platform v0.1.8
4912024-12-21T02:28:20.654Z Compiling toml_edit v0.22.22
4922024-12-21T02:28:20.681Z Compiling macaddr v1.0.1
4932024-12-21T02:28:21.001Z Compiling camino-tempfile v1.1.1
4942024-12-21T02:28:21.593Z Compiling dof v0.3.0
4952024-12-21T02:28:21.766Z Compiling cargo_metadata v0.18.1
4962024-12-21T02:28:23.226Z Compiling usdt-macro v0.5.0
4972024-12-21T02:28:23.250Z Compiling usdt-attr-macro v0.5.0
4982024-12-21T02:28:23.451Z Compiling toml v0.8.19
4992024-12-21T02:28:24.273Z Compiling cargo_toml v0.20.5
5002024-12-21T02:28:24.425Z Compiling usdt v0.5.0
5012024-12-21T02:28:27.636Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5022024-12-21T02:28:31.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.95s
5032024-12-21T02:28:31.913Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5042024-12-21T02:28:32.423Z Downloading crates ...
5052024-12-21T02:28:32.523Z Downloaded adler2 v2.0.0
5062024-12-21T02:28:32.535Z Downloaded async-recursion v1.1.1
5072024-12-21T02:28:32.539Z Downloaded addr2line v0.24.2
5082024-12-21T02:28:32.542Z Downloaded atomicwrites v0.4.4
5092024-12-21T02:28:32.545Z Downloaded ascii-canvas v3.0.0
5102024-12-21T02:28:32.545Z Downloaded array-init v0.0.4
5112024-12-21T02:28:32.548Z Downloaded ciborium-io v0.2.2
5122024-12-21T02:28:32.548Z Downloaded http-body v1.0.1
5132024-12-21T02:28:32.554Z Downloaded cfg_aliases v0.1.1
5142024-12-21T02:28:32.556Z Downloaded async-stream-impl v0.3.6
5152024-12-21T02:28:32.556Z Downloaded hex-literal v0.4.1
5162024-12-21T02:28:32.559Z Downloaded cfg_aliases v0.2.1
5172024-12-21T02:28:32.559Z Downloaded atty v0.2.14
5182024-12-21T02:28:32.562Z Downloaded hickory-client v0.24.1
5192024-12-21T02:28:32.569Z Downloaded hubpack_derive v0.1.1
5202024-12-21T02:28:32.572Z Downloaded is_ci v1.2.0
5212024-12-21T02:28:32.574Z Downloaded http-range v0.1.5
5222024-12-21T02:28:32.577Z Downloaded headers-core v0.3.0
5232024-12-21T02:28:32.577Z Downloaded cstr-argument v0.1.2
5242024-12-21T02:28:32.579Z Downloaded instant v0.1.13
5252024-12-21T02:28:32.582Z Downloaded mirai-annotations v1.12.0
5262024-12-21T02:28:32.582Z Downloaded md5 v0.7.0
5272024-12-21T02:28:32.584Z Downloaded crunchy v0.2.2
5282024-12-21T02:28:32.584Z Downloaded crucible-workspace-hack v0.1.0
5292024-12-21T02:28:32.584Z Downloaded assert_matches v1.5.0
5302024-12-21T02:28:32.587Z Downloaded hostname v0.4.0
5312024-12-21T02:28:32.589Z Downloaded hostname v0.3.1
5322024-12-21T02:28:32.589Z Downloaded chrono-tz-build v0.4.0
5332024-12-21T02:28:32.593Z Downloaded bitflags v1.3.2
5342024-12-21T02:28:32.596Z Downloaded match_cfg v0.1.0
5352024-12-21T02:28:32.596Z Downloaded cobs v0.2.3
5362024-12-21T02:28:32.599Z Downloaded curve25519-dalek-derive v0.1.1
5372024-12-21T02:28:32.599Z Downloaded ctr v0.9.2
5382024-12-21T02:28:32.601Z Downloaded icu_provider_macros v1.5.0
5392024-12-21T02:28:32.601Z Downloaded cbc v0.1.2
5402024-12-21T02:28:32.604Z Downloaded httpdate v1.0.3
5412024-12-21T02:28:32.607Z Downloaded home v0.5.9
5422024-12-21T02:28:32.607Z Downloaded bit-vec v0.6.3
5432024-12-21T02:28:32.610Z Downloaded hubpack v0.1.2
5442024-12-21T02:28:32.611Z Downloaded md-5 v0.10.6
5452024-12-21T02:28:32.614Z Downloaded managed v0.8.0
5462024-12-21T02:28:32.614Z Downloaded lru v0.12.5
5472024-12-21T02:28:32.618Z Downloaded constant_time_eq v0.3.1
5482024-12-21T02:28:32.618Z Downloaded maybe-uninit v2.0.0
5492024-12-21T02:28:32.621Z Downloaded chacha20 v0.9.1
5502024-12-21T02:28:32.621Z Downloaded lalrpop-util v0.19.12
5512024-12-21T02:28:32.621Z Downloaded is-terminal v0.4.13
5522024-12-21T02:28:32.623Z Downloaded impl-trait-for-tuples v0.2.2
5532024-12-21T02:28:32.625Z Downloaded matches v0.1.10
5542024-12-21T02:28:32.629Z Downloaded lockfree-object-pool v0.1.6
5552024-12-21T02:28:32.631Z Downloaded ident_case v1.0.1
5562024-12-21T02:28:32.631Z Downloaded lru-cache v0.1.2
5572024-12-21T02:28:32.631Z Downloaded lazy_static v1.5.0
5582024-12-21T02:28:32.634Z Downloaded mime v0.3.17
5592024-12-21T02:28:32.636Z Downloaded linear-map v1.2.0
5602024-12-21T02:28:32.638Z Downloaded ipnetwork v0.20.0
5612024-12-21T02:28:32.638Z Downloaded humantime v2.1.0
5622024-12-21T02:28:32.641Z Downloaded instability v0.3.2
5632024-12-21T02:28:32.644Z Downloaded crc v3.2.1
5642024-12-21T02:28:32.647Z Downloaded convert_case v0.4.0
5652024-12-21T02:28:32.647Z Downloaded maplit v1.0.2
5662024-12-21T02:28:32.649Z Downloaded linked-hash-map v0.5.6
5672024-12-21T02:28:32.650Z Downloaded libsw v3.3.1
5682024-12-21T02:28:32.653Z Downloaded libefi-sys v0.1.0
5692024-12-21T02:28:32.657Z Downloaded async-bb8-diesel v0.2.1
5702024-12-21T02:28:32.657Z Downloaded crc-catalog v2.4.0
5712024-12-21T02:28:32.660Z Downloaded arrayvec v0.7.6
5722024-12-21T02:28:32.660Z Downloaded memoffset v0.9.1
5732024-12-21T02:28:32.662Z Downloaded cexpr v0.6.0
5742024-12-21T02:28:32.665Z Downloaded litemap v0.7.3
5752024-12-21T02:28:32.667Z Downloaded arc-swap v1.7.1
5762024-12-21T02:28:32.671Z Downloaded hyper-staticfile v0.10.1
5772024-12-21T02:28:32.673Z Downloaded cancel-safe-futures v0.1.5
5782024-12-21T02:28:32.677Z Downloaded lazycell v1.3.0
5792024-12-21T02:28:32.680Z Downloaded keccak v0.1.5
5802024-12-21T02:28:32.684Z Downloaded crossbeam-deque v0.8.5
5812024-12-21T02:28:32.684Z Downloaded stable_deref_trait v1.2.0
5822024-12-21T02:28:32.684Z Downloaded crc32fast v1.4.2
5832024-12-21T02:28:32.687Z Downloaded libloading v0.8.5
5842024-12-21T02:28:32.689Z Downloaded mockall v0.13.0
5852024-12-21T02:28:32.689Z Downloaded iana-time-zone v0.1.61
5862024-12-21T02:28:32.691Z Downloaded termtree v0.4.1
5872024-12-21T02:28:32.694Z Downloaded lock_api v0.4.12
5882024-12-21T02:28:32.696Z Downloaded dhcproto-macros v0.1.0
5892024-12-21T02:28:32.696Z Downloaded want v0.3.1
5902024-12-21T02:28:32.699Z Downloaded internet-checksum v0.2.1
5912024-12-21T02:28:32.699Z Downloaded progenitor-macro v0.8.0
5922024-12-21T02:28:32.699Z Downloaded jobserver v0.1.32
5932024-12-21T02:28:32.702Z Downloaded zone_cfg_derive v0.3.0
5942024-12-21T02:28:32.705Z Downloaded zone_cfg_derive v0.1.2
5952024-12-21T02:28:32.705Z Downloaded rustfmt-wrapper v0.2.1
5962024-12-21T02:28:32.705Z Downloaded rustc_version v0.4.1
5972024-12-21T02:28:32.709Z Downloaded hmac v0.12.1
5982024-12-21T02:28:32.711Z Downloaded scrypt v0.11.0
5992024-12-21T02:28:32.711Z Downloaded ahash v0.8.11
6002024-12-21T02:28:32.713Z Downloaded hyper-rustls v0.27.3
6012024-12-21T02:28:32.716Z Downloaded icu_normalizer_data v1.5.0
6022024-12-21T02:28:32.719Z Downloaded console v0.15.8
6032024-12-21T02:28:32.722Z Downloaded icu_normalizer v1.5.0
6042024-12-21T02:28:32.726Z Downloaded dyn-clone v1.0.17
6052024-12-21T02:28:32.729Z Downloaded ssh-encoding v0.2.0
6062024-12-21T02:28:32.731Z Downloaded spki v0.7.3
6072024-12-21T02:28:32.733Z Downloaded bzip2 v0.4.4
6082024-12-21T02:28:32.736Z Downloaded num-conv v0.1.0
6092024-12-21T02:28:32.738Z Downloaded crc-any v2.5.0
6102024-12-21T02:28:32.740Z Downloaded memmap2 v0.9.5
6112024-12-21T02:28:32.743Z Downloaded thiserror-impl v2.0.3
6122024-12-21T02:28:32.743Z Downloaded which v4.4.2
6132024-12-21T02:28:32.745Z Downloaded strum_macros v0.25.3
6142024-12-21T02:28:32.748Z Downloaded termios v0.3.3
6152024-12-21T02:28:32.750Z Downloaded icu_locid_transform_data v1.5.0
6162024-12-21T02:28:32.753Z Downloaded miniz_oxide v0.8.0
6172024-12-21T02:28:32.755Z Downloaded zone v0.1.8
6182024-12-21T02:28:32.755Z Downloaded tui-tree-widget v0.22.0
6192024-12-21T02:28:32.758Z Downloaded rusty-fork v0.3.0
6202024-12-21T02:28:32.760Z Downloaded zone v0.3.0
6212024-12-21T02:28:32.764Z Downloaded universal-hash v0.5.1
6222024-12-21T02:28:32.764Z Downloaded icu_locid v1.5.0
6232024-12-21T02:28:32.767Z Downloaded either v1.13.0
6242024-12-21T02:28:32.769Z Downloaded const-oid v0.9.6
6252024-12-21T02:28:32.772Z Downloaded crossbeam-utils v0.8.20
6262024-12-21T02:28:32.774Z Downloaded filetime v0.2.25
6272024-12-21T02:28:32.776Z Downloaded async-trait v0.1.83
6282024-12-21T02:28:32.781Z Downloaded futures-macro v0.3.31
6292024-12-21T02:28:32.784Z Downloaded futures-executor v0.3.31
6302024-12-21T02:28:32.784Z Downloaded float-ord v0.3.2
6312024-12-21T02:28:32.786Z Downloaded futures-io v0.3.31
6322024-12-21T02:28:32.786Z Downloaded foldhash v0.1.3
6332024-12-21T02:28:32.788Z Downloaded ed25519 v2.2.3
6342024-12-21T02:28:32.791Z Downloaded nibble_vec v0.1.0
6352024-12-21T02:28:32.791Z Downloaded hash32 v0.3.1
6362024-12-21T02:28:32.794Z Downloaded hash32 v0.2.1
6372024-12-21T02:28:32.796Z Downloaded strum v0.26.3
6382024-12-21T02:28:32.796Z Downloaded slab v0.4.9
6392024-12-21T02:28:32.800Z Downloaded try-lock v0.2.5
6402024-12-21T02:28:32.800Z Downloaded chacha20poly1305 v0.10.1
6412024-12-21T02:28:32.802Z Downloaded strum_macros v0.26.4
6422024-12-21T02:28:32.806Z Downloaded olpc-cjson v0.1.4
6432024-12-21T02:28:32.806Z Downloaded tokio-stream v0.1.16
6442024-12-21T02:28:32.809Z Downloaded darling_macro v0.20.10
6452024-12-21T02:28:32.812Z Downloaded zerofrom v0.1.4
6462024-12-21T02:28:32.812Z Downloaded russh-keys v0.45.0
6472024-12-21T02:28:32.815Z Downloaded mockall_derive v0.13.0
6482024-12-21T02:28:32.817Z Downloaded pbkdf2 v0.11.0
6492024-12-21T02:28:32.820Z Downloaded pkg-config v0.3.31
6502024-12-21T02:28:32.822Z Downloaded percent-encoding v2.3.1
6512024-12-21T02:28:32.824Z Downloaded pem v3.0.4
6522024-12-21T02:28:32.824Z Downloaded ecdsa v0.16.9
6532024-12-21T02:28:32.827Z Downloaded icu_provider v1.5.0
6542024-12-21T02:28:32.829Z Downloaded compact_str v0.8.0
6552024-12-21T02:28:32.834Z Downloaded resolv-conf v0.7.0
6562024-12-21T02:28:32.841Z Downloaded base64 v0.22.1
6572024-12-21T02:28:32.847Z Downloaded newline-converter v0.3.0
6582024-12-21T02:28:32.847Z Downloaded rand_xorshift v0.3.0
6592024-12-21T02:28:32.847Z Downloaded futures-core v0.3.31
6602024-12-21T02:28:32.850Z Downloaded endian-type v0.1.2
6612024-12-21T02:28:32.850Z Downloaded smallvec v0.6.14
6622024-12-21T02:28:32.850Z Downloaded rustls-pemfile v1.0.4
6632024-12-21T02:28:32.850Z Downloaded structmeta-derive v0.3.0
6642024-12-21T02:28:32.853Z Downloaded structmeta-derive v0.2.0
6652024-12-21T02:28:32.857Z Downloaded nu-ansi-term v0.50.1
6662024-12-21T02:28:32.857Z Downloaded strum_macros v0.24.3
6672024-12-21T02:28:32.859Z Downloaded bumpalo v3.16.0
6682024-12-21T02:28:32.861Z Downloaded test-strategy v0.3.1
6692024-12-21T02:28:32.865Z Downloaded unicode-xid v0.2.6
6702024-12-21T02:28:32.867Z Downloaded tokio-native-tls v0.3.1
6712024-12-21T02:28:32.869Z Downloaded zerovec-derive v0.10.3
6722024-12-21T02:28:32.871Z Downloaded wyz v0.5.1
6732024-12-21T02:28:32.874Z Downloaded postcard v1.0.10
6742024-12-21T02:28:32.876Z Downloaded parking_lot v0.11.2
6752024-12-21T02:28:32.878Z Downloaded precomputed-hash v0.1.1
6762024-12-21T02:28:32.878Z Downloaded http v1.1.0
6772024-12-21T02:28:32.883Z Downloaded wait-timeout v0.2.0
6782024-12-21T02:28:32.885Z Downloaded postgres-protocol v0.6.7
6792024-12-21T02:28:32.887Z Downloaded hickory-server v0.24.1
6802024-12-21T02:28:32.894Z Downloaded sigpipe v0.1.3
6812024-12-21T02:28:32.897Z Downloaded powerfmt v0.2.0
6822024-12-21T02:28:32.897Z Downloaded hickory-resolver v0.24.1
6832024-12-21T02:28:32.901Z Downloaded funty v2.0.0
6842024-12-21T02:28:32.903Z Downloaded parse-display v0.10.0
6852024-12-21T02:28:32.905Z Downloaded float-cmp v0.9.0
6862024-12-21T02:28:32.905Z Downloaded sync-ptr v0.1.1
6872024-12-21T02:28:32.907Z Downloaded slog-term v2.9.1
6882024-12-21T02:28:32.910Z Downloaded icu_collections v1.5.0
6892024-12-21T02:28:32.916Z Downloaded nodrop v0.1.14
6902024-12-21T02:28:32.919Z Downloaded yoke-derive v0.7.4
6912024-12-21T02:28:32.919Z Downloaded derive_builder_macro v0.20.2
6922024-12-21T02:28:32.921Z Downloaded debug-ignore v1.0.5
6932024-12-21T02:28:32.924Z Downloaded foreign-types v0.3.2
6942024-12-21T02:28:32.924Z Downloaded downcast v0.11.0
6952024-12-21T02:28:32.927Z Downloaded mio v1.0.2
6962024-12-21T02:28:32.931Z Downloaded ref-cast v1.0.23
6972024-12-21T02:28:32.933Z Downloaded phf_generator v0.11.2
6982024-12-21T02:28:32.945Z Downloaded unsafe-libyaml v0.2.11
6992024-12-21T02:28:32.945Z Downloaded crypto-bigint v0.5.5
7002024-12-21T02:28:32.947Z Downloaded opaque-debug v0.3.1
7012024-12-21T02:28:32.948Z Downloaded number_prefix v0.4.0
7022024-12-21T02:28:32.950Z Downloaded num_threads v0.1.7
7032024-12-21T02:28:32.950Z Downloaded ppv-lite86 v0.2.20
7042024-12-21T02:28:32.952Z Downloaded tiny-keccak v2.0.2
7052024-12-21T02:28:32.955Z Downloaded supports-color v3.0.1
7062024-12-21T02:28:32.958Z Downloaded utf-8 v0.7.6
7072024-12-21T02:28:32.958Z Downloaded rustc-hash v1.1.0
7082024-12-21T02:28:32.961Z Downloaded flume v0.11.1
7092024-12-21T02:28:32.963Z Downloaded parking_lot_core v0.9.10
7102024-12-21T02:28:32.965Z Downloaded hashlink v0.9.1
7112024-12-21T02:28:32.968Z Downloaded tinystr v0.7.6
7122024-12-21T02:28:32.970Z Downloaded serde_path_to_error v0.1.16
7132024-12-21T02:28:32.973Z Downloaded zopfli v0.8.1
7142024-12-21T02:28:32.985Z Downloaded take_mut v0.2.2
7152024-12-21T02:28:32.987Z Downloaded fallible-streaming-iterator v0.1.9
7162024-12-21T02:28:32.989Z Downloaded utf16_iter v1.0.5
7172024-12-21T02:28:32.989Z Downloaded aes v0.8.4
7182024-12-21T02:28:32.992Z Downloaded num-complex v0.4.6
7192024-12-21T02:28:32.995Z Downloaded uuid v1.11.0
7202024-12-21T02:28:32.998Z Downloaded num_enum_derive v0.5.11
7212024-12-21T02:28:33.001Z Downloaded quick-error v1.2.3
7222024-12-21T02:28:33.003Z Downloaded fxhash v0.2.1
7232024-12-21T02:28:33.003Z Downloaded predicates v3.1.2
7242024-12-21T02:28:33.006Z Downloaded zerocopy-derive v0.8.10
7252024-12-21T02:28:33.012Z Downloaded salsa20 v0.10.2
7262024-12-21T02:28:33.015Z Downloaded rtoolbox v0.0.2
7272024-12-21T02:28:33.017Z Downloaded libxml v0.3.3
7282024-12-21T02:28:33.022Z Downloaded rustc-demangle v0.1.24
7292024-12-21T02:28:33.024Z Downloaded unicode_categories v0.1.1
7302024-12-21T02:28:33.027Z Downloaded futures v0.3.31
7312024-12-21T02:28:33.034Z Downloaded parse-size v1.1.0
7322024-12-21T02:28:33.037Z Downloaded topological-sort v0.2.2
7332024-12-21T02:28:33.037Z Downloaded tabwriter v1.4.0
7342024-12-21T02:28:33.037Z Downloaded dirs-sys-next v0.1.2
7352024-12-21T02:28:33.040Z Downloaded derive_builder_core v0.20.2
7362024-12-21T02:28:33.042Z Downloaded shlex v1.3.0
7372024-12-21T02:28:33.042Z Downloaded zip v2.1.3
7382024-12-21T02:28:33.046Z Downloaded russh-cryptovec v0.7.3
7392024-12-21T02:28:33.049Z Downloaded displaydoc v0.2.5
7402024-12-21T02:28:33.051Z Downloaded typify v0.2.0
7412024-12-21T02:28:33.054Z Downloaded oso v0.27.3
7422024-12-21T02:28:33.058Z Downloaded pkcs5 v0.7.1
7432024-12-21T02:28:33.063Z Downloaded write16 v1.0.0
7442024-12-21T02:28:33.066Z Downloaded gethostname v0.5.0
7452024-12-21T02:28:33.066Z Downloaded futures-task v0.3.31
7462024-12-21T02:28:33.068Z Downloaded ena v0.14.3
7472024-12-21T02:28:33.068Z Downloaded multimap v0.10.0
7482024-12-21T02:28:33.070Z Downloaded embedded-io v0.6.1
7492024-12-21T02:28:33.073Z Downloaded embedded-io v0.4.0
7502024-12-21T02:28:33.073Z Downloaded slog v2.7.0
7512024-12-21T02:28:33.078Z Downloaded enum-as-inner v0.5.1
7522024-12-21T02:28:33.078Z Downloaded rustc-hash v2.0.0
7532024-12-21T02:28:33.080Z Downloaded half v2.4.1
7542024-12-21T02:28:33.083Z Downloaded pkcs1 v0.7.5
7552024-12-21T02:28:33.085Z Downloaded zerocopy v0.6.6
7562024-12-21T02:28:33.088Z Downloaded tinyvec v1.8.0
7572024-12-21T02:28:33.092Z Downloaded num-iter v0.1.45
7582024-12-21T02:28:33.097Z Downloaded hashbrown v0.13.2
7592024-12-21T02:28:33.101Z Downloaded paste v1.0.15
7602024-12-21T02:28:33.103Z Downloaded sync_wrapper v1.0.1
7612024-12-21T02:28:33.103Z Downloaded slog-json v2.6.1
7622024-12-21T02:28:33.105Z Downloaded rustc_version v0.1.7
7632024-12-21T02:28:33.106Z Downloaded slog-dtrace v0.3.0
7642024-12-21T02:28:33.108Z Downloaded progenitor-client v0.8.0
7652024-12-21T02:28:33.111Z Downloaded value-bag v1.9.0
7662024-12-21T02:28:33.113Z Downloaded tokio-tungstenite v0.24.0
7672024-12-21T02:28:33.115Z Downloaded thread_local v1.1.8
7682024-12-21T02:28:33.116Z Downloaded sqlparser_derive v0.2.2
7692024-12-21T02:28:33.118Z Downloaded yasna v0.5.2
7702024-12-21T02:28:33.120Z Downloaded slog-scope v4.4.0
7712024-12-21T02:28:33.122Z Downloaded derive_builder v0.20.2
7722024-12-21T02:28:33.126Z Downloaded dsl_auto_type v0.1.2
7732024-12-21T02:28:33.128Z Downloaded diesel-dtrace v0.4.2
7742024-12-21T02:28:33.131Z Downloaded unicase v2.7.0
7752024-12-21T02:28:33.133Z Downloaded hyper v1.5.0
7762024-12-21T02:28:33.139Z Downloaded foreign-types-shared v0.3.1
7772024-12-21T02:28:33.141Z Downloaded foreign-types-shared v0.1.1
7782024-12-21T02:28:33.141Z Downloaded path-slash v0.1.5
7792024-12-21T02:28:33.143Z Downloaded pkcs8 v0.10.2
7802024-12-21T02:28:33.146Z Downloaded dunce v1.0.5
7812024-12-21T02:28:33.146Z Downloaded parking_lot_core v0.8.6
7822024-12-21T02:28:33.148Z Downloaded env_filter v0.1.2
7832024-12-21T02:28:33.151Z Downloaded password-hash v0.5.0
7842024-12-21T02:28:33.153Z Downloaded headers v0.4.0
7852024-12-21T02:28:33.159Z Downloaded tinyvec_macros v0.1.1
7862024-12-21T02:28:33.161Z Downloaded time-core v0.1.2
7872024-12-21T02:28:33.162Z Downloaded pin-utils v0.1.0
7882024-12-21T02:28:33.165Z Downloaded string_cache v0.8.7
7892024-12-21T02:28:33.165Z Downloaded signal-hook-mio v0.2.4
7902024-12-21T02:28:33.165Z Downloaded secrecy v0.8.0
7912024-12-21T02:28:33.168Z Downloaded schemars_derive v0.8.21
7922024-12-21T02:28:33.170Z Downloaded derive-where v1.2.7
7932024-12-21T02:28:33.173Z Downloaded normalize-line-endings v0.3.0
7942024-12-21T02:28:33.175Z Downloaded pretty-hex v0.2.1
7952024-12-21T02:28:33.175Z Downloaded tower-service v0.3.3
7962024-12-21T02:28:33.177Z Downloaded ssh-cipher v0.2.0
7972024-12-21T02:28:33.177Z Downloaded static_assertions v1.1.0
7982024-12-21T02:28:33.181Z Downloaded rand_core v0.6.4
7992024-12-21T02:28:33.184Z Downloaded writeable v0.5.5
8002024-12-21T02:28:33.184Z Downloaded url v2.5.3
8012024-12-21T02:28:33.187Z Downloaded x509-cert v0.2.5
8022024-12-21T02:28:33.193Z Downloaded r2d2 v0.8.10
8032024-12-21T02:28:33.197Z Downloaded waitgroup v0.1.2
8042024-12-21T02:28:33.197Z Downloaded foreign-types-macros v0.2.3
8052024-12-21T02:28:33.199Z Downloaded flagset v0.4.6
8062024-12-21T02:28:33.202Z Downloaded form_urlencoded v1.2.1
8072024-12-21T02:28:33.202Z Downloaded parking_lot v0.12.3
8082024-12-21T02:28:33.204Z Downloaded owo-colors v4.1.0
8092024-12-21T02:28:33.206Z Downloaded polyval v0.6.2
8102024-12-21T02:28:33.209Z Downloaded rfc6979 v0.4.0
8112024-12-21T02:28:33.212Z Downloaded pbkdf2 v0.12.2
8122024-12-21T02:28:33.212Z Downloaded blake3 v1.5.4
8132024-12-21T02:28:33.220Z Downloaded serde-big-array v0.5.1
8142024-12-21T02:28:33.223Z Downloaded rand_chacha v0.3.1
8152024-12-21T02:28:33.226Z Downloaded der v0.7.9
8162024-12-21T02:28:33.228Z Downloaded unicode-truncate v1.1.0
8172024-12-21T02:28:33.231Z Downloaded typify-macro v0.2.0
8182024-12-21T02:28:33.234Z Downloaded snafu-derive v0.8.5
8192024-12-21T02:28:33.234Z Downloaded unarray v0.1.4
8202024-12-21T02:28:33.237Z Downloaded vsss-rs v3.3.4
8212024-12-21T02:28:33.239Z Downloaded num v0.4.3
8222024-12-21T02:28:33.239Z Downloaded newtype_derive v0.1.6
8232024-12-21T02:28:33.242Z Downloaded flate2 v1.0.34
8242024-12-21T02:28:33.246Z Downloaded vergen v8.3.2
8252024-12-21T02:28:33.248Z Downloaded env_logger v0.10.2
8262024-12-21T02:28:33.252Z Downloaded new_debug_unreachable v1.0.6
8272024-12-21T02:28:33.254Z Downloaded oso-derive v0.27.3
8282024-12-21T02:28:33.254Z Downloaded quinn-udp v0.5.5
8292024-12-21T02:28:33.257Z Downloaded der_derive v0.7.3
8302024-12-21T02:28:33.257Z Downloaded dropshot_endpoint v0.13.0
8312024-12-21T02:28:33.261Z Downloaded toolchain_find v0.4.0
8322024-12-21T02:28:33.263Z Downloaded vte_generate_state_changes v0.1.2
8332024-12-21T02:28:33.264Z Downloaded deranged v0.3.11
8342024-12-21T02:28:33.266Z Downloaded difflib v0.4.0
8352024-12-21T02:28:33.266Z Downloaded phf_shared v0.10.0
8362024-12-21T02:28:33.268Z Downloaded openssl-macros v0.1.1
8372024-12-21T02:28:33.268Z Downloaded ghash v0.5.1
8382024-12-21T02:28:33.268Z Downloaded synstructure v0.13.1
8392024-12-21T02:28:33.272Z Downloaded futures-sink v0.3.31
8402024-12-21T02:28:33.272Z Downloaded fd-lock v4.0.2
8412024-12-21T02:28:33.274Z Downloaded fragile v2.0.0
8422024-12-21T02:28:33.277Z Downloaded peg-runtime v0.8.3
8432024-12-21T02:28:33.278Z Downloaded xz2 v0.1.7
8442024-12-21T02:28:33.280Z Downloaded xattr v1.3.1
8452024-12-21T02:28:33.280Z Downloaded poly1305 v0.8.0
8462024-12-21T02:28:33.282Z Downloaded thiserror-impl-no-std v2.0.2
8472024-12-21T02:28:33.285Z Downloaded termcolor v1.4.1
8482024-12-21T02:28:33.288Z Downloaded fallible-iterator v0.3.0
8492024-12-21T02:28:33.288Z Downloaded unicode-bidi v0.3.17
8502024-12-21T02:28:33.290Z Downloaded phf v0.11.2
8512024-12-21T02:28:33.293Z Downloaded typed-path v0.9.3
8522024-12-21T02:28:33.298Z Downloaded signal-hook-registry v1.4.2
8532024-12-21T02:28:33.300Z Downloaded serde_plain v1.0.2
8542024-12-21T02:28:33.303Z Downloaded rustversion v1.0.17
8552024-12-21T02:28:33.306Z Downloaded psl-types v2.0.11
8562024-12-21T02:28:33.306Z Downloaded openssl-probe v0.1.5
8572024-12-21T02:28:33.306Z Downloaded proc-macro-crate v1.3.1
8582024-12-21T02:28:33.309Z Downloaded defmt-parser v0.3.4
8592024-12-21T02:28:33.309Z Downloaded defmt-macros v0.3.9
8602024-12-21T02:28:33.312Z Downloaded zeroize_derive v1.4.2
8612024-12-21T02:28:33.315Z Downloaded aws-lc-rs v1.10.0
8622024-12-21T02:28:33.321Z Downloaded newtype-uuid v1.1.3
8632024-12-21T02:28:33.325Z Downloaded nanorand v0.7.0
8642024-12-21T02:28:33.325Z Downloaded slog-bunyan v2.5.0
8652024-12-21T02:28:33.328Z Downloaded predicates-tree v1.0.11
8662024-12-21T02:28:33.328Z Downloaded tokio-macros v2.4.0
8672024-12-21T02:28:33.330Z Downloaded whoami v1.5.2
8682024-12-21T02:28:33.332Z Downloaded heck v0.3.3
8692024-12-21T02:28:33.332Z Downloaded group v0.13.0
8702024-12-21T02:28:33.335Z Downloaded rand v0.8.5
8712024-12-21T02:28:33.338Z Downloaded tls_codec_derive v0.4.1
8722024-12-21T02:28:33.340Z Downloaded serde-hex v0.1.0
8732024-12-21T02:28:33.343Z Downloaded tls_codec v0.4.1
8742024-12-21T02:28:33.345Z Downloaded globset v0.4.15
8752024-12-21T02:28:33.345Z Downloaded hex v0.4.3
8762024-12-21T02:28:33.347Z Downloaded russh v0.45.0
8772024-12-21T02:28:33.352Z Downloaded untrusted v0.9.0
8782024-12-21T02:28:33.355Z Downloaded semver v0.1.20
8792024-12-21T02:28:33.357Z Downloaded zeroize v1.8.1
8802024-12-21T02:28:33.357Z Downloaded glob v0.3.1
8812024-12-21T02:28:33.360Z Downloaded rsa v0.9.6
8822024-12-21T02:28:33.363Z Downloaded term v0.7.0
8832024-12-21T02:28:33.366Z Downloaded ron v0.8.1
8842024-12-21T02:28:33.372Z Downloaded scheduled-thread-pool v0.2.7
8852024-12-21T02:28:33.376Z Downloaded pin-project-internal v1.1.6
8862024-12-21T02:28:33.379Z Downloaded native-tls v0.2.12
8872024-12-21T02:28:33.379Z Downloaded yoke v0.7.4
8882024-12-21T02:28:33.381Z Downloaded getrandom v0.2.15
8892024-12-21T02:28:33.384Z Downloaded num-bigint-dig v0.8.4
8902024-12-21T02:28:33.387Z Downloaded rustyline v14.0.0
8912024-12-21T02:28:33.392Z Downloaded rayon-core v1.12.1
8922024-12-21T02:28:33.396Z Downloaded serde_with v3.11.0
8932024-12-21T02:28:33.405Z Downloaded peg-macros v0.8.4
8942024-12-21T02:28:33.407Z Downloaded rustls-pki-types v1.10.0
8952024-12-21T02:28:33.410Z Downloaded chrono v0.4.38
8962024-12-21T02:28:33.418Z Downloaded tracing v0.1.40
8972024-12-21T02:28:33.423Z Downloaded rayon v1.10.0
8982024-12-21T02:28:33.432Z Downloaded toml v0.7.8
8992024-12-21T02:28:33.439Z Downloaded rusqlite v0.32.1
9002024-12-21T02:28:33.442Z Downloaded vte v0.11.1
9012024-12-21T02:28:33.444Z Downloaded tough v0.19.0
9022024-12-21T02:28:33.453Z Downloaded multer v3.1.0
9032024-12-21T02:28:33.455Z Downloaded des v0.8.1
9042024-12-21T02:28:33.458Z Downloaded publicsuffix v2.2.3
9052024-12-21T02:28:33.460Z Downloaded qorb v0.2.1
9062024-12-21T02:28:33.464Z Downloaded diff v0.1.13
9072024-12-21T02:28:33.467Z Downloaded num-traits v0.2.19
9082024-12-21T02:28:33.470Z Downloaded futures-util v0.3.31
9092024-12-21T02:28:33.482Z Downloaded samael v0.0.17
9102024-12-21T02:28:33.488Z Downloaded pin-project v1.1.6
9112024-12-21T02:28:33.499Z Downloaded p256 v0.13.2
9122024-12-21T02:28:33.502Z Downloaded derive_more v0.99.18
9132024-12-21T02:28:33.507Z Downloaded proptest v1.5.0
9142024-12-21T02:28:33.518Z Downloaded diesel_derives v2.2.3
9152024-12-21T02:28:33.521Z Downloaded zerovec v0.10.4
9162024-12-21T02:28:33.526Z Downloaded p521 v0.13.3
9172024-12-21T02:28:33.531Z Downloaded object v0.30.4
9182024-12-21T02:28:33.541Z Downloaded unicode-normalization v0.1.24
9192024-12-21T02:28:33.545Z Downloaded toml_edit v0.19.15
9202024-12-21T02:28:33.562Z Downloaded time v0.3.36
9212024-12-21T02:28:33.569Z Downloaded tokio-util v0.7.12
9222024-12-21T02:28:33.577Z Downloaded nom v7.1.3
9232024-12-21T02:28:33.582Z Downloaded idna v0.5.0
9242024-12-21T02:28:33.589Z Downloaded regex v1.11.1
9252024-12-21T02:28:33.603Z Downloaded h2 v0.4.6
9262024-12-21T02:28:33.609Z Downloaded sqlparser v0.45.0
9272024-12-21T02:28:33.616Z Downloaded idna v0.3.0
9282024-12-21T02:28:33.623Z Downloaded quinn-proto v0.11.8
9292024-12-21T02:28:33.629Z Downloaded webpki-roots v0.26.6
9302024-12-21T02:28:33.633Z Downloaded idna v0.2.3
9312024-12-21T02:28:33.641Z Downloaded winnow v0.5.40
9322024-12-21T02:28:33.650Z Downloaded object v0.36.5
9332024-12-21T02:28:33.661Z Downloaded portable-atomic v1.9.0
9342024-12-21T02:28:33.668Z Downloaded idna v0.4.0
9352024-12-21T02:28:33.675Z Downloaded diesel v2.2.6
9362024-12-21T02:28:33.694Z Downloaded rustls-webpki v0.101.7
9372024-12-21T02:28:33.709Z Downloaded petname v2.0.2
9382024-12-21T02:28:33.718Z Downloaded git2 v0.19.0
9392024-12-21T02:28:33.725Z Downloaded regex-syntax v0.6.29
9402024-12-21T02:28:33.731Z Downloaded polar-core v0.27.3
9412024-12-21T02:28:33.745Z Downloaded smoltcp v0.9.1
9422024-12-21T02:28:33.751Z Downloaded regress v0.10.1
9432024-12-21T02:28:33.759Z Downloaded regex-syntax v0.8.5
9442024-12-21T02:28:33.768Z Downloaded openapiv3 v2.0.0
9452024-12-21T02:28:33.780Z Downloaded smoltcp v0.11.0
9462024-12-21T02:28:33.792Z Downloaded rustls v0.21.12
9472024-12-21T02:28:33.804Z Downloaded nix v0.28.0
9482024-12-21T02:28:33.816Z Downloaded ratatui v0.28.1
9492024-12-21T02:28:33.833Z Downloaded openssl v0.10.66
9502024-12-21T02:28:33.842Z Downloaded unicode-width v0.2.0
9512024-12-21T02:28:33.850Z Downloaded dropshot v0.13.0
9522024-12-21T02:28:33.867Z Downloaded nix v0.29.0
9532024-12-21T02:28:33.878Z Downloaded bzip2-sys v0.1.11+1.0.8
9542024-12-21T02:28:33.889Z Downloaded trust-dns-proto v0.22.0
9552024-12-21T02:28:33.901Z Downloaded p384 v0.13.0
9562024-12-21T02:28:33.906Z Downloaded rustls-webpki v0.102.8
9572024-12-21T02:28:33.923Z Downloaded rustls v0.22.4
9582024-12-21T02:28:33.935Z Downloaded regress v0.9.1
9592024-12-21T02:28:33.944Z Downloaded sled v0.34.7
9602024-12-21T02:28:33.954Z Downloaded zerocopy v0.8.10
9612024-12-21T02:28:33.976Z Downloaded reqwest v0.12.9
9622024-12-21T02:28:33.984Z Downloaded radix_trie v0.2.1
9632024-12-21T02:28:33.989Z Downloaded nix v0.27.1
9642024-12-21T02:28:33.999Z Downloaded typify-impl v0.2.0
9652024-12-21T02:28:34.014Z Downloaded zerocopy-derive v0.6.6
9662024-12-21T02:28:34.023Z Downloaded vcpkg v0.2.15
9672024-12-21T02:28:34.058Z Downloaded gimli v0.31.1
9682024-12-21T02:28:34.066Z Downloaded csv v1.3.0
9692024-12-21T02:28:34.085Z Downloaded rustls v0.23.19
9702024-12-21T02:28:34.096Z Downloaded dropshot v0.12.0
9712024-12-21T02:28:34.114Z Downloaded chrono-tz v0.10.0
9722024-12-21T02:28:34.121Z Downloaded bstr v1.10.0
9732024-12-21T02:28:34.131Z Downloaded hickory-proto v0.24.1
9742024-12-21T02:28:34.145Z Downloaded icu_properties_data v1.5.0
9752024-12-21T02:28:34.155Z Downloaded curve25519-dalek v4.1.3
9762024-12-21T02:28:34.163Z Downloaded regex-automata v0.4.8
9772024-12-21T02:28:34.179Z Downloaded petgraph v0.6.5
9782024-12-21T02:28:34.196Z Downloaded lzma-sys v0.1.20
9792024-12-21T02:28:34.224Z Downloaded salty v0.3.0
9802024-12-21T02:28:34.229Z Downloaded quick-xml v0.33.0
9812024-12-21T02:28:34.235Z Downloaded lalrpop v0.19.12
9822024-12-21T02:28:34.245Z Downloaded unicode-segmentation v1.12.0
9832024-12-21T02:28:34.248Z Downloaded libz-sys v1.1.20
9842024-12-21T02:28:34.268Z Downloaded reedline v0.35.0
9852024-12-21T02:28:34.274Z Downloaded steno v0.4.1
9862024-12-21T02:28:34.278Z Downloaded bitvec v1.0.1
9872024-12-21T02:28:34.291Z Downloaded bindgen v0.69.5
9882024-12-21T02:28:34.298Z Downloaded snafu v0.8.5
9892024-12-21T02:28:34.303Z Downloaded num-bigint v0.4.6
9902024-12-21T02:28:34.307Z Downloaded expectorate v1.1.0
9912024-12-21T02:28:34.310Z Downloaded hashbrown v0.14.5
9922024-12-21T02:28:34.314Z Downloaded serde_yaml v0.9.34+deprecated
9932024-12-21T02:28:34.319Z Downloaded dropshot_endpoint v0.12.0
9942024-12-21T02:28:34.321Z Downloaded tokio v1.40.0
9952024-12-21T02:28:34.355Z Downloaded sha3 v0.10.8
9962024-12-21T02:28:34.359Z Downloaded enum-as-inner v0.6.1
9972024-12-21T02:28:34.362Z Downloaded itertools v0.13.0
9982024-12-21T02:28:34.367Z Downloaded twox-hash v1.6.3
9992024-12-21T02:28:34.370Z Downloaded rcgen v0.12.1
10002024-12-21T02:28:34.372Z Downloaded ssh-key v0.6.6
10012024-12-21T02:28:34.377Z Downloaded heapless v0.8.0
10022024-12-21T02:28:34.381Z Downloaded heapless v0.7.17
10032024-12-21T02:28:34.384Z Downloaded sha1 v0.10.6
10042024-12-21T02:28:34.387Z Downloaded pin-project-lite v0.2.14
10052024-12-21T02:28:34.390Z Downloaded tar v0.4.42
10062024-12-21T02:28:34.392Z Downloaded idna v1.0.3
10072024-12-21T02:28:34.397Z Downloaded aho-corasick v1.1.3
10082024-12-21T02:28:34.401Z Downloaded fixedbitset v0.4.2
10092024-12-21T02:28:34.404Z Downloaded ff v0.13.0
10102024-12-21T02:28:34.405Z Downloaded hkdf v0.12.4
10112024-12-21T02:28:34.407Z Downloaded unicode-properties v0.1.3
10122024-12-21T02:28:34.410Z Downloaded parse-zoneinfo v0.3.1
10132024-12-21T02:28:34.421Z Downloaded tokio-tungstenite v0.23.1
10142024-12-21T02:28:34.421Z Downloaded peg v0.8.4
10152024-12-21T02:28:34.421Z Downloaded slog-envlogger v2.2.0
10162024-12-21T02:28:34.421Z Downloaded itertools v0.12.1
10172024-12-21T02:28:34.424Z Downloaded password-hash v0.4.2
10182024-12-21T02:28:34.426Z Downloaded num-rational v0.4.2
10192024-12-21T02:28:34.428Z Downloaded schemars v0.8.21
10202024-12-21T02:28:34.436Z Downloaded hashbrown v0.12.3
10212024-12-21T02:28:34.440Z Downloaded diesel_table_macro_syntax v0.2.0
10222024-12-21T02:28:34.443Z Downloaded fallible-iterator v0.2.0
10232024-12-21T02:28:34.443Z Downloaded zerofrom-derive v0.1.4
10242024-12-21T02:28:34.445Z Downloaded crossterm v0.28.1
10252024-12-21T02:28:34.449Z Downloaded thiserror-no-std v2.0.2
10262024-12-21T02:28:34.452Z Downloaded rpassword v7.3.1
10272024-12-21T02:28:34.455Z Downloaded packed_struct_codegen v0.10.1
10282024-12-21T02:28:34.455Z Downloaded packed_struct v0.10.1
10292024-12-21T02:28:34.458Z Downloaded aes-gcm v0.10.3
10302024-12-21T02:28:34.462Z Downloaded encoding_rs v0.8.34
10312024-12-21T02:28:34.479Z Downloaded libm v0.2.8
10322024-12-21T02:28:34.486Z Downloaded sqlformat v0.2.6
10332024-12-21T02:28:34.488Z Downloaded shell-words v1.1.0
10342024-12-21T02:28:34.488Z Downloaded elliptic-curve v0.13.8
10352024-12-21T02:28:34.491Z Downloaded socket2 v0.5.7
10362024-12-21T02:28:34.493Z Downloaded tokio-postgres v0.7.12
10372024-12-21T02:28:34.497Z Downloaded quinn v0.11.5
10382024-12-21T02:28:34.502Z Downloaded prettyplease v0.2.25
10392024-12-21T02:28:34.505Z Downloaded itertools v0.10.5
10402024-12-21T02:28:34.509Z Downloaded openssl-sys v0.9.103
10412024-12-21T02:28:34.513Z Downloaded tracing-core v0.1.32
10422024-12-21T02:28:34.516Z Downloaded zip v0.6.6
10432024-12-21T02:28:34.520Z Downloaded tap v1.0.1
10442024-12-21T02:28:34.523Z Downloaded slog-stdlog v4.1.1
10452024-12-21T02:28:34.523Z Downloaded spin v0.9.8
10462024-12-21T02:28:34.525Z Downloaded darling_core v0.20.10
10472024-12-21T02:28:34.529Z Downloaded fatfs v0.3.6
10482024-12-21T02:28:34.531Z Downloaded foreign-types v0.5.0
10492024-12-21T02:28:34.534Z Downloaded stringprep v0.1.5
10502024-12-21T02:28:34.534Z Downloaded serde_derive_internals v0.29.1
10512024-12-21T02:28:34.536Z Downloaded predicates-core v1.0.8
10522024-12-21T02:28:34.537Z Downloaded ed25519-dalek v2.1.1
10532024-12-21T02:28:34.540Z Downloaded progenitor v0.8.0
10542024-12-21T02:28:34.540Z Downloaded phf_shared v0.11.2
10552024-12-21T02:28:34.542Z Downloaded num_enum v0.5.11
10562024-12-21T02:28:34.545Z Downloaded minimal-lexical v0.2.1
10572024-12-21T02:28:34.548Z Downloaded tungstenite v0.24.0
10582024-12-21T02:28:34.551Z Downloaded display-error-chain v0.2.2
10592024-12-21T02:28:34.553Z Downloaded dirs-next v2.0.0
10602024-12-21T02:28:34.553Z Downloaded uzers v0.12.1
10612024-12-21T02:28:34.556Z Downloaded postgres-types v0.2.8
10622024-12-21T02:28:34.558Z Downloaded libgit2-sys v0.17.0+1.8.1
10632024-12-21T02:28:34.611Z Downloaded tokio-rustls v0.24.1
10642024-12-21T02:28:34.614Z Downloaded smallvec v1.13.2
10652024-12-21T02:28:34.616Z Downloaded serde_with_macros v3.11.0
10662024-12-21T02:28:34.619Z Downloaded futures-channel v0.3.31
10672024-12-21T02:28:34.619Z Downloaded fs_extra v1.3.0
10682024-12-21T02:28:34.622Z Downloaded time-macros v0.2.18
10692024-12-21T02:28:34.625Z Downloaded subtle v2.6.1
10702024-12-21T02:28:34.625Z Downloaded slog-async v2.8.0
10712024-12-21T02:28:34.628Z Downloaded parse-display-derive v0.10.0
10722024-12-21T02:28:34.631Z Downloaded phf_codegen v0.11.2
10732024-12-21T02:28:34.631Z Downloaded num-integer v0.1.46
10742024-12-21T02:28:34.631Z Downloaded env_logger v0.11.5
10752024-12-21T02:28:34.633Z Downloaded defmt v0.3.8
10762024-12-21T02:28:34.636Z Downloaded tracing-attributes v0.1.27
10772024-12-21T02:28:34.639Z Downloaded omicron-zone-package v0.12.0
10782024-12-21T02:28:34.642Z Downloaded utf8_iter v1.0.4
10792024-12-21T02:28:34.642Z Downloaded rustls-pemfile v2.2.0
10802024-12-21T02:28:34.645Z Downloaded tungstenite v0.23.0
10812024-12-21T02:28:34.647Z Downloaded tungstenite v0.21.0
10822024-12-21T02:28:34.650Z Downloaded tokio-rustls v0.26.0
10832024-12-21T02:28:34.650Z Downloaded sct v0.7.1
10842024-12-21T02:28:34.653Z Downloaded similar v2.6.0
10852024-12-21T02:28:34.657Z Downloaded pem-rfc7468 v0.7.0
10862024-12-21T02:28:34.659Z Downloaded signal-hook v0.3.17
10872024-12-21T02:28:34.661Z Downloaded crossbeam-channel v0.5.13
10882024-12-21T02:28:34.666Z Downloaded dhcproto v0.12.0
10892024-12-21T02:28:34.669Z Downloaded data-encoding v2.6.0
10902024-12-21T02:28:34.669Z Downloaded progenitor-impl v0.8.0
10912024-12-21T02:28:34.674Z Downloaded subprocess v0.2.9
10922024-12-21T02:28:34.694Z Downloaded smf v0.2.3
10932024-12-21T02:28:34.702Z Downloaded structmeta v0.3.0
10942024-12-21T02:28:34.703Z Downloaded structmeta v0.2.0
10952024-12-21T02:28:34.703Z Downloaded strip-ansi-escapes v0.2.0
10962024-12-21T02:28:34.703Z Downloaded sec1 v0.7.3
10972024-12-21T02:28:34.708Z Downloaded cc v1.1.30
10982024-12-21T02:28:34.710Z Downloaded indexmap v1.9.3
10992024-12-21T02:28:34.712Z Downloaded signature v2.2.0
11002024-12-21T02:28:34.712Z Downloaded signal-hook-tokio v0.3.1
11012024-12-21T02:28:34.714Z Downloaded primeorder v0.13.6
11022024-12-21T02:28:34.717Z Downloaded const_format v0.2.33
11032024-12-21T02:28:34.721Z Downloaded base64 v0.21.7
11042024-12-21T02:28:34.725Z Downloaded backtrace v0.3.74
11052024-12-21T02:28:34.732Z Downloaded allocator-api2 v0.2.18
11062024-12-21T02:28:34.736Z Downloaded ron v0.7.1
11072024-12-21T02:28:34.742Z Downloaded walkdir v2.5.0
11082024-12-21T02:28:34.745Z Downloaded icu_properties v1.5.1
11092024-12-21T02:28:34.748Z Downloaded hyper-util v0.1.10
11102024-12-21T02:28:34.753Z Downloaded tokio-rustls v0.25.0
11112024-12-21T02:28:34.756Z Downloaded thiserror v2.0.3
11122024-12-21T02:28:34.763Z Downloaded indicatif v0.17.9
11132024-12-21T02:28:34.771Z Downloaded num-derive v0.4.2
11142024-12-21T02:28:34.773Z Downloaded cookie_store v0.21.0
11152024-12-21T02:28:34.776Z Downloaded bytes v1.8.0
11162024-12-21T02:28:34.783Z Downloaded base64 v0.13.1
11172024-12-21T02:28:34.786Z Downloaded blake2 v0.10.6
11182024-12-21T02:28:34.788Z Downloaded untrusted v0.7.1
11192024-12-21T02:28:34.791Z Downloaded tokio-tungstenite v0.21.0
11202024-12-21T02:28:34.791Z Downloaded mime_guess v2.0.5
11212024-12-21T02:28:34.793Z Downloaded clang-sys v1.8.1
11222024-12-21T02:28:34.795Z Downloaded siphasher v0.3.11
11232024-12-21T02:28:34.798Z Downloaded simd-adler32 v0.3.7
11242024-12-21T02:28:34.798Z Downloaded serde_urlencoded v0.7.1
11252024-12-21T02:28:34.801Z Downloaded serde_repr v0.1.19
11262024-12-21T02:28:34.801Z Downloaded crossbeam-epoch v0.9.18
11272024-12-21T02:28:34.804Z Downloaded base64ct v1.6.0
11282024-12-21T02:28:34.808Z Downloaded cookie v0.18.1
11292024-12-21T02:28:34.808Z Downloaded scopeguard v1.2.0
11302024-12-21T02:28:34.808Z Downloaded same-file v1.0.6
11312024-12-21T02:28:34.810Z Downloaded indent_write v2.2.0
11322024-12-21T02:28:34.810Z Downloaded const_format_proc_macros v0.2.33
11332024-12-21T02:28:34.813Z Downloaded backoff v0.4.0
11342024-12-21T02:28:34.813Z Downloaded ref-cast-impl v1.0.23
11352024-12-21T02:28:34.815Z Downloaded rand_seeder v0.3.0
11362024-12-21T02:28:34.815Z Downloaded radium v0.7.0
11372024-12-21T02:28:34.817Z Downloaded icu_locid_transform v1.5.0
11382024-12-21T02:28:34.820Z Downloaded argon2 v0.5.3
11392024-12-21T02:28:34.820Z Downloaded inout v0.1.3
11402024-12-21T02:28:34.822Z Downloaded csv-core v0.1.11
11412024-12-21T02:28:34.822Z Downloaded ipnet v2.10.1
11422024-12-21T02:28:34.824Z Downloaded bcs v0.1.6
11432024-12-21T02:28:34.827Z Downloaded idna_adapter v1.2.0
11442024-12-21T02:28:34.827Z Downloaded ciborium v0.2.2
11452024-12-21T02:28:34.830Z Downloaded httparse v1.9.5
11462024-12-21T02:28:34.830Z Downloaded highway v1.2.0
11472024-12-21T02:28:34.832Z Downloaded darling v0.20.10
11482024-12-21T02:28:34.835Z Downloaded ciborium-ll v0.2.2
11492024-12-21T02:28:34.837Z Downloaded buf-list v1.0.3
11502024-12-21T02:28:34.840Z Downloaded blowfish v0.9.1
11512024-12-21T02:28:34.840Z Downloaded bitfield v0.14.0
11522024-12-21T02:28:34.843Z Downloaded base16ct v0.2.0
11532024-12-21T02:28:34.843Z Downloaded indoc v1.0.9
11542024-12-21T02:28:34.845Z Downloaded hyper-tls v0.6.0
11552024-12-21T02:28:34.845Z Downloaded cipher v0.4.4
11562024-12-21T02:28:34.848Z Downloaded kstat-rs v0.2.4
11572024-12-21T02:28:34.848Z Downloaded http-body-util v0.1.2
11582024-12-21T02:28:34.853Z Downloaded cmake v0.1.51
11592024-12-21T02:28:34.853Z Downloaded cassowary v0.3.0
11602024-12-21T02:28:34.857Z Downloaded bit-set v0.5.3
11612024-12-21T02:28:34.857Z Downloaded bb8 v0.8.5
11622024-12-21T02:28:34.858Z Downloaded atomic-waker v1.1.2
11632024-12-21T02:28:34.858Z Downloaded colored v2.1.0
11642024-12-21T02:28:34.861Z Downloaded bitfield-struct v0.6.2
11652024-12-21T02:28:34.861Z Downloaded castaway v0.2.3
11662024-12-21T02:28:34.861Z Downloaded block-padding v0.3.3
11672024-12-21T02:28:34.861Z Downloaded bcrypt-pbkdf v0.10.0
11682024-12-21T02:28:34.864Z Downloaded async-stream v0.3.6
11692024-12-21T02:28:34.864Z Downloaded aead v0.5.2
11702024-12-21T02:28:34.864Z Downloaded arrayref v0.3.9
11712024-12-21T02:28:34.922Z Downloaded ring v0.17.8
11722024-12-21T02:28:35.013Z Downloaded libsqlite3-sys v0.30.1
11732024-12-21T02:28:35.262Z Downloaded aws-lc-sys v0.22.0
11742024-12-21T02:28:35.556Z Compiling serde v1.0.215
11752024-12-21T02:28:35.558Z Compiling lock_api v0.4.12
11762024-12-21T02:28:35.558Z Compiling scopeguard v1.2.0
11772024-12-21T02:28:35.558Z Compiling value-bag v1.9.0
11782024-12-21T02:28:35.558Z Compiling typenum v1.17.0
11792024-12-21T02:28:35.558Z Compiling generic-array v0.14.7
11802024-12-21T02:28:35.558Z Compiling syn v2.0.87
11812024-12-21T02:28:35.713Z Compiling getrandom v0.2.15
11822024-12-21T02:28:35.817Z Compiling shlex v1.3.0
11832024-12-21T02:28:36.016Z Compiling rand_core v0.6.4
11842024-12-21T02:28:36.212Z Compiling log v0.4.22
11852024-12-21T02:28:36.249Z Compiling subtle v2.6.1
11862024-12-21T02:28:36.296Z Compiling jobserver v0.1.32
11872024-12-21T02:28:36.377Z Compiling const-oid v0.9.6
11882024-12-21T02:28:36.542Z Compiling smallvec v1.13.2
11892024-12-21T02:28:36.591Z Compiling spin v0.9.8
11902024-12-21T02:28:36.608Z Compiling pin-project-lite v0.2.14
11912024-12-21T02:28:36.737Z Compiling cc v1.1.30
11922024-12-21T02:28:36.946Z Compiling rustix v0.38.37
11932024-12-21T02:28:36.996Z Compiling parking_lot_core v0.9.10
11942024-12-21T02:28:37.139Z Compiling futures-core v0.3.31
11952024-12-21T02:28:37.257Z Compiling signal-hook-registry v1.4.2
11962024-12-21T02:28:37.398Z Compiling mio v1.0.2
11972024-12-21T02:28:37.823Z Compiling aho-corasick v1.1.3
11982024-12-21T02:28:38.102Z Compiling parking_lot v0.12.3
11992024-12-21T02:28:38.143Z Compiling either v1.13.0
12002024-12-21T02:28:38.368Z Compiling cpufeatures v0.2.14
12012024-12-21T02:28:38.473Z Compiling regex-syntax v0.8.5
12022024-12-21T02:28:38.549Z Compiling lazy_static v1.5.0
12032024-12-21T02:28:38.573Z Compiling glob v0.3.1
12042024-12-21T02:28:38.600Z Compiling stable_deref_trait v1.2.0
12052024-12-21T02:28:38.668Z Compiling futures-sink v0.3.31
12062024-12-21T02:28:38.706Z Compiling socket2 v0.5.7
12072024-12-21T02:28:38.820Z Compiling slab v0.4.9
12082024-12-21T02:28:39.047Z Compiling prettyplease v0.2.25
12092024-12-21T02:28:39.249Z Compiling minimal-lexical v0.2.1
12102024-12-21T02:28:39.509Z Compiling clang-sys v1.8.1
12112024-12-21T02:28:39.639Z Compiling nom v7.1.3
12122024-12-21T02:28:39.668Z Compiling libloading v0.8.5
12132024-12-21T02:28:39.788Z Compiling home v0.5.9
12142024-12-21T02:28:40.054Z Compiling serde_json v1.0.132
12152024-12-21T02:28:40.141Z Compiling bindgen v0.69.5
12162024-12-21T02:28:40.387Z Compiling futures-channel v0.3.31
12172024-12-21T02:28:40.815Z Compiling itertools v0.12.1
12182024-12-21T02:28:40.956Z Compiling rustc-hash v1.1.0
12192024-12-21T02:28:41.105Z Compiling lazycell v1.3.0
12202024-12-21T02:28:41.154Z Compiling futures-io v0.3.31
12212024-12-21T02:28:41.278Z Compiling futures-task v0.3.31
12222024-12-21T02:28:41.486Z Compiling foldhash v0.1.3
12232024-12-21T02:28:41.585Z Compiling pin-utils v0.1.0
12242024-12-21T02:28:41.683Z Compiling allocator-api2 v0.2.18
12252024-12-21T02:28:41.793Z Compiling cmake v0.1.51
12262024-12-21T02:28:42.485Z Compiling regex-automata v0.4.8
12272024-12-21T02:28:42.791Z Compiling hashbrown v0.15.1
12282024-12-21T02:28:43.367Z Compiling synstructure v0.13.1
12292024-12-21T02:28:43.941Z Compiling cexpr v0.6.0
12302024-12-21T02:28:44.132Z Compiling fs_extra v1.3.0
12312024-12-21T02:28:44.759Z Compiling libm v0.2.8
12322024-12-21T02:28:45.078Z Compiling dunce v1.0.5
12332024-12-21T02:28:45.099Z Compiling pkg-config v0.3.31
12342024-12-21T02:28:45.218Z Compiling tinyvec_macros v0.1.1
12352024-12-21T02:28:45.305Z Compiling tinyvec v1.8.0
12362024-12-21T02:28:45.323Z Compiling num-traits v0.2.19
12372024-12-21T02:28:45.821Z Compiling ring v0.17.8
12382024-12-21T02:28:46.564Z Compiling base64ct v1.6.0
12392024-12-21T02:28:46.661Z Compiling litemap v0.7.3
12402024-12-21T02:28:46.774Z Compiling unicode-normalization v0.1.24
12412024-12-21T02:28:46.951Z Compiling writeable v0.5.5
12422024-12-21T02:28:47.037Z Compiling paste v1.0.15
12432024-12-21T02:28:47.152Z Compiling unicode-bidi v0.3.17
12442024-12-21T02:28:47.208Z Compiling pem-rfc7468 v0.7.0
12452024-12-21T02:28:47.840Z Compiling httparse v1.9.5
12462024-12-21T02:28:47.914Z Compiling regex v1.11.1
12472024-12-21T02:28:48.533Z Compiling aws-lc-rs v1.10.0
12482024-12-21T02:28:48.589Z Compiling flagset v0.4.6
12492024-12-21T02:28:48.868Z Compiling tracing-core v0.1.32
12502024-12-21T02:28:48.984Z Compiling rustls-pki-types v1.10.0
12512024-12-21T02:28:49.423Z Compiling percent-encoding v2.3.1
12522024-12-21T02:28:49.746Z Compiling icu_locid_transform_data v1.5.0
12532024-12-21T02:28:49.848Z Compiling crossbeam-utils v0.8.20
12542024-12-21T02:28:50.063Z Compiling num-conv v0.1.0
12552024-12-21T02:28:50.108Z Compiling time-core v0.1.2
12562024-12-21T02:28:50.167Z Compiling serde_derive v1.0.215
12572024-12-21T02:28:50.289Z Compiling zeroize_derive v1.4.2
12582024-12-21T02:28:50.341Z Compiling zerocopy-derive v0.7.35
12592024-12-21T02:28:50.439Z Compiling tokio-macros v2.4.0
12602024-12-21T02:28:50.670Z Compiling zerofrom-derive v0.1.4
12612024-12-21T02:28:51.795Z Compiling zeroize v1.8.1
12622024-12-21T02:28:51.978Z Compiling thiserror-impl v1.0.69
12632024-12-21T02:28:52.208Z Compiling yoke-derive v0.7.4
12642024-12-21T02:28:52.480Z Compiling zerocopy v0.7.35
12652024-12-21T02:28:53.567Z Compiling crypto-common v0.1.6
12662024-12-21T02:28:53.748Z Compiling block-buffer v0.10.4
12672024-12-21T02:28:53.989Z Compiling digest v0.10.7
12682024-12-21T02:28:54.116Z Compiling futures-macro v0.3.31
12692024-12-21T02:28:54.459Z Compiling hmac v0.12.1
12702024-12-21T02:28:54.653Z Compiling zerovec-derive v0.10.3
12712024-12-21T02:28:54.686Z Compiling zerofrom v0.1.4
12722024-12-21T02:28:54.738Z Compiling block-padding v0.3.3
12732024-12-21T02:28:54.945Z Compiling displaydoc v0.2.5
12742024-12-21T02:28:54.985Z Compiling inout v0.1.3
12752024-12-21T02:28:55.136Z Compiling yoke v0.7.4
12762024-12-21T02:28:55.259Z Compiling cipher v0.4.4
12772024-12-21T02:28:55.331Z Compiling thiserror v1.0.69
12782024-12-21T02:28:55.460Z Compiling sha2 v0.10.8
12792024-12-21T02:28:55.489Z Compiling ppv-lite86 v0.2.20
12802024-12-21T02:28:55.732Z Compiling icu_provider_macros v1.5.0
12812024-12-21T02:28:56.088Z Compiling futures-util v0.3.31
12822024-12-21T02:28:56.251Z Compiling der_derive v0.7.3
12832024-12-21T02:28:56.554Z Compiling rand_chacha v0.3.1
12842024-12-21T02:28:56.880Z Compiling tracing-attributes v0.1.27
12852024-12-21T02:28:57.254Z Compiling zerovec v0.10.4
12862024-12-21T02:28:58.671Z Compiling rand v0.8.5
12872024-12-21T02:28:58.703Z Compiling der v0.7.9
12882024-12-21T02:28:58.753Z Compiling salsa20 v0.10.2
12892024-12-21T02:28:58.972Z Compiling tinystr v0.7.6
12902024-12-21T02:28:59.362Z Compiling icu_locid v1.5.0
12912024-12-21T02:28:59.393Z Compiling icu_collections v1.5.0
12922024-12-21T02:29:00.515Z Compiling icu_provider v1.5.0
12932024-12-21T02:29:00.669Z Compiling tracing v0.1.40
12942024-12-21T02:29:00.808Z Compiling spki v0.7.3
12952024-12-21T02:29:00.842Z Compiling pest v2.7.14
12962024-12-21T02:29:01.173Z Compiling pbkdf2 v0.12.2
12972024-12-21T02:29:01.221Z Compiling icu_properties_data v1.5.0
12982024-12-21T02:29:01.352Z Compiling icu_locid_transform v1.5.0
12992024-12-21T02:29:01.487Z Compiling powerfmt v0.2.0
13002024-12-21T02:29:01.599Z Compiling mirai-annotations v1.12.0
13012024-12-21T02:29:01.737Z Compiling untrusted v0.7.1
13022024-12-21T02:29:01.792Z Compiling untrusted v0.9.0
13032024-12-21T02:29:01.883Z Compiling vcpkg v0.2.15
13042024-12-21T02:29:01.920Z Compiling deranged v0.3.11
13052024-12-21T02:29:01.994Z Compiling scrypt v0.11.0
13062024-12-21T02:29:02.587Z Compiling icu_properties v1.5.1
13072024-12-21T02:29:03.317Z Compiling cbc v0.1.2
13082024-12-21T02:29:03.565Z Compiling bitflags v2.6.0
13092024-12-21T02:29:03.831Z Compiling bytes v1.8.0
13102024-12-21T02:29:04.010Z Compiling indexmap v2.6.0
13112024-12-21T02:29:04.012Z Compiling semver v1.0.23
13122024-12-21T02:29:04.061Z Compiling openssl-sys v0.9.103
13132024-12-21T02:29:04.781Z Compiling tokio v1.40.0
13142024-12-21T02:29:05.167Z Compiling http v1.1.0
13152024-12-21T02:29:05.217Z Compiling rustc_version v0.4.1
13162024-12-21T02:29:05.512Z Compiling pest_meta v2.7.14
13172024-12-21T02:29:05.729Z Compiling aes v0.8.4
13182024-12-21T02:29:05.992Z Compiling time-macros v0.2.18
13192024-12-21T02:29:07.150Z Compiling scroll_derive v0.12.0
13202024-12-21T02:29:07.592Z Compiling utf8_iter v1.0.4
13212024-12-21T02:29:07.595Z Compiling write16 v1.0.0
13222024-12-21T02:29:07.720Z Compiling atomic-waker v1.1.2
13232024-12-21T02:29:07.851Z Compiling which v4.4.2
13242024-12-21T02:29:07.908Z Compiling icu_normalizer_data v1.5.0
13252024-12-21T02:29:08.012Z Compiling num_threads v0.1.7
13262024-12-21T02:29:08.140Z Compiling utf16_iter v1.0.5
13272024-12-21T02:29:08.449Z Compiling icu_normalizer v1.5.0
13282024-12-21T02:29:08.534Z Compiling pest_generator v2.7.14
13292024-12-21T02:29:08.645Z Compiling scroll v0.12.0
13302024-12-21T02:29:09.212Z Compiling pkcs5 v0.7.1
13312024-12-21T02:29:09.235Z Compiling http-body v1.0.1
13322024-12-21T02:29:09.320Z Compiling time v0.3.36
13332024-12-21T02:29:09.780Z Compiling form_urlencoded v1.2.1
13342024-12-21T02:29:10.127Z Compiling slog v2.7.0
13352024-12-21T02:29:10.438Z Compiling try-lock v0.2.5
13362024-12-21T02:29:10.470Z Compiling goblin v0.8.2
13372024-12-21T02:29:10.586Z Compiling want v0.3.1
13382024-12-21T02:29:10.589Z Compiling pkcs8 v0.10.2
13392024-12-21T02:29:10.625Z Compiling pest_derive v2.7.14
13402024-12-21T02:29:10.707Z Compiling idna_adapter v1.2.0
13412024-12-21T02:29:10.875Z Compiling httpdate v1.0.3
13422024-12-21T02:29:10.927Z Compiling idna v1.0.3
13432024-12-21T02:29:11.350Z Compiling serde_spanned v0.6.8
13442024-12-21T02:29:11.387Z Compiling dtrace-parser v0.2.0
13452024-12-21T02:29:11.576Z Compiling serde_tokenstream v0.2.2
13462024-12-21T02:29:12.111Z Compiling uuid v1.11.0
13472024-12-21T02:29:12.179Z Compiling toml_datetime v0.6.8
13482024-12-21T02:29:12.696Z Compiling base64 v0.22.1
13492024-12-21T02:29:12.731Z Compiling match_cfg v0.1.0
13502024-12-21T02:29:12.827Z Compiling rustversion v1.0.17
13512024-12-21T02:29:13.464Z Compiling tokio-util v0.7.12
13522024-12-21T02:29:13.512Z Compiling tower-service v0.3.3
13532024-12-21T02:29:13.531Z Compiling adler2 v2.0.0
13542024-12-21T02:29:13.549Z Compiling openssl v0.10.66
13552024-12-21T02:29:13.639Z Compiling iana-time-zone v0.1.61
13562024-12-21T02:29:13.736Z Compiling foreign-types-shared v0.1.1
13572024-12-21T02:29:13.849Z Compiling foreign-types v0.3.2
13582024-12-21T02:29:13.949Z Compiling chrono v0.4.38
13592024-12-21T02:29:13.996Z Compiling miniz_oxide v0.8.0
13602024-12-21T02:29:14.179Z Compiling hostname v0.3.1
13612024-12-21T02:29:14.434Z Compiling h2 v0.4.6
13622024-12-21T02:29:14.600Z Compiling url v2.5.3
13632024-12-21T02:29:15.564Z Compiling async-trait v0.1.83
13642024-12-21T02:29:16.284Z Compiling dof v0.3.0
13652024-12-21T02:29:16.637Z Compiling openssl-macros v0.1.1
13662024-12-21T02:29:17.391Z Compiling usdt-impl v0.5.0
13672024-12-21T02:29:17.826Z Compiling dirs-sys-next v0.1.2
13682024-12-21T02:29:18.281Z Compiling syn v1.0.109
13692024-12-21T02:29:18.439Z Compiling rustls v0.22.4
13702024-12-21T02:29:18.483Z Compiling data-encoding v2.6.0
13712024-12-21T02:29:18.695Z Compiling rustls v0.23.19
13722024-12-21T02:29:18.918Z Compiling native-tls v0.2.12
13732024-12-21T02:29:18.939Z Compiling siphasher v0.3.11
13742024-12-21T02:29:19.059Z Compiling dirs-next v2.0.0
13752024-12-21T02:29:19.327Z Compiling http-body-util v0.1.2
13762024-12-21T02:29:19.863Z Compiling heapless v0.7.17
13772024-12-21T02:29:20.307Z Compiling crossbeam-epoch v0.9.18
13782024-12-21T02:29:20.332Z Compiling signature v2.2.0
13792024-12-21T02:29:20.621Z Compiling sha1 v0.10.6
13802024-12-21T02:29:20.642Z Compiling bzip2-sys v0.1.11+1.0.8
13812024-12-21T02:29:20.731Z Compiling serde_derive_internals v0.29.1
13822024-12-21T02:29:20.902Z Compiling thread_local v1.1.8
13832024-12-21T02:29:21.056Z Compiling cookie v0.18.1
13842024-12-21T02:29:21.089Z Compiling encoding_rs v0.8.34
13852024-12-21T02:29:21.113Z Compiling multer v3.1.0
13862024-12-21T02:29:21.313Z Compiling hyper v1.5.0
13872024-12-21T02:29:21.373Z Compiling rayon-core v1.12.1
13882024-12-21T02:29:21.411Z Compiling mime v0.3.17
13892024-12-21T02:29:21.646Z Compiling schemars v0.8.21
13902024-12-21T02:29:21.985Z Compiling signal-hook v0.3.17
13912024-12-21T02:29:22.004Z Compiling gimli v0.31.1
13922024-12-21T02:29:22.242Z Compiling unicode-properties v0.1.3
13932024-12-21T02:29:22.662Z Compiling openssl-probe v0.1.5
13942024-12-21T02:29:23.015Z Compiling ipnet v2.10.1
13952024-12-21T02:29:23.495Z Compiling slog-async v2.8.0
13962024-12-21T02:29:23.998Z Compiling hyper-util v0.1.10
13972024-12-21T02:29:24.337Z Compiling schemars_derive v0.8.21
13982024-12-21T02:29:25.020Z Compiling stringprep v0.1.5
13992024-12-21T02:29:25.473Z Compiling toml_edit v0.22.22
14002024-12-21T02:29:26.301Z Compiling crossbeam-deque v0.8.5
14012024-12-21T02:29:26.632Z Compiling addr2line v0.24.2
14022024-12-21T02:29:27.163Z Compiling usdt-attr-macro v0.5.0
14032024-12-21T02:29:27.260Z Compiling usdt-macro v0.5.0
14042024-12-21T02:29:27.361Z Compiling term v0.7.0
14052024-12-21T02:29:27.727Z Compiling slog-json v2.6.1
14062024-12-21T02:29:27.863Z Compiling serde_urlencoded v0.7.1
14072024-12-21T02:29:28.086Z Compiling curve25519-dalek v4.1.3
14082024-12-21T02:29:28.393Z Compiling crossbeam-channel v0.5.13
14092024-12-21T02:29:28.697Z Compiling futures-executor v0.3.31
14102024-12-21T02:29:28.715Z Compiling md-5 v0.10.6
14112024-12-21T02:29:28.735Z Compiling enum-as-inner v0.6.1
14122024-12-21T02:29:28.854Z Compiling async-stream-impl v0.3.6
14132024-12-21T02:29:29.004Z Compiling rustls-pemfile v2.2.0
14142024-12-21T02:29:29.253Z Compiling num-integer v0.1.46
14152024-12-21T02:29:29.327Z Compiling idna v0.4.0
14162024-12-21T02:29:29.514Z Compiling idna v0.3.0
14172024-12-21T02:29:29.823Z Compiling hash32 v0.2.1
14182024-12-21T02:29:30.054Z Compiling ff v0.13.0
14192024-12-21T02:29:30.188Z Compiling is-terminal v0.4.13
14202024-12-21T02:29:30.262Z Compiling object v0.36.5
14212024-12-21T02:29:30.288Z Compiling dropshot v0.12.0
14222024-12-21T02:29:30.305Z Compiling base16ct v0.2.0
14232024-12-21T02:29:30.561Z Compiling utf-8 v0.7.6
14242024-12-21T02:29:30.628Z Compiling num-bigint-dig v0.8.4
14252024-12-21T02:29:30.889Z Compiling quick-error v1.2.3
14262024-12-21T02:29:30.911Z Compiling portable-atomic v1.9.0
14272024-12-21T02:29:31.043Z Compiling psl-types v2.0.11
14282024-12-21T02:29:31.084Z Compiling rustc-demangle v0.1.24
14292024-12-21T02:29:31.157Z Compiling anyhow v1.0.93
14302024-12-21T02:29:31.240Z Compiling dyn-clone v1.0.17
14312024-12-21T02:29:31.452Z Compiling smoltcp v0.9.1
14322024-12-21T02:29:31.788Z Compiling linked-hash-map v0.5.6
14332024-12-21T02:29:31.935Z Compiling take_mut v0.2.2
14342024-12-21T02:29:32.063Z Compiling fallible-iterator v0.2.0
14352024-12-21T02:29:32.179Z Compiling lru-cache v0.1.2
14362024-12-21T02:29:32.627Z Compiling publicsuffix v2.2.3
14372024-12-21T02:29:32.726Z Compiling postgres-protocol v0.6.7
14382024-12-21T02:29:32.888Z Compiling resolv-conf v0.7.0
14392024-12-21T02:29:33.329Z Compiling tungstenite v0.24.0
14402024-12-21T02:29:33.770Z Compiling sec1 v0.7.3
14412024-12-21T02:29:33.845Z Compiling slog-term v2.9.1
14422024-12-21T02:29:34.072Z Compiling hickory-proto v0.24.1
14432024-12-21T02:29:34.326Z Compiling async-stream v0.3.6
14442024-12-21T02:29:34.642Z Compiling group v0.13.0
14452024-12-21T02:29:35.015Z Compiling usdt v0.5.0
14462024-12-21T02:29:35.550Z Compiling num-iter v0.1.45
14472024-12-21T02:29:35.707Z Compiling futures v0.3.31
14482024-12-21T02:29:35.829Z Compiling toml v0.8.19
14492024-12-21T02:29:35.850Z Compiling slog-bunyan v2.5.0
14502024-12-21T02:29:37.296Z Compiling camino v1.1.9
14512024-12-21T02:29:37.604Z Compiling backtrace v0.3.74
14522024-12-21T02:29:37.970Z Compiling tokio-native-tls v0.3.1
14532024-12-21T02:29:38.239Z Compiling phf_shared v0.11.2
14542024-12-21T02:29:38.265Z Compiling dropshot_endpoint v0.12.0
14552024-12-21T02:29:38.317Z Compiling waitgroup v0.1.2
14562024-12-21T02:29:38.361Z Compiling terminal_size v0.4.0
14572024-12-21T02:29:38.539Z Compiling openapiv3 v2.0.0
14582024-12-21T02:29:38.578Z Compiling serde_path_to_error v0.1.16
14592024-12-21T02:29:38.620Z Compiling hkdf v0.12.4
14602024-12-21T02:29:38.887Z Compiling crypto-bigint v0.5.5
14612024-12-21T02:29:39.413Z Compiling curve25519-dalek-derive v0.1.1
14622024-12-21T02:29:41.018Z Compiling zerocopy-derive v0.6.6
14632024-12-21T02:29:41.317Z Compiling webpki-roots v0.26.6
14642024-12-21T02:29:41.540Z Compiling idna v0.5.0
14652024-12-21T02:29:42.163Z Compiling hubpack_derive v0.1.1
14662024-12-21T02:29:42.942Z Compiling hostname v0.4.0
14672024-12-21T02:29:42.973Z Compiling fs-err v2.11.0
14682024-12-21T02:29:43.014Z Compiling ahash v0.8.11
14692024-12-21T02:29:43.531Z Compiling crc32fast v1.4.2
14702024-12-21T02:29:43.531Z Compiling debug-ignore v1.0.5
14712024-12-21T02:29:43.531Z Compiling winnow v0.5.40
14722024-12-21T02:29:43.531Z Compiling bitflags v1.3.2
14732024-12-21T02:29:43.531Z Compiling managed v0.8.0
14742024-12-21T02:29:43.532Z Compiling clap_builder v4.5.21
14752024-12-21T02:29:43.532Z Compiling console v0.15.8
14762024-12-21T02:29:43.544Z Compiling flate2 v1.0.34
14772024-12-21T02:29:44.550Z Compiling strum_macros v0.25.3
14782024-12-21T02:29:44.737Z Compiling zerocopy v0.6.6
14792024-12-21T02:29:45.130Z Compiling hubpack v0.1.2
14802024-12-21T02:29:45.161Z Compiling cookie_store v0.21.0
14812024-12-21T02:29:45.590Z Compiling elliptic-curve v0.13.8
14822024-12-21T02:29:45.918Z Compiling hickory-resolver v0.24.1
14832024-12-21T02:29:46.435Z Compiling phf v0.11.2
14842024-12-21T02:29:46.735Z Compiling toml_edit v0.19.15
14852024-12-21T02:29:47.086Z Compiling hyper-tls v0.6.0
14862024-12-21T02:29:47.523Z Compiling signal-hook-mio v0.2.4
14872024-12-21T02:29:47.653Z Compiling rayon v1.10.0
14882024-12-21T02:29:47.675Z Compiling bzip2 v0.4.4
14892024-12-21T02:29:48.673Z Compiling tokio-tungstenite v0.24.0
14902024-12-21T02:29:49.211Z Compiling postgres-types v0.2.8
14912024-12-21T02:29:52.125Z Compiling ed25519 v2.2.3
14922024-12-21T02:29:52.450Z Compiling phf_shared v0.10.0
14932024-12-21T02:29:52.672Z Compiling tokio-stream v0.1.16
14942024-12-21T02:29:52.742Z Compiling pkcs1 v0.7.5
14952024-12-21T02:29:52.836Z Compiling serde-big-array v0.5.1
14962024-12-21T02:29:53.069Z Compiling rfc6979 v0.4.0
14972024-12-21T02:29:53.276Z Compiling derive-where v1.2.7
14982024-12-21T02:29:53.624Z Compiling clap_derive v4.5.18
14992024-12-21T02:29:53.763Z Compiling serde_repr v0.1.19
15002024-12-21T02:29:53.767Z Compiling float-cmp v0.9.0
15012024-12-21T02:29:54.010Z Compiling bstr v1.10.0
15022024-12-21T02:29:54.780Z Compiling sync_wrapper v1.0.1
15032024-12-21T02:29:54.853Z Compiling predicates-core v1.0.8
15042024-12-21T02:29:54.873Z Compiling unicode-segmentation v1.12.0
15052024-12-21T02:29:54.890Z Compiling number_prefix v0.4.0
15062024-12-21T02:29:55.121Z Compiling unicode-width v0.2.0
15072024-12-21T02:29:55.213Z Compiling new_debug_unreachable v1.0.6
15082024-12-21T02:29:55.310Z Compiling precomputed-hash v0.1.1
15092024-12-21T02:29:55.432Z Compiling whoami v1.5.2
15102024-12-21T02:29:55.647Z Compiling static_assertions v1.1.0
15112024-12-21T02:29:55.731Z Compiling fixedbitset v0.4.2
15122024-12-21T02:29:55.751Z Compiling difflib v0.4.0
15132024-12-21T02:29:55.769Z Compiling bit-vec v0.6.3
15142024-12-21T02:29:56.065Z Compiling normalize-line-endings v0.3.0
15152024-12-21T02:29:56.193Z Compiling predicates v3.1.2
15162024-12-21T02:29:56.196Z Compiling bit-set v0.5.3
15172024-12-21T02:29:56.248Z Compiling petgraph v0.6.5
15182024-12-21T02:29:56.495Z Compiling tokio-postgres v0.7.12
15192024-12-21T02:29:56.740Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15202024-12-21T02:29:57.433Z Compiling indicatif v0.17.9
15212024-12-21T02:29:57.945Z Compiling similar v2.6.0
15222024-12-21T02:29:58.691Z Compiling clap v4.5.21
15232024-12-21T02:29:58.817Z Compiling string_cache v0.8.7
15242024-12-21T02:29:59.291Z Compiling ecdsa v0.16.9
15252024-12-21T02:29:59.736Z Compiling rsa v0.9.6
15262024-12-21T02:30:00.208Z Compiling ed25519-dalek v2.1.1
15272024-12-21T02:30:00.453Z Compiling toml v0.7.8
15282024-12-21T02:30:00.560Z Compiling zip v0.6.6
15292024-12-21T02:30:01.513Z Compiling crossterm v0.28.1
15302024-12-21T02:30:02.170Z Compiling hex v0.4.3
15312024-12-21T02:30:02.487Z Compiling x509-cert v0.2.5
15322024-12-21T02:30:02.772Z Compiling itertools v0.10.5
15332024-12-21T02:30:02.803Z Compiling lalrpop-util v0.19.12
15342024-12-21T02:30:02.856Z Compiling unicode-xid v0.2.6
15352024-12-21T02:30:03.047Z Compiling peg-runtime v0.8.3
15362024-12-21T02:30:03.152Z Compiling strum_macros v0.26.4
15372024-12-21T02:30:03.625Z Compiling xattr v1.3.1
15382024-12-21T02:30:03.722Z Compiling filetime v0.2.25
15392024-12-21T02:30:04.118Z Compiling tar v0.4.42
15402024-12-21T02:30:10.456Z Compiling strum v0.26.3
15412024-12-21T02:30:10.964Z Compiling aws-lc-sys v0.22.0
15422024-12-21T02:30:45.307Z Compiling rustls-webpki v0.102.8
15432024-12-21T02:30:48.531Z Compiling tokio-rustls v0.25.0
15442024-12-21T02:30:50.185Z Compiling tokio-rustls v0.26.0
15452024-12-21T02:30:50.625Z Compiling hyper-rustls v0.27.3
15462024-12-21T02:30:50.895Z Compiling reqwest v0.12.9
15472024-12-21T02:30:51.835Z Compiling qorb v0.2.1
15482024-12-21T02:30:56.784Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15492024-12-21T02:30:57.012Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15502024-12-21T02:31:02.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
15512024-12-21T02:31:02.794Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15522024-12-21T02:31:02.843ZDec 21 02:31:01.669 INFO Starting download, target: Clickhouse
15532024-12-21T02:31:02.843ZDec 21 02:31:01.670 INFO Starting download, target: Cockroach
15542024-12-21T02:31:02.844ZDec 21 02:31:01.670 INFO Starting download, target: Console
15552024-12-21T02:31:02.848ZDec 21 02:31:01.670 INFO Starting download, target: DendriteOpenapi
15562024-12-21T02:31:02.848ZDec 21 02:31:01.670 INFO Starting download, target: DendriteStub
15572024-12-21T02:31:02.848ZDec 21 02:31:01.670 INFO Starting download, target: MaghemiteMgd
15582024-12-21T02:31:02.848ZDec 21 02:31:01.670 INFO Starting download, target: TransceiverControl
15592024-12-21T02:31:02.848ZDec 21 02:31:01.670 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15602024-12-21T02:31:02.848ZDec 21 02:31:01.670 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15612024-12-21T02:31:02.848ZDec 21 02:31:01.670 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15622024-12-21T02:31:02.848ZDec 21 02:31:01.671 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15632024-12-21T02:31:02.848ZDec 21 02:31:01.671 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15642024-12-21T02:31:02.849ZDec 21 02:31:01.671 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15652024-12-21T02:31:02.849ZDec 21 02:31:01.671 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15662024-12-21T02:31:03.191ZDec 21 02:31:01.960 INFO Download complete, target: DendriteOpenapi
15672024-12-21T02:31:03.313ZDec 21 02:31:02.129 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15682024-12-21T02:31:03.336ZDec 21 02:31:02.143 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15692024-12-21T02:31:03.710ZDec 21 02:31:02.511 INFO Download complete, target: Console
15702024-12-21T02:31:03.988ZDec 21 02:31:02.774 INFO Download complete, target: TransceiverControl
15712024-12-21T02:31:04.057ZDec 21 02:31:02.876 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15722024-12-21T02:31:04.167ZDec 21 02:31:02.990 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15732024-12-21T02:31:04.888ZDec 21 02:31:03.713 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15742024-12-21T02:31:04.888ZDec 21 02:31:03.714 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15752024-12-21T02:31:04.920ZDec 21 02:31:03.746 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15762024-12-21T02:31:06.998ZDec 21 02:31:05.821 INFO Download complete, target: DendriteStub
15772024-12-21T02:31:07.205ZDec 21 02:31:06.032 INFO Download complete, target: MaghemiteMgd
15782024-12-21T02:31:12.400ZDec 21 02:31:11.225 INFO Checking that binary works, target: Cockroach
15792024-12-21T02:31:12.545ZDec 21 02:31:11.371 INFO Download complete, target: Cockroach
15802024-12-21T02:31:17.669ZDec 21 02:31:16.495 INFO Checking that binary works, target: Clickhouse
15812024-12-21T02:31:18.412ZDec 21 02:31:17.238 INFO Download complete, target: Clickhouse
15822024-12-21T02:31:18.493ZAll builder prerequisites installed successfully, and PATH looks valid
15832024-12-21T02:31:18.497Z
15842024-12-21T02:31:18.497Zreal 6:26.115650164
15852024-12-21T02:31:18.497Zuser 16:16.768407689
15862024-12-21T02:31:18.497Zsys 3:11.161572704
15872024-12-21T02:31:18.497Ztrap 0.514102125
15882024-12-21T02:31:18.497Ztflt 7.190435756
15892024-12-21T02:31:18.497Zdflt 6.996191131
15902024-12-21T02:31:18.497Zkflt 0.331883278
15912024-12-21T02:31:18.498Zlock 29:58.504732773
15922024-12-21T02:31:18.498Zslp 1:05:01.251700260
15932024-12-21T02:31:18.498Zlat 51.771875929
15942024-12-21T02:31:18.498Zstop 2:10.471221523
15952024-12-21T02:31:18.498Z+ banner hack-check
15962024-12-21T02:31:18.498Z
15972024-12-21T02:31:18.498Z # # ## #### # # #### # # ###### #### # #
15982024-12-21T02:31:18.498Z # # # # # # # # # # # # # # # # #
15992024-12-21T02:31:18.498Z ###### # # # #### ##### # ###### ##### # ####
16002024-12-21T02:31:18.498Z # # ###### # # # # # # # # # #
16012024-12-21T02:31:18.498Z # # # # # # # # # # # # # # # # #
16022024-12-21T02:31:18.498Z # # # # #### # # #### # # ###### #### # #
16032024-12-21T02:31:18.498Z
16042024-12-21T02:31:18.498Z+ export CARGO_INCREMENTAL=0
16052024-12-21T02:31:18.498Z+ CARGO_INCREMENTAL=0
16062024-12-21T02:31:18.498Z+ ptime -m timeout 2h cargo xtask check-features --ci
16072024-12-21T02:31:19.003Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16082024-12-21T02:31:22.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
16092024-12-21T02:31:22.502Z Running `target/debug/xtask check-features --ci`
16102024-12-21T02:31:22.508Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16112024-12-21T02:31:22.508Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16122024-12-21T02:31:22.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16132024-12-21T02:31:22.953Z Running `target/debug/xtask download cargo-hack`
16142024-12-21T02:31:23.732Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16152024-12-21T02:31:24.085Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16162024-12-21T02:31:28.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s
16172024-12-21T02:31:29.148Z Running `target/debug/xtask-downloader cargo-hack`
16182024-12-21T02:31:29.222ZDec 21 02:31:27.965 INFO Starting download, target: CargoHack
16192024-12-21T02:31:29.222ZDec 21 02:31:27.965 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16202024-12-21T02:31:29.745ZDec 21 02:31:28.569 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16212024-12-21T02:31:29.840ZDec 21 02:31:28.661 INFO Download complete, target: CargoHack
16222024-12-21T02:31:29.848Zrunning: "/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"
16232024-12-21T02:31:29.858Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16242024-12-21T02:31:30.022Zinfo: running `cargo check --bins` on api_identity (1/176)
16252024-12-21T02:31:30.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-12-21T02:31:30.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-12-21T02:31:30.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-12-21T02:31:30.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16292024-12-21T02:31:30.605Z
16302024-12-21T02:31:30.605Zinfo: running `cargo check --bins` on bootstore (2/176)
16312024-12-21T02:31:31.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-12-21T02:31:31.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-12-21T02:31:31.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-12-21T02:31:31.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16352024-12-21T02:31:31.221Z
16362024-12-21T02:31:31.223Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16372024-12-21T02:31:31.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-12-21T02:31:31.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-12-21T02:31:31.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-12-21T02:31:31.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16412024-12-21T02:31:31.814Z
16422024-12-21T02:31:31.814Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16432024-12-21T02:31:32.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-12-21T02:31:32.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-12-21T02:31:32.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-12-21T02:31:32.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16472024-12-21T02:31:32.418Z
16482024-12-21T02:31:32.418Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16492024-12-21T02:31:32.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-12-21T02:31:32.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-12-21T02:31:32.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-12-21T02:31:32.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16532024-12-21T02:31:32.824Z
16542024-12-21T02:31:32.824Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16552024-12-21T02:31:33.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-12-21T02:31:33.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-12-21T02:31:33.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-12-21T02:31:33.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16592024-12-21T02:31:33.232Z
16602024-12-21T02:31:33.232Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16612024-12-21T02:31:33.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-12-21T02:31:33.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-12-21T02:31:33.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-12-21T02:31:33.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16652024-12-21T02:31:33.635Z
16662024-12-21T02:31:33.635Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16672024-12-21T02:31:34.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-12-21T02:31:34.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-12-21T02:31:34.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-12-21T02:31:34.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16712024-12-21T02:31:34.038Z
16722024-12-21T02:31:34.039Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16732024-12-21T02:31:34.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-12-21T02:31:34.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-12-21T02:31:34.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-12-21T02:31:34.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16772024-12-21T02:31:34.448Z
16782024-12-21T02:31:34.448Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16792024-12-21T02:31:34.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-12-21T02:31:34.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-12-21T02:31:34.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-12-21T02:31:34.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16832024-12-21T02:31:34.859Z
16842024-12-21T02:31:34.859Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16852024-12-21T02:31:35.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-12-21T02:31:35.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-12-21T02:31:35.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-12-21T02:31:35.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16892024-12-21T02:31:35.268Z
16902024-12-21T02:31:35.268Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16912024-12-21T02:31:35.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-12-21T02:31:35.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-12-21T02:31:35.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-12-21T02:31:35.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16952024-12-21T02:31:35.672Z
16962024-12-21T02:31:35.672Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
16972024-12-21T02:31:36.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-12-21T02:31:36.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-12-21T02:31:36.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-12-21T02:31:36.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17012024-12-21T02:31:36.082Z
17022024-12-21T02:31:36.082Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17032024-12-21T02:31:36.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-12-21T02:31:36.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-12-21T02:31:36.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-12-21T02:31:36.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17072024-12-21T02:31:36.483Z
17082024-12-21T02:31:36.483Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17092024-12-21T02:31:36.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-12-21T02:31:36.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-12-21T02:31:36.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-12-21T02:31:36.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17132024-12-21T02:31:36.884Z
17142024-12-21T02:31:36.884Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17152024-12-21T02:31:37.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-12-21T02:31:37.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-12-21T02:31:37.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-12-21T02:31:37.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17192024-12-21T02:31:37.291Z
17202024-12-21T02:31:37.291Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17212024-12-21T02:31:37.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-12-21T02:31:37.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-12-21T02:31:37.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-12-21T02:31:37.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17252024-12-21T02:31:37.696Z
17262024-12-21T02:31:37.696Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17272024-12-21T02:31:38.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-12-21T02:31:38.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-12-21T02:31:38.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-12-21T02:31:38.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17312024-12-21T02:31:38.108Z
17322024-12-21T02:31:38.108Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17332024-12-21T02:31:38.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-12-21T02:31:38.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-12-21T02:31:38.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-12-21T02:31:38.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17372024-12-21T02:31:38.520Z
17382024-12-21T02:31:38.520Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17392024-12-21T02:31:38.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-12-21T02:31:38.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-12-21T02:31:38.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-12-21T02:31:38.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17432024-12-21T02:31:38.928Z
17442024-12-21T02:31:38.928Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17452024-12-21T02:31:39.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-12-21T02:31:39.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-12-21T02:31:39.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-12-21T02:31:39.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17492024-12-21T02:31:39.341Z
17502024-12-21T02:31:39.341Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17512024-12-21T02:31:39.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-12-21T02:31:39.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-12-21T02:31:39.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-12-21T02:31:39.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17552024-12-21T02:31:39.767Z
17562024-12-21T02:31:39.767Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17572024-12-21T02:31:40.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-12-21T02:31:40.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-12-21T02:31:40.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-12-21T02:31:40.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17612024-12-21T02:31:40.173Z
17622024-12-21T02:31:40.173Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17632024-12-21T02:31:40.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-12-21T02:31:40.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-12-21T02:31:40.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-12-21T02:31:40.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17672024-12-21T02:31:40.580Z
17682024-12-21T02:31:40.580Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17692024-12-21T02:31:41.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-12-21T02:31:41.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-12-21T02:31:41.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-12-21T02:31:41.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17732024-12-21T02:31:41.188Z
17742024-12-21T02:31:41.188Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17752024-12-21T02:31:41.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-12-21T02:31:41.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-12-21T02:31:41.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782024-12-21T02:31:41.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17792024-12-21T02:31:41.931Z
17802024-12-21T02:31:41.931Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17812024-12-21T02:31:42.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822024-12-21T02:31:42.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832024-12-21T02:31:42.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842024-12-21T02:31:42.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17852024-12-21T02:31:42.404Z
17862024-12-21T02:31:42.404Zinfo: running `cargo check --bins` on oxlog (28/176)
17872024-12-21T02:31:42.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882024-12-21T02:31:42.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892024-12-21T02:31:43.022Z Checking cfg-if v1.0.0
17902024-12-21T02:31:43.022Z Checking libc v0.2.162
17912024-12-21T02:31:43.108Z Checking serde v1.0.215
17922024-12-21T02:31:43.177Z Checking zeroize v1.8.1
17932024-12-21T02:31:43.178Z Checking memchr v2.7.4
17942024-12-21T02:31:43.178Z Checking typenum v1.17.0
17952024-12-21T02:31:43.179Z Checking scopeguard v1.2.0
17962024-12-21T02:31:43.245Z Checking subtle v2.6.1
17972024-12-21T02:31:43.245Z Checking value-bag v1.9.0
17982024-12-21T02:31:43.298Z Checking lock_api v0.4.12
17992024-12-21T02:31:43.380Z Checking itoa v1.0.11
18002024-12-21T02:31:43.435Z Checking smallvec v1.13.2
18012024-12-21T02:31:43.556Z Checking const-oid v0.9.6
18022024-12-21T02:31:43.586Z Checking log v0.4.22
18032024-12-21T02:31:43.689Z Checking pin-project-lite v0.2.14
18042024-12-21T02:31:43.713Z Checking byteorder v1.5.0
18052024-12-21T02:31:43.800Z Checking futures-core v0.3.31
18062024-12-21T02:31:43.971Z Checking once_cell v1.20.2
18072024-12-21T02:31:43.996Z Checking cpufeatures v0.2.14
18082024-12-21T02:31:44.049Z Checking futures-sink v0.3.31
18092024-12-21T02:31:44.077Z Checking stable_deref_trait v1.2.0
18102024-12-21T02:31:44.165Z Checking spin v0.9.8
18112024-12-21T02:31:44.202Z Checking zerocopy v0.7.35
18122024-12-21T02:31:44.235Z Checking slab v0.4.9
18132024-12-21T02:31:44.282Z Checking getrandom v0.2.15
18142024-12-21T02:31:44.329Z Checking signal-hook-registry v1.4.2
18152024-12-21T02:31:44.470Z Checking generic-array v0.14.7
18162024-12-21T02:31:44.527Z Checking parking_lot_core v0.9.10
18172024-12-21T02:31:44.527Z Checking mio v1.0.2
18182024-12-21T02:31:44.527Z Checking rand_core v0.6.4
18192024-12-21T02:31:44.575Z Checking socket2 v0.5.7
18202024-12-21T02:31:44.789Z Checking parking_lot v0.12.3
18212024-12-21T02:31:44.804Z Checking zerofrom v0.1.4
18222024-12-21T02:31:44.993Z Checking yoke v0.7.4
18232024-12-21T02:31:45.006Z Checking futures-channel v0.3.31
18242024-12-21T02:31:45.092Z Checking futures-io v0.3.31
18252024-12-21T02:31:45.099Z Checking allocator-api2 v0.2.18
18262024-12-21T02:31:45.278Z Checking foldhash v0.1.3
18272024-12-21T02:31:45.328Z Checking pin-utils v0.1.0
18282024-12-21T02:31:45.342Z Checking equivalent v1.0.1
18292024-12-21T02:31:45.379Z Checking futures-task v0.3.31
18302024-12-21T02:31:45.411Z Checking zerovec v0.10.4
18312024-12-21T02:31:45.431Z Checking ryu v1.0.18
18322024-12-21T02:31:45.466Z Checking tinyvec_macros v0.1.1
18332024-12-21T02:31:45.547Z Checking tinyvec v1.8.0
18342024-12-21T02:31:45.568Z Checking fnv v1.0.7
18352024-12-21T02:31:45.583Z Checking crypto-common v0.1.6
18362024-12-21T02:31:45.598Z Checking block-buffer v0.10.4
18372024-12-21T02:31:45.646Z Checking futures-util v0.3.31
18382024-12-21T02:31:45.695Z Checking block-padding v0.3.3
18392024-12-21T02:31:45.741Z Checking hashbrown v0.15.1
18402024-12-21T02:31:45.767Z Checking libm v0.2.8
18412024-12-21T02:31:45.805Z Checking digest v0.10.7
18422024-12-21T02:31:45.894Z Checking inout v0.1.3
18432024-12-21T02:31:46.147Z Checking cipher v0.4.4
18442024-12-21T02:31:46.246Z Checking hmac v0.12.1
18452024-12-21T02:31:46.466Z Checking sha2 v0.10.8
18462024-12-21T02:31:46.559Z Checking writeable v0.5.5
18472024-12-21T02:31:46.703Z Checking unicode-bidi v0.3.17
18482024-12-21T02:31:46.787Z Checking litemap v0.7.3
18492024-12-21T02:31:46.859Z Checking unicode-normalization v0.1.24
18502024-12-21T02:31:46.884Z Checking base64ct v1.6.0
18512024-12-21T02:31:46.926Z Checking num-traits v0.2.19
18522024-12-21T02:31:47.041Z Checking tinystr v0.7.6
18532024-12-21T02:31:47.105Z Checking ppv-lite86 v0.2.20
18542024-12-21T02:31:47.270Z Checking flagset v0.4.6
18552024-12-21T02:31:47.314Z Checking pem-rfc7468 v0.7.0
18562024-12-21T02:31:47.384Z Checking icu_locid v1.5.0
18572024-12-21T02:31:47.444Z Checking tracing-core v0.1.32
18582024-12-21T02:31:47.565Z Checking der v0.7.9
18592024-12-21T02:31:47.769Z Checking thiserror v1.0.69
18602024-12-21T02:31:47.857Z Checking rand_chacha v0.3.1
18612024-12-21T02:31:47.900Z Checking icu_locid_transform_data v1.5.0
18622024-12-21T02:31:47.992Z Checking percent-encoding v2.3.1
18632024-12-21T02:31:48.072Z Checking rustls-pki-types v1.10.0
18642024-12-21T02:31:48.094Z Checking bytes v1.8.0
18652024-12-21T02:31:48.206Z Checking indexmap v2.6.0
18662024-12-21T02:31:48.220Z Checking serde_json v1.0.132
18672024-12-21T02:31:48.395Z Checking icu_provider v1.5.0
18682024-12-21T02:31:48.628Z Checking bitflags v2.6.0
18692024-12-21T02:31:48.630Z Checking rand v0.8.5
18702024-12-21T02:31:48.902Z Checking tokio v1.40.0
18712024-12-21T02:31:48.924Z Checking http v1.1.0
18722024-12-21T02:31:49.026Z Checking icu_locid_transform v1.5.0
18732024-12-21T02:31:49.436Z Checking spki v0.7.3
18742024-12-21T02:31:49.473Z Checking tracing v0.1.40
18752024-12-21T02:31:49.716Z Checking icu_collections v1.5.0
18762024-12-21T02:31:49.819Z Checking salsa20 v0.10.2
18772024-12-21T02:31:49.947Z Checking pbkdf2 v0.12.2
18782024-12-21T02:31:49.967Z Checking aws-lc-sys v0.22.0
18792024-12-21T02:31:50.015Z Checking httparse v1.9.5
18802024-12-21T02:31:50.033Z Checking untrusted v0.9.0
18812024-12-21T02:31:50.100Z Checking untrusted v0.7.1
18822024-12-21T02:31:50.176Z Checking powerfmt v0.2.0
18832024-12-21T02:31:50.257Z Checking icu_properties_data v1.5.0
18842024-12-21T02:31:50.307Z Checking mirai-annotations v1.12.0
18852024-12-21T02:31:50.348Z Checking ring v0.17.8
18862024-12-21T02:31:50.425Z Checking scrypt v0.11.0
18872024-12-21T02:31:50.439Z Checking deranged v0.3.11
18882024-12-21T02:31:50.473Z Checking cbc v0.1.2
18892024-12-21T02:31:50.495Z Checking icu_properties v1.5.1
18902024-12-21T02:31:50.634Z Checking aes v0.8.4
18912024-12-21T02:31:50.667Z Checking crossbeam-utils v0.8.20
18922024-12-21T02:31:50.684Z Checking icu_normalizer_data v1.5.0
18932024-12-21T02:31:50.777Z Checking time-core v0.1.2
18942024-12-21T02:31:50.923Z Checking utf16_iter v1.0.5
18952024-12-21T02:31:51.083Z Checking atomic-waker v1.1.2
18962024-12-21T02:31:51.210Z Checking write16 v1.0.0
18972024-12-21T02:31:51.329Z Checking utf8_iter v1.0.4
18982024-12-21T02:31:51.350Z Checking num-conv v0.1.0
18992024-12-21T02:31:51.518Z Checking num_threads v0.1.7
19002024-12-21T02:31:51.531Z Checking pkcs5 v0.7.1
19012024-12-21T02:31:51.596Z Checking http-body v1.0.1
19022024-12-21T02:31:51.622Z Checking form_urlencoded v1.2.1
19032024-12-21T02:31:51.780Z Checking try-lock v0.2.5
19042024-12-21T02:31:51.818Z Checking httpdate v1.0.3
19052024-12-21T02:31:51.910Z Checking want v0.3.1
19062024-12-21T02:31:52.034Z Checking unicode-ident v1.0.13
19072024-12-21T02:31:52.049Z Checking pkcs8 v0.10.2
19082024-12-21T02:31:52.070Z Checking toml_datetime v0.6.8
19092024-12-21T02:31:52.143Z Checking serde_spanned v0.6.8
19102024-12-21T02:31:52.170Z Checking time v0.3.36
19112024-12-21T02:31:52.188Z Checking proc-macro2 v1.0.89
19122024-12-21T02:31:52.314Z Checking uuid v1.11.0
19132024-12-21T02:31:52.335Z Checking slog v2.7.0
19142024-12-21T02:31:52.337Z Checking scroll v0.12.0
19152024-12-21T02:31:52.479Z Checking aws-lc-rs v1.10.0
19162024-12-21T02:31:52.790Z Checking adler2 v2.0.0
19172024-12-21T02:31:52.805Z Checking tower-service v0.3.3
19182024-12-21T02:31:52.832Z Checking ucd-trie v0.1.7
19192024-12-21T02:31:52.910Z Checking iana-time-zone v0.1.61
19202024-12-21T02:31:52.925Z Checking foreign-types-shared v0.1.1
19212024-12-21T02:31:52.940Z Checking match_cfg v0.1.0
19222024-12-21T02:31:53.017Z Checking plain v0.2.3
19232024-12-21T02:31:53.032Z Checking base64 v0.22.1
19242024-12-21T02:31:53.034Z Checking pest v2.7.14
19252024-12-21T02:31:53.054Z Checking chrono v0.4.38
19262024-12-21T02:31:53.159Z Checking goblin v0.8.2
19272024-12-21T02:31:53.484Z Checking foreign-types v0.3.2
19282024-12-21T02:31:53.573Z Checking hostname v0.3.1
19292024-12-21T02:31:53.689Z Checking miniz_oxide v0.8.0
19302024-12-21T02:31:53.749Z Checking icu_normalizer v1.5.0
19312024-12-21T02:31:54.295Z Checking rustls-webpki v0.102.8
19322024-12-21T02:31:54.448Z Checking quote v1.0.37
19332024-12-21T02:31:54.521Z Checking idna_adapter v1.2.0
19342024-12-21T02:31:54.655Z Checking openssl-sys v0.9.103
19352024-12-21T02:31:54.723Z Checking idna v1.0.3
19362024-12-21T02:31:54.800Z Checking dirs-sys-next v0.1.2
19372024-12-21T02:31:54.964Z Checking errno v0.3.9
19382024-12-21T02:31:55.117Z Checking aho-corasick v1.1.3
19392024-12-21T02:31:55.147Z Checking data-encoding v2.6.0
19402024-12-21T02:31:55.149Z Checking pretty-hex v0.4.1
19412024-12-21T02:31:55.202Z Checking url v2.5.3
19422024-12-21T02:31:55.309Z Checking regex-syntax v0.8.5
19432024-12-21T02:31:55.531Z Checking siphasher v0.3.11
19442024-12-21T02:31:55.834Z Checking dtrace-parser v0.2.0
19452024-12-21T02:31:55.875Z Checking rustix v0.38.37
19462024-12-21T02:31:55.971Z Checking openssl v0.10.66
19472024-12-21T02:31:56.050Z Checking dirs-next v2.0.0
19482024-12-21T02:31:56.145Z Checking tokio-util v0.7.12
19492024-12-21T02:31:56.163Z Checking syn v2.0.87
19502024-12-21T02:31:56.256Z Checking http-body-util v0.1.2
19512024-12-21T02:31:56.690Z Checking crossbeam-epoch v0.9.18
19522024-12-21T02:31:56.737Z Checking signature v2.2.0
19532024-12-21T02:31:56.923Z Checking sha1 v0.10.6
19542024-12-21T02:31:57.034Z Checking h2 v0.4.6
19552024-12-21T02:31:57.120Z Checking lazy_static v1.5.0
19562024-12-21T02:31:57.193Z Checking thread_local v1.1.8
19572024-12-21T02:31:57.233Z Checking thread-id v4.2.2
19582024-12-21T02:31:57.333Z Checking encoding_rs v0.8.34
19592024-12-21T02:31:57.451Z Checking gimli v0.31.1
19602024-12-21T02:31:58.081Z Checking dof v0.3.0
19612024-12-21T02:31:58.659Z Checking regex-automata v0.4.8
19622024-12-21T02:31:58.799Z Checking ipnet v2.10.1
19632024-12-21T02:31:59.117Z Checking unicode-properties v0.1.3
19642024-12-21T02:31:59.406Z Checking winnow v0.6.20
19652024-12-21T02:31:59.499Z Checking mime v0.3.17
19662024-12-21T02:31:59.689Z Checking anstyle v1.0.10
19672024-12-21T02:31:59.829Z Checking openssl-probe v0.1.5
19682024-12-21T02:31:59.957Z Checking either v1.13.0
19692024-12-21T02:32:00.046Z Checking utf8parse v0.2.2
19702024-12-21T02:32:00.202Z Checking anstyle-parse v0.2.5
19712024-12-21T02:32:00.350Z Checking stringprep v0.1.5
19722024-12-21T02:32:00.471Z Checking crossbeam-deque v0.8.5
19732024-12-21T02:32:00.619Z Checking term v0.7.0
19742024-12-21T02:32:00.777Z Checking rustls v0.23.19
19752024-12-21T02:32:01.030Z Checking rustls v0.22.4
19762024-12-21T02:32:01.339Z Checking native-tls v0.2.12
19772024-12-21T02:32:01.416Z Checking addr2line v0.24.2
19782024-12-21T02:32:01.644Z Checking slog-json v2.6.1
19792024-12-21T02:32:01.899Z Checking serde_urlencoded v0.7.1
19802024-12-21T02:32:01.917Z Checking crossbeam-channel v0.5.13
19812024-12-21T02:32:02.322Z Checking toml_edit v0.22.22
19822024-12-21T02:32:02.325Z Checking futures-executor v0.3.31
19832024-12-21T02:32:02.376Z Checking usdt-impl v0.5.0
19842024-12-21T02:32:02.543Z Checking rustls-pemfile v2.2.0
19852024-12-21T02:32:02.597Z Checking num-integer v0.1.46
19862024-12-21T02:32:02.748Z Checking idna v0.4.0
19872024-12-21T02:32:02.920Z Checking idna v0.3.0
19882024-12-21T02:32:03.098Z Checking md-5 v0.10.6
19892024-12-21T02:32:03.164Z Checking hyper v1.5.0
19902024-12-21T02:32:03.206Z Checking ff v0.13.0
19912024-12-21T02:32:03.315Z Checking memmap v0.7.0
19922024-12-21T02:32:03.403Z Checking is-terminal v0.4.13
19932024-12-21T02:32:03.512Z Checking hash32 v0.2.1
19942024-12-21T02:32:03.527Z Checking object v0.36.5
19952024-12-21T02:32:03.587Z Checking colorchoice v1.0.2
19962024-12-21T02:32:03.710Z Checking anstyle-query v1.1.1
19972024-12-21T02:32:03.768Z Checking dyn-clone v1.0.17
19982024-12-21T02:32:03.805Z Checking linked-hash-map v0.5.6
19992024-12-21T02:32:03.830Z Checking take_mut v0.2.2
20002024-12-21T02:32:03.906Z Checking fallible-iterator v0.2.0
20012024-12-21T02:32:03.968Z Checking utf-8 v0.7.6
20022024-12-21T02:32:04.134Z Checking base16ct v0.2.0
20032024-12-21T02:32:04.171Z Checking psl-types v2.0.11
20042024-12-21T02:32:04.315Z Checking rustc-demangle v0.1.24
20052024-12-21T02:32:04.351Z Checking is_terminal_polyfill v1.70.1
20062024-12-21T02:32:04.465Z Checking quick-error v1.2.3
20072024-12-21T02:32:04.531Z Checking postgres-protocol v0.6.7
20082024-12-21T02:32:04.607Z Checking resolv-conf v0.7.0
20092024-12-21T02:32:04.680Z Checking tokio-rustls v0.25.0
20102024-12-21T02:32:04.746Z Checking anstream v0.6.15
20112024-12-21T02:32:04.874Z Checking toml v0.8.19
20122024-12-21T02:32:04.926Z Checking publicsuffix v2.2.3
20132024-12-21T02:32:05.053Z Checking sec1 v0.7.3
20142024-12-21T02:32:05.106Z Checking tungstenite v0.24.0
20152024-12-21T02:32:05.145Z Checking lru-cache v0.1.2
20162024-12-21T02:32:05.209Z Checking slog-async v2.8.0
20172024-12-21T02:32:05.229Z Checking hyper-util v0.1.10
20182024-12-21T02:32:05.321Z Checking schemars v0.8.21
20192024-12-21T02:32:05.415Z Checking heapless v0.7.17
20202024-12-21T02:32:05.486Z Checking hickory-proto v0.24.1
20212024-12-21T02:32:05.630Z Checking usdt v0.5.0
20222024-12-21T02:32:05.889Z Checking slog-term v2.9.1
20232024-12-21T02:32:06.056Z Checking group v0.13.0
20242024-12-21T02:32:06.295Z Checking num-iter v0.1.45
20252024-12-21T02:32:06.314Z Checking tokio-rustls v0.26.0
20262024-12-21T02:32:06.376Z Checking futures v0.3.31
20272024-12-21T02:32:06.425Z Checking slog-bunyan v2.5.0
20282024-12-21T02:32:06.461Z Checking tokio-native-tls v0.3.1
20292024-12-21T02:32:06.481Z Checking rayon-core v1.12.1
20302024-12-21T02:32:06.583Z Checking multer v3.1.0
20312024-12-21T02:32:06.712Z Checking terminal_size v0.4.0
20322024-12-21T02:32:06.725Z Checking phf_shared v0.11.2
20332024-12-21T02:32:06.880Z Checking cookie v0.18.1
20342024-12-21T02:32:06.937Z Checking async-stream v0.3.6
20352024-12-21T02:32:06.980Z Checking bzip2-sys v0.1.11+1.0.8
20362024-12-21T02:32:07.003Z Checking camino v1.1.9
20372024-12-21T02:32:07.114Z Checking signal-hook v0.3.17
20382024-12-21T02:32:07.149Z Checking waitgroup v0.1.2
20392024-12-21T02:32:07.163Z Checking openapiv3 v2.0.0
20402024-12-21T02:32:07.182Z Checking webpki-roots v0.26.6
20412024-12-21T02:32:07.254Z Checking serde_path_to_error v0.1.16
20422024-12-21T02:32:07.330Z Checking idna v0.5.0
20432024-12-21T02:32:07.389Z Checking hkdf v0.12.4
20442024-12-21T02:32:07.505Z Checking crypto-bigint v0.5.5
20452024-12-21T02:32:07.676Z Checking hostname v0.4.0
20462024-12-21T02:32:07.778Z Checking crc32fast v1.4.2
20472024-12-21T02:32:07.778Z Checking unicode-width v0.1.14
20482024-12-21T02:32:07.877Z Checking debug-ignore v1.0.5
20492024-12-21T02:32:07.928Z Checking bitflags v1.3.2
20502024-12-21T02:32:07.942Z Checking winnow v0.5.40
20512024-12-21T02:32:07.955Z Checking clap_lex v0.7.2
20522024-12-21T02:32:08.129Z Checking strsim v0.11.1
20532024-12-21T02:32:08.173Z Checking managed v0.8.0
20542024-12-21T02:32:08.185Z Checking cookie_store v0.21.0
20552024-12-21T02:32:08.376Z Checking clap_builder v4.5.21
20562024-12-21T02:32:08.540Z Checking smoltcp v0.9.1
20572024-12-21T02:32:08.865Z Checking console v0.15.8
20582024-12-21T02:32:09.448Z Checking flate2 v1.0.34
20592024-12-21T02:32:09.905Z Checking backtrace v0.3.74
20602024-12-21T02:32:10.100Z Checking signal-hook-mio v0.2.4
20612024-12-21T02:32:10.114Z Checking hyper-rustls v0.27.3
20622024-12-21T02:32:10.155Z Checking hickory-resolver v0.24.1
20632024-12-21T02:32:10.227Z Checking hyper-tls v0.6.0
20642024-12-21T02:32:10.294Z Checking elliptic-curve v0.13.8
20652024-12-21T02:32:10.433Z Checking rayon v1.10.0
20662024-12-21T02:32:10.446Z Checking anyhow v1.0.93
20672024-12-21T02:32:10.502Z Checking bzip2 v0.4.4
20682024-12-21T02:32:10.563Z Checking dropshot v0.12.0
20692024-12-21T02:32:10.782Z Checking phf v0.11.2
20702024-12-21T02:32:10.811Z Checking num-bigint-dig v0.8.4
20712024-12-21T02:32:10.926Z Checking tokio-tungstenite v0.24.0
20722024-12-21T02:32:10.984Z Checking toml_edit v0.19.15
20732024-12-21T02:32:11.029Z Checking postgres-types v0.2.8
20742024-12-21T02:32:11.389Z Checking regex v1.11.1
20752024-12-21T02:32:11.431Z Checking bstr v1.10.0
20762024-12-21T02:32:11.680Z Checking tokio-stream v0.1.16
20772024-12-21T02:32:11.723Z Checking ed25519 v2.2.3
20782024-12-21T02:32:12.009Z Checking phf_shared v0.10.0
20792024-12-21T02:32:12.040Z Checking zerocopy v0.6.6
20802024-12-21T02:32:12.289Z Checking curve25519-dalek v4.1.3
20812024-12-21T02:32:12.380Z Checking pkcs1 v0.7.5
20822024-12-21T02:32:12.509Z Checking hubpack v0.1.2
20832024-12-21T02:32:12.764Z Checking portable-atomic v1.9.0
20842024-12-21T02:32:12.811Z Checking float-cmp v0.9.0
20852024-12-21T02:32:12.826Z Checking serde-big-array v0.5.1
20862024-12-21T02:32:12.956Z Checking rfc6979 v0.4.0
20872024-12-21T02:32:13.015Z Checking sync_wrapper v1.0.1
20882024-12-21T02:32:13.074Z Checking bit-vec v0.6.3
20892024-12-21T02:32:13.130Z Checking number_prefix v0.4.0
20902024-12-21T02:32:13.186Z Checking precomputed-hash v0.1.1
20912024-12-21T02:32:13.275Z Checking whoami v1.5.2
20922024-12-21T02:32:13.306Z Checking difflib v0.4.0
20932024-12-21T02:32:13.375Z Checking predicates-core v1.0.8
20942024-12-21T02:32:13.460Z Checking unicode-width v0.2.0
20952024-12-21T02:32:13.555Z Checking fixedbitset v0.4.2
20962024-12-21T02:32:13.590Z Checking static_assertions v1.1.0
20972024-12-21T02:32:13.590Z Checking new_debug_unreachable v1.0.6
20982024-12-21T02:32:13.637Z Checking normalize-line-endings v0.3.0
20992024-12-21T02:32:13.643Z Checking minimal-lexical v0.2.1
21002024-12-21T02:32:13.743Z Checking unicode-segmentation v1.12.0
21012024-12-21T02:32:13.779Z Checking petgraph v0.6.5
21022024-12-21T02:32:13.805Z Checking predicates v3.1.2
21032024-12-21T02:32:13.890Z Checking string_cache v0.8.7
21042024-12-21T02:32:14.000Z Checking nom v7.1.3
21052024-12-21T02:32:14.105Z Checking ed25519-dalek v2.1.1
21062024-12-21T02:32:14.167Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21072024-12-21T02:32:14.182Z Checking qorb v0.2.1
21082024-12-21T02:32:14.216Z Checking indicatif v0.17.9
21092024-12-21T02:32:14.397Z Checking similar v2.6.0
21102024-12-21T02:32:14.460Z Checking tokio-postgres v0.7.12
21112024-12-21T02:32:14.508Z Checking toml v0.7.8
21122024-12-21T02:32:14.975Z Checking bit-set v0.5.3
21132024-12-21T02:32:15.235Z Checking reqwest v0.12.9
21142024-12-21T02:32:15.271Z Checking ecdsa v0.16.9
21152024-12-21T02:32:15.307Z Checking rsa v0.9.6
21162024-12-21T02:32:15.999Z Checking clap v4.5.21
21172024-12-21T02:32:16.116Z Checking zip v0.6.6
21182024-12-21T02:32:16.300Z Checking crossterm v0.28.1
21192024-12-21T02:32:16.644Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21202024-12-21T02:32:16.670Z Checking itertools v0.10.5
21212024-12-21T02:32:16.789Z Checking itertools v0.12.1
21222024-12-21T02:32:16.874Z Checking fs-err v2.11.0
21232024-12-21T02:32:17.068Z Checking ahash v0.8.11
21242024-12-21T02:32:17.153Z Checking x509-cert v0.2.5
21252024-12-21T02:32:17.414Z Checking hex v0.4.3
21262024-12-21T02:32:17.530Z Checking semver v1.0.23
21272024-12-21T02:32:17.643Z Checking lalrpop-util v0.19.12
21282024-12-21T02:32:17.912Z Checking peg-runtime v0.8.3
21292024-12-21T02:32:17.926Z Checking sigpipe v0.1.3
21302024-12-21T02:32:19.051Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21312024-12-21T02:32:19.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.93s
21322024-12-21T02:32:19.501Z
21332024-12-21T02:32:19.501Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21342024-12-21T02:32:20.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352024-12-21T02:32:20.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362024-12-21T02:32:20.145Z Compiling hashbrown v0.14.5
21372024-12-21T02:32:20.261Z Checking heck v0.5.0
21382024-12-21T02:32:20.271Z Compiling unsafe-libyaml v0.2.11
21392024-12-21T02:32:20.283Z Compiling ident_case v1.0.1
21402024-12-21T02:32:20.286Z Checking progenitor-client v0.8.0
21412024-12-21T02:32:20.310Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21422024-12-21T02:32:20.327Z Compiling proc-macro-crate v1.3.1
21432024-12-21T02:32:20.409Z Compiling darling_core v0.20.10
21442024-12-21T02:32:20.433Z Checking ipnetwork v0.20.0
21452024-12-21T02:32:20.652Z Compiling structmeta-derive v0.3.0
21462024-12-21T02:32:20.667Z Compiling newtype-uuid v1.1.3
21472024-12-21T02:32:20.752Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21482024-12-21T02:32:20.978Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21492024-12-21T02:32:21.038Z Compiling lzma-sys v0.1.20
21502024-12-21T02:32:21.318Z Compiling foreign-types-macros v0.2.3
21512024-12-21T02:32:21.374Z Checking regress v0.10.1
21522024-12-21T02:32:21.502Z Compiling num_enum_derive v0.5.11
21532024-12-21T02:32:21.800Z Compiling serde_yaml v0.9.34+deprecated
21542024-12-21T02:32:22.161Z Compiling dropshot v0.13.0
21552024-12-21T02:32:22.436Z Checking arc-swap v1.7.1
21562024-12-21T02:32:22.630Z Checking foreign-types-shared v0.3.1
21572024-12-21T02:32:22.747Z Checking foreign-types v0.5.0
21582024-12-21T02:32:22.866Z Checking slog-scope v4.4.0
21592024-12-21T02:32:22.951Z Compiling proc-macro-error v1.0.4
21602024-12-21T02:32:23.495Z Compiling structmeta v0.3.0
21612024-12-21T02:32:23.617Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21622024-12-21T02:32:23.667Z Checking tungstenite v0.21.0
21632024-12-21T02:32:23.715Z Compiling heck v0.3.3
21642024-12-21T02:32:23.939Z Compiling parse-display-derive v0.10.0
21652024-12-21T02:32:23.996Z Checking num_enum v0.5.11
21662024-12-21T02:32:24.124Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21672024-12-21T02:32:24.139Z Compiling dropshot_endpoint v0.13.0
21682024-12-21T02:32:24.650Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21692024-12-21T02:32:24.848Z Checking typify-impl v0.2.0
21702024-12-21T02:32:24.956Z Checking cstr-argument v0.1.2
21712024-12-21T02:32:25.415Z Checking instant v0.1.13
21722024-12-21T02:32:25.523Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21732024-12-21T02:32:25.787Z Checking base64 v0.21.7
21742024-12-21T02:32:26.091Z Checking fastrand v2.1.1
21752024-12-21T02:32:26.261Z Checking pretty-hex v0.2.1
21762024-12-21T02:32:26.404Z Checking tempfile v3.13.0
21772024-12-21T02:32:26.406Z Checking backoff v0.4.0
21782024-12-21T02:32:26.433Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21792024-12-21T02:32:26.698Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21802024-12-21T02:32:26.714Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21812024-12-21T02:32:26.747Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21822024-12-21T02:32:26.835Z Checking tokio-tungstenite v0.21.0
21832024-12-21T02:32:26.895Z Checking strum v0.26.3
21842024-12-21T02:32:27.056Z Compiling zone_cfg_derive v0.1.2
21852024-12-21T02:32:27.068Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21862024-12-21T02:32:27.261Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21872024-12-21T02:32:27.342Z Checking slog-stdlog v4.1.1
21882024-12-21T02:32:27.378Z Compiling darling_macro v0.20.10
21892024-12-21T02:32:27.513Z Checking regress v0.9.1
21902024-12-21T02:32:27.657Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21912024-12-21T02:32:27.763Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21922024-12-21T02:32:27.791Z Checking colored v2.1.0
21932024-12-21T02:32:28.024Z Checking macaddr v1.0.1
21942024-12-21T02:32:28.059Z Checking base64 v0.13.1
21952024-12-21T02:32:28.310Z Compiling darling v0.20.10
21962024-12-21T02:32:28.420Z Compiling serde_with_macros v3.11.0
21972024-12-21T02:32:28.434Z Checking ron v0.7.1
21982024-12-21T02:32:28.447Z Checking zone v0.1.8
21992024-12-21T02:32:28.539Z Checking parse-display v0.10.0
22002024-12-21T02:32:28.764Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22012024-12-21T02:32:29.069Z Checking xz2 v0.1.7
22022024-12-21T02:32:29.216Z Checking slog-envlogger v2.2.0
22032024-12-21T02:32:29.357Z Checking tabwriter v1.4.0
22042024-12-21T02:32:29.419Z Checking xattr v1.3.1
22052024-12-21T02:32:29.611Z Checking pem v3.0.4
22062024-12-21T02:32:29.629Z Checking yasna v0.5.2
22072024-12-21T02:32:29.632Z Checking headers-core v0.3.0
22082024-12-21T02:32:29.780Z Checking smf v0.2.3
22092024-12-21T02:32:29.873Z Checking filetime v0.2.25
22102024-12-21T02:32:30.087Z Checking same-file v1.0.6
22112024-12-21T02:32:30.239Z Checking tar v0.4.42
22122024-12-21T02:32:30.255Z Checking walkdir v2.5.0
22132024-12-21T02:32:30.322Z Checking headers v0.4.0
22142024-12-21T02:32:30.498Z Checking rcgen v0.12.1
22152024-12-21T02:32:30.517Z Checking camino-tempfile v1.1.1
22162024-12-21T02:32:30.772Z Checking atomicwrites v0.4.4
22172024-12-21T02:32:30.968Z Checking subprocess v0.2.9
22182024-12-21T02:32:31.330Z Checking serde_with v3.11.0
22192024-12-21T02:32:35.038Z Compiling typify-macro v0.2.0
22202024-12-21T02:32:36.844Z Compiling typify v0.2.0
22212024-12-21T02:32:36.909Z Compiling progenitor-impl v0.8.0
22222024-12-21T02:32:40.019Z Compiling progenitor-macro v0.8.0
22232024-12-21T02:32:44.614Z Checking progenitor v0.8.0
22242024-12-21T02:32:44.764Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22252024-12-21T02:32:44.764Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22262024-12-21T02:32:47.324Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22272024-12-21T02:32:47.682Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22282024-12-21T02:32:53.676Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22292024-12-21T02:32:55.269Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22302024-12-21T02:32:56.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.91s
22312024-12-21T02:32:56.588Z
22322024-12-21T02:32:56.588Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22332024-12-21T02:32:57.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-12-21T02:32:57.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-12-21T02:32:57.219Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22362024-12-21T02:32:58.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
22372024-12-21T02:32:58.747Z
22382024-12-21T02:32:58.747Zinfo: running `cargo check --bins` on nexus-config (31/176)
22392024-12-21T02:32:59.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-12-21T02:32:59.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-12-21T02:32:59.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-12-21T02:32:59.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22432024-12-21T02:32:59.340Z
22442024-12-21T02:32:59.340Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22452024-12-21T02:32:59.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-12-21T02:32:59.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-12-21T02:32:59.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482024-12-21T02:32:59.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22492024-12-21T02:32:59.919Z
22502024-12-21T02:32:59.919Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22512024-12-21T02:33:00.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-12-21T02:33:00.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-12-21T02:33:00.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542024-12-21T02:33:00.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22552024-12-21T02:33:00.530Z
22562024-12-21T02:33:00.530Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22572024-12-21T02:33:01.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582024-12-21T02:33:01.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592024-12-21T02:33:01.192Z Compiling zerocopy v0.8.10
22602024-12-21T02:33:01.192Z Compiling progenitor-client v0.8.0
22612024-12-21T02:33:01.192Z Compiling itertools v0.13.0
22622024-12-21T02:33:01.195Z Compiling zerocopy-derive v0.8.10
22632024-12-21T02:33:01.195Z Compiling heapless v0.8.0
22642024-12-21T02:33:01.195Z Compiling newtype-uuid v1.1.3
22652024-12-21T02:33:01.195Z Compiling ipnetwork v0.20.0
22662024-12-21T02:33:01.195Z Checking hash32 v0.3.1
22672024-12-21T02:33:01.509Z Compiling instant v0.1.13
22682024-12-21T02:33:01.646Z Compiling smoltcp v0.11.0
22692024-12-21T02:33:01.661Z Compiling backoff v0.4.0
22702024-12-21T02:33:01.828Z Compiling progenitor v0.8.0
22712024-12-21T02:33:01.977Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22722024-12-21T02:33:02.081Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22732024-12-21T02:33:02.205Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22742024-12-21T02:33:02.226Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22752024-12-21T02:33:02.373Z Compiling dropshot v0.13.0
22762024-12-21T02:33:02.391Z Compiling serde_with v3.11.0
22772024-12-21T02:33:02.550Z Compiling parse-display v0.10.0
22782024-12-21T02:33:02.705Z Checking num-rational v0.4.2
22792024-12-21T02:33:03.068Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22802024-12-21T02:33:03.284Z Compiling regress v0.9.1
22812024-12-21T02:33:03.356Z Compiling phf_generator v0.11.2
22822024-12-21T02:33:03.533Z Checking num-complex v0.4.6
22832024-12-21T02:33:04.424Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22842024-12-21T02:33:05.032Z Compiling macaddr v1.0.1
22852024-12-21T02:33:05.492Z Checking cobs v0.2.3
22862024-12-21T02:33:05.534Z Compiling num v0.4.3
22872024-12-21T02:33:05.674Z Checking postcard v1.0.10
22882024-12-21T02:33:05.742Z Compiling phf_codegen v0.11.2
22892024-12-21T02:33:06.224Z Compiling parse-zoneinfo v0.3.1
22902024-12-21T02:33:06.394Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22912024-12-21T02:33:06.669Z Compiling convert_case v0.4.0
22922024-12-21T02:33:07.243Z Checking float-ord v0.3.2
22932024-12-21T02:33:07.562Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22942024-12-21T02:33:07.609Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22952024-12-21T02:33:07.754Z Compiling derive_more v0.99.18
22962024-12-21T02:33:08.166Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22972024-12-21T02:33:08.461Z Compiling chrono-tz-build v0.4.0
22982024-12-21T02:33:09.069Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22992024-12-21T02:33:09.940Z Compiling crucible-workspace-hack v0.1.0
23002024-12-21T02:33:09.972Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23012024-12-21T02:33:10.187Z Compiling thiserror v2.0.3
23022024-12-21T02:33:10.267Z Compiling chrono-tz v0.10.0
23032024-12-21T02:33:10.287Z Checking newline-converter v0.3.0
23042024-12-21T02:33:10.948Z Checking prettyplease v0.2.25
23052024-12-21T02:33:11.165Z Compiling thiserror-impl v2.0.3
23062024-12-21T02:33:11.704Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23072024-12-21T02:33:11.707Z Compiling slog-dtrace v0.3.0
23082024-12-21T02:33:11.722Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23092024-12-21T02:33:12.029Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23102024-12-21T02:33:12.444Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23112024-12-21T02:33:13.047Z Checking expectorate v1.1.0
23122024-12-21T02:33:13.123Z Compiling zone_cfg_derive v0.3.0
23132024-12-21T02:33:13.236Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23142024-12-21T02:33:13.305Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23152024-12-21T02:33:13.616Z Compiling const_format_proc_macros v0.2.33
23162024-12-21T02:33:13.930Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23172024-12-21T02:33:14.427Z Compiling num-derive v0.4.2
23182024-12-21T02:33:14.652Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23192024-12-21T02:33:14.749Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23202024-12-21T02:33:14.925Z Checking highway v1.2.0
23212024-12-21T02:33:14.996Z Checking zone v0.3.0
23222024-12-21T02:33:15.148Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23232024-12-21T02:33:15.364Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23242024-12-21T02:33:15.736Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23252024-12-21T02:33:15.765Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23262024-12-21T02:33:15.812Z Checking const_format v0.2.33
23272024-12-21T02:33:16.139Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23282024-12-21T02:33:16.695Z Checking gethostname v0.5.0
23292024-12-21T02:33:16.741Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23302024-12-21T02:33:16.782Z Checking bcs v0.1.6
23312024-12-21T02:33:16.801Z Compiling async-recursion v1.1.1
23322024-12-21T02:33:17.816Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23332024-12-21T02:33:18.023Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23342024-12-21T02:33:23.665Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23352024-12-21T02:33:26.874Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23362024-12-21T02:33:29.374Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23372024-12-21T02:33:30.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.06s
23382024-12-21T02:33:30.771Z
23392024-12-21T02:33:30.771Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23402024-12-21T02:33:31.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-12-21T02:33:31.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-12-21T02:33:31.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23432024-12-21T02:33:31.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23442024-12-21T02:33:31.373Z
23452024-12-21T02:33:31.373Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23462024-12-21T02:33:31.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-12-21T02:33:31.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-12-21T02:33:31.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23492024-12-21T02:33:31.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23502024-12-21T02:33:31.972Z
23512024-12-21T02:33:31.972Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23522024-12-21T02:33:32.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-12-21T02:33:32.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-12-21T02:33:32.594Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23552024-12-21T02:33:33.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
23562024-12-21T02:33:33.379Z
23572024-12-21T02:33:33.379Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23582024-12-21T02:33:33.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23592024-12-21T02:33:33.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23602024-12-21T02:33:34.012Z Compiling cfg_aliases v0.1.1
23612024-12-21T02:33:34.014Z Compiling vte_generate_state_changes v0.1.2
23622024-12-21T02:33:34.014Z Checking fd-lock v4.0.2
23632024-12-21T02:33:34.015Z Checking nibble_vec v0.1.0
23642024-12-21T02:33:34.015Z Checking bytecount v0.6.8
23652024-12-21T02:33:34.117Z Checking endian-type v0.1.2
23662024-12-21T02:33:34.125Z Compiling tabled_derive v0.7.0
23672024-12-21T02:33:34.155Z Compiling peg-macros v0.8.4
23682024-12-21T02:33:34.195Z Compiling nix v0.28.0
23692024-12-21T02:33:34.263Z Checking papergrid v0.11.0
23702024-12-21T02:33:34.280Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23712024-12-21T02:33:34.280Z Compiling sqlparser_derive v0.2.2
23722024-12-21T02:33:34.351Z Checking radix_trie v0.2.1
23732024-12-21T02:33:34.742Z Checking vte v0.11.1
23742024-12-21T02:33:34.761Z Checking home v0.5.9
23752024-12-21T02:33:34.904Z Checking unicode_categories v0.1.1
23762024-12-21T02:33:35.200Z Checking nu-ansi-term v0.50.1
23772024-12-21T02:33:35.395Z Checking sqlparser v0.45.0
23782024-12-21T02:33:35.466Z Checking sqlformat v0.2.6
23792024-12-21T02:33:35.602Z Checking display-error-chain v0.2.2
23802024-12-21T02:33:36.035Z Checking strip-ansi-escapes v0.2.0
23812024-12-21T02:33:36.175Z Checking reedline v0.35.0
23822024-12-21T02:33:36.502Z Checking tabled v0.15.0
23832024-12-21T02:33:37.076Z Checking peg v0.8.4
23842024-12-21T02:33:37.239Z Checking rustyline v14.0.0
23852024-12-21T02:33:45.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s
23862024-12-21T02:33:45.701Z
23872024-12-21T02:33:45.701Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23882024-12-21T02:33:46.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-12-21T02:33:46.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-12-21T02:33:46.341Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23912024-12-21T02:33:51.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
23922024-12-21T02:33:51.274Z
23932024-12-21T02:33:51.274Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
23942024-12-21T02:33:51.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-12-21T02:33:51.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-12-21T02:33:51.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23972024-12-21T02:33:55.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
23982024-12-21T02:33:55.679Z
23992024-12-21T02:33:55.679Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24002024-12-21T02:33:56.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-12-21T02:33:56.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-12-21T02:33:56.312Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24032024-12-21T02:34:00.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
24042024-12-21T02:34:00.982Z
24052024-12-21T02:34:00.982Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24062024-12-21T02:34:01.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-12-21T02:34:01.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-12-21T02:34:01.623Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24092024-12-21T02:34:06.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
24102024-12-21T02:34:06.353Z
24112024-12-21T02:34:06.353Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24122024-12-21T02:34:06.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-12-21T02:34:06.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-12-21T02:34:06.990Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24152024-12-21T02:34:10.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
24162024-12-21T02:34:10.936Z
24172024-12-21T02:34:10.936Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24182024-12-21T02:34:11.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-12-21T02:34:11.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-12-21T02:34:11.576Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24212024-12-21T02:34:15.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
24222024-12-21T02:34:15.563Z
24232024-12-21T02:34:15.563Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24242024-12-21T02:34:16.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-12-21T02:34:16.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-12-21T02:34:16.198Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24272024-12-21T02:34:20.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
24282024-12-21T02:34:21.131Z
24292024-12-21T02:34:21.132Zinfo: running `cargo check --bins` on oximeter (46/176)
24302024-12-21T02:34:21.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-12-21T02:34:21.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-12-21T02:34:21.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-12-21T02:34:21.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24342024-12-21T02:34:21.728Z
24352024-12-21T02:34:21.728Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24362024-12-21T02:34:22.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-12-21T02:34:22.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-12-21T02:34:22.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24392024-12-21T02:34:22.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24402024-12-21T02:34:22.311Z
24412024-12-21T02:34:22.311Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24422024-12-21T02:34:22.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-12-21T02:34:22.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-12-21T02:34:22.920Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24452024-12-21T02:34:23.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
24462024-12-21T02:34:23.517Z
24472024-12-21T02:34:23.518Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24482024-12-21T02:34:24.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-12-21T02:34:24.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-12-21T02:34:24.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-12-21T02:34:24.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24522024-12-21T02:34:24.115Z
24532024-12-21T02:34:24.115Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24542024-12-21T02:34:24.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-12-21T02:34:24.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-12-21T02:34:24.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-12-21T02:34:24.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24582024-12-21T02:34:24.720Z
24592024-12-21T02:34:24.720Zinfo: running `cargo check --bins` on oxql-types (51/176)
24602024-12-21T02:34:25.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-12-21T02:34:25.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-12-21T02:34:25.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-12-21T02:34:25.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24642024-12-21T02:34:25.323Z
24652024-12-21T02:34:25.323Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24662024-12-21T02:34:25.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-12-21T02:34:25.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-12-21T02:34:25.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-12-21T02:34:25.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24702024-12-21T02:34:25.940Z
24712024-12-21T02:34:25.940Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24722024-12-21T02:34:26.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-12-21T02:34:26.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-12-21T02:34:26.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-12-21T02:34:26.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24762024-12-21T02:34:26.540Z
24772024-12-21T02:34:26.540Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24782024-12-21T02:34:27.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-12-21T02:34:27.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-12-21T02:34:27.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-12-21T02:34:27.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24822024-12-21T02:34:27.148Z
24832024-12-21T02:34:27.148Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24842024-12-21T02:34:27.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-12-21T02:34:27.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-12-21T02:34:27.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-12-21T02:34:27.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24882024-12-21T02:34:27.746Z
24892024-12-21T02:34:27.746Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
24902024-12-21T02:34:28.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-12-21T02:34:28.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-12-21T02:34:28.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-12-21T02:34:28.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24942024-12-21T02:34:28.351Z
24952024-12-21T02:34:28.351Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
24962024-12-21T02:34:28.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-12-21T02:34:28.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-12-21T02:34:28.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-12-21T02:34:28.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25002024-12-21T02:34:28.947Z
25012024-12-21T02:34:28.947Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25022024-12-21T02:34:29.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-12-21T02:34:29.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-12-21T02:34:29.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-12-21T02:34:29.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25062024-12-21T02:34:29.533Z
25072024-12-21T02:34:29.533Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25082024-12-21T02:34:30.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-12-21T02:34:30.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-12-21T02:34:30.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-12-21T02:34:30.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25122024-12-21T02:34:30.148Z
25132024-12-21T02:34:30.148Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25142024-12-21T02:34:30.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-12-21T02:34:30.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-12-21T02:34:30.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-12-21T02:34:30.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25182024-12-21T02:34:30.771Z
25192024-12-21T02:34:30.771Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25202024-12-21T02:34:31.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-12-21T02:34:31.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-12-21T02:34:31.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-12-21T02:34:31.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25242024-12-21T02:34:31.352Z
25252024-12-21T02:34:31.352Zinfo: running `cargo check --bins` on dpd-client (62/176)
25262024-12-21T02:34:31.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-12-21T02:34:31.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-12-21T02:34:31.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-12-21T02:34:31.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25302024-12-21T02:34:31.943Z
25312024-12-21T02:34:31.943Zinfo: running `cargo check --bins` on gateway-client (63/176)
25322024-12-21T02:34:32.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-12-21T02:34:32.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-12-21T02:34:32.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-12-21T02:34:32.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25362024-12-21T02:34:32.526Z
25372024-12-21T02:34:32.527Zinfo: running `cargo check --bins` on installinator-client (64/176)
25382024-12-21T02:34:33.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-12-21T02:34:33.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-12-21T02:34:33.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-12-21T02:34:33.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25422024-12-21T02:34:33.141Z
25432024-12-21T02:34:33.141Zinfo: running `cargo check --bins` on installinator-common (65/176)
25442024-12-21T02:34:33.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-12-21T02:34:33.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-12-21T02:34:33.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-12-21T02:34:33.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25482024-12-21T02:34:33.756Z
25492024-12-21T02:34:33.756Zinfo: running `cargo check --bins` on update-engine (66/176)
25502024-12-21T02:34:34.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-12-21T02:34:34.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-12-21T02:34:34.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-12-21T02:34:34.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25542024-12-21T02:34:34.341Z
25552024-12-21T02:34:34.341Zinfo: running `cargo check --bins` on nexus-client (67/176)
25562024-12-21T02:34:34.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-12-21T02:34:34.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-12-21T02:34:34.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-12-21T02:34:34.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25602024-12-21T02:34:34.964Z
25612024-12-21T02:34:34.965Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25622024-12-21T02:34:35.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-12-21T02:34:35.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-12-21T02:34:35.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-12-21T02:34:35.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25662024-12-21T02:34:35.576Z
25672024-12-21T02:34:35.576Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25682024-12-21T02:34:36.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-12-21T02:34:36.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-12-21T02:34:36.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-12-21T02:34:36.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25722024-12-21T02:34:36.159Z
25732024-12-21T02:34:36.159Zinfo: running `cargo check --bins` on nexus-types (70/176)
25742024-12-21T02:34:36.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-12-21T02:34:36.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-12-21T02:34:36.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-12-21T02:34:36.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25782024-12-21T02:34:36.780Z
25792024-12-21T02:34:36.780Zinfo: running `cargo check --bins` on oxide-client (71/176)
25802024-12-21T02:34:37.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-12-21T02:34:37.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-12-21T02:34:37.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-12-21T02:34:37.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25842024-12-21T02:34:37.375Z
25852024-12-21T02:34:37.375Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25862024-12-21T02:34:37.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-12-21T02:34:37.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-12-21T02:34:37.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-12-21T02:34:37.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25902024-12-21T02:34:37.971Z
25912024-12-21T02:34:37.971Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
25922024-12-21T02:34:38.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-12-21T02:34:38.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-12-21T02:34:38.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-12-21T02:34:38.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25962024-12-21T02:34:38.556Z
25972024-12-21T02:34:38.556Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
25982024-12-21T02:34:39.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-12-21T02:34:39.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-12-21T02:34:39.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-12-21T02:34:39.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26022024-12-21T02:34:39.169Z
26032024-12-21T02:34:39.170Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26042024-12-21T02:34:39.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-12-21T02:34:39.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-12-21T02:34:39.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-12-21T02:34:39.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26082024-12-21T02:34:39.803Z
26092024-12-21T02:34:39.803Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26102024-12-21T02:34:40.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-12-21T02:34:40.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-12-21T02:34:40.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-12-21T02:34:40.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26142024-12-21T02:34:40.425Z
26152024-12-21T02:34:40.425Zinfo: running `cargo check --bins` on wicket-common (77/176)
26162024-12-21T02:34:40.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-12-21T02:34:40.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-12-21T02:34:40.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192024-12-21T02:34:40.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26202024-12-21T02:34:41.042Z
26212024-12-21T02:34:41.043Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26222024-12-21T02:34:41.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232024-12-21T02:34:41.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242024-12-21T02:34:41.674Z Checking csv-core v0.1.11
26252024-12-21T02:34:41.674Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26262024-12-21T02:34:41.677Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26272024-12-21T02:34:41.979Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26282024-12-21T02:34:41.994Z Checking csv v1.3.0
26292024-12-21T02:34:42.504Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26302024-12-21T02:34:42.850Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26312024-12-21T02:34:44.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
26322024-12-21T02:34:44.230Z
26332024-12-21T02:34:44.230Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26342024-12-21T02:34:44.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-12-21T02:34:44.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-12-21T02:34:44.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-12-21T02:34:44.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26382024-12-21T02:34:44.836Z
26392024-12-21T02:34:44.836Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26402024-12-21T02:34:45.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-12-21T02:34:45.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-12-21T02:34:45.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432024-12-21T02:34:45.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26442024-12-21T02:34:45.443Z
26452024-12-21T02:34:45.443Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26462024-12-21T02:34:46.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-12-21T02:34:46.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-12-21T02:34:46.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-12-21T02:34:46.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26502024-12-21T02:34:46.148Z
26512024-12-21T02:34:46.148Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26522024-12-21T02:34:46.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-12-21T02:34:46.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-12-21T02:34:46.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552024-12-21T02:34:46.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26562024-12-21T02:34:46.850Z
26572024-12-21T02:34:46.850Zinfo: running `cargo check --bins` on dns-server (83/176)
26582024-12-21T02:34:47.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-12-21T02:34:47.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-12-21T02:34:47.470Z Compiling parking_lot_core v0.8.6
26612024-12-21T02:34:47.470Z Checking fxhash v0.2.1
26622024-12-21T02:34:47.473Z Checking hickory-server v0.24.1
26632024-12-21T02:34:47.473Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26642024-12-21T02:34:47.473Z Checking hickory-client v0.24.1
26652024-12-21T02:34:48.138Z Checking parking_lot v0.11.2
26662024-12-21T02:34:48.258Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26672024-12-21T02:34:48.262Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26682024-12-21T02:34:48.367Z Checking sled v0.34.7
26692024-12-21T02:34:50.063Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26702024-12-21T02:34:51.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
26712024-12-21T02:34:51.405Z
26722024-12-21T02:34:51.405Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26732024-12-21T02:34:51.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-12-21T02:34:51.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-12-21T02:34:51.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-12-21T02:34:51.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26772024-12-21T02:34:52.006Z
26782024-12-21T02:34:52.006Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26792024-12-21T02:34:52.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-12-21T02:34:52.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-12-21T02:34:52.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-12-21T02:34:52.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26832024-12-21T02:34:52.656Z
26842024-12-21T02:34:52.656Zinfo: running `cargo check --bins` on gateway-types (86/176)
26852024-12-21T02:34:53.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-12-21T02:34:53.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-12-21T02:34:53.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-12-21T02:34:53.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26892024-12-21T02:34:53.265Z
26902024-12-21T02:34:53.265Zinfo: running `cargo check --bins` on ipcc (87/176)
26912024-12-21T02:34:53.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-12-21T02:34:53.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-12-21T02:34:53.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942024-12-21T02:34:53.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26952024-12-21T02:34:53.875Z
26962024-12-21T02:34:53.875Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
26972024-12-21T02:34:54.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-12-21T02:34:54.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-12-21T02:34:54.546Z Compiling radium v0.7.0
27002024-12-21T02:34:54.546Z Compiling semver v0.1.20
27012024-12-21T02:34:54.660Z Checking tap v1.0.1
27022024-12-21T02:34:54.662Z Compiling maybe-uninit v2.0.0
27032024-12-21T02:34:54.668Z Checking password-hash v0.5.0
27042024-12-21T02:34:54.678Z Checking blake2 v0.10.6
27052024-12-21T02:34:54.681Z Compiling owo-colors v4.1.0
27062024-12-21T02:34:54.681Z Compiling packed_struct v0.10.1
27072024-12-21T02:34:54.798Z Checking wyz v0.5.1
27082024-12-21T02:34:54.939Z Checking crc-catalog v2.4.0
27092024-12-21T02:34:55.072Z Compiling rustc_version v0.1.7
27102024-12-21T02:34:55.139Z Checking funty v2.0.0
27112024-12-21T02:34:55.139Z Compiling cancel-safe-futures v0.1.5
27122024-12-21T02:34:55.154Z Checking argon2 v0.5.3
27132024-12-21T02:34:55.235Z Checking crc v3.2.1
27142024-12-21T02:34:55.276Z Compiling packed_struct_codegen v0.10.1
27152024-12-21T02:34:55.297Z Compiling indexmap v1.9.3
27162024-12-21T02:34:55.487Z Checking half v2.4.1
27172024-12-21T02:34:55.510Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27182024-12-21T02:34:55.543Z Compiling newtype_derive v0.1.6
27192024-12-21T02:34:55.581Z Checking nodrop v0.1.14
27202024-12-21T02:34:55.623Z Checking ciborium-io v0.2.2
27212024-12-21T02:34:55.695Z Checking array-init v0.0.4
27222024-12-21T02:34:55.818Z Checking smallvec v0.6.14
27232024-12-21T02:34:55.835Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27242024-12-21T02:34:55.934Z Checking ciborium-ll v0.2.2
27252024-12-21T02:34:55.983Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27262024-12-21T02:34:56.094Z Checking bitvec v1.0.1
27272024-12-21T02:34:56.177Z Checking libsw v3.3.1
27282024-12-21T02:34:56.205Z Compiling memoffset v0.9.1
27292024-12-21T02:34:56.231Z Checking linear-map v1.2.0
27302024-12-21T02:34:56.435Z Checking termcolor v1.4.1
27312024-12-21T02:34:56.490Z Checking swrite v0.1.0
27322024-12-21T02:34:56.541Z Checking indent_write v2.2.0
27332024-12-21T02:34:56.609Z Checking bitfield v0.14.0
27342024-12-21T02:34:56.680Z Checking hashbrown v0.12.3
27352024-12-21T02:34:56.725Z Checking serde-hex v0.1.0
27362024-12-21T02:34:56.742Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27372024-12-21T02:34:56.830Z Checking env_logger v0.10.2
27382024-12-21T02:34:56.895Z Checking ron v0.8.1
27392024-12-21T02:34:57.389Z Checking ciborium v0.2.2
27402024-12-21T02:34:57.989Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27412024-12-21T02:34:58.051Z Checking steno v0.4.1
27422024-12-21T02:34:58.320Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27432024-12-21T02:34:58.348Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27442024-12-21T02:34:58.363Z Checking hashbrown v0.13.2
27452024-12-21T02:34:58.390Z Checking crc-any v2.5.0
27462024-12-21T02:34:58.579Z Checking humantime v2.1.0
27472024-12-21T02:34:58.784Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27482024-12-21T02:34:58.868Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27492024-12-21T02:34:59.155Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27502024-12-21T02:34:59.375Z Checking object v0.30.4
27512024-12-21T02:34:59.454Z Checking path-slash v0.1.5
27522024-12-21T02:34:59.548Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27532024-12-21T02:34:59.703Z Checking nix v0.27.1
27542024-12-21T02:35:00.237Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27552024-12-21T02:35:00.657Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562024-12-21T02:35:00.902Z Checking tungstenite v0.23.0
27572024-12-21T02:35:00.964Z Checking kstat-rs v0.2.4
27582024-12-21T02:35:00.981Z Checking signal-hook-tokio v0.3.1
27592024-12-21T02:35:01.315Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27602024-12-21T02:35:01.818Z Checking tokio-tungstenite v0.23.1
27612024-12-21T02:35:02.053Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27622024-12-21T02:35:02.293Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27632024-12-21T02:35:02.668Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27642024-12-21T02:35:08.834Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27652024-12-21T02:35:10.112Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27662024-12-21T02:35:12.939Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27672024-12-21T02:35:18.365Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27682024-12-21T02:35:19.046Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692024-12-21T02:35:21.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.89s
27702024-12-21T02:35:21.943Z
27712024-12-21T02:35:21.943Zinfo: running `cargo check --bins` on gateway-api (89/176)
27722024-12-21T02:35:22.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732024-12-21T02:35:22.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742024-12-21T02:35:22.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752024-12-21T02:35:22.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27762024-12-21T02:35:22.544Z
27772024-12-21T02:35:22.544Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27782024-12-21T02:35:23.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-12-21T02:35:23.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-12-21T02:35:23.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812024-12-21T02:35:23.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27822024-12-21T02:35:23.121Z
27832024-12-21T02:35:23.121Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27842024-12-21T02:35:23.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-12-21T02:35:23.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-12-21T02:35:23.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872024-12-21T02:35:23.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27882024-12-21T02:35:23.720Z
27892024-12-21T02:35:23.720Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
27902024-12-21T02:35:24.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-12-21T02:35:24.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-12-21T02:35:24.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-12-21T02:35:24.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27942024-12-21T02:35:24.318Z
27952024-12-21T02:35:24.318Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
27962024-12-21T02:35:24.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-12-21T02:35:24.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-12-21T02:35:24.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-12-21T02:35:24.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28002024-12-21T02:35:24.920Z
28012024-12-21T02:35:24.920Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28022024-12-21T02:35:25.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-12-21T02:35:25.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-12-21T02:35:25.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052024-12-21T02:35:25.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28062024-12-21T02:35:25.517Z
28072024-12-21T02:35:25.517Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28082024-12-21T02:35:26.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-12-21T02:35:26.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-12-21T02:35:26.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112024-12-21T02:35:26.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28122024-12-21T02:35:26.117Z
28132024-12-21T02:35:26.117Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28142024-12-21T02:35:26.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152024-12-21T02:35:26.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162024-12-21T02:35:26.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172024-12-21T02:35:26.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28182024-12-21T02:35:26.721Z
28192024-12-21T02:35:26.721Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28202024-12-21T02:35:27.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212024-12-21T02:35:27.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222024-12-21T02:35:27.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232024-12-21T02:35:27.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28242024-12-21T02:35:27.344Z
28252024-12-21T02:35:27.345Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28262024-12-21T02:35:27.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-12-21T02:35:27.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-12-21T02:35:27.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292024-12-21T02:35:27.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28302024-12-21T02:35:27.940Z
28312024-12-21T02:35:27.940Zinfo: running `cargo check --bins` on sp-sim (99/176)
28322024-12-21T02:35:28.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-12-21T02:35:28.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-12-21T02:35:28.548Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28352024-12-21T02:35:30.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
28362024-12-21T02:35:30.494Z
28372024-12-21T02:35:30.494Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28382024-12-21T02:35:31.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-12-21T02:35:31.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-12-21T02:35:31.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-12-21T02:35:31.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28422024-12-21T02:35:31.133Z
28432024-12-21T02:35:31.133Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28442024-12-21T02:35:31.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-12-21T02:35:31.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-12-21T02:35:31.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472024-12-21T02:35:31.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28482024-12-21T02:35:31.786Z
28492024-12-21T02:35:31.786Zinfo: running `cargo check --bins` on db-macros (102/176)
28502024-12-21T02:35:32.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-12-21T02:35:32.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-12-21T02:35:32.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532024-12-21T02:35:32.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28542024-12-21T02:35:32.365Z
28552024-12-21T02:35:32.366Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28562024-12-21T02:35:32.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-12-21T02:35:32.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-12-21T02:35:32.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-12-21T02:35:32.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28602024-12-21T02:35:32.951Z
28612024-12-21T02:35:32.951Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28622024-12-21T02:35:33.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-12-21T02:35:33.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-12-21T02:35:33.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-12-21T02:35:33.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28662024-12-21T02:35:33.596Z
28672024-12-21T02:35:33.596Zinfo: running `cargo check --bins` on authz-macros (105/176)
28682024-12-21T02:35:34.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-12-21T02:35:34.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-12-21T02:35:34.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-12-21T02:35:34.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28722024-12-21T02:35:34.181Z
28732024-12-21T02:35:34.181Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28742024-12-21T02:35:34.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-12-21T02:35:34.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-12-21T02:35:34.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-12-21T02:35:34.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28782024-12-21T02:35:34.811Z
28792024-12-21T02:35:34.812Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28802024-12-21T02:35:35.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-12-21T02:35:35.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-12-21T02:35:35.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-12-21T02:35:35.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28842024-12-21T02:35:35.461Z
28852024-12-21T02:35:35.461Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
28862024-12-21T02:35:35.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-12-21T02:35:36.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-12-21T02:35:36.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-12-21T02:35:36.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902024-12-21T02:35:36.071Z
28912024-12-21T02:35:36.071Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
28922024-12-21T02:35:36.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-12-21T02:35:36.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-12-21T02:35:36.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-12-21T02:35:36.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28962024-12-21T02:35:36.712Z
28972024-12-21T02:35:36.712Zinfo: running `cargo check --bins` on typed-rng (110/176)
28982024-12-21T02:35:37.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-12-21T02:35:37.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-12-21T02:35:37.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012024-12-21T02:35:37.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29022024-12-21T02:35:37.300Z
29032024-12-21T02:35:37.300Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29042024-12-21T02:35:37.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052024-12-21T02:35:37.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062024-12-21T02:35:38.020Z Checking keccak v0.1.5
29072024-12-21T02:35:38.024Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29082024-12-21T02:35:38.129Z Checking secrecy v0.8.0
29092024-12-21T02:35:38.131Z Compiling unicase v2.7.0
29102024-12-21T02:35:38.154Z Compiling same-file v1.0.6
29112024-12-21T02:35:38.157Z Compiling tempfile v3.13.0
29122024-12-21T02:35:38.181Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29132024-12-21T02:35:38.184Z Compiling thiserror-impl-no-std v2.0.2
29142024-12-21T02:35:38.318Z Compiling walkdir v2.5.0
29152024-12-21T02:35:38.397Z Checking sha3 v0.10.8
29162024-12-21T02:35:38.451Z Checking universal-hash v0.5.1
29172024-12-21T02:35:38.521Z Compiling blake3 v1.5.4
29182024-12-21T02:35:38.539Z Checking opaque-debug v0.3.1
29192024-12-21T02:35:38.624Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29202024-12-21T02:35:38.642Z Checking poly1305 v0.8.0
29212024-12-21T02:35:38.696Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29222024-12-21T02:35:38.833Z Checking chacha20 v0.9.1
29232024-12-21T02:35:38.908Z Checking aead v0.5.2
29242024-12-21T02:35:39.005Z Compiling memmap2 v0.9.5
29252024-12-21T02:35:39.062Z Compiling constant_time_eq v0.3.1
29262024-12-21T02:35:39.120Z Compiling arrayref v0.3.9
29272024-12-21T02:35:39.137Z Compiling libefi-sys v0.1.0
29282024-12-21T02:35:39.170Z Compiling arrayvec v0.7.6
29292024-12-21T02:35:39.218Z Compiling salty v0.3.0
29302024-12-21T02:35:39.240Z Checking chacha20poly1305 v0.10.1
29312024-12-21T02:35:39.441Z Compiling toolchain_find v0.4.0
29322024-12-21T02:35:39.484Z Compiling camino-tempfile v1.1.1
29332024-12-21T02:35:39.557Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29342024-12-21T02:35:39.647Z Compiling bitfield-struct v0.6.2
29352024-12-21T02:35:39.833Z Compiling topological-sort v0.2.2
29362024-12-21T02:35:39.929Z Compiling mime_guess v2.0.5
29372024-12-21T02:35:40.048Z Compiling rustfmt-wrapper v0.2.1
29382024-12-21T02:35:40.520Z Compiling omicron-zone-package v0.12.0
29392024-12-21T02:35:40.608Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29402024-12-21T02:35:40.623Z Checking primeorder v0.13.6
29412024-12-21T02:35:40.927Z Checking env_filter v0.1.2
29422024-12-21T02:35:41.065Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29432024-12-21T02:35:41.092Z Checking p384 v0.13.0
29442024-12-21T02:35:41.106Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29452024-12-21T02:35:41.124Z Checking env_logger v0.11.5
29462024-12-21T02:35:41.249Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29472024-12-21T02:35:41.349Z Checking thiserror-no-std v2.0.2
29482024-12-21T02:35:41.382Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29492024-12-21T02:35:41.397Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29502024-12-21T02:35:41.474Z Checking vsss-rs v3.3.4
29512024-12-21T02:35:41.621Z Compiling zip v2.1.3
29522024-12-21T02:35:41.692Z Checking lockfree-object-pool v0.1.6
29532024-12-21T02:35:41.696Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29542024-12-21T02:35:41.861Z Checking simd-adler32 v0.3.7
29552024-12-21T02:35:41.923Z Checking http-range v0.1.5
29562024-12-21T02:35:41.946Z Checking bumpalo v3.16.0
29572024-12-21T02:35:42.102Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29582024-12-21T02:35:42.141Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29592024-12-21T02:35:42.159Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29602024-12-21T02:35:42.256Z Checking zopfli v0.8.1
29612024-12-21T02:35:42.404Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29622024-12-21T02:35:42.422Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29632024-12-21T02:35:42.878Z Checking nanorand v0.7.0
29642024-12-21T02:35:42.902Z Checking atty v0.2.14
29652024-12-21T02:35:43.019Z Checking glob v0.3.1
29662024-12-21T02:35:43.034Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29672024-12-21T02:35:43.249Z Checking flume v0.11.1
29682024-12-21T02:35:43.544Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29692024-12-21T02:35:43.641Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29702024-12-21T02:35:43.762Z Checking hyper-staticfile v0.10.1
29712024-12-21T02:35:44.406Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29722024-12-21T02:35:44.510Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29732024-12-21T02:35:44.886Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29742024-12-21T02:35:44.965Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29752024-12-21T02:35:45.285Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29762024-12-21T02:35:45.650Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29772024-12-21T02:35:45.821Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29782024-12-21T02:35:46.089Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29792024-12-21T02:35:47.007Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29802024-12-21T02:35:47.206Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29812024-12-21T02:35:49.953Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29822024-12-21T02:35:49.956Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29832024-12-21T02:35:58.545Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29842024-12-21T02:36:11.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.28s
29852024-12-21T02:36:11.768Z
29862024-12-21T02:36:11.768Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
29872024-12-21T02:36:12.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882024-12-21T02:36:12.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892024-12-21T02:36:12.478Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29902024-12-21T02:36:25.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s
29912024-12-21T02:36:25.835Z
29922024-12-21T02:36:25.835Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
29932024-12-21T02:36:26.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942024-12-21T02:36:26.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952024-12-21T02:36:26.541Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29962024-12-21T02:36:39.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
29972024-12-21T02:36:40.005Z
29982024-12-21T02:36:40.005Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
29992024-12-21T02:36:40.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002024-12-21T02:36:40.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012024-12-21T02:36:40.705Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30022024-12-21T02:36:53.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
30032024-12-21T02:36:54.060Z
30042024-12-21T02:36:54.060Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30052024-12-21T02:36:54.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062024-12-21T02:36:54.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072024-12-21T02:36:54.772Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30082024-12-21T02:37:08.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
30092024-12-21T02:37:08.223Z
30102024-12-21T02:37:08.223Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30112024-12-21T02:37:08.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-12-21T02:37:08.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-12-21T02:37:08.932Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30142024-12-21T02:37:22.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s
30152024-12-21T02:37:22.315Z
30162024-12-21T02:37:22.315Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30172024-12-21T02:37:22.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182024-12-21T02:37:22.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192024-12-21T02:37:23.015Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30202024-12-21T02:37:36.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s
30212024-12-21T02:37:36.511Z
30222024-12-21T02:37:36.512Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30232024-12-21T02:37:37.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-12-21T02:37:37.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-12-21T02:37:37.225Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30262024-12-21T02:37:50.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
30272024-12-21T02:37:50.471Z
30282024-12-21T02:37:50.471Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30292024-12-21T02:37:51.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302024-12-21T02:37:51.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312024-12-21T02:37:51.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322024-12-21T02:37:51.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30332024-12-21T02:37:51.102Z
30342024-12-21T02:37:51.102Zinfo: running `cargo check --bins` on key-manager (120/176)
30352024-12-21T02:37:51.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362024-12-21T02:37:51.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372024-12-21T02:37:51.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382024-12-21T02:37:51.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30392024-12-21T02:37:51.701Z
30402024-12-21T02:37:51.701Zinfo: running `cargo check --bins` on range-requests (121/176)
30412024-12-21T02:37:52.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422024-12-21T02:37:52.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432024-12-21T02:37:52.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442024-12-21T02:37:52.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452024-12-21T02:37:52.292Z
30462024-12-21T02:37:52.292Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30472024-12-21T02:37:52.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482024-12-21T02:37:52.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492024-12-21T02:37:52.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502024-12-21T02:37:52.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30512024-12-21T02:37:52.894Z
30522024-12-21T02:37:52.894Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30532024-12-21T02:37:53.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542024-12-21T02:37:53.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552024-12-21T02:37:53.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562024-12-21T02:37:53.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30572024-12-21T02:37:53.532Z
30582024-12-21T02:37:53.532Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30592024-12-21T02:37:54.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-12-21T02:37:54.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-12-21T02:37:54.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622024-12-21T02:37:54.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30632024-12-21T02:37:54.109Z
30642024-12-21T02:37:54.109Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30652024-12-21T02:37:54.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-12-21T02:37:54.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-12-21T02:37:54.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682024-12-21T02:37:54.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30692024-12-21T02:37:54.726Z
30702024-12-21T02:37:54.726Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30712024-12-21T02:37:55.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-12-21T02:37:55.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-12-21T02:37:55.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742024-12-21T02:37:55.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30752024-12-21T02:37:55.339Z
30762024-12-21T02:37:55.339Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30772024-12-21T02:37:55.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-12-21T02:37:55.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-12-21T02:37:55.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802024-12-21T02:37:55.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30812024-12-21T02:37:55.954Z
30822024-12-21T02:37:55.954Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/176)
30832024-12-21T02:37:56.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-12-21T02:37:56.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-12-21T02:37:56.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862024-12-21T02:37:56.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30872024-12-21T02:37:56.579Z
30882024-12-21T02:37:56.579Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176)
30892024-12-21T02:37:57.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-12-21T02:37:57.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-12-21T02:37:57.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922024-12-21T02:37:57.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30932024-12-21T02:37:57.199Z
30942024-12-21T02:37:57.199Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
30952024-12-21T02:37:57.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962024-12-21T02:37:57.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972024-12-21T02:37:57.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982024-12-21T02:37:57.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30992024-12-21T02:37:57.824Z
31002024-12-21T02:37:57.824Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31012024-12-21T02:37:58.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-12-21T02:37:58.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-12-21T02:37:58.486Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31042024-12-21T02:37:58.486Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31052024-12-21T02:37:59.327Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31062024-12-21T02:38:01.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
31072024-12-21T02:38:01.461Z
31082024-12-21T02:38:01.461Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31092024-12-21T02:38:01.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-12-21T02:38:01.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-12-21T02:38:01.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122024-12-21T02:38:01.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31132024-12-21T02:38:02.066Z
31142024-12-21T02:38:02.066Zinfo: running `cargo check --bins` on cert-dev (133/176)
31152024-12-21T02:38:02.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-12-21T02:38:02.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-12-21T02:38:02.652Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31182024-12-21T02:38:02.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
31192024-12-21T02:38:03.067Z
31202024-12-21T02:38:03.067Zinfo: running `cargo check --bins` on clickana (134/176)
31212024-12-21T02:38:03.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-12-21T02:38:03.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-12-21T02:38:03.691Z Checking castaway v0.2.3
31242024-12-21T02:38:03.691Z Checking unicode-truncate v1.1.0
31252024-12-21T02:38:03.691Z Checking lru v0.12.5
31262024-12-21T02:38:03.691Z Compiling instability v0.3.2
31272024-12-21T02:38:03.694Z Checking cassowary v0.3.0
31282024-12-21T02:38:03.694Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31292024-12-21T02:38:03.900Z Checking compact_str v0.8.0
31302024-12-21T02:38:04.485Z Checking ratatui v0.28.1
31312024-12-21T02:38:06.293Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31322024-12-21T02:38:07.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
31332024-12-21T02:38:07.271Z
31342024-12-21T02:38:07.271Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31352024-12-21T02:38:07.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362024-12-21T02:38:07.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372024-12-21T02:38:07.928Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31382024-12-21T02:38:07.928Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31392024-12-21T02:38:08.501Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31402024-12-21T02:38:08.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
31412024-12-21T02:38:09.025Z
31422024-12-21T02:38:09.025Zinfo: running `cargo check --bins` on ch-dev (136/176)
31432024-12-21T02:38:09.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-12-21T02:38:09.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-12-21T02:38:09.674Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31462024-12-21T02:38:10.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
31472024-12-21T02:38:10.527Z
31482024-12-21T02:38:10.528Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31492024-12-21T02:38:11.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-12-21T02:38:11.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-12-21T02:38:11.164Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31522024-12-21T02:38:11.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
31532024-12-21T02:38:11.689Z
31542024-12-21T02:38:11.689Zinfo: running `cargo check --bins` on db-dev (138/176)
31552024-12-21T02:38:12.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-12-21T02:38:12.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-12-21T02:38:12.320Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31582024-12-21T02:38:13.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
31592024-12-21T02:38:13.194Z
31602024-12-21T02:38:13.194Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31612024-12-21T02:38:13.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622024-12-21T02:38:13.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632024-12-21T02:38:13.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642024-12-21T02:38:13.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31652024-12-21T02:38:13.811Z
31662024-12-21T02:38:13.811Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31672024-12-21T02:38:14.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682024-12-21T02:38:14.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692024-12-21T02:38:14.403Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31702024-12-21T02:38:15.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
31712024-12-21T02:38:15.418Z
31722024-12-21T02:38:15.418Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31732024-12-21T02:38:15.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742024-12-21T02:38:15.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752024-12-21T02:38:16.007Z Checking cargo-platform v0.1.8
31762024-12-21T02:38:16.267Z Checking cargo_metadata v0.18.1
31772024-12-21T02:38:17.205Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31782024-12-21T02:38:17.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
31792024-12-21T02:38:18.137Z
31802024-12-21T02:38:18.137Zinfo: running `cargo check --bins` on mgs-dev (142/176)
31812024-12-21T02:38:18.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-12-21T02:38:18.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-12-21T02:38:18.820Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31842024-12-21T02:38:19.524Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31852024-12-21T02:38:20.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
31862024-12-21T02:38:20.250Z
31872024-12-21T02:38:20.250Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
31882024-12-21T02:38:20.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892024-12-21T02:38:20.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902024-12-21T02:38:20.994Z Compiling crunchy v0.2.2
31912024-12-21T02:38:20.994Z Compiling tiny-keccak v2.0.2
31922024-12-21T02:38:20.997Z Compiling dsl_auto_type v0.1.2
31932024-12-21T02:38:20.997Z Checking scheduled-thread-pool v0.2.7
31942024-12-21T02:38:20.997Z Compiling diesel_table_macro_syntax v0.2.0
31952024-12-21T02:38:21.130Z Compiling ascii-canvas v3.0.0
31962024-12-21T02:38:21.133Z Compiling ena v0.14.3
31972024-12-21T02:38:21.144Z Compiling diff v0.1.13
31982024-12-21T02:38:21.295Z Checking r2d2 v0.8.10
31992024-12-21T02:38:21.400Z Compiling regex-syntax v0.6.29
32002024-12-21T02:38:21.519Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32012024-12-21T02:38:21.560Z Compiling ref-cast v1.0.23
32022024-12-21T02:38:21.606Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32032024-12-21T02:38:21.698Z Compiling derive_builder_core v0.20.2
32042024-12-21T02:38:21.745Z Compiling libxml v0.3.3
32052024-12-21T02:38:21.789Z Compiling ref-cast-impl v1.0.23
32062024-12-21T02:38:21.861Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32072024-12-21T02:38:22.139Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32082024-12-21T02:38:22.158Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32092024-12-21T02:38:22.355Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32102024-12-21T02:38:22.380Z Compiling strum_macros v0.24.3
32112024-12-21T02:38:22.424Z Compiling samael v0.0.17
32122024-12-21T02:38:22.689Z Compiling diesel_derives v2.2.3
32132024-12-21T02:38:22.749Z Compiling indoc v1.0.9
32142024-12-21T02:38:23.679Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32152024-12-21T02:38:23.945Z Compiling oso-derive v0.27.3
32162024-12-21T02:38:24.127Z Compiling derive_builder_macro v0.20.2
32172024-12-21T02:38:24.904Z Compiling lalrpop v0.19.12
32182024-12-21T02:38:24.996Z Compiling impl-trait-for-tuples v0.2.2
32192024-12-21T02:38:25.040Z Checking derive_builder v0.20.2
32202024-12-21T02:38:25.194Z Checking quick-xml v0.33.0
32212024-12-21T02:38:25.553Z Compiling diesel-dtrace v0.4.2
32222024-12-21T02:38:25.848Z Checking maplit v1.0.2
32232024-12-21T02:38:26.062Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32242024-12-21T02:38:26.082Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32252024-12-21T02:38:26.345Z Checking bb8 v0.8.5
32262024-12-21T02:38:26.891Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32272024-12-21T02:38:26.911Z Checking rand_seeder v0.3.0
32282024-12-21T02:38:26.921Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32292024-12-21T02:38:27.064Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32302024-12-21T02:38:27.266Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32312024-12-21T02:38:27.294Z Checking smawk v0.3.2
32322024-12-21T02:38:27.488Z Checking unicode-linebreak v0.1.5
32332024-12-21T02:38:27.529Z Checking is_ci v1.2.0
32342024-12-21T02:38:27.658Z Checking supports-color v3.0.1
32352024-12-21T02:38:27.746Z Checking multimap v0.10.0
32362024-12-21T02:38:27.890Z Checking textwrap v0.16.1
32372024-12-21T02:38:28.741Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32382024-12-21T02:38:31.404Z Checking diesel v2.2.6
32392024-12-21T02:38:57.278Z Compiling polar-core v0.27.3
32402024-12-21T02:39:00.262Z Checking async-bb8-diesel v0.2.1
32412024-12-21T02:39:04.562Z Checking oso v0.27.3
32422024-12-21T02:40:10.756Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32432024-12-21T02:40:16.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
32442024-12-21T02:40:16.821Z
32452024-12-21T02:40:16.821Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32462024-12-21T02:40:17.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472024-12-21T02:40:17.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482024-12-21T02:40:17.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492024-12-21T02:40:17.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32502024-12-21T02:40:17.466Z
32512024-12-21T02:40:17.466Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32522024-12-21T02:40:18.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532024-12-21T02:40:18.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542024-12-21T02:40:18.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552024-12-21T02:40:18.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32562024-12-21T02:40:18.107Z
32572024-12-21T02:40:18.107Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32582024-12-21T02:40:18.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592024-12-21T02:40:18.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602024-12-21T02:40:18.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612024-12-21T02:40:18.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32622024-12-21T02:40:18.691Z
32632024-12-21T02:40:18.691Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32642024-12-21T02:40:19.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652024-12-21T02:40:19.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662024-12-21T02:40:19.461Z Compiling libz-sys v1.1.20
32672024-12-21T02:40:19.575Z Compiling libgit2-sys v0.17.0+1.8.1
32682024-12-21T02:40:19.587Z Compiling vergen v8.3.2
32692024-12-21T02:40:19.589Z Compiling cargo-platform v0.1.8
32702024-12-21T02:40:19.589Z Compiling pin-project-internal v1.1.6
32712024-12-21T02:40:19.626Z Compiling libsqlite3-sys v0.30.1
32722024-12-21T02:40:19.626Z Compiling snafu-derive v0.8.5
32732024-12-21T02:40:19.630Z Compiling cfg_aliases v0.2.1
32742024-12-21T02:40:19.753Z Compiling buf-list v1.0.3
32752024-12-21T02:40:19.869Z Compiling cargo_metadata v0.18.1
32762024-12-21T02:40:20.129Z Compiling rustls v0.21.12
32772024-12-21T02:40:20.224Z Compiling nix v0.29.0
32782024-12-21T02:40:20.454Z Checking globset v0.4.15
32792024-12-21T02:40:20.503Z Checking olpc-cjson v0.1.4
32802024-12-21T02:40:20.557Z Checking sct v0.7.1
32812024-12-21T02:40:20.694Z Checking rustls-webpki v0.101.7
32822024-12-21T02:40:20.713Z Checking serde_plain v1.0.2
32832024-12-21T02:40:20.894Z Checking typed-path v0.9.3
32842024-12-21T02:40:21.250Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32852024-12-21T02:40:21.486Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32862024-12-21T02:40:21.528Z Checking hashlink v0.9.1
32872024-12-21T02:40:21.746Z Checking fallible-streaming-iterator v0.1.9
32882024-12-21T02:40:21.984Z Checking fallible-iterator v0.3.0
32892024-12-21T02:40:22.092Z Checking parse-size v1.1.0
32902024-12-21T02:40:22.628Z Checking pin-project v1.1.6
32912024-12-21T02:40:22.645Z Checking rusqlite v0.32.1
32922024-12-21T02:40:22.735Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32932024-12-21T02:40:22.751Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32942024-12-21T02:40:22.771Z Checking rustls-pemfile v1.0.4
32952024-12-21T02:40:22.955Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32962024-12-21T02:40:23.408Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32972024-12-21T02:40:23.600Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32982024-12-21T02:40:23.639Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32992024-12-21T02:40:23.656Z Checking twox-hash v1.6.3
33002024-12-21T02:40:23.771Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33012024-12-21T02:40:24.118Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33022024-12-21T02:40:24.137Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33032024-12-21T02:40:24.680Z Checking tokio-rustls v0.24.1
33042024-12-21T02:40:24.732Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33052024-12-21T02:40:24.751Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33062024-12-21T02:40:25.034Z Checking fatfs v0.3.6
33072024-12-21T02:40:25.167Z Checking snafu v0.8.5
33082024-12-21T02:40:25.656Z Checking tough v0.19.0
33092024-12-21T02:40:25.844Z Checking assert_matches v1.5.0
33102024-12-21T02:40:29.731Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33112024-12-21T02:40:31.000Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33122024-12-21T02:40:31.892Z Compiling git2 v0.19.0
33132024-12-21T02:40:36.448Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33142024-12-21T02:41:27.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33152024-12-21T02:41:27.708Z
33162024-12-21T02:41:27.708Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33172024-12-21T02:41:28.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-12-21T02:41:28.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-12-21T02:41:28.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202024-12-21T02:41:28.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33212024-12-21T02:41:28.368Z
33222024-12-21T02:41:28.368Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33232024-12-21T02:41:28.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242024-12-21T02:41:28.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252024-12-21T02:41:28.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262024-12-21T02:41:28.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272024-12-21T02:41:28.959Z
33282024-12-21T02:41:28.959Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33292024-12-21T02:41:29.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-12-21T02:41:29.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-12-21T02:41:29.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322024-12-21T02:41:29.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33332024-12-21T02:41:29.597Z
33342024-12-21T02:41:29.597Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33352024-12-21T02:41:30.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362024-12-21T02:41:30.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372024-12-21T02:41:30.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382024-12-21T02:41:30.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33392024-12-21T02:41:30.245Z
33402024-12-21T02:41:30.245Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33412024-12-21T02:41:30.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422024-12-21T02:41:30.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432024-12-21T02:41:30.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442024-12-21T02:41:30.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33452024-12-21T02:41:30.885Z
33462024-12-21T02:41:30.885Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33472024-12-21T02:41:31.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482024-12-21T02:41:31.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492024-12-21T02:41:31.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502024-12-21T02:41:31.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33512024-12-21T02:41:31.534Z
33522024-12-21T02:41:31.534Zinfo: running `cargo check --bins` on update-common (154/176)
33532024-12-21T02:41:32.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542024-12-21T02:41:32.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552024-12-21T02:41:32.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562024-12-21T02:41:32.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33572024-12-21T02:41:32.152Z
33582024-12-21T02:41:32.152Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33592024-12-21T02:41:32.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602024-12-21T02:41:32.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612024-12-21T02:41:32.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622024-12-21T02:41:32.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33632024-12-21T02:41:32.771Z
33642024-12-21T02:41:32.771Zinfo: running `cargo check --bins` on tufaceous (156/176)
33652024-12-21T02:41:33.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662024-12-21T02:41:33.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672024-12-21T02:41:33.419Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33682024-12-21T02:41:34.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
33692024-12-21T02:41:34.542Z
33702024-12-21T02:41:34.542Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33712024-12-21T02:41:35.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722024-12-21T02:41:35.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732024-12-21T02:41:35.366Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33742024-12-21T02:41:35.489Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33752024-12-21T02:41:35.492Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33762024-12-21T02:41:35.492Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33772024-12-21T02:42:00.075Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33782024-12-21T02:42:00.078Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33792024-12-21T02:42:00.078Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33802024-12-21T02:42:00.078Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33812024-12-21T02:42:00.078Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33822024-12-21T02:42:00.920Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33832024-12-21T02:42:02.156Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33842024-12-21T02:42:38.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
33852024-12-21T02:42:38.842Z
33862024-12-21T02:42:38.842Zinfo: running `cargo check --bins` on openapi-manager (158/176)
33872024-12-21T02:42:39.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882024-12-21T02:42:39.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892024-12-21T02:42:39.534Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33902024-12-21T02:42:39.534Z Checking heck v0.4.1
33912024-12-21T02:42:39.536Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33922024-12-21T02:42:39.770Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33932024-12-21T02:42:41.112Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33942024-12-21T02:42:41.972Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33952024-12-21T02:42:43.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
33962024-12-21T02:42:43.193Z
33972024-12-21T02:42:43.193Zinfo: running `cargo check --bins` on installinator-api (159/176)
33982024-12-21T02:42:43.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992024-12-21T02:42:43.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002024-12-21T02:42:43.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012024-12-21T02:42:43.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34022024-12-21T02:42:43.810Z
34032024-12-21T02:42:43.811Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34042024-12-21T02:42:44.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052024-12-21T02:42:44.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062024-12-21T02:42:44.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072024-12-21T02:42:44.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34082024-12-21T02:42:44.441Z
34092024-12-21T02:42:44.441Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34102024-12-21T02:42:45.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112024-12-21T02:42:45.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122024-12-21T02:42:45.118Z Compiling petname v2.0.2
34132024-12-21T02:42:45.120Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34142024-12-21T02:42:45.120Z Checking sync-ptr v0.1.1
34152024-12-21T02:42:46.501Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34162024-12-21T02:42:47.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
34172024-12-21T02:42:48.168Z
34182024-12-21T02:42:48.168Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34192024-12-21T02:42:48.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202024-12-21T02:42:48.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212024-12-21T02:42:48.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222024-12-21T02:42:48.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34232024-12-21T02:42:48.811Z
34242024-12-21T02:42:48.811Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34252024-12-21T02:42:49.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262024-12-21T02:42:49.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272024-12-21T02:42:49.453Z Checking memmap2 v0.9.5
34282024-12-21T02:42:49.453Z Checking arrayvec v0.7.6
34292024-12-21T02:42:49.453Z Checking arrayref v0.3.9
34302024-12-21T02:42:49.456Z Checking constant_time_eq v0.3.1
34312024-12-21T02:42:49.456Z Checking topological-sort v0.2.2
34322024-12-21T02:42:49.456Z Checking shell-words v1.1.0
34332024-12-21T02:42:49.839Z Checking blake3 v1.5.4
34342024-12-21T02:42:50.165Z Checking omicron-zone-package v0.12.0
34352024-12-21T02:42:51.307Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34362024-12-21T02:42:52.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
34372024-12-21T02:42:52.332Z
34382024-12-21T02:42:52.332Zinfo: running `cargo check --bins` on xtask (164/176)
34392024-12-21T02:42:52.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402024-12-21T02:42:52.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412024-12-21T02:42:52.742Z Checking bitflags v2.6.0
34422024-12-21T02:42:52.745Z Checking serde v1.0.215
34432024-12-21T02:42:52.745Z Checking thiserror v1.0.69
34442024-12-21T02:42:52.833Z Checking scroll v0.12.0
34452024-12-21T02:42:52.836Z Checking hashbrown v0.15.1
34462024-12-21T02:42:52.841Z Checking log v0.4.22
34472024-12-21T02:42:52.850Z Checking zerocopy v0.7.35
34482024-12-21T02:42:52.870Z Checking syn v2.0.87
34492024-12-21T02:42:52.921Z Checking pest v2.7.14
34502024-12-21T02:42:53.064Z Checking rustix v0.38.37
34512024-12-21T02:42:53.088Z Checking once_cell v1.20.2
34522024-12-21T02:42:53.275Z Checking goblin v0.8.2
34532024-12-21T02:42:53.364Z Checking fs-err v2.11.0
34542024-12-21T02:42:53.673Z Checking tabled v0.15.0
34552024-12-21T02:42:53.859Z Checking indexmap v2.6.0
34562024-12-21T02:42:54.248Z Checking anyhow v1.0.93
34572024-12-21T02:42:54.877Z Checking terminal_size v0.4.0
34582024-12-21T02:42:54.877Z Checking tempfile v3.13.0
34592024-12-21T02:42:55.045Z Checking clap_builder v4.5.21
34602024-12-21T02:42:55.329Z Checking dtrace-parser v0.2.0
34612024-12-21T02:42:56.999Z Checking serde_json v1.0.132
34622024-12-21T02:42:56.999Z Checking serde_spanned v0.6.8
34632024-12-21T02:42:57.001Z Checking toml_datetime v0.6.8
34642024-12-21T02:42:57.001Z Checking camino v1.1.9
34652024-12-21T02:42:57.001Z Checking semver v1.0.23
34662024-12-21T02:42:57.030Z Checking cargo-platform v0.1.8
34672024-12-21T02:42:57.201Z Checking macaddr v1.0.1
34682024-12-21T02:42:57.312Z Checking toml_edit v0.22.22
34692024-12-21T02:42:57.497Z Checking clap v4.5.21
34702024-12-21T02:42:57.514Z Checking camino-tempfile v1.1.1
34712024-12-21T02:42:58.105Z Checking dof v0.3.0
34722024-12-21T02:42:58.105Z Checking cargo_metadata v0.18.1
34732024-12-21T02:42:58.490Z Checking usdt-impl v0.5.0
34742024-12-21T02:42:58.833Z Checking usdt v0.5.0
34752024-12-21T02:42:59.024Z Checking toml v0.8.19
34762024-12-21T02:42:59.462Z Checking cargo_toml v0.20.5
34772024-12-21T02:43:00.599Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34782024-12-21T02:43:01.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.84s
34792024-12-21T02:43:01.275Z
34802024-12-21T02:43:01.275Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
34812024-12-21T02:43:01.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822024-12-21T02:43:01.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832024-12-21T02:43:02.008Z Checking polyval v0.6.2
34842024-12-21T02:43:02.011Z Checking ctr v0.9.2
34852024-12-21T02:43:02.130Z Checking ssh-encoding v0.2.0
34862024-12-21T02:43:02.133Z Checking blowfish v0.9.1
34872024-12-21T02:43:02.154Z Checking password-hash v0.4.2
34882024-12-21T02:43:02.158Z Checking matches v0.1.10
34892024-12-21T02:43:02.182Z Checking p256 v0.13.2
34902024-12-21T02:43:02.182Z Checking p521 v0.13.3
34912024-12-21T02:43:02.250Z Checking idna v0.2.3
34922024-12-21T02:43:02.338Z Checking ghash v0.5.1
34932024-12-21T02:43:02.356Z Checking bcrypt-pbkdf v0.10.0
34942024-12-21T02:43:02.374Z Compiling enum-as-inner v0.5.1
34952024-12-21T02:43:02.439Z Checking russh-cryptovec v0.7.3
34962024-12-21T02:43:02.516Z Checking aes-gcm v0.10.3
34972024-12-21T02:43:02.541Z Checking pbkdf2 v0.11.0
34982024-12-21T02:43:02.594Z Checking md5 v0.7.0
34992024-12-21T02:43:02.621Z Checking num-bigint v0.4.6
35002024-12-21T02:43:02.640Z Checking des v0.8.1
35012024-12-21T02:43:02.736Z Checking ssh-cipher v0.2.0
35022024-12-21T02:43:02.821Z Checking hex-literal v0.4.1
35032024-12-21T02:43:02.849Z Compiling dhcproto-macros v0.1.0
35042024-12-21T02:43:02.889Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35052024-12-21T02:43:02.951Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35062024-12-21T02:43:03.013Z Checking ssh-key v0.6.6
35072024-12-21T02:43:03.057Z Checking internet-checksum v0.2.1
35082024-12-21T02:43:03.388Z Checking trust-dns-proto v0.22.0
35092024-12-21T02:43:04.326Z Checking russh-keys v0.45.0
35102024-12-21T02:43:05.206Z Checking russh v0.45.0
35112024-12-21T02:43:05.823Z Checking dhcproto v0.12.0
35122024-12-21T02:43:22.095Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35132024-12-21T02:43:23.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.15s
35142024-12-21T02:43:23.617Z
35152024-12-21T02:43:23.617Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35162024-12-21T02:43:24.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-12-21T02:43:24.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-12-21T02:43:24.235Z Checking termios v0.3.3
35192024-12-21T02:43:24.443Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35202024-12-21T02:43:25.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
35212024-12-21T02:43:25.348Z
35222024-12-21T02:43:25.348Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35232024-12-21T02:43:25.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242024-12-21T02:43:25.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252024-12-21T02:43:26.011Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35262024-12-21T02:43:27.945Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35272024-12-21T02:43:29.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
35282024-12-21T02:43:29.914Z
35292024-12-21T02:43:29.914Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35302024-12-21T02:43:30.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312024-12-21T02:43:30.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322024-12-21T02:43:30.524Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35332024-12-21T02:43:30.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35342024-12-21T02:43:31.167Z
35352024-12-21T02:43:31.167Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35362024-12-21T02:43:31.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372024-12-21T02:43:31.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382024-12-21T02:43:31.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392024-12-21T02:43:31.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35402024-12-21T02:43:31.751Z
35412024-12-21T02:43:31.751Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
35422024-12-21T02:43:32.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432024-12-21T02:43:32.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442024-12-21T02:43:32.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452024-12-21T02:43:32.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35462024-12-21T02:43:32.333Z
35472024-12-21T02:43:32.333Zinfo: running `cargo check --bins` on omicron-package (171/176)
35482024-12-21T02:43:32.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492024-12-21T02:43:32.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502024-12-21T02:43:32.969Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35512024-12-21T02:43:34.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
35522024-12-21T02:43:34.458Z
35532024-12-21T02:43:34.458Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
35542024-12-21T02:43:35.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552024-12-21T02:43:35.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562024-12-21T02:43:35.130Z Checking rtoolbox v0.0.2
35572024-12-21T02:43:35.130Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35582024-12-21T02:43:35.132Z Checking tui-tree-widget v0.22.0
35592024-12-21T02:43:35.351Z Checking rpassword v7.3.1
35602024-12-21T02:43:39.237Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35612024-12-21T02:43:42.085Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35622024-12-21T02:43:43.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s
35632024-12-21T02:43:43.449Z
35642024-12-21T02:43:43.449Zinfo: running `cargo check --bins` on wicket (173/176)
35652024-12-21T02:43:44.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662024-12-21T02:43:44.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672024-12-21T02:43:44.136Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35682024-12-21T02:43:44.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35692024-12-21T02:43:44.751Z
35702024-12-21T02:43:44.751Zinfo: running `cargo check --bins` on wicketd (174/176)
35712024-12-21T02:43:45.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722024-12-21T02:43:45.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732024-12-21T02:43:45.438Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35742024-12-21T02:43:49.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
35752024-12-21T02:43:49.388Z
35762024-12-21T02:43:49.388Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
35772024-12-21T02:43:49.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782024-12-21T02:43:49.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792024-12-21T02:43:49.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802024-12-21T02:43:49.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35812024-12-21T02:43:49.968Z
35822024-12-21T02:43:49.969Zinfo: running `cargo check --bins` on zone-setup (176/176)
35832024-12-21T02:43:50.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842024-12-21T02:43:50.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852024-12-21T02:43:50.664Z Checking uzers v0.12.1
35862024-12-21T02:43:50.995Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35872024-12-21T02:43:52.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
35882024-12-21T02:43:52.330Z
35892024-12-21T02:43:52.332Zreal 12:33.774912466
35902024-12-21T02:43:52.333Zuser 23:35.827357875
35912024-12-21T02:43:52.333Zsys 5:17.081096958
35922024-12-21T02:43:52.333Ztrap 0.451012620
35932024-12-21T02:43:52.333Ztflt 2.335323309
35942024-12-21T02:43:52.333Zdflt 3.103769401
35952024-12-21T02:43:52.333Zkflt 0.001357871
35962024-12-21T02:43:52.333Zlock 44:14.366679087
35972024-12-21T02:43:52.333Zslp 2:02:37.619638850
35982024-12-21T02:43:52.333Zlat 59.536924787
35992024-12-21T02:43:52.333Zstop 3:09.135878389
36002024-12-21T02:43:52.333Zprocess exited: duration 1140074 ms, exit code 0
 
36012024-12-21T02:43:52.340Zfound 0 output files