Console Output

Started by upstream project "autoplot-all" build number 11304
originally caused by:
 Started by timer
Running as SYSTEM
Building in workspace /var/local/jenkins/workspace/autoplot-test100
[autoplot-test100] $ /bin/sh -xe /tmp/jenkins168196840041850124.sh
+ hostname
+ whoami
+ echo running test on spot10 by tomcat
running test on spot10 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
   f57bd14ac..2caa1ab1c  main       -> origin/main
Updating f57bd14ac..2caa1ab1c
Fast-forward
 Autoplot/src/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
+ 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
From https://github.com/das-developers/das2java
   1cfbdbd78..f327b2ddc  main       -> origin/main
Updating 1cfbdbd78..f327b2ddc
Fast-forward
 dasCore/src/org/das2/fsm/FileStorageModel.java  |  6 ++++--
 dasCoreDatum/src/org/das2/datum/TimeParser.java | 27 ++++++++++++++++++++++++-
 2 files changed, 30 insertions(+), 3 deletions(-)
+ 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 tomcat 52755658 Sep  2 08:54 ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar
+ rm -fr test100_Test_005_URISwitching.demo007.png test100_Test_005_URISwitching.demo012.png test100_Test_022_ContextOverview.001.png test100_Test_022_ContextOverview.002.png test100_Test_031_MultiPanelPlot.png test100_Test_034_TimeSeriesBrowse.001.png test100_Test_037_ZoomPan.001.png test100_Test_037_ZoomPan.002.png test100_Test_037_ZoomPan.003.png test100_Test_038_CopyPlotElementsDown.png test100_Test_039_OperationsCacheReset.png test100_Test_042_TwoTsb.png test100_Test_042_TwoTsb_2.png test100_Test_042_TwoTsb_3.png test100_Test_042_TwoTsb_4.png test100_Test_051_HanningFilter.png test100_Test_052_FocusSwitching.png test100_Test_052_FocusSwitching_Screen.png test100_Test_100_Demo1423.png
+ rm -fr Test_022_ContextOverview.000.vap Test_031_MultiPanelPlot.vap Test_038_CopyPlotElementsDown.vap Test_039_OperationsCacheReset.vap Test_042_TwoTsb Test_042_TwoTsb.vap Test_042_TwoTsb_2.vap Test_042_TwoTsb_3.vap Test_042_TwoTsb_4.vap Test_051_HanningFilter.vap Test_052_FocusSwitching.vap
+ rm -fr diffs*
+ echo == make jar ==
== make jar ==
+ ant -Dplatforms.JDK_1.8.home=/usr/local/jdk1.8/ -Dplatforms.JDK_8__System_.home=/usr/local/jdk1.8/ -q -f autoplot/VATesting/build.xml -lib autoplot/APLibs/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar jar
+ echo   done make jar...
  done make jar...
+ DISPLAY=localhost:2
+ export DISPLAY
+ echo == run test ==
== run test ==
+ pwd
/var/local/jenkins/workspace/autoplot-test100
+ ls -l ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar
-rw-r--r-- 1 tomcat tomcat 52755658 Sep  2 08:54 ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar
+ ls -l autoplot/VATesting/dist/VATesting.jar
-rw-r--r-- 1 tomcat tomcat 154365 Jun 30 11:36 autoplot/VATesting/dist/VATesting.jar
+ JAVA_VM_ARGS=-DenableResponseMonitor=true
+ CP=-cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar
+ printf \n\n=== test.Test_000_Init ===\n


=== test.Test_000_Init ===
+ /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_000_Init
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Reproduce user actions through event queue.
Use event dispatching to reproduce user actions
Shortcut test events
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Executed test org.autoplot.test.Test_000_Init
Test org.autoplot.test.Test_000_Init has been started
Trace:
Start to wait action "Test org.autoplot.test.Test_000_Init finished"
Sep 02, 2026 8:54:17 AM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
org.netbeans.jemmy.TestCompletedException: Test passed
	at org.netbeans.jemmy.Test.closeDown(Test.java:133)
	at org.netbeans.jemmy.Test.launch(Test.java:360)
	at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319)
	at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276)
Trace:
"Test org.autoplot.test.Test_000_Init finished" action has been produced in 835 milliseconds with result 
    : 0
+ printf \n\n=== test.Test_005_URISwitching ===\n


