Skip to content

MOTION_BLOCKING heightmap #1647

MOTION_BLOCKING heightmap

MOTION_BLOCKING heightmap #1647

Triggered via pull request September 6, 2023 13:06
Status Failure
Total duration 16m 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Formatting
26s
Formatting
Documentation
2m 14s
Documentation
Typos
5s
Typos
Clippy
2m 20s
Clippy
Build Extractor
2m 20s
Build Extractor
Dependency Graph (assets/depgraph.svg)
26s
Dependency Graph (assets/depgraph.svg)
Unused Dependencies
5m 5s
Unused Dependencies
Matrix: valence-tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 11 warnings
Formatting
Process completed with exit code 1.
Clippy: crates/valence_server/src/layer/chunk/loaded.rs#L350
operator precedence can trip the unwary
Clippy: crates/valence_server/src/layer/chunk/loaded.rs#L301
the loop variable `z` is used to index `heightmap`
Clippy: crates/valence_server/src/layer/chunk/loaded.rs#L316
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
Clippy: crates/valence_server/src/layer/chunk/loaded.rs#L345
the loop variable `i` is only used to index `encoded`
Clippy
Process completed with exit code 101.
Formatting: crates/valence_server/src/layer/chunk/loaded.rs#L290
Diff in /home/runner/work/valence/valence/crates/valence_server/src/layer/chunk/loaded.rs
Formatting: crates/valence_server/src/layer/chunk/loaded.rs#L297
Diff in /home/runner/work/valence/valence/crates/valence_server/src/layer/chunk/loaded.rs
Formatting: crates/valence_server/src/layer/chunk/loaded.rs#L308
Diff in /home/runner/work/valence/valence/crates/valence_server/src/layer/chunk/loaded.rs
Formatting: crates/valence_server/src/layer/chunk/loaded.rs#L315
Diff in /home/runner/work/valence/valence/crates/valence_server/src/layer/chunk/loaded.rs
Formatting: crates/valence_server/src/layer/chunk/loaded.rs#L321
Diff in /home/runner/work/valence/valence/crates/valence_server/src/layer/chunk/loaded.rs
Formatting: crates/valence_server/src/layer/chunk/loaded.rs#L333
Diff in /home/runner/work/valence/valence/crates/valence_server/src/layer/chunk/loaded.rs
Formatting: crates/valence_server/src/layer/chunk/loaded.rs#L340
Diff in /home/runner/work/valence/valence/crates/valence_server/src/layer/chunk/loaded.rs
Formatting: crates/valence_server/src/layer/chunk/loaded.rs#L347
Diff in /home/runner/work/valence/valence/crates/valence_server/src/layer/chunk/loaded.rs
Formatting: examples/weather.rs#L37
Diff in /home/runner/work/valence/valence/examples/weather.rs
Formatting: examples/weather.rs#L44
Diff in /home/runner/work/valence/valence/examples/weather.rs
Build Extractor
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/