This is what appears on terminal when i try deploy the code
Starting a Gradle Daemon, 4 incompatible and 2 stopped Daemons could not be reused, use --status for details
Task :discoverroborio
Discovering Target roborio
Using admin@roborio-8882-FRC:22 for target roborio
Task :deployprogramKillroborioroborio
-C-> md5sum /usr/local/frc/bin/frcKillRobot.sh @ /home/lvuser
-[0]-> 001696b0412c36f7be0c868ad493d16a /usr/local/frc/bin/frcKillRobot.sh
Skipping redeploy of frcKillRobot script
-C-> . /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t 2> /dev/null @ /home/lvuser
Task :deployrobotCommandfrcJavaroborio
-C-> echo '/usr/local/frc/JRE/bin/java -XX:+UseSerialGC -Djava.lang.invoke.stringConcat=BC_SB -Djava.library.path=/usr/local/frc/third-party/lib -jar â/home/lvuser/CommandRobot - Copia.jarâ â > /home/lvuser/robotCommand @ /home/lvuser
-[1]
-C-> chmod +x /home/lvuser/robotCommand; chown lvuser /home/lvuser/robotCommand @ /home/lvuser
-[1]
Task :deployjrefrcJavaroborio
-C-> if [[ -f â/usr/local/frc/JRE/bin/javaâ ]]; then echo OK; else echo MISSING; fi @ /tmp
-[0]-> OK
-C-> opkg list-installed | grep openjdk @ /tmp
-[0]-> frc2024-openjdk-17-jre - 17.0.9u7-3 - FRC OpenJDK Java Runtime Environment
Searching for JRE 17.0.9u7-3
Found JRE frc2024-openjdk-17-jre - 17.0.9u7-3 - FRC OpenJDK Java Runtime Environment
JRE Is Correct Version
Artifact skipped
Task :deployfrcJavaroborio
-F-> C:\Users\userlab\Downloads\CommandRobot - Copia\build\libs\CommandRobot - Copia.jar â CommandRobot - Copia.jar @ /home/lvuser
Task :deployfrcStaticFileDeployroborio
-C-> mkdir -p SwerveModules @ /home/lvuser/deploy
-F-> C:\Users\userlab\Downloads\CommandRobot - Copia\src\main\deploy\SwerveModules\backright.json â SwerveModules/backright.json @ /home/lvuser/deploy
-F-> C:\Users\userlab\Downloads\CommandRobot - Copia\src\main\deploy\SwerveModules\pidfproperties.json â SwerveModules/pidfproperties.json @ /home/lvuser/deploy
-F-> C:\Users\userlab\Downloads\CommandRobot - Copia\src\main\deploy\SwerveModules\swervedrive.json â SwerveModules/swervedrive.json @ /home/lvuser/deploy
-F-> C:\Users\userlab\Downloads\CommandRobot - Copia\src\main\deploy\SwerveModules\frontleft.json â SwerveModules/frontleft.json @ /home/lvuser/deploy
-F-> C:\Users\userlab\Downloads\CommandRobot - Copia\src\main\deploy\SwerveModules\frontright.json â SwerveModules/frontright.json @ /home/lvuser/deploy
-F-> C:\Users\userlab\Downloads\CommandRobot - Copia\src\main\deploy\SwerveModules\backleft.json â SwerveModules/backleft.json @ /home/lvuser/deploy
-F-> C:\Users\userlab\Downloads\CommandRobot - Copia\src\main\deploy\SwerveModules\physicalproperties.json â SwerveModules/physicalproperties.json @ /home/lvuser/deploy
-F-> C:\Users\userlab\Downloads\CommandRobot - Copia\src\main\deploy\SwerveModules\controllerproperties.json â SwerveModules/controllerproperties.json @ /home/lvuser/deploy
Task :deployfrcJavaroborio FAILED
Task :deploynativeZipsfrcJavaroborio
-F-> C:\Users\userlab\Downloads\CommandRobot - Copia\build\tmp.cache\expanded\zip_9cca7e709dab4756e3bcba13561b8889\linux\athena\shared\libopencv_java480.so â libopencv_java480.so @ /usr/local/frc/third-party/lib
-F-> C:\Users\userlab\Downloads\CommandRobot - Copia\build\tmp.cache\expanded\zip_434fed65548a3742e455072c39aa6102\linux\athena\shared\libapriltag.so â libapriltag.so @ /usr/local/frc/third-party/lib
Task :deploynativeZipsfrcJavaroborio FAILED
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
- What went wrong:
Execution failed for task â:deployfrcJavaroborioâ.
A failure occurred while executing edu.wpi.first.deployutils.deploy.artifact.ArtifactDeployWorker
4: Failure
- Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
2: Task failed with an exception.
- What went wrong:
Execution failed for task â:deploynativeZipsfrcJavaroborioâ.
A failure occurred while executing edu.wpi.first.deployutils.deploy.artifact.ArtifactDeployWorker
4: Failure
- Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
BUILD FAILED in 16s
10 actionable tasks: 8 executed, 2 up-to-date