=== test.Test_005_URISwitching ===
+ /usr/local/jdk1.8/bin/java -Djava.util.logging.config.file=/home/jbf/ct/hudson/logging.properties -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_005_URISwitching
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Reproduce user actions through event queue.
Use event dispatching to reproduce user actions
Shortcut test events
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Executed test org.autoplot.test.Test_005_URISwitching
Test org.autoplot.test.Test_005_URISwitching has been started
Trace:
Start to wait action "Test org.autoplot.test.Test_005_URISwitching finished"
handlers: [Ljava.util.logging.Handler;@5859f3cd
#logging started at 2 Sep 2026 13:54:18 GMT
    0.000 autoplot.dom.pec: plotElementListener: dataSourceFilterId ->data_0
    0.001 autoplot.dom.pec: plotElement_0.setResetPlotElement(true)
    0.001 autoplot.dom.pec: plotElement_0.setResetRanges(true)
    0.002 autoplot.dom.pec: plotElementListener: renderType null->series
    0.002 autoplot.dom.pec:   postOpsDataSet: null
    0.002 autoplot.dom.pec: setDataSetInternal null
    0.010 autoplot.dom.pec: ENTRY PlotElementController.setRenderer
    0.015 autoplot.dom.pec: RETURN PlotElementController.setRenderer
    0.138 autoplot.gui: disabling HTTP certificate checks.
ready in just a few seconds...
    1.413 autoplot.dom.pec: plotElement_0.setResetPlotElement(true)
    1.413 autoplot.dom.pec: plotElement_0.setResetRanges(true)
    1.483 das2.filesystem.http.util: URL http://autoplot.org/data/hsi_qlimg_5050601_001.fits permanently moved to https://autoplot.org/data/hsi_qlimg_5050601_001.fits
    1.694 autoplot.dom.pec: enter fillDataSetListener propertyChange
    1.694 autoplot.dom.pec: plotElement_0 got new dataset: dataset[bundle=6,axis1=64,axis0=64] (dimensionless)  resetComponent=true  resetPele=true  resetRanges=true
    1.695 autoplot.dom.pec: updateDataSetImmediately: plotElement_0 series
    1.695 autoplot.dom.pec:   resetPlotElement: true
    1.695 autoplot.dom.pec:   resetRanges: true
    1.695 autoplot.dom.pec:   resetRenderType: false
    1.695 autoplot.dom.pec:   component: 
    1.695 autoplot.dom.pec:   dataSet: dataset[bundle=6,axis1=64,axis0=64] (dimensionless)
    1.696 autoplot.dom.pec: resetPlotElement(dataset[bundle=6,axis1=64,axis0=64] (dimensionless) spectrogram) ele=plotElement_0
    1.696 autoplot.dom.pec: ###############
    1.696 autoplot.dom.pec: plotElement_0 []
    1.696 autoplot.dom.pec: shouldHaveChildren: false
    1.696 autoplot.dom.pec: ###############
    1.696 autoplot.dom.pec: plotElement_0.setResetPlotElement(false)
    1.696 autoplot.dom.pec: plotElementListener: component ->|slice0(2)
    1.698 autoplot.dom.pec: component property change requires we reset render and dimensions: ->|slice0(2)
    1.698 autoplot.dom.pec: plotElement_0.setResetPlotElement(true)
    1.698 autoplot.dom.pec: plotElement_0.setResetRanges(true)
    1.698 autoplot.dom.pec: plotElementListener: renderType null->spectrogram
    1.698 autoplot.dom.pec: updateDataSetImmediately: plotElement_0 spectrogram
    1.698 autoplot.dom.pec:   resetPlotElement: true
    1.699 autoplot.dom.pec:   resetRanges: true
    1.699 autoplot.dom.pec:   resetRenderType: false
    1.699 autoplot.dom.pec:   component: |slice0(2)
    1.699 autoplot.dom.pec:   dataSet: dataset[bundle=6,axis1=64,axis0=64] (dimensionless)
    1.699 autoplot.dom.pec: component=|slice0(2)
    1.701 autoplot.dom.pec: ENTRY PlotElementController.setRenderer
    1.702 autoplot.dom.pec: RETURN PlotElementController.setRenderer
    1.713 autoplot.dom.pec: plotElement_0.setResetPlotElement(false)
    1.713 autoplot.dom.pec: component=|slice0(2)
    1.716 autoplot.dom.pec:   postOpsDataSet: dataset[axis1=64,axis0=64] (dimensionless)
    1.716 autoplot.dom.pec: setDataSetInternal dataset[axis1=64,axis0=64] (dimensionless)
    1.720 autoplot.dom.pec: resetPlotElement(dataset[axis1=64,axis0=64] (dimensionless) spectrogram) ele=plotElement_0
    1.720 autoplot.dom.pec: ###############
    1.720 autoplot.dom.pec: plotElement_0 []
    1.720 autoplot.dom.pec: shouldHaveChildren: false
    1.720 autoplot.dom.pec: ###############
    1.720 autoplot.dom.pec: plotElementListener: renderType null->spectrogram
    1.720 autoplot.dom.pec: plotElement_0.setResetPlotElement(false)
    1.720 autoplot.dom.pec: renderType: spectrogram
    1.721 autoplot.dom.pec: doResetRanges for data_0 (vap+fits:http://autoplot.org/data/hsi_qlimg_5050601_001.fits) controller
    1.721 autoplot.dom.pec: component=|slice0(2)
    1.722 autoplot.dom.pec: doAutoranging
    1.722 autoplot.dom.pec: doAutoranging for spectrogram
    1.727 autoplot.dom.pec: desc.range=-0.12361022047698497 to 0.63129
    1.727 autoplot.dom.pec: xdesc.range=-174.74009999999998 to 39.760
    1.728 autoplot.dom.pec: ydesc.range=-4.25 to 67.25
    1.728 autoplot.dom.pec: xaxis.isAutoRange=true
    1.728 autoplot.dom.pec: done, autorange  x:-174.74009999999998 to 39.760, y:-4.25 to 67.25 
turning off default log, look for messages in console tab.
org.netbeans.jemmy.TestCompletedException: Test passed
	at org.netbeans.jemmy.Test.closeDown(Test.java:133)
	at org.netbeans.jemmy.Test.launch(Test.java:360)
	at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319)
	at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276)
