Started by user Jeremy Faden Running as SYSTEM Building in workspace /var/local/jenkins/workspace/autoplot-release [autoplot-release] $ /bin/sh -e /usr/local/apache-tomcat-8.0.27/temp/jenkins8503401235434736770.sh HOST: spot8 PWD: /var/local/jenkins/workspace/autoplot-release TAG: 20260130a From https://github.com/autoplot/autoplot e3c4f0fe1..4eb3add36 main -> origin/main Updating e3c4f0fe1..4eb3add36 Fast-forward Autoplot/src/org/autoplot/AutoplotUtil.java | 5 +- .../src/org/autoplot/batch/BatchProcessor.java | 126 ++++++++++++++++++--- .../src/org/autoplot/hapi/HapiDataSource.java | 13 +++ HapiDataSource/src/org/autoplot/hapi/HapiUtil.java | 2 +- .../src/org/autoplot/pds/PdsDataSource.java | 11 ++ 5 files changed, 138 insertions(+), 19 deletions(-) PWD1: /var/local/jenkins/workspace/autoplot-release Already up to date. PWD2: /var/local/jenkins/workspace/autoplot-release/autoplot ============================ export CODEBASE=http://cottagesystems.com/jenkins/job/autoplot-release/428/artifact/autoplot/Autoplot/dist/ ============================ ## compile application /var/local/jenkins/workspace/autoplot-release/autoplot/Autoplot TAG=20260130a 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/428/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... 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/batch/BatchProcessor.java:940: error: cannot find symbol Path path= Path.of( pendingFile.toURI() ); ^ symbol: method of(URI) location: interface Path ./org/autoplot/batch/BatchProcessor.java:944: error: cannot find symbol Files.writeString(path, text, StandardOpenOption.APPEND ); ^ symbol: method writeString(Path,String,StandardOpenOption) location: class Files ./org/autoplot/batch/BatchProcessor.java:980: error: cannot find symbol Path path= Path.of( completedFile.toURI() ); ^ symbol: method of(URI) location: interface Path ./org/autoplot/batch/BatchProcessor.java:982: error: cannot find symbol Files.writeString(path, text, StandardOpenOption.APPEND ); ^ symbol: method writeString(Path,String,StandardOpenOption) location: class Files 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. 4 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 ERROR: 534-5.7.9 Application-specific password required. For more information, go to 534 5.7.9 https://support.google.com/mail/?p=InvalidSecondFactor 5614622812f47-45f08f20ddbsm4563000b6e.14 - gsmtp jakarta.mail.AuthenticationFailedException: 534-5.7.9 Application-specific password required. For more information, go to 534 5.7.9 https://support.google.com/mail/?p=InvalidSecondFactor 5614622812f47-45f08f20ddbsm4563000b6e.14 - gsmtp at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:947) at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:858) at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:762) at jakarta.mail.Service.connect(Service.java:364) at jakarta.mail.Service.connect(Service.java:222) at jakarta.mail.Service.connect(Service.java:171) at jakarta.mail.Transport.send0(Transport.java:230) at jakarta.mail.Transport.send(Transport.java:100) at hudson.tasks.MailSender.run(MailSender.java:131) at hudson.tasks.Mailer.perform(Mailer.java:175) at hudson.tasks.Mailer.perform(Mailer.java:138) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:763) at hudson.model.Build$BuildExecution.post2(Build.java:179) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:707) at hudson.model.Run.execute(Run.java:1921) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:442) Finished: FAILURE