You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2017/09/07 05:33:00 UTC

[jira] [Commented] (MESOS-7722) distclean error due to core dump file

    [ https://issues.apache.org/jira/browse/MESOS-7722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156493#comment-16156493 ] 

James Peach commented on MESOS-7722:
------------------------------------

{noformat}
commit 2d379fba47bc95573c89a54018384f83083db8d6 (HEAD -> master)
Author: Andrei Budnik <ab...@mesosphere.com>
Date:   Wed Sep 6 22:02:32 2017 -0700

    Revert "Removed core file during distclean.".

    This reverts commit fcf8618be59ada6d1607696b13bc362bf7e85b0b.

    As we have fixed coredumps caused by passing an invalid path to
    executable to `subprocess` (see https://reviews.apache.org/r/61799),
    invocation of `perf` command, which isn't installed,
    won't cause coredumps.

    Review: https://reviews.apache.org/r/62061/
{noformat}

> distclean error due to core dump file
> -------------------------------------
>
>                 Key: MESOS-7722
>                 URL: https://issues.apache.org/jira/browse/MESOS-7722
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Vinod Kone
>            Assignee: Kapil Arya
>         Attachments: log.txt
>
>
> Observed this failure a bunch in ASF CI (Buildbot and Reviewbot).
> {code}
> make[2]: Leaving directory `/mesos/mesos-1.4.0/_build/src'
> rm -f config.status config.cache config.log configure.lineno config.status.lineno
> rm -f Makefile
> ERROR: files left in build directory after distclean:
> ./src/core
> make[1]: *** [distcleancheck] Error 1
> make[1]: Leaving directory `/mesos/mesos-1.4.0/_build'
> make: *** [distcheck] Error 1
> {code}
> Likely due to perf core dump failure during configure phase
> {code}
> E0626 19:44:39.541741  4914 perf.cpp:245] Failed to get perf version: Failed to execute perf: terminated with signal Aborted (core dumped)
> -------------------------------------------------------------
> Could not find the 'perf' command or its version lower that 2.6.39 so tests using it to sample the 'cpu-cycles' hardware event will not be run.
> -------------------------------------------------------------
> E0626 19:44:40.147486  4914 perf.cpp:245] Failed to get perf version: Failed to execute perf: terminated with signal Aborted (core dumped)
> -------------------------------------------------------------
> require 'perf' version >= 2.6.39 so no 'perf' tests will be run
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)