You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2017/06/26 21:20:00 UTC

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

     [ https://issues.apache.org/jira/browse/MESOS-7722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone updated MESOS-7722:
------------------------------
    Attachment: log.txt

Attached full log of a failed build.

> 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)