Started by upstream project "autoplot-all" build number 10170
originally caused by:
Started by timer
Running as SYSTEM
Building in workspace /var/local/jenkins/workspace/autoplot-test100
[autoplot-test100] $ /bin/sh -xe /usr/local/apache-tomcat-8.0.27/temp/jenkins3046437584643293090.sh
+ hostname
+ whoami
+ echo running test on spot8 by tomcat
running test on spot8 by tomcat
+ pwd
+ echo /var/local/jenkins/workspace/autoplot-test100
/var/local/jenkins/workspace/autoplot-test100
+ [ -d autoplot ]
+ cd autoplot
+ git pull
From https://github.com/autoplot/autoplot
83565f54d..c6e223d95 main -> origin/main
Updating 83565f54d..c6e223d95
Fast-forward
Autoplot/src/index.html | 3 ++-
Autoplot/src/org/autoplot/AddAnnotationDialog.java | 3 ++-
Autoplot/src/org/autoplot/AutoplotUI.java | 2 +-
Autoplot/src/org/autoplot/AxisPanel.java | 3 ++-
Autoplot/src/org/autoplot/GuiSupport.java | 6 +++---
Autoplot/src/org/autoplot/LayoutPanel.java | 5 +++--
Autoplot/src/org/autoplot/RunBatchTool.java | 7 ++++---
DataSource/src/org/autoplot/datasource/WindowManager.java | 13 +++++++++++++
8 files changed, 30 insertions(+), 12 deletions(-)
+ cd ..
+ pwd
+ echo PWD1: , /var/local/jenkins/workspace/autoplot-test100
PWD1: , /var/local/jenkins/workspace/autoplot-test100
+ cd autoplot
+ [ -d das2java/dasCore ]
+ cd das2java
+ git pull
Already up to date.
+ cd ..
+ export JAVA_HOME=/usr/local/jdk1.8
+ [ -s /usr/share/tomcat6/autoplot_data/bookmarks/bookmarks.xml ]
+ echo ====================
====================
+ echo empty bookmarks file: /usr/share/tomcat6/autoplot_data/bookmarks/bookmarks.xml
empty bookmarks file: /usr/share/tomcat6/autoplot_data/bookmarks/bookmarks.xml
+ echo rm file...
rm file...
+ echo ====================
====================
+ rm -f /usr/share/tomcat6/autoplot_data/bookmarks/bookmarks.xml
+ cd ..
+ JAR=../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar
+ echo The present working directory:
The present working directory:
+ pwd
/var/local/jenkins/workspace/autoplot-test100
+ ls -l ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar
-rw-r--r-- 1 tomcat staff 52596413 Nov 21 12:55 ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar
+ rm -fr test*
+ rm -fr Test*
+ rm -fr diffs*
+ echo == make jar ==
== make jar ==
+ /home/jbf/local/apache-ant-1.9.4/bin/ant -Dplatforms.JDK_1.8.home=/usr/local/jdk1.8/ -q -f autoplot/VATesting/build.xml -lib autoplot/APLibs/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar jar
BUILD FAILED
/var/local/jenkins/workspace/autoplot-test100/autoplot/VATesting/nbproject/build-impl.xml:914: The following error occurred while executing this line:
/var/local/jenkins/workspace/autoplot-test100/autoplot/VATesting/nbproject/build-impl.xml:1765: The following error occurred while executing this line:
/var/local/jenkins/workspace/autoplot-test100/autoplot/BinaryDataSource/nbproject/build-impl.xml:906: The following error occurred while executing this line:
/var/local/jenkins/workspace/autoplot-test100/autoplot/BinaryDataSource/nbproject/build-impl.xml:1493: The following error occurred while executing this line:
/var/local/jenkins/workspace/autoplot-test100/autoplot/DataSource/nbproject/build-impl.xml:914: The following error occurred while executing this line:
/var/local/jenkins/workspace/autoplot-test100/autoplot/DataSource/nbproject/build-impl.xml:1493: The following error occurred while executing this line:
/var/local/jenkins/workspace/autoplot-test100/autoplot/das2java/QDataSet/nbproject/build-impl.xml:151: The J2SE Platform is not correctly set up.
Your active platform is: JDK_8__System_, but the corresponding property "platforms.JDK_8__System_.home" is not found in the project's properties files.
Either open the project in the IDE and setup the Platform with the same name or add it manually.
For example like this:
ant -Duser.properties.file=<path_to_property_file> jar (where you put the property "platforms.JDK_8__System_.home" in a .properties file)
or ant -Dplatforms.JDK_8__System_.home=<path_to_JDK_home> jar (where no properties file is used)
Total time: 0 seconds
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE