Community
Participate
Working Groups
I suspect that bug 356496 is caused by corrupted pack200 artifacts or corruption during download or unpacking. We should add more checks and/or debug output to hunt down this problem. Ideally, Tycho/p2 would detect the corruption straight away and re-attempt the download of the non-pack200 artifact...
Probably fixing bug 271707 would help...
I have indications that the artifact is in fact corrupted during download, probably by a proxy server.
In the common p2 repositories, pack200 artifacts do not have MD5 sums. This means that on download, p2 executes only the unpack200 processing step and the signature verifier. We have tracked down a case where the output of the unpack200 step was corrupted, i.e. not a valid ZIP archive. (Probably the corruption happened on the network, but we don't know yet - the problem disappeared before we could check this.) The signature verifier does *not* detect this situation - if new ZipFile fails, it simply reports "no problems".
Eclipse Tycho is moving away from this bugs.eclipse.org issue tracker to https://github.com/eclipse/tycho/issues/ instead. If this issue is relevant to you, your action is required. 0. Verify this issue is still happening with latest Tycho 2.4.0-SNAPSHOT if issue has disappeared, please change status of this issue to "CLOSED WORKFORME" with some details about your testing environment and how you did verify the issue; and you're done if issue is still present when latest release: * Create a new issue at https://github.com/eclipse/tycho/issues/ ** Use as title in GitHub the title of this Bugzilla ticket (may include the bug number or not, at your own convenience) ** In the GitHub description, start with a link to this bugzilla ticket ** Optionally add new content to the description if it can helps towards resolution ** Submit GitHub issue * Update bugzilla ticket ** Add to "See also" property (up right column) the link to the newly created GitHub issue ** Add a comment "Migrated to <link-to-newly-created-GitHub-issue>" ** Set status as CLOSED MOVED ** Submit All issues that remain open will be automatically closed next week or so. Then the Bugzilla component for Tycho will be archived and made read-only.
pack200 is deprecated functionality https://www.eclipse.org/lists/cross-project-issues-dev/msg18273.html