Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] [keplerAggregation] Failed for build 2012-08-18_16-50-43

I will need some help with this. I verified that both jar and pack.gz
files in m2e repository are correctly signed and pass "jarsigner
-verify" test. I also verified that changing META-INF/eclipse.inf makes
"jarsigner -verify" test fail, so as far as I can tell everything is good.

What does "the file has been tampered" actually mean?

Does repository aggregator treat META-INF/eclipse.inf specially?

Is there a more thorough signature test beyond "jarsigner
-verify" I can do to see the problem?

--
Regards,
Igor

On 12-08-18 5:16 PM, David Williams wrote:
The following errors occured when building Kepler:

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.lifecyclemapping.defaults,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile5398651590436751939.jar" has been tampered!

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.core,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile8204237902388499604.jar" has been tampered!

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.refactoring,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile4849163843275710611.jar" has been tampered!

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.core.ui,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile5074411570903292693.jar" has been tampered!

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.editor,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile7963376606428319461.jar" has been tampered!

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.model.edit,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile4278562076904550461.jar" has been tampered!

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.launching,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile985416888772393739.jar" has been tampered!

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.discovery,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile943022898051933983.jar" has been tampered!

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.editor.xml,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile2649689609116490148.jar" has been tampered!

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.jdt,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile6945111967795023727.jar" has been tampered!

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.scm,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile8734998429164112130.jar" has been tampered!

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.logback.appender,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile4397856508891381579.jar" has been tampered!

org.eclipse.core.runtime.CoreException: Unable to unpack artifact osgi.bundle,org.eclipse.m2e.logback.configuration,1.2.0.20120818-2030 in repository file:/shared/simrel/kepler/aggregation/final/aggregate: Invalid content:META-INF/eclipse.inf
Caused by: org.eclipse.osgi.signedcontent.InvalidContentException: The file "META-INF/eclipse.inf" in the jar "/tmp/signatureFile2240294073339997116.jar" has been tampered!

Check the log file for more information: https://hudson.eclipse.org/hudson/view/Repository%20Aggregation/job/simrel.kepler.runaggregator/55/console



Back to the top