Alternate solution to command api. #1679
Triggered via pull request
September 16, 2023 01:12
Status
Failure
Total duration
8m 20s
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
19s
Documentation
4m 34s
Typos
4s
Clippy
4m 17s
Build Extractor
3m 38s
Dependency Graph (assets/depgraph.svg)
57s
Unused Dependencies
4m 45s
Matrix: valence-tests
Annotations
45 errors and 2 warnings
Formatting
Process completed with exit code 1.
|
Clippy:
crates/valence_command/src/parsers/mod.rs#L166
invalid reference to positional arguments 0 and 1 (no arguments were given)
|
Clippy:
crates/valence_command/src/parsers/bool.rs#L12
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Clippy:
crates/valence_command/src/parsers/color.rs#L45
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Clippy:
crates/valence_command/src/parsers/entity_anchor.rs#L19
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Clippy:
crates/valence_command/src/parsers/entity_selector.rs#L41
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Clippy:
crates/valence_command/src/parsers/entity_selector.rs#L55
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Clippy:
crates/valence_command/src/parsers/gamemode.rs#L18
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Clippy:
crates/valence_command/src/parsers/numbers.rs#L15
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Clippy:
crates/valence_command/src/parsers/numbers.rs#L15
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Clippy:
crates/valence_command/src/parsers/numbers.rs#L15
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Documentation:
crates/valence_command/src/parsers/mod.rs#L166
invalid reference to positional arguments 0 and 1 (no arguments were given)
|
Documentation:
crates/valence_command/src/parsers/bool.rs#L12
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Documentation:
crates/valence_command/src/parsers/color.rs#L45
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Documentation:
crates/valence_command/src/parsers/entity_anchor.rs#L19
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Documentation:
crates/valence_command/src/parsers/entity_selector.rs#L41
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Documentation:
crates/valence_command/src/parsers/entity_selector.rs#L55
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Documentation:
crates/valence_command/src/parsers/gamemode.rs#L18
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Documentation:
crates/valence_command/src/parsers/numbers.rs#L15
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Documentation:
crates/valence_command/src/parsers/numbers.rs#L15
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Documentation:
crates/valence_command/src/parsers/numbers.rs#L15
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Unused Dependencies:
crates/valence_command/src/parsers/mod.rs#L166
invalid reference to positional arguments 0 and 1 (no arguments were given)
|
Unused Dependencies:
crates/valence_command/src/parsers/bool.rs#L12
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Unused Dependencies:
crates/valence_command/src/parsers/color.rs#L45
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Unused Dependencies:
crates/valence_command/src/parsers/entity_anchor.rs#L19
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Unused Dependencies:
crates/valence_command/src/parsers/entity_selector.rs#L41
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Unused Dependencies:
crates/valence_command/src/parsers/entity_selector.rs#L55
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Unused Dependencies:
crates/valence_command/src/parsers/gamemode.rs#L18
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Unused Dependencies:
crates/valence_command/src/parsers/numbers.rs#L15
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Unused Dependencies:
crates/valence_command/src/parsers/numbers.rs#L15
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Unused Dependencies:
crates/valence_command/src/parsers/numbers.rs#L15
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Tests (ubuntu-latest):
crates/valence_command/src/parsers/mod.rs#L166
invalid reference to positional arguments 0 and 1 (no arguments were given)
|
Tests (ubuntu-latest):
crates/valence_command/src/parsers/bool.rs#L12
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Tests (ubuntu-latest):
crates/valence_command/src/parsers/color.rs#L45
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Tests (ubuntu-latest):
crates/valence_command/src/parsers/entity_anchor.rs#L19
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Tests (ubuntu-latest):
crates/valence_command/src/parsers/entity_selector.rs#L41
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Tests (ubuntu-latest):
crates/valence_command/src/parsers/entity_selector.rs#L55
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Tests (ubuntu-latest):
crates/valence_command/src/parsers/gamemode.rs#L18
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Tests (ubuntu-latest):
crates/valence_command/src/parsers/numbers.rs#L15
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Tests (ubuntu-latest):
crates/valence_command/src/parsers/numbers.rs#L15
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Tests (ubuntu-latest):
crates/valence_command/src/parsers/numbers.rs#L15
expected value, found struct variant `CommandArgParseError::InvalidArgument`
|
Tests (macos-latest)
The job was canceled because "ubuntu-latest_default_sta" failed.
|
Tests (macos-latest)
The operation was canceled.
|
Tests (windows-latest)
The job was canceled because "ubuntu-latest_default_sta" failed.
|
Tests (windows-latest)
The operation was canceled.
|
Formatting:
crates/valence_command/src/parsers/mod.rs#L164
Diff in /home/runner/work/valence/valence/crates/valence_command/src/parsers/mod.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/
|