Trace:
"Test org.autoplot.test.Test_005_URISwitching finished" action has been produced in 6449 milliseconds with result 
    : 0
+ printf \n\n=== test.Test_037_ZoomPan ===\n


=== test.Test_037_ZoomPan ===
+ /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_037_ZoomPan
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Reproduce user actions through event queue.
Use event dispatching to reproduce user actions
Shortcut test events
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Executed test org.autoplot.test.Test_037_ZoomPan
Test org.autoplot.test.Test_037_ZoomPan has been started
Trace:
Start to wait action "Test org.autoplot.test.Test_037_ZoomPan finished"
Sep 02, 2026 8:54:25 AM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
org.netbeans.jemmy.TestCompletedException: Test passed
	at org.netbeans.jemmy.Test.closeDown(Test.java:133)
	at org.netbeans.jemmy.Test.launch(Test.java:360)
	at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319)
	at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276)
Trace:
"Test org.autoplot.test.Test_037_ZoomPan finished" action has been produced in 1728 milliseconds with result 
    : 0
+ printf \n\n=== test.Test_022_ContextOverview ===\n


=== test.Test_022_ContextOverview ===
+ /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_022_ContextOverview
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Reproduce user actions through event queue.
Use event dispatching to reproduce user actions
Shortcut test events
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Executed test org.autoplot.test.Test_022_ContextOverview
Test org.autoplot.test.Test_022_ContextOverview has been started
Trace:
Start to wait action "Test org.autoplot.test.Test_022_ContextOverview finished"
Sep 02, 2026 8:54:27 AM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
turning off default log, look for messages in console tab.
here line 52
here line 54
here line 59
here line 61
after wait, data loaded. 2005-12-31 23:00 to 2006-01-02 01:00
rescale to 2006-01-01 4:12 to 19:48
*sys-package-mgr*: processing modified jar, '/var/local/jenkins/workspace/autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar'
= Bindings (13)=
  plot_0.colortable to style_0.colortable  (plot_0)
  app_0.timeRange to xaxis_0.range  (app_0)
  plot_0.colortable to style_1.colortable  (plot_0)
  plot_0.colortable to style_2.colortable  (plot_0)
  plot_0.colortable to style_3.colortable  (plot_0)
  plot_1.colortable to style_4.colortable  (plot_1)
  plot_1.colortable to style_5.colortable  (plot_1)
  plot_1.colortable to style_6.colortable  (plot_1)
  plot_1.colortable to style_7.colortable  (plot_1)
  yaxis_0.log to yaxis_1.log  (yaxis_0)
  zaxis_0.range to zaxis_1.range  (zaxis_0)
  zaxis_0.log to zaxis_1.log  (zaxis_0)
  zaxis_0.label to zaxis_1.label  (zaxis_0)
