Console Output

Started by upstream project "autoplot-all" build number 8901
originally caused by:
 Started by timer
Running as SYSTEM
Building in workspace /var/local/jenkins/workspace/autoplot-test100
[autoplot-test100] $ /bin/sh -xe /usr/local/apache-tomcat-8.0.27/temp/jenkins2078750434406355626.sh
+ svn co https://svn.code.sf.net/p/autoplot/code/autoplot/trunk/ autoplot
U    autoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
U    autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
U    autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonOps.java
U    autoplot/JythonSupport/src/autoplot2023.py
U    autoplot/Autoplot/src/index.html
Checked out revision 28043.
+ cd autoplot
+ pwd
+ echo pwd: , /var/local/jenkins/workspace/autoplot-test100/autoplot
pwd: , /var/local/jenkins/workspace/autoplot-test100/autoplot
+ [ -d das2java ]
+ cd das2java
+ git pull
From https://github.com/das-developers/das2java
   f048f4db3..e9fb9912f  main       -> origin/main
Updating f048f4db3..e9fb9912f
Fast-forward
 QDataSet/src/org/das2/qds/ops/Ops.java | 2 ++
 1 file changed, 2 insertions(+)
+ 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 staff 52325454 Jan  9 12:55 ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar
+ rm -fr test*
+ rm -fr Test_005_URISwitching.demo007.png Test_005_URISwitching.demo012.png Test_022_ContextOverview.000.vap Test_022_ContextOverview.001.png Test_022_ContextOverview.002.png Test_031_MultiPanelPlot.png Test_031_MultiPanelPlot.vap Test_034_TimeSeriesBrowse.001.png Test_037_ZoomPan.001.png Test_037_ZoomPan.002.png Test_037_ZoomPan.003.png Test_038_CopyPlotElementsDown.png Test_038_CopyPlotElementsDown.vap Test_039_OperationsCacheReset.png Test_039_OperationsCacheReset.vap Test_042_TwoTsb Test_042_TwoTsb.png Test_042_TwoTsb.vap Test_042_TwoTsb_2.png Test_042_TwoTsb_2.vap Test_042_TwoTsb_3.png Test_042_TwoTsb_3.vap Test_042_TwoTsb_4.png Test_042_TwoTsb_4.vap
+ rm -fr diffs*
+ echo == make jar ==
== make jar ==
+ /home/jbf/local/apache-ant-1.9.4/bin/ant -Dplatforms.JDK_1.8.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=spot8:2
+ export DISPLAY
+ echo =================================================================
=================================================================
+ echo /home/tomcat/autoplot_data/
/home/tomcat/autoplot_data/
+ echo =================================================================
=================================================================
+ 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 staff 52325454 Jan  9 12:55 ../autoplot-jar-all/autoplot/Autoplot/dist/AutoplotAll.jar
+ ls -l autoplot/VATesting/dist/VATesting.jar
-rw-r--r-- 1 tomcat staff 153656 Oct 29 12:42 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"
Jan 09, 2025 12:55:45 PM 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 1381 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;@32d6739b
#logging started at 9 Jan 2025 18:55:46 GMT
    0.004 autoplot.dom.pec: plotElementListener: dataSourceFilterId ->data_0
    0.005 autoplot.dom.pec: plotElement_0.setResetPlotElement(true)
    0.005 autoplot.dom.pec: plotElement_0.setResetRanges(true)
    0.007 autoplot.dom.pec: plotElementListener: renderType null->series
    0.007 autoplot.dom.pec:   postOpsDataSet: null
    0.008 autoplot.dom.pec: setDataSetInternal null
    0.023 autoplot.dom.pec: ENTRY PlotElementController.setRenderer
    0.035 autoplot.dom.pec: RETURN PlotElementController.setRenderer
    0.088 autoplot.gui: disabling HTTP certificate checks.
