Thanks Alan, I’ve seen this before but assumed that it was an internal Python error related to a broken connection used to download the Jenkins log.
I’ll take a closer look. -- Steve www.lucidworks.com > On Mar 14, 2018, at 1:06 PM, Alan Woodward <[email protected]> wrote: > > Seen a few of these now, it looks as though it’s caused by an error in the > [repro] script? > > From the Jenkins log at > https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/492/console : > > [repro] Jenkins log URL: > https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/492/consoleText > > > [repro] Revision: db1360fac40fe472f881a37d6a0f0187491e308c > > [repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" > Traceback (most recent call last): > File "/usr/lib/python3.4/http/client.py", line 614, in _readinto_chunked > chunk_left = self._read_next_chunk_size() > File "/usr/lib/python3.4/http/client.py", line 559, in _read_next_chunk_size > return int(line, 16) > ValueError: invalid literal for int() with base 16: b'' > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File "dev-tools/scripts/reproduceJenkinsFailures.py", line 276, in <module> > main() > File "dev-tools/scripts/reproduceJenkinsFailures.py", line 226, in main > tests = fetchAndParseJenkinsLog(config.url) > File "dev-tools/scripts/reproduceJenkinsFailures.py", line 108, in > fetchAndParseJenkinsLog > for rawLine in consoleText: > File "/usr/lib/python3.4/http/client.py", line 500, in read > return super(HTTPResponse, self).read(amt) > File "/usr/lib/python3.4/http/client.py", line 529, in readinto > return self._readinto_chunked(b) > File "/usr/lib/python3.4/http/client.py", line 618, in _readinto_chunked > raise IncompleteRead(bytes(b[0:total_bytes])) > http.client.IncompleteRead: IncompleteRead(0 bytes read) > Build step 'Execute shell' marked build as failure > > > >> On 14 Mar 2018, at 16:35, Policeman Jenkins Server <[email protected]> >> wrote: >> >> Error processing tokens: Error while parsing action >> 'Text/ZeroOrMore/FirstOf/Token/DelimitedToken/DelimitedToken_Action3' at >> input position (line 79, pos 4): >> )"} >> ^ >> >> java.lang.OutOfMemoryError: Java heap space >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
