Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] package-feature reports MALFORMED

looks like a low-level ZIP error while trying to create the feature jar.
debug log (-X) would give more information on where it fails.

hard to tell but could be filesystem level problems

Regards
Jan



On 02/02/16 14:58, "tycho-user-bounces@xxxxxxxxxxx on behalf of Christian Pontesegger" <tycho-user-bounces@xxxxxxxxxxx on behalf of christian.pontesegger@xxxxxx> wrote:

>Hi,
>
>from time to time my build scripts break during the package-feature phase. The only error text I get is MALFORMED. Re-running the build typically works fine, so the error is spurious and not reproducible.
>Also the affected feature changes, even when there are no code changes in the repository at all.
>
>These problems happen on the eclipse HIPP servers. So I am not fully sure if this could be eclipse HIPP related or if it is tycho related. What could be the root cause for this error message?
>
>Error log:
>feature (default-package-feature) on project org.eclipse.ease.modules.unittest.feature: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.22.0:package-feature failed: MALFORMED
>[DEBUG] Closing connection to remote
>[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.22.0:package-feature (default-package-feature) on project org.eclipse.ease.modules.unittest.feature: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.22.0:package-feature failed: MALFORMED -> [Help 1]
>
>A full log is available here:
>https://hudson.eclipse.org/ease/job/ease-modules-nightly/334/console
>
>
>regards
>Christian
>
>_______________________________________________
>tycho-user mailing list
>tycho-user@xxxxxxxxxxx
>To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top