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

Miguel Bernadin commented on MESOS-2982:
----------------------------------------

After reading further, I've attempted to skip this Perf checking process since 
I've read that Perf is specific to the kernel version and different versions 
have different flags and output formats. Specifically, the code requires a 
kernel release >= 2.6.39 but I am running a 2.6.32 kernel: my version of perf 
is not currently supported and I should skip those tests. The only effect of 
this is that I cannot use the optional perf_event isolator.

That said, I've attempted these commands below to try to skip it but, it seems 
to ignore my environment variables and flags:

 build]# GTEST_FILTER="-Perf*:-UserCgroupIsolatorTest*UserCgroup"; export 
GTEST_FILTER
 build]# make check GTEST_FILTER="$GTEST_FILTER"

That failed above, then I tried this below:

 build]# ./bin/mesos-tests.sh 
--gtest_filter="-Perf*:-UserCgroupIsolatorTest*UserCgroup"





> Make Check Fails on RHEL 6
> --------------------------
>
>                 Key: MESOS-2982
>                 URL: https://issues.apache.org/jira/browse/MESOS-2982
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.22.1
>         Environment: Linux xxx 2.6.32-504.16.2.el6.x86_64 #1 SMP Tue Mar 10 
> 17:01:00 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
> Red Hat Enterprise Linux Server release 6.6 (Santiago)
>            Reporter: Miguel Bernadin
>
> After downloading Mesos 22.1 and attemted to build it, I've encountered 
> failrues on the build process below:
>   FAILED  ] UserCgroupIsolatorTest/0.ROOT_CGROUPS_UserCgroup, where TypeParam 
> = mesos::internal::slave::CgroupsMemIsolatorProcess (149 ms)
> [----------] 1 test from UserCgroupIsolatorTest/0 (149 ms total)
> [----------] 1 test from UserCgroupIsolatorTest/1, where TypeParam = 
> mesos::internal::slave::CgroupsCpushareIsolatorProcess
> userdel: user 'mesos.test.unprivileged.user' does not exist
> [ RUN      ] UserCgroupIsolatorTest/1.ROOT_CGROUPS_UserCgroup
> -bash: /sys/fs/cgroup/cpuacct/mesos/container/cgroup.procs: No such file or 
> directory



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to