Skip to content

now that things are working, clean up printing #24

now that things are working, clean up printing

now that things are working, clean up printing #24

Triggered via push July 26, 2024 07:49
Status Failure
Total duration 22s
Artifacts

gen_io_types.yml

on: push
gen_io_types
13s
gen_io_types
Linting
11s
Linting
Spell Check
10s
Spell Check
Find merge conflicts
3s
Find merge conflicts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 14 warnings
Linting
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
gen_io_types
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/RobotTools/RobotTools/gen_io_types'. No such file or directory
Find merge conflicts
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Spell Check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linting
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linting: src/main/java/org/frc5572/robotools/RobotProcessor.java#L66
[testtool] reported by reviewdog 🐶 Line is longer than 100 characters (found 101). Raw Output: /github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:66:0: warning: Line is longer than 100 characters (found 101). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Linting: src/main/java/org/frc5572/robotools/RobotProcessor.java#L69
[testtool] reported by reviewdog 🐶 Line is longer than 100 characters (found 102). Raw Output: /github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:69:0: warning: Line is longer than 100 characters (found 102). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Linting: src/main/java/org/frc5572/robotools/RobotProcessor.java#L70
[testtool] reported by reviewdog 🐶 'for' is not followed by whitespace. Raw Output: /github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:70:29: warning: 'for' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
Linting: src/main/java/org/frc5572/robotools/RobotProcessor.java#L70
[testtool] reported by reviewdog 🐶 WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) Raw Output: /github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:70:29: warning: WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
Linting: src/main/java/org/frc5572/robotools/RobotProcessor.java#L76
[testtool] reported by reviewdog 🐶 Line is longer than 100 characters (found 110). Raw Output: /github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:76:0: warning: Line is longer than 100 characters (found 110). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Linting: src/main/java/org/frc5572/robotools/RobotProcessor.java#L77
[testtool] reported by reviewdog 🐶 WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) Raw Output: /github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:77:33: warning: WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
Linting: src/main/java/org/frc5572/robotools/RobotProcessor.java#L80
[testtool] reported by reviewdog 🐶 WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) Raw Output: /github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:80:31: warning: WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
Linting: src/main/java/org/frc5572/robotools/RobotProcessor.java#L103
[testtool] reported by reviewdog 🐶 'if' is not followed by whitespace. Raw Output: /github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:103:9: warning: 'if' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
Linting: src/main/java/org/frc5572/robotools/RobotProcessor.java#L103
[testtool] reported by reviewdog 🐶 WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) Raw Output: /github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:103:9: warning: WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
Linting: src/main/java/org/frc5572/robotools/RobotProcessor.java#L115
[testtool] reported by reviewdog 🐶 WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) Raw Output: /github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:115:9: warning: WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
gen_io_types
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/