There is a charset bug in smoketester.... On FreeBSD we have ASCII encoding and when extracting/checking ZIP files it fails!
----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Apache Jenkins Server [mailto:[email protected]] > Sent: Saturday, September 29, 2012 7:15 AM > To: [email protected] > Subject: [JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 11 - Failure > > Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/11/ > > No tests ran. > > Build Log: > [...truncated 30691 lines...] > prepare-release-no-sign: > [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene- > Solr-SmokeRelease-4.x/lucene/build/fakeRelease > [copy] Copying 381 files to /usr/home/hudson/hudson- > slave/workspace/Lucene-Solr-SmokeRelease- > 4.x/lucene/build/fakeRelease/lucene > [copy] Copying 4 files to /usr/home/hudson/hudson- > slave/workspace/Lucene-Solr-SmokeRelease- > 4.x/lucene/build/fakeRelease/lucene/changes > [get] Getting: http://people.apache.org/keys/group/lucene.asc > [get] To: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr- > SmokeRelease-4.x/lucene/build/fakeRelease/lucene/KEYS > [copy] Copying 189 files to /usr/home/hudson/hudson- > slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease/solr > [copy] Copying 1 file to /usr/home/hudson/hudson-slave/workspace/Lucene- > Solr-SmokeRelease-4.x/lucene/build/fakeRelease/solr > [copy] Copying 4 files to /usr/home/hudson/hudson- > slave/workspace/Lucene-Solr-SmokeRelease- > 4.x/lucene/build/fakeRelease/solr/changes > [exec] NOTE: output encoding is US-ASCII > [exec] > [exec] Load release URL "file:/usr/home/hudson/hudson- > slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease/"... > [exec] > [exec] Test Lucene... > [exec] test basics... > [exec] get KEYS > [exec] 0.1 MB > [exec] check changes HTML... > [exec] download lucene-4.1.0-src.tgz... > [exec] 26.4 MB > [exec] verify md5/sha1 digests > [exec] download lucene-4.1.0.tgz... > [exec] 47.4 MB > [exec] verify md5/sha1 digests > [exec] download lucene-4.1.0.zip... > [exec] 56.8 MB > [exec] verify md5/sha1 digests > [exec] unpack lucene-4.1.0.tgz... > [exec] Traceback (most recent call last): > [exec] File "/usr/home/hudson/hudson-slave/workspace/Lucene-Solr- > SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py", line 1314, in > <module> > [exec] main() > [exec] File "/usr/home/hudson/hudson-slave/workspace/Lucene-Solr- > SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py", line 1260, in main > [exec] smokeTest(baseURL, version, tmpDir, isSigned) > [exec] File "/usr/home/hudson/hudson-slave/workspace/Lucene-Solr- > SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py", line 1295, in > smokeTest > [exec] unpackAndVerify('lucene', tmpDir, artifact, version) > [exec] File "/usr/home/hudson/hudson-slave/workspace/Lucene-Solr- > SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py", line 563, in > unpackAndVerify > [exec] verifyUnpacked(project, artifact, unpackPath, version, tmpDir) > [exec] File "/usr/home/hudson/hudson-slave/workspace/Lucene-Solr- > SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py", line 592, in > verifyUnpacked > [exec] LUCENE_NOTICE = open('%s/NOTICE.txt' % unpackPath).read() > [exec] File "/usr/local/lib/python3.2/encodings/ascii.py", line 26, in > decode > [exec] return codecs.ascii_decode(input, self.errors)[0] > [exec] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in > position > 768: ordinal not in range(128) > > BUILD FAILED > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease- > 4.x/build.xml:298: exec returned: 1 > > Total time: 15 minutes 39 seconds > Build step 'Invoke Ant' marked build as failure Email was triggered for: > Failure > Sending email for trigger: Failure > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
