Deploying Code issues

Hi We were trying to deploy our code and this is the error we got.

Execution failed for task ‘:deploynativeZipsfrcJavaroborio’.
A failure occurred while executing edu.wpi.first.deployutils.deploy.artifact.ArtifactDeployWorker
4: Failure

Some background. This branch of the code happens to be our pathplanner branch. We think the issue is either with autoBuilder or Pathplanner because once we switched to our PID branch we were able to deploy code but didn’t get comms due to no robot code. We narrowed that error to autoBuilder and after commenting that out we got the code to compile, build and got comms.

Any ideas on what is causing this issue?

Link to Github GitHub - team614frc/Team-614-Crescendo

That happens when your roboRIO is out of disk space. Have you updated to the newest photonvision release? The initial release had a bug where it took up WAY more disk space then necessary.

Theres a few ways out of this situation, the easiest of which is to just reimage. Otherwise you have to go and manually delete some files off of the roboRIO.

1 Like

Thanks turned out rootfs was at 100% and so I deleted 6 of our. Jar files and just for safe measure am reformating the rio.

Thanks

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.