01JD0K5G8A0GQPVFS0D7YDDRJ3: 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: 01JD0K5WV7YQQ5GM321N2TFNE3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-18T21:35:28.787Zjob assigned to worker 01JD0K666771VMP1QZ4XW3C1T1 [factory aws, i-07e9586c5ae23fc01] (queued for 50 s)
 
22024-11-18T21:35:36.461Zstarting task 0: "setup"
32024-11-18T21:35:36.471Z++ uname -s
42024-11-18T21:35:36.474Z+ kern=SunOS
52024-11-18T21:35:36.474Z+ case "$kern" in
62024-11-18T21:35:36.474Z+ groupadd -g 12345 build
72024-11-18T21:35:36.477Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-18T21:35:38.483Z+ zfs create -o mountpoint=/work rpool/work
92024-11-18T21:35:38.549Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-18T21:35:38.552Z+ home_fs=zfs
112024-11-18T21:35:38.552Z+ [[ zfs == autofs ]]
122024-11-18T21:35:38.552Z+ mkdir -p /home/build
132024-11-18T21:35:38.555Z+ chown build:build /home/build /work
142024-11-18T21:35:40.556Z+ chmod 0700 /home/build /work
152024-11-18T21:35:40.560Zprocess exited: duration 4097 ms, exit code 0
 
162024-11-18T21:35:40.565Zstarting task 1: "rust-toolchain"
172024-11-18T21:35:40.570Z+ printf ' * toolchain channel = "%s"
182024-11-18T21:35:40.570Z' 1.81.0
192024-11-18T21:35:40.570Z * toolchain channel = "1.81.0"
202024-11-18T21:35:40.570Z+ printf ' * toolchain profile = "%s"
212024-11-18T21:35:40.570Z' default
222024-11-18T21:35:40.573Z * toolchain profile = "default"
232024-11-18T21:35:40.573Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-18T21:35:40.573Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-18T21:35:40.699Zinfo: downloading installer
262024-11-18T21:35:41.984Zinfo: profile set to 'default'
272024-11-18T21:35:41.984Zinfo: default host triple is x86_64-unknown-illumos
282024-11-18T21:35:41.988Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-18T21:35:42.118Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-18T21:35:42.118Zinfo: downloading component 'cargo'
312024-11-18T21:35:42.799Zinfo: downloading component 'clippy'
322024-11-18T21:35:43.051Zinfo: downloading component 'rust-docs'
332024-11-18T21:35:43.990Zinfo: downloading component 'rust-std'
342024-11-18T21:35:45.488Zinfo: downloading component 'rustc'
352024-11-18T21:35:50.778Zinfo: downloading component 'rustfmt'
362024-11-18T21:35:50.975Zinfo: installing component 'cargo'
372024-11-18T21:35:51.793Zinfo: installing component 'clippy'
382024-11-18T21:35:52.167Zinfo: installing component 'rust-docs'
392024-11-18T21:35:53.774Zinfo: installing component 'rust-std'
402024-11-18T21:35:55.587Zinfo: installing component 'rustc'
412024-11-18T21:36:01.275Zinfo: installing component 'rustfmt'
422024-11-18T21:36:01.592Z
432024-11-18T21:36:01.592Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442024-11-18T21:36:01.958Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-18T21:36:01.958Z
462024-11-18T21:36:01.961Z
472024-11-18T21:36:01.961ZRust is installed now. Great!
482024-11-18T21:36:01.961Z
492024-11-18T21:36:01.961ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-18T21:36:01.961Zenvironment variable. This has not been done automatically.
512024-11-18T21:36:01.961Z
522024-11-18T21:36:01.961ZTo configure your current shell, you need to source
532024-11-18T21:36:01.961Zthe corresponding env file under $HOME/.cargo.
542024-11-18T21:36:01.961Z
552024-11-18T21:36:01.961ZThis is usually done by running one of the following (note the leading DOT):
562024-11-18T21:36:01.961Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-18T21:36:01.961Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-18T21:36:02.035Z+ rustc --version
592024-11-18T21:36:02.099Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-18T21:36:02.102Zprocess exited: duration 21536 ms, exit code 0
 
612024-11-18T21:36:02.110Zstarting task 2: "authentication"
622024-11-18T21:36:02.128Zprocess exited: duration 20 ms, exit code 0
 
632024-11-18T21:36:02.134Zstarting task 3: "clone repository"
642024-11-18T21:36:02.139Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-18T21:36:02.141Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-18T21:36:02.183ZCloning into '/work/oxidecomputer/omicron'...
672024-11-18T21:36:10.351Z+ cd /work/oxidecomputer/omicron
682024-11-18T21:36:10.351Z+ git fetch origin 27527e868cf2ba3514fd276422b641fc0d6051d6
692024-11-18T21:36:10.889ZFrom https://github.com/oxidecomputer/omicron
702024-11-18T21:36:10.889Z * branch 27527e868cf2ba3514fd276422b641fc0d6051d6 -> FETCH_HEAD
712024-11-18T21:36:10.897Z+ [[ -n '' ]]
722024-11-18T21:36:10.897Z+ git reset --hard 27527e868cf2ba3514fd276422b641fc0d6051d6
732024-11-18T21:36:10.921ZHEAD is now at 27527e868 Merge branch 'main' into dataset_typed_uuid
742024-11-18T21:36:10.924Zprocess exited: duration 8787 ms, exit code 0
 
