Skip to content

Add profiling utilities and NTX/STEM Gals (#126) #639

Add profiling utilities and NTX/STEM Gals (#126)

Add profiling utilities and NTX/STEM Gals (#126) #639

Triggered via push October 10, 2024 13:53
Status Failure
Total duration 2m 40s
Artifacts

main.yml

on: push
Linting
12s
Linting
Spell Check
11s
Spell Check
Find merge conflicts
4s
Find merge conflicts
Test Javadocs Generation
2m 29s
Test Javadocs Generation
Build
2m 29s
Build
Fit to window
Zoom out
Zoom in

Annotations

1 error 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.com/orgs/community/discussions/26680#discussioncomment-3252835
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/lib/util/FieldConstants.java#L21
[checkstyle] reported by reviewdog 🐶 <p> tag should be placed immediately before the first word, with no space after. Raw Output: /github/workspace/./src/main/java/frc/lib/util/FieldConstants.java:21:0: warning: <p> tag should be placed immediately before the first word, with no space after. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
Linting: src/main/java/frc/lib/util/photon/PhotonIO.java#L96
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/frc/lib/util/photon/PhotonIO.java:96:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
Linting: src/main/java/frc/lib/util/photon/PhotonReal.java#L84
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/frc/lib/util/photon/PhotonReal.java:84:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
Linting: src/main/java/frc/lib/util/photon/PhotonIOPoseEstimator.java#L118
[checkstyle] reported by reviewdog 🐶 <p> tag should be placed immediately before the first word, with no space after. Raw Output: /github/workspace/./src/main/java/frc/lib/util/photon/PhotonIOPoseEstimator.java:118:0: warning: <p> tag should be placed immediately before the first word, with no space after. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
Linting: src/main/java/frc/lib/util/photon/PhotonIOPoseEstimator.java#L130
[checkstyle] reported by reviewdog 🐶 <p> tag should be placed immediately before the first word, with no space after. Raw Output: /github/workspace/./src/main/java/frc/lib/util/photon/PhotonIOPoseEstimator.java:130:0: warning: <p> tag should be placed immediately before the first word, with no space after. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
Linting: src/main/java/frc/lib/util/photon/PhotonIOPoseEstimator.java#L143
[checkstyle] reported by reviewdog 🐶 <p> tag should be placed immediately before the first word, with no space after. Raw Output: /github/workspace/./src/main/java/frc/lib/util/photon/PhotonIOPoseEstimator.java:143:0: warning: <p> tag should be placed immediately before the first word, with no space after. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
Linting: src/main/java/frc/lib/util/LongArrayList.java#L12
[checkstyle] reported by reviewdog 🐶 <p> tag should be placed immediately before the first word, with no space after. Raw Output: /github/workspace/./src/main/java/frc/lib/util/LongArrayList.java:12:0: warning: <p> tag should be placed immediately before the first word, with no space after. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
Linting: src/main/java/frc/lib/profiling/Profiler.java#L6
[checkstyle] reported by reviewdog 🐶 <p> tag should be placed immediately before the first word, with no space after. Raw Output: /github/workspace/./src/main/java/frc/lib/profiling/Profiler.java:6:0: warning: <p> tag should be placed immediately before the first word, with no space after. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
Linting: src/main/java/frc/lib/profiling/Profiler.java#L23
[checkstyle] reported by reviewdog 🐶 <p> tag should be placed immediately before the first word, with no space after. Raw Output: /github/workspace/./src/main/java/frc/lib/profiling/Profiler.java:23:0: warning: <p> tag should be placed immediately before the first word, with no space after. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
Linting: src/main/java/frc/lib/profiling/Profiler.java#L34
[checkstyle] reported by reviewdog 🐶 <p> tag should be placed immediately before the first word, with no space after. Raw Output: /github/workspace/./src/main/java/frc/lib/profiling/Profiler.java:34:0: warning: <p> tag should be placed immediately before the first word, with no space after. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
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/