Deploy error, only for Characterization project? deployNativeZipRoborio failed?

I successfully ran a Characterization project a couple weeks ago on this rio, and have done many, many deployments to this rio since then. Now I’m trying to do a different Characterization project (Brushless/NEO) and I’m getting this deployment error below:

I am connected to the rio via cable, and the PC is definitely connected to the internet wirelessly.

I’ve compared the build.gradle of this characterization project with our normal project and don’t see any differences other than the main class package.

> Task :discoverRoborio
Discovering Target roborio
Using admin@172.22.11.2:22 for target roborio

Task :deployNativeLibsRoborio
Artifact skipped…

Task :deployNativeZipRoborio FAILED

Task :deployJreRoborio
-C-> if [[ -f “/usr/local/frc/JRE/bin/java” ]]; then echo OK; else echo MISSING; fi @ /tmp
-[-1]-> OK

Artifact skipped…

Task :deployFrcStaticFileDeployRoborio
-C-> mkdir -p @ /home/lvuser/deploy
-[1]->

Task :deployFrcJavaRoborio
-C-> . /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t 2> /dev/null @ /home/lvuser
1 file(s) are up-to-date and were not deployed
-C-> echo '/usr/local/frc/JRE/bin/java -XX:+UseConcMarkSweepGC -Djava.library.path=/usr/local/frc/third-party/lib -Djava.lang.invoke.stringConcat=BC_SB -jar “/home/lvuser/characterization-project.jar” ’ > /home/lvuser/robotCommand @ /home/lvuser
-C-> chmod +x /home/lvuser/robotCommand; chown lvuser /home/lvuser/robotCommand @ /home/lvuser
-C-> chmod +x “/home/lvuser/characterization-project.jar”; chown lvuser “/home/lvuser/characterization-project.jar” @ /home/lvuser
-[-1]->
-C-> sync @ /home/lvuser
-[-1]->
-C-> . /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r 2> /dev/null @ /home/lvuser

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:deployNativeZipRoborio’.

A failure occurred while executing jaci.gradle.deploy.artifact.ArtifactDeployWorker
Could not expand ZIP ‘C:\Users\TEAM1024.gradle\caches\modules-2\files-2.1\com.ctre.phoenix\cci\5.17.2\a21297cb1d7100ae52cbfd17bc60ee7bc7f5c271\cci-5.17.2-linuxathena.zip’.

  • 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use ‘–warning-mode all’ to show the individual deprecation warnings.
See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 3s
11 actionable tasks: 7 executed, 4 up-to-date
The terminal process terminated with exit code: 1

Terminal will be reused by tasks, press any key to close it.

If you aren’t using CTRE motor controllers, you could delete the Phoenix vendordep.

Try this.

Thanks, but I had already done that. I AM connected to the internet while running the deploy.

I actually had this error weeks ago, the first time I tried the Characterization tool. I figured it was a problem downloading dependencies, so I disconnected from the bot, connected to the internet, ran a build to download the dependencies, build succeeded, re-connected to the bot wirelessly, and the deploy ran fine.

I did all that the same this time, except now I am connected to the internet wirelessly, and connected to bot via USB, but continue to have this error.

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