The repro python script is failing on Jenkins due to SSL cert trust issues when 
fetching the console output

   File "dev-tools/scripts/reproduceJenkinsFailures.py", line 110, in 
fetchAndParseJenkinsLog

The SSL cert of Jenkins seems legit, so it could be that Python somehow does 
not have access to the CA certs of the host (anymore)?
We could ‘pip install certifi’ or add code to not verify certs at all?

Jan

> 19. jun. 2020 kl. 00:08 skrev Apache Jenkins Server 
> <[email protected]>:
> 
> Build: https://builds.apache.org/job/Lucene-Solr-repro-Java11/1162/
> 
> [...truncated 32 lines...]
> [repro] Jenkins log URL: 
> https://builds.apache.org/job/Lucene-Solr-Tests-master/4813/consoleText
> 
> [...truncated 48 lines...]
>    raise RuntimeError('ERROR: fetching %s : %s' % (url, e))
> RuntimeError: ERROR: fetching 
> https://builds.apache.org/job/Lucene-Solr-Tests-master/4813/consoleText : 
> <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed 
> (_ssl.c:645)>
> Build step 'Execute shell' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]

Reply via email to