The same happens with other python scripts like the smoke tester:

>   [smoker] Retrying download of url 
> https://archive.apache.org/dist/lucene/KEYS 
> <https://archive.apache.org/dist/lucene/KEYS> after exception: <urlopen error 
> [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>

I also have a customer where this suddenly started happening, so I suspect a 
Linux upgrade or perhaps a Python upgrade messed with the default CA cert 
location or something.
Uwe, have you ever seen similar on Policeman Jenkins?

Jan


> 19. jun. 2020 kl. 00:24 skrev Jan Høydahl <jan....@cominvent.com>:
> 
> 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 
>> <jenk...@builds.apache.org <mailto:jenk...@builds.apache.org>>:
>> 
>> Build: https://builds.apache.org/job/Lucene-Solr-repro-Java11/1162/ 
>> <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 
>> <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 
>> <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: builds-unsubscr...@lucene.apache.org 
>> <mailto:builds-unsubscr...@lucene.apache.org>
>> For additional commands, e-mail: builds-h...@lucene.apache.org 
>> <mailto:builds-h...@lucene.apache.org>

Reply via email to