Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-9412

Repro Jenkins jobs failing to fetch build output

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • general/build
    • None
    • New

    Description

      We get a python SSL error when trying to fetch the output of a previous job, https://builds.apache.org/job/Lucene-Solr-repro-Java11/1163/console

      It's an easy fix to not verify the certificate on the other end, but opening this for two reasons:
      1) maybe there is something INFRA can do w.r.t. fixing either the cert for the Jenkins machines or the accepted CAs on the python install
      2) document it here so that when somebody looks at the code later they'll have a reference for why it looks like we're doing something insecure.

      Traceback (most recent call last):
        File "dev-tools/scripts/reproduceJenkinsFailures.py", line 309, in <module>
          main()
        File "dev-tools/scripts/reproduceJenkinsFailures.py", line 250, in main
          tests = fetchAndParseJenkinsLog(config.url, numRetries = 2)
        File "dev-tools/scripts/reproduceJenkinsFailures.py", line 132, in fetchAndParseJenkinsLog
          raise RuntimeError('ERROR: fetching %s : %s' % (url, e))
      RuntimeError: ERROR: fetching https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/2228/consoleText : <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
      

      Attachments

        Activity

          People

            mdrob Mike Drob
            mdrob Mike Drob
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: