mocobeta commented on pull request #391:
URL: https://github.com/apache/lucene/pull/391#issuecomment-946304048


   With skipping sthe ign verification (`--not-signed`), smoketester stopped 
here for me.
   
   ```
       unpack lucene-9.0.0.tgz...
       verify that Maven artifacts are same as in the binary distribution...
       verify JAR metadata/identity/no javax.* or java.* classes...
   Traceback (most recent call last):
     File "/mnt/hdd/repo/lucene/dev-tools/scripts/smokeTestRelease.py", line 
134, in checkJARMetaData
       if z.getinfo(name) is None:
     File "/usr/lib64/python3.9/zipfile.py", line 1429, in getinfo
       raise KeyError(
   KeyError: "There is no item named 'META-INF/NOTICE.txt' in the archive"
   
   During handling of the above exception, another exception occurred:
   
   Traceback (most recent call last):
     File "/mnt/hdd/repo/lucene/dev-tools/scripts/smokeTestRelease.py", line 
1180, in <module>
       main()
     File "/mnt/hdd/repo/lucene/dev-tools/scripts/smokeTestRelease.py", line 
1119, in main
       smokeTest(c.java, c.url, c.revision, c.version, c.tmp_dir, c.is_signed, 
c.local_keys, ' '.join(c.test_args),
     File "/mnt/hdd/repo/lucene/dev-tools/scripts/smokeTestRelease.py", line 
1171, in smokeTest
       checkMaven(baseURL, tmpDir, gitRevision, version, isSigned, keysFile)
     File "/mnt/hdd/repo/lucene/dev-tools/scripts/smokeTestRelease.py", line 
710, in checkMaven
       checkAllJARs('%s/maven/org/apache/lucene' % tmpDir, gitRevision, version)
     File "/mnt/hdd/repo/lucene/dev-tools/scripts/smokeTestRelease.py", line 
206, in checkAllJARs
       checkJARMetaData('JAR file "%s"' % fullPath, fullPath, gitRevision, 
version)
     File "/mnt/hdd/repo/lucene/dev-tools/scripts/smokeTestRelease.py", line 
137, in checkJARMetaData
       raise RuntimeError('%s is missing %s' % (desc, name))
   RuntimeError: JAR file 
"/tmp/smoke_lucene_9.0.0_6f67e8287f19c4b3fedfaacc0312f987fcd2d5b7/maven/org/apache/lucene/lucene-test-framework/9.0.0/lucene-test-framework-9.0.0-sources.jar"
 is missing META-INF/NOTICE.txt
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to