ready in just a few seconds...
    2.912 autoplot.dom.pec: plotElement_0.setResetPlotElement(true)
    2.913 autoplot.dom.pec: plotElement_0.setResetRanges(true)
    3.016 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
    3.355 autoplot.dom.pec: enter fillDataSetListener propertyChange
    3.355 autoplot.dom.pec: plotElement_0 got new dataset: dataset[bundle=6,axis1=64,axis0=64] (dimensionless)  resetComponent=true  resetPele=true  resetRanges=true
    3.355 autoplot.dom.pec: updateDataSetImmediately: plotElement_0 series
    3.355 autoplot.dom.pec:   resetPlotElement: true
    3.355 autoplot.dom.pec:   resetRanges: true
    3.356 autoplot.dom.pec:   resetRenderType: false
    3.356 autoplot.dom.pec:   component: 
    3.356 autoplot.dom.pec:   dataSet: dataset[bundle=6,axis1=64,axis0=64] (dimensionless)
    3.362 autoplot.dom.pec: resetPlotElement(dataset[bundle=6,axis1=64,axis0=64] (dimensionless) spectrogram) ele=plotElement_0
    3.362 autoplot.dom.pec: ###############
    3.363 autoplot.dom.pec: plotElement_0 []
    3.363 autoplot.dom.pec: shouldHaveChildren: false
    3.363 autoplot.dom.pec: ###############
    3.363 autoplot.dom.pec: plotElement_0.setResetPlotElement(false)
    3.363 autoplot.dom.pec: plotElementListener: component ->|slice0(2)
    3.367 autoplot.dom.pec: component property change requires we reset render and dimensions: ->|slice0(2)
    3.368 autoplot.dom.pec: plotElement_0.setResetPlotElement(true)
    3.368 autoplot.dom.pec: plotElement_0.setResetRanges(true)
    3.369 autoplot.dom.pec: plotElementListener: renderType null->spectrogram
    3.369 autoplot.dom.pec: updateDataSetImmediately: plotElement_0 spectrogram
    3.369 autoplot.dom.pec:   resetPlotElement: true
    3.369 autoplot.dom.pec:   resetRanges: true
    3.369 autoplot.dom.pec:   resetRenderType: false
    3.370 autoplot.dom.pec:   component: |slice0(2)
    3.370 autoplot.dom.pec:   dataSet: dataset[bundle=6,axis1=64,axis0=64] (dimensionless)
    3.370 autoplot.dom.pec: component=|slice0(2)
    3.377 autoplot.dom.pec: ENTRY PlotElementController.setRenderer
    3.382 autoplot.dom.pec: RETURN PlotElementController.setRenderer
    3.584 autoplot.dom.pec: plotElement_0.setResetPlotElement(false)
    3.584 autoplot.dom.pec: component=|slice0(2)
    3.593 autoplot.dom.pec:   postOpsDataSet: dataset[axis1=64,axis0=64] (dimensionless)
    3.593 autoplot.dom.pec: setDataSetInternal dataset[axis1=64,axis0=64] (dimensionless)
    3.604 autoplot.dom.pec: resetPlotElement(dataset[axis1=64,axis0=64] (dimensionless) spectrogram) ele=plotElement_0
    3.605 autoplot.dom.pec: ###############
    3.605 autoplot.dom.pec: plotElement_0 []
    3.605 autoplot.dom.pec: shouldHaveChildren: false
    3.605 autoplot.dom.pec: ###############
    3.605 autoplot.dom.pec: plotElementListener: renderType null->spectrogram
    3.605 autoplot.dom.pec: plotElement_0.setResetPlotElement(false)
    3.605 autoplot.dom.pec: renderType: spectrogram
    3.606 autoplot.dom.pec: doResetRanges for data_0 (vap+fits:http://autoplot.org/data/hsi_qlimg_5050601_001.fits) controller
    3.606 autoplot.dom.pec: component=|slice0(2)
    3.608 autoplot.dom.pec: doAutoranging
    3.608 autoplot.dom.pec: doAutoranging for spectrogram
    3.618 autoplot.dom.pec: desc.range=-0.12361022047698497 to 0.63129
    3.619 autoplot.dom.pec: xdesc.range=-174.74009999999998 to 39.760
    3.620 autoplot.dom.pec: ydesc.range=-4.25 to 67.25
    3.620 autoplot.dom.pec: xaxis.isAutoRange=true
    3.621 autoplot.dom.pec: done, autorange  x:-174.74009999999998 to 39.760, y:-4.25 to 67.25 
    4.319 das2.filesystem.http.util: URL http://autoplot.org/git/bookmarks/demos.xml permanently moved to https://autoplot.org/git/bookmarks/demos.xml
    4.509 autoplot.dom.pec: plotElement_0.setResetRanges(false)
    4.532 autoplot.dom.pec: plotElement_0.setResetPlotElement(false)
    4.532 autoplot.dom.pec: component=|slice0(2)
    4.532 autoplot.dom.pec:   postOpsDataSet: dataset[axis1=64,axis0=64] (dimensionless)
    4.533 autoplot.dom.pec: setDataSetInternal dataset[axis1=64,axis0=64] (dimensionless)
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 7757 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"
Jan 09, 2025 12:55:55 PM 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 4535 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"
Jan 09, 2025 12:55:59 PM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
Jan 09, 2025 12:56:04 PM org.das2.util.filesystem.HttpUtil checkRedirect
INFO: URL http://autoplot.org/git/bookmarks/demos.xml permanently moved to https://autoplot.org/git/bookmarks/demos.xml
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 18720 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"
Jan 09, 2025 12:56:18 PM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
here line 55
here line 59
here line 63
Jan 09, 2025 12:56:23 PM org.das2.util.filesystem.HttpUtil checkRedirect
INFO: URL http://autoplot.org/git/bookmarks/demos.xml permanently moved to https://autoplot.org/git/bookmarks/demos.xml
here line 76
javax.swing.JPanel[,1,1,327x369,layout=org.jdesktop.layout.GroupLayout,alignmentX=0.0,alignmentY=0.0,border=javax.swing.border.TitledBorder@798fe14b,flags=9,maximumSize=,minimumSize=java.awt.Dimension[width=230,height=230],preferredSize=]
clickPoint: javax.swing.JPanel[,1,1,327x369,layout=org.jdesktop.layout.GroupLayout,alignmentX=0.0,alignmentY=0.0,border=javax.swing.border.TitledBorder@798fe14b,flags=9,maximumSize=,minimumSize=java.awt.Dimension[width=230,height=230],preferredSize=]
here line 88
turning off default log, look for messages in console tab.
***** clickPoint AHP= X:71 Y:9
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 17698 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"
Jan 09, 2025 12:56:36 PM 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.
Jan 09, 2025 12:56:41 PM org.das2.util.filesystem.HttpUtil checkRedirect
INFO: URL http://autoplot.org/git/bookmarks/demos.xml permanently moved to https://autoplot.org/git/bookmarks/demos.xml
turning off default log, look for messages in console tab.
2: 2000-01-09
3: 2000-01-09
4: 2000-01-10
Boo, sleep because testing server isn't stopping properly.
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 xaxis_0.range  (app_0)
plot_1.colortable to style_1.colortable  (plot_1)
app_0.timeRange to xaxis_1.range  (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 7439 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"
Jan 09, 2025 12:56:44 PM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
Jan 09, 2025 12:56:49 PM org.das2.util.filesystem.HttpUtil checkRedirect
INFO: URL http://autoplot.org/git/bookmarks/demos.xml permanently moved to https://autoplot.org/git/bookmarks/demos.xml
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 7996 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"
Jan 09, 2025 12:56:53 PM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
Jan 09, 2025 12:56:57 PM org.das2.util.filesystem.HttpUtil checkRedirect
INFO: URL http://autoplot.org/git/bookmarks/demos.xml permanently moved to https://autoplot.org/git/bookmarks/demos.xml
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 15821 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: http://cottagesystems.com/jenkins/job/autoplot-jar-all/9284/
Jan 09, 2025 12:57:09 PM org.autoplot.AutoplotUtil disableCertificates
INFO: disabling HTTP certificate checks.
ready in just a few seconds...
Jan 09, 2025 12:57:12 PM 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
Jan 09, 2025 12:57:13 PM org.das2.util.filesystem.HttpUtil checkRedirect
INFO: URL http://autoplot.org/git/bookmarks/demos.xml permanently moved to https://autoplot.org/git/bookmarks/demos.xml
Jan 09, 2025 12:57:13 PM org.das2.util.filesystem.HttpUtil checkRedirect
INFO: URL http://autoplot.org/data/agg/efi/ permanently moved to https://autoplot.org/data/agg/efi/
Jan 09, 2025 12:57:13 PM org.das2.util.filesystem.HttpUtil checkRedirect
INFO: URL http://autoplot.org/data/agg/efi/2000/ permanently moved to https://autoplot.org/data/agg/efi/2000/
Jan 09, 2025 12:57:13 PM org.das2.util.filesystem.HttpUtil checkRedirect
INFO: URL http://autoplot.org/data/agg/efi/2000/po_k0_efi_20000103_v01.cdf permanently moved to https://autoplot.org/data/agg/efi/2000/po_k0_efi_20000103_v01.cdf
turning off default log, look for messages in console tab.
trimScatterToTimeRange removes all points!
trimScatterToTimeRange removes all points!
trimScatterToTimeRange removes all points!
trimScatterToTimeRange removes all points!
Sleep 2 seconds to see if that fixes last image
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 17850 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)
Jan 09, 2025 12:57:27 PM 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'
Jan 09, 2025 12:57:33 PM org.autoplot.AutoplotUI runScriptImmediately
WARNING: null
Traceback (innermost last):
  File "/var/local/jenkins/workspace/autoplot-test100/autoplot/VATesting/src/util/makeTutorialHtml.jy", line 32, in ?
	at org.das2.util.filesystem.LocalFileSystem.<init>(LocalFileSystem.java:78)
	at org.das2.util.filesystem.LocalFileSystemFactory.createFileSystem(LocalFileSystemFactory.java:41)
	at org.das2.util.filesystem.FileSystem.create(FileSystem.java:490)
	at org.das2.util.filesystem.FileSystem.create(FileSystem.java:191)
	at org.autoplot.jythonsupport.Util.listDirectory(Util.java:642)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)

