Started by upstream project "autoplot-run-tests" build number 10018 originally caused by: Started by upstream project "autoplot-all" build number 9963 originally caused by: Started by timer Started by upstream project "autoplot-all" build number 9963 Running as SYSTEM Building in workspace /var/local/jenkins/workspace/autoplot-test038 [autoplot-test038] $ /bin/sh -xe /usr/local/apache-tomcat-8.0.27/temp/jenkins5428490200876344323.sh + rm -f Test038.java test038.addPointDigitizer.jy.cdf test038.background_removal_wfr.jyds.cdf test038.demoParms.jy.cdf test038.demoParms0.jy.cdf test038.demoParms1.jy.cdf test038.demoParms2.jy.cdf test038.exDataSets.jyds.cdf test038.fce_A.jyds.cdf test038.fce_A_2.jyds.cdf test038.jedi_l3_valid_tofxe_events.jyds.cdf test038.jydsCommentBug.jyds.cdf test038.rewriteF_L0.jy.cdf test038.trivial.jy.cdf test038.txt test038.windlistener.jy.cdf test038_completions_addPointDigitizer.jy test038_completions_addPointDigitizer.jy.png test038_completions_background_removal_wfr.jyds test038_completions_background_removal_wfr.jyds.png test038_completions_demoParms.jy test038_completions_demoParms.jy.png test038_completions_demoParms0.jy test038_completions_demoParms0.jy.png test038_completions_demoParms1.jy test038_completions_demoParms1.jy.png test038_completions_demoParms2.jy test038_completions_demoParms2.jy.png test038_completions_exDataSets.jyds test038_completions_exDataSets.jyds.png test038_completions_fce_A.jyds test038_completions_fce_A.jyds.png test038_completions_fce_A_2.jyds test038_completions_fce_A_2.jyds.png test038_completions_jedi_l3_valid_tofxe_events.jyds test038_completions_jedi_l3_valid_tofxe_events.jyds.png test038_completions_jydsCommentBug.jyds test038_completions_jydsCommentBug.jyds.png test038_completions_rewriteF_L0.jy test038_completions_rewriteF_L0.jy.png test038_completions_trivial.jy test038_completions_trivial.jy.png test038_completions_windlistener.jy test038_completions_windlistener.jy.png test038_params_addPointDigitizer.jy test038_params_background_removal_wfr.jyds test038_params_demoParms.jy test038_params_demoParms0.jy test038_params_demoParms1.jy test038_params_demoParms2.jy test038_params_exDataSets.jyds test038_params_fce_A.jyds test038_params_fce_A_2.jyds test038_params_jedi_l3_valid_tofxe_events.jyds test038_params_jydsCommentBug.jyds test038_params_rewriteF_L0.jy test038_params_trivial.jy test038_params_windlistener.jy + export DISPLAY=localhost:2 + JAR=../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar + cp ../autoplot-jar-all/autoplot/Autoplot/temp-src/test/endtoend/Test038.java . + /usr/local/jdk1.8//bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar test.endtoend.Test038 == test 002: /home/jbf/ct/hudson/script/test038/demoParms1.jy == src=rbsp pub2=ECT pub=ECT pub2=ECT read params in 710 millis: /home/jbf/ct/hudson/script/test038/demoParms1.jy == test 002: /home/jbf/ct/hudson/script/test038/demoParms1.jy == src=rbsp pub2=ECT pub=ECT pub2=ECT read params in 62 millis: /home/jbf/ct/hudson/script/test038/demoParms1.jy == test 002: /home/jbf/ct/hudson/script/test038/demoParms1.jy == overwriting /var/local/jenkins/workspace/autoplot-test038/test038.demoParms1.jy.cdf overwriting /var/local/jenkins/workspace/autoplot-test038/test038.demoParms1.jy.cdf overwriting /var/local/jenkins/workspace/autoplot-test038/test038.demoParms1.jy.cdf Sep 29, 2025 5:24:49 PM org.autoplot.scriptconsole.ExitExceptionHandler handle WARNING: exception occurred: null java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:1349) at java.awt.EventQueue.invokeAndWait(EventQueue.java:1324) at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1353) at org.das2.graph.DasCanvas.getImage(DasCanvas.java:1628) at org.autoplot.ScriptContext.writeToPng(ScriptContext.java:1342) at org.autoplot.ScriptContext.writeToPng(ScriptContext.java:1289) at test.endtoend.Test038.doTestsCountCompletions(Test038.java:205) at test.endtoend.Test038.doTests(Test038.java:58) at test.endtoend.Test038.main(Test038.java:296) Caused by: java.lang.NullPointerException at org.das2.graph.DasPlot.implementMacros(DasPlot.java:1310) at org.das2.graph.DasPlot.paintComponent(DasPlot.java:1614) at javax.swing.JComponent.printComponent(JComponent.java:1220) at org.das2.graph.DasPlot.printComponent(DasPlot.java:1256) at javax.swing.JComponent.paint(JComponent.java:1060) at javax.swing.JComponent.print(JComponent.java:1202) at javax.swing.JComponent.paintChildren(JComponent.java:893) at javax.swing.JComponent.printChildren(JComponent.java:1233) at javax.swing.JComponent.paint(JComponent.java:1068) at javax.swing.JLayeredPane.paint(JLayeredPane.java:586) at javax.swing.JComponent.print(JComponent.java:1202) at org.das2.graph.DasCanvas.print(DasCanvas.java:953) at org.das2.graph.DasCanvas.writeToImageImmediately(DasCanvas.java:1726) at org.das2.graph.DasCanvas$13.run(DasCanvas.java:1624) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:1349) at java.awt.EventQueue.invokeAndWait(EventQueue.java:1324) at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1353) at org.das2.graph.DasCanvas.getImage(DasCanvas.java:1628) at org.autoplot.ScriptContext.writeToPng(ScriptContext.java:1342) at org.autoplot.ScriptContext.writeToPng(ScriptContext.java:1289) at test.endtoend.Test038.doTestsCountCompletions(Test038.java:205) at test.endtoend.Test038.doTests(Test038.java:58) at test.endtoend.Test038.main(Test038.java:296) Caused by: java.lang.NullPointerException at org.das2.graph.DasPlot.implementMacros(DasPlot.java:1310) at org.das2.graph.DasPlot.paintComponent(DasPlot.java:1614) at javax.swing.JComponent.printComponent(JComponent.java:1220) at org.das2.graph.DasPlot.printComponent(DasPlot.java:1256) at javax.swing.JComponent.paint(JComponent.java:1060) at javax.swing.JComponent.print(JComponent.java:1202) at javax.swing.JComponent.paintChildren(JComponent.java:893) at javax.swing.JComponent.printChildren(JComponent.java:1233) at javax.swing.JComponent.paint(JComponent.java:1068) at javax.swing.JLayeredPane.paint(JLayeredPane.java:586) at javax.swing.JComponent.print(JComponent.java:1202) at org.das2.graph.DasCanvas.print(DasCanvas.java:953) at org.das2.graph.DasCanvas.writeToImageImmediately(DasCanvas.java:1726) at org.das2.graph.DasCanvas$13.run(DasCanvas.java:1624) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE