Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Tycho Users] Re: [egit-dev] EGit build fails with ZipException

On Mon, May 10, 2010 at 11:26 AM, Hugues Malphettes
<hmalphettes@xxxxxxxxxxx> wrote:
> Hi Matthias,
> I suspect that the jar org.eclipse.core.runtime-3.6.0.v20100412.jar is
> an incomplete download.
>
> Here is what I see on the build machine:
> -rw-r--r-- 1 hudsonbuild callisto-dev 69914 2010-05-08 14:58
> org.eclipse.core.runtime-3.6.0.v20100412.jar
>
> On my machine the same jar has more bytes:
> -rw-r--r-- 1 hmalphettes hmalphettes 70864 2010-05-07 16:30
> org.eclipse.core.runtime-3.6.0.v20100412.jar
>
>
> This happens from time to time especially when a build is interrupted:
> I manually remove the faulty jars and this usually fixes the problem.
> When this happened to the jetty build, I did not have sufficient
> privileges on build.eclipse.org so I added a shell command to hudson
> to remove the faulty jar, ran that build once and removed that extra
> command.

I'm so jetlagged that I forgot I filed a bug on this awhile ago...
     https://bugs.eclipse.org/bugs/show_bug.cgi?id=311659

Ideally there should be some checksum support somewhere to verify the
artifacts are indeed fully there or not. If our build is using a fully
local m2 repository, we should be OK.

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top