Started by user Jeremy Faden Running as SYSTEM Building in workspace /var/local/jenkins/workspace/autoplot-release Updating https://svn.code.sf.net/p/autoplot/code/autoplot/trunk at revision '2024-10-02T08:52:11.268 -0500' --quiet At revision 27785 [autoplot-release] $ /bin/sh -e /usr/local/apache-tomcat-8.0.27/temp/jenkins8217913334583626536.sh PWD: , /var/local/jenkins/workspace/autoplot-release TAG: 20241002a From https://github.com/das-developers/das2java a9e31ff17..d201eb0bc main -> origin/main Updating a9e31ff17..d201eb0bc Fast-forward QDataSet/src/org/das2/qds/buffer/AsciiDataSet.java | 25 ++++++++++++++++------ dasCore/src/org/das2/graph/DasCanvas.java | 1 + 2 files changed, 19 insertions(+), 7 deletions(-) setting STOREPASS and KEYPASS with set +v... cd autoplot/Autoplot/ CODEBASE=${HUDSON_URL}job/$JOB_NAME/$BUILD_NUMBER/artifact/autoplot/Autoplot/dist/; export CODEBASE #TAG=hudson-$BUILD_NUMBER; export TAG # I'm not sure why this was used, but it killed about an hour trying to figure out why I wasn't seeing # updates and finally apps-pw couldn't see the folder anyway. #AUTOPLOT_STABLE_DIR=/home/Web/das2/web/autoplot/lib/; export AUTOPLOT_STABLE_DIR AUTOPLOT_NO_JNLP_TEMPLATE=1; export AUTOPLOT_NO_JNLP_TEMPLATE bash ./compile-application.sh TAG=20241002a JAVA_HOME=/usr/local/jdk1.8/ DO_HIDE=true # if false then show passwords etc for debugging. AP_KEEP_STABLE=F # if T then keep the stable jars for release CODEBASE= http://cottagesystems.com/jenkins/job/autoplot-release/155/artifact/autoplot/Autoplot/dist/ pwd= /var/local/jenkins/workspace/autoplot-release/autoplot/Autoplot copy jar file classes using wget -q... wget --no-check-certificate -q -O AutoplotStable.jar http://cottagesystems.com/jenkins//job/autoplot-jar-stable-2017/lastSuccessfulBuild/artifact/autoplot/Autoplot/dist/AutoplotStable.jar wget --no-check-certificate -q -O AutoplotStable.jar.pack.gz http://cottagesystems.com/jenkins//job/autoplot-jar-stable-2017/lastSuccessfulBuild/artifact/autoplot/Autoplot/dist/AutoplotStable.jar.pack.gz done copy jar file classes. === look for plugins, META-INF/org.autoplot.datasource.DataSourceFactory.extensions etc == AudioSystemDataSource BinaryDataSource CDAWebDataSource CdfJavaDataSource CefDataSource Das2ServerDataSource DataSourcePack ExcelDataSource FedCatDataSource FitsDataSource HapiDataSource IdlMatlabSupport ImageDataSource JythonDataSource NetCdfDataSource OpenDapDataSource PDSDataSource PDSPPIDataSource TsdsDataSource WavDataSource copy sources... rsync -a --exclude .svn ../das2java/dasCore/src/ temp-volatile-src/ rsync -a --exclude .svn ../das2java/dasCoreUtil/src/ temp-volatile-src/ rsync -a --exclude .svn ../das2java/dasCoreDatum/src/ temp-volatile-src/ rsync -a --exclude .svn ../das2java/QDataSet/src/ temp-volatile-src/ rsync -a --exclude .svn ../das2java/QStream/src/ temp-volatile-src/ rsync -a --exclude .svn ../DataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../JythonSupport/src/ temp-volatile-src/ rsync -a --exclude .svn ../AutoplotHelp/src/ temp-volatile-src/ rsync -a --exclude .svn ../IdlMatlabSupport/src/ temp-volatile-src/ rsync -a --exclude .svn ../AudioSystemDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../BinaryDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../CDAWebDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../CdfJavaDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../CefDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../Das2ServerDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../DataSourcePack/src/ temp-volatile-src/ rsync -a --exclude .svn ../ExcelDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../FedCatDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../FitsDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../HapiDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../IdlMatlabSupport/src/ temp-volatile-src/ rsync -a --exclude .svn ../ImageDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../JythonDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../NetCdfDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../OpenDapDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../PDSDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../PDSPPIDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../TsdsDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../WavDataSource/src/ temp-volatile-src/ rsync -a --exclude .svn ../Autoplot/src/ temp-volatile-src/ done copy sources === special handling of META-INF stuff... Not copying JNLP-INF because AUTOPLOT_NO_JNLP_TEMPLATE is set done special handling of META-INF stuff. === copy resources... copy scheme_bk font from /home/jbf/project/autoplot... pwd= /var/local/jenkins/workspace/autoplot-release/autoplot/Autoplot done copy resources. === copy help files... rsync --exclude .svn ../DataSource/javahelp/ temp-volatile-classes/ skipping directory . rsync --exclude .svn ../DataSourcePack/javahelp/ temp-volatile-classes/ skipping directory . rsync --exclude .svn ../DataSourcePack/javahelp/ temp-volatile-classes/ skipping directory . rsync --exclude .svn ../Autoplot/javahelp/ temp-volatile-classes/ skipping directory . done copy help files. === compile sources... pwd= /var/local/jenkins/workspace/autoplot-release/autoplot/Autoplot/temp-volatile-src /usr/local/jdk1.8//bin/javac -g -target 1.8 -source 1.8 -bootclasspath /usr/local/jdk1.8//jre/lib/rt.jar -cp ../temp-volatile-classes:../AutoplotStable.jar:. -d ../temp-volatile-classes -Xmaxerrs 10 org/autoplot/AutoplotUI.java ./org/autoplot/jythonsupport/PyQDataSet.java:986: error: cannot find symbol if ( SemanticOps.isBundle(val) && !DataSetUtil.oneUnit(val) ) { ^ symbol: method oneUnit(QDataSet) location: class DataSetUtil Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error \n\n****\n\n Error somewhere in compile, see above Build step 'Execute shell' marked build as failure Archiving artifacts Recording fingerprints