org.netbeans.jemmy.TestCompletedException: Test passed
	at org.netbeans.jemmy.Test.closeDown(Test.java:133)
	at org.netbeans.jemmy.Test.launch(Test.java:360)
	at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319)
	at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276)
Trace:
"Test org.autoplot.test.Test_022_ContextOverview finished" action has been produced in 15546 milliseconds with result 
    : 0
+ printf \n\n=== test.Test_031_MultiPanelPlot ===\n


=== test.Test_031_MultiPanelPlot ===
+ /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_031_MultiPanelPlot
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Reproduce user actions through event queue.
Use event dispatching to reproduce user actions
Shortcut test events
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Executed test org.autoplot.test.Test_031_MultiPanelPlot
Test org.autoplot.test.Test_031_MultiPanelPlot has been started
Trace:
Start to wait action "Test org.autoplot.test.Test_031_MultiPanelPlot finished"
Sep 02, 2026 8:54:42 AM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
here line 55
here line 59
here line 63
turning off default log, look for messages in console tab.
here line 76
javax.swing.JPanel[,0,0,330x370,layout=org.jdesktop.layout.GroupLayout,alignmentX=0.0,alignmentY=0.0,border=javax.swing.border.TitledBorder@41a8bfd6,flags=8201,maximumSize=,minimumSize=java.awt.Dimension[width=230,height=230],preferredSize=]
clickPoint: javax.swing.JPanel[,0,0,330x370,layout=org.jdesktop.layout.GroupLayout,alignmentX=0.0,alignmentY=0.0,border=javax.swing.border.TitledBorder@41a8bfd6,flags=8203,maximumSize=,minimumSize=java.awt.Dimension[width=230,height=230],preferredSize=]
here line 88
***** clickPoint AHP= X:62 Y:5
org.netbeans.jemmy.TestCompletedException: Test passed
	at org.netbeans.jemmy.Test.closeDown(Test.java:133)
	at org.netbeans.jemmy.Test.launch(Test.java:360)
	at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319)
	at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276)
Trace:
"Test org.autoplot.test.Test_031_MultiPanelPlot finished" action has been produced in 18141 milliseconds with result 
    : 0
+ printf OKAY first time\n
OKAY first time
+ printf \n\n=== test.Test_034_TimeSeriesBrowse ===\n


=== test.Test_034_TimeSeriesBrowse ===
+ /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_034_TimeSeriesBrowse
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Reproduce user actions through event queue.
Use event dispatching to reproduce user actions
Shortcut test events
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Executed test org.autoplot.test.Test_034_TimeSeriesBrowse
Test org.autoplot.test.Test_034_TimeSeriesBrowse has been started
Trace:
Start to wait action "Test org.autoplot.test.Test_034_TimeSeriesBrowse finished"
Sep 02, 2026 8:55:01 AM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
1: 0.0 to 100.0
TODO: There should be a way to make sure the app has received the update.
turning off default log, look for messages in console tab.
null
java.lang.NullPointerException
2: 2000-01-09
3: 2000-01-09
4: 2000-01-10
Boo, sleep because testing server isn't stopping properly.
null
java.lang.NullPointerException
* data not here yet
* data not here yet
* data not here yet
* data not here yet
* data not here yet
* data not here yet
* data not here yet
* data not here yet
* data not here yet
* data not here yet
5: 2000-01-10
current directory: /var/local/jenkins/workspace/autoplot-test100/.
--- bindings ---
plot_0.colortable to style_0.colortable  (plot_0)
app_0.timeRange to plot_0.context  (app_0)
plot_1.colortable to style_1.colortable  (plot_1)
app_0.timeRange to plot_1.context  (app_0)
---
org.netbeans.jemmy.TestCompletedException: Test passed
	at org.netbeans.jemmy.Test.closeDown(Test.java:133)
	at org.netbeans.jemmy.Test.launch(Test.java:360)
	at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319)
	at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276)
