Skip to content

Finished drivetrain and intake #6

Finished drivetrain and intake

Finished drivetrain and intake #6

Triggered via push November 21, 2024 04:42
Status Failure
Total duration 2m 8s
Artifacts

main.yml

on: push
Linting
17s
Linting
Spell Check
10s
Spell Check
Find merge conflicts
1s
Find merge conflicts
Test Javadocs Generation
1m 3s
Test Javadocs Generation
Build
1m 59s
Build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 15 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
Test Javadocs Generation
Process completed with exit code 1.
Build
Process completed with exit code 1.
Find merge conflicts
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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/frc/robot/subsystems/intake/intake.java#L1
[testtool] reported by reviewdog 🐶 Package name 'frc.robot.subsystems.Intake' must match pattern '^[_a-z]+(\.[_a-z][_a-z0-9]*)*$'. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/intake/intake.java:1:9: warning: Package name 'frc.robot.subsystems.Intake' must match pattern '^[_a-z]+(\.[_a-z][_a-z0-9]*)*$'. (com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck)
Linting: src/main/java/frc/robot/subsystems/intake/intake.java#L5
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/intake/intake.java:5:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Linting: src/main/java/frc/robot/subsystems/intake/intake.java#L5
[testtool] reported by reviewdog 🐶 The name of the outer type and the file do not match. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/intake/intake.java:5:1: warning: The name of the outer type and the file do not match. (com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck)
Linting: src/main/java/frc/robot/subsystems/intake/intakeIO.java#L1
[testtool] reported by reviewdog 🐶 Package name 'frc.robot.subsystems.Intake' must match pattern '^[_a-z]+(\.[_a-z][_a-z0-9]*)*$'. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/intake/intakeIO.java:1:9: warning: Package name 'frc.robot.subsystems.Intake' must match pattern '^[_a-z]+(\.[_a-z][_a-z0-9]*)*$'. (com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck)
Linting: src/main/java/frc/robot/subsystems/intake/intakeIO.java#L5
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/intake/intakeIO.java:5:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Linting: src/main/java/frc/robot/subsystems/intake/intakeIO.java#L5
[testtool] reported by reviewdog 🐶 The name of the outer type and the file do not match. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/intake/intakeIO.java:5:1: warning: The name of the outer type and the file do not match. (com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck)
Linting: src/main/java/frc/robot/subsystems/intake/intakeIO.java#L7
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/intake/intakeIO.java:7:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Linting: src/main/java/frc/robot/subsystems/intake/intakeReal.java#L1
[testtool] reported by reviewdog 🐶 Package name 'frc.robot.subsystems.Intake' must match pattern '^[_a-z]+(\.[_a-z][_a-z0-9]*)*$'. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/intake/intakeReal.java:1:9: warning: Package name 'frc.robot.subsystems.Intake' must match pattern '^[_a-z]+(\.[_a-z][_a-z0-9]*)*$'. (com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck)
Linting: src/main/java/frc/robot/subsystems/intake/intakeReal.java#L5
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/intake/intakeReal.java:5:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Linting: src/main/java/frc/robot/subsystems/intake/intakeReal.java#L5
[testtool] reported by reviewdog 🐶 Type name 'intakeReal' must match pattern '^[A-Z][_a-zA-Z0-9]*$'. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/intake/intakeReal.java:5:14: warning: Type name 'intakeReal' must match pattern '^[A-Z][_a-zA-Z0-9]*$'. (com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck)
Test Javadocs Generation
The following actions use a deprecated Node.js version 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/
Build
The following actions use a deprecated Node.js version 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/