752024-11-18T21:36:10.930Zstarting task 4: "build"
762024-11-18T21:36:10.935Z+ source .github/buildomat/ci-env.sh
772024-11-18T21:36:10.935Z++ export CARGO_TERM_COLOR=always
782024-11-18T21:36:10.935Z++ CARGO_TERM_COLOR=always
792024-11-18T21:36:10.938Z+ cargo --version
802024-11-18T21:36:10.993Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-11-18T21:36:10.996Z+ rustc --version
822024-11-18T21:36:11.056Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-11-18T21:36:11.060Z+ source ./env.sh
842024-11-18T21:36:11.060Z++ OLD_SHELL_OPTS=ehxB
852024-11-18T21:36:11.060Z++ set -o xtrace
862024-11-18T21:36:11.062Z++++ dirname ./env.sh
872024-11-18T21:36:11.065Z+++ readlink -f .
882024-11-18T21:36:11.067Z++ OMICRON_WS=/work/oxidecomputer/omicron
892024-11-18T21:36:11.067Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-11-18T21:36:11.068Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912024-11-18T21:36:11.068Z++ 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
922024-11-18T21:36:11.068Z++ 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
932024-11-18T21:36:11.068Z++ 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
942024-11-18T21:36:11.068Z++ 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
952024-11-18T21:36:11.068Z++ 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
962024-11-18T21:36:11.068Z++ 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
972024-11-18T21:36:11.068Z++ case $OLD_SHELL_OPTS in
982024-11-18T21:36:11.068Z++ unset OLD_SHELL_OPTS OMICRON_WS
992024-11-18T21:36:11.068Z+ 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
1002024-11-18T21:36:11.068Z+ 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
1012024-11-18T21:36:11.068Z+ banner prerequisites
1022024-11-18T21:36:11.071Z
1032024-11-18T21:36:11.071Z ##### ##### ###### ##### ###### #### # # # #### #
1042024-11-18T21:36:11.071Z # # # # # # # # # # # # # # #
1052024-11-18T21:36:11.072Z # # # # ##### # # ##### # # # # # #### #
1062024-11-18T21:36:11.072Z ##### ##### # ##### # # # # # # # # #
1072024-11-18T21:36:11.072Z # # # # # # # # # # # # # # #
1082024-11-18T21:36:11.072Z # # # ###### # # ###### ### # #### # #### #
1092024-11-18T21:36:11.072Z
1102024-11-18T21:36:11.072Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1112024-11-18T21:36:18.493Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-11-18T21:36:21.944Z Startup: Caching catalogs ... Done
1132024-11-18T21:36:30.601ZPlanning: Solver setup ... Done (7.742s)
1142024-11-18T21:36:30.712ZPlanning: Running solver ... Done (0.112s)
1152024-11-18T21:36:30.804ZPlanning: Finding local manifests ... Done (0.003s)
1162024-11-18T21:36:30.831ZPlanning: Fetching manifests: 0/5 0% complete
1172024-11-18T21:36:31.462ZPlanning: Fetching manifests: 5/5 100% complete
1182024-11-18T21:36:31.558ZPlanning: Package planning ... Done (0.097s)
1192024-11-18T21:36:31.613ZPlanning: Merging actions ... Done (0.055s)
1202024-11-18T21:36:31.802ZPlanning: Checking for conflicting actions ... Done (0.189s)
1212024-11-18T21:36:33.850ZPlanning: Consolidating action changes ... Done (2.045s)
1222024-11-18T21:36:34.278ZPlanning: Evaluating mediators ... Done (0.429s)
1232024-11-18T21:36:34.358ZPlanning: Planning completed in 12.32 seconds
1242024-11-18T21:36:34.373Z Packages to install: 4
1252024-11-18T21:36:34.373Z Packages to update: 1
1262024-11-18T21:36:34.375Z Mediators to change: 2
1272024-11-18T21:36:34.375Z Services to change: 1
1282024-11-18T21:36:34.375Z Estimated space available: 155.64 GB
1292024-11-18T21:36:34.376ZEstimated space to be consumed: 1.60 GB
1302024-11-18T21:36:34.376Z Create boot environment: No
1312024-11-18T21:36:34.376ZCreate backup boot environment: Yes
1322024-11-18T21:36:34.376Z Rebuild boot archive: No
1332024-11-18T21:36:34.376Z
1342024-11-18T21:36:34.376ZChanged mediators:
1352024-11-18T21:36:34.376Z mediator clang:
1362024-11-18T21:36:34.376Z version: None -> 15 (system default)
1372024-11-18T21:36:34.376Z
1382024-11-18T21:36:34.376Z mediator llvm:
1392024-11-18T21:36:34.376Z version: 14 (system default) -> 15 (system default)
1402024-11-18T21:36:34.376Z
1412024-11-18T21:36:34.376ZChanged packages:
1422024-11-18T21:36:34.376Zhelios-dev
1432024-11-18T21:36:34.376Z developer/build-essential
1442024-11-18T21:36:34.376Z None -> 11-2.0
1452024-11-18T21:36:34.376Z library/libxmlsec1
1462024-11-18T21:36:34.376Z None -> 1.2.35-2.0
1472024-11-18T21:36:34.377Z ooce/developer/clang-15
1482024-11-18T21:36:34.377Z None -> 15.0.7-2.0
1492024-11-18T21:36:34.377Z ooce/developer/llvm-15
1502024-11-18T21:36:34.377Z None -> 15.0.7-2.0
1512024-11-18T21:36:34.377Z package/pkg
1522024-11-18T21:36:34.377Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1532024-11-18T21:36:34.377Z
1542024-11-18T21:36:34.377ZServices:
1552024-11-18T21:36:34.377Z restart_fmri:
1562024-11-18T21:36:34.377Z svc:/system/update-man-index:default
1572024-11-18T21:36:34.377Z
1582024-11-18T21:36:34.377ZEditable files to change:
1592024-11-18T21:36:34.377Z Update:
1602024-11-18T21:36:34.377Z usr/share/lib/pkg/web/config.shtml
1612024-11-18T21:36:34.618Z
1622024-11-18T21:36:34.618ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1632024-11-18T21:36:39.623ZDownload: 523/4281 items 17.4/220.6MB 7% complete (3.6M/s)
1642024-11-18T21:36:44.630ZDownload: 963/4281 items 19.2/220.6MB 8% complete (2.0M/s)
1652024-11-18T21:36:50.162ZDownload: 1195/4281 items 83.3/220.6MB 37% complete (6.6M/s)
1662024-11-18T21:36:55.173ZDownload: 1277/4281 items 113.7/220.6MB 51% complete (9.4M/s)
1672024-11-18T21:37:00.226ZDownload: 1669/4281 items 118.0/220.6MB 53% complete (3.5M/s)
1682024-11-18T21:37:05.249ZDownload: 1943/4281 items 118.7/220.6MB 53% complete (1.4M/s)
1692024-11-18T21:37:10.753ZDownload: 2220/4281 items 119.2/220.6MB 54% complete (406k/s)
1702024-11-18T21:37:15.705ZDownload: 2225/4281 items 119.2/220.6MB 54% complete (57.2k/s)
1712024-11-18T21:37:20.715ZDownload: 2709/4281 items 120.8/220.6MB 54% complete (154k/s)
1722024-11-18T21:37:25.715ZDownload: 3136/4281 items 157.1/220.6MB 71% complete (3.7M/s)
1732024-11-18T21:37:31.821ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.2M/s)
1742024-11-18T21:37:38.434ZDownload: 3286/4281 items 212.6/220.6MB 96% complete (3.6M/s)
1752024-11-18T21:37:43.453ZDownload: 3415/4281 items 213.0/220.6MB 96% complete (1.3M/s)
1762024-11-18T21:37:48.455ZDownload: 3900/4281 items 217.9/220.6MB 98% complete (575k/s)
1772024-11-18T21:37:54.644ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (897k/s)
1782024-11-18T21:37:54.745ZDownload: Completed 220.60 MB in 80.12 seconds (2.8M/s)
1792024-11-18T21:37:56.832Z Actions: 1/5063 actions (Removing old actions)
1802024-11-18T21:37:56.855Z Actions: 194/5063 actions (Installing new actions)
1812024-11-18T21:38:01.540Z Actions: 4226/5063 actions (Updating modified actions)
1822024-11-18T21:38:01.856Z Actions: Completed 5063 actions in 5.02 seconds.
1832024-11-18T21:38:02.072Z Done (0.208s)
1842024-11-18T21:38:02.075Z Done (0.000s)
1852024-11-18T21:38:02.609Z Done (0.536s)
1862024-11-18T21:38:07.016Z Done (4.198s)
1872024-11-18T21:38:07.103Z Done (0.018s)
1882024-11-18T21:38:07.108Z Done (0.000s)
1892024-11-18T21:38:07.316Z Done (0.000s)
1902024-11-18T21:38:07.979ZPlanning: Evaluating mediator changes ... Done
1912024-11-18T21:38:08.138ZPlanning: Checking for conflicting actions ... Done
1922024-11-18T21:38:08.141ZPlanning: Consolidating action changes ... Done
1932024-11-18T21:38:08.405ZPlanning: Evaluating mediators ... Done
1942024-11-18T21:38:08.407ZPlanning: Planning completed in 0.43 seconds
1952024-11-18T21:38:08.444Z Mediators to change: 2
1962024-11-18T21:38:08.445Z Create boot environment: No
1972024-11-18T21:38:08.447ZCreate backup boot environment: No
1982024-11-18T21:38:08.534Z Done
1992024-11-18T21:38:08.534Z Done
2002024-11-18T21:38:08.868Z Done
2012024-11-18T21:38:12.450Z Done
2022024-11-18T21:38:12.535Z Done
2032024-11-18T21:38:12.537Z Done
2042024-11-18T21:38:12.649Z Done
2052024-11-18T21:38:13.255ZPlanning: Evaluating mediator changes ... Done
2062024-11-18T21:38:13.258ZPlanning: Merging actions ... Done
2072024-11-18T21:38:13.444ZPlanning: Checking for conflicting actions ... Done
2082024-11-18T21:38:13.446ZPlanning: Consolidating action changes ... Done
2092024-11-18T21:38:13.705ZPlanning: Evaluating mediators ... Done
2102024-11-18T21:38:13.758ZPlanning: Planning completed in 0.74 seconds
2112024-11-18T21:38:13.799Z Packages to change: 1
2122024-11-18T21:38:13.799Z Mediators to change: 1
2132024-11-18T21:38:13.801Z Services to change: 1
2142024-11-18T21:38:13.801Z Create boot environment: No
2152024-11-18T21:38:13.801ZCreate backup boot environment: Yes
2162024-11-18T21:38:15.932Z Actions: 1/6 actions (Updating modified actions)
2172024-11-18T21:38:15.935Z Actions: Completed 6 actions in 0.00 seconds.
2182024-11-18T21:38:15.935Z Done
2192024-11-18T21:38:15.935Z Done
2202024-11-18T21:38:16.040Z Done
2212024-11-18T21:38:19.636Z Done
2222024-11-18T21:38:19.726Z Done
2232024-11-18T21:38:19.729Z Done
2242024-11-18T21:38:19.854Z Done
2252024-11-18T21:38:20.283ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262024-11-18T21:38:20.283Zclang system 15 system
2272024-11-18T21:38:20.283Zcsh system system illumos
2282024-11-18T21:38:20.283Zctags system system illumos
2292024-11-18T21:38:20.283Zgcc vendor 12 vendor
2302024-11-18T21:38:20.283Zgcc system 10 system
2312024-11-18T21:38:20.283Zgcc system 7 system
2322024-11-18T21:38:20.283Zgo system 1.20 system
2332024-11-18T21:38:20.283Zgo system 1.19 system
2342024-11-18T21:38:20.283Zllvm system 15 system
2352024-11-18T21:38:20.283Zllvm system 14 system
2362024-11-18T21:38:20.283Zmariadb system 10.6 system
2372024-11-18T21:38:20.283Zmta vendor vendor dma
2382024-11-18T21:38:20.283Zopenjdk system 17 system
2392024-11-18T21:38:20.283Zopenjdk system 11 system
2402024-11-18T21:38:20.284Zopenjdk system 1.8 system
2412024-11-18T21:38:20.284Zopenssl vendor 3 vendor
2422024-11-18T21:38:20.284Zperl system 5.36 system
2432024-11-18T21:38:20.284Zpostgresql system 15 system
2442024-11-18T21:38:20.284Zpostgresql system 13 system
2452024-11-18T21:38:20.284Zpython vendor 3 vendor
2462024-11-18T21:38:20.284Zpython system 2 system
2472024-11-18T21:38:20.284Zpython3 system 3.11 system
2482024-11-18T21:38:20.284Zruby system 3.0 system
2492024-11-18T21:38:20.284Zwords vendor vendor american-english
2502024-11-18T21:38:20.284Zwords system system australian-english
2512024-11-18T21:38:20.284Zwords system system british-english
2522024-11-18T21:38:20.284Zwords system system canadian-english
2532024-11-18T21:38:20.284Zwords system system french
2542024-11-18T21:38:20.284Zwords system system italian
2552024-11-18T21:38:20.284Zwords system system ngerman
2562024-11-18T21:38:20.284Zwords system system ogerman
2572024-11-18T21:38:20.284Zwords system system spanish
2582024-11-18T21:38:20.607ZPUBLISHER TYPE STATUS P LOCATION
2592024-11-18T21:38:20.607Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2602024-11-18T21:38:23.133ZFMRI IFO
2612024-11-18T21:38:23.133Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2622024-11-18T21:38:23.133Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2632024-11-18T21:38:23.133Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2642024-11-18T21:38:23.133Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2652024-11-18T21:38:23.134Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2662024-11-18T21:38:23.134Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2672024-11-18T21:38:23.134Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2682024-11-18T21:38:23.134Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2692024-11-18T21:38:23.134Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702024-11-18T21:38:23.134Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2712024-11-18T21:38:23.134Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2722024-11-18T21:38:23.134Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732024-11-18T21:38:23.134Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2742024-11-18T21:38:23.134Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2752024-11-18T21:38:23.134Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2762024-11-18T21:38:23.866Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2772024-11-18T21:38:24.098Z Updating crates.io index
2782024-11-18T21:38:24.188Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2792024-11-18T21:38:24.889Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2802024-11-18T21:38:25.155Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2812024-11-18T21:38:25.394Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822024-11-18T21:38:25.612Z Updating git repository `https://github.com/oxidecomputer/propolis`
2832024-11-18T21:38:26.461Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842024-11-18T21:38:28.861Z Updating git repository `https://github.com/oxidecomputer/opte`
2852024-11-18T21:38:29.838Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862024-11-18T21:38:30.473Z Updating git repository `https://github.com/oxidecomputer/clickward`
2872024-11-18T21:38:30.727Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2882024-11-18T21:38:31.019Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892024-11-18T21:38:31.653Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2902024-11-18T21:38:31.940Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2912024-11-18T21:38:32.237Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922024-11-18T21:38:32.508Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2932024-11-18T21:38:32.758Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2942024-11-18T21:38:32.999Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2952024-11-18T21:38:33.292Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2962024-11-18T21:38:33.611Z Updating git repository `https://github.com/oxidecomputer/ispf`
2972024-11-18T21:38:33.902Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2982024-11-18T21:38:34.141Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2992024-11-18T21:38:34.586Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3002024-11-18T21:38:34.830Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012024-11-18T21:38:35.201Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3022024-11-18T21:38:35.569Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032024-11-18T21:38:35.830Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042024-11-18T21:38:36.093Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052024-11-18T21:38:37.277Z Downloading crates ...
3062024-11-18T21:38:37.392Z Downloaded anstyle v1.0.10
3072024-11-18T21:38:37.401Z Downloaded anstream v0.6.15
3082024-11-18T21:38:37.418Z Downloaded autocfg v1.4.0
3092024-11-18T21:38:37.426Z Downloaded bitflags v2.6.0
3102024-11-18T21:38:37.429Z Downloaded bytecount v0.6.8
3112024-11-18T21:38:37.431Z Downloaded clap v4.5.21
3122024-11-18T21:38:37.439Z Downloaded byteorder v1.5.0
3132024-11-18T21:38:37.442Z Downloaded cargo_toml v0.20.5
3142024-11-18T21:38:37.444Z Downloaded camino v1.1.9
3152024-11-18T21:38:37.444Z Downloaded cargo-platform v0.1.8
3162024-11-18T21:38:37.448Z Downloaded cfg-if v1.0.0
3172024-11-18T21:38:37.448Z Downloaded anstyle-parse v0.2.5
3182024-11-18T21:38:37.451Z Downloaded generic-array v0.14.7
3192024-11-18T21:38:37.451Z Downloaded errno v0.3.9
3202024-11-18T21:38:37.453Z Downloaded dof v0.3.0
3212024-11-18T21:38:37.453Z Downloaded clap_lex v0.7.2
3222024-11-18T21:38:37.453Z Downloaded cargo_metadata v0.18.1
3232024-11-18T21:38:37.456Z Downloaded pest v2.7.14
3242024-11-18T21:38:37.462Z Downloaded anyhow v1.0.93
3252024-11-18T21:38:37.464Z Downloaded block-buffer v0.10.4
3262024-11-18T21:38:37.468Z Downloaded anstyle-query v1.1.1
3272024-11-18T21:38:37.468Z Downloaded camino-tempfile v1.1.1
3282024-11-18T21:38:37.472Z Downloaded itoa v1.0.11
3292024-11-18T21:38:37.472Z Downloaded indexmap v2.6.0
3302024-11-18T21:38:37.474Z Downloaded goblin v0.8.2
3312024-11-18T21:38:37.481Z Downloaded pretty-hex v0.4.1
3322024-11-18T21:38:37.484Z Downloaded colorchoice v1.0.2
3332024-11-18T21:38:37.484Z Downloaded digest v0.10.7
3342024-11-18T21:38:37.486Z Downloaded dtrace-parser v0.2.0
3352024-11-18T21:38:37.491Z Downloaded usdt-macro v0.5.0
3362024-11-18T21:38:37.493Z Downloaded swrite v0.1.0
3372024-11-18T21:38:37.493Z Downloaded usdt-attr-macro v0.5.0
3382024-11-18T21:38:37.493Z Downloaded equivalent v1.0.1
3392024-11-18T21:38:37.498Z Downloaded pest_generator v2.7.14
3402024-11-18T21:38:37.500Z Downloaded heck v0.4.1
3412024-11-18T21:38:37.500Z Downloaded crypto-common v0.1.6
3422024-11-18T21:38:37.503Z Downloaded cpufeatures v0.2.14
3432024-11-18T21:38:37.506Z Downloaded fnv v1.0.7
3442024-11-18T21:38:37.506Z Downloaded fs-err v2.11.0
3452024-11-18T21:38:37.508Z Downloaded unicode-linebreak v0.1.5
3462024-11-18T21:38:37.511Z Downloaded scroll_derive v0.12.0
3472024-11-18T21:38:37.517Z Downloaded proc-macro-error-attr v1.0.4
3482024-11-18T21:38:37.520Z Downloaded memmap v0.7.0
3492024-11-18T21:38:37.520Z Downloaded macaddr v1.0.1
3502024-11-18T21:38:37.520Z Downloaded serde_spanned v0.6.8
3512024-11-18T21:38:37.523Z Downloaded heck v0.5.0
3522024-11-18T21:38:37.523Z Downloaded is_terminal_polyfill v1.70.1
3532024-11-18T21:38:37.526Z Downloaded plain v0.2.3
3542024-11-18T21:38:37.528Z Downloaded fastrand v2.1.1
3552024-11-18T21:38:37.531Z Downloaded strsim v0.11.1
3562024-11-18T21:38:37.534Z Downloaded smawk v0.3.2
3572024-11-18T21:38:37.534Z Downloaded scroll v0.12.0
3582024-11-18T21:38:37.534Z Downloaded serde_tokenstream v0.2.2
3592024-11-18T21:38:37.536Z Downloaded clap_derive v4.5.18
3602024-11-18T21:38:37.539Z Downloaded usdt-impl v0.5.0
3612024-11-18T21:38:37.545Z Downloaded utf8parse v0.2.2
3622024-11-18T21:38:37.548Z Downloaded version_check v0.9.5
3632024-11-18T21:38:37.551Z Downloaded toml_datetime v0.6.8
3642024-11-18T21:38:37.551Z Downloaded thread-id v4.2.2
3652024-11-18T21:38:37.554Z Downloaded tabled_derive v0.7.0
3662024-11-18T21:38:37.554Z Downloaded usdt v0.5.0
3672024-11-18T21:38:37.554Z Downloaded thiserror-impl v1.0.69
3682024-11-18T21:38:37.556Z Downloaded terminal_size v0.4.0
3692024-11-18T21:38:37.559Z Downloaded semver v1.0.23
3702024-11-18T21:38:37.561Z Downloaded thiserror v1.0.69
3712024-11-18T21:38:37.565Z Downloaded pest_derive v2.7.14
3722024-11-18T21:38:37.568Z Downloaded sha2 v0.10.8
3732024-11-18T21:38:37.570Z Downloaded ryu v1.0.18
3742024-11-18T21:38:37.573Z Downloaded zerocopy-derive v0.7.35
3752024-11-18T21:38:37.577Z Downloaded quote v1.0.37
3762024-11-18T21:38:37.579Z Downloaded typenum v1.17.0
3772024-11-18T21:38:37.582Z Downloaded ucd-trie v0.1.7
3782024-11-18T21:38:37.584Z Downloaded unicode-ident v1.0.13
3792024-11-18T21:38:37.587Z Downloaded log v0.4.22
3802024-11-18T21:38:37.589Z Downloaded tempfile v3.13.0
3812024-11-18T21:38:37.592Z Downloaded proc-macro-error v1.0.4
3822024-11-18T21:38:37.595Z Downloaded proc-macro2 v1.0.89
3832024-11-18T21:38:37.597Z Downloaded papergrid v0.11.0
3842024-11-18T21:38:37.601Z Downloaded toml v0.8.19
3852024-11-18T21:38:37.604Z Downloaded textwrap v0.16.1
3862024-11-18T21:38:37.607Z Downloaded serde_derive v1.0.215
3872024-11-18T21:38:37.609Z Downloaded pest_meta v2.7.14
3882024-11-18T21:38:37.613Z Downloaded serde v1.0.215
3892024-11-18T21:38:37.616Z Downloaded memchr v2.7.4
3902024-11-18T21:38:37.619Z Downloaded once_cell v1.20.2
3912024-11-18T21:38:37.632Z Downloaded toml_edit v0.22.22
3922024-11-18T21:38:37.654Z Downloaded hashbrown v0.15.0
3932024-11-18T21:38:37.668Z Downloaded clap_builder v4.5.21
3942024-11-18T21:38:37.675Z Downloaded zerocopy v0.7.35
3952024-11-18T21:38:37.690Z Downloaded serde_json v1.0.132
3962024-11-18T21:38:37.696Z Downloaded winnow v0.6.20
3972024-11-18T21:38:37.712Z Downloaded tabled v0.15.0
3982024-11-18T21:38:37.727Z Downloaded syn v1.0.109
3992024-11-18T21:38:37.736Z Downloaded unicode-width v0.1.14
4002024-11-18T21:38:37.741Z Downloaded syn v2.0.87
4012024-11-18T21:38:37.752Z Downloaded rustix v0.38.37
4022024-11-18T21:38:37.788Z Downloaded libc v0.2.162
4032024-11-18T21:38:38.092Z Compiling proc-macro2 v1.0.89
4042024-11-18T21:38:38.092Z Compiling unicode-ident v1.0.13
4052024-11-18T21:38:38.092Z Compiling version_check v0.9.5
4062024-11-18T21:38:38.095Z Compiling serde v1.0.215
4072024-11-18T21:38:38.095Z Compiling memchr v2.7.4
4082024-11-18T21:38:38.095Z Compiling thiserror v1.0.69
4092024-11-18T21:38:38.141Z Compiling libc v0.2.162
4102024-11-18T21:38:38.143Z Compiling ryu v1.0.18
4112024-11-18T21:38:38.459Z Compiling itoa v1.0.11
4122024-11-18T21:38:38.675Z Compiling ucd-trie v0.1.7
4132024-11-18T21:38:38.891Z Compiling once_cell v1.20.2
4142024-11-18T21:38:38.939Z Compiling byteorder v1.5.0
4152024-11-18T21:38:39.088Z Compiling serde_json v1.0.132
4162024-11-18T21:38:39.324Z Compiling rustix v0.38.37
4172024-11-18T21:38:39.349Z Compiling bitflags v2.6.0
4182024-11-18T21:38:39.443Z Compiling usdt-impl v0.5.0
4192024-11-18T21:38:39.742Z Compiling proc-macro-error-attr v1.0.4
4202024-11-18T21:38:39.822Z Compiling syn v1.0.109
4212024-11-18T21:38:39.874Z Compiling proc-macro-error v1.0.4
4222024-11-18T21:38:40.006Z Compiling quote v1.0.37
4232024-11-18T21:38:40.118Z Compiling log v0.4.22
4242024-11-18T21:38:40.169Z Compiling utf8parse v0.2.2
4252024-11-18T21:38:40.271Z Compiling errno v0.3.9
4262024-11-18T21:38:40.337Z Compiling plain v0.2.3
4272024-11-18T21:38:40.473Z Compiling syn v2.0.87
4282024-11-18T21:38:40.567Z Compiling camino v1.1.9
4292024-11-18T21:38:40.569Z Compiling equivalent v1.0.1
4302024-11-18T21:38:40.623Z Compiling hashbrown v0.15.0
4312024-11-18T21:38:40.738Z Compiling anstyle-parse v0.2.5
4322024-11-18T21:38:41.002Z Compiling thread-id v4.2.2
4332024-11-18T21:38:41.248Z Compiling anstyle-query v1.1.1
4342024-11-18T21:38:41.442Z Compiling unicode-width v0.1.14
4352024-11-18T21:38:41.476Z Compiling pretty-hex v0.4.1
4362024-11-18T21:38:41.583Z Compiling semver v1.0.23
4372024-11-18T21:38:41.698Z Compiling winnow v0.6.20
4382024-11-18T21:38:41.795Z Compiling colorchoice v1.0.2
4392024-11-18T21:38:41.887Z Compiling indexmap v2.6.0
4402024-11-18T21:38:41.958Z Compiling autocfg v1.4.0
4412024-11-18T21:38:41.988Z Compiling is_terminal_polyfill v1.70.1
4422024-11-18T21:38:42.118Z Compiling anstyle v1.0.10
4432024-11-18T21:38:42.501Z Compiling anstream v0.6.15
4442024-11-18T21:38:43.015Z Compiling terminal_size v0.4.0
4452024-11-18T21:38:43.143Z Compiling fs-err v2.11.0
4462024-11-18T21:38:43.216Z Compiling fastrand v2.1.1
4472024-11-18T21:38:43.219Z Compiling strsim v0.11.1
4482024-11-18T21:38:43.266Z Compiling heck v0.5.0
4492024-11-18T21:38:43.420Z Compiling cfg-if v1.0.0
4502024-11-18T21:38:43.551Z Compiling clap_lex v0.7.2
4512024-11-18T21:38:43.803Z Compiling heck v0.4.1
4522024-11-18T21:38:43.806Z Compiling bytecount v0.6.8
4532024-11-18T21:38:44.052Z Compiling anyhow v1.0.93
4542024-11-18T21:38:44.078Z Compiling fnv v1.0.7
4552024-11-18T21:38:44.147Z Compiling clap_builder v4.5.21
4562024-11-18T21:38:44.206Z Compiling papergrid v0.11.0
4572024-11-18T21:38:44.229Z Compiling tempfile v3.13.0
4582024-11-18T21:38:44.456Z Compiling memmap v0.7.0
4592024-11-18T21:38:44.837Z Compiling unicode-linebreak v0.1.5
4602024-11-18T21:38:45.038Z Compiling smawk v0.3.2
4612024-11-18T21:38:45.270Z Compiling textwrap v0.16.1
4622024-11-18T21:38:45.550Z Compiling swrite v0.1.0
4632024-11-18T21:38:46.586Z Compiling tabled_derive v0.7.0
4642024-11-18T21:38:48.116Z Compiling tabled v0.15.0
4652024-11-18T21:38:49.383Z Compiling serde_derive v1.0.215
4662024-11-18T21:38:49.383Z Compiling thiserror-impl v1.0.69
4672024-11-18T21:38:49.386Z Compiling zerocopy-derive v0.7.35
4682024-11-18T21:38:49.386Z Compiling scroll_derive v0.12.0
4692024-11-18T21:38:49.515Z Compiling clap_derive v4.5.18
4702024-11-18T21:38:50.847Z Compiling scroll v0.12.0
4712024-11-18T21:38:51.382Z Compiling zerocopy v0.7.35
4722024-11-18T21:38:51.408Z Compiling goblin v0.8.2
4732024-11-18T21:38:52.239Z Compiling pest v2.7.14
4742024-11-18T21:38:53.102Z Compiling clap v4.5.21
4752024-11-18T21:38:54.421Z Compiling pest_meta v2.7.14
4762024-11-18T21:38:55.364Z Compiling pest_generator v2.7.14
4772024-11-18T21:38:57.254Z Compiling pest_derive v2.7.14
4782024-11-18T21:38:57.960Z Compiling dtrace-parser v0.2.0
4792024-11-18T21:38:59.534Z Compiling serde_tokenstream v0.2.2
4802024-11-18T21:38:59.574Z Compiling serde_spanned v0.6.8
4812024-11-18T21:38:59.574Z Compiling toml_datetime v0.6.8
4822024-11-18T21:38:59.905Z Compiling cargo-platform v0.1.8
4832024-11-18T21:38:59.969Z Compiling toml_edit v0.22.22
4842024-11-18T21:39:00.204Z Compiling macaddr v1.0.1
4852024-11-18T21:39:00.231Z Compiling camino-tempfile v1.1.1
4862024-11-18T21:39:01.054Z Compiling dof v0.3.0
4872024-11-18T21:39:01.114Z Compiling cargo_metadata v0.18.1
4882024-11-18T21:39:02.699Z Compiling toml v0.8.19
4892024-11-18T21:39:02.780Z Compiling usdt-macro v0.5.0
4902024-11-18T21:39:02.783Z Compiling usdt-attr-macro v0.5.0
4912024-11-18T21:39:03.465Z Compiling cargo_toml v0.20.5
4922024-11-18T21:39:04.091Z Compiling usdt v0.5.0
4932024-11-18T21:39:07.045Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942024-11-18T21:39:11.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.49s
4952024-11-18T21:39:11.395Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4962024-11-18T21:39:11.909Z Downloading crates ...
4972024-11-18T21:39:12.016Z Downloaded ascii-canvas v3.0.0
4982024-11-18T21:39:12.043Z Downloaded maplit v1.0.2
4992024-11-18T21:39:12.092Z Downloaded assert_matches v1.5.0
5002024-11-18T21:39:12.106Z Downloaded darling v0.20.10
5012024-11-18T21:39:12.111Z Downloaded aes-gcm v0.10.3
5022024-11-18T21:39:12.113Z Downloaded http-body v1.0.1
5032024-11-18T21:39:12.116Z Downloaded async-trait v0.1.83
5042024-11-18T21:39:12.118Z Downloaded http v1.1.0
5052024-11-18T21:39:12.121Z Downloaded atty v0.2.14
5062024-11-18T21:39:12.124Z Downloaded async-stream v0.3.6
5072024-11-18T21:39:12.126Z Downloaded bit-vec v0.6.3
5082024-11-18T21:39:12.128Z Downloaded httpdate v1.0.3
5092024-11-18T21:39:12.128Z Downloaded async-recursion v1.1.1
5102024-11-18T21:39:12.132Z Downloaded hickory-server v0.24.1
5112024-11-18T21:39:12.138Z Downloaded http-range v0.1.5
5122024-11-18T21:39:12.140Z Downloaded hex-literal v0.4.1
5132024-11-18T21:39:12.140Z Downloaded hostname v0.3.1
5142024-11-18T21:39:12.143Z Downloaded bcrypt-pbkdf v0.10.0
5152024-11-18T21:39:12.143Z Downloaded instant v0.1.13
5162024-11-18T21:39:12.145Z Downloaded hubpack v0.1.2
5172024-11-18T21:39:12.147Z Downloaded http-body-util v0.1.2
5182024-11-18T21:39:12.147Z Downloaded arrayref v0.3.9
5192024-11-18T21:39:12.150Z Downloaded bcs v0.1.6
5202024-11-18T21:39:12.152Z Downloaded hyper-rustls v0.27.3
5212024-11-18T21:39:12.155Z Downloaded httparse v1.9.5
5222024-11-18T21:39:12.157Z Downloaded iana-time-zone v0.1.61
5232024-11-18T21:39:12.161Z Downloaded cassowary v0.3.0
5242024-11-18T21:39:12.163Z Downloaded hmac v0.12.1
5252024-11-18T21:39:12.165Z Downloaded hubpack_derive v0.1.1
5262024-11-18T21:39:12.165Z Downloaded hickory-client v0.24.1
5272024-11-18T21:39:12.169Z Downloaded ident_case v1.0.1
5282024-11-18T21:39:12.171Z Downloaded hickory-resolver v0.24.1
5292024-11-18T21:39:12.175Z Downloaded mirai-annotations v1.12.0
5302024-11-18T21:39:12.177Z Downloaded icu_provider_macros v1.5.0
5312024-11-18T21:39:12.177Z Downloaded ciborium-io v0.2.2
5322024-11-18T21:39:12.180Z Downloaded cfg_aliases v0.2.1
5332024-11-18T21:39:12.180Z Downloaded cfg_aliases v0.1.1
5342024-11-18T21:39:12.180Z Downloaded buf-list v1.0.3
5352024-11-18T21:39:12.182Z Downloaded matches v0.1.10
5362024-11-18T21:39:12.185Z Downloaded match_cfg v0.1.0
5372024-11-18T21:39:12.185Z Downloaded headers-core v0.3.0
5382024-11-18T21:39:12.187Z Downloaded cstr-argument v0.1.2
5392024-11-18T21:39:12.187Z Downloaded crunchy v0.2.2
5402024-11-18T21:39:12.187Z Downloaded crucible-workspace-hack v0.1.0
5412024-11-18T21:39:12.189Z Downloaded convert_case v0.4.0
5422024-11-18T21:39:12.189Z Downloaded arc-swap v1.7.1
5432024-11-18T21:39:12.193Z Downloaded arrayvec v0.7.6
5442024-11-18T21:39:12.195Z Downloaded md5 v0.7.0
5452024-11-18T21:39:12.198Z Downloaded async-bb8-diesel v0.2.1
5462024-11-18T21:39:12.200Z Downloaded icu_collections v1.5.0
5472024-11-18T21:39:12.205Z Downloaded memoffset v0.9.1
5482024-11-18T21:39:12.207Z Downloaded addr2line v0.24.2
5492024-11-18T21:39:12.209Z Downloaded serde-big-array v0.5.1
5502024-11-18T21:39:12.212Z Downloaded russh-cryptovec v0.7.3
5512024-11-18T21:39:12.212Z Downloaded indoc v1.0.9
5522024-11-18T21:39:12.214Z Downloaded indent_write v2.2.0
5532024-11-18T21:39:12.217Z Downloaded ciborium-ll v0.2.2
5542024-11-18T21:39:12.219Z Downloaded mockall v0.13.0
5552024-11-18T21:39:12.219Z Downloaded ipnetwork v0.20.0
5562024-11-18T21:39:12.221Z Downloaded cobs v0.2.3
5572024-11-18T21:39:12.224Z Downloaded maybe-uninit v2.0.0
5582024-11-18T21:39:12.224Z Downloaded chacha20 v0.9.1
5592024-11-18T21:39:12.226Z Downloaded crc-catalog v2.4.0
5602024-11-18T21:39:12.229Z Downloaded cbc v0.1.2
5612024-11-18T21:39:12.229Z Downloaded lalrpop-util v0.19.12
5622024-11-18T21:39:12.232Z Downloaded cipher v0.4.4
5632024-11-18T21:39:12.232Z Downloaded lazy_static v1.5.0
5642024-11-18T21:39:12.235Z Downloaded shell-words v1.1.0
5652024-11-18T21:39:12.235Z Downloaded const_format_proc_macros v0.2.33
5662024-11-18T21:39:12.237Z Downloaded termtree v0.4.1
5672024-11-18T21:39:12.240Z Downloaded sync_wrapper v1.0.1
5682024-11-18T21:39:12.240Z Downloaded kstat-rs v0.2.4
5692024-11-18T21:39:12.242Z Downloaded ctr v0.9.2
5702024-11-18T21:39:12.242Z Downloaded crc v3.2.1
5712024-11-18T21:39:12.245Z Downloaded lru v0.12.5
5722024-11-18T21:39:12.248Z Downloaded ref-cast v1.0.23
5732024-11-18T21:39:12.250Z Downloaded rand_chacha v0.3.1
5742024-11-18T21:39:12.253Z Downloaded ipnet v2.10.1
5752024-11-18T21:39:12.253Z Downloaded toolchain_find v0.4.0
5762024-11-18T21:39:12.255Z Downloaded try-lock v0.2.5
5772024-11-18T21:39:12.255Z Downloaded clang-sys v1.8.1
5782024-11-18T21:39:12.258Z Downloaded quinn-udp v0.5.5
5792024-11-18T21:39:12.260Z Downloaded ahash v0.8.11
5802024-11-18T21:39:12.262Z Downloaded bzip2 v0.4.4
5812024-11-18T21:39:12.265Z Downloaded cancel-safe-futures v0.1.5
5822024-11-18T21:39:12.268Z Downloaded write16 v1.0.0
5832024-11-18T21:39:12.270Z Downloaded yoke-derive v0.7.4
5842024-11-18T21:39:12.270Z Downloaded mime_guess v2.0.5
5852024-11-18T21:39:12.272Z Downloaded zerofrom v0.1.4
5862024-11-18T21:39:12.275Z Downloaded libloading v0.8.5
5872024-11-18T21:39:12.277Z Downloaded string_cache v0.8.7
5882024-11-18T21:39:12.279Z Downloaded sqlformat v0.2.6
5892024-11-18T21:39:12.279Z Downloaded stringprep v0.1.5
5902024-11-18T21:39:12.282Z Downloaded crossbeam-deque v0.8.5
5912024-11-18T21:39:12.284Z Downloaded crc32fast v1.4.2
5922024-11-18T21:39:12.286Z Downloaded console v0.15.8
5932024-11-18T21:39:12.289Z Downloaded dhcproto-macros v0.1.0
5942024-11-18T21:39:12.289Z Downloaded fxhash v0.2.1
5952024-11-18T21:39:12.291Z Downloaded csv-core v0.1.11
5962024-11-18T21:39:12.293Z Downloaded thiserror-no-std v2.0.2
5972024-11-18T21:39:12.295Z Downloaded lock_api v0.4.12
5982024-11-18T21:39:12.298Z Downloaded memmap2 v0.9.5
5992024-11-18T21:39:12.300Z Downloaded cookie_store v0.21.0
6002024-11-18T21:39:12.303Z Downloaded thiserror-impl-no-std v2.0.2
6012024-11-18T21:39:12.305Z Downloaded const-oid v0.9.6
6022024-11-18T21:39:12.308Z Downloaded base64 v0.22.1
6032024-11-18T21:39:12.311Z Downloaded opaque-debug v0.3.1
6042024-11-18T21:39:12.311Z Downloaded universal-hash v0.5.1
6052024-11-18T21:39:12.313Z Downloaded miniz_oxide v0.8.0
6062024-11-18T21:39:12.317Z Downloaded base64 v0.21.7
6072024-11-18T21:39:12.319Z Downloaded icu_provider v1.5.0
6082024-11-18T21:39:12.321Z Downloaded progenitor-client v0.8.0
6092024-11-18T21:39:12.323Z Downloaded unicode-xid v0.2.6
6102024-11-18T21:39:12.324Z Downloaded spki v0.7.3
6112024-11-18T21:39:12.326Z Downloaded parse-size v1.1.0
6122024-11-18T21:39:12.328Z Downloaded unicode-truncate v1.1.0
6132024-11-18T21:39:12.328Z Downloaded colored v2.1.0
6142024-11-18T21:39:12.330Z Downloaded synstructure v0.13.1
6152024-11-18T21:39:12.333Z Downloaded jobserver v0.1.32
6162024-11-18T21:39:12.335Z Downloaded dirs-sys-next v0.1.2
6172024-11-18T21:39:12.335Z Downloaded icu_locid v1.5.0
6182024-11-18T21:39:12.340Z Downloaded tokio-tungstenite v0.21.0
6192024-11-18T21:39:12.343Z Downloaded crc-any v2.5.0
6202024-11-18T21:39:12.345Z Downloaded icu_normalizer v1.5.0
6212024-11-18T21:39:12.349Z Downloaded multimap v0.10.0
6222024-11-18T21:39:12.351Z Downloaded fallible-streaming-iterator v0.1.9
6232024-11-18T21:39:12.352Z Downloaded icu_properties v1.5.1
6242024-11-18T21:39:12.355Z Downloaded take_mut v0.2.2
6252024-11-18T21:39:12.357Z Downloaded cc v1.1.30
6262024-11-18T21:39:12.360Z Downloaded fd-lock v4.0.2
6272024-11-18T21:39:12.362Z Downloaded nanorand v0.7.0
6282024-11-18T21:39:12.365Z Downloaded russh-keys v0.45.0
6292024-11-18T21:39:12.367Z Downloaded hex v0.4.3
6302024-11-18T21:39:12.370Z Downloaded olpc-cjson v0.1.4
6312024-11-18T21:39:12.370Z Downloaded untrusted v0.7.1
6322024-11-18T21:39:12.372Z Downloaded num-iter v0.1.45
6332024-11-18T21:39:12.372Z Downloaded num-integer v0.1.46
6342024-11-18T21:39:12.375Z Downloaded indexmap v1.9.3
6352024-11-18T21:39:12.378Z Downloaded foreign-types-macros v0.2.3
6362024-11-18T21:39:12.380Z Downloaded unicase v2.7.0
6372024-11-18T21:39:12.380Z Downloaded yoke v0.7.4
6382024-11-18T21:39:12.383Z Downloaded bytes v1.8.0
6392024-11-18T21:39:12.387Z Downloaded predicates-tree v1.0.11
6402024-11-18T21:39:12.390Z Downloaded progenitor-macro v0.8.0
6412024-11-18T21:39:12.390Z Downloaded powerfmt v0.2.0
6422024-11-18T21:39:12.393Z Downloaded rustls-pemfile v1.0.4
6432024-11-18T21:39:12.393Z Downloaded rand_core v0.6.4
6442024-11-18T21:39:12.397Z Downloaded displaydoc v0.2.5
6452024-11-18T21:39:12.399Z Downloaded secrecy v0.8.0
6462024-11-18T21:39:12.399Z Downloaded resolv-conf v0.7.0
6472024-11-18T21:39:12.402Z Downloaded display-error-chain v0.2.2
6482024-11-18T21:39:12.402Z Downloaded slog-json v2.6.1
6492024-11-18T21:39:12.404Z Downloaded openssl-macros v0.1.1
6502024-11-18T21:39:12.407Z Downloaded slog-dtrace v0.3.0
6512024-11-18T21:39:12.407Z Downloaded env_logger v0.11.5
6522024-11-18T21:39:12.409Z Downloaded tap v1.0.1
6532024-11-18T21:39:12.412Z Downloaded strip-ansi-escapes v0.2.0
6542024-11-18T21:39:12.414Z Downloaded bumpalo v3.16.0
6552024-11-18T21:39:12.416Z Downloaded tinystr v0.7.6
6562024-11-18T21:39:12.419Z Downloaded stable_deref_trait v1.2.0
6572024-11-18T21:39:12.419Z Downloaded multer v3.1.0
6582024-11-18T21:39:12.421Z Downloaded path-slash v0.1.5
6592024-11-18T21:39:12.423Z Downloaded xattr v1.3.1
6602024-11-18T21:39:12.425Z Downloaded native-tls v0.2.12
6612024-11-18T21:39:12.428Z Downloaded getrandom v0.2.15
6622024-11-18T21:39:12.430Z Downloaded wyz v0.5.1
6632024-11-18T21:39:12.433Z Downloaded samael v0.0.17
6642024-11-18T21:39:12.437Z Downloaded fixedbitset v0.4.2
6652024-11-18T21:39:12.439Z Downloaded signal-hook v0.3.17
6662024-11-18T21:39:12.442Z Downloaded flagset v0.4.6
6672024-11-18T21:39:12.444Z Downloaded compact_str v0.8.0
6682024-11-18T21:39:12.447Z Downloaded password-hash v0.5.0
6692024-11-18T21:39:12.450Z Downloaded rustc-hash v2.0.0
6702024-11-18T21:39:12.452Z Downloaded slog-envlogger v2.2.0
6712024-11-18T21:39:12.452Z Downloaded sigpipe v0.1.3
6722024-11-18T21:39:12.454Z Downloaded password-hash v0.4.2
6732024-11-18T21:39:12.465Z Downloaded owo-colors v4.1.0
6742024-11-18T21:39:12.468Z Downloaded tower-service v0.3.3
6752024-11-18T21:39:12.470Z Downloaded structmeta v0.2.0
6762024-11-18T21:39:12.470Z Downloaded num v0.4.3
6772024-11-18T21:39:12.473Z Downloaded phf v0.11.2
6782024-11-18T21:39:12.475Z Downloaded hash32 v0.3.1
6792024-11-18T21:39:12.475Z Downloaded tokio-tungstenite v0.24.0
6802024-11-18T21:39:12.478Z Downloaded vte_generate_state_changes v0.1.2
6812024-11-18T21:39:12.478Z Downloaded fatfs v0.3.6
6822024-11-18T21:39:12.481Z Downloaded parse-display-derive v0.10.0
6832024-11-18T21:39:12.483Z Downloaded unsafe-libyaml v0.2.11
6842024-11-18T21:39:12.486Z Downloaded newline-converter v0.3.0
6852024-11-18T21:39:12.488Z Downloaded polyval v0.6.2
6862024-11-18T21:39:12.491Z Downloaded writeable v0.5.5
6872024-11-18T21:39:12.493Z Downloaded minimal-lexical v0.2.1
6882024-11-18T21:39:12.496Z Downloaded rustc_version v0.4.1
6892024-11-18T21:39:12.498Z Downloaded rand_xorshift v0.3.0
6902024-11-18T21:39:12.500Z Downloaded rand_seeder v0.3.0
6912024-11-18T21:39:12.500Z Downloaded crossbeam-channel v0.5.13
6922024-11-18T21:39:12.505Z Downloaded rustls-pemfile v2.2.0
6932024-11-18T21:39:12.507Z Downloaded slog-scope v4.4.0
6942024-11-18T21:39:12.509Z Downloaded phf_shared v0.10.0
6952024-11-18T21:39:12.512Z Downloaded num-conv v0.1.0
6962024-11-18T21:39:12.512Z Downloaded slog-stdlog v4.1.1
6972024-11-18T21:39:12.514Z Downloaded rustc_version v0.1.7
6982024-11-18T21:39:12.514Z Downloaded fs_extra v1.3.0
6992024-11-18T21:39:12.516Z Downloaded supports-color v3.0.1
7002024-11-18T21:39:12.518Z Downloaded hkdf v0.12.4
7012024-11-18T21:39:12.521Z Downloaded sync-ptr v0.1.1
7022024-11-18T21:39:12.521Z Downloaded subtle v2.6.1
7032024-11-18T21:39:12.523Z Downloaded rpassword v7.3.1
7042024-11-18T21:39:12.525Z Downloaded topological-sort v0.2.2
7052024-11-18T21:39:12.525Z Downloaded aes v0.8.4
7062024-11-18T21:39:12.528Z Downloaded zone v0.3.0
7072024-11-18T21:39:12.530Z Downloaded simd-adler32 v0.3.7
7082024-11-18T21:39:12.533Z Downloaded toml v0.7.8
7092024-11-18T21:39:12.535Z Downloaded mio v1.0.2
7102024-11-18T21:39:12.541Z Downloaded defmt-macros v0.3.9
7112024-11-18T21:39:12.544Z Downloaded env_filter v0.1.2
7122024-11-18T21:39:12.546Z Downloaded float-cmp v0.9.0
7132024-11-18T21:39:12.548Z Downloaded num-derive v0.4.2
7142024-11-18T21:39:12.551Z Downloaded defmt-parser v0.3.4
7152024-11-18T21:39:12.551Z Downloaded parse-display v0.10.0
7162024-11-18T21:39:12.553Z Downloaded dropshot_endpoint v0.13.0
7172024-11-18T21:39:12.556Z Downloaded derive_builder_macro v0.20.2
7182024-11-18T21:39:12.556Z Downloaded ff v0.13.0
7192024-11-18T21:39:12.558Z Downloaded futures-channel v0.3.31
7202024-11-18T21:39:12.561Z Downloaded phf_generator v0.11.2
7212024-11-18T21:39:12.563Z Downloaded phf_shared v0.11.2
7222024-11-18T21:39:12.563Z Downloaded hyper v1.5.0
7232024-11-18T21:39:12.569Z Downloaded newtype_derive v0.1.6
7242024-11-18T21:39:12.572Z Downloaded darling_macro v0.20.10
7252024-11-18T21:39:12.572Z Downloaded schemars_derive v0.8.21
7262024-11-18T21:39:12.574Z Downloaded strum_macros v0.24.3
7272024-11-18T21:39:12.577Z Downloaded thread_local v1.1.8
7282024-11-18T21:39:12.580Z Downloaded termios v0.3.3
7292024-11-18T21:39:12.580Z Downloaded scrypt v0.11.0
7302024-11-18T21:39:12.582Z Downloaded rtoolbox v0.0.2
7312024-11-18T21:39:12.582Z Downloaded proc-macro-crate v1.3.1
7322024-11-18T21:39:12.585Z Downloaded slog-term v2.9.1
7332024-11-18T21:39:12.587Z Downloaded num_enum_derive v0.5.11
7342024-11-18T21:39:12.587Z Downloaded steno v0.4.1
7352024-11-18T21:39:12.591Z Downloaded zerovec-derive v0.10.3
7362024-11-18T21:39:12.593Z Downloaded unarray v0.1.4
7372024-11-18T21:39:12.596Z Downloaded vsss-rs v3.3.4
7382024-11-18T21:39:12.599Z Downloaded futures v0.3.31
7392024-11-18T21:39:12.602Z Downloaded twox-hash v1.6.3
7402024-11-18T21:39:12.605Z Downloaded libxml v0.3.3
7412024-11-18T21:39:12.611Z Downloaded num-rational v0.4.2
7422024-11-18T21:39:12.613Z Downloaded rustls-pki-types v1.9.0
7432024-11-18T21:39:12.615Z Downloaded num-complex v0.4.6
7442024-11-18T21:39:12.618Z Downloaded new_debug_unreachable v1.0.6
7452024-11-18T21:39:12.620Z Downloaded foreign-types-shared v0.3.1
7462024-11-18T21:39:12.620Z Downloaded foreign-types-shared v0.1.1
7472024-11-18T21:39:12.622Z Downloaded elliptic-curve v0.13.8
7482024-11-18T21:39:12.624Z Downloaded predicates-core v1.0.8
7492024-11-18T21:39:12.627Z Downloaded pbkdf2 v0.12.2
7502024-11-18T21:39:12.627Z Downloaded group v0.13.0
7512024-11-18T21:39:12.630Z Downloaded data-encoding v2.6.0
7522024-11-18T21:39:12.632Z Downloaded dropshot_endpoint v0.12.0
7532024-11-18T21:39:12.634Z Downloaded libm v0.2.8
7542024-11-18T21:39:12.641Z Downloaded want v0.3.1
7552024-11-18T21:39:12.645Z Downloaded sqlparser_derive v0.2.2
7562024-11-18T21:39:12.645Z Downloaded psl-types v2.0.11
7572024-11-18T21:39:12.647Z Downloaded spin v0.5.2
7582024-11-18T21:39:12.647Z Downloaded unicode-properties v0.1.3
7592024-11-18T21:39:12.650Z Downloaded idna v1.0.3
7602024-11-18T21:39:12.653Z Downloaded parse-zoneinfo v0.3.1
7612024-11-18T21:39:12.655Z Downloaded same-file v1.0.6
7622024-11-18T21:39:12.658Z Downloaded zeroize_derive v1.4.2
7632024-11-18T21:39:12.658Z Downloaded downcast v0.11.0
7642024-11-18T21:39:12.660Z Downloaded zeroize v1.8.1
7652024-11-18T21:39:12.662Z Downloaded diesel_table_macro_syntax v0.2.0
7662024-11-18T21:39:12.662Z Downloaded derive_builder_core v0.20.2
7672024-11-18T21:39:12.665Z Downloaded derive_builder v0.20.2
7682024-11-18T21:39:12.669Z Downloaded normalize-line-endings v0.3.0
7692024-11-18T21:39:12.671Z Downloaded either v1.13.0
7702024-11-18T21:39:12.674Z Downloaded which v4.4.2
7712024-11-18T21:39:12.674Z Downloaded deranged v0.3.11
7722024-11-18T21:39:12.676Z Downloaded strum v0.26.3
7732024-11-18T21:39:12.676Z Downloaded signal-hook-tokio v0.3.1
7742024-11-18T21:39:12.680Z Downloaded pkg-config v0.3.31
7752024-11-18T21:39:12.680Z Downloaded nibble_vec v0.1.0
7762024-11-18T21:39:12.680Z Downloaded newtype-uuid v1.1.3
7772024-11-18T21:39:12.684Z Downloaded parking_lot_core v0.9.10
7782024-11-18T21:39:12.686Z Downloaded subprocess v0.2.9
7792024-11-18T21:39:12.688Z Downloaded globset v0.4.15
7802024-11-18T21:39:12.691Z Downloaded slog v2.7.0
7812024-11-18T21:39:12.693Z Downloaded float-ord v0.3.2
7822024-11-18T21:39:12.693Z Downloaded nu-ansi-term v0.50.1
7832024-11-18T21:39:12.695Z Downloaded ron v0.8.1
7842024-11-18T21:39:12.700Z Downloaded tls_codec v0.4.1
7852024-11-18T21:39:12.703Z Downloaded structmeta v0.3.0
7862024-11-18T21:39:12.705Z Downloaded parking_lot_core v0.8.6
7872024-11-18T21:39:12.707Z Downloaded ssh-cipher v0.2.0
7882024-11-18T21:39:12.709Z Downloaded russh v0.45.0
7892024-11-18T21:39:12.713Z Downloaded futures-core v0.3.31
7902024-11-18T21:39:12.716Z Downloaded glob v0.3.1
7912024-11-18T21:39:12.718Z Downloaded serde_urlencoded v0.7.1
7922024-11-18T21:39:12.718Z Downloaded utf-8 v0.7.6
7932024-11-18T21:39:12.721Z Downloaded sct v0.7.1
7942024-11-18T21:39:12.723Z Downloaded rfc6979 v0.4.0
7952024-11-18T21:39:12.725Z Downloaded toml_edit v0.19.15
7962024-11-18T21:39:12.741Z Downloaded structmeta-derive v0.3.0
7972024-11-18T21:39:12.743Z Downloaded rusty-fork v0.3.0
7982024-11-18T21:39:12.746Z Downloaded heck v0.3.3
7992024-11-18T21:39:12.746Z Downloaded pin-project-lite v0.2.14
8002024-11-18T21:39:12.749Z Downloaded time-core v0.1.2
8012024-11-18T21:39:12.751Z Downloaded oso-derive v0.27.3
8022024-11-18T21:39:12.751Z Downloaded typify-macro v0.2.0
8032024-11-18T21:39:12.754Z Downloaded structmeta-derive v0.2.0
8042024-11-18T21:39:12.754Z Downloaded zopfli v0.8.1
8052024-11-18T21:39:12.756Z Downloaded futures-executor v0.3.31
8062024-11-18T21:39:12.759Z Downloaded waitgroup v0.1.2
8072024-11-18T21:39:12.759Z Downloaded tinyvec v1.8.0
8082024-11-18T21:39:12.761Z Downloaded num-bigint v0.4.6
8092024-11-18T21:39:12.766Z Downloaded utf8_iter v1.0.4
8102024-11-18T21:39:12.768Z Downloaded untrusted v0.9.0
8112024-11-18T21:39:12.772Z Downloaded headers v0.4.0
8122024-11-18T21:39:12.774Z Downloaded futures-sink v0.3.31
8132024-11-18T21:39:12.777Z Downloaded aws-lc-rs v1.10.0
8142024-11-18T21:39:12.784Z Downloaded foreign-types v0.3.2
8152024-11-18T21:39:12.786Z Downloaded peg-runtime v0.8.3
8162024-11-18T21:39:12.786Z Downloaded signal-hook-mio v0.2.4
8172024-11-18T21:39:12.788Z Downloaded salsa20 v0.10.2
8182024-11-18T21:39:12.789Z Downloaded zone_cfg_derive v0.3.0
8192024-11-18T21:39:12.791Z Downloaded form_urlencoded v1.2.1
8202024-11-18T21:39:12.791Z Downloaded r2d2 v0.8.10
8212024-11-18T21:39:12.794Z Downloaded hashlink v0.9.1
8222024-11-18T21:39:12.794Z Downloaded tokio-util v0.7.12
8232024-11-18T21:39:12.800Z Downloaded openssl-probe v0.1.5
8242024-11-18T21:39:12.803Z Downloaded tungstenite v0.21.0
8252024-11-18T21:39:12.805Z Downloaded crossterm v0.28.1
8262024-11-18T21:39:12.811Z Downloaded endian-type v0.1.2
8272024-11-18T21:39:12.814Z Downloaded slog-bunyan v2.5.0
8282024-11-18T21:39:12.814Z Downloaded dyn-clone v1.0.17
8292024-11-18T21:39:12.817Z Downloaded dunce v1.0.5
8302024-11-18T21:39:12.817Z Downloaded ppv-lite86 v0.2.20
8312024-11-18T21:39:12.820Z Downloaded tokio-native-tls v0.3.1
8322024-11-18T21:39:12.820Z Downloaded tokio-macros v2.4.0
8332024-11-18T21:39:12.822Z Downloaded pretty-hex v0.2.1
8342024-11-18T21:39:12.822Z Downloaded peg v0.8.4
8352024-11-18T21:39:12.825Z Downloaded rsa v0.9.6
8362024-11-18T21:39:12.830Z Downloaded tinyvec_macros v0.1.1
8372024-11-18T21:39:12.832Z Downloaded pin-utils v0.1.0
8382024-11-18T21:39:12.832Z Downloaded pem v3.0.4
8392024-11-18T21:39:12.834Z Downloaded diff v0.1.13
8402024-11-18T21:39:12.837Z Downloaded zone_cfg_derive v0.1.2
8412024-11-18T21:39:12.839Z Downloaded num-traits v0.2.19
8422024-11-18T21:39:12.841Z Downloaded ssh-key v0.6.6
8432024-11-18T21:39:12.847Z Downloaded number_prefix v0.4.0
8442024-11-18T21:39:12.849Z Downloaded num_threads v0.1.7
8452024-11-18T21:39:12.849Z Downloaded hash32 v0.2.1
8462024-11-18T21:39:12.852Z Downloaded siphasher v0.3.11
8472024-11-18T21:39:12.852Z Downloaded precomputed-hash v0.1.1
8482024-11-18T21:39:12.852Z Downloaded schemars v0.8.21
8492024-11-18T21:39:12.863Z Downloaded embedded-io v0.4.0
8502024-11-18T21:39:12.865Z Downloaded percent-encoding v2.3.1
8512024-11-18T21:39:12.868Z Downloaded tracing-attributes v0.1.27
8522024-11-18T21:39:12.871Z Downloaded tokio-rustls v0.25.0
8532024-11-18T21:39:12.871Z Downloaded der v0.7.9
8542024-11-18T21:39:12.875Z Downloaded tungstenite v0.23.0
8552024-11-18T21:39:12.879Z Downloaded signal-hook-registry v1.4.2
8562024-11-18T21:39:12.881Z Downloaded ena v0.14.3
8572024-11-18T21:39:12.883Z Downloaded smallvec v0.6.14
8582024-11-18T21:39:12.883Z Downloaded foreign-types v0.5.0
8592024-11-18T21:39:12.885Z Downloaded foldhash v0.1.3
8602024-11-18T21:39:12.885Z Downloaded tiny-keccak v2.0.2
8612024-11-18T21:39:12.887Z Downloaded time-macros v0.2.18
8622024-11-18T21:39:12.890Z Downloaded strum_macros v0.26.4
8632024-11-18T21:39:12.892Z Downloaded rcgen v0.12.1
8642024-11-18T21:39:12.894Z Downloaded futures-task v0.3.31
8652024-11-18T21:39:12.896Z Downloaded pem-rfc7468 v0.7.0
8662024-11-18T21:39:12.899Z Downloaded peg-macros v0.8.4
8672024-11-18T21:39:12.899Z Downloaded prettyplease v0.2.25
8682024-11-18T21:39:12.902Z Downloaded rustc-demangle v0.1.24
8692024-11-18T21:39:12.905Z Downloaded des v0.8.1
8702024-11-18T21:39:12.907Z Downloaded pkcs5 v0.7.1
8712024-11-18T21:39:12.909Z Downloaded slab v0.4.9
8722024-11-18T21:39:12.912Z Downloaded radium v0.7.0
8732024-11-18T21:39:12.912Z Downloaded tokio-rustls v0.26.0
8742024-11-18T21:39:12.914Z Downloaded publicsuffix v2.2.3
8752024-11-18T21:39:12.916Z Downloaded rustc-hash v1.1.0
8762024-11-18T21:39:12.919Z Downloaded zone v0.1.8
8772024-11-18T21:39:12.919Z Downloaded pkcs8 v0.10.2
8782024-11-18T21:39:12.921Z Downloaded fragile v2.0.0
8792024-11-18T21:39:12.924Z Downloaded snafu-derive v0.8.5
8802024-11-18T21:39:12.926Z Downloaded rusqlite v0.32.1
8812024-11-18T21:39:12.931Z Downloaded quick-error v1.2.3
8822024-11-18T21:39:12.933Z Downloaded walkdir v2.5.0
8832024-11-18T21:39:12.935Z Downloaded embedded-io v0.6.1
8842024-11-18T21:39:12.935Z Downloaded ed25519 v2.2.3
8852024-11-18T21:39:12.937Z Downloaded smallvec v1.13.2
8862024-11-18T21:39:12.940Z Downloaded blake3 v1.5.4
8872024-11-18T21:39:12.947Z Downloaded strum_macros v0.25.3
8882024-11-18T21:39:12.950Z Downloaded icu_properties_data v1.5.0
8892024-11-18T21:39:12.960Z Downloaded p256 v0.13.2
8902024-11-18T21:39:12.963Z Downloaded heapless v0.8.0
8912024-11-18T21:39:12.970Z Downloaded hashbrown v0.14.5
8922024-11-18T21:39:12.972Z Downloaded tar v0.4.43
8932024-11-18T21:39:12.975Z Downloaded url v2.5.3
8942024-11-18T21:39:12.978Z Downloaded half v2.4.1
8952024-11-18T21:39:12.980Z Downloaded hickory-proto v0.24.1
8962024-11-18T21:39:12.996Z Downloaded similar v2.6.0
8972024-11-18T21:39:13.000Z Downloaded flume v0.11.1
8982024-11-18T21:39:13.004Z Downloaded pkcs1 v0.7.5
8992024-11-18T21:39:13.006Z Downloaded winnow v0.5.40
9002024-11-18T21:39:13.015Z Downloaded zip v0.6.6
9012024-11-18T21:39:13.019Z Downloaded ron v0.7.1
9022024-11-18T21:39:13.024Z Downloaded bitvec v1.0.1
9032024-11-18T21:39:13.038Z Downloaded socket2 v0.5.7
9042024-11-18T21:39:13.040Z Downloaded oso v0.27.3
9052024-11-18T21:39:13.043Z Downloaded typed-path v0.9.3
9062024-11-18T21:39:13.061Z Downloaded nom v7.1.3
9072024-11-18T21:39:13.065Z Downloaded ed25519-dalek v2.1.1
9082024-11-18T21:39:13.065Z Downloaded p521 v0.13.3
9092024-11-18T21:39:13.065Z Downloaded zip v2.1.3
9102024-11-18T21:39:13.068Z Downloaded idna v0.2.3
9112024-11-18T21:39:13.073Z Downloaded zerovec v0.10.4
9122024-11-18T21:39:13.079Z Downloaded hashbrown v0.12.3
9132024-11-18T21:39:13.083Z Downloaded unicode-segmentation v1.12.0
9142024-11-18T21:39:13.086Z Downloaded portable-atomic v1.9.0
9152024-11-18T21:39:13.093Z Downloaded smoltcp v0.9.1
9162024-11-18T21:39:13.104Z Downloaded hashbrown v0.13.2
9172024-11-18T21:39:13.108Z Downloaded idna v0.5.0
9182024-11-18T21:39:13.115Z Downloaded rustyline v14.0.0
9192024-11-18T21:39:13.120Z Downloaded quick-xml v0.33.0
9202024-11-18T21:39:13.126Z Downloaded serde_with v3.11.0
9212024-11-18T21:39:13.134Z Downloaded h2 v0.4.6
9222024-11-18T21:39:13.142Z Downloaded unicode-normalization v0.1.24
9232024-11-18T21:39:13.153Z Downloaded sqlparser v0.45.0
9242024-11-18T21:39:13.161Z Downloaded quinn-proto v0.11.8
9252024-11-18T21:39:13.161Z Downloaded gimli v0.31.1
9262024-11-18T21:39:13.168Z Downloaded rustls-webpki v0.101.7
9272024-11-18T21:39:13.179Z Downloaded curve25519-dalek v4.1.3
9282024-11-18T21:39:13.187Z Downloaded regex v1.11.1
9292024-11-18T21:39:13.202Z Downloaded regress v0.9.1
9302024-11-18T21:39:13.208Z Downloaded futures-util v0.3.31
9312024-11-18T21:39:13.220Z Downloaded dropshot v0.12.0
9322024-11-18T21:39:13.239Z Downloaded nix v0.27.1
9332024-11-18T21:39:13.249Z Downloaded radix_trie v0.2.1
9342024-11-18T21:39:13.254Z Downloaded rustls-webpki v0.102.8
9352024-11-18T21:39:13.272Z Downloaded git2 v0.19.0
9362024-11-18T21:39:13.279Z Downloaded vcpkg v0.2.15
9372024-11-18T21:39:13.316Z Downloaded openssl v0.10.68
9382024-11-18T21:39:13.326Z Downloaded object v0.30.4
9392024-11-18T21:39:13.336Z Downloaded bstr v1.10.0
9402024-11-18T21:39:13.346Z Downloaded diesel v2.2.4
9412024-11-18T21:39:13.364Z Downloaded nix v0.29.0
9422024-11-18T21:39:13.375Z Downloaded rustls v0.23.14
9432024-11-18T21:39:13.388Z Downloaded rustls v0.22.4
9442024-11-18T21:39:13.399Z Downloaded chrono-tz v0.10.0
9452024-11-18T21:39:13.406Z Downloaded smoltcp v0.11.0
9462024-11-18T21:39:13.418Z Downloaded zerocopy-derive v0.6.6
9472024-11-18T21:39:13.427Z Downloaded object v0.36.5
9482024-11-18T21:39:13.439Z Downloaded typify-impl v0.2.0
9492024-11-18T21:39:13.454Z Downloaded nix v0.28.0
9502024-11-18T21:39:13.465Z Downloaded regex-syntax v0.8.5
9512024-11-18T21:39:13.474Z Downloaded polar-core v0.27.3
9522024-11-18T21:39:13.481Z Downloaded p384 v0.13.0
9532024-11-18T21:39:13.487Z Downloaded regex-syntax v0.6.29
9542024-11-18T21:39:13.494Z Downloaded openapiv3 v2.0.0
9552024-11-18T21:39:13.506Z Downloaded dropshot v0.13.0
9562024-11-18T21:39:13.526Z Downloaded proptest v1.5.0
9572024-11-18T21:39:13.534Z Downloaded lzma-sys v0.1.20
9582024-11-18T21:39:13.564Z Downloaded rustls v0.21.12
9592024-11-18T21:39:13.573Z Downloaded webpki-roots v0.26.6
9602024-11-18T21:39:13.576Z Downloaded salty v0.3.0
9612024-11-18T21:39:13.583Z Downloaded petname v2.0.2
9622024-11-18T21:39:13.588Z Downloaded unicode-width v0.2.0
9632024-11-18T21:39:13.593Z Downloaded libz-sys v1.1.20
9642024-11-18T21:39:13.613Z Downloaded sled v0.34.7
9652024-11-18T21:39:13.623Z Downloaded petgraph v0.6.5
9662024-11-18T21:39:13.640Z Downloaded ratatui v0.28.1
9672024-11-18T21:39:13.658Z Downloaded regex-automata v0.4.8
9682024-11-18T21:39:13.674Z Downloaded bzip2-sys v0.1.11+1.0.8
9692024-11-18T21:39:13.686Z Downloaded trust-dns-proto v0.22.0
9702024-11-18T21:39:13.697Z Downloaded regress v0.10.1
9712024-11-18T21:39:13.705Z Downloaded reedline v0.35.0
9722024-11-18T21:39:13.712Z Downloaded idna v0.3.0
9732024-11-18T21:39:13.719Z Downloaded rayon v1.10.0
9742024-11-18T21:39:13.727Z Downloaded idna v0.4.0
9752024-11-18T21:39:13.734Z Downloaded tokio v1.40.0
9762024-11-18T21:39:13.770Z Downloaded num-bigint-dig v0.8.4
9772024-11-18T21:39:13.775Z Downloaded chrono v0.4.38
9782024-11-18T21:39:13.781Z Downloaded rayon-core v1.12.1
9792024-11-18T21:39:13.785Z Downloaded flate2 v1.0.34
9802024-11-18T21:39:13.789Z Downloaded sha3 v0.10.8
9812024-11-18T21:39:13.793Z Downloaded csv v1.3.0
9822024-11-18T21:39:13.812Z Downloaded reqwest v0.12.9
9832024-11-18T21:39:13.820Z Downloaded lalrpop v0.19.12
9842024-11-18T21:39:13.830Z Downloaded time v0.3.36
9852024-11-18T21:39:13.836Z Downloaded tough v0.19.0
9862024-11-18T21:39:13.844Z Downloaded ecdsa v0.16.9
9872024-11-18T21:39:13.846Z Downloaded diesel_derives v2.2.3
9882024-11-18T21:39:13.849Z Downloaded aho-corasick v1.1.3
9892024-11-18T21:39:13.855Z Downloaded tungstenite v0.24.0
9902024-11-18T21:39:13.858Z Downloaded quinn v0.11.5
9912024-11-18T21:39:13.861Z Downloaded bindgen v0.69.5
9922024-11-18T21:39:13.869Z Downloaded typify v0.2.0
9932024-11-18T21:39:13.871Z Downloaded parking_lot v0.12.3
9942024-11-18T21:39:13.874Z Downloaded openssl-sys v0.9.104
9952024-11-18T21:39:13.878Z Downloaded slog-async v2.8.0
9962024-11-18T21:39:13.882Z Downloaded darling_core v0.20.10
9972024-11-18T21:39:13.884Z Downloaded snafu v0.8.5
9982024-11-18T21:39:13.889Z Downloaded futures-macro v0.3.31
9992024-11-18T21:39:13.891Z Downloaded utf16_iter v1.0.5
10002024-11-18T21:39:13.891Z Downloaded derive_more v0.99.18
10012024-11-18T21:39:13.895Z Downloaded itertools v0.12.1
10022024-11-18T21:39:13.901Z Downloaded enum-as-inner v0.5.1
10032024-11-18T21:39:13.904Z Downloaded tokio-rustls v0.24.1
10042024-11-18T21:39:13.907Z Downloaded unicode-bidi v0.3.17
10052024-11-18T21:39:13.909Z Downloaded x509-cert v0.2.5
10062024-11-18T21:39:13.913Z Downloaded num_enum v0.5.11
10072024-11-18T21:39:13.917Z Downloaded tracing v0.1.40
10082024-11-18T21:39:13.921Z Downloaded tui-tree-widget v0.22.0
10092024-11-18T21:39:13.924Z Downloaded serde_repr v0.1.19
10102024-11-18T21:39:13.926Z Downloaded itertools v0.13.0
10112024-11-18T21:39:13.931Z Downloaded primeorder v0.13.6
10122024-11-18T21:39:13.935Z Downloaded diesel-dtrace v0.3.0
10132024-11-18T21:39:13.935Z Downloaded vergen v8.3.2
10142024-11-18T21:39:13.937Z Downloaded rand v0.8.5
10152024-11-18T21:39:13.939Z Downloaded heapless v0.7.17
10162024-11-18T21:39:13.943Z Downloaded encoding_rs v0.8.34
10172024-11-18T21:39:13.963Z Downloaded tabwriter v1.4.0
10182024-11-18T21:39:13.966Z Downloaded scheduled-thread-pool v0.2.7
10192024-11-18T21:39:13.966Z Downloaded der_derive v0.7.3
10202024-11-18T21:39:13.968Z Downloaded wait-timeout v0.2.0
10212024-11-18T21:39:13.970Z Downloaded term v0.7.0
10222024-11-18T21:39:13.973Z Downloaded vte v0.11.1
10232024-11-18T21:39:13.973Z Downloaded ref-cast-impl v1.0.23
10242024-11-18T21:39:13.975Z Downloaded smf v0.2.3
10252024-11-18T21:39:13.975Z Downloaded sec1 v0.7.3
10262024-11-18T21:39:13.977Z Downloaded predicates v3.1.2
10272024-11-18T21:39:13.980Z Downloaded packed_struct_codegen v0.10.1
10282024-11-18T21:39:13.980Z Downloaded expectorate v1.1.0
10292024-11-18T21:39:13.983Z Downloaded itertools v0.10.5
10302024-11-18T21:39:13.987Z Downloaded termcolor v1.4.1
10312024-11-18T21:39:13.989Z Downloaded libgit2-sys v0.17.0+1.8.1
10322024-11-18T21:39:14.044Z Downloaded filetime v0.2.25
10332024-11-18T21:39:14.046Z Downloaded env_logger v0.10.2
10342024-11-18T21:39:14.048Z Downloaded defmt v0.3.8
10352024-11-18T21:39:14.051Z Downloaded phf_codegen v0.11.2
10362024-11-18T21:39:14.054Z Downloaded pbkdf2 v0.11.0
10372024-11-18T21:39:14.056Z Downloaded packed_struct v0.10.1
10382024-11-18T21:39:14.056Z Downloaded nodrop v0.1.14
10392024-11-18T21:39:14.058Z Downloaded postgres-protocol v0.6.7
10402024-11-18T21:39:14.058Z Downloaded postcard v1.0.10
10412024-11-18T21:39:14.060Z Downloaded unicode_categories v0.1.1
10422024-11-18T21:39:14.064Z Downloaded debug-ignore v1.0.5
10432024-11-18T21:39:14.066Z Downloaded dhcproto v0.12.0
10442024-11-18T21:39:14.066Z Downloaded tokio-stream v0.1.16
10452024-11-18T21:39:14.070Z Downloaded pin-project v1.1.6
10462024-11-18T21:39:14.079Z Downloaded dsl_auto_type v0.1.2
10472024-11-18T21:39:14.083Z Downloaded postgres-types v0.2.8
10482024-11-18T21:39:14.085Z Downloaded parking_lot v0.11.2
10492024-11-18T21:39:14.087Z Downloaded tokio-postgres v0.7.12
10502024-11-18T21:39:14.091Z Downloaded tls_codec_derive v0.4.1
10512024-11-18T21:39:14.094Z Downloaded ssh-encoding v0.2.0
10522024-11-18T21:39:14.094Z Downloaded signature v2.2.0
10532024-11-18T21:39:14.097Z Downloaded rustfmt-wrapper v0.2.1
10542024-11-18T21:39:14.097Z Downloaded whoami v1.5.2
10552024-11-18T21:39:14.099Z Downloaded uuid v1.11.0
10562024-11-18T21:39:14.103Z Downloaded tracing-core v0.1.32
10572024-11-18T21:39:14.105Z Downloaded value-bag v1.9.0
10582024-11-18T21:39:14.105Z Downloaded uzers v0.12.1
10592024-11-18T21:39:14.108Z Downloaded tokio-tungstenite v0.23.1
10602024-11-18T21:39:14.110Z Downloaded omicron-zone-package v0.11.1
10612024-11-18T21:39:14.113Z Downloaded funty v2.0.0
10622024-11-18T21:39:14.113Z Downloaded spin v0.9.8
10632024-11-18T21:39:14.117Z Downloaded serde_derive_internals v0.29.1
10642024-11-18T21:39:14.120Z Downloaded test-strategy v0.3.1
10652024-11-18T21:39:14.120Z Downloaded qorb v0.2.0
10662024-11-18T21:39:14.122Z Downloaded hyper-util v0.1.10
10672024-11-18T21:39:14.126Z Downloaded crypto-bigint v0.5.5
10682024-11-18T21:39:14.132Z Downloaded const_format v0.2.33
10692024-11-18T21:39:14.136Z Downloaded zerofrom-derive v0.1.4
10702024-11-18T21:39:14.140Z Downloaded xz2 v0.1.7
10712024-11-18T21:39:14.140Z Downloaded poly1305 v0.8.0
10722024-11-18T21:39:14.143Z Downloaded derive-where v1.2.7
10732024-11-18T21:39:14.146Z Downloaded enum-as-inner v0.6.1
10742024-11-18T21:39:14.148Z Downloaded zerocopy v0.6.6
10752024-11-18T21:39:14.151Z Downloaded pin-project-internal v1.1.6
10762024-11-18T21:39:14.154Z Downloaded static_assertions v1.1.0
10772024-11-18T21:39:14.154Z Downloaded fallible-iterator v0.3.0
10782024-11-18T21:39:14.157Z Downloaded serde_plain v1.0.2
10792024-11-18T21:39:14.157Z Downloaded serde_path_to_error v0.1.16
10802024-11-18T21:39:14.157Z Downloaded serde-hex v0.1.0
10812024-11-18T21:39:14.159Z Downloaded progenitor v0.8.0
10822024-11-18T21:39:14.160Z Downloaded dirs-next v2.0.0
10832024-11-18T21:39:14.160Z Downloaded serde_yaml v0.9.34+deprecated
10842024-11-18T21:39:14.162Z Downloaded serde_with_macros v3.11.0
10852024-11-18T21:39:14.165Z Downloaded paste v1.0.15
10862024-11-18T21:39:14.168Z Downloaded yasna v0.5.2
10872024-11-18T21:39:14.171Z Downloaded indicatif v0.17.9
10882024-11-18T21:39:14.173Z Downloaded chacha20poly1305 v0.10.1
10892024-11-18T21:39:14.176Z Downloaded blake2 v0.10.6
10902024-11-18T21:39:14.176Z Downloaded ghash v0.5.1
10912024-11-18T21:39:14.178Z Downloaded gethostname v0.5.0
10922024-11-18T21:39:14.178Z Downloaded fallible-iterator v0.2.0
10932024-11-18T21:39:14.181Z Downloaded backtrace v0.3.74
10942024-11-18T21:39:14.183Z Downloaded futures-io v0.3.31
10952024-11-18T21:39:14.186Z Downloaded difflib v0.4.0
10962024-11-18T21:39:14.186Z Downloaded progenitor-impl v0.8.0
10972024-11-18T21:39:14.189Z Downloaded mockall_derive v0.13.0
10982024-11-18T21:39:14.192Z Downloaded litemap v0.7.3
10992024-11-18T21:39:14.192Z Downloaded icu_locid_transform_data v1.5.0
11002024-11-18T21:39:14.195Z Downloaded crossbeam-utils v0.8.20
11012024-11-18T21:39:14.195Z Downloaded crossbeam-epoch v0.9.18
11022024-11-18T21:39:14.201Z Downloaded cookie v0.18.1
11032024-11-18T21:39:14.207Z Downloaded shlex v1.3.0
11042024-11-18T21:39:14.207Z Downloaded sha1 v0.10.6
11052024-11-18T21:39:14.207Z Downloaded semver v0.1.20
11062024-11-18T21:39:14.207Z Downloaded scopeguard v1.2.0
11072024-11-18T21:39:14.207Z Downloaded rustversion v1.0.17
11082024-11-18T21:39:14.210Z Downloaded ciborium v0.2.2
11092024-11-18T21:39:14.210Z Downloaded icu_normalizer_data v1.5.0
11102024-11-18T21:39:14.213Z Downloaded md-5 v0.10.6
11112024-11-18T21:39:14.213Z Downloaded linear-map v1.2.0
11122024-11-18T21:39:14.213Z Downloaded icu_locid_transform v1.5.0
11132024-11-18T21:39:14.215Z Downloaded castaway v0.2.3
11142024-11-18T21:39:14.218Z Downloaded backoff v0.4.0
11152024-11-18T21:39:14.218Z Downloaded lru-cache v0.1.2
11162024-11-18T21:39:14.221Z Downloaded lockfree-object-pool v0.1.6
11172024-11-18T21:39:14.221Z Downloaded linked-hash-map v0.5.6
11182024-11-18T21:39:14.224Z Downloaded libefi-sys v0.1.0
11192024-11-18T21:39:14.227Z Downloaded curve25519-dalek-derive v0.1.1
11202024-11-18T21:39:14.227Z Downloaded base64 v0.13.1
11212024-11-18T21:39:14.229Z Downloaded managed v0.8.0
11222024-11-18T21:39:14.232Z Downloaded libsw v3.3.1
11232024-11-18T21:39:14.232Z Downloaded constant_time_eq v0.3.1
11242024-11-18T21:39:14.234Z Downloaded cmake v0.1.51
11252024-11-18T21:39:14.234Z Downloaded lazycell v1.3.0
11262024-11-18T21:39:14.235Z Downloaded keccak v0.1.5
11272024-11-18T21:39:14.238Z Downloaded is-terminal v0.4.13
11282024-11-18T21:39:14.238Z Downloaded inout v0.1.3
11292024-11-18T21:39:14.241Z Downloaded chrono-tz-build v0.4.0
11302024-11-18T21:39:14.241Z Downloaded adler2 v2.0.0
11312024-11-18T21:39:14.241Z Downloaded bitfield-struct v0.6.2
11322024-11-18T21:39:14.241Z Downloaded block-padding v0.3.3
11332024-11-18T21:39:14.244Z Downloaded bitflags v1.3.2
11342024-11-18T21:39:14.244Z Downloaded mime v0.3.17
11352024-11-18T21:39:14.247Z Downloaded idna_adapter v1.2.0
11362024-11-18T21:39:14.247Z Downloaded hyper-tls v0.6.0
11372024-11-18T21:39:14.251Z Downloaded allocator-api2 v0.2.18
11382024-11-18T21:39:14.251Z Downloaded is_ci v1.2.0
11392024-11-18T21:39:14.255Z Downloaded internet-checksum v0.2.1
11402024-11-18T21:39:14.255Z Downloaded instability v0.3.2
11412024-11-18T21:39:14.255Z Downloaded impl-trait-for-tuples v0.2.2
11422024-11-18T21:39:14.255Z Downloaded humantime v2.1.0
11432024-11-18T21:39:14.259Z Downloaded home v0.5.9
11442024-11-18T21:39:14.259Z Downloaded cexpr v0.6.0
11452024-11-18T21:39:14.261Z Downloaded blowfish v0.9.1
11462024-11-18T21:39:14.261Z Downloaded bitfield v0.14.0
11472024-11-18T21:39:14.261Z Downloaded hyper-staticfile v0.10.1
11482024-11-18T21:39:14.264Z Downloaded highway v1.2.0
11492024-11-18T21:39:14.267Z Downloaded base64ct v1.6.0
11502024-11-18T21:39:14.267Z Downloaded bit-set v0.5.3
11512024-11-18T21:39:14.270Z Downloaded bb8 v0.8.5
11522024-11-18T21:39:14.270Z Downloaded base16ct v0.2.0
11532024-11-18T21:39:14.270Z Downloaded atomic-waker v1.1.2
11542024-11-18T21:39:14.272Z Downloaded argon2 v0.5.3
11552024-11-18T21:39:14.272Z Downloaded atomicwrites v0.4.4
11562024-11-18T21:39:14.275Z Downloaded array-init v0.0.4
11572024-11-18T21:39:14.275Z Downloaded aead v0.5.2
11582024-11-18T21:39:14.275Z Downloaded hostname v0.4.0
11592024-11-18T21:39:14.278Z Downloaded async-stream-impl v0.3.6
11602024-11-18T21:39:14.349Z Downloaded libsqlite3-sys v0.30.1
11612024-11-18T21:39:14.603Z Downloaded ring v0.17.8
11622024-11-18T21:39:14.751Z Downloaded ring v0.16.20
11632024-11-18T21:39:15.002Z Downloaded aws-lc-sys v0.22.0
11642024-11-18T21:39:15.298Z Compiling serde v1.0.215
11652024-11-18T21:39:15.302Z Compiling lock_api v0.4.12
11662024-11-18T21:39:15.302Z Compiling scopeguard v1.2.0
11672024-11-18T21:39:15.302Z Compiling value-bag v1.9.0
11682024-11-18T21:39:15.302Z Compiling typenum v1.17.0
11692024-11-18T21:39:15.302Z Compiling generic-array v0.14.7
11702024-11-18T21:39:15.502Z Compiling syn v2.0.87
11712024-11-18T21:39:15.519Z Compiling getrandom v0.2.15
11722024-11-18T21:39:15.610Z Compiling shlex v1.3.0
11732024-11-18T21:39:15.843Z Compiling rand_core v0.6.4
11742024-11-18T21:39:15.940Z Compiling log v0.4.22
11752024-11-18T21:39:16.056Z Compiling subtle v2.6.1
11762024-11-18T21:39:16.076Z Compiling jobserver v0.1.32
11772024-11-18T21:39:16.107Z Compiling smallvec v1.13.2
11782024-11-18T21:39:16.400Z Compiling const-oid v0.9.6
11792024-11-18T21:39:16.419Z Compiling spin v0.9.8
11802024-11-18T21:39:16.441Z Compiling cc v1.1.30
11812024-11-18T21:39:16.535Z Compiling pin-project-lite v0.2.14
11822024-11-18T21:39:16.665Z Compiling rustix v0.38.37
11832024-11-18T21:39:16.831Z Compiling parking_lot_core v0.9.10
11842024-11-18T21:39:16.874Z Compiling futures-core v0.3.31
11852024-11-18T21:39:17.066Z Compiling signal-hook-registry v1.4.2
11862024-11-18T21:39:17.123Z Compiling mio v1.0.2
11872024-11-18T21:39:17.612Z Compiling aho-corasick v1.1.3
11882024-11-18T21:39:17.929Z Compiling parking_lot v0.12.3
11892024-11-18T21:39:17.973Z Compiling regex-syntax v0.8.5
11902024-11-18T21:39:18.314Z Compiling cpufeatures v0.2.14
11912024-11-18T21:39:18.352Z Compiling either v1.13.0
11922024-11-18T21:39:18.410Z Compiling lazy_static v1.5.0
11932024-11-18T21:39:18.447Z Compiling glob v0.3.1
11942024-11-18T21:39:18.525Z Compiling futures-sink v0.3.31
11952024-11-18T21:39:18.668Z Compiling stable_deref_trait v1.2.0
11962024-11-18T21:39:18.772Z Compiling socket2 v0.5.7
11972024-11-18T21:39:18.791Z Compiling slab v0.4.9
11982024-11-18T21:39:18.829Z Compiling prettyplease v0.2.25
11992024-11-18T21:39:19.176Z Compiling minimal-lexical v0.2.1
12002024-11-18T21:39:19.432Z Compiling clang-sys v1.8.1
12012024-11-18T21:39:19.502Z Compiling libloading v0.8.5
12022024-11-18T21:39:19.681Z Compiling nom v7.1.3
12032024-11-18T21:39:19.720Z Compiling home v0.5.9
12042024-11-18T21:39:19.944Z Compiling serde_json v1.0.132
12052024-11-18T21:39:20.039Z Compiling bindgen v0.69.5
12062024-11-18T21:39:20.279Z Compiling itertools v0.12.1
12072024-11-18T21:39:20.807Z Compiling futures-channel v0.3.31
12082024-11-18T21:39:20.854Z Compiling pin-utils v0.1.0
12092024-11-18T21:39:20.950Z Compiling foldhash v0.1.3
12102024-11-18T21:39:21.238Z Compiling lazycell v1.3.0
12112024-11-18T21:39:21.241Z Compiling futures-task v0.3.31
12122024-11-18T21:39:21.415Z Compiling rustc-hash v1.1.0
12132024-11-18T21:39:21.552Z Compiling regex-automata v0.4.8
12142024-11-18T21:39:21.571Z Compiling allocator-api2 v0.2.18
12152024-11-18T21:39:22.420Z Compiling futures-io v0.3.31
12162024-11-18T21:39:22.746Z Compiling hashbrown v0.15.0
12172024-11-18T21:39:23.217Z Compiling synstructure v0.13.1
12182024-11-18T21:39:23.413Z Compiling cexpr v0.6.0
12192024-11-18T21:39:24.090Z Compiling cmake v0.1.51
12202024-11-18T21:39:24.697Z Compiling dunce v1.0.5
12212024-11-18T21:39:24.859Z Compiling pkg-config v0.3.31
12222024-11-18T21:39:24.968Z Compiling libm v0.2.8
12232024-11-18T21:39:25.124Z Compiling tinyvec_macros v0.1.1
12242024-11-18T21:39:25.211Z Compiling fs_extra v1.3.0
12252024-11-18T21:39:25.231Z Compiling tinyvec v1.8.0
12262024-11-18T21:39:25.325Z Compiling num-traits v0.2.19
12272024-11-18T21:39:25.837Z Compiling ring v0.17.8
12282024-11-18T21:39:26.410Z Compiling paste v1.0.15
12292024-11-18T21:39:26.575Z Compiling litemap v0.7.3
12302024-11-18T21:39:26.752Z Compiling unicode-normalization v0.1.24
12312024-11-18T21:39:26.914Z Compiling unicode-bidi v0.3.17
12322024-11-18T21:39:26.970Z Compiling base64ct v1.6.0
12332024-11-18T21:39:26.972Z Compiling writeable v0.5.5
12342024-11-18T21:39:27.177Z Compiling regex v1.11.1
12352024-11-18T21:39:27.560Z Compiling pem-rfc7468 v0.7.0
12362024-11-18T21:39:28.255Z Compiling flagset v0.4.6
12372024-11-18T21:39:28.277Z Compiling aws-lc-rs v1.10.0
12382024-11-18T21:39:28.323Z Compiling httparse v1.9.5
12392024-11-18T21:39:28.685Z Compiling tracing-core v0.1.32
12402024-11-18T21:39:29.155Z Compiling crossbeam-utils v0.8.20
12412024-11-18T21:39:29.609Z Compiling percent-encoding v2.3.1
12422024-11-18T21:39:29.728Z Compiling rustls-pki-types v1.9.0
12432024-11-18T21:39:29.848Z Compiling serde_derive v1.0.215
12442024-11-18T21:39:29.977Z Compiling zeroize_derive v1.4.2
12452024-11-18T21:39:29.980Z Compiling zerocopy-derive v0.7.35
12462024-11-18T21:39:30.016Z Compiling tokio-macros v2.4.0
12472024-11-18T21:39:30.826Z Compiling zerofrom-derive v0.1.4
12482024-11-18T21:39:31.583Z Compiling zeroize v1.8.1
12492024-11-18T21:39:31.661Z Compiling thiserror-impl v1.0.69
12502024-11-18T21:39:32.164Z Compiling zerocopy v0.7.35
12512024-11-18T21:39:32.186Z Compiling yoke-derive v0.7.4
12522024-11-18T21:39:33.284Z Compiling crypto-common v0.1.6
12532024-11-18T21:39:33.365Z Compiling block-buffer v0.10.4
12542024-11-18T21:39:33.530Z Compiling futures-macro v0.3.31
12552024-11-18T21:39:33.638Z Compiling digest v0.10.7
12562024-11-18T21:39:33.781Z Compiling zerovec-derive v0.10.3
12572024-11-18T21:39:34.136Z Compiling hmac v0.12.1
12582024-11-18T21:39:34.392Z Compiling block-padding v0.3.3
12592024-11-18T21:39:34.431Z Compiling displaydoc v0.2.5
12602024-11-18T21:39:34.639Z Compiling inout v0.1.3
12612024-11-18T21:39:34.940Z Compiling cipher v0.4.4
12622024-11-18T21:39:34.966Z Compiling zerofrom v0.1.4
12632024-11-18T21:39:35.074Z Compiling thiserror v1.0.69
12642024-11-18T21:39:35.183Z Compiling sha2 v0.10.8
12652024-11-18T21:39:35.224Z Compiling ppv-lite86 v0.2.20
12662024-11-18T21:39:35.257Z Compiling yoke v0.7.4
12672024-11-18T21:39:35.461Z Compiling der_derive v0.7.3
12682024-11-18T21:39:35.545Z Compiling futures-util v0.3.31
12692024-11-18T21:39:35.628Z Compiling icu_provider_macros v1.5.0
12702024-11-18T21:39:36.092Z Compiling rand_chacha v0.3.1
12712024-11-18T21:39:36.151Z Compiling tracing-attributes v0.1.27
12722024-11-18T21:39:36.542Z Compiling zerovec v0.10.4
12732024-11-18T21:39:36.772Z Compiling icu_locid_transform_data v1.5.0
12742024-11-18T21:39:36.881Z Compiling rand v0.8.5
12752024-11-18T21:39:37.988Z Compiling der v0.7.9
12762024-11-18T21:39:38.355Z Compiling salsa20 v0.10.2
12772024-11-18T21:39:38.592Z Compiling tinystr v0.7.6
12782024-11-18T21:39:38.638Z Compiling icu_collections v1.5.0
12792024-11-18T21:39:38.841Z Compiling pest v2.7.14
12802024-11-18T21:39:39.037Z Compiling icu_locid v1.5.0
12812024-11-18T21:39:39.073Z Compiling pbkdf2 v0.12.2
12822024-11-18T21:39:39.982Z Compiling tracing v0.1.40
12832024-11-18T21:39:40.012Z Compiling untrusted v0.9.0
12842024-11-18T21:39:40.147Z Compiling spki v0.7.3
12852024-11-18T21:39:40.193Z Compiling untrusted v0.7.1
12862024-11-18T21:39:40.397Z Compiling icu_provider v1.5.0
12872024-11-18T21:39:40.506Z Compiling num-conv v0.1.0
12882024-11-18T21:39:40.544Z Compiling time-core v0.1.2
12892024-11-18T21:39:40.723Z Compiling icu_properties_data v1.5.0
12902024-11-18T21:39:40.790Z Compiling vcpkg v0.2.15
12912024-11-18T21:39:40.974Z Compiling mirai-annotations v1.12.0
12922024-11-18T21:39:41.164Z Compiling icu_locid_transform v1.5.0
12932024-11-18T21:39:41.363Z Compiling powerfmt v0.2.0
12942024-11-18T21:39:41.467Z Compiling pest_meta v2.7.14
12952024-11-18T21:39:41.513Z Compiling time-macros v0.2.18
12962024-11-18T21:39:41.732Z Compiling deranged v0.3.11
12972024-11-18T21:39:42.969Z Compiling openssl-sys v0.9.104
12982024-11-18T21:39:43.213Z Compiling icu_properties v1.5.1
12992024-11-18T21:39:43.711Z Compiling scrypt v0.11.0
13002024-11-18T21:39:43.856Z Compiling bitflags v2.6.0
13012024-11-18T21:39:44.060Z Compiling bytes v1.8.0
13022024-11-18T21:39:44.306Z Compiling indexmap v2.6.0
13032024-11-18T21:39:44.739Z Compiling semver v1.0.23
13042024-11-18T21:39:45.426Z Compiling tokio v1.40.0
13052024-11-18T21:39:45.485Z Compiling http v1.1.0
13062024-11-18T21:39:45.522Z Compiling rustc_version v0.4.1
13072024-11-18T21:39:45.824Z Compiling cbc v0.1.2
13082024-11-18T21:39:46.074Z Compiling aes v0.8.4
13092024-11-18T21:39:46.320Z Compiling scroll_derive v0.12.0
13102024-11-18T21:39:46.624Z Compiling icu_normalizer_data v1.5.0
13112024-11-18T21:39:46.729Z Compiling utf16_iter v1.0.5
13122024-11-18T21:39:46.929Z Compiling write16 v1.0.0
13132024-11-18T21:39:47.065Z Compiling num_threads v0.1.7
13142024-11-18T21:39:47.201Z Compiling atomic-waker v1.1.2
13152024-11-18T21:39:47.390Z Compiling utf8_iter v1.0.4
13162024-11-18T21:39:47.514Z Compiling time v0.3.36
13172024-11-18T21:39:47.625Z Compiling icu_normalizer v1.5.0
13182024-11-18T21:39:47.798Z Compiling scroll v0.12.0
13192024-11-18T21:39:48.023Z Compiling http-body v1.0.1
13202024-11-18T21:39:48.109Z Compiling pkcs5 v0.7.1
13212024-11-18T21:39:48.251Z Compiling which v4.4.2
13222024-11-18T21:39:48.449Z Compiling pest_generator v2.7.14
13232024-11-18T21:39:48.899Z Compiling form_urlencoded v1.2.1
13242024-11-18T21:39:49.214Z Compiling try-lock v0.2.5
13252024-11-18T21:39:49.352Z Compiling slog v2.7.0
13262024-11-18T21:39:49.371Z Compiling goblin v0.8.2
13272024-11-18T21:39:49.642Z Compiling want v0.3.1
13282024-11-18T21:39:49.652Z Compiling pkcs8 v0.10.2
13292024-11-18T21:39:49.918Z Compiling idna_adapter v1.2.0
13302024-11-18T21:39:49.970Z Compiling httpdate v1.0.3
13312024-11-18T21:39:50.149Z Compiling idna v1.0.3
13322024-11-18T21:39:50.452Z Compiling serde_tokenstream v0.2.2
13332024-11-18T21:39:50.491Z Compiling pest_derive v2.7.14
13342024-11-18T21:39:51.072Z Compiling serde_spanned v0.6.8
13352024-11-18T21:39:51.232Z Compiling toml_datetime v0.6.8
13362024-11-18T21:39:51.295Z Compiling dtrace-parser v0.2.0
13372024-11-18T21:39:51.295Z Compiling uuid v1.11.0
13382024-11-18T21:39:51.765Z Compiling match_cfg v0.1.0
13392024-11-18T21:39:51.865Z Compiling openssl v0.10.68
13402024-11-18T21:39:52.029Z Compiling iana-time-zone v0.1.61
13412024-11-18T21:39:52.279Z Compiling tower-service v0.3.3
13422024-11-18T21:39:52.403Z Compiling rustversion v1.0.17
13432024-11-18T21:39:52.492Z Compiling base64 v0.22.1
13442024-11-18T21:39:52.741Z Compiling foreign-types-shared v0.1.1
13452024-11-18T21:39:52.785Z Compiling adler2 v2.0.0
13462024-11-18T21:39:52.851Z Compiling foreign-types v0.3.2
13472024-11-18T21:39:52.950Z Compiling miniz_oxide v0.8.0
13482024-11-18T21:39:53.022Z Compiling chrono v0.4.38
13492024-11-18T21:39:53.172Z Compiling hostname v0.3.1
13502024-11-18T21:39:53.231Z Compiling url v2.5.3
13512024-11-18T21:39:53.452Z Compiling openssl-macros v0.1.1
13522024-11-18T21:39:54.201Z Compiling tokio-util v0.7.12
13532024-11-18T21:39:54.478Z Compiling async-trait v0.1.83
13542024-11-18T21:39:54.880Z Compiling dirs-sys-next v0.1.2
13552024-11-18T21:39:55.287Z Compiling h2 v0.4.6
13562024-11-18T21:39:55.529Z Compiling dof v0.3.0
13572024-11-18T21:39:55.692Z Compiling syn v1.0.109
13582024-11-18T21:39:56.321Z Compiling usdt-impl v0.5.0
13592024-11-18T21:39:56.756Z Compiling native-tls v0.2.12
13602024-11-18T21:39:57.058Z Compiling siphasher v0.3.11
13612024-11-18T21:39:57.270Z Compiling rustls v0.23.14
13622024-11-18T21:39:57.415Z Compiling rustls v0.22.4
13632024-11-18T21:39:57.534Z Compiling data-encoding v2.6.0
13642024-11-18T21:39:57.740Z Compiling dirs-next v2.0.0
13652024-11-18T21:39:57.937Z Compiling http-body-util v0.1.2
13662024-11-18T21:39:58.484Z Compiling heapless v0.7.17
13672024-11-18T21:39:58.927Z Compiling crossbeam-epoch v0.9.18
13682024-11-18T21:39:59.288Z Compiling sha1 v0.10.6
13692024-11-18T21:39:59.599Z Compiling signature v2.2.0
13702024-11-18T21:39:59.679Z Compiling bzip2-sys v0.1.11+1.0.8
13712024-11-18T21:39:59.716Z Compiling serde_derive_internals v0.29.1
13722024-11-18T21:39:59.935Z Compiling thread_local v1.1.8
13732024-11-18T21:39:59.955Z Compiling cookie v0.18.1
13742024-11-18T21:40:00.165Z Compiling multer v3.1.0
13752024-11-18T21:40:00.220Z Compiling encoding_rs v0.8.34
13762024-11-18T21:40:00.444Z Compiling signal-hook v0.3.17
13772024-11-18T21:40:00.509Z Compiling gimli v0.31.1
13782024-11-18T21:40:00.707Z Compiling unicode-properties v0.1.3
13792024-11-18T21:40:00.999Z Compiling slog-async v2.8.0
13802024-11-18T21:40:01.071Z Compiling ipnet v2.10.1
13812024-11-18T21:40:01.532Z Compiling rayon-core v1.12.1
13822024-11-18T21:40:01.796Z Compiling openssl-probe v0.1.5
13832024-11-18T21:40:02.149Z Compiling mime v0.3.17
13842024-11-18T21:40:02.348Z Compiling hyper v1.5.0
13852024-11-18T21:40:02.521Z Compiling schemars v0.8.21
13862024-11-18T21:40:02.764Z Compiling schemars_derive v0.8.21
13872024-11-18T21:40:02.984Z Compiling stringprep v0.1.5
13882024-11-18T21:40:04.639Z Compiling toml_edit v0.22.22
13892024-11-18T21:40:04.893Z Compiling hyper-util v0.1.10
13902024-11-18T21:40:05.675Z Compiling addr2line v0.24.2
13912024-11-18T21:40:06.152Z Compiling usdt-attr-macro v0.5.0
13922024-11-18T21:40:06.312Z Compiling usdt-macro v0.5.0
13932024-11-18T21:40:06.527Z Compiling crossbeam-deque v0.8.5
13942024-11-18T21:40:06.635Z Compiling term v0.7.0
13952024-11-18T21:40:07.548Z Compiling slog-json v2.6.1
13962024-11-18T21:40:07.711Z Compiling serde_urlencoded v0.7.1
13972024-11-18T21:40:07.761Z Compiling curve25519-dalek v4.1.3
13982024-11-18T21:40:07.923Z Compiling crossbeam-channel v0.5.13
13992024-11-18T21:40:07.968Z Compiling futures-executor v0.3.31
14002024-11-18T21:40:08.057Z Compiling enum-as-inner v0.6.1
14012024-11-18T21:40:08.228Z Compiling md-5 v0.10.6
14022024-11-18T21:40:08.406Z Compiling rustls-pemfile v2.2.0
14032024-11-18T21:40:08.491Z Compiling async-stream-impl v0.3.6
14042024-11-18T21:40:08.512Z Compiling num-integer v0.1.46
14052024-11-18T21:40:08.759Z Compiling idna v0.4.0
14062024-11-18T21:40:09.037Z Compiling idna v0.3.0
14072024-11-18T21:40:09.161Z Compiling hash32 v0.2.1
14082024-11-18T21:40:09.251Z Compiling ff v0.13.0
14092024-11-18T21:40:09.485Z Compiling is-terminal v0.4.13
14102024-11-18T21:40:09.523Z Compiling object v0.36.5
14112024-11-18T21:40:09.620Z Compiling dropshot v0.12.0
14122024-11-18T21:40:09.930Z Compiling portable-atomic v1.9.0
14132024-11-18T21:40:09.933Z Compiling utf-8 v0.7.6
14142024-11-18T21:40:10.251Z Compiling rustc-demangle v0.1.24
14152024-11-18T21:40:10.484Z Compiling num-bigint-dig v0.8.4
14162024-11-18T21:40:10.773Z Compiling smoltcp v0.9.1
14172024-11-18T21:40:10.822Z Compiling psl-types v2.0.11
14182024-11-18T21:40:11.023Z Compiling linked-hash-map v0.5.6
14192024-11-18T21:40:11.052Z Compiling fallible-iterator v0.2.0
14202024-11-18T21:40:11.195Z Compiling anyhow v1.0.93
14212024-11-18T21:40:11.381Z Compiling quick-error v1.2.3
14222024-11-18T21:40:11.507Z Compiling base16ct v0.2.0
14232024-11-18T21:40:11.537Z Compiling dyn-clone v1.0.17
14242024-11-18T21:40:11.743Z Compiling take_mut v0.2.2
14252024-11-18T21:40:11.775Z Compiling sec1 v0.7.3
14262024-11-18T21:40:11.842Z Compiling postgres-protocol v0.6.7
14272024-11-18T21:40:12.369Z Compiling resolv-conf v0.7.0
14282024-11-18T21:40:13.082Z Compiling lru-cache v0.1.2
14292024-11-18T21:40:13.150Z Compiling publicsuffix v2.2.3
14302024-11-18T21:40:13.196Z Compiling tungstenite v0.24.0
14312024-11-18T21:40:13.281Z Compiling async-stream v0.3.6
14322024-11-18T21:40:13.284Z Compiling hickory-proto v0.24.1
14332024-11-18T21:40:13.392Z Compiling slog-term v2.9.1
14342024-11-18T21:40:13.581Z Compiling usdt v0.5.0
14352024-11-18T21:40:14.644Z Compiling group v0.13.0
14362024-11-18T21:40:15.019Z Compiling num-iter v0.1.45
14372024-11-18T21:40:15.322Z Compiling futures v0.3.31
14382024-11-18T21:40:15.342Z Compiling toml v0.8.19
14392024-11-18T21:40:15.450Z Compiling slog-bunyan v2.5.0
14402024-11-18T21:40:16.822Z Compiling camino v1.1.9
14412024-11-18T21:40:17.121Z Compiling backtrace v0.3.74
14422024-11-18T21:40:17.462Z Compiling tokio-native-tls v0.3.1
14432024-11-18T21:40:17.659Z Compiling phf_shared v0.11.2
14442024-11-18T21:40:17.739Z Compiling dropshot_endpoint v0.12.0
14452024-11-18T21:40:17.801Z Compiling terminal_size v0.4.0
14462024-11-18T21:40:18.026Z Compiling waitgroup v0.1.2
14472024-11-18T21:40:18.046Z Compiling openapiv3 v2.0.0
14482024-11-18T21:40:18.155Z Compiling serde_path_to_error v0.1.16
14492024-11-18T21:40:18.251Z Compiling hkdf v0.12.4
14502024-11-18T21:40:18.517Z Compiling crypto-bigint v0.5.5
14512024-11-18T21:40:19.022Z Compiling webpki-roots v0.26.6
14522024-11-18T21:40:19.247Z Compiling curve25519-dalek-derive v0.1.1
14532024-11-18T21:40:20.866Z Compiling zerocopy-derive v0.6.6
14542024-11-18T21:40:20.868Z Compiling idna v0.5.0
14552024-11-18T21:40:20.920Z Compiling hubpack_derive v0.1.1
14562024-11-18T21:40:21.817Z Compiling hostname v0.4.0
14572024-11-18T21:40:22.071Z Compiling crc32fast v1.4.2
14582024-11-18T21:40:22.336Z Compiling ahash v0.8.11
14592024-11-18T21:40:22.411Z Compiling fs-err v2.11.0
14602024-11-18T21:40:22.494Z Compiling managed v0.8.0
14612024-11-18T21:40:22.581Z Compiling winnow v0.5.40
14622024-11-18T21:40:22.666Z Compiling debug-ignore v1.0.5
14632024-11-18T21:40:22.698Z Compiling bitflags v1.3.2
14642024-11-18T21:40:22.833Z Compiling console v0.15.8
14652024-11-18T21:40:22.948Z Compiling clap_builder v4.5.21
14662024-11-18T21:40:23.091Z Compiling zerocopy v0.6.6
14672024-11-18T21:40:23.687Z Compiling strum_macros v0.25.3
14682024-11-18T21:40:24.064Z Compiling flate2 v1.0.34
14692024-11-18T21:40:24.512Z Compiling hubpack v0.1.2
14702024-11-18T21:40:24.534Z Compiling cookie_store v0.21.0
14712024-11-18T21:40:25.015Z Compiling elliptic-curve v0.13.8
14722024-11-18T21:40:25.109Z Compiling hickory-resolver v0.24.1
14732024-11-18T21:40:25.881Z Compiling phf v0.11.2
14742024-11-18T21:40:26.177Z Compiling toml_edit v0.19.15
14752024-11-18T21:40:26.444Z Compiling hyper-tls v0.6.0
14762024-11-18T21:40:26.869Z Compiling signal-hook-mio v0.2.4
14772024-11-18T21:40:27.037Z Compiling rayon v1.10.0
14782024-11-18T21:40:27.098Z Compiling bzip2 v0.4.4
14792024-11-18T21:40:27.866Z Compiling tokio-tungstenite v0.24.0
14802024-11-18T21:40:29.778Z Compiling postgres-types v0.2.8
14812024-11-18T21:40:31.323Z Compiling ed25519 v2.2.3
14822024-11-18T21:40:31.824Z Compiling phf_shared v0.10.0
14832024-11-18T21:40:31.965Z Compiling tokio-stream v0.1.16
14842024-11-18T21:40:32.221Z Compiling pkcs1 v0.7.5
14852024-11-18T21:40:32.248Z Compiling serde-big-array v0.5.1
14862024-11-18T21:40:32.476Z Compiling clap_derive v4.5.18
14872024-11-18T21:40:33.049Z Compiling rfc6979 v0.4.0
14882024-11-18T21:40:33.107Z Compiling serde_repr v0.1.19
14892024-11-18T21:40:33.225Z Compiling derive-where v1.2.7
14902024-11-18T21:40:33.245Z Compiling float-cmp v0.9.0
14912024-11-18T21:40:33.265Z Compiling bstr v1.10.0
14922024-11-18T21:40:33.461Z Compiling sync_wrapper v1.0.1
14932024-11-18T21:40:33.614Z Compiling fixedbitset v0.4.2
14942024-11-18T21:40:34.096Z Compiling whoami v1.5.2
14952024-11-18T21:40:34.241Z Compiling precomputed-hash v0.1.1
14962024-11-18T21:40:34.308Z Compiling new_debug_unreachable v1.0.6
14972024-11-18T21:40:34.355Z Compiling number_prefix v0.4.0
14982024-11-18T21:40:34.410Z Compiling unicode-segmentation v1.12.0
14992024-11-18T21:40:34.586Z Compiling static_assertions v1.1.0
15002024-11-18T21:40:34.691Z Compiling predicates-core v1.0.8
15012024-11-18T21:40:34.738Z Compiling bit-vec v0.6.3
15022024-11-18T21:40:35.051Z Compiling difflib v0.4.0
15032024-11-18T21:40:35.092Z Compiling unicode-width v0.2.0
15042024-11-18T21:40:35.236Z Compiling normalize-line-endings v0.3.0
15052024-11-18T21:40:35.333Z Compiling similar v2.6.0
15062024-11-18T21:40:35.357Z Compiling bit-set v0.5.3
15072024-11-18T21:40:35.606Z Compiling indicatif v0.17.9
15082024-11-18T21:40:35.648Z Compiling predicates v3.1.2
15092024-11-18T21:40:36.861Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15102024-11-18T21:40:36.865Z Compiling tokio-postgres v0.7.12
15112024-11-18T21:40:37.393Z Compiling string_cache v0.8.7
15122024-11-18T21:40:37.595Z Compiling clap v4.5.21
15132024-11-18T21:40:37.726Z Compiling petgraph v0.6.5
15142024-11-18T21:40:37.793Z Compiling ecdsa v0.16.9
15152024-11-18T21:40:37.863Z Compiling rsa v0.9.6
15162024-11-18T21:40:37.884Z Compiling ed25519-dalek v2.1.1
15172024-11-18T21:40:38.678Z Compiling toml v0.7.8
15182024-11-18T21:40:39.180Z Compiling zip v0.6.6
15192024-11-18T21:40:40.412Z Compiling crossterm v0.28.1
15202024-11-18T21:40:41.827Z Compiling hex v0.4.3
15212024-11-18T21:40:41.905Z Compiling x509-cert v0.2.5
15222024-11-18T21:40:42.213Z Compiling itertools v0.10.5
15232024-11-18T21:40:42.447Z Compiling lalrpop-util v0.19.12
15242024-11-18T21:40:42.630Z Compiling unicode-xid v0.2.6
15252024-11-18T21:40:42.808Z Compiling peg-runtime v0.8.3
15262024-11-18T21:40:42.830Z Compiling strum_macros v0.26.4
15272024-11-18T21:40:43.488Z Compiling xattr v1.3.1
15282024-11-18T21:40:43.683Z Compiling filetime v0.2.25
15292024-11-18T21:40:44.005Z Compiling tar v0.4.43
15302024-11-18T21:40:47.972Z Compiling strum v0.26.3
15312024-11-18T21:40:50.556Z Compiling aws-lc-sys v0.22.0
15322024-11-18T21:41:20.320Z Compiling rustls-webpki v0.102.8
15332024-11-18T21:41:21.440Z Compiling tokio-rustls v0.25.0
15342024-11-18T21:41:23.005Z Compiling tokio-rustls v0.26.0
15352024-11-18T21:41:23.447Z Compiling hyper-rustls v0.27.3
15362024-11-18T21:41:23.793Z Compiling reqwest v0.12.9
15372024-11-18T21:41:25.107Z Compiling qorb v0.2.0
15382024-11-18T21:41:29.701Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15392024-11-18T21:41:29.941Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15402024-11-18T21:41:35.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
15412024-11-18T21:41:35.877Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15422024-11-18T21:41:35.924ZNov 18 21:41:34.573 INFO Starting download, target: Console
15432024-11-18T21:41:35.924ZNov 18 21:41:34.573 INFO Starting download, target: Clickhouse
15442024-11-18T21:41:35.924ZNov 18 21:41:34.573 INFO Starting download, target: DendriteOpenapi
15452024-11-18T21:41:35.925ZNov 18 21:41:34.573 INFO Starting download, target: Cockroach
15462024-11-18T21:41:35.928ZNov 18 21:41:34.573 INFO Starting download, target: DendriteStub
15472024-11-18T21:41:35.928ZNov 18 21:41:34.573 INFO Starting download, target: MaghemiteMgd
15482024-11-18T21:41:35.928ZNov 18 21:41:34.573 INFO Starting download, target: TransceiverControl
15492024-11-18T21:41:35.928ZNov 18 21:41:34.574 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi
15502024-11-18T21:41:35.928ZNov 18 21:41:34.574 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15512024-11-18T21:41:35.928ZNov 18 21:41:34.574 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15522024-11-18T21:41:35.929ZNov 18 21:41:34.574 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15532024-11-18T21:41:35.929ZNov 18 21:41:34.574 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15542024-11-18T21:41:35.929ZNov 18 21:41:34.574 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15552024-11-18T21:41:35.929ZNov 18 21:41:34.574 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15562024-11-18T21:41:36.235ZNov 18 21:41:34.862 INFO Download complete, target: DendriteOpenapi
15572024-11-18T21:41:36.476ZNov 18 21:41:35.100 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15582024-11-18T21:41:36.783ZNov 18 21:41:35.392 INFO Download complete, target: Console
15592024-11-18T21:41:36.836ZNov 18 21:41:35.462 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15602024-11-18T21:41:37.371ZNov 18 21:41:36.011 INFO Download complete, target: TransceiverControl
15612024-11-18T21:41:37.808ZNov 18 21:41:36.397 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15622024-11-18T21:41:37.978ZNov 18 21:41:36.557 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15632024-11-18T21:41:38.194ZNov 18 21:41:36.820 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15642024-11-18T21:41:39.423ZNov 18 21:41:38.071 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15652024-11-18T21:41:39.423ZNov 18 21:41:38.071 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15662024-11-18T21:41:40.488ZNov 18 21:41:39.137 INFO Download complete, target: MaghemiteMgd
15672024-11-18T21:41:40.967ZNov 18 21:41:39.615 INFO Download complete, target: DendriteStub
15682024-11-18T21:41:46.648ZNov 18 21:41:45.297 INFO Checking that binary works, target: Cockroach
15692024-11-18T21:41:46.807ZNov 18 21:41:45.455 INFO Download complete, target: Cockroach
15702024-11-18T21:41:50.148ZNov 18 21:41:48.796 INFO Checking that binary works, target: Clickhouse
15712024-11-18T21:41:50.319ZNov 18 21:41:48.968 INFO Download complete, target: Clickhouse
15722024-11-18T21:41:50.339ZAll builder prerequisites installed successfully, and PATH looks valid
15732024-11-18T21:41:50.341Z
15742024-11-18T21:41:50.341Zreal 5:39.257942251
15752024-11-18T21:41:50.342Zuser 16:18.898760813
15762024-11-18T21:41:50.342Zsys 3:14.963217666
15772024-11-18T21:41:50.342Ztrap 0.524651364
15782024-11-18T21:41:50.342Ztflt 1.767112949
15792024-11-18T21:41:50.342Zdflt 2.255974240
15802024-11-18T21:41:50.342Zkflt 0.026134783
15812024-11-18T21:41:50.342Zlock 28:45.815023774
15822024-11-18T21:41:50.342Zslp 1:02:44.055271126
15832024-11-18T21:41:50.342Zlat 59.037897652
15842024-11-18T21:41:50.342Zstop 2:19.515732065
15852024-11-18T21:41:50.343Z+ banner hack-check
15862024-11-18T21:41:50.346Z
15872024-11-18T21:41:50.346Z # # ## #### # # #### # # ###### #### # #
15882024-11-18T21:41:50.346Z # # # # # # # # # # # # # # # # #
15892024-11-18T21:41:50.346Z ###### # # # #### ##### # ###### ##### # ####
15902024-11-18T21:41:50.346Z # # ###### # # # # # # # # # #
15912024-11-18T21:41:50.346Z # # # # # # # # # # # # # # # # #
15922024-11-18T21:41:50.346Z # # # # #### # # #### # # ###### #### # #
15932024-11-18T21:41:50.346Z
15942024-11-18T21:41:50.346Z+ export CARGO_INCREMENTAL=0
15952024-11-18T21:41:50.346Z+ CARGO_INCREMENTAL=0
15962024-11-18T21:41:50.346Z+ ptime -m timeout 2h cargo xtask check-features --ci
15972024-11-18T21:41:50.857Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15982024-11-18T21:41:54.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
15992024-11-18T21:41:54.392Z Running `target/debug/xtask check-features --ci`
16002024-11-18T21:41:54.413Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16012024-11-18T21:41:54.414Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16022024-11-18T21:41:54.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16032024-11-18T21:41:54.879Z Running `target/debug/xtask download cargo-hack`
16042024-11-18T21:41:55.695Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16052024-11-18T21:41:56.020Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16062024-11-18T21:42:01.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
16072024-11-18T21:42:01.259Z Running `target/debug/xtask-downloader cargo-hack`
16082024-11-18T21:42:01.295ZNov 18 21:41:59.943 INFO Starting download, target: CargoHack
16092024-11-18T21:42:01.298ZNov 18 21:41:59.944 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16102024-11-18T21:42:01.914ZNov 18 21:42:00.563 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16112024-11-18T21:42:02.002ZNov 18 21:42:00.649 INFO Download complete, target: CargoHack
16122024-11-18T21:42:02.004Zrunning: "/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"
16132024-11-18T21:42:02.020Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16142024-11-18T21:42:02.184Zinfo: running `cargo check --bins` on api_identity (1/171)
16152024-11-18T21:42:02.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-11-18T21:42:02.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-11-18T21:42:02.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-11-18T21:42:02.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16192024-11-18T21:42:02.772Z
16202024-11-18T21:42:02.772Zinfo: running `cargo check --bins` on bootstore (2/171)
16212024-11-18T21:42:03.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-11-18T21:42:03.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-11-18T21:42:03.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-11-18T21:42:03.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16252024-11-18T21:42:03.403Z
16262024-11-18T21:42:03.403Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/171)
16272024-11-18T21:42:03.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-11-18T21:42:03.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-11-18T21:42:03.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-11-18T21:42:03.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16312024-11-18T21:42:04.009Z
16322024-11-18T21:42:04.009Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/171)
16332024-11-18T21:42:04.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-11-18T21:42:04.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-11-18T21:42:04.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-11-18T21:42:04.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16372024-11-18T21:42:04.616Z
16382024-11-18T21:42:04.616Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/171)
16392024-11-18T21:42:04.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-11-18T21:42:04.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-11-18T21:42:04.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-11-18T21:42:04.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16432024-11-18T21:42:05.020Z
16442024-11-18T21:42:05.020Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/171)
16452024-11-18T21:42:05.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-11-18T21:42:05.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-11-18T21:42:05.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-11-18T21:42:05.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16492024-11-18T21:42:05.427Z
16502024-11-18T21:42:05.427Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/171)
16512024-11-18T21:42:05.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-11-18T21:42:05.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-11-18T21:42:05.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-11-18T21:42:05.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16552024-11-18T21:42:05.830Z
16562024-11-18T21:42:05.830Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/171)
16572024-11-18T21:42:06.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-11-18T21:42:06.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-11-18T21:42:06.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-11-18T21:42:06.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16612024-11-18T21:42:06.237Z
16622024-11-18T21:42:06.237Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/171)
16632024-11-18T21:42:06.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-11-18T21:42:06.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-11-18T21:42:06.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-11-18T21:42:06.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16672024-11-18T21:42:06.648Z
16682024-11-18T21:42:06.649Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/171)
16692024-11-18T21:42:07.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-11-18T21:42:07.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-11-18T21:42:07.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-11-18T21:42:07.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16732024-11-18T21:42:07.052Z
16742024-11-18T21:42:07.052Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/171)
16752024-11-18T21:42:07.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-11-18T21:42:07.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-11-18T21:42:07.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-11-18T21:42:07.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16792024-11-18T21:42:07.460Z
16802024-11-18T21:42:07.460Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/171)
16812024-11-18T21:42:07.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-11-18T21:42:07.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-11-18T21:42:07.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-11-18T21:42:07.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16852024-11-18T21:42:07.868Z
16862024-11-18T21:42:07.869Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/171)
16872024-11-18T21:42:08.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-11-18T21:42:08.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-11-18T21:42:08.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-11-18T21:42:08.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16912024-11-18T21:42:08.277Z
16922024-11-18T21:42:08.277Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/171)
16932024-11-18T21:42:08.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-11-18T21:42:08.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-11-18T21:42:08.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-11-18T21:42:08.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16972024-11-18T21:42:08.678Z
16982024-11-18T21:42:08.678Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/171)
16992024-11-18T21:42:09.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-11-18T21:42:09.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-11-18T21:42:09.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-11-18T21:42:09.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17032024-11-18T21:42:09.085Z
17042024-11-18T21:42:09.085Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/171)
17052024-11-18T21:42:09.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-11-18T21:42:09.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-11-18T21:42:09.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082024-11-18T21:42:09.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17092024-11-18T21:42:09.498Z
17102024-11-18T21:42:09.498Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/171)
17112024-11-18T21:42:09.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-11-18T21:42:09.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-11-18T21:42:09.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-11-18T21:42:09.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17152024-11-18T21:42:09.903Z
17162024-11-18T21:42:09.903Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/171)
17172024-11-18T21:42:10.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-11-18T21:42:10.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-11-18T21:42:10.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-11-18T21:42:10.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17212024-11-18T21:42:10.312Z
17222024-11-18T21:42:10.312Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/171)
17232024-11-18T21:42:10.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-11-18T21:42:10.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-11-18T21:42:10.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262024-11-18T21:42:10.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17272024-11-18T21:42:10.726Z
17282024-11-18T21:42:10.726Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/171)
17292024-11-18T21:42:11.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302024-11-18T21:42:11.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312024-11-18T21:42:11.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322024-11-18T21:42:11.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17332024-11-18T21:42:11.130Z
17342024-11-18T21:42:11.130Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/171)
17352024-11-18T21:42:11.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362024-11-18T21:42:11.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372024-11-18T21:42:11.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382024-11-18T21:42:11.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17392024-11-18T21:42:11.537Z
17402024-11-18T21:42:11.537Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/171)
17412024-11-18T21:42:11.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422024-11-18T21:42:11.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432024-11-18T21:42:11.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442024-11-18T21:42:11.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17452024-11-18T21:42:11.948Z
17462024-11-18T21:42:11.948Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/171)
17472024-11-18T21:42:12.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482024-11-18T21:42:12.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492024-11-18T21:42:12.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502024-11-18T21:42:12.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17512024-11-18T21:42:12.360Z
17522024-11-18T21:42:12.360Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/171)
17532024-11-18T21:42:12.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542024-11-18T21:42:12.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552024-11-18T21:42:12.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562024-11-18T21:42:12.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17572024-11-18T21:42:12.764Z
17582024-11-18T21:42:12.764Zinfo: running `cargo check --bins` on sled-hardware-types (25/171)
17592024-11-18T21:42:13.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602024-11-18T21:42:13.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612024-11-18T21:42:13.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622024-11-18T21:42:13.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17632024-11-18T21:42:13.379Z
17642024-11-18T21:42:13.379Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/171)
17652024-11-18T21:42:13.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662024-11-18T21:42:13.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672024-11-18T21:42:13.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682024-11-18T21:42:13.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17692024-11-18T21:42:13.990Z
17702024-11-18T21:42:13.990Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/171)
17712024-11-18T21:42:14.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722024-11-18T21:42:14.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732024-11-18T21:42:14.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742024-11-18T21:42:14.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17752024-11-18T21:42:14.607Z
17762024-11-18T21:42:14.607Zinfo: running `cargo check --bins` on oxlog (28/171)
17772024-11-18T21:42:15.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782024-11-18T21:42:15.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792024-11-18T21:42:15.207Z Checking cfg-if v1.0.0
17802024-11-18T21:42:15.211Z Checking libc v0.2.162
17812024-11-18T21:42:15.313Z Checking serde v1.0.215
17822024-11-18T21:42:15.316Z Checking zeroize v1.8.1
17832024-11-18T21:42:15.334Z Checking memchr v2.7.4
17842024-11-18T21:42:15.337Z Checking typenum v1.17.0
17852024-11-18T21:42:15.348Z Checking scopeguard v1.2.0
17862024-11-18T21:42:15.351Z Checking subtle v2.6.1
17872024-11-18T21:42:15.372Z Checking value-bag v1.9.0
17882024-11-18T21:42:15.476Z Checking lock_api v0.4.12
17892024-11-18T21:42:15.559Z Checking itoa v1.0.11
17902024-11-18T21:42:15.613Z Checking smallvec v1.13.2
17912024-11-18T21:42:15.754Z Checking const-oid v0.9.6
17922024-11-18T21:42:15.770Z Checking log v0.4.22
17932024-11-18T21:42:15.886Z Checking pin-project-lite v0.2.14
17942024-11-18T21:42:15.967Z Checking byteorder v1.5.0
17952024-11-18T21:42:16.036Z Checking futures-core v0.3.31
17962024-11-18T21:42:16.157Z Checking once_cell v1.20.2
17972024-11-18T21:42:16.206Z Checking cpufeatures v0.2.14
17982024-11-18T21:42:16.286Z Checking futures-sink v0.3.31
17992024-11-18T21:42:16.298Z Checking stable_deref_trait v1.2.0
18002024-11-18T21:42:16.368Z Checking spin v0.9.8
18012024-11-18T21:42:16.389Z Checking zerocopy v0.7.35
18022024-11-18T21:42:16.418Z Checking getrandom v0.2.15
18032024-11-18T21:42:16.432Z Checking parking_lot_core v0.9.10
18042024-11-18T21:42:16.448Z Checking signal-hook-registry v1.4.2
18052024-11-18T21:42:16.631Z Checking rand_core v0.6.4
18062024-11-18T21:42:16.631Z Checking generic-array v0.14.7
18072024-11-18T21:42:16.669Z Checking mio v1.0.2
18082024-11-18T21:42:16.702Z Checking socket2 v0.5.7
18092024-11-18T21:42:16.753Z Checking parking_lot v0.12.3
18102024-11-18T21:42:16.920Z Checking zerofrom v0.1.4
18112024-11-18T21:42:17.109Z Checking slab v0.4.9
18122024-11-18T21:42:17.139Z Checking yoke v0.7.4
18132024-11-18T21:42:17.175Z Checking futures-channel v0.3.31
18142024-11-18T21:42:17.283Z Checking equivalent v1.0.1
18152024-11-18T21:42:17.354Z Checking allocator-api2 v0.2.18
18162024-11-18T21:42:17.387Z Checking foldhash v0.1.3
18172024-11-18T21:42:17.470Z Checking futures-io v0.3.31
18182024-11-18T21:42:17.514Z Checking futures-task v0.3.31
18192024-11-18T21:42:17.576Z Checking pin-utils v0.1.0
18202024-11-18T21:42:17.600Z Checking zerovec v0.10.4
18212024-11-18T21:42:17.646Z Checking tinyvec_macros v0.1.1
18222024-11-18T21:42:17.665Z Checking ryu v1.0.18
18232024-11-18T21:42:17.730Z Checking tinyvec v1.8.0
18242024-11-18T21:42:17.733Z Checking futures-util v0.3.31
18252024-11-18T21:42:17.760Z Checking fnv v1.0.7
18262024-11-18T21:42:17.819Z Checking crypto-common v0.1.6
18272024-11-18T21:42:17.866Z Checking block-buffer v0.10.4
18282024-11-18T21:42:17.880Z Checking block-padding v0.3.3
18292024-11-18T21:42:17.948Z Checking hashbrown v0.15.0
18302024-11-18T21:42:17.988Z Checking libm v0.2.8
18312024-11-18T21:42:18.060Z Checking inout v0.1.3
18322024-11-18T21:42:18.092Z Checking digest v0.10.7
18332024-11-18T21:42:18.275Z Checking cipher v0.4.4
18342024-11-18T21:42:18.474Z Checking hmac v0.12.1
18352024-11-18T21:42:18.693Z Checking sha2 v0.10.8
18362024-11-18T21:42:18.707Z Checking base64ct v1.6.0
18372024-11-18T21:42:18.921Z Checking litemap v0.7.3
18382024-11-18T21:42:19.072Z Checking unicode-normalization v0.1.24
18392024-11-18T21:42:19.075Z Checking writeable v0.5.5
18402024-11-18T21:42:19.144Z Checking unicode-bidi v0.3.17
18412024-11-18T21:42:19.240Z Checking pem-rfc7468 v0.7.0
18422024-11-18T21:42:19.243Z Checking num-traits v0.2.19
18432024-11-18T21:42:19.262Z Checking tinystr v0.7.6
18442024-11-18T21:42:19.384Z Checking ppv-lite86 v0.2.20
18452024-11-18T21:42:19.490Z Checking flagset v0.4.6
18462024-11-18T21:42:19.631Z Checking icu_locid v1.5.0
18472024-11-18T21:42:19.665Z Checking der v0.7.9
18482024-11-18T21:42:19.734Z Checking tracing-core v0.1.32
18492024-11-18T21:42:19.980Z Checking thiserror v1.0.69
18502024-11-18T21:42:20.110Z Checking icu_locid_transform_data v1.5.0
18512024-11-18T21:42:20.131Z Checking rand_chacha v0.3.1
18522024-11-18T21:42:20.207Z Checking rustls-pki-types v1.9.0
18532024-11-18T21:42:20.293Z Checking bytes v1.8.0
18542024-11-18T21:42:20.402Z Checking indexmap v2.6.0
18552024-11-18T21:42:20.512Z Checking serde_json v1.0.132
18562024-11-18T21:42:20.744Z Checking icu_provider v1.5.0
18572024-11-18T21:42:20.771Z Checking bitflags v2.6.0
18582024-11-18T21:42:20.948Z Checking percent-encoding v2.3.1
18592024-11-18T21:42:21.074Z Checking rand v0.8.5
18602024-11-18T21:42:21.133Z Checking tokio v1.40.0
18612024-11-18T21:42:21.159Z Checking http v1.1.0
18622024-11-18T21:42:21.412Z Checking icu_locid_transform v1.5.0
18632024-11-18T21:42:21.441Z Checking spki v0.7.3
18642024-11-18T21:42:21.680Z Checking tracing v0.1.40
18652024-11-18T21:42:21.709Z Checking icu_collections v1.5.0
18662024-11-18T21:42:22.046Z Checking salsa20 v0.10.2
18672024-11-18T21:42:22.207Z Checking pbkdf2 v0.12.2
18682024-11-18T21:42:22.247Z Checking aws-lc-sys v0.22.0
18692024-11-18T21:42:22.359Z Checking httparse v1.9.5
18702024-11-18T21:42:22.362Z Checking powerfmt v0.2.0
18712024-11-18T21:42:22.388Z Checking icu_properties_data v1.5.0
18722024-11-18T21:42:22.401Z Checking mirai-annotations v1.12.0
18732024-11-18T21:42:22.453Z Checking untrusted v0.7.1
18742024-11-18T21:42:22.552Z Checking untrusted v0.9.0
18752024-11-18T21:42:22.607Z Checking deranged v0.3.11
18762024-11-18T21:42:22.607Z Checking scrypt v0.11.0
18772024-11-18T21:42:22.637Z Checking icu_properties v1.5.1
18782024-11-18T21:42:22.704Z Checking ring v0.17.8
18792024-11-18T21:42:22.782Z Checking cbc v0.1.2
18802024-11-18T21:42:22.821Z Checking aes v0.8.4
18812024-11-18T21:42:22.894Z Checking crossbeam-utils v0.8.20
18822024-11-18T21:42:22.968Z Checking time-core v0.1.2
18832024-11-18T21:42:23.117Z Checking atomic-waker v1.1.2
18842024-11-18T21:42:23.248Z Checking num-conv v0.1.0
18852024-11-18T21:42:23.519Z Checking utf8_iter v1.0.4
18862024-11-18T21:42:23.605Z Checking num_threads v0.1.7
18872024-11-18T21:42:23.696Z Checking utf16_iter v1.0.5
18882024-11-18T21:42:23.709Z Checking write16 v1.0.0
18892024-11-18T21:42:23.722Z Checking icu_normalizer_data v1.5.0
18902024-11-18T21:42:23.817Z Checking pkcs5 v0.7.1
18912024-11-18T21:42:23.832Z Checking http-body v1.0.1
18922024-11-18T21:42:23.857Z Checking form_urlencoded v1.2.1
18932024-11-18T21:42:24.033Z Checking try-lock v0.2.5
18942024-11-18T21:42:24.053Z Checking httpdate v1.0.3
18952024-11-18T21:42:24.156Z Checking want v0.3.1
18962024-11-18T21:42:24.281Z Checking unicode-ident v1.0.13
18972024-11-18T21:42:24.320Z Checking uuid v1.11.0
18982024-11-18T21:42:24.336Z Checking pkcs8 v0.10.2
18992024-11-18T21:42:24.371Z Checking time v0.3.36
19002024-11-18T21:42:24.435Z Checking proc-macro2 v1.0.89
19012024-11-18T21:42:24.567Z Checking serde_spanned v0.6.8
19022024-11-18T21:42:24.640Z Checking toml_datetime v0.6.8
19032024-11-18T21:42:24.747Z Checking slog v2.7.0
19042024-11-18T21:42:24.808Z Checking aws-lc-rs v1.10.0
19052024-11-18T21:42:24.890Z Checking scroll v0.12.0
19062024-11-18T21:42:24.928Z Checking base64 v0.22.1
19072024-11-18T21:42:25.121Z Checking foreign-types-shared v0.1.1
19082024-11-18T21:42:25.226Z Checking match_cfg v0.1.0
19092024-11-18T21:42:25.228Z Checking plain v0.2.3
19102024-11-18T21:42:25.316Z Checking ucd-trie v0.1.7
19112024-11-18T21:42:25.366Z Checking adler2 v2.0.0
19122024-11-18T21:42:25.382Z Checking tower-service v0.3.3
19132024-11-18T21:42:25.396Z Checking iana-time-zone v0.1.61
19142024-11-18T21:42:25.489Z Checking goblin v0.8.2
19152024-11-18T21:42:25.513Z Checking pest v2.7.14
19162024-11-18T21:42:25.529Z Checking miniz_oxide v0.8.0
19172024-11-18T21:42:25.544Z Checking chrono v0.4.38
19182024-11-18T21:42:25.961Z Checking icu_normalizer v1.5.0
19192024-11-18T21:42:26.237Z Checking hostname v0.3.1
19202024-11-18T21:42:26.367Z Checking foreign-types v0.3.2
19212024-11-18T21:42:26.458Z Checking quote v1.0.37
19222024-11-18T21:42:26.645Z Checking rustls-webpki v0.102.8
19232024-11-18T21:42:26.754Z Checking idna_adapter v1.2.0
19242024-11-18T21:42:26.784Z Checking openssl-sys v0.9.104
19252024-11-18T21:42:26.800Z Checking dirs-sys-next v0.1.2
19262024-11-18T21:42:26.954Z Checking idna v1.0.3
19272024-11-18T21:42:26.970Z Checking errno v0.3.9
19282024-11-18T21:42:27.128Z Checking aho-corasick v1.1.3
19292024-11-18T21:42:27.417Z Checking siphasher v0.3.11
19302024-11-18T21:42:27.444Z Checking url v2.5.3
19312024-11-18T21:42:27.666Z Checking data-encoding v2.6.0
19322024-11-18T21:42:27.713Z Checking pretty-hex v0.4.1
19332024-11-18T21:42:27.883Z Checking regex-syntax v0.8.5
19342024-11-18T21:42:28.051Z Checking openssl v0.10.68
19352024-11-18T21:42:28.051Z Checking dtrace-parser v0.2.0
19362024-11-18T21:42:28.251Z Checking rustix v0.38.37
19372024-11-18T21:42:28.313Z Checking dirs-next v2.0.0
19382024-11-18T21:42:28.400Z Checking tokio-util v0.7.12
19392024-11-18T21:42:28.452Z Checking syn v2.0.87
19402024-11-18T21:42:28.524Z Checking http-body-util v0.1.2
19412024-11-18T21:42:28.757Z Checking crossbeam-epoch v0.9.18
19422024-11-18T21:42:28.965Z Checking signature v2.2.0
19432024-11-18T21:42:29.145Z Checking sha1 v0.10.6
19442024-11-18T21:42:29.187Z Checking lazy_static v1.5.0
19452024-11-18T21:42:29.299Z Checking thread_local v1.1.8
19462024-11-18T21:42:29.301Z Checking h2 v0.4.6
19472024-11-18T21:42:29.408Z Checking thread-id v4.2.2
19482024-11-18T21:42:29.515Z Checking encoding_rs v0.8.34
19492024-11-18T21:42:29.569Z Checking utf8parse v0.2.2
19502024-11-18T21:42:29.712Z Checking winnow v0.6.20
19512024-11-18T21:42:30.574Z Checking dof v0.3.0
19522024-11-18T21:42:31.077Z Checking regex-automata v0.4.8
19532024-11-18T21:42:31.187Z Checking either v1.13.0
19542024-11-18T21:42:31.557Z Checking openssl-probe v0.1.5
19552024-11-18T21:42:31.709Z Checking mime v0.3.17
19562024-11-18T21:42:31.712Z Checking ipnet v2.10.1
19572024-11-18T21:42:31.818Z Checking gimli v0.31.1
19582024-11-18T21:42:32.007Z Checking unicode-properties v0.1.3
19592024-11-18T21:42:32.201Z Checking anstyle v1.0.10
19602024-11-18T21:42:32.368Z Checking stringprep v0.1.5
19612024-11-18T21:42:32.530Z Checking anstyle-parse v0.2.5
19622024-11-18T21:42:32.635Z Checking crossbeam-deque v0.8.5
19632024-11-18T21:42:32.669Z Checking toml_edit v0.22.22
19642024-11-18T21:42:32.774Z Checking term v0.7.0
19652024-11-18T21:42:32.928Z Checking rustls v0.23.14
19662024-11-18T21:42:33.208Z Checking rustls v0.22.4
19672024-11-18T21:42:33.650Z Checking native-tls v0.2.12
19682024-11-18T21:42:33.950Z Checking slog-json v2.6.1
19692024-11-18T21:42:34.198Z Checking serde_urlencoded v0.7.1
19702024-11-18T21:42:34.620Z Checking crossbeam-channel v0.5.13
19712024-11-18T21:42:34.843Z Checking usdt-impl v0.5.0
19722024-11-18T21:42:35.309Z Checking futures-executor v0.3.31
19732024-11-18T21:42:35.343Z Checking num-integer v0.1.46
19742024-11-18T21:42:35.400Z Checking rustls-pemfile v2.2.0
19752024-11-18T21:42:35.494Z Checking hyper v1.5.0
19762024-11-18T21:42:35.518Z Checking idna v0.4.0
19772024-11-18T21:42:35.591Z Checking idna v0.3.0
19782024-11-18T21:42:35.618Z Checking md-5 v0.10.6
19792024-11-18T21:42:35.814Z Checking ff v0.13.0
19802024-11-18T21:42:35.835Z Checking memmap v0.7.0
19812024-11-18T21:42:35.872Z Checking addr2line v0.24.2
19822024-11-18T21:42:36.015Z Checking is-terminal v0.4.13
19832024-11-18T21:42:36.031Z Checking hash32 v0.2.1
19842024-11-18T21:42:36.136Z Checking object v0.36.5
19852024-11-18T21:42:36.346Z Checking is_terminal_polyfill v1.70.1
19862024-11-18T21:42:36.362Z Checking linked-hash-map v0.5.6
19872024-11-18T21:42:36.362Z Checking psl-types v2.0.11
19882024-11-18T21:42:36.439Z Checking utf-8 v0.7.6
19892024-11-18T21:42:36.455Z Checking fallible-iterator v0.2.0
19902024-11-18T21:42:36.553Z Checking base16ct v0.2.0
19912024-11-18T21:42:36.631Z Checking take_mut v0.2.2
19922024-11-18T21:42:36.671Z Checking colorchoice v1.0.2
19932024-11-18T21:42:36.730Z Checking anstyle-query v1.1.1
19942024-11-18T21:42:36.766Z Checking quick-error v1.2.3
19952024-11-18T21:42:36.793Z Checking dyn-clone v1.0.17
19962024-11-18T21:42:36.826Z Checking rustc-demangle v0.1.24
19972024-11-18T21:42:36.845Z Checking anstream v0.6.15
19982024-11-18T21:42:36.900Z Checking resolv-conf v0.7.0
19992024-11-18T21:42:36.933Z Checking schemars v0.8.21
20002024-11-18T21:42:37.028Z Checking postgres-protocol v0.6.7
20012024-11-18T21:42:37.213Z Checking tokio-rustls v0.25.0
20022024-11-18T21:42:37.229Z Checking slog-async v2.8.0
20032024-11-18T21:42:37.243Z Checking sec1 v0.7.3
20042024-11-18T21:42:37.506Z Checking lru-cache v0.1.2
20052024-11-18T21:42:37.508Z Checking hyper-util v0.1.10
20062024-11-18T21:42:37.583Z Checking tungstenite v0.24.0
20072024-11-18T21:42:37.616Z Checking publicsuffix v2.2.3
20082024-11-18T21:42:37.665Z Checking hickory-proto v0.24.1
20092024-11-18T21:42:37.681Z Checking heapless v0.7.17
20102024-11-18T21:42:37.836Z Checking slog-term v2.9.1
20112024-11-18T21:42:38.361Z Checking usdt v0.5.0
20122024-11-18T21:42:38.460Z Checking tokio-rustls v0.26.0
20132024-11-18T21:42:38.489Z Checking group v0.13.0
20142024-11-18T21:42:38.592Z Checking num-iter v0.1.45
20152024-11-18T21:42:38.607Z Checking futures v0.3.31
20162024-11-18T21:42:38.667Z Checking toml v0.8.19
20172024-11-18T21:42:38.708Z Checking slog-bunyan v2.5.0
20182024-11-18T21:42:38.739Z Checking tokio-native-tls v0.3.1
20192024-11-18T21:42:38.754Z Checking rayon-core v1.12.1
20202024-11-18T21:42:38.831Z Checking multer v3.1.0
20212024-11-18T21:42:38.859Z Checking terminal_size v0.4.0
20222024-11-18T21:42:38.974Z Checking phf_shared v0.11.2
20232024-11-18T21:42:39.019Z Checking cookie v0.18.1
20242024-11-18T21:42:39.218Z Checking async-stream v0.3.6
20252024-11-18T21:42:39.257Z Checking bzip2-sys v0.1.11+1.0.8
20262024-11-18T21:42:39.372Z Checking signal-hook v0.3.17
20272024-11-18T21:42:39.390Z Checking camino v1.1.9
20282024-11-18T21:42:39.404Z Checking waitgroup v0.1.2
20292024-11-18T21:42:39.406Z Checking openapiv3 v2.0.0
20302024-11-18T21:42:39.459Z Checking webpki-roots v0.26.6
20312024-11-18T21:42:39.519Z Checking serde_path_to_error v0.1.16
20322024-11-18T21:42:39.522Z Checking idna v0.5.0
20332024-11-18T21:42:39.646Z Checking hkdf v0.12.4
20342024-11-18T21:42:39.703Z Checking crypto-bigint v0.5.5
20352024-11-18T21:42:39.857Z Checking hostname v0.4.0
20362024-11-18T21:42:39.968Z Checking crc32fast v1.4.2
20372024-11-18T21:42:39.989Z Checking strsim v0.11.1
20382024-11-18T21:42:40.107Z Checking winnow v0.5.40
20392024-11-18T21:42:40.190Z Checking clap_lex v0.7.2
20402024-11-18T21:42:40.256Z Checking debug-ignore v1.0.5
20412024-11-18T21:42:40.395Z Checking managed v0.8.0
20422024-11-18T21:42:40.410Z Checking bitflags v1.3.2
20432024-11-18T21:42:40.431Z Checking unicode-width v0.1.14
20442024-11-18T21:42:40.513Z Checking clap_builder v4.5.21
20452024-11-18T21:42:40.780Z Checking smoltcp v0.9.1
20462024-11-18T21:42:40.919Z Checking console v0.15.8
20472024-11-18T21:42:41.543Z Checking cookie_store v0.21.0
20482024-11-18T21:42:42.244Z Checking flate2 v1.0.34
20492024-11-18T21:42:42.320Z Checking signal-hook-mio v0.2.4
20502024-11-18T21:42:42.336Z Checking hickory-resolver v0.24.1
20512024-11-18T21:42:42.428Z Checking backtrace v0.3.74
20522024-11-18T21:42:42.448Z Checking hyper-rustls v0.27.3
20532024-11-18T21:42:42.483Z Checking elliptic-curve v0.13.8
20542024-11-18T21:42:42.774Z Checking hyper-tls v0.6.0
20552024-11-18T21:42:42.861Z Checking dropshot v0.12.0
20562024-11-18T21:42:42.881Z Checking rayon v1.10.0
20572024-11-18T21:42:42.993Z Checking anyhow v1.0.93
20582024-11-18T21:42:43.050Z Checking bzip2 v0.4.4
20592024-11-18T21:42:43.122Z Checking phf v0.11.2
20602024-11-18T21:42:43.146Z Checking toml_edit v0.19.15
20612024-11-18T21:42:43.338Z Checking num-bigint-dig v0.8.4
20622024-11-18T21:42:43.373Z Checking tokio-tungstenite v0.24.0
20632024-11-18T21:42:43.390Z Checking postgres-types v0.2.8
20642024-11-18T21:42:43.570Z Checking regex v1.11.1
20652024-11-18T21:42:43.818Z Checking bstr v1.10.0
20662024-11-18T21:42:43.910Z Checking tokio-stream v0.1.16
20672024-11-18T21:42:44.078Z Checking ed25519 v2.2.3
20682024-11-18T21:42:44.188Z Checking phf_shared v0.10.0
20692024-11-18T21:42:44.359Z Checking zerocopy v0.6.6
20702024-11-18T21:42:44.475Z Checking curve25519-dalek v4.1.3
20712024-11-18T21:42:44.735Z Checking pkcs1 v0.7.5
20722024-11-18T21:42:44.789Z Checking hubpack v0.1.2
20732024-11-18T21:42:45.111Z Checking portable-atomic v1.9.0
20742024-11-18T21:42:45.128Z Checking float-cmp v0.9.0
20752024-11-18T21:42:45.131Z Checking serde-big-array v0.5.1
20762024-11-18T21:42:45.310Z Checking rfc6979 v0.4.0
20772024-11-18T21:42:45.349Z Checking sync_wrapper v1.0.1
20782024-11-18T21:42:45.473Z Checking normalize-line-endings v0.3.0
20792024-11-18T21:42:45.490Z Checking static_assertions v1.1.0
20802024-11-18T21:42:45.538Z Checking predicates-core v1.0.8
20812024-11-18T21:42:45.559Z Checking whoami v1.5.2
20822024-11-18T21:42:45.577Z Checking precomputed-hash v0.1.1
20832024-11-18T21:42:45.594Z Checking minimal-lexical v0.2.1
20842024-11-18T21:42:45.675Z Checking fixedbitset v0.4.2
20852024-11-18T21:42:45.715Z Checking new_debug_unreachable v1.0.6
20862024-11-18T21:42:45.806Z Checking unicode-width v0.2.0
20872024-11-18T21:42:45.852Z Checking unicode-segmentation v1.12.0
20882024-11-18T21:42:45.930Z Checking difflib v0.4.0
20892024-11-18T21:42:45.993Z Checking number_prefix v0.4.0
20902024-11-18T21:42:46.137Z Checking bit-vec v0.6.3
20912024-11-18T21:42:46.172Z Checking nom v7.1.3
20922024-11-18T21:42:46.214Z Checking predicates v3.1.2
20932024-11-18T21:42:46.269Z Checking petgraph v0.6.5
20942024-11-18T21:42:46.323Z Checking ed25519-dalek v2.1.1
20952024-11-18T21:42:46.445Z Checking bit-set v0.5.3
20962024-11-18T21:42:46.512Z Checking similar v2.6.0
20972024-11-18T21:42:46.532Z Checking qorb v0.2.0
20982024-11-18T21:42:46.698Z Checking tokio-postgres v0.7.12
20992024-11-18T21:42:46.716Z Checking string_cache v0.8.7
21002024-11-18T21:42:46.764Z Checking indicatif v0.17.9
21012024-11-18T21:42:46.847Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21022024-11-18T21:42:46.977Z Checking toml v0.7.8
21032024-11-18T21:42:47.360Z Checking rsa v0.9.6
21042024-11-18T21:42:47.553Z Checking reqwest v0.12.9
21052024-11-18T21:42:47.705Z Checking ecdsa v0.16.9
21062024-11-18T21:42:48.422Z Checking clap v4.5.21
21072024-11-18T21:42:48.436Z Checking zip v0.6.6
21082024-11-18T21:42:48.534Z Checking crossterm v0.28.1
21092024-11-18T21:42:49.029Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21102024-11-18T21:42:49.051Z Checking itertools v0.12.1
21112024-11-18T21:42:49.068Z Checking itertools v0.10.5
21122024-11-18T21:42:49.102Z Checking fs-err v2.11.0
21132024-11-18T21:42:49.366Z Checking ahash v0.8.11
21142024-11-18T21:42:49.540Z Checking x509-cert v0.2.5
21152024-11-18T21:42:49.652Z Checking semver v1.0.23
21162024-11-18T21:42:49.817Z Checking hex v0.4.3
21172024-11-18T21:42:49.898Z Checking lalrpop-util v0.19.12
21182024-11-18T21:42:50.061Z Checking heck v0.4.1
21192024-11-18T21:42:50.191Z Checking peg-runtime v0.8.3
21202024-11-18T21:42:50.262Z Checking sigpipe v0.1.3
21212024-11-18T21:42:51.533Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21222024-11-18T21:42:51.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.22s
21232024-11-18T21:42:51.989Z
21242024-11-18T21:42:51.989Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/171)
21252024-11-18T21:42:52.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-11-18T21:42:52.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-11-18T21:42:52.628Z Compiling hashbrown v0.14.5
21282024-11-18T21:42:52.744Z Checking heck v0.5.0
21292024-11-18T21:42:52.771Z Compiling unsafe-libyaml v0.2.11
21302024-11-18T21:42:52.775Z Compiling ident_case v1.0.1
21312024-11-18T21:42:52.782Z Checking progenitor-client v0.8.0
21322024-11-18T21:42:52.795Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21332024-11-18T21:42:52.810Z Compiling proc-macro-crate v1.3.1
21342024-11-18T21:42:52.896Z Compiling darling_core v0.20.10
21352024-11-18T21:42:52.920Z Checking ipnetwork v0.20.0
21362024-11-18T21:42:53.127Z Compiling structmeta-derive v0.3.0
21372024-11-18T21:42:53.159Z Compiling newtype-uuid v1.1.3
21382024-11-18T21:42:53.263Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21392024-11-18T21:42:53.479Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21402024-11-18T21:42:53.569Z Compiling lzma-sys v0.1.20
21412024-11-18T21:42:53.820Z Compiling foreign-types-macros v0.2.3
21422024-11-18T21:42:53.859Z Checking regress v0.10.1
21432024-11-18T21:42:53.908Z Compiling num_enum_derive v0.5.11
21442024-11-18T21:42:54.314Z Compiling serde_yaml v0.9.34+deprecated
21452024-11-18T21:42:54.638Z Compiling dropshot v0.13.0
21462024-11-18T21:42:54.913Z Checking foreign-types-shared v0.3.1
21472024-11-18T21:42:55.029Z Checking arc-swap v1.7.1
21482024-11-18T21:42:55.068Z Checking foreign-types v0.5.0
21492024-11-18T21:42:55.287Z Compiling proc-macro-error v1.0.4
21502024-11-18T21:42:55.428Z Checking slog-scope v4.4.0
21512024-11-18T21:42:56.007Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21522024-11-18T21:42:56.108Z Checking tungstenite v0.21.0
21532024-11-18T21:42:56.124Z Compiling heck v0.3.3
21542024-11-18T21:42:56.139Z Compiling structmeta v0.3.0
21552024-11-18T21:42:56.487Z Checking num_enum v0.5.11
21562024-11-18T21:42:56.549Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21572024-11-18T21:42:56.575Z Compiling parse-display-derive v0.10.0
21582024-11-18T21:42:56.628Z Compiling dropshot_endpoint v0.13.0
21592024-11-18T21:42:57.056Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21602024-11-18T21:42:57.379Z Checking cstr-argument v0.1.2
21612024-11-18T21:42:57.424Z Checking typify-impl v0.2.0
21622024-11-18T21:42:57.558Z Checking instant v0.1.13
21632024-11-18T21:42:57.676Z Checking base64 v0.21.7
21642024-11-18T21:42:58.159Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21652024-11-18T21:42:58.477Z Checking fastrand v2.1.1
21662024-11-18T21:42:58.580Z Checking pretty-hex v0.2.1
21672024-11-18T21:42:58.743Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21682024-11-18T21:42:58.809Z Checking tempfile v3.13.0
21692024-11-18T21:42:59.032Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21702024-11-18T21:42:59.113Z Checking backoff v0.4.0
21712024-11-18T21:42:59.174Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21722024-11-18T21:42:59.190Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21732024-11-18T21:42:59.334Z Checking tokio-tungstenite v0.21.0
21742024-11-18T21:42:59.421Z Checking strum v0.26.3
21752024-11-18T21:42:59.470Z Compiling zone_cfg_derive v0.1.2
21762024-11-18T21:42:59.573Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21772024-11-18T21:42:59.835Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21782024-11-18T21:42:59.861Z Compiling darling_macro v0.20.10
21792024-11-18T21:42:59.877Z Checking slog-stdlog v4.1.1
21802024-11-18T21:43:00.065Z Checking regress v0.9.1
21812024-11-18T21:43:00.185Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21822024-11-18T21:43:00.289Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21832024-11-18T21:43:00.326Z Checking colored v2.1.0
21842024-11-18T21:43:00.556Z Checking macaddr v1.0.1
21852024-11-18T21:43:00.615Z Checking base64 v0.13.1
21862024-11-18T21:43:00.798Z Compiling darling v0.20.10
21872024-11-18T21:43:00.925Z Compiling serde_with_macros v3.11.0
21882024-11-18T21:43:00.956Z Checking zone v0.1.8
21892024-11-18T21:43:00.986Z Checking ron v0.7.1
21902024-11-18T21:43:01.266Z Checking parse-display v0.10.0
21912024-11-18T21:43:01.500Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21922024-11-18T21:43:01.594Z Checking xz2 v0.1.7
21932024-11-18T21:43:01.903Z Checking slog-envlogger v2.2.0
21942024-11-18T21:43:01.977Z Checking tabwriter v1.4.0
21952024-11-18T21:43:02.094Z Checking xattr v1.3.1
21962024-11-18T21:43:02.122Z Checking pem v3.0.4
21972024-11-18T21:43:02.214Z Checking yasna v0.5.2
21982024-11-18T21:43:02.282Z Checking headers-core v0.3.0
21992024-11-18T21:43:02.385Z Checking smf v0.2.3
22002024-11-18T21:43:02.422Z Checking filetime v0.2.25
22012024-11-18T21:43:02.620Z Checking same-file v1.0.6
22022024-11-18T21:43:02.782Z Checking walkdir v2.5.0
22032024-11-18T21:43:02.838Z Checking tar v0.4.43
22042024-11-18T21:43:02.840Z Checking headers v0.4.0
22052024-11-18T21:43:03.052Z Checking camino-tempfile v1.1.1
22062024-11-18T21:43:03.097Z Checking rcgen v0.12.1
22072024-11-18T21:43:03.343Z Checking atomicwrites v0.4.4
22082024-11-18T21:43:03.531Z Checking subprocess v0.2.9
22092024-11-18T21:43:03.790Z Checking serde_with v3.11.0
22102024-11-18T21:43:07.750Z Compiling typify-macro v0.2.0
22112024-11-18T21:43:09.594Z Compiling typify v0.2.0
22122024-11-18T21:43:09.661Z Compiling progenitor-impl v0.8.0
22132024-11-18T21:43:12.782Z Compiling progenitor-macro v0.8.0
22142024-11-18T21:43:18.025Z Checking progenitor v0.8.0
22152024-11-18T21:43:18.175Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22162024-11-18T21:43:18.175Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22172024-11-18T21:43:20.826Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22182024-11-18T21:43:21.094Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22192024-11-18T21:43:27.249Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22202024-11-18T21:43:28.833Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22212024-11-18T21:43:30.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.04s
22222024-11-18T21:43:30.210Z
22232024-11-18T21:43:30.210Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/171)
22242024-11-18T21:43:30.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-11-18T21:43:30.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-11-18T21:43:30.851Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22272024-11-18T21:43:32.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
22282024-11-18T21:43:32.392Z
22292024-11-18T21:43:32.393Zinfo: running `cargo check --bins` on nexus-config (31/171)
22302024-11-18T21:43:32.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-11-18T21:43:32.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-11-18T21:43:32.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332024-11-18T21:43:32.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22342024-11-18T21:43:33.003Z
22352024-11-18T21:43:33.003Zinfo: running `cargo check --bins` on omicron-rpaths (32/171)
22362024-11-18T21:43:33.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372024-11-18T21:43:33.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382024-11-18T21:43:33.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392024-11-18T21:43:33.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22402024-11-18T21:43:33.598Z
22412024-11-18T21:43:33.598Zinfo: running `cargo check --bins` on omicron-certificates (33/171)
22422024-11-18T21:43:34.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432024-11-18T21:43:34.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442024-11-18T21:43:34.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452024-11-18T21:43:34.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22462024-11-18T21:43:34.216Z
22472024-11-18T21:43:34.217Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/171)
22482024-11-18T21:43:34.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492024-11-18T21:43:34.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502024-11-18T21:43:34.864Z Compiling heapless v0.8.0
22512024-11-18T21:43:34.866Z Checking hash32 v0.3.1
22522024-11-18T21:43:34.965Z Compiling smoltcp v0.11.0
22532024-11-18T21:43:34.982Z Checking cobs v0.2.3
22542024-11-18T21:43:34.993Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22552024-11-18T21:43:34.996Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22562024-11-18T21:43:35.020Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22572024-11-18T21:43:35.022Z Compiling crucible-workspace-hack v0.1.0
22582024-11-18T21:43:35.117Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22592024-11-18T21:43:35.136Z Checking postcard v1.0.10
22602024-11-18T21:43:35.152Z Checking newline-converter v0.3.0
22612024-11-18T21:43:35.286Z Compiling convert_case v0.4.0
22622024-11-18T21:43:35.341Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22632024-11-18T21:43:35.473Z Checking expectorate v1.1.0
22642024-11-18T21:43:35.539Z Compiling zone_cfg_derive v0.3.0
22652024-11-18T21:43:35.620Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22662024-11-18T21:43:35.637Z Checking itertools v0.13.0
22672024-11-18T21:43:35.702Z Compiling num-derive v0.4.2
22682024-11-18T21:43:35.890Z Compiling slog-dtrace v0.3.0
22692024-11-18T21:43:35.952Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22702024-11-18T21:43:36.240Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22712024-11-18T21:43:36.253Z Compiling derive_more v0.99.18
22722024-11-18T21:43:36.989Z Checking zone v0.3.0
22732024-11-18T21:43:37.495Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22742024-11-18T21:43:38.892Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22752024-11-18T21:43:39.829Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22762024-11-18T21:43:40.171Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22772024-11-18T21:43:40.903Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22782024-11-18T21:43:41.524Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22792024-11-18T21:43:42.738Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22802024-11-18T21:43:43.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s
22812024-11-18T21:43:43.846Z
22822024-11-18T21:43:43.847Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/171)
22832024-11-18T21:43:44.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842024-11-18T21:43:44.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852024-11-18T21:43:44.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862024-11-18T21:43:44.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22872024-11-18T21:43:44.456Z
22882024-11-18T21:43:44.456Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/171)
22892024-11-18T21:43:44.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902024-11-18T21:43:44.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912024-11-18T21:43:44.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922024-11-18T21:43:45.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22932024-11-18T21:43:45.071Z
22942024-11-18T21:43:45.071Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (37/171)
22952024-11-18T21:43:45.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962024-11-18T21:43:45.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972024-11-18T21:43:45.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982024-11-18T21:43:45.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22992024-11-18T21:43:45.853Z
23002024-11-18T21:43:45.853Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (38/171)
23012024-11-18T21:43:46.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022024-11-18T21:43:46.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032024-11-18T21:43:46.313Z Compiling progenitor-client v0.8.0
23042024-11-18T21:43:46.412Z Compiling newtype-uuid v1.1.3
23052024-11-18T21:43:46.415Z Compiling ipnetwork v0.20.0
23062024-11-18T21:43:46.415Z Compiling instant v0.1.13
23072024-11-18T21:43:46.439Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082024-11-18T21:43:46.442Z Checking num-rational v0.4.2
23092024-11-18T21:43:46.442Z Compiling dropshot v0.13.0
23102024-11-18T21:43:46.442Z Compiling serde_with v3.11.0
23112024-11-18T21:43:46.544Z Compiling backoff v0.4.0
23122024-11-18T21:43:46.582Z Compiling parse-display v0.10.0
23132024-11-18T21:43:46.670Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23142024-11-18T21:43:46.853Z Compiling progenitor v0.8.0
23152024-11-18T21:43:46.891Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23162024-11-18T21:43:47.000Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23172024-11-18T21:43:47.114Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23182024-11-18T21:43:47.151Z Compiling regress v0.9.1
23192024-11-18T21:43:47.269Z Compiling phf_generator v0.11.2
23202024-11-18T21:43:47.307Z Checking num-complex v0.4.6
23212024-11-18T21:43:47.644Z Compiling macaddr v1.0.1
23222024-11-18T21:43:48.098Z Compiling phf_codegen v0.11.2
23232024-11-18T21:43:48.236Z Checking num v0.4.3
23242024-11-18T21:43:48.315Z Compiling parse-zoneinfo v0.3.1
23252024-11-18T21:43:48.342Z Compiling float-ord v0.3.2
23262024-11-18T21:43:48.619Z Checking prettyplease v0.2.25
23272024-11-18T21:43:48.669Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23282024-11-18T21:43:48.997Z Compiling chrono-tz-build v0.4.0
23292024-11-18T21:43:49.710Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23302024-11-18T21:43:50.393Z Compiling const_format_proc_macros v0.2.33
23312024-11-18T21:43:50.510Z Compiling chrono-tz v0.10.0
23322024-11-18T21:43:50.554Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23332024-11-18T21:43:50.815Z Checking highway v1.2.0
23342024-11-18T21:43:51.246Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23352024-11-18T21:43:51.751Z Checking gethostname v0.5.0
23362024-11-18T21:43:51.877Z Checking bcs v0.1.6
23372024-11-18T21:43:52.230Z Compiling async-recursion v1.1.1
23382024-11-18T21:43:52.297Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23392024-11-18T21:43:52.325Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23402024-11-18T21:43:52.340Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23412024-11-18T21:43:52.489Z Checking const_format v0.2.33
23422024-11-18T21:44:04.884Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23432024-11-18T21:44:08.161Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23442024-11-18T21:44:12.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.47s
23452024-11-18T21:44:12.326Z
23462024-11-18T21:44:12.326Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/171)
23472024-11-18T21:44:12.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-11-18T21:44:12.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-11-18T21:44:12.985Z Compiling cfg_aliases v0.1.1
23502024-11-18T21:44:12.987Z Compiling vte_generate_state_changes v0.1.2
23512024-11-18T21:44:13.085Z Checking fd-lock v4.0.2
23522024-11-18T21:44:13.100Z Checking nibble_vec v0.1.0
23532024-11-18T21:44:13.103Z Checking endian-type v0.1.2
23542024-11-18T21:44:13.103Z Checking bytecount v0.6.8
23552024-11-18T21:44:13.121Z Compiling tabled_derive v0.7.0
23562024-11-18T21:44:13.132Z Compiling peg-macros v0.8.4
23572024-11-18T21:44:13.159Z Compiling nix v0.28.0
23582024-11-18T21:44:13.233Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23592024-11-18T21:44:13.249Z Checking papergrid v0.11.0
23602024-11-18T21:44:13.269Z Compiling sqlparser_derive v0.2.2
23612024-11-18T21:44:13.289Z Checking radix_trie v0.2.1
23622024-11-18T21:44:13.682Z Checking unicode_categories v0.1.1
23632024-11-18T21:44:13.701Z Checking vte v0.11.1
23642024-11-18T21:44:14.004Z Checking nu-ansi-term v0.50.1
23652024-11-18T21:44:14.340Z Checking home v0.5.9
23662024-11-18T21:44:14.399Z Checking sqlparser v0.45.0
23672024-11-18T21:44:14.413Z Checking sqlformat v0.2.6
23682024-11-18T21:44:14.474Z Checking display-error-chain v0.2.2
23692024-11-18T21:44:15.084Z Checking strip-ansi-escapes v0.2.0
23702024-11-18T21:44:15.214Z Checking reedline v0.35.0
23712024-11-18T21:44:15.509Z Checking tabled v0.15.0
23722024-11-18T21:44:16.018Z Checking peg v0.8.4
23732024-11-18T21:44:16.522Z Checking rustyline v14.0.0
23742024-11-18T21:44:25.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
23752024-11-18T21:44:26.016Z
23762024-11-18T21:44:26.016Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/171)
23772024-11-18T21:44:26.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-11-18T21:44:26.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-11-18T21:44:26.666Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23802024-11-18T21:44:32.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.67s
23812024-11-18T21:44:33.072Z
23822024-11-18T21:44:33.072Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/171)
23832024-11-18T21:44:33.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-11-18T21:44:33.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-11-18T21:44:33.511Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23862024-11-18T21:44:38.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
23872024-11-18T21:44:38.269Z
23882024-11-18T21:44:38.269Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/171)
23892024-11-18T21:44:38.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-11-18T21:44:38.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-11-18T21:44:38.916Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23922024-11-18T21:44:44.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
23932024-11-18T21:44:44.798Z
23942024-11-18T21:44:44.799Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/171)
23952024-11-18T21:44:45.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-11-18T21:44:45.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-11-18T21:44:45.468Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982024-11-18T21:44:51.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
23992024-11-18T21:44:51.408Z
24002024-11-18T21:44:51.408Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/171)
24012024-11-18T21:44:51.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-11-18T21:44:51.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-11-18T21:44:52.065Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042024-11-18T21:44:56.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
24052024-11-18T21:44:57.021Z
24062024-11-18T21:44:57.021Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/171)
24072024-11-18T21:44:57.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-11-18T21:44:57.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-11-18T21:44:57.675Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24102024-11-18T21:45:02.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
24112024-11-18T21:45:02.673Z
24122024-11-18T21:45:02.673Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/171)
24132024-11-18T21:45:03.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-11-18T21:45:03.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-11-18T21:45:03.331Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24162024-11-18T21:45:09.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.65s
24172024-11-18T21:45:09.501Z
24182024-11-18T21:45:09.502Zinfo: running `cargo check --bins` on oximeter (47/171)
24192024-11-18T21:45:13.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-11-18T21:45:13.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-11-18T21:45:13.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-11-18T21:45:13.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24232024-11-18T21:45:13.195Z
24242024-11-18T21:45:13.195Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/171)
24252024-11-18T21:45:13.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-11-18T21:45:13.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-11-18T21:45:13.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-11-18T21:45:13.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24292024-11-18T21:45:13.196Z
24302024-11-18T21:45:13.196Zinfo: running `cargo check --bins` on oximeter-schema (49/171)
24312024-11-18T21:45:13.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-11-18T21:45:13.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-11-18T21:45:13.196Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24342024-11-18T21:45:13.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
24352024-11-18T21:45:13.239Z
24362024-11-18T21:45:13.239Zinfo: running `cargo check --bins` on oximeter-types (50/171)
24372024-11-18T21:45:13.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-11-18T21:45:13.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-11-18T21:45:13.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-11-18T21:45:13.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24412024-11-18T21:45:13.239Z
24422024-11-18T21:45:13.239Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/171)
24432024-11-18T21:45:13.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-11-18T21:45:13.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-11-18T21:45:13.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-11-18T21:45:13.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24472024-11-18T21:45:13.240Z
24482024-11-18T21:45:13.240Zinfo: running `cargo check --bins` on oxql-types (52/171)
24492024-11-18T21:45:13.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-11-18T21:45:13.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-11-18T21:45:13.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-11-18T21:45:13.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24532024-11-18T21:45:13.794Z
24542024-11-18T21:45:13.797Zinfo: running `cargo check --bins` on oximeter-test-utils (53/171)
24552024-11-18T21:45:14.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-11-18T21:45:14.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-11-18T21:45:14.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-11-18T21:45:14.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24592024-11-18T21:45:14.441Z
24602024-11-18T21:45:14.441Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/171)
24612024-11-18T21:45:15.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-11-18T21:45:15.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-11-18T21:45:15.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-11-18T21:45:15.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24652024-11-18T21:45:15.078Z
24662024-11-18T21:45:15.078Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/171)
24672024-11-18T21:45:15.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-11-18T21:45:15.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-11-18T21:45:15.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-11-18T21:45:15.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24712024-11-18T21:45:15.709Z
24722024-11-18T21:45:15.709Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/171)
24732024-11-18T21:45:16.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-11-18T21:45:16.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-11-18T21:45:16.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-11-18T21:45:16.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24772024-11-18T21:45:16.333Z
24782024-11-18T21:45:16.333Zinfo: running `cargo check --bins` on cockroach-admin-client (57/171)
24792024-11-18T21:45:16.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-11-18T21:45:16.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-11-18T21:45:16.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-11-18T21:45:16.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24832024-11-18T21:45:16.941Z
24842024-11-18T21:45:16.941Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (58/171)
24852024-11-18T21:45:17.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-11-18T21:45:17.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-11-18T21:45:17.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-11-18T21:45:17.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24892024-11-18T21:45:17.580Z
24902024-11-18T21:45:17.580Zinfo: running `cargo check --bins` on dns-service-client (59/171)
24912024-11-18T21:45:18.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-11-18T21:45:18.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-11-18T21:45:18.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-11-18T21:45:18.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24952024-11-18T21:45:18.203Z
24962024-11-18T21:45:18.203Zinfo: running `cargo check --bins` on internal-dns-types (60/171)
24972024-11-18T21:45:18.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-11-18T21:45:18.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-11-18T21:45:18.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-11-18T21:45:18.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25012024-11-18T21:45:18.809Z
25022024-11-18T21:45:18.809Zinfo: running `cargo check --bins` on dpd-client (61/171)
25032024-11-18T21:45:19.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-11-18T21:45:19.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-11-18T21:45:19.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-11-18T21:45:19.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25072024-11-18T21:45:19.428Z
25082024-11-18T21:45:19.428Zinfo: running `cargo check --bins` on gateway-client (62/171)
25092024-11-18T21:45:19.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-11-18T21:45:19.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-11-18T21:45:19.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-11-18T21:45:19.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25132024-11-18T21:45:20.038Z
25142024-11-18T21:45:20.038Zinfo: running `cargo check --bins` on installinator-client (63/171)
25152024-11-18T21:45:20.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-11-18T21:45:20.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-11-18T21:45:20.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-11-18T21:45:20.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25192024-11-18T21:45:20.676Z
25202024-11-18T21:45:20.676Zinfo: running `cargo check --bins` on installinator-common (64/171)
25212024-11-18T21:45:21.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-11-18T21:45:21.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-11-18T21:45:21.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-11-18T21:45:21.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25252024-11-18T21:45:21.310Z
25262024-11-18T21:45:21.310Zinfo: running `cargo check --bins` on update-engine (65/171)
25272024-11-18T21:45:21.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-11-18T21:45:21.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-11-18T21:45:21.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-11-18T21:45:21.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25312024-11-18T21:45:21.920Z
25322024-11-18T21:45:21.920Zinfo: running `cargo check --bins` on nexus-client (66/171)
25332024-11-18T21:45:22.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-11-18T21:45:22.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-11-18T21:45:22.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-11-18T21:45:22.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25372024-11-18T21:45:22.550Z
25382024-11-18T21:45:22.550Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (67/171)
25392024-11-18T21:45:23.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-11-18T21:45:23.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-11-18T21:45:23.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-11-18T21:45:23.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25432024-11-18T21:45:23.169Z
25442024-11-18T21:45:23.170Zinfo: running `cargo check --bins` on omicron-passwords (68/171)
25452024-11-18T21:45:23.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-11-18T21:45:23.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-11-18T21:45:23.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-11-18T21:45:23.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25492024-11-18T21:45:23.762Z
25502024-11-18T21:45:23.762Zinfo: running `cargo check --bins` on nexus-types (69/171)
25512024-11-18T21:45:24.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-11-18T21:45:24.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-11-18T21:45:24.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-11-18T21:45:24.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25552024-11-18T21:45:24.391Z
25562024-11-18T21:45:24.391Zinfo: running `cargo check --bins` on oxide-client (70/171)
25572024-11-18T21:45:24.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-11-18T21:45:24.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-11-18T21:45:24.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-11-18T21:45:24.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25612024-11-18T21:45:24.982Z
25622024-11-18T21:45:24.982Zinfo: running `cargo check --bins` on oximeter-client (71/171)
25632024-11-18T21:45:25.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-11-18T21:45:25.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-11-18T21:45:25.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-11-18T21:45:25.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25672024-11-18T21:45:25.587Z
25682024-11-18T21:45:25.587Zinfo: running `cargo check --bins` on repo-depot-client (72/171)
25692024-11-18T21:45:26.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-11-18T21:45:26.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-11-18T21:45:26.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-11-18T21:45:26.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25732024-11-18T21:45:26.180Z
25742024-11-18T21:45:26.180Zinfo: running `cargo check --bins` on sled-agent-client (73/171)
25752024-11-18T21:45:26.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-11-18T21:45:26.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-11-18T21:45:26.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-11-18T21:45:26.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25792024-11-18T21:45:26.804Z
25802024-11-18T21:45:26.805Zinfo: running `cargo check --bins` on wicketd-client (74/171)
25812024-11-18T21:45:27.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-11-18T21:45:27.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-11-18T21:45:27.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-11-18T21:45:27.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25852024-11-18T21:45:27.446Z
25862024-11-18T21:45:27.447Zinfo: running `cargo check --bins` on sled-agent-types (75/171)
25872024-11-18T21:45:27.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-11-18T21:45:28.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-11-18T21:45:28.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-11-18T21:45:28.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25912024-11-18T21:45:28.076Z
25922024-11-18T21:45:28.077Zinfo: running `cargo check --bins` on wicket-common (76/171)
25932024-11-18T21:45:28.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-11-18T21:45:28.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-11-18T21:45:28.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-11-18T21:45:28.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25972024-11-18T21:45:28.703Z
25982024-11-18T21:45:28.704Zinfo: running `cargo check --bins` on omicron-cockroach-admin (77/171)
25992024-11-18T21:45:29.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-11-18T21:45:29.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-11-18T21:45:29.340Z Checking csv-core v0.1.11
26022024-11-18T21:45:29.340Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26032024-11-18T21:45:29.343Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26042024-11-18T21:45:29.637Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26052024-11-18T21:45:29.649Z Checking csv v1.3.0
26062024-11-18T21:45:30.204Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26072024-11-18T21:45:30.539Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26082024-11-18T21:45:31.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
26092024-11-18T21:45:31.910Z
26102024-11-18T21:45:31.911Zinfo: running `cargo check --bins` on cockroach-admin-api (78/171)
26112024-11-18T21:45:32.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-11-18T21:45:32.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-11-18T21:45:32.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-11-18T21:45:32.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26152024-11-18T21:45:32.519Z
26162024-11-18T21:45:32.519Zinfo: running `cargo check --bins` on cockroach-admin-types (79/171)
26172024-11-18T21:45:33.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-11-18T21:45:33.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-11-18T21:45:33.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-11-18T21:45:33.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26212024-11-18T21:45:33.144Z
26222024-11-18T21:45:33.145Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (80/171)
26232024-11-18T21:45:33.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-11-18T21:45:33.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-11-18T21:45:33.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-11-18T21:45:33.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26272024-11-18T21:45:33.859Z
26282024-11-18T21:45:33.860Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/171)
26292024-11-18T21:45:34.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-11-18T21:45:34.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-11-18T21:45:34.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-11-18T21:45:34.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26332024-11-18T21:45:34.584Z
26342024-11-18T21:45:34.584Zinfo: running `cargo check --bins` on dns-server (82/171)
26352024-11-18T21:45:35.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-11-18T21:45:35.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-11-18T21:45:35.230Z Compiling parking_lot_core v0.8.6
26382024-11-18T21:45:35.233Z Checking fxhash v0.2.1
26392024-11-18T21:45:35.233Z Checking hickory-server v0.24.1
26402024-11-18T21:45:35.233Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26412024-11-18T21:45:35.233Z Checking hickory-client v0.24.1
26422024-11-18T21:45:35.898Z Checking parking_lot v0.11.2
26432024-11-18T21:45:36.030Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26442024-11-18T21:45:36.033Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26452024-11-18T21:45:36.124Z Checking sled v0.34.7
26462024-11-18T21:45:37.843Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26472024-11-18T21:45:39.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
26482024-11-18T21:45:39.240Z
26492024-11-18T21:45:39.240Zinfo: running `cargo check --bins` on dns-server-api (83/171)
26502024-11-18T21:45:39.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-11-18T21:45:39.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-11-18T21:45:39.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532024-11-18T21:45:39.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26542024-11-18T21:45:39.862Z
26552024-11-18T21:45:39.862Zinfo: running `cargo check --bins` on gateway-test-utils (84/171)
26562024-11-18T21:45:40.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-11-18T21:45:40.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-11-18T21:45:40.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592024-11-18T21:45:40.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26602024-11-18T21:45:40.524Z
26612024-11-18T21:45:40.525Zinfo: running `cargo check --bins` on gateway-types (85/171)
26622024-11-18T21:45:41.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-11-18T21:45:41.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-11-18T21:45:41.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652024-11-18T21:45:41.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26662024-11-18T21:45:41.150Z
26672024-11-18T21:45:41.150Zinfo: running `cargo check --bins` on ipcc (86/171)
26682024-11-18T21:45:41.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-11-18T21:45:41.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-11-18T21:45:41.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712024-11-18T21:45:41.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26722024-11-18T21:45:41.762Z
26732024-11-18T21:45:41.762Zinfo: running `cargo check --bins` on omicron-gateway (87/171)
26742024-11-18T21:45:42.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-11-18T21:45:42.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-11-18T21:45:42.457Z Compiling radium v0.7.0
26772024-11-18T21:45:42.457Z Compiling semver v0.1.20
26782024-11-18T21:45:42.459Z Compiling maybe-uninit v2.0.0
26792024-11-18T21:45:42.568Z Checking tap v1.0.1
26802024-11-18T21:45:42.584Z Checking password-hash v0.5.0
26812024-11-18T21:45:42.586Z Checking blake2 v0.10.6
26822024-11-18T21:45:42.586Z Compiling cancel-safe-futures v0.1.5
26832024-11-18T21:45:42.586Z Checking crc-catalog v2.4.0
26842024-11-18T21:45:42.717Z Checking wyz v0.5.1
26852024-11-18T21:45:42.752Z Checking funty v2.0.0
26862024-11-18T21:45:42.892Z Compiling rustc_version v0.1.7
26872024-11-18T21:45:43.012Z Compiling owo-colors v4.1.0
26882024-11-18T21:45:43.029Z Compiling packed_struct v0.10.1
26892024-11-18T21:45:43.058Z Checking argon2 v0.5.3
26902024-11-18T21:45:43.204Z Checking crc v3.2.1
26912024-11-18T21:45:43.224Z Compiling packed_struct_codegen v0.10.1
26922024-11-18T21:45:43.297Z Compiling indexmap v1.9.3
26932024-11-18T21:45:43.386Z Checking half v2.4.1
26942024-11-18T21:45:43.410Z Compiling newtype_derive v0.1.6
26952024-11-18T21:45:43.500Z Checking nodrop v0.1.14
26962024-11-18T21:45:43.598Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26972024-11-18T21:45:43.623Z Checking ciborium-io v0.2.2
26982024-11-18T21:45:43.637Z Checking array-init v0.0.4
26992024-11-18T21:45:43.685Z Checking bitvec v1.0.1
27002024-11-18T21:45:43.733Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27012024-11-18T21:45:43.842Z Checking ciborium-ll v0.2.2
27022024-11-18T21:45:43.860Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27032024-11-18T21:45:43.897Z Checking smallvec v0.6.14
27042024-11-18T21:45:44.159Z Checking libsw v3.3.1
27052024-11-18T21:45:44.292Z Compiling memoffset v0.9.1
27062024-11-18T21:45:44.428Z Checking hashbrown v0.12.3
27072024-11-18T21:45:44.450Z Checking bitfield v0.14.0
27082024-11-18T21:45:44.576Z Checking indent_write v2.2.0
27092024-11-18T21:45:44.593Z Checking termcolor v1.4.1
27102024-11-18T21:45:44.629Z Checking swrite v0.1.0
27112024-11-18T21:45:44.701Z Checking linear-map v1.2.0
27122024-11-18T21:45:44.743Z Checking ron v0.8.1
27132024-11-18T21:45:44.774Z Checking serde-hex v0.1.0
27142024-11-18T21:45:45.030Z Checking env_logger v0.10.2
27152024-11-18T21:45:45.179Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27162024-11-18T21:45:45.424Z Checking ciborium v0.2.2
27172024-11-18T21:45:45.650Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27182024-11-18T21:45:46.043Z Checking steno v0.4.1
27192024-11-18T21:45:46.126Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27202024-11-18T21:45:46.225Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27212024-11-18T21:45:46.325Z Checking hashbrown v0.13.2
27222024-11-18T21:45:46.360Z Checking crc-any v2.5.0
27232024-11-18T21:45:46.749Z Checking humantime v2.1.0
27242024-11-18T21:45:46.808Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27252024-11-18T21:45:47.048Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27262024-11-18T21:45:47.172Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27272024-11-18T21:45:47.362Z Checking object v0.30.4
27282024-11-18T21:45:47.469Z Checking path-slash v0.1.5
27292024-11-18T21:45:47.640Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27302024-11-18T21:45:47.679Z Checking nix v0.27.1
27312024-11-18T21:45:48.200Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27322024-11-18T21:45:48.650Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27332024-11-18T21:45:48.668Z Checking tungstenite v0.23.0
27342024-11-18T21:45:48.906Z Checking kstat-rs v0.2.4
27352024-11-18T21:45:48.943Z Checking signal-hook-tokio v0.3.1
27362024-11-18T21:45:49.248Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27372024-11-18T21:45:49.463Z Checking tokio-tungstenite v0.23.1
27382024-11-18T21:45:50.272Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27392024-11-18T21:45:50.299Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27402024-11-18T21:45:50.321Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27412024-11-18T21:45:57.161Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27422024-11-18T21:45:58.441Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27432024-11-18T21:46:00.367Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27442024-11-18T21:46:05.976Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27452024-11-18T21:46:06.657Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27462024-11-18T21:46:09.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.64s
27472024-11-18T21:46:09.580Z
27482024-11-18T21:46:09.580Zinfo: running `cargo check --bins` on gateway-api (88/171)
27492024-11-18T21:46:10.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-11-18T21:46:10.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-11-18T21:46:10.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522024-11-18T21:46:10.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27532024-11-18T21:46:10.198Z
27542024-11-18T21:46:10.198Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (89/171)
27552024-11-18T21:46:10.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-11-18T21:46:10.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-11-18T21:46:10.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582024-11-18T21:46:10.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27592024-11-18T21:46:10.799Z
27602024-11-18T21:46:10.799Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/171)
27612024-11-18T21:46:11.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-11-18T21:46:11.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-11-18T21:46:11.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-11-18T21:46:11.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27652024-11-18T21:46:11.408Z
27662024-11-18T21:46:11.408Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/171)
27672024-11-18T21:46:11.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-11-18T21:46:11.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-11-18T21:46:11.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-11-18T21:46:11.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27712024-11-18T21:46:12.018Z
27722024-11-18T21:46:12.018Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/171)
27732024-11-18T21:46:12.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-11-18T21:46:12.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-11-18T21:46:12.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762024-11-18T21:46:12.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27772024-11-18T21:46:12.635Z
27782024-11-18T21:46:12.635Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/171)
27792024-11-18T21:46:13.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-11-18T21:46:13.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-11-18T21:46:13.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-11-18T21:46:13.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27832024-11-18T21:46:13.252Z
27842024-11-18T21:46:13.252Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/171)
27852024-11-18T21:46:13.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-11-18T21:46:13.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-11-18T21:46:13.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-11-18T21:46:13.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27892024-11-18T21:46:13.876Z
27902024-11-18T21:46:13.876Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/171)
27912024-11-18T21:46:14.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-11-18T21:46:14.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-11-18T21:46:14.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-11-18T21:46:14.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27952024-11-18T21:46:14.490Z
27962024-11-18T21:46:14.490Zinfo: running `cargo check --bins` on oximeter-producer (96/171)
27972024-11-18T21:46:15.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-11-18T21:46:15.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-11-18T21:46:15.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-11-18T21:46:15.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28012024-11-18T21:46:15.131Z
28022024-11-18T21:46:15.131Zinfo: running `cargo check --bins` on internal-dns-resolver (97/171)
28032024-11-18T21:46:15.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-11-18T21:46:15.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-11-18T21:46:15.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-11-18T21:46:15.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28072024-11-18T21:46:15.744Z
28082024-11-18T21:46:15.745Zinfo: running `cargo check --bins` on sp-sim (98/171)
28092024-11-18T21:46:16.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-11-18T21:46:16.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-11-18T21:46:16.363Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28122024-11-18T21:46:18.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
28132024-11-18T21:46:18.326Z
28142024-11-18T21:46:18.326Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (99/171)
28152024-11-18T21:46:18.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-11-18T21:46:18.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-11-18T21:46:18.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182024-11-18T21:46:18.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28192024-11-18T21:46:18.972Z
28202024-11-18T21:46:18.972Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/171)
28212024-11-18T21:46:19.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-11-18T21:46:19.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-11-18T21:46:19.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242024-11-18T21:46:19.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28252024-11-18T21:46:19.634Z
28262024-11-18T21:46:19.635Zinfo: running `cargo check --bins` on db-macros (101/171)
28272024-11-18T21:46:20.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282024-11-18T21:46:20.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292024-11-18T21:46:20.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302024-11-18T21:46:20.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28312024-11-18T21:46:20.223Z
28322024-11-18T21:46:20.223Zinfo: running `cargo check --bins` on nexus-macros-common (102/171)
28332024-11-18T21:46:20.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342024-11-18T21:46:20.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352024-11-18T21:46:20.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362024-11-18T21:46:20.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28372024-11-18T21:46:20.813Z
28382024-11-18T21:46:20.813Zinfo: running `cargo check --bins` on nexus-auth (103/171)
28392024-11-18T21:46:21.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402024-11-18T21:46:21.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412024-11-18T21:46:21.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422024-11-18T21:46:21.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28432024-11-18T21:46:21.455Z
28442024-11-18T21:46:21.455Zinfo: running `cargo check --bins` on authz-macros (104/171)
28452024-11-18T21:46:21.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462024-11-18T21:46:21.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472024-11-18T21:46:21.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482024-11-18T21:46:21.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28492024-11-18T21:46:22.056Z
28502024-11-18T21:46:22.056Zinfo: running `cargo check --bins` on nexus-db-fixed-data (105/171)
28512024-11-18T21:46:22.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522024-11-18T21:46:22.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532024-11-18T21:46:22.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542024-11-18T21:46:22.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28552024-11-18T21:46:22.692Z
28562024-11-18T21:46:22.692Zinfo: running `cargo check --bins` on nexus-db-model (106/171)
28572024-11-18T21:46:23.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582024-11-18T21:46:23.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592024-11-18T21:46:23.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602024-11-18T21:46:23.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28612024-11-18T21:46:23.326Z
28622024-11-18T21:46:23.326Zinfo: running `cargo check --bins` on nexus-defaults (107/171)
28632024-11-18T21:46:23.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642024-11-18T21:46:23.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652024-11-18T21:46:23.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662024-11-18T21:46:23.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28672024-11-18T21:46:23.934Z
28682024-11-18T21:46:23.934Zinfo: running `cargo check --bins` on nexus-inventory (108/171)
28692024-11-18T21:46:24.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702024-11-18T21:46:24.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712024-11-18T21:46:24.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722024-11-18T21:46:24.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28732024-11-18T21:46:24.565Z
28742024-11-18T21:46:24.565Zinfo: running `cargo check --bins` on typed-rng (109/171)
28752024-11-18T21:46:25.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762024-11-18T21:46:25.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772024-11-18T21:46:25.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782024-11-18T21:46:25.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792024-11-18T21:46:25.156Z
28802024-11-18T21:46:25.156Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/171)
28812024-11-18T21:46:25.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-11-18T21:46:25.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-11-18T21:46:25.867Z Checking keccak v0.1.5
28842024-11-18T21:46:25.975Z Checking secrecy v0.8.0
28852024-11-18T21:46:25.977Z Compiling unicase v2.7.0
28862024-11-18T21:46:25.977Z Compiling same-file v1.0.6
28872024-11-18T21:46:25.984Z Compiling tempfile v3.13.0
28882024-11-18T21:46:26.018Z Compiling thiserror-impl-no-std v2.0.2
28892024-11-18T21:46:26.018Z Checking universal-hash v0.5.1
28902024-11-18T21:46:26.020Z Compiling ring v0.16.20
28912024-11-18T21:46:26.144Z Compiling walkdir v2.5.0
28922024-11-18T21:46:26.227Z Compiling blake3 v1.5.4
28932024-11-18T21:46:26.257Z Checking sha3 v0.10.8
28942024-11-18T21:46:26.260Z Checking opaque-debug v0.3.1
28952024-11-18T21:46:26.374Z Checking poly1305 v0.8.0
28962024-11-18T21:46:26.412Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28972024-11-18T21:46:26.698Z Checking chacha20 v0.9.1
28982024-11-18T21:46:26.717Z Checking aead v0.5.2
28992024-11-18T21:46:26.865Z Compiling memmap2 v0.9.5
29002024-11-18T21:46:26.883Z Compiling spin v0.5.2
29012024-11-18T21:46:26.916Z Compiling salty v0.3.0
29022024-11-18T21:46:26.929Z Compiling arrayvec v0.7.6
29032024-11-18T21:46:27.036Z Compiling constant_time_eq v0.3.1
29042024-11-18T21:46:27.113Z Compiling arrayref v0.3.9
29052024-11-18T21:46:27.204Z Compiling libefi-sys v0.1.0
29062024-11-18T21:46:27.221Z Checking chacha20poly1305 v0.10.1
29072024-11-18T21:46:27.322Z Compiling toolchain_find v0.4.0
29082024-11-18T21:46:27.351Z Compiling camino-tempfile v1.1.1
29092024-11-18T21:46:27.383Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29102024-11-18T21:46:27.474Z Compiling bitfield-struct v0.6.2
29112024-11-18T21:46:27.695Z Compiling topological-sort v0.2.2
29122024-11-18T21:46:27.798Z Compiling mime_guess v2.0.5
29132024-11-18T21:46:27.870Z Compiling rustfmt-wrapper v0.2.1
29142024-11-18T21:46:28.322Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29152024-11-18T21:46:28.461Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29162024-11-18T21:46:28.576Z Checking primeorder v0.13.6
29172024-11-18T21:46:28.704Z Checking env_filter v0.1.2
29182024-11-18T21:46:28.762Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29192024-11-18T21:46:28.918Z Checking env_logger v0.11.5
29202024-11-18T21:46:28.961Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29212024-11-18T21:46:29.026Z Checking p384 v0.13.0
29222024-11-18T21:46:29.102Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29232024-11-18T21:46:29.120Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29242024-11-18T21:46:29.171Z Checking thiserror-no-std v2.0.2
29252024-11-18T21:46:29.287Z Checking vsss-rs v3.3.4
29262024-11-18T21:46:29.342Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29272024-11-18T21:46:29.474Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29282024-11-18T21:46:29.492Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29292024-11-18T21:46:29.738Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29302024-11-18T21:46:29.783Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29312024-11-18T21:46:29.961Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29322024-11-18T21:46:30.089Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29332024-11-18T21:46:30.324Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
29342024-11-18T21:46:30.372Z Checking nanorand v0.7.0
29352024-11-18T21:46:30.390Z Checking atty v0.2.14
29362024-11-18T21:46:30.409Z Checking glob v0.3.1
29372024-11-18T21:46:30.506Z Checking http-range v0.1.5
29382024-11-18T21:46:30.684Z Checking hyper-staticfile v0.10.1
29392024-11-18T21:46:30.716Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29402024-11-18T21:46:30.733Z Checking flume v0.11.1
29412024-11-18T21:46:31.238Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29422024-11-18T21:46:31.403Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29432024-11-18T21:46:31.535Z Compiling omicron-zone-package v0.11.1
29442024-11-18T21:46:31.887Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29452024-11-18T21:46:32.582Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29462024-11-18T21:46:32.596Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29472024-11-18T21:46:33.208Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29482024-11-18T21:46:33.330Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29492024-11-18T21:46:33.802Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29502024-11-18T21:46:33.864Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29512024-11-18T21:46:35.161Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29522024-11-18T21:46:35.777Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29532024-11-18T21:46:37.864Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29542024-11-18T21:46:37.864Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29552024-11-18T21:46:47.665Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29562024-11-18T21:47:00.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.16s
29572024-11-18T21:47:00.502Z
29582024-11-18T21:47:00.503Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/171)
29592024-11-18T21:47:01.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-11-18T21:47:01.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-11-18T21:47:01.213Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29622024-11-18T21:47:14.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
29632024-11-18T21:47:14.275Z
29642024-11-18T21:47:14.275Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/171)
29652024-11-18T21:47:14.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-11-18T21:47:14.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-11-18T21:47:14.984Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29682024-11-18T21:47:27.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s
29692024-11-18T21:47:28.009Z
29702024-11-18T21:47:28.009Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/171)
29712024-11-18T21:47:28.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-11-18T21:47:28.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-11-18T21:47:28.728Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29742024-11-18T21:47:41.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
29752024-11-18T21:47:41.746Z
29762024-11-18T21:47:41.746Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/171)
29772024-11-18T21:47:42.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-11-18T21:47:42.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-11-18T21:47:42.457Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29802024-11-18T21:47:55.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.42s
29812024-11-18T21:47:55.359Z
29822024-11-18T21:47:55.359Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/171)
29832024-11-18T21:47:55.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-11-18T21:47:55.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-11-18T21:47:56.069Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29862024-11-18T21:48:08.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
29872024-11-18T21:48:09.084Z
29882024-11-18T21:48:09.084Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/171)
29892024-11-18T21:48:09.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-11-18T21:48:09.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-11-18T21:48:09.792Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29922024-11-18T21:48:22.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
29932024-11-18T21:48:22.825Z
29942024-11-18T21:48:22.825Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/171)
29952024-11-18T21:48:23.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-11-18T21:48:23.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-11-18T21:48:23.540Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29982024-11-18T21:48:36.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
29992024-11-18T21:48:36.696Z
30002024-11-18T21:48:36.696Zinfo: running `cargo check --bins` on bootstrap-agent-api (118/171)
30012024-11-18T21:48:37.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-11-18T21:48:37.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-11-18T21:48:37.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042024-11-18T21:48:37.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30052024-11-18T21:48:37.327Z
30062024-11-18T21:48:37.327Zinfo: running `cargo check --bins` on key-manager (119/171)
30072024-11-18T21:48:37.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-11-18T21:48:37.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-11-18T21:48:37.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102024-11-18T21:48:37.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30112024-11-18T21:48:37.937Z
30122024-11-18T21:48:37.937Zinfo: running `cargo check --bins` on repo-depot-api (120/171)
30132024-11-18T21:48:38.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-11-18T21:48:38.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-11-18T21:48:38.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162024-11-18T21:48:38.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30172024-11-18T21:48:38.556Z
30182024-11-18T21:48:38.556Zinfo: running `cargo check --bins` on sled-agent-api (121/171)
30192024-11-18T21:48:39.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-11-18T21:48:39.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-11-18T21:48:39.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222024-11-18T21:48:39.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30232024-11-18T21:48:39.186Z
30242024-11-18T21:48:39.186Zinfo: running `cargo check --bins` on sled-hardware (122/171)
30252024-11-18T21:48:39.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-11-18T21:48:39.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-11-18T21:48:39.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282024-11-18T21:48:39.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30292024-11-18T21:48:39.804Z
30302024-11-18T21:48:39.804Zinfo: running `cargo check --bins --no-default-features` on sled-storage (123/171)
30312024-11-18T21:48:40.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-11-18T21:48:40.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-11-18T21:48:40.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342024-11-18T21:48:40.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30352024-11-18T21:48:40.428Z
30362024-11-18T21:48:40.428Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/171)
30372024-11-18T21:48:40.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-11-18T21:48:40.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-11-18T21:48:40.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-11-18T21:48:40.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30412024-11-18T21:48:41.051Z
30422024-11-18T21:48:41.051Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (125/171)
30432024-11-18T21:48:41.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-11-18T21:48:41.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-11-18T21:48:41.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-11-18T21:48:41.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30472024-11-18T21:48:41.680Z
30482024-11-18T21:48:41.681Zinfo: running `cargo check --bins` on nexus-test-interface (126/171)
30492024-11-18T21:48:42.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-11-18T21:48:42.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-11-18T21:48:42.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-11-18T21:48:42.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30532024-11-18T21:48:42.310Z
30542024-11-18T21:48:42.310Zinfo: running `cargo check --bins` on oximeter-collector (127/171)
30552024-11-18T21:48:42.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-11-18T21:48:42.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-11-18T21:48:42.976Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30582024-11-18T21:48:42.976Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30592024-11-18T21:48:43.697Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30602024-11-18T21:48:45.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
30612024-11-18T21:48:45.665Z
30622024-11-18T21:48:45.665Zinfo: running `cargo check --bins` on oximeter-api (128/171)
30632024-11-18T21:48:46.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-11-18T21:48:46.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-11-18T21:48:46.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-11-18T21:48:46.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30672024-11-18T21:48:46.278Z
30682024-11-18T21:48:46.278Zinfo: running `cargo check --bins` on cert-dev (129/171)
30692024-11-18T21:48:46.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-11-18T21:48:46.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-11-18T21:48:46.872Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30722024-11-18T21:48:47.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
30732024-11-18T21:48:47.292Z
30742024-11-18T21:48:47.292Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (130/171)
30752024-11-18T21:48:47.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-11-18T21:48:47.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-11-18T21:48:47.953Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30782024-11-18T21:48:47.953Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30792024-11-18T21:48:48.546Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30802024-11-18T21:48:48.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
30812024-11-18T21:48:49.076Z
30822024-11-18T21:48:49.076Zinfo: running `cargo check --bins` on ch-dev (131/171)
30832024-11-18T21:48:49.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-11-18T21:48:49.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-11-18T21:48:49.718Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30862024-11-18T21:48:50.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
30872024-11-18T21:48:50.592Z
30882024-11-18T21:48:50.592Zinfo: running `cargo check --bins` on crdb-seed (132/171)
30892024-11-18T21:48:51.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-11-18T21:48:51.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-11-18T21:48:51.226Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30922024-11-18T21:48:51.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
30932024-11-18T21:48:51.759Z
30942024-11-18T21:48:51.759Zinfo: running `cargo check --bins` on db-dev (133/171)
30952024-11-18T21:48:52.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962024-11-18T21:48:52.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972024-11-18T21:48:52.401Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30982024-11-18T21:48:53.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
30992024-11-18T21:48:53.276Z
31002024-11-18T21:48:53.276Zinfo: running `cargo check --bins` on omicron-dev-lib (134/171)
31012024-11-18T21:48:53.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-11-18T21:48:53.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-11-18T21:48:53.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042024-11-18T21:48:53.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31052024-11-18T21:48:53.903Z
31062024-11-18T21:48:53.904Zinfo: running `cargo check --bins` on xtask-downloader (135/171)
31072024-11-18T21:48:54.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-11-18T21:48:54.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-11-18T21:48:54.512Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31102024-11-18T21:48:55.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
31112024-11-18T21:48:55.551Z
31122024-11-18T21:48:55.551Zinfo: running `cargo check --bins` on omicron-ls-apis (136/171)
31132024-11-18T21:48:56.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-11-18T21:48:56.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-11-18T21:48:56.153Z Checking cargo-platform v0.1.8
31162024-11-18T21:48:56.417Z Checking cargo_metadata v0.18.1
31172024-11-18T21:48:57.354Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31182024-11-18T21:48:58.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
31192024-11-18T21:48:58.229Z
31202024-11-18T21:48:58.229Zinfo: running `cargo check --bins` on mgs-dev (137/171)
31212024-11-18T21:48:58.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-11-18T21:48:58.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-11-18T21:48:58.937Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31242024-11-18T21:48:59.627Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31252024-11-18T21:49:00.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
31262024-11-18T21:49:00.359Z
31272024-11-18T21:49:00.359Zinfo: running `cargo check --bins` on omicron-omdb (138/171)
31282024-11-18T21:49:00.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292024-11-18T21:49:00.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302024-11-18T21:49:01.120Z Compiling crunchy v0.2.2
31312024-11-18T21:49:01.120Z Compiling tiny-keccak v2.0.2
31322024-11-18T21:49:01.120Z Compiling dsl_auto_type v0.1.2
31332024-11-18T21:49:01.123Z Checking scheduled-thread-pool v0.2.7
31342024-11-18T21:49:01.123Z Compiling diesel_table_macro_syntax v0.2.0
31352024-11-18T21:49:01.123Z Compiling ascii-canvas v3.0.0
31362024-11-18T21:49:01.242Z Compiling ena v0.14.3
31372024-11-18T21:49:01.250Z Compiling regex-syntax v0.6.29
31382024-11-18T21:49:01.420Z Checking r2d2 v0.8.10
31392024-11-18T21:49:01.556Z Compiling diff v0.1.13
31402024-11-18T21:49:01.649Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31412024-11-18T21:49:01.673Z Compiling ref-cast v1.0.23
31422024-11-18T21:49:01.735Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31432024-11-18T21:49:01.781Z Compiling derive_builder_core v0.20.2
31442024-11-18T21:49:01.847Z Compiling libxml v0.3.3
31452024-11-18T21:49:01.996Z Compiling ref-cast-impl v1.0.23
31462024-11-18T21:49:02.193Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31472024-11-18T21:49:02.282Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31482024-11-18T21:49:02.301Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31492024-11-18T21:49:02.521Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31502024-11-18T21:49:02.577Z Compiling strum_macros v0.24.3
31512024-11-18T21:49:02.725Z Compiling samael v0.0.17
31522024-11-18T21:49:02.917Z Compiling diesel_derives v2.2.3
31532024-11-18T21:49:02.942Z Compiling indoc v1.0.9
31542024-11-18T21:49:03.957Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31552024-11-18T21:49:04.219Z Compiling derive_builder_macro v0.20.2
31562024-11-18T21:49:04.238Z Compiling oso-derive v0.27.3
31572024-11-18T21:49:04.548Z Compiling lalrpop v0.19.12
31582024-11-18T21:49:05.097Z Checking derive_builder v0.20.2
31592024-11-18T21:49:05.251Z Compiling impl-trait-for-tuples v0.2.2
31602024-11-18T21:49:05.269Z Checking quick-xml v0.33.0
31612024-11-18T21:49:05.672Z Compiling diesel-dtrace v0.3.0
31622024-11-18T21:49:05.959Z Checking maplit v1.0.2
31632024-11-18T21:49:06.180Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31642024-11-18T21:49:06.210Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31652024-11-18T21:49:06.478Z Checking bb8 v0.8.5
31662024-11-18T21:49:07.005Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31672024-11-18T21:49:07.092Z Checking castaway v0.2.3
31682024-11-18T21:49:07.249Z Checking rand_seeder v0.3.0
31692024-11-18T21:49:07.302Z Checking compact_str v0.8.0
31702024-11-18T21:49:07.439Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31712024-11-18T21:49:07.484Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31722024-11-18T21:49:07.696Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31732024-11-18T21:49:07.913Z Checking unicode-truncate v1.1.0
31742024-11-18T21:49:08.139Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31752024-11-18T21:49:08.161Z Checking lru v0.12.5
31762024-11-18T21:49:08.487Z Compiling instability v0.3.2
31772024-11-18T21:49:08.506Z Checking cassowary v0.3.0
31782024-11-18T21:49:08.934Z Checking is_ci v1.2.0
31792024-11-18T21:49:08.952Z Checking unicode-linebreak v0.1.5
31802024-11-18T21:49:09.079Z Checking smawk v0.3.2
31812024-11-18T21:49:09.275Z Checking supports-color v3.0.1
31822024-11-18T21:49:09.376Z Checking textwrap v0.16.1
31832024-11-18T21:49:09.481Z Checking multimap v0.10.0
31842024-11-18T21:49:09.528Z Checking ratatui v0.28.1
31852024-11-18T21:49:09.546Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31862024-11-18T21:49:12.676Z Checking diesel v2.2.4
31872024-11-18T21:49:37.465Z Compiling polar-core v0.27.3
31882024-11-18T21:49:41.590Z Checking async-bb8-diesel v0.2.1
31892024-11-18T21:49:44.766Z Checking oso v0.27.3
31902024-11-18T21:50:52.991Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31912024-11-18T21:50:58.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
31922024-11-18T21:50:59.054Z
31932024-11-18T21:50:59.054Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (139/171)
31942024-11-18T21:50:59.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952024-11-18T21:50:59.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962024-11-18T21:50:59.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972024-11-18T21:50:59.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31982024-11-18T21:50:59.714Z
31992024-11-18T21:50:59.714Zinfo: running `cargo check --bins` on nexus-saga-recovery (140/171)
32002024-11-18T21:51:00.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012024-11-18T21:51:00.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022024-11-18T21:51:00.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032024-11-18T21:51:00.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32042024-11-18T21:51:00.388Z
32052024-11-18T21:51:00.388Zinfo: running `cargo check --bins` on nexus-test-utils-macros (141/171)
32062024-11-18T21:51:00.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072024-11-18T21:51:00.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082024-11-18T21:51:00.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092024-11-18T21:51:00.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32102024-11-18T21:51:01.013Z
32112024-11-18T21:51:01.013Zinfo: running `cargo check --bins` on omicron-nexus (142/171)
32122024-11-18T21:51:01.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-11-18T21:51:01.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-11-18T21:51:01.796Z Compiling libz-sys v1.1.20
32152024-11-18T21:51:01.914Z Compiling libgit2-sys v0.17.0+1.8.1
32162024-11-18T21:51:01.920Z Compiling vergen v8.3.2
32172024-11-18T21:51:01.924Z Compiling cargo-platform v0.1.8
32182024-11-18T21:51:01.924Z Compiling pin-project-internal v1.1.6
32192024-11-18T21:51:01.962Z Compiling snafu-derive v0.8.5
32202024-11-18T21:51:01.962Z Compiling libsqlite3-sys v0.30.1
32212024-11-18T21:51:01.971Z Compiling zip v2.1.3
32222024-11-18T21:51:02.207Z Compiling cargo_metadata v0.18.1
32232024-11-18T21:51:02.281Z Checking lockfree-object-pool v0.1.6
32242024-11-18T21:51:02.443Z Checking bumpalo v3.16.0
32252024-11-18T21:51:02.502Z Compiling cfg_aliases v0.2.1
32262024-11-18T21:51:02.524Z Compiling buf-list v1.0.3
32272024-11-18T21:51:02.619Z Checking simd-adler32 v0.3.7
32282024-11-18T21:51:02.708Z Compiling rustls v0.21.12
32292024-11-18T21:51:02.890Z Compiling nix v0.29.0
32302024-11-18T21:51:02.974Z Checking zopfli v0.8.1
32312024-11-18T21:51:03.082Z Checking globset v0.4.15
32322024-11-18T21:51:03.215Z Checking olpc-cjson v0.1.4
32332024-11-18T21:51:03.444Z Checking sct v0.7.1
32342024-11-18T21:51:03.601Z Checking rustls-webpki v0.101.7
32352024-11-18T21:51:03.641Z Checking serde_plain v1.0.2
32362024-11-18T21:51:03.660Z Checking typed-path v0.9.3
32372024-11-18T21:51:04.576Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32382024-11-18T21:51:04.858Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32392024-11-18T21:51:04.906Z Checking hashlink v0.9.1
32402024-11-18T21:51:04.941Z Checking pin-project v1.1.6
32412024-11-18T21:51:05.066Z Checking fallible-streaming-iterator v0.1.9
32422024-11-18T21:51:05.133Z Checking parse-size v1.1.0
32432024-11-18T21:51:05.297Z Checking fallible-iterator v0.3.0
32442024-11-18T21:51:05.504Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32452024-11-18T21:51:05.631Z Checking rustls-pemfile v1.0.4
32462024-11-18T21:51:05.721Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32472024-11-18T21:51:05.829Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32482024-11-18T21:51:05.850Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32492024-11-18T21:51:05.890Z Checking rusqlite v0.32.1
32502024-11-18T21:51:05.964Z Checking twox-hash v1.6.3
32512024-11-18T21:51:05.984Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32522024-11-18T21:51:06.536Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32532024-11-18T21:51:07.338Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32542024-11-18T21:51:07.369Z Checking snafu v0.8.5
32552024-11-18T21:51:07.400Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32562024-11-18T21:51:07.615Z Checking tokio-rustls v0.24.1
32572024-11-18T21:51:07.844Z Checking tough v0.19.0
32582024-11-18T21:51:07.887Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32592024-11-18T21:51:07.931Z Checking fatfs v0.3.6
32602024-11-18T21:51:07.946Z Checking assert_matches v1.5.0
32612024-11-18T21:51:12.031Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32622024-11-18T21:51:13.436Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32632024-11-18T21:51:14.322Z Compiling git2 v0.19.0
32642024-11-18T21:51:19.011Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32652024-11-18T21:52:12.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
32662024-11-18T21:52:12.657Z
32672024-11-18T21:52:12.657Zinfo: running `cargo check --bins` on nexus-external-api (143/171)
32682024-11-18T21:52:12.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692024-11-18T21:52:12.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702024-11-18T21:52:12.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712024-11-18T21:52:12.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32722024-11-18T21:52:12.657Z
32732024-11-18T21:52:12.657Zinfo: running `cargo check --bins` on openapi-manager-types (144/171)
32742024-11-18T21:52:12.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752024-11-18T21:52:12.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762024-11-18T21:52:12.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772024-11-18T21:52:12.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32782024-11-18T21:52:12.890Z
32792024-11-18T21:52:12.890Zinfo: running `cargo check --bins` on nexus-internal-api (145/171)
32802024-11-18T21:52:13.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812024-11-18T21:52:13.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822024-11-18T21:52:13.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832024-11-18T21:52:13.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32842024-11-18T21:52:13.154Z
32852024-11-18T21:52:13.154Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (146/171)
32862024-11-18T21:52:13.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872024-11-18T21:52:13.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882024-11-18T21:52:13.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892024-11-18T21:52:13.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32902024-11-18T21:52:13.745Z
32912024-11-18T21:52:13.745Zinfo: running `cargo check --bins` on nexus-networking (147/171)
32922024-11-18T21:52:14.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932024-11-18T21:52:14.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942024-11-18T21:52:14.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952024-11-18T21:52:14.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32962024-11-18T21:52:14.412Z
32972024-11-18T21:52:14.412Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (148/171)
32982024-11-18T21:52:15.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992024-11-18T21:52:15.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002024-11-18T21:52:15.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012024-11-18T21:52:15.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33022024-11-18T21:52:15.113Z
33032024-11-18T21:52:15.113Zinfo: running `cargo check --bins` on update-common (149/171)
33042024-11-18T21:52:15.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052024-11-18T21:52:15.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062024-11-18T21:52:15.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072024-11-18T21:52:15.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33082024-11-18T21:52:15.734Z
33092024-11-18T21:52:15.734Zinfo: running `cargo check --bins` on tufaceous-lib (150/171)
33102024-11-18T21:52:16.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112024-11-18T21:52:16.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122024-11-18T21:52:16.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132024-11-18T21:52:16.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33142024-11-18T21:52:16.386Z
33152024-11-18T21:52:16.386Zinfo: running `cargo check --bins` on tufaceous (151/171)
33162024-11-18T21:52:16.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172024-11-18T21:52:16.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182024-11-18T21:52:17.060Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33192024-11-18T21:52:18.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
33202024-11-18T21:52:18.183Z
33212024-11-18T21:52:18.183Zinfo: running `cargo check --bins` on omicron-dev (152/171)
33222024-11-18T21:52:21.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232024-11-18T21:52:21.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242024-11-18T21:52:21.700Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33252024-11-18T21:52:21.700Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33262024-11-18T21:52:21.700Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33272024-11-18T21:52:21.701Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33282024-11-18T21:52:44.620Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33292024-11-18T21:52:44.623Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33302024-11-18T21:52:44.623Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33312024-11-18T21:52:44.624Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33322024-11-18T21:52:44.624Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33332024-11-18T21:52:45.391Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33342024-11-18T21:52:46.611Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33352024-11-18T21:53:24.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
33362024-11-18T21:53:24.783Z
33372024-11-18T21:53:24.783Zinfo: running `cargo check --bins` on openapi-manager (153/171)
33382024-11-18T21:53:25.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392024-11-18T21:53:25.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402024-11-18T21:53:25.487Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33412024-11-18T21:53:25.487Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33422024-11-18T21:53:25.491Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33432024-11-18T21:53:27.032Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33442024-11-18T21:53:27.906Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33452024-11-18T21:53:28.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
33462024-11-18T21:53:29.146Z
33472024-11-18T21:53:29.147Zinfo: running `cargo check --bins` on installinator-api (154/171)
33482024-11-18T21:53:29.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492024-11-18T21:53:29.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502024-11-18T21:53:29.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512024-11-18T21:53:29.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33522024-11-18T21:53:29.784Z
33532024-11-18T21:53:29.784Zinfo: running `cargo check --bins` on wicketd-api (155/171)
33542024-11-18T21:53:30.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552024-11-18T21:53:30.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562024-11-18T21:53:30.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572024-11-18T21:53:30.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33582024-11-18T21:53:30.437Z
33592024-11-18T21:53:30.437Zinfo: running `cargo check --bins` on reconfigurator-cli (156/171)
33602024-11-18T21:53:31.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612024-11-18T21:53:31.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622024-11-18T21:53:31.117Z Compiling petname v2.0.2
33632024-11-18T21:53:31.124Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33642024-11-18T21:53:31.124Z Checking sync-ptr v0.1.1
33652024-11-18T21:53:32.540Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33662024-11-18T21:53:34.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
33672024-11-18T21:53:34.219Z
33682024-11-18T21:53:34.219Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (157/171)
33692024-11-18T21:53:34.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702024-11-18T21:53:34.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712024-11-18T21:53:34.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722024-11-18T21:53:34.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33732024-11-18T21:53:34.853Z
33742024-11-18T21:53:34.853Zinfo: running `cargo check --bins` on omicron-releng (158/171)
33752024-11-18T21:53:35.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762024-11-18T21:53:35.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772024-11-18T21:53:35.500Z Checking memmap2 v0.9.5
33782024-11-18T21:53:35.500Z Checking spin v0.5.2
33792024-11-18T21:53:35.502Z Checking arrayref v0.3.9
33802024-11-18T21:53:35.502Z Checking constant_time_eq v0.3.1
33812024-11-18T21:53:35.502Z Checking arrayvec v0.7.6
33822024-11-18T21:53:35.502Z Checking topological-sort v0.2.2
33832024-11-18T21:53:35.602Z Checking shell-words v1.1.0
33842024-11-18T21:53:35.768Z Checking ring v0.16.20
33852024-11-18T21:53:35.913Z Checking blake3 v1.5.4
33862024-11-18T21:53:36.860Z Checking omicron-zone-package v0.11.1
33872024-11-18T21:53:37.957Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33882024-11-18T21:53:38.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
33892024-11-18T21:53:39.016Z
33902024-11-18T21:53:39.016Zinfo: running `cargo check --bins` on xtask (159/171)
33912024-11-18T21:53:39.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-11-18T21:53:39.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-11-18T21:53:39.432Z Checking bitflags v2.6.0
33942024-11-18T21:53:39.435Z Checking serde v1.0.215
33952024-11-18T21:53:39.435Z Checking thiserror v1.0.69
33962024-11-18T21:53:39.523Z Checking scroll v0.12.0
33972024-11-18T21:53:39.525Z Checking hashbrown v0.15.0
33982024-11-18T21:53:39.532Z Checking log v0.4.22
33992024-11-18T21:53:39.534Z Checking zerocopy v0.7.35
34002024-11-18T21:53:39.565Z Checking syn v2.0.87
34012024-11-18T21:53:39.610Z Checking pest v2.7.14
34022024-11-18T21:53:39.754Z Checking rustix v0.38.37
34032024-11-18T21:53:39.811Z Checking once_cell v1.20.2
34042024-11-18T21:53:39.971Z Checking goblin v0.8.2
34052024-11-18T21:53:40.124Z Checking fs-err v2.11.0
34062024-11-18T21:53:40.414Z Checking tabled v0.15.0
34072024-11-18T21:53:40.495Z Checking indexmap v2.6.0
34082024-11-18T21:53:40.916Z Checking anyhow v1.0.93
34092024-11-18T21:53:41.761Z Checking terminal_size v0.4.0
34102024-11-18T21:53:41.761Z Checking tempfile v3.13.0
34112024-11-18T21:53:41.927Z Checking clap_builder v4.5.21
34122024-11-18T21:53:42.078Z Checking dtrace-parser v0.2.0
34132024-11-18T21:53:43.633Z Checking serde_json v1.0.132
34142024-11-18T21:53:43.633Z Checking serde_spanned v0.6.8
34152024-11-18T21:53:43.633Z Checking toml_datetime v0.6.8
34162024-11-18T21:53:43.635Z Checking camino v1.1.9
34172024-11-18T21:53:43.635Z Checking semver v1.0.23
34182024-11-18T21:53:43.736Z Checking cargo-platform v0.1.8
34192024-11-18T21:53:43.849Z Checking macaddr v1.0.1
34202024-11-18T21:53:43.927Z Checking toml_edit v0.22.22
34212024-11-18T21:53:44.146Z Checking camino-tempfile v1.1.1
34222024-11-18T21:53:44.489Z Checking clap v4.5.21
34232024-11-18T21:53:44.876Z Checking dof v0.3.0
34242024-11-18T21:53:44.876Z Checking cargo_metadata v0.18.1
34252024-11-18T21:53:45.280Z Checking usdt-impl v0.5.0
34262024-11-18T21:53:45.644Z Checking usdt v0.5.0
34272024-11-18T21:53:45.668Z Checking toml v0.8.19
34282024-11-18T21:53:46.126Z Checking cargo_toml v0.20.5
34292024-11-18T21:53:47.312Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34302024-11-18T21:53:47.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.89s
34312024-11-18T21:53:48.009Z
34322024-11-18T21:53:48.009Zinfo: running `cargo check --bins` on end-to-end-tests (160/171)
34332024-11-18T21:53:48.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342024-11-18T21:53:48.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352024-11-18T21:53:48.748Z Checking polyval v0.6.2
34362024-11-18T21:53:48.860Z Checking ctr v0.9.2
34372024-11-18T21:53:48.869Z Checking ssh-encoding v0.2.0
34382024-11-18T21:53:48.872Z Checking blowfish v0.9.1
34392024-11-18T21:53:48.888Z Checking password-hash v0.4.2
34402024-11-18T21:53:48.891Z Checking matches v0.1.10
34412024-11-18T21:53:48.916Z Checking p521 v0.13.3
34422024-11-18T21:53:48.916Z Checking p256 v0.13.2
34432024-11-18T21:53:48.987Z Checking idna v0.2.3
34442024-11-18T21:53:49.064Z Checking bcrypt-pbkdf v0.10.0
34452024-11-18T21:53:49.097Z Checking ghash v0.5.1
34462024-11-18T21:53:49.108Z Compiling enum-as-inner v0.5.1
34472024-11-18T21:53:49.208Z Checking russh-cryptovec v0.7.3
34482024-11-18T21:53:49.286Z Checking pbkdf2 v0.11.0
34492024-11-18T21:53:49.305Z Checking aes-gcm v0.10.3
34502024-11-18T21:53:49.308Z Checking md5 v0.7.0
34512024-11-18T21:53:49.366Z Checking num-bigint v0.4.6
34522024-11-18T21:53:49.400Z Checking des v0.8.1
34532024-11-18T21:53:49.520Z Checking ssh-cipher v0.2.0
34542024-11-18T21:53:49.568Z Checking hex-literal v0.4.1
34552024-11-18T21:53:49.608Z Compiling dhcproto-macros v0.1.0
34562024-11-18T21:53:49.657Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34572024-11-18T21:53:49.700Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34582024-11-18T21:53:49.796Z Checking internet-checksum v0.2.1
34592024-11-18T21:53:49.814Z Checking ssh-key v0.6.6
34602024-11-18T21:53:50.127Z Checking trust-dns-proto v0.22.0
34612024-11-18T21:53:51.048Z Checking russh-keys v0.45.0
34622024-11-18T21:53:51.951Z Checking russh v0.45.0
34632024-11-18T21:53:52.654Z Checking dhcproto v0.12.0
34642024-11-18T21:54:09.723Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34652024-11-18T21:54:11.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.06s
34662024-11-18T21:54:11.272Z
34672024-11-18T21:54:11.272Zinfo: running `cargo check --bins` on gateway-cli (161/171)
34682024-11-18T21:54:11.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692024-11-18T21:54:11.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702024-11-18T21:54:11.901Z Checking termios v0.3.3
34712024-11-18T21:54:12.119Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34722024-11-18T21:54:12.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
34732024-11-18T21:54:13.050Z
34742024-11-18T21:54:13.050Zinfo: running `cargo check --bins --no-default-features` on installinator (162/171)
34752024-11-18T21:54:13.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762024-11-18T21:54:13.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772024-11-18T21:54:13.732Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34782024-11-18T21:54:15.773Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34792024-11-18T21:54:17.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
34802024-11-18T21:54:17.779Z
34812024-11-18T21:54:17.779Zinfo: running `cargo check --bins` on internal-dns-cli (163/171)
34822024-11-18T21:54:18.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832024-11-18T21:54:18.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842024-11-18T21:54:18.400Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34852024-11-18T21:54:18.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
34862024-11-18T21:54:19.044Z
34872024-11-18T21:54:19.044Zinfo: running `cargo check --bins` on omicron-live-tests (164/171)
34882024-11-18T21:54:19.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892024-11-18T21:54:19.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902024-11-18T21:54:19.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912024-11-18T21:54:19.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34922024-11-18T21:54:19.648Z
34932024-11-18T21:54:19.648Zinfo: running `cargo check --bins` on live-tests-macros (165/171)
34942024-11-18T21:54:20.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952024-11-18T21:54:20.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962024-11-18T21:54:20.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972024-11-18T21:54:20.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34982024-11-18T21:54:20.248Z
34992024-11-18T21:54:20.248Zinfo: running `cargo check --bins` on omicron-package (166/171)
35002024-11-18T21:54:20.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012024-11-18T21:54:20.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022024-11-18T21:54:20.896Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35032024-11-18T21:54:22.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
35042024-11-18T21:54:22.344Z
35052024-11-18T21:54:22.344Zinfo: running `cargo check --bins` on wicket-dbg (167/171)
35062024-11-18T21:54:22.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072024-11-18T21:54:22.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082024-11-18T21:54:23.027Z Checking rtoolbox v0.0.2
35092024-11-18T21:54:23.031Z Checking tui-tree-widget v0.22.0
35102024-11-18T21:54:23.031Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35112024-11-18T21:54:23.247Z Checking rpassword v7.3.1
35122024-11-18T21:54:27.359Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35132024-11-18T21:54:30.290Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35142024-11-18T21:54:31.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
35152024-11-18T21:54:31.668Z
35162024-11-18T21:54:31.668Zinfo: running `cargo check --bins` on wicket (168/171)
35172024-11-18T21:54:32.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182024-11-18T21:54:32.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192024-11-18T21:54:32.353Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35202024-11-18T21:54:32.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35212024-11-18T21:54:32.960Z
35222024-11-18T21:54:32.960Zinfo: running `cargo check --bins` on wicketd (169/171)
35232024-11-18T21:54:33.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242024-11-18T21:54:33.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252024-11-18T21:54:33.655Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35262024-11-18T21:54:37.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
35272024-11-18T21:54:37.701Z
35282024-11-18T21:54:37.702Zinfo: running `cargo check --bins` on omicron-workspace-hack (170/171)
35292024-11-18T21:54:38.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302024-11-18T21:54:38.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312024-11-18T21:54:38.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322024-11-18T21:54:38.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35332024-11-18T21:54:38.295Z
35342024-11-18T21:54:38.295Zinfo: running `cargo check --bins` on zone-setup (171/171)
35352024-11-18T21:54:38.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362024-11-18T21:54:38.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372024-11-18T21:54:39.005Z Checking uzers v0.12.1
35382024-11-18T21:54:39.337Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35392024-11-18T21:54:40.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
35402024-11-18T21:54:40.647Z
35412024-11-18T21:54:40.647Zreal 12:50.280613381
35422024-11-18T21:54:40.647Zuser 23:29.098338567
35432024-11-18T21:54:40.647Zsys 5:17.633129516
35442024-11-18T21:54:40.651Ztrap 0.453860315
35452024-11-18T21:54:40.652Ztflt 2.271902655
35462024-11-18T21:54:40.653Zdflt 3.371515126
35472024-11-18T21:54:40.653Zkflt 0.001383616
35482024-11-18T21:54:40.653Zlock 45:10.451899594
35492024-11-18T21:54:40.653Zslp 2:02:41.163431363
35502024-11-18T21:54:40.653Zlat 59.760764018
35512024-11-18T21:54:40.653Zstop 3:09.337960523
35522024-11-18T21:54:40.653Zprocess exited: duration 1109686 ms, exit code 0
 
35532024-11-18T21:54:40.660Zfound 0 output files