Trace:
"Test org.autoplot.test.Test_034_TimeSeriesBrowse finished" action has been produced in 9073 milliseconds with result 
    : 0
+ printf \n\n=== test.Test_038_CopyPlotElementsDown ===\n


=== test.Test_038_CopyPlotElementsDown ===
+ /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_038_CopyPlotElementsDown
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Reproduce user actions through event queue.
Use event dispatching to reproduce user actions
Shortcut test events
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Executed test org.autoplot.test.Test_038_CopyPlotElementsDown
Test org.autoplot.test.Test_038_CopyPlotElementsDown has been started
Trace:
Start to wait action "Test org.autoplot.test.Test_038_CopyPlotElementsDown finished"
Sep 02, 2026 8:55:10 AM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
turning off default log, look for messages in console tab.
org.netbeans.jemmy.TestCompletedException: Test passed
	at org.netbeans.jemmy.Test.closeDown(Test.java:133)
	at org.netbeans.jemmy.Test.launch(Test.java:360)
	at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319)
	at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276)
Trace:
"Test org.autoplot.test.Test_038_CopyPlotElementsDown finished" action has been produced in 4145 milliseconds with result 
    : 0
+ printf \n\n=== test.Test_039_OperationsCacheReset ===\n


=== test.Test_039_OperationsCacheReset ===
+ /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_039_OperationsCacheReset
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Reproduce user actions through event queue.
Use event dispatching to reproduce user actions
Shortcut test events
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Executed test org.autoplot.test.Test_039_OperationsCacheReset
Test org.autoplot.test.Test_039_OperationsCacheReset has been started
Trace:
Start to wait action "Test org.autoplot.test.Test_039_OperationsCacheReset finished"
Sep 02, 2026 8:55:15 AM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
turning off default log, look for messages in console tab.
Done!
org.netbeans.jemmy.TestCompletedException: Test passed
	at org.netbeans.jemmy.Test.closeDown(Test.java:133)
	at org.netbeans.jemmy.Test.launch(Test.java:360)
	at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319)
	at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276)
Trace:
"Test org.autoplot.test.Test_039_OperationsCacheReset finished" action has been produced in 13404 milliseconds with result 
    : 0
+ printf \n\n=== test.Test_041_Lanl20140214b ===\n


=== test.Test_041_Lanl20140214b ===
+ printf \n\n=== test.Test_042_TwoTsb ===\n


=== test.Test_042_TwoTsb ===
+ /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_042_TwoTsb
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Reproduce user actions through event queue.
Use event dispatching to reproduce user actions
Shortcut test events
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Executed test org.autoplot.test.Test_042_TwoTsb
Test org.autoplot.test.Test_042_TwoTsb has been started
Trace:
Start to wait action "Test org.autoplot.test.Test_042_TwoTsb finished"
untagged
AutoplotAll.jar: untagged_version()
build.jenkinsURL: https://cottagesystems.com/jenkins/job/autoplot-jar-all/11769/
Sep 02, 2026 8:55:28 AM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
Sep 02, 2026 8:55:30 AM org.das2.util.filesystem.HttpUtil checkRedirect
INFO: URL http://autoplot.org/data/jyds/tsbNonTimeAxis.jyds permanently moved to https://autoplot.org/data/jyds/tsbNonTimeAxis.jyds
Sep 02, 2026 8:55:30 AM org.autoplot.dom.DataSourceController loadDataSet
WARNING: null
Traceback (innermost last):
  File "tsbNonTimeAxis.jyds", line 2, in ?