java.io.FileNotFoundException: java.io.FileNotFoundException: local root does not exist: /home/jbf/pngwalk

	at org.python.core.Py.JavaError(Py.java:368)
	at org.python.core.Py.JavaError(Py.java:363)
	at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:176)
	at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:181)
	at org.python.core.PyObject.__call__(PyObject.java:482)
	at org.python.pycode._pyx6.f$0(/var/local/jenkins/workspace/autoplot-test100/autoplot/VATesting/src/util/makeTutorialHtml.jy:32)
	at org.python.pycode._pyx6.call_function(/var/local/jenkins/workspace/autoplot-test100/autoplot/VATesting/src/util/makeTutorialHtml.jy)
	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.JythonUtil.runScript(JythonUtil.java:212)
	at org.autoplot.JythonUtil.runScript(JythonUtil.java:154)
	at org.autoplot.JythonUtil.runScript(JythonUtil.java:133)
	at org.autoplot.AutoplotUI.runScriptImmediately(AutoplotUI.java:4800)
	at org.autoplot.AutoplotUI.access$10800(AutoplotUI.java:203)
	at org.autoplot.AutoplotUI$138.run(AutoplotUI.java:4853)
	at java.lang.Thread.run(Thread.java:748)

null
isAllowExit: true
about to exit with status 16
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE