Console Output

Started by timer
Running as SYSTEM
Building in workspace /var/local/jenkins/workspace/test-hapi-servers-2022
[test-hapi-servers-2022] $ /bin/sh -xe /usr/local/apache-tomcat-8.0.27/temp/jenkins7810278897280008702.sh
+ pwd
/var/local/jenkins/workspace/test-hapi-servers-2022
+ echo USER=, tomcat
USER=, tomcat
+ echo HOME=, /home/tomcat
HOME=, /home/tomcat
+ export WGET=wget --timeout=6 --tries=2 
+ echo # Test servers in all.txt
# Test servers in all.txt
+ wget --timeout=6 --tries=2 -N https://raw.githubusercontent.com/hapi-server/servers/master/all.txt
--2024-06-28 16:35:01--  https://raw.githubusercontent.com/hapi-server/servers/master/all.txt
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 505 [text/plain]
Saving to: ‘all.txt’

     0K                                                       100% 52.7M=0s

Last-modified header missing -- time-stamps turned off.
2024-06-28 16:35:01 (52.7 MB/s) - ‘all.txt’ saved [505/505]

+ python3 /home/jbf/ct/hapi/git-release/HAPI-Server-Tester/HAPITESTSCRIPT.py 75657
2  ***
Running tests with seed 75657
#################
Running test with seed 8125: http://hapi-server.org/servers/SSCWeb/hapi
URL MATCHES KNOWN HAPI SERVER
Server is up!
url http://hapi-server.org/servers/SSCWeb/hapi/catalog
hapiVer= 2.0
first parameter:  ace
last parameter:  yohkoh
len(refinedList)= 276
randID= themisapred
url http://hapi-server.org/servers/SSCWeb/hapi/info?id=themisapred
first parameter:  Time
last parameter:  GSE_Magnetic_Vector_Z
len(refinedList)= 66
randPara= MagneticFldStrth
url http://hapi-server.org/servers/SSCWeb/hapi/info?id=themisapred
2008-07-18T00:30:00.000Z/2029-05-27T23:58:59.000Z
sampleStartDate not available
2029-05-26T23:58:59Z/2029-05-27T23:58:59Z
testStartDate= 2029-05-26T23:58:59Z <class 'str'>
testStopDate= 2029-05-27T23:58:59Z <class 'str'>
http://hapi-server.org/servers/SSCWeb/hapi/data?id=themisapred&parameters=MagneticFldStrth&time.min=2029-05-26T23:58:59Z&time.max=2029-05-27T23:58:59Z&format=csv
HAPI verifier URL:
https://hapi-server.org/verify/?url=http://hapi-server.org/servers/SSCWeb/hapi&id=themisapred&parameter=MagneticFldStrth&time.min=2029-05-26T23:58:59Z&time.max=2029-05-27T23:58:59Z
url http://hapi-server.org/servers/SSCWeb/hapi/data?id=themisapred&parameters=MagneticFldStrth&time.min=2029-05-26T23:58:59Z&time.max=2029-05-27T23:58:59Z&format=csv
Found Data!   http://hapi-server.org/servers/SSCWeb/hapi/data?id=themisapred&parameters=MagneticFldStrth&time.min=2029-05-26T23:58:59Z&time.max=2029-05-27T23:58:59Z&format=csv
#################
Running test with seed 5982: https://iswa.gsfc.nasa.gov/IswaSystemWebApp/hapi
URL MATCHES KNOWN HAPI SERVER
Server is up!
url https://iswa.gsfc.nasa.gov/IswaSystemWebApp/hapi/catalog
Traceback (most recent call last):
  File "/home/jbf/ct/hapi/git-release/HAPI-Server-Tester/HAPITESTSCRIPT.py", line 363, in <module>
    main()
  File "/home/jbf/ct/hapi/git-release/HAPI-Server-Tester/HAPITESTSCRIPT.py", line 339, in main
    hapiTest(z, seeds[i])
  File "/home/jbf/ct/hapi/git-release/HAPI-Server-Tester/HAPITESTSCRIPT.py", line 119, in hapiTest
    DataSetList = json.loads(serverResponse.text)
  File "/usr/lib/python3.8/json/__init__.py", line 357, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python3.8/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Build step 'Execute shell' marked build as failure
Sending e-mails to: faden@cottagesystems.com
Finished: FAILURE