java.lang.NullPointerException
	at org.das2.datum.TimeParser.getExampleExtras(TimeParser.java:195)
	at org.das2.fsm.FileStorageModel.quantize(FileStorageModel.java:509)
	at org.autoplot.aggregator.AggregatingDataSource$AggTimeSeriesBrowse.setTimeRange(AggregatingDataSource.java:262)
	at org.autoplot.jythonsupport.Util.getDataSet(Util.java:236)
	at org.autoplot.jythonsupport.GetDataSetCommand.__call__(GetDataSetCommand.java:205)
	at org.python.core.PyObject.__call__(PyObject.java:495)
	at org.python.pycode._pyx11.f$0(tsbNonTimeAxis.jyds:2)
	at org.python.pycode._pyx11.call_function(tsbNonTimeAxis.jyds)
	at org.python.core.PyTableCode.call(PyTableCode.java:217)
	at org.python.core.PyCode.call(PyCode.java:14)
	at org.python.core.Py.runCode(Py.java:1224)
	at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:165)
	at org.autoplot.datasource.jython.JythonDataSource.getDataSet(JythonDataSource.java:317)
	at org.autoplot.dom.DataSourceController.loadDataSet(DataSourceController.java:1900)
	at org.autoplot.dom.DataSourceController.updateImmediately(DataSourceController.java:1495)
	at org.autoplot.dom.DataSourceController.access$1300(DataSourceController.java:65)
	at org.autoplot.dom.DataSourceController$11.run(DataSourceController.java:1594)
	at org.das2.system.RequestProcessor$Runner.run(RequestProcessor.java:253)
	at java.lang.Thread.run(Thread.java:748)

java.lang.NullPointerException: java.lang.NullPointerException

	at org.python.core.Py.JavaError(Py.java:368)
	at org.autoplot.jythonsupport.GetDataSetCommand.__call__(GetDataSetCommand.java:207)
	at org.python.core.PyObject.__call__(PyObject.java:495)
	at org.python.pycode._pyx11.f$0(tsbNonTimeAxis.jyds:2)
	at org.python.pycode._pyx11.call_function(tsbNonTimeAxis.jyds)
	at org.python.core.PyTableCode.call(PyTableCode.java:217)
	at org.python.core.PyCode.call(PyCode.java:14)
	at org.python.core.Py.runCode(Py.java:1224)
	at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:165)
	at org.autoplot.datasource.jython.JythonDataSource.getDataSet(JythonDataSource.java:317)
	at org.autoplot.dom.DataSourceController.loadDataSet(DataSourceController.java:1900)
	at org.autoplot.dom.DataSourceController.updateImmediately(DataSourceController.java:1495)
	at org.autoplot.dom.DataSourceController.access$1300(DataSourceController.java:65)
	at org.autoplot.dom.DataSourceController$11.run(DataSourceController.java:1594)
	at org.das2.system.RequestProcessor$Runner.run(RequestProcessor.java:253)
	at java.lang.Thread.run(Thread.java:748)

Sep 02, 2026 8:55:30 AM org.autoplot.AutoplotUI setStatus
SEVERE: error: null
Sep 02, 2026 8:55:30 AM org.autoplot.dom.DataSourceController handleException
WARNING: model.getExceptionHandler: org.autoplot.scriptconsole.GuiExceptionHandler@7d694c01
turning off default log, look for messages in console tab.
null
error: null
model.getExceptionHandler: org.autoplot.scriptconsole.GuiExceptionHandler@7d694c01
null
error: null
model.getExceptionHandler: org.autoplot.scriptconsole.GuiExceptionHandler@7d694c01
null
error: null
model.getExceptionHandler: org.autoplot.scriptconsole.GuiExceptionHandler@7d694c01
null
error: null
model.getExceptionHandler: org.autoplot.scriptconsole.GuiExceptionHandler@7d694c01
null
error: null
model.getExceptionHandler: org.autoplot.scriptconsole.GuiExceptionHandler@7d694c01
null
error: null
model.getExceptionHandler: org.autoplot.scriptconsole.GuiExceptionHandler@7d694c01
null
error: null
model.getExceptionHandler: org.autoplot.scriptconsole.GuiExceptionHandler@7d694c01
Sleep 2 seconds to see if that fixes last image
java.lang.NullPointerException
	at org.autoplot.ScreenshotsTool.trim(ScreenshotsTool.java:684)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:713)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:696)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
java.lang.NullPointerException
	at org.autoplot.ScreenshotsTool.trim(ScreenshotsTool.java:684)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:713)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:696)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
java.lang.NullPointerException
	at org.autoplot.ScreenshotsTool.trim(ScreenshotsTool.java:684)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:713)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:696)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
java.lang.NullPointerException
	at org.autoplot.ScreenshotsTool.trim(ScreenshotsTool.java:684)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:713)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:696)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
java.lang.NullPointerException
	at org.autoplot.ScreenshotsTool.trim(ScreenshotsTool.java:684)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:713)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:696)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
java.lang.NullPointerException
	at org.autoplot.ScreenshotsTool.trim(ScreenshotsTool.java:684)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:713)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:696)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
java.lang.NullPointerException
	at org.autoplot.ScreenshotsTool.trim(ScreenshotsTool.java:684)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:713)
	at org.autoplot.ScreenshotsTool$Job.call(ScreenshotsTool.java:696)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
org.netbeans.jemmy.TestCompletedException: Test passed
	at org.netbeans.jemmy.Test.closeDown(Test.java:133)
	at org.netbeans.jemmy.Test.launch(Test.java:360)
	at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319)
	at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276)
Trace:
"Test org.autoplot.test.Test_042_TwoTsb finished" action has been produced in 10143 milliseconds with result 
    : 0
+ pwd
+ pwd
+ /usr/local/jdk1.8/bin/java -Djava.awt.headless=true -DenableResponseMonitor=true -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar org.virbo.autoplot.AutoplotUI --script=/var/local/jenkins/workspace/autoplot-test100/autoplot/VATesting/src/util/makeTutorialHtml.jy dir=/var/local/jenkins/workspace/autoplot-test100/Test_042_TwoTsb name=
reference to old org.virbo.autoplot needs fixing. http://autoplot.org/autoplot2017
welcome to autoplot (untagged)
Sep 02, 2026 8:55:38 AM org.autoplot.AutoplotUI main
INFO: welcome to autoplot (untagged)
*sys-package-mgr*: can't create package cache dir, '/var/local/jenkins/workspace/autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar/cachedir/packages'
Sep 02, 2026 8:55:41 AM org.autoplot.JythonUtil runScript
INFO: read script to get param defaults in 2 millis
Sep 02, 2026 8:55:43 AM org.autoplot.JythonUtil runScript
INFO: set param defaults in 1,220 millis
+ printf \n\n=== test.Test_050_FftFilter ===\n


=== test.Test_050_FftFilter ===
+ echo 1556: test.Test_050_FftFilter disabled until RBSP-ECT data is available again.
1556: test.Test_050_FftFilter disabled until RBSP-ECT data is available again.
+ printf \n\n=== test.Test_051_HanningFilter ===\n


=== test.Test_051_HanningFilter ===
+ /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_051_HanningFilter
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Reproduce user actions through event queue.
Use event dispatching to reproduce user actions
Shortcut test events
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Executed test org.autoplot.test.Test_051_HanningFilter
Test org.autoplot.test.Test_051_HanningFilter has been started
Trace:
Start to wait action "Test org.autoplot.test.Test_051_HanningFilter finished"
$Date$
Sep 02, 2026 8:55:43 AM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
turning off default log, look for messages in console tab.
Done!
org.netbeans.jemmy.TestCompletedException: Test passed
	at org.netbeans.jemmy.Test.closeDown(Test.java:133)
	at org.netbeans.jemmy.Test.launch(Test.java:360)
	at org.netbeans.jemmy.ActionProducer.launchAction(ActionProducer.java:319)
	at org.netbeans.jemmy.ActionProducer.run(ActionProducer.java:276)
Trace:
"Test org.autoplot.test.Test_051_HanningFilter finished" action has been produced in 19159 milliseconds with result 
    : 0
+ printf \n\n=== test.Test_052_FocusSwitching ===\n


=== test.Test_052_FocusSwitching ===
+ /usr/local/jdk1.8/bin/java -cp ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar:autoplot/APLibs/lib/jemmy-2.2.7.5.jar:autoplot/VATesting/dist/VATesting.jar -DenableResponseMonitor=true org.autoplot.test.Test_052_FocusSwitching
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Reproduce user actions through event queue.
Use event dispatching to reproduce user actions
Shortcut test events
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
Executed test org.autoplot.test.Test_052_FocusSwitching
Test org.autoplot.test.Test_052_FocusSwitching has been started
Trace:
Start to wait action "Test org.autoplot.test.Test_052_FocusSwitching finished"
Sep 02, 2026 8:56:03 AM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
turning off default log, look for messages in console tab.
null
java.lang.NullPointerException
Build timed out (after 10 minutes). Marking the build as failed.
Build was aborted
Archiving artifacts
Finished: FAILURE