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/jenkins7020203481661203246.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
--2026-01-13 18:35:00--  https://raw.githubusercontent.com/hapi-server/servers/master/all.txt
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.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% 80.0M=0s

Last-modified header missing -- time-stamps turned off.
2026-01-13 18:35:00 (80.0 MB/s) - ‘all.txt’ saved [808/808]

+ python3 /home/jbf/ct/hapi/git-release/HAPI-Server-Tester/HAPITESTSCRIPT.py 75657
servers=10 serverseeds=10
2  ***
Running tests with seed 75657
#################
Running test with seed 8125: https://cdaweb.gsfc.nasa.gov/hapi
URL MATCHES KNOWN HAPI SERVER
Server is up!
url https://cdaweb.gsfc.nasa.gov/hapi/catalog
hapiVer= 2.0
first parameter:  A1_K0_MPA
last parameter:  WI_WA_RAD1_L3_DF
len(refinedList)= 3569
randID= THG_L2_MAG_BFE
url https://cdaweb.gsfc.nasa.gov/hapi/info?id=THG_L2_MAG_BFE
first parameter:  Time
last parameter:  thg_magz_bfe
len(refinedList)= 5
randPara= thg_magz_bfe
url https://cdaweb.gsfc.nasa.gov/hapi/info?id=THG_L2_MAG_BFE
2008-09-01T00:00:00Z/2026-01-10T00:00:00Z
sampleStartDate not available
2026-01-09T00:00:00Z/2026-01-10T00:00:00Z
testStartDate= 2026-01-09T00:00:00Z <class 'str'>
testStopDate= 2026-01-10T00:00:00Z <class 'str'>
https://cdaweb.gsfc.nasa.gov/hapi/data?id=THG_L2_MAG_BFE&parameters=thg_magz_bfe&time.min=2026-01-09T00:00:00Z&time.max=2026-01-10T00:00:00Z&format=csv
HAPI verifier URL:
https://hapi-server.org/verify/?url=https://cdaweb.gsfc.nasa.gov/hapi&id=THG_L2_MAG_BFE&parameter=thg_magz_bfe&time.min=2026-01-09T00:00:00Z&time.max=2026-01-10T00:00:00Z
url https://cdaweb.gsfc.nasa.gov/hapi/data?id=THG_L2_MAG_BFE&parameters=thg_magz_bfe&time.min=2026-01-09T00:00:00Z&time.max=2026-01-10T00:00:00Z&format=csv
Found Data!   https://cdaweb.gsfc.nasa.gov/hapi/data?id=THG_L2_MAG_BFE&parameters=thg_magz_bfe&time.min=2026-01-09T00:00:00Z&time.max=2026-01-10T00:00:00Z&format=csv
#################
Running test with seed 5982: 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)= 301
randID= hinode
url http://hapi-server.org/servers/SSCWeb/hapi/info?id=hinode
first parameter:  Time
last parameter:  GSE_Magnetic_Vector_Z
len(refinedList)= 66
randPara= N_BTraced_Region
url http://hapi-server.org/servers/SSCWeb/hapi/info?id=hinode
Traceback (most recent call last):
  File "/home/jbf/ct/hapi/git-release/HAPI-Server-Tester/HAPITESTSCRIPT.py", line 393, in <module>
    main()
  File "/home/jbf/ct/hapi/git-release/HAPI-Server-Tester/HAPITESTSCRIPT.py", line 369, in main
    hapiTest(z, seeds[i])
  File "/home/jbf/ct/hapi/git-release/HAPI-Server-Tester/HAPITESTSCRIPT.py", line 213, in hapiTest
    infoList = 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
ERROR: 535-5.7.8 Username and Password not accepted. For more information, go to
535 5.7.8  https://support.google.com/mail/?p=BadCredentials 6a1803df08f44-8907724f06asm185055026d6.40 - gsmtp

jakarta.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. For more information, go to
535 5.7.8  https://support.google.com/mail/?p=BadCredentials 6a1803df08f44-8907724f06asm185055026d6.40 - gsmtp

	at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:947)
	at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:858)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:762)
	at jakarta.mail.Service.connect(Service.java:364)
	at jakarta.mail.Service.connect(Service.java:222)
	at jakarta.mail.Service.connect(Service.java:171)
	at jakarta.mail.Transport.send0(Transport.java:230)
	at jakarta.mail.Transport.send(Transport.java:100)
	at hudson.tasks.MailSender.run(MailSender.java:131)
	at hudson.tasks.Mailer.perform(Mailer.java:175)
	at hudson.tasks.Mailer.perform(Mailer.java:138)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:763)
	at hudson.model.Build$BuildExecution.post2(Build.java:179)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:707)
	at hudson.model.Run.execute(Run.java:1921)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Finished: FAILURE