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 '2025-04-29T09:35:35.720 -0500' --quiet At revision 28232 [autoplot-release] $ /bin/sh -e /usr/local/apache-tomcat-8.0.27/temp/jenkins1275479412498998521.sh PWD: , /var/local/jenkins/workspace/autoplot-release TAG: 20250429a Already up to date. 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=20250429a 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/242/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/LayoutPanel.java:347: error: method showMessageDialog in class AutoplotUtil cannot be applied to given types; AutoplotUtil.showMessageDialog( LayoutPanel.this, "No more than 6 rows or columns can be added at once."); ^ required: Component,Object,String,int found: LayoutPanel,String reason: actual and formal argument lists differ in length ./org/autoplot/LayoutPanel.java:351: error: method showMessageDialog in class AutoplotUtil cannot be applied to given types; AutoplotUtil.showMessageDialog(dia, "plots can only be added when the plot column is the margin column"); ^ required: Component,Object,String,int found: AddPlotsDialog,String reason: actual and formal argument lists differ in length 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. 2 errors \n\n****\n\n Error somewhere in compile, see above Build step 'Execute shell' marked build as failure Archiving artifacts Recording fingerprints Sending e-mails to: faden@cottagesystems.com Finished: FAILURE