-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_errors.txt
More file actions
95 lines (81 loc) · 8.03 KB
/
build_errors.txt
File metadata and controls
95 lines (81 loc) · 8.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Calculating task graph as no cached configuration is available for tasks: testClasses
> Task :eventDeploy
Not running deploy task, skipping commit
> Task :createVersionFile
createVersionFile called. Path C:\Users\david\dev\robotics\frc\MARSLib\src\main\java\frc\robot
> Task :installGitHooks
> Task :spotlessInternalRegisterDependencies UP-TO-DATE
> Task :spotlessGroovyGradle UP-TO-DATE
> Task :spotlessGroovyGradleApply UP-TO-DATE
> Task :spotlessJava
> Task :spotlessJavaApply
> Task :spotlessJson UP-TO-DATE
> Task :spotlessJsonApply UP-TO-DATE
> Task :spotlessMisc UP-TO-DATE
> Task :spotlessMiscApply UP-TO-DATE
> Task :spotlessApply
> Task :validateVendordeps
> Task :compileJava
./gradlew : C:\Users\david\dev\robotics\frc\MARSLib\src\main\java\frc\robot\simulation\GamePieceSim.java:60: error:
cannot find symbol
At line:1 char:1
+ ./gradlew testClasses > build_errors.txt 2>&1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Users\david\...not find symbol:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
MARSPhysicsWorld.getInstance().registerDynamicGamePiece(this);
^
symbol: variable MARSPhysicsWorld
location: class GamePieceSim
C:\Users\david\dev\robotics\frc\MARSLib\src\main\java\frc\robot\simulation\GamePieceSim.java:120: error: cannot find
symbol
MARSPhysicsWorld.getInstance().getWorld().removeBody(gamePieceBody);
^
symbol: variable MARSPhysicsWorld
location: class GamePieceSim
C:\Users\david\dev\robotics\frc\MARSLib\src\main\java\frc\robot\simulation\GamePieceSim.java:193: error: cannot find
symbol
MARSPhysicsWorld.getInstance().getWorld().addBody(this.gamePieceBody);
^
symbol: variable MARSPhysicsWorld
location: class GamePieceSim
3 errors
> Task :compileJava FAILED
Compilation Error!
GradleRIO detected this build failed due to a Compile Error (compileJava).
Check that all your files are saved, then scroll up in this log for more information.
[Incubating] Problems report is available at: file:///C:/Users/david/dev/robotics/frc/MARSLib/build/reports/problems/problems-report.html
1 problem was found storing the configuration cache.
- Task `:createVersionFile` of type `org.gradle.api.DefaultTask`: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.11/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
See the complete report at file:///C:/Users/david/dev/robotics/frc/MARSLib/build/reports/configuration-cache/27oaeec3fuskl2a1m86i8jltn/6vdfoorefrdljtidhktfyj2js/configuration-cache-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler output below.
C:\Users\david\dev\robotics\frc\MARSLib\src\main\java\frc\robot\simulation\GamePieceSim.java:60: error: cannot find
symbol
MARSPhysicsWorld.getInstance().registerDynamicGamePiece(this);
^
symbol: variable MARSPhysicsWorld
location: class GamePieceSim
C:\Users\david\dev\robotics\frc\MARSLib\src\main\java\frc\robot\simulation\GamePieceSim.java:120: error: cannot find
symbol
MARSPhysicsWorld.getInstance().getWorld().removeBody(gamePieceBody);
^
symbol: variable MARSPhysicsWorld
location: class GamePieceSim
C:\Users\david\dev\robotics\frc\MARSLib\src\main\java\frc\robot\simulation\GamePieceSim.java:193: error: cannot find
symbol
MARSPhysicsWorld.getInstance().getWorld().addBody(this.gamePieceBody);
^
symbol: variable MARSPhysicsWorld
location: class GamePieceSim
3 errors
14 actionable tasks: 7 executed, 7 up-to-date
* Try:
> Check your code and dependencies to fix the compilation error(s)
BUILD FAILED in 6s
Publishing build scan...
https://gradle.com/s/2fjyk6c6s7agm
Configuration cache entry discarded with 1 problem.