View Single Post
  #1   Spotlight this post!  
Unread 30-01-2017, 18:59
DybbukCode DybbukCode is offline
Registered User
FRC #4572
 
Join Date: Jan 2017
Location: Easton CT
Posts: 4
DybbukCode is an unknown quantity at this point
Exclamation Build succesful, but no robot code

This is our build console. Whenever we try to submit our code, it makes communication and the build is succesful, but the driver station still has a red light for the driver station. When I use an example program, it works. What could the problem be?





Buildfile: C:\Users\Matan\workspace\MEME-Powered\build.xml
Trying to override old definition of task classloader
clean:
[delete] Deleting directory C:\Users\Matan\workspace\MEME-Powered\build
[delete] Deleting directory C:\Users\Matan\workspace\MEME-Powered\dist
compile:
[mkdir] Created dir: C:\Users\Matan\workspace\MEME-Powered\build
[echo] [athena-compile] Compiling src with classpath=C:\Users\Matan\wpilib\java\current\lib\W PILib.jar;C:\Users\Matan\wpilib\java\current\lib\N etworkTables.jar;C:\Users\Matan\wpilib\java\curren t\lib\opencv.jar;C:\Users\Matan\wpilib\java\curren t\lib\cscore.jar to build
[javac] Compiling 11 source files to C:\Users\Matan\workspace\MEME-Powered\build
jar:
[echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
[mkdir] Created dir: C:\Users\Matan\workspace\MEME-Powered\dist
[mkdir] Created dir: C:\Users\Matan\workspace\MEME-Powered\build\jars
[echo] [athena-jar] Copying jars to build/jars.
[copy] Copying 4 files to C:\Users\Matan\workspace\MEME-Powered\build\jars
[jar] Building jar: C:\Users\Matan\workspace\MEME-Powered\dist\FRCUserProgram.jar
get-target-ip:
[echo] Finding roboRIO, please ignore any [hostinfo] error messages
[echo] Trying DNS: roboRIO-4572-FRC.lan
[echo] Trying USB: 172.22.11.2
[echo] Trying mDNS: roboRIO-4572-FRC.local
[echo] Trying Static Ethernet: 10.45.72.2
[hostinfo] Error retrieving remote host information for host:roboRIO-4572-FRC.lan.
[echo] Resolved mDNS to 10.45.72.31
[echo] roboRIO found at 10.45.72.31
dependencies:
[echo] roboRIO image version validated
[echo] Checking for JRE. If this fails install the JRE using these instructions: https://wpilib.screenstepslive.com/s...ller-java-only
[sshexec] Connecting to 10.45.72.31:22
[sshexec] cmd : test -d /usr/local/frc/JRE
deploy:
[delete] Deleting: C:\Users\Matan\wpilib\java\current\lib\native\lib\ WPI_Native_Libraries.properties
[scp] Connecting to 10.45.72.31:22
[scp] Receiving file: /usr/local/frc/lib/WPI_Native_Libraries.properties
[scp] Receiving: WPI_Native_Libraries.properties : 2598
[scp] File transfer time: 0.01 Average Rate: 519,600.0 B/s
[scp] done
[scp] Connecting to 10.45.72.31:22
[scp] Receiving file: /usr/local/frc/lib/User_Libraries.properties
[scp] Caught exception: scp: /usr/local/frc/lib/User_Libraries.properties: No such file or directory
[echo] [athena-deploy] Copying code over.
[scp] Connecting to 10.45.72.31:22
[scp] done.
[sshexec] Connecting to 10.45.72.31:22
[sshexec] cmd : ldconfig
[sshexec] Connecting to 10.45.72.31:22
[sshexec] cmd : killall -q netconsole-host || :
[delete] Deleting: C:\Users\Matan\wpilib\java\current\ant\netconsole-host.properties
[scp] Connecting to 10.45.72.31:22
[scp] Receiving file: /usr/local/frc/bin/netconsole-host.properties
[scp] Receiving: netconsole-host.properties : 134
[scp] File transfer time: 0.0 Average Rate: 33,500.0 B/s
[scp] done
[scp] Connecting to 10.45.72.31:22
[scp] done.
[echo] [athena-deploy] Starting program.
[sshexec] Connecting to 10.45.72.31:22
[sshexec] cmd : . /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r;
[sshexec] Connecting to 10.45.72.31:22
[sshexec] cmd : sync
BUILD SUCCESSFUL
Total time: 10 seconds
Reply With Quote