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 |
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 <[hidden email]> 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 > |
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" <[hidden email]> 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 <[hidden email]> > 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 > > > |
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 <[hidden email]> 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" <[hidden email]> 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 <[hidden email]> > > 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 > > > > > > |
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 <[hidden email]> 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 <[hidden email]> > 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" <[hidden email]> 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 <[hidden email] > > > > > 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 > > > > > > > > > > |
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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> > > 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" <[hidden email]> 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 < > [hidden email] > > > > > > > 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 > > > > > > > > > > > > > > > |
In reply to this post by Sachin Goel
Yeah, go ahead.
On Tue, Jul 28, 2015 at 10:52 AM, Sachin Goel <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> > > 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" <[hidden email]> 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 < > [hidden email] > > > > > > > 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 > > > > > > > > > > > > > > > |
Free forum by Nabble | Edit this page |