Vinod Kone created MESOS-7722:
---------------------------------
Summary: 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
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)