On Thu, Jun 22, 2017 at 7:15 AM, Thanh Ha <[email protected]> wrote:
> On Wed, Jun 21, 2017 at 4:45 PM, Robert Varga <[email protected]> wrote: > >> On 21/06/17 22:34, Colin Dixon wrote: >> > Now the same failure is happening for the karaf distribution in >> > OpenDaylight. >> >> No dice, this is something specific to either the verify job itself or >> to the build machine, as I just finished building 'mvn clean install' >> with a wiped repo without a glitch. Unless I am missing something... >> >> I have disabled the distro build in the last patch to get it through >> verify and get us moving again. >> >> https://git.opendaylight.org/gerrit/59315 re-enables the distribution >> separately and will need to be debugged. >> >> Thanh, can you take a look at the environment to see what is going >> wrong, please? >> > > I'm confused with this one. I cannot reproduce if I spin up the same VM > manually and run a build. It seems to only happen with the job. I will try > to reproduce this on the jenkins-sandbox tomorrow and see if I can > troubleshoot it while it's running. > > For some reason it's failing to run the `patch` command against > `pax-web-features-4.3.0-features.xml` and is what's causing the build > failure but patch commands prior to it successfully run... > FYI, we've seen this problem before, see https://bugs.opendaylight.org/show_bug.cgi?id=7580, and it (eventually) "just went away" ... we never understood the root cause. Looking at https://ant.apache.org/manual/Tasks/patch.html, unfortunately there is no option to have it print out the output of the patch command it ran. We could... (1) fork Ant and add that? ;) (2) Replace the Ant <patch> task with <exec line?="patch ...">, which would show more? (3) Or we could ditch the Ant <patch> task and re-impl it in Java, see https://bugs.opendaylight.org/show_bug.cgi?id=8677 - any volunteers for that? ;) > Regards, > Thanh > > > _______________________________________________ > Discuss mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/discuss > >
_______________________________________________ Discuss mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/discuss
