You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by Sachin Goel <sa...@gmail.com> on 2015/07/27 21:47:00 UTC

Travis build failure

A recent travis build[Job 3] on my forked repo failed with the following
error:

Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.17:test
(default-test) on project flink-tachyon: ExecutionException:
java.lang.RuntimeException: The forked VM terminated without properly
saying goodbye. VM crash or System.exit called?

Here's the log file:
https://s3.amazonaws.com/archive.travis-ci.org/jobs/72878976/log.txt.
The failed build passes on travis on my PR's build.


-- Sachin Goel

Computer Science, IIT Delhi
m. +91-9871457685

Re: Travis build failure

Posted by Till Rohrmann <tr...@apache.org>.
If it's a bug in Hadoop or Tachyon, then we can hardly do anything about it.

On Tue, Jul 28, 2015 at 10:52 AM, Sachin Goel <sa...@gmail.com>
wrote:

> Should I open a JIRA for this?
>
> -- Sachin Goel
> Computer Science, IIT Delhi
> m. +91-9871457685
>
> On Tue, Jul 28, 2015 at 2:16 PM, Stephan Ewen <se...@apache.org> wrote:
>
> > I have seen that issue before.
> >
> > Since Flink only tests using Tachyon via the Hadoop connector, this is
> > either a bug in the Hadoop connector or in Tachyon. Since Tachyon
> probably
> > uses Unsafe as well, it may just be a bug that causes a segfault...
> >
> > On Tue, Jul 28, 2015 at 10:16 AM, Sachin Goel <sa...@gmail.com>
> > wrote:
> >
> > > Yes. I've never encountered this type of build failure.
> > >
> > > -- Sachin Goel
> > > Computer Science, IIT Delhi
> > > m. +91-9871457685
> > > On Jul 28, 2015 1:41 PM, "Till Rohrmann" <tr...@apache.org> wrote:
> > >
> > > > This might be a Travis hick-up. Was it the first time this happened?
> > > >
> > > > Cheers,
> > > > Till
> > > >
> > > > On Mon, Jul 27, 2015 at 9:47 PM, Sachin Goel <
> sachingoel0101@gmail.com
> > >
> > > > wrote:
> > > >
> > > > > A recent travis build[Job 3] on my forked repo failed with the
> > > following
> > > > > error:
> > > > >
> > > > > Failed to execute goal
> > > > > org.apache.maven.plugins:maven-surefire-plugin:2.17:test
> > > > > (default-test) on project flink-tachyon: ExecutionException:
> > > > > java.lang.RuntimeException: The forked VM terminated without
> properly
> > > > > saying goodbye. VM crash or System.exit called?
> > > > >
> > > > > Here's the log file:
> > > > >
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/72878976/log.txt
> > .
> > > > > The failed build passes on travis on my PR's build.
> > > > >
> > > > >
> > > > > -- Sachin Goel
> > > > >
> > > > > Computer Science, IIT Delhi
> > > > > m. +91-9871457685
> > > > >
> > > >
> > >
> >
>

Re: Travis build failure

Posted by Stephan Ewen <se...@apache.org>.
Yeah, go ahead.



On Tue, Jul 28, 2015 at 10:52 AM, Sachin Goel <sa...@gmail.com>
wrote:

> Should I open a JIRA for this?
>
> -- Sachin Goel
> Computer Science, IIT Delhi
> m. +91-9871457685
>
> On Tue, Jul 28, 2015 at 2:16 PM, Stephan Ewen <se...@apache.org> wrote:
>
> > I have seen that issue before.
> >
> > Since Flink only tests using Tachyon via the Hadoop connector, this is
> > either a bug in the Hadoop connector or in Tachyon. Since Tachyon
> probably
> > uses Unsafe as well, it may just be a bug that causes a segfault...
> >
> > On Tue, Jul 28, 2015 at 10:16 AM, Sachin Goel <sa...@gmail.com>
> > wrote:
> >
> > > Yes. I've never encountered this type of build failure.
> > >
> > > -- Sachin Goel
> > > Computer Science, IIT Delhi
> > > m. +91-9871457685
> > > On Jul 28, 2015 1:41 PM, "Till Rohrmann" <tr...@apache.org> wrote:
> > >
> > > > This might be a Travis hick-up. Was it the first time this happened?
> > > >
> > > > Cheers,
> > > > Till
> > > >
> > > > On Mon, Jul 27, 2015 at 9:47 PM, Sachin Goel <
> sachingoel0101@gmail.com
> > >
> > > > wrote:
> > > >
> > > > > A recent travis build[Job 3] on my forked repo failed with the
> > > following
> > > > > error:
> > > > >
> > > > > Failed to execute goal
> > > > > org.apache.maven.plugins:maven-surefire-plugin:2.17:test
> > > > > (default-test) on project flink-tachyon: ExecutionException:
> > > > > java.lang.RuntimeException: The forked VM terminated without
> properly
> > > > > saying goodbye. VM crash or System.exit called?
> > > > >
> > > > > Here's the log file:
> > > > >
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/72878976/log.txt
> > .
> > > > > The failed build passes on travis on my PR's build.
> > > > >
> > > > >
> > > > > -- Sachin Goel
> > > > >
> > > > > Computer Science, IIT Delhi
> > > > > m. +91-9871457685
> > > > >
> > > >
> > >
> >
>

Re: Travis build failure

Posted by Sachin Goel <sa...@gmail.com>.
Should I open a JIRA for this?

-- Sachin Goel
Computer Science, IIT Delhi
m. +91-9871457685

On Tue, Jul 28, 2015 at 2:16 PM, Stephan Ewen <se...@apache.org> wrote:

> I have seen that issue before.
>
> Since Flink only tests using Tachyon via the Hadoop connector, this is
> either a bug in the Hadoop connector or in Tachyon. Since Tachyon probably
> uses Unsafe as well, it may just be a bug that causes a segfault...
>
> On Tue, Jul 28, 2015 at 10:16 AM, Sachin Goel <sa...@gmail.com>
> wrote:
>
> > Yes. I've never encountered this type of build failure.
> >
> > -- Sachin Goel
> > Computer Science, IIT Delhi
> > m. +91-9871457685
> > On Jul 28, 2015 1:41 PM, "Till Rohrmann" <tr...@apache.org> wrote:
> >
> > > This might be a Travis hick-up. Was it the first time this happened?
> > >
> > > Cheers,
> > > Till
> > >
> > > On Mon, Jul 27, 2015 at 9:47 PM, Sachin Goel <sachingoel0101@gmail.com
> >
> > > wrote:
> > >
> > > > A recent travis build[Job 3] on my forked repo failed with the
> > following
> > > > error:
> > > >
> > > > Failed to execute goal
> > > > org.apache.maven.plugins:maven-surefire-plugin:2.17:test
> > > > (default-test) on project flink-tachyon: ExecutionException:
> > > > java.lang.RuntimeException: The forked VM terminated without properly
> > > > saying goodbye. VM crash or System.exit called?
> > > >
> > > > Here's the log file:
> > > > https://s3.amazonaws.com/archive.travis-ci.org/jobs/72878976/log.txt
> .
> > > > The failed build passes on travis on my PR's build.
> > > >
> > > >
> > > > -- Sachin Goel
> > > >
> > > > Computer Science, IIT Delhi
> > > > m. +91-9871457685
> > > >
> > >
> >
>

Re: Travis build failure

Posted by Stephan Ewen <se...@apache.org>.
I have seen that issue before.

Since Flink only tests using Tachyon via the Hadoop connector, this is
either a bug in the Hadoop connector or in Tachyon. Since Tachyon probably
uses Unsafe as well, it may just be a bug that causes a segfault...

On Tue, Jul 28, 2015 at 10:16 AM, Sachin Goel <sa...@gmail.com>
wrote:

> Yes. I've never encountered this type of build failure.
>
> -- Sachin Goel
> Computer Science, IIT Delhi
> m. +91-9871457685
> On Jul 28, 2015 1:41 PM, "Till Rohrmann" <tr...@apache.org> wrote:
>
> > This might be a Travis hick-up. Was it the first time this happened?
> >
> > Cheers,
> > Till
> >
> > On Mon, Jul 27, 2015 at 9:47 PM, Sachin Goel <sa...@gmail.com>
> > wrote:
> >
> > > A recent travis build[Job 3] on my forked repo failed with the
> following
> > > error:
> > >
> > > Failed to execute goal
> > > org.apache.maven.plugins:maven-surefire-plugin:2.17:test
> > > (default-test) on project flink-tachyon: ExecutionException:
> > > java.lang.RuntimeException: The forked VM terminated without properly
> > > saying goodbye. VM crash or System.exit called?
> > >
> > > Here's the log file:
> > > https://s3.amazonaws.com/archive.travis-ci.org/jobs/72878976/log.txt.
> > > The failed build passes on travis on my PR's build.
> > >
> > >
> > > -- Sachin Goel
> > >
> > > Computer Science, IIT Delhi
> > > m. +91-9871457685
> > >
> >
>

Re: Travis build failure

Posted by Sachin Goel <sa...@gmail.com>.
Yes. I've never encountered this type of build failure.

-- Sachin Goel
Computer Science, IIT Delhi
m. +91-9871457685
On Jul 28, 2015 1:41 PM, "Till Rohrmann" <tr...@apache.org> wrote:

> This might be a Travis hick-up. Was it the first time this happened?
>
> Cheers,
> Till
>
> On Mon, Jul 27, 2015 at 9:47 PM, Sachin Goel <sa...@gmail.com>
> wrote:
>
> > A recent travis build[Job 3] on my forked repo failed with the following
> > error:
> >
> > Failed to execute goal
> > org.apache.maven.plugins:maven-surefire-plugin:2.17:test
> > (default-test) on project flink-tachyon: ExecutionException:
> > java.lang.RuntimeException: The forked VM terminated without properly
> > saying goodbye. VM crash or System.exit called?
> >
> > Here's the log file:
> > https://s3.amazonaws.com/archive.travis-ci.org/jobs/72878976/log.txt.
> > The failed build passes on travis on my PR's build.
> >
> >
> > -- Sachin Goel
> >
> > Computer Science, IIT Delhi
> > m. +91-9871457685
> >
>

Re: Travis build failure

Posted by Till Rohrmann <tr...@apache.org>.
This might be a Travis hick-up. Was it the first time this happened?

Cheers,
Till

On Mon, Jul 27, 2015 at 9:47 PM, Sachin Goel <sa...@gmail.com>
wrote:

> A recent travis build[Job 3] on my forked repo failed with the following
> error:
>
> Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.17:test
> (default-test) on project flink-tachyon: ExecutionException:
> java.lang.RuntimeException: The forked VM terminated without properly
> saying goodbye. VM crash or System.exit called?
>
> Here's the log file:
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/72878976/log.txt.
> The failed build passes on travis on my PR's build.
>
>
> -- Sachin Goel
>
> Computer Science, IIT Delhi
> m. +91-9871457685
>