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/jenkins6538540693726203964.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
--2025-11-16 10:35:01--  https://raw.githubusercontent.com/hapi-server/servers/master/all.txt
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 808 [text/plain]
Saving to: ‘all.txt’

     0K                                                       100% 77.0M=0s

Last-modified header missing -- time-stamps turned off.
2025-11-16 10:35:01 (77.0 MB/s) - ‘all.txt’ saved [808/808]

+ 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
ERRROR, BAD HTTP response status code: [503]
url http://hapi-server.org/servers/SSCWeb/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