You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mesos.apache.org by Joerg Maurer <de...@gmx.net> on 2015/05/16 00:21:44 UTC

make[3]: *** [check-local] Aborted (core dumped) in make test

Hello,

I am building from source git clone --branch 0.22.1 --depth 1 https://github.com/apache/mesos on my Linux kopernikus-u 3.13.0-52-generic #86-Ubuntu SMP Mon May 4 04:32:59 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux.

On "make test" i get the following errors. Appreciate any help on getting green status :)

J
...
[----------] 13 tests from MasterAuthorizationTest
[ RUN      ] MasterAuthorizationTest.AuthorizedTask
[       OK ] MasterAuthorizationTest.AuthorizedTask (179 ms)
[ RUN      ] MasterAuthorizationTest.UnauthorizedTask
[       OK ] MasterAuthorizationTest.UnauthorizedTask (150 ms)
[ RUN      ] MasterAuthorizationTest.KillTask
[       OK ] MasterAuthorizationTest.KillTask (157 ms)
[ RUN      ] MasterAuthorizationTest.SlaveRemoved
F0515 23:29:48.145930 24614 mesos.cpp:362] CHECK_SOME(parse): syntax error at line 1 near: ,"master\/valid_framework_to_executor_messages":0,"master\/valid_status_update_acknowledgements":0,"master\/valid_status_updates":0,"registrar\/queued_operations":0,"registrar\/registry_size_bytes":91,"registrar\/state_fetch_ms":39.314176,"registrar\/state_store_ms":15.106304,"registrar\/state_store_ms\/count":3,"registrar\/state_store_ms\/max":17.199104,"registrar\/state_store_ms\/min":13.159936,"registrar\/state_store_ms\/p50":15.106304,"registrar\/state_store_ms\/p90":16.780544,"registrar\/state_store_ms\/p95":16.989824,"registrar\/state_store_ms\/p99":17.157248,"registrar\/state_store_ms\/p999":17.1949184,"registrar\/state_store_ms\/p9999":17.19868544,"scheduler\/event_queue_dispatches":0,"scheduler\/event_queue_messages":0,"system\/cpus_total":8,"system\/load_15min":0.75,"system\/load_1min":0.96,"system\/load_5min":0.57,"system\/mem_free_bytes":1315938304,"system\/mem_total_bytes":82614968
 3



2}
*** Check failure stack trace: ***
     @     0x2aaf70136800  google::LogMessage::Fail()
     @     0x2aaf7013674c  google::LogMessage::SendToLog()
     @     0x2aaf7013614e  google::LogMessage::Flush()
     @     0x2aaf70139062  google::LogMessageFatal::~LogMessageFatal()
     @           0xa26e98  _CheckFatal::~_CheckFatal()
     @           0xe60353  mesos::internal::tests::MesosTest::Metrics()
     @           0xd881f1  mesos::internal::tests::MasterAuthorizationTest_SlaveRemoved_Test::TestBody()
     @          0x113db61  testing::internal::HandleSehExceptionsInMethodIfSupported<>()
     @          0x1138d1c  testing::internal::HandleExceptionsInMethodIfSupported<>()
     @          0x11210dd  testing::Test::Run()
     @          0x1121800  testing::TestInfo::Run()
     @          0x1121d88  testing::TestCase::Run()
     @          0x1126a52  testing::internal::UnitTestImpl::RunAllTests()
     @          0x113e9d3  testing::internal::HandleSehExceptionsInMethodIfSupported<>()
     @          0x1139a0d  testing::internal::HandleExceptionsInMethodIfSupported<>()
     @          0x112595e  testing::UnitTest::Run()
     @           0xd2c87d  main
     @     0x2aaf726ceec5  (unknown)
     @           0x8f9869  (unknown)
make[3]: *** [check-local] Aborted (core dumped)
make[3]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
make: *** [check-recursive] Error 1








Re: make[3]: *** [check-local] Aborted (core dumped) in make test

Posted by haosdent <ha...@gmail.com>.
yes
On May 20, 2015 4:03 AM, "Joerg Maurer" <de...@gmx.net> wrote:

> With "latest", do you refer to the latest revision in trunk?
>
> Then no, I have tested against Release/Tag 0.22.1.
>
> Should i try with latest?
>
> On 2015-05-18 18:49, haosdent wrote:
>
>> @Joerg Maurer I could not reproduce your problems in CentOS. From this
>> ticket[https://issues.apache.org/jira/browse/MESOS-2744],  @Colin
>> Williams also could not reproduce your problems in Ubuntu which kernel is
>> 3.13.0-35-generic. So could you sure the problem is exist in the latest
>> code? Thank you
>>
>>  ...
>
>>
>> --
>> Best Regards,
>> Haosdent Huang
>>
>

Re: make[3]: *** [check-local] Aborted (core dumped) in make test

Posted by Joerg Maurer <de...@gmx.net>.
This cases might show that LogZooKeeperTest and MasterAuthorizationTest affect each other.

joma@kopernikus-u:~/dev/programme/mesos/build/mesos/build$ make check GTEST_FILTER="MasterAuthorizationTest.*"

Test Run OK.

joma@kopernikus-u:~/dev/programme/mesos/build/mesos/build$ make check GTEST_FILTER="LogZooKeeper*:MasterAuthorizationTest.*"

Test Run NOK. Same parse error as reported.

P.S. Are those ZOO_ERROR in LogZooKeeperTest.LostZooKeeper expected to occur? Just curious - as i stated elsewhere, log messages are highly overrated  - test result signals everything OK.

...

[==========] Running 15 tests from 2 test cases.
[----------] Global test environment set-up.
[----------] 2 tests from LogZooKeeperTest
[ RUN      ] LogZooKeeperTest.WriteRead
[       OK ] LogZooKeeperTest.WriteRead (352 ms)
[ RUN      ] LogZooKeeperTest.LostZooKeeper
2015-05-19 23:41:12,458:10099(0x2aae0b603700):ZOO_ERROR@handle_socket_error_msg@1721: Socket [127.0.0.1:55588] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
2015-05-19 23:41:12,459:10099(0x2aae0b201700):ZOO_ERROR@handle_socket_error_msg@1721: Socket [127.0.0.1:55588] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
[       OK ] LogZooKeeperTest.LostZooKeeper (83 ms)
[----------] 2 tests from LogZooKeeperTest (435 ms total)

[----------] 13 tests from MasterAuthorizationTest
[ RUN      ] MasterAuthorizationTest.AuthorizedTask
[       OK ] MasterAuthorizationTest.AuthorizedTask (234 ms)
[ RUN      ] MasterAuthorizationTest.UnauthorizedTask
[       OK ] MasterAuthorizationTest.UnauthorizedTask (163 ms)
[ RUN      ] MasterAuthorizationTest.KillTask
[       OK ] MasterAuthorizationTest.KillTask (158 ms)
[ RUN      ] MasterAuthorizationTest.SlaveRemoved
F0519 23:41:13.222724 10099 mesos.cpp:362] CHECK_SOME(parse): syntax error at line 1 near: ,"master\/valid_framework_to_executor_messages":0,"master\/valid_status_update_acknowledgements":0,"master\/valid_status_updates":0,"registrar\/queued_operations":0,"registrar\/registry_size_bytes":91,"registrar\/state_fetch_ms":37.902848,"registrar\/state_store_ms":15.227136,"registrar\/state_store_ms\/count":3,"registrar\/state_store_ms\/max":17.074944,"registrar\/state_store_ms\/min":15.227136,"registrar\/state_store_ms\/p50":15.872,"registrar\/state_store_ms\/p90":16.8343552,"registrar\/state_store_ms\/p95":16.9546496,"registrar\/state_store_ms\/p99":17.05088512,"registrar\/state_store_ms\/p999":17.072538112,"registrar\/state_store_ms\/p9999":17.0747034112,"scheduler\/event_queue_dispatches":0,"scheduler\/event_queue_messages":0,"system\/cpus_total":8,"system\/load_15min":0.57,"system\/load_1min":0.72,"system\/load_5min":0.67,"system\/mem_free_bytes":1133895680,"system\/mem_total_bytes":826
 1
496832}
*** Check failure stack trace: ***
     @     0x2aadd7ff4800  google::LogMessage::Fail()
     @     0x2aadd7ff474c  google::LogMessage::SendToLog()
     @     0x2aadd7ff414e  google::LogMessage::Flush()
     @     0x2aadd7ff7062 google::LogMessageFatal::~LogMessageFatal()
     @           0xa26e98  _CheckFatal::~_CheckFatal()
     @           0xe60353 mesos::internal::tests::MesosTest::Metrics()
     @           0xd881f1 mesos::internal::tests::MasterAuthorizationTest_SlaveRemoved_Test::TestBody()
     @          0x113db61 testing::internal::HandleSehExceptionsInMethodIfSupported<>()
     @          0x1138d1c testing::internal::HandleExceptionsInMethodIfSupported<>()
     @          0x11210dd  testing::Test::Run()
     @          0x1121800  testing::TestInfo::Run()
     @          0x1121d88  testing::TestCase::Run()
     @          0x1126a52 testing::internal::UnitTestImpl::RunAllTests()
     @          0x113e9d3 testing::internal::HandleSehExceptionsInMethodIfSupported<>()
     @          0x1139a0d testing::internal::HandleExceptionsInMethodIfSupported<>()
     @          0x112595e  testing::UnitTest::Run()
     @           0xd2c87d  main
     @     0x2aadda58cec5  (unknown)
     @           0x8f9869  (unknown)
make[3]: *** [check-local] Aborted (core dumped)
make[3]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
make: *** [check-recursive] Error 1



On 2015-05-19 22:03, Joerg Maurer wrote:
> With "latest", do you refer to the latest revision in trunk?
>
> Then no, I have tested against Release/Tag 0.22.1.
>
> Should i try with latest?
>
> On 2015-05-18 18:49, haosdent wrote:
>> @Joerg Maurer I could not reproduce your problems in CentOS. From this ticket[https://issues.apache.org/jira/browse/MESOS-2744],  @Colin Williams also could not reproduce your problems in Ubuntu which kernel is 3.13.0-35-generic. So could you sure the problem is exist in the latest code? Thank you
>>
> ...
>>
>> --
>> Best Regards,
>> Haosdent Huang

Re: make[3]: *** [check-local] Aborted (core dumped) in make test

Posted by Joerg Maurer <de...@gmx.net>.
With "latest", do you refer to the latest revision in trunk?

Then no, I have tested against Release/Tag 0.22.1.

Should i try with latest?

On 2015-05-18 18:49, haosdent wrote:
> @Joerg Maurer I could not reproduce your problems in CentOS. From this ticket[https://issues.apache.org/jira/browse/MESOS-2744],  @Colin Williams also could not reproduce your problems in Ubuntu which kernel is 3.13.0-35-generic. So could you sure the problem is exist in the latest code? Thank you
>
...
>
> --
> Best Regards,
> Haosdent Huang

Re: make[3]: *** [check-local] Aborted (core dumped) in make test

Posted by haosdent <ha...@gmail.com>.
@Joerg Maurer I could not reproduce your problems in CentOS. From this
ticket[https://issues.apache.org/jira/browse/MESOS-2744],  @Colin Williams
also could not reproduce your problems in Ubuntu which kernel
is 3.13.0-35-generic. So could you sure the problem is exist in the latest
code? Thank you

On Sun, May 17, 2015 at 6:24 PM, haosdent <ha...@gmail.com> wrote:

> Thank you for your reply, I fill this issue
> https://issues.apache.org/jira/browse/MESOS-2744
>
> On Sun, May 17, 2015 at 5:08 AM, Joerg Maurer <de...@gmx.net> wrote:
>
>> Hello haosdent,
>>
>> See (1) and (2), just executed in that order.
>>
>> Results make for me - from a blackbox point of view - no sense at all. My
>> two cents/theory - tests themselfs(t.i. the framework's they use) seem to
>> affect each other.
>>
>> Will file an issue in your JIRA. Pls provide info for access/handling
>> your JIRA e.g. is this email as description enough information for your
>> investigation?
>>
>> (1)
>>
>> joma@kopernikus-u:~/dev/programme/mesos/build/mesos/build$ make check
>> GTEST_FILTER="MasterAuthorizationTest.SlaveRemoved" GTEST_REPEAT=1000
>> GTEST_BREAK_ON_FAILURE=1
>> ...
>> Repeating all tests (iteration 1000) . . .
>>
>> Note: Google Test filter =
>> MasterAuthorizationTest.SlaveRemoved-DockerContainerizerTest.ROOT_DOCKER_Launch_Executor:DockerContainerizerTest.ROOT_DOCKER_Launch_Executor_Bridged:DockerContainerizerTest.ROOT_DOCKER_Launch:DockerContainerizerTest.ROOT_DOCKER_Kill:DockerContainerizerTest.ROOT_DOCKER_Usage:DockerContainerizerTest.ROOT_DOCKER_Update:DockerContainerizerTest.DISABLED_ROOT_DOCKER_Recover:DockerContainerizerTest.ROOT_DOCKER_SkipRecoverNonDocker:DockerContainerizerTest.ROOT_DOCKER_Logs:DockerContainerizerTest.ROOT_DOCKER_Default_CMD:DockerContainerizerTest.ROOT_DOCKER_Default_CMD_Override:DockerContainerizerTest.ROOT_DOCKER_Default_CMD_Args:DockerContainerizerTest.ROOT_DOCKER_SlaveRecoveryTaskContainer:DockerContainerizerTest.DISABLED_ROOT_DOCKER_SlaveRecoveryExecutorContainer:DockerContainerizerTest.ROOT_DOCKER_PortMapping:DockerContainerizerTest.ROOT_DOCKER_LaunchSandboxWithColon:DockerContainerizerTest.ROOT_DOCKER_DestroyWhileFetching:DockerContainerizerTest.ROOT_DOCKER_Destr
>> o
>>
>> yWhilePulling:DockerTest.ROOT_DOCKER_interface:DockerTest.ROOT_DOCKER_CheckCommandWithShell:DockerTest.ROOT_DOCKER_CheckPortResource:DockerTest.ROOT_DOCKER_CancelPull:CpuIsolatorTest/1.UserCpuUsage:CpuIsolatorTest/1.SystemCpuUsage:LimitedCpuIsolatorTest.ROOT_CGROUPS_Cfs:LimitedCpuIsolatorTest.ROOT_CGROUPS_Cfs_Big_Quota:MemIsolatorTest/0.MemUsage:MemIsolatorTest/1.MemUsage:MemIsolatorTest/2.MemUsage:PerfEventIsolatorTest.ROOT_CGROUPS_Sample:SharedFilesystemIsolatorTest.ROOT_RelativeVolume:SharedFilesystemIsolatorTest.ROOT_AbsoluteVolume:NamespacesPidIsolatorTest.ROOT_PidNamespace:UserCgroupIsolatorTest/0.ROOT_CGROUPS_UserCgroup:UserCgroupIsolatorTest/1.ROOT_CGROUPS_UserCgroup:UserCgroupIsolatorTest/2.ROOT_CGROUPS_UserCgroup:MesosContainerizerSlaveRecoveryTest.CGROUPS_ROOT_PerfRollForward:MesosContainerizerSlaveRecoveryTest.CGROUPS_ROOT_PidNamespaceForward:MesosContainerizerSlaveRecoveryTest.CGROUPS_ROOT_PidNamespaceBackward:SlaveTest.ROOT_RunTaskWithCommandInfoWithoutUser:SlaveTest.DI
>> S
>>
>> ABLED_ROOT_RunTaskWithCommandInfoWithUser:ContainerizerTest.ROOT_CGROUPS_BalloonFramework:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Enabled:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Subsystems:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Mounted:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Get:CgroupsAnyHierarchyTest.ROOT_CGROUPS_NestedCgroups:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Tasks:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Read:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Cfs_Big_Quota:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_FindCgroupSubsystems:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_FreezeNonFreezer:CgroupsNoHierarchyTest.ROOT_CGROUPS_NOHIERARCHY_
>> M
>>
>> ountUnmountHierarchy:CgroupsAnyHierarchyWithCpuAcctMemoryTest.ROOT_CGROUPS_Stat:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Freeze:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Kill:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Destroy:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_AssignThreads:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_DestroyStoppedProcess:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_DestroyTracedProcess:CgroupsAnyHierarchyWithPerfEventTest.ROOT_CGROUPS_Perf:NsTest.ROOT_setns:NsTest.ROOT_setnsMultipleThreads:NsTest.ROOT_getns:NsTest.ROOT_destroy:PerfTest.ROOT_Events:PerfTest.ROOT_SampleInit:SlaveCount/Registrar_BENCHMARK_Test.performance/0:SlaveCount/Registrar_BENCHMARK_Test.performance/1:SlaveCount/Registrar_BENCHMARK_Test.performance/2:SlaveCount/Registrar_BENCHMARK_Test.performance/3
>> [==========] Running 1 test from 1 test case.
>> [----------] Global test environment set-up.
>> [----------] 1 test from MasterAuthorizationTest
>> [ RUN      ] MasterAuthorizationTest.SlaveRemoved
>> [       OK ] MasterAuthorizationTest.SlaveRemoved (483 ms)
>> [----------] 1 test from MasterAuthorizationTest (484 ms total)
>>
>> [----------] Global test environment tear-down
>> [==========] 1 test from 1 test case ran. (499 ms total)
>> [  PASSED  ] 1 test.
>>
>>   YOU HAVE 9 DISABLED TESTS
>>
>> make[3]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>> make[2]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>> make[1]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>> Making check in ec2
>> make[1]: Entering directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/ec2'
>> make[1]: Nothing to be done for `check'.
>> make[1]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/ec2'
>>
>>
>> (2)
>> joma@kopernikus-u:~/dev/programme/mesos/build/mesos/build$ make check
>> ...
>> [----------] 13 tests from MasterAuthorizationTest
>> [ RUN      ] MasterAuthorizationTest.AuthorizedTask
>> [       OK ] MasterAuthorizationTest.AuthorizedTask (164 ms)
>> [ RUN      ] MasterAuthorizationTest.UnauthorizedTask
>> [       OK ] MasterAuthorizationTest.UnauthorizedTask (160 ms)
>> [ RUN      ] MasterAuthorizationTest.KillTask
>> [       OK ] MasterAuthorizationTest.KillTask (171 ms)
>> [ RUN      ] MasterAuthorizationTest.SlaveRemoved
>> F0516 23:00:28.584900  4444 mesos.cpp:362] CHECK_SOME(parse): syntax
>> error at line 1 near:
>> ,"master\/valid_framework_to_executor_messages":0,"master\/valid_status_update_acknowledgements":0,"master\/valid_status_updates":0,"registrar\/queued_operations":0,"registrar\/registry_size_bytes":90,"registrar\/state_fetch_ms":35.44704,"registrar\/state_store_ms":12.803072,"registrar\/state_store_ms\/count":3,"registrar\/state_store_ms\/max":16.69632,"registrar\/state_store_ms\/min":12.803072,"registrar\/state_store_ms\/p50":14.125824,"registrar\/state_store_ms\/p90":16.1822208,"registrar\/state_store_ms\/p95":16.4392704,"registrar\/state_store_ms\/p99":16.64491008,"registrar\/state_store_ms\/p999":16.691179008,"registrar\/state_store_ms\/p9999":16.6958059008,"scheduler\/event_queue_dispatches":0,"scheduler\/event_queue_messages":0,"system\/cpus_total":8,"system\/load_15min":0.38,"system\/load_1min":0.79,"system\/load_5min":0.53,"system\/mem_free_bytes":5243604992,"system\/mem_total_bytes":82
>> 6
>> 1496832}
>> *** Check failure stack trace: ***
>>     @     0x2b95db57a800  google::LogMessage::Fail()
>>     @     0x2b95db57a74c  google::LogMessage::SendToLog()
>>     @     0x2b95db57a14e  google::LogMessage::Flush()
>>     @     0x2b95db57d062  google::LogMessageFatal::~LogMessageFatal()
>>     @           0xa26e98  _CheckFatal::~_CheckFatal()
>>     @           0xe60353  mesos::internal::tests::MesosTest::Metrics()
>>     @           0xd881f1
>> mesos::internal::tests::MasterAuthorizationTest_SlaveRemoved_Test::TestBody()
>>     @          0x113db61
>> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>>     @          0x1138d1c
>> testing::internal::HandleExceptionsInMethodIfSupported<>()
>>     @          0x11210dd  testing::Test::Run()
>>     @          0x1121800  testing::TestInfo::Run()
>>     @          0x1121d88  testing::TestCase::Run()
>>     @          0x1126a52  testing::internal::UnitTestImpl::RunAllTests()
>>     @          0x113e9d3
>> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>>     @          0x1139a0d
>> testing::internal::HandleExceptionsInMethodIfSupported<>()
>>     @          0x112595e  testing::UnitTest::Run()
>>     @           0xd2c87d  main
>>     @     0x2b95ddb12ec5  (unknown)
>>     @           0x8f9869  (unknown)
>> make[3]: *** [check-local] Aborted (core dumped)
>> make[3]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>> make[2]: *** [check-am] Error 2
>> make[2]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>> make[1]: *** [check] Error 2
>> make[1]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>> make: *** [check-recursive] Error 1
>>
>>
>> On 2015-05-16 05:25, haosdent wrote:
>>
>>> How about create a jira issue for this?
>>>
>>> On Sat, May 16, 2015 at 7:15 AM, Vinod Kone <vinodkone@gmail.com
>>> <ma...@gmail.com>> wrote:
>>>
>>>     That's an error from our JSON parsing library, picosjson. I'm
>>> surprised that our metrics JSON output is invalid according to picojson.
>>>
>>>     Is this error repeatable? You can test with:
>>>
>>>     make check GTEST_FILTER="MasterAuthorizationTest.SlaveRemoved"
>>> GTEST_REPEAT=1000 GTEST_BREAK_ON_FAILURE=1
>>>
>>>     On Fri, May 15, 2015 at 3:21 PM, Joerg Maurer <dev-mails@gmx.net
>>> <ma...@gmx.net>> wrote:
>>>
>>>
>>>         Hello,
>>>
>>>         I am building from source git clone --branch 0.22.1 --depth 1
>>> https://github.com/apache/mesos on my Linux kopernikus-u
>>> 3.13.0-52-generic #86-Ubuntu SMP Mon May 4 04:32:59 UTC 2015 x86_64 x86_64
>>> x86_64 GNU/Linux.
>>>
>>>         On "make test" i get the following errors. Appreciate any help
>>> on getting green status :)
>>>
>>>         J
>>>         ...
>>>         [----------] 13 tests from MasterAuthorizationTest
>>>         [ RUN      ] MasterAuthorizationTest.AuthorizedTask
>>>         [       OK ] MasterAuthorizationTest.AuthorizedTask (179 ms)
>>>         [ RUN      ] MasterAuthorizationTest.UnauthorizedTask
>>>         [       OK ] MasterAuthorizationTest.UnauthorizedTask (150 ms)
>>>         [ RUN      ] MasterAuthorizationTest.KillTask
>>>         [       OK ] MasterAuthorizationTest.KillTask (157 ms)
>>>         [ RUN      ] MasterAuthorizationTest.SlaveRemoved
>>>         F0515 23:29:48.145930 24614 mesos.cpp:362] CHECK_SOME(parse):
>>> syntax error at line 1 near:
>>>
>>> ,"master\/valid_framework_to_executor_messages":0,"master\/valid_status_update_acknowledgements":0,"master\/valid_status_updates":0,"registrar\/queued_operations":0,"registrar\/registry_size_bytes":91,"registrar\/state_fetch_ms":39.314176,"registrar\/state_store_ms":15.106304,"registrar\/state_store_ms\/count":3,"registrar\/state_store_ms\/max":17.199104,"registrar\/state_store_ms\/min":13.159936,"registrar\/state_store_ms\/p50":15.106304,"registrar\/state_store_ms\/p90":16.780544,"registrar\/state_store_ms\/p95":16.989824,"registrar\/state_store_ms\/p99":17.157248,"registrar\/state_store_ms\/p999":17.1949184,"registrar\/state_store_ms\/p9999":17.19868544,"scheduler\/event_queue_dispatches":0,"scheduler\/event_queue_messages":0,"system\/cpus_total":8,"system\/load_15min":0.75,"system\/load_1min":0.96,"system\/load_5min":0.57,"system\/mem_free_bytes":1315938304,"system\/mem_total_bytes":82614968
>>>         3
>>>
>>>
>>>
>>>         2}
>>>         *** Check failure stack trace: ***
>>>              @     0x2aaf70136800  google::LogMessage::Fail()
>>>              @     0x2aaf7013674c  google::LogMessage::SendToLog()
>>>              @     0x2aaf7013614e  google::LogMessage::Flush()
>>>              @     0x2aaf70139062
>>> google::LogMessageFatal::~LogMessageFatal()
>>>              @           0xa26e98  _CheckFatal::~_CheckFatal()
>>>              @           0xe60353
>>> mesos::internal::tests::MesosTest::Metrics()
>>>              @           0xd881f1
>>> mesos::internal::tests::MasterAuthorizationTest_SlaveRemoved_Test::TestBody()
>>>              @          0x113db61
>>> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>>>              @          0x1138d1c
>>> testing::internal::HandleExceptionsInMethodIfSupported<>()
>>>              @          0x11210dd  testing::Test::Run()
>>>              @          0x1121800  testing::TestInfo::Run()
>>>              @          0x1121d88  testing::TestCase::Run()
>>>              @          0x1126a52
>>> testing::internal::UnitTestImpl::RunAllTests()
>>>              @          0x113e9d3
>>> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>>>              @          0x1139a0d
>>> testing::internal::HandleExceptionsInMethodIfSupported<>()
>>>              @          0x112595e  testing::UnitTest::Run()
>>>              @           0xd2c87d  main
>>>              @     0x2aaf726ceec5  (unknown)
>>>              @           0x8f9869  (unknown)
>>>         make[3]: *** [check-local] Aborted (core dumped)
>>>         make[3]: Leaving directory
>>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>>>         make[2]: *** [check-am] Error 2
>>>         make[2]: Leaving directory
>>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>>>         make[1]: *** [check] Error 2
>>>         make[1]: Leaving directory
>>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>>>         make: *** [check-recursive] Error 1
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Best Regards,
>>> Haosdent Huang
>>>
>>
>
>
> --
> Best Regards,
> Haosdent Huang
>



-- 
Best Regards,
Haosdent Huang

Re: make[3]: *** [check-local] Aborted (core dumped) in make test

Posted by haosdent <ha...@gmail.com>.
Thank you for your reply, I fill this issue
https://issues.apache.org/jira/browse/MESOS-2744

On Sun, May 17, 2015 at 5:08 AM, Joerg Maurer <de...@gmx.net> wrote:

> Hello haosdent,
>
> See (1) and (2), just executed in that order.
>
> Results make for me - from a blackbox point of view - no sense at all. My
> two cents/theory - tests themselfs(t.i. the framework's they use) seem to
> affect each other.
>
> Will file an issue in your JIRA. Pls provide info for access/handling your
> JIRA e.g. is this email as description enough information for your
> investigation?
>
> (1)
>
> joma@kopernikus-u:~/dev/programme/mesos/build/mesos/build$ make check
> GTEST_FILTER="MasterAuthorizationTest.SlaveRemoved" GTEST_REPEAT=1000
> GTEST_BREAK_ON_FAILURE=1
> ...
> Repeating all tests (iteration 1000) . . .
>
> Note: Google Test filter =
> MasterAuthorizationTest.SlaveRemoved-DockerContainerizerTest.ROOT_DOCKER_Launch_Executor:DockerContainerizerTest.ROOT_DOCKER_Launch_Executor_Bridged:DockerContainerizerTest.ROOT_DOCKER_Launch:DockerContainerizerTest.ROOT_DOCKER_Kill:DockerContainerizerTest.ROOT_DOCKER_Usage:DockerContainerizerTest.ROOT_DOCKER_Update:DockerContainerizerTest.DISABLED_ROOT_DOCKER_Recover:DockerContainerizerTest.ROOT_DOCKER_SkipRecoverNonDocker:DockerContainerizerTest.ROOT_DOCKER_Logs:DockerContainerizerTest.ROOT_DOCKER_Default_CMD:DockerContainerizerTest.ROOT_DOCKER_Default_CMD_Override:DockerContainerizerTest.ROOT_DOCKER_Default_CMD_Args:DockerContainerizerTest.ROOT_DOCKER_SlaveRecoveryTaskContainer:DockerContainerizerTest.DISABLED_ROOT_DOCKER_SlaveRecoveryExecutorContainer:DockerContainerizerTest.ROOT_DOCKER_PortMapping:DockerContainerizerTest.ROOT_DOCKER_LaunchSandboxWithColon:DockerContainerizerTest.ROOT_DOCKER_DestroyWhileFetching:DockerContainerizerTest.ROOT_DOCKER_Destr
> o
>
> yWhilePulling:DockerTest.ROOT_DOCKER_interface:DockerTest.ROOT_DOCKER_CheckCommandWithShell:DockerTest.ROOT_DOCKER_CheckPortResource:DockerTest.ROOT_DOCKER_CancelPull:CpuIsolatorTest/1.UserCpuUsage:CpuIsolatorTest/1.SystemCpuUsage:LimitedCpuIsolatorTest.ROOT_CGROUPS_Cfs:LimitedCpuIsolatorTest.ROOT_CGROUPS_Cfs_Big_Quota:MemIsolatorTest/0.MemUsage:MemIsolatorTest/1.MemUsage:MemIsolatorTest/2.MemUsage:PerfEventIsolatorTest.ROOT_CGROUPS_Sample:SharedFilesystemIsolatorTest.ROOT_RelativeVolume:SharedFilesystemIsolatorTest.ROOT_AbsoluteVolume:NamespacesPidIsolatorTest.ROOT_PidNamespace:UserCgroupIsolatorTest/0.ROOT_CGROUPS_UserCgroup:UserCgroupIsolatorTest/1.ROOT_CGROUPS_UserCgroup:UserCgroupIsolatorTest/2.ROOT_CGROUPS_UserCgroup:MesosContainerizerSlaveRecoveryTest.CGROUPS_ROOT_PerfRollForward:MesosContainerizerSlaveRecoveryTest.CGROUPS_ROOT_PidNamespaceForward:MesosContainerizerSlaveRecoveryTest.CGROUPS_ROOT_PidNamespaceBackward:SlaveTest.ROOT_RunTaskWithCommandInfoWithoutUser:SlaveTest.DI
> S
>
> ABLED_ROOT_RunTaskWithCommandInfoWithUser:ContainerizerTest.ROOT_CGROUPS_BalloonFramework:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Enabled:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Subsystems:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Mounted:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Get:CgroupsAnyHierarchyTest.ROOT_CGROUPS_NestedCgroups:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Tasks:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Read:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Cfs_Big_Quota:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_FindCgroupSubsystems:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_FreezeNonFreezer:CgroupsNoHierarchyTest.ROOT_CGROUPS_NOHIERARCHY_
> M
>
> ountUnmountHierarchy:CgroupsAnyHierarchyWithCpuAcctMemoryTest.ROOT_CGROUPS_Stat:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Freeze:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Kill:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Destroy:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_AssignThreads:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_DestroyStoppedProcess:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_DestroyTracedProcess:CgroupsAnyHierarchyWithPerfEventTest.ROOT_CGROUPS_Perf:NsTest.ROOT_setns:NsTest.ROOT_setnsMultipleThreads:NsTest.ROOT_getns:NsTest.ROOT_destroy:PerfTest.ROOT_Events:PerfTest.ROOT_SampleInit:SlaveCount/Registrar_BENCHMARK_Test.performance/0:SlaveCount/Registrar_BENCHMARK_Test.performance/1:SlaveCount/Registrar_BENCHMARK_Test.performance/2:SlaveCount/Registrar_BENCHMARK_Test.performance/3
> [==========] Running 1 test from 1 test case.
> [----------] Global test environment set-up.
> [----------] 1 test from MasterAuthorizationTest
> [ RUN      ] MasterAuthorizationTest.SlaveRemoved
> [       OK ] MasterAuthorizationTest.SlaveRemoved (483 ms)
> [----------] 1 test from MasterAuthorizationTest (484 ms total)
>
> [----------] Global test environment tear-down
> [==========] 1 test from 1 test case ran. (499 ms total)
> [  PASSED  ] 1 test.
>
>   YOU HAVE 9 DISABLED TESTS
>
> make[3]: Leaving directory
> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
> make[2]: Leaving directory
> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
> make[1]: Leaving directory
> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
> Making check in ec2
> make[1]: Entering directory
> `/home/joma/entwicklung/programme/mesos/build/mesos/build/ec2'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory
> `/home/joma/entwicklung/programme/mesos/build/mesos/build/ec2'
>
>
> (2)
> joma@kopernikus-u:~/dev/programme/mesos/build/mesos/build$ make check
> ...
> [----------] 13 tests from MasterAuthorizationTest
> [ RUN      ] MasterAuthorizationTest.AuthorizedTask
> [       OK ] MasterAuthorizationTest.AuthorizedTask (164 ms)
> [ RUN      ] MasterAuthorizationTest.UnauthorizedTask
> [       OK ] MasterAuthorizationTest.UnauthorizedTask (160 ms)
> [ RUN      ] MasterAuthorizationTest.KillTask
> [       OK ] MasterAuthorizationTest.KillTask (171 ms)
> [ RUN      ] MasterAuthorizationTest.SlaveRemoved
> F0516 23:00:28.584900  4444 mesos.cpp:362] CHECK_SOME(parse): syntax error
> at line 1 near:
> ,"master\/valid_framework_to_executor_messages":0,"master\/valid_status_update_acknowledgements":0,"master\/valid_status_updates":0,"registrar\/queued_operations":0,"registrar\/registry_size_bytes":90,"registrar\/state_fetch_ms":35.44704,"registrar\/state_store_ms":12.803072,"registrar\/state_store_ms\/count":3,"registrar\/state_store_ms\/max":16.69632,"registrar\/state_store_ms\/min":12.803072,"registrar\/state_store_ms\/p50":14.125824,"registrar\/state_store_ms\/p90":16.1822208,"registrar\/state_store_ms\/p95":16.4392704,"registrar\/state_store_ms\/p99":16.64491008,"registrar\/state_store_ms\/p999":16.691179008,"registrar\/state_store_ms\/p9999":16.6958059008,"scheduler\/event_queue_dispatches":0,"scheduler\/event_queue_messages":0,"system\/cpus_total":8,"system\/load_15min":0.38,"system\/load_1min":0.79,"system\/load_5min":0.53,"system\/mem_free_bytes":5243604992,"system\/mem_total_bytes":82
> 6
> 1496832}
> *** Check failure stack trace: ***
>     @     0x2b95db57a800  google::LogMessage::Fail()
>     @     0x2b95db57a74c  google::LogMessage::SendToLog()
>     @     0x2b95db57a14e  google::LogMessage::Flush()
>     @     0x2b95db57d062  google::LogMessageFatal::~LogMessageFatal()
>     @           0xa26e98  _CheckFatal::~_CheckFatal()
>     @           0xe60353  mesos::internal::tests::MesosTest::Metrics()
>     @           0xd881f1
> mesos::internal::tests::MasterAuthorizationTest_SlaveRemoved_Test::TestBody()
>     @          0x113db61
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>     @          0x1138d1c
> testing::internal::HandleExceptionsInMethodIfSupported<>()
>     @          0x11210dd  testing::Test::Run()
>     @          0x1121800  testing::TestInfo::Run()
>     @          0x1121d88  testing::TestCase::Run()
>     @          0x1126a52  testing::internal::UnitTestImpl::RunAllTests()
>     @          0x113e9d3
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>     @          0x1139a0d
> testing::internal::HandleExceptionsInMethodIfSupported<>()
>     @          0x112595e  testing::UnitTest::Run()
>     @           0xd2c87d  main
>     @     0x2b95ddb12ec5  (unknown)
>     @           0x8f9869  (unknown)
> make[3]: *** [check-local] Aborted (core dumped)
> make[3]: Leaving directory
> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
> make[2]: *** [check-am] Error 2
> make[2]: Leaving directory
> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
> make[1]: *** [check] Error 2
> make[1]: Leaving directory
> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
> make: *** [check-recursive] Error 1
>
>
> On 2015-05-16 05:25, haosdent wrote:
>
>> How about create a jira issue for this?
>>
>> On Sat, May 16, 2015 at 7:15 AM, Vinod Kone <vinodkone@gmail.com <mailto:
>> vinodkone@gmail.com>> wrote:
>>
>>     That's an error from our JSON parsing library, picosjson. I'm
>> surprised that our metrics JSON output is invalid according to picojson.
>>
>>     Is this error repeatable? You can test with:
>>
>>     make check GTEST_FILTER="MasterAuthorizationTest.SlaveRemoved"
>> GTEST_REPEAT=1000 GTEST_BREAK_ON_FAILURE=1
>>
>>     On Fri, May 15, 2015 at 3:21 PM, Joerg Maurer <dev-mails@gmx.net
>> <ma...@gmx.net>> wrote:
>>
>>
>>         Hello,
>>
>>         I am building from source git clone --branch 0.22.1 --depth 1
>> https://github.com/apache/mesos on my Linux kopernikus-u
>> 3.13.0-52-generic #86-Ubuntu SMP Mon May 4 04:32:59 UTC 2015 x86_64 x86_64
>> x86_64 GNU/Linux.
>>
>>         On "make test" i get the following errors. Appreciate any help on
>> getting green status :)
>>
>>         J
>>         ...
>>         [----------] 13 tests from MasterAuthorizationTest
>>         [ RUN      ] MasterAuthorizationTest.AuthorizedTask
>>         [       OK ] MasterAuthorizationTest.AuthorizedTask (179 ms)
>>         [ RUN      ] MasterAuthorizationTest.UnauthorizedTask
>>         [       OK ] MasterAuthorizationTest.UnauthorizedTask (150 ms)
>>         [ RUN      ] MasterAuthorizationTest.KillTask
>>         [       OK ] MasterAuthorizationTest.KillTask (157 ms)
>>         [ RUN      ] MasterAuthorizationTest.SlaveRemoved
>>         F0515 23:29:48.145930 24614 mesos.cpp:362] CHECK_SOME(parse):
>> syntax error at line 1 near:
>>
>> ,"master\/valid_framework_to_executor_messages":0,"master\/valid_status_update_acknowledgements":0,"master\/valid_status_updates":0,"registrar\/queued_operations":0,"registrar\/registry_size_bytes":91,"registrar\/state_fetch_ms":39.314176,"registrar\/state_store_ms":15.106304,"registrar\/state_store_ms\/count":3,"registrar\/state_store_ms\/max":17.199104,"registrar\/state_store_ms\/min":13.159936,"registrar\/state_store_ms\/p50":15.106304,"registrar\/state_store_ms\/p90":16.780544,"registrar\/state_store_ms\/p95":16.989824,"registrar\/state_store_ms\/p99":17.157248,"registrar\/state_store_ms\/p999":17.1949184,"registrar\/state_store_ms\/p9999":17.19868544,"scheduler\/event_queue_dispatches":0,"scheduler\/event_queue_messages":0,"system\/cpus_total":8,"system\/load_15min":0.75,"system\/load_1min":0.96,"system\/load_5min":0.57,"system\/mem_free_bytes":1315938304,"system\/mem_total_bytes":82614968
>>         3
>>
>>
>>
>>         2}
>>         *** Check failure stack trace: ***
>>              @     0x2aaf70136800  google::LogMessage::Fail()
>>              @     0x2aaf7013674c  google::LogMessage::SendToLog()
>>              @     0x2aaf7013614e  google::LogMessage::Flush()
>>              @     0x2aaf70139062
>> google::LogMessageFatal::~LogMessageFatal()
>>              @           0xa26e98  _CheckFatal::~_CheckFatal()
>>              @           0xe60353
>> mesos::internal::tests::MesosTest::Metrics()
>>              @           0xd881f1
>> mesos::internal::tests::MasterAuthorizationTest_SlaveRemoved_Test::TestBody()
>>              @          0x113db61
>> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>>              @          0x1138d1c
>> testing::internal::HandleExceptionsInMethodIfSupported<>()
>>              @          0x11210dd  testing::Test::Run()
>>              @          0x1121800  testing::TestInfo::Run()
>>              @          0x1121d88  testing::TestCase::Run()
>>              @          0x1126a52
>> testing::internal::UnitTestImpl::RunAllTests()
>>              @          0x113e9d3
>> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>>              @          0x1139a0d
>> testing::internal::HandleExceptionsInMethodIfSupported<>()
>>              @          0x112595e  testing::UnitTest::Run()
>>              @           0xd2c87d  main
>>              @     0x2aaf726ceec5  (unknown)
>>              @           0x8f9869  (unknown)
>>         make[3]: *** [check-local] Aborted (core dumped)
>>         make[3]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>>         make[2]: *** [check-am] Error 2
>>         make[2]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>>         make[1]: *** [check] Error 2
>>         make[1]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>>         make: *** [check-recursive] Error 1
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>> Best Regards,
>> Haosdent Huang
>>
>


-- 
Best Regards,
Haosdent Huang

Re: make[3]: *** [check-local] Aborted (core dumped) in make test

Posted by Joerg Maurer <de...@gmx.net>.
Hello haosdent,

See (1) and (2), just executed in that order.

Results make for me - from a blackbox point of view - no sense at all. My two cents/theory - tests themselfs(t.i. the framework's they use) seem to affect each other.

Will file an issue in your JIRA. Pls provide info for access/handling your JIRA e.g. is this email as description enough information for your investigation?

(1)

joma@kopernikus-u:~/dev/programme/mesos/build/mesos/build$ make check GTEST_FILTER="MasterAuthorizationTest.SlaveRemoved" GTEST_REPEAT=1000 GTEST_BREAK_ON_FAILURE=1
...
Repeating all tests (iteration 1000) . . .

Note: Google Test filter = MasterAuthorizationTest.SlaveRemoved-DockerContainerizerTest.ROOT_DOCKER_Launch_Executor:DockerContainerizerTest.ROOT_DOCKER_Launch_Executor_Bridged:DockerContainerizerTest.ROOT_DOCKER_Launch:DockerContainerizerTest.ROOT_DOCKER_Kill:DockerContainerizerTest.ROOT_DOCKER_Usage:DockerContainerizerTest.ROOT_DOCKER_Update:DockerContainerizerTest.DISABLED_ROOT_DOCKER_Recover:DockerContainerizerTest.ROOT_DOCKER_SkipRecoverNonDocker:DockerContainerizerTest.ROOT_DOCKER_Logs:DockerContainerizerTest.ROOT_DOCKER_Default_CMD:DockerContainerizerTest.ROOT_DOCKER_Default_CMD_Override:DockerContainerizerTest.ROOT_DOCKER_Default_CMD_Args:DockerContainerizerTest.ROOT_DOCKER_SlaveRecoveryTaskContainer:DockerContainerizerTest.DISABLED_ROOT_DOCKER_SlaveRecoveryExecutorContainer:DockerContainerizerTest.ROOT_DOCKER_PortMapping:DockerContainerizerTest.ROOT_DOCKER_LaunchSandboxWithColon:DockerContainerizerTest.ROOT_DOCKER_DestroyWhileFetching:DockerContainerizerTest.ROOT_DOCKER_Destr
 o
yWhilePulling:DockerTest.ROOT_DOCKER_interface:DockerTest.ROOT_DOCKER_CheckCommandWithShell:DockerTest.ROOT_DOCKER_CheckPortResource:DockerTest.ROOT_DOCKER_CancelPull:CpuIsolatorTest/1.UserCpuUsage:CpuIsolatorTest/1.SystemCpuUsage:LimitedCpuIsolatorTest.ROOT_CGROUPS_Cfs:LimitedCpuIsolatorTest.ROOT_CGROUPS_Cfs_Big_Quota:MemIsolatorTest/0.MemUsage:MemIsolatorTest/1.MemUsage:MemIsolatorTest/2.MemUsage:PerfEventIsolatorTest.ROOT_CGROUPS_Sample:SharedFilesystemIsolatorTest.ROOT_RelativeVolume:SharedFilesystemIsolatorTest.ROOT_AbsoluteVolume:NamespacesPidIsolatorTest.ROOT_PidNamespace:UserCgroupIsolatorTest/0.ROOT_CGROUPS_UserCgroup:UserCgroupIsolatorTest/1.ROOT_CGROUPS_UserCgroup:UserCgroupIsolatorTest/2.ROOT_CGROUPS_UserCgroup:MesosContainerizerSlaveRecoveryTest.CGROUPS_ROOT_PerfRollForward:MesosContainerizerSlaveRecoveryTest.CGROUPS_ROOT_PidNamespaceForward:MesosContainerizerSlaveRecoveryTest.CGROUPS_ROOT_PidNamespaceBackward:SlaveTest.ROOT_RunTaskWithCommandInfoWithoutUser:SlaveTest.DI
 S
ABLED_ROOT_RunTaskWithCommandInfoWithUser:ContainerizerTest.ROOT_CGROUPS_BalloonFramework:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Enabled:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Subsystems:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Mounted:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Get:CgroupsAnyHierarchyTest.ROOT_CGROUPS_NestedCgroups:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Tasks:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Read:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Cfs_Big_Quota:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_FindCgroupSubsystems:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_FreezeNonFreezer:CgroupsNoHierarchyTest.ROOT_CGROUPS_NOHIERARCHY_
 M
ountUnmountHierarchy:CgroupsAnyHierarchyWithCpuAcctMemoryTest.ROOT_CGROUPS_Stat:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Freeze:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Kill:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Destroy:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_AssignThreads:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_DestroyStoppedProcess:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_DestroyTracedProcess:CgroupsAnyHierarchyWithPerfEventTest.ROOT_CGROUPS_Perf:NsTest.ROOT_setns:NsTest.ROOT_setnsMultipleThreads:NsTest.ROOT_getns:NsTest.ROOT_destroy:PerfTest.ROOT_Events:PerfTest.ROOT_SampleInit:SlaveCount/Registrar_BENCHMARK_Test.performance/0:SlaveCount/Registrar_BENCHMARK_Test.performance/1:SlaveCount/Registrar_BENCHMARK_Test.performance/2:SlaveCount/Registrar_BENCHMARK_Test.performance/3
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from MasterAuthorizationTest
[ RUN      ] MasterAuthorizationTest.SlaveRemoved
[       OK ] MasterAuthorizationTest.SlaveRemoved (483 ms)
[----------] 1 test from MasterAuthorizationTest (484 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (499 ms total)
[  PASSED  ] 1 test.

   YOU HAVE 9 DISABLED TESTS

make[3]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
make[2]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
make[1]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
Making check in ec2
make[1]: Entering directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/ec2'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/ec2'


(2)
joma@kopernikus-u:~/dev/programme/mesos/build/mesos/build$ make check
...
[----------] 13 tests from MasterAuthorizationTest
[ RUN      ] MasterAuthorizationTest.AuthorizedTask
[       OK ] MasterAuthorizationTest.AuthorizedTask (164 ms)
[ RUN      ] MasterAuthorizationTest.UnauthorizedTask
[       OK ] MasterAuthorizationTest.UnauthorizedTask (160 ms)
[ RUN      ] MasterAuthorizationTest.KillTask
[       OK ] MasterAuthorizationTest.KillTask (171 ms)
[ RUN      ] MasterAuthorizationTest.SlaveRemoved
F0516 23:00:28.584900  4444 mesos.cpp:362] CHECK_SOME(parse): syntax error at line 1 near: ,"master\/valid_framework_to_executor_messages":0,"master\/valid_status_update_acknowledgements":0,"master\/valid_status_updates":0,"registrar\/queued_operations":0,"registrar\/registry_size_bytes":90,"registrar\/state_fetch_ms":35.44704,"registrar\/state_store_ms":12.803072,"registrar\/state_store_ms\/count":3,"registrar\/state_store_ms\/max":16.69632,"registrar\/state_store_ms\/min":12.803072,"registrar\/state_store_ms\/p50":14.125824,"registrar\/state_store_ms\/p90":16.1822208,"registrar\/state_store_ms\/p95":16.4392704,"registrar\/state_store_ms\/p99":16.64491008,"registrar\/state_store_ms\/p999":16.691179008,"registrar\/state_store_ms\/p9999":16.6958059008,"scheduler\/event_queue_dispatches":0,"scheduler\/event_queue_messages":0,"system\/cpus_total":8,"system\/load_15min":0.38,"system\/load_1min":0.79,"system\/load_5min":0.53,"system\/mem_free_bytes":5243604992,"system\/mem_total_bytes":82
 6
1496832}
*** Check failure stack trace: ***
     @     0x2b95db57a800  google::LogMessage::Fail()
     @     0x2b95db57a74c  google::LogMessage::SendToLog()
     @     0x2b95db57a14e  google::LogMessage::Flush()
     @     0x2b95db57d062  google::LogMessageFatal::~LogMessageFatal()
     @           0xa26e98  _CheckFatal::~_CheckFatal()
     @           0xe60353  mesos::internal::tests::MesosTest::Metrics()
     @           0xd881f1  mesos::internal::tests::MasterAuthorizationTest_SlaveRemoved_Test::TestBody()
     @          0x113db61  testing::internal::HandleSehExceptionsInMethodIfSupported<>()
     @          0x1138d1c  testing::internal::HandleExceptionsInMethodIfSupported<>()
     @          0x11210dd  testing::Test::Run()
     @          0x1121800  testing::TestInfo::Run()
     @          0x1121d88  testing::TestCase::Run()
     @          0x1126a52  testing::internal::UnitTestImpl::RunAllTests()
     @          0x113e9d3  testing::internal::HandleSehExceptionsInMethodIfSupported<>()
     @          0x1139a0d  testing::internal::HandleExceptionsInMethodIfSupported<>()
     @          0x112595e  testing::UnitTest::Run()
     @           0xd2c87d  main
     @     0x2b95ddb12ec5  (unknown)
     @           0x8f9869  (unknown)
make[3]: *** [check-local] Aborted (core dumped)
make[3]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
make: *** [check-recursive] Error 1


On 2015-05-16 05:25, haosdent wrote:
> How about create a jira issue for this?
>
> On Sat, May 16, 2015 at 7:15 AM, Vinod Kone <vinodkone@gmail.com <ma...@gmail.com>> wrote:
>
>     That's an error from our JSON parsing library, picosjson. I'm surprised that our metrics JSON output is invalid according to picojson.
>
>     Is this error repeatable? You can test with:
>
>     make check GTEST_FILTER="MasterAuthorizationTest.SlaveRemoved" GTEST_REPEAT=1000 GTEST_BREAK_ON_FAILURE=1
>
>     On Fri, May 15, 2015 at 3:21 PM, Joerg Maurer <dev-mails@gmx.net <ma...@gmx.net>> wrote:
>
>
>         Hello,
>
>         I am building from source git clone --branch 0.22.1 --depth 1 https://github.com/apache/mesos on my Linux kopernikus-u 3.13.0-52-generic #86-Ubuntu SMP Mon May 4 04:32:59 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux.
>
>         On "make test" i get the following errors. Appreciate any help on getting green status :)
>
>         J
>         ...
>         [----------] 13 tests from MasterAuthorizationTest
>         [ RUN      ] MasterAuthorizationTest.AuthorizedTask
>         [       OK ] MasterAuthorizationTest.AuthorizedTask (179 ms)
>         [ RUN      ] MasterAuthorizationTest.UnauthorizedTask
>         [       OK ] MasterAuthorizationTest.UnauthorizedTask (150 ms)
>         [ RUN      ] MasterAuthorizationTest.KillTask
>         [       OK ] MasterAuthorizationTest.KillTask (157 ms)
>         [ RUN      ] MasterAuthorizationTest.SlaveRemoved
>         F0515 23:29:48.145930 24614 mesos.cpp:362] CHECK_SOME(parse): syntax error at line 1 near:
>         ,"master\/valid_framework_to_executor_messages":0,"master\/valid_status_update_acknowledgements":0,"master\/valid_status_updates":0,"registrar\/queued_operations":0,"registrar\/registry_size_bytes":91,"registrar\/state_fetch_ms":39.314176,"registrar\/state_store_ms":15.106304,"registrar\/state_store_ms\/count":3,"registrar\/state_store_ms\/max":17.199104,"registrar\/state_store_ms\/min":13.159936,"registrar\/state_store_ms\/p50":15.106304,"registrar\/state_store_ms\/p90":16.780544,"registrar\/state_store_ms\/p95":16.989824,"registrar\/state_store_ms\/p99":17.157248,"registrar\/state_store_ms\/p999":17.1949184,"registrar\/state_store_ms\/p9999":17.19868544,"scheduler\/event_queue_dispatches":0,"scheduler\/event_queue_messages":0,"system\/cpus_total":8,"system\/load_15min":0.75,"system\/load_1min":0.96,"system\/load_5min":0.57,"system\/mem_free_bytes":1315938304,"system\/mem_total_bytes":82614968
>         3
>
>
>
>         2}
>         *** Check failure stack trace: ***
>              @     0x2aaf70136800  google::LogMessage::Fail()
>              @     0x2aaf7013674c  google::LogMessage::SendToLog()
>              @     0x2aaf7013614e  google::LogMessage::Flush()
>              @     0x2aaf70139062  google::LogMessageFatal::~LogMessageFatal()
>              @           0xa26e98  _CheckFatal::~_CheckFatal()
>              @           0xe60353  mesos::internal::tests::MesosTest::Metrics()
>              @           0xd881f1  mesos::internal::tests::MasterAuthorizationTest_SlaveRemoved_Test::TestBody()
>              @          0x113db61  testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>              @          0x1138d1c  testing::internal::HandleExceptionsInMethodIfSupported<>()
>              @          0x11210dd  testing::Test::Run()
>              @          0x1121800  testing::TestInfo::Run()
>              @          0x1121d88  testing::TestCase::Run()
>              @          0x1126a52  testing::internal::UnitTestImpl::RunAllTests()
>              @          0x113e9d3  testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>              @          0x1139a0d  testing::internal::HandleExceptionsInMethodIfSupported<>()
>              @          0x112595e  testing::UnitTest::Run()
>              @           0xd2c87d  main
>              @     0x2aaf726ceec5  (unknown)
>              @           0x8f9869  (unknown)
>         make[3]: *** [check-local] Aborted (core dumped)
>         make[3]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>         make[2]: *** [check-am] Error 2
>         make[2]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>         make[1]: *** [check] Error 2
>         make[1]: Leaving directory `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>         make: *** [check-recursive] Error 1
>
>
>
>
>
>
>
>
>
>
>
> --
> Best Regards,
> Haosdent Huang

Re: make[3]: *** [check-local] Aborted (core dumped) in make test

Posted by haosdent <ha...@gmail.com>.
How about create a jira issue for this?

On Sat, May 16, 2015 at 7:15 AM, Vinod Kone <vi...@gmail.com> wrote:

> That's an error from our JSON parsing library, picosjson. I'm surprised
> that our metrics JSON output is invalid according to picojson.
>
> Is this error repeatable? You can test with:
>
> make check GTEST_FILTER="MasterAuthorizationTest.SlaveRemoved"
> GTEST_REPEAT=1000 GTEST_BREAK_ON_FAILURE=1
>
> On Fri, May 15, 2015 at 3:21 PM, Joerg Maurer <de...@gmx.net> wrote:
>
>>
>> Hello,
>>
>> I am building from source git clone --branch 0.22.1 --depth 1
>> https://github.com/apache/mesos on my Linux kopernikus-u
>> 3.13.0-52-generic #86-Ubuntu SMP Mon May 4 04:32:59 UTC 2015 x86_64 x86_64
>> x86_64 GNU/Linux.
>>
>> On "make test" i get the following errors. Appreciate any help on getting
>> green status :)
>>
>> J
>> ...
>> [----------] 13 tests from MasterAuthorizationTest
>> [ RUN      ] MasterAuthorizationTest.AuthorizedTask
>> [       OK ] MasterAuthorizationTest.AuthorizedTask (179 ms)
>> [ RUN      ] MasterAuthorizationTest.UnauthorizedTask
>> [       OK ] MasterAuthorizationTest.UnauthorizedTask (150 ms)
>> [ RUN      ] MasterAuthorizationTest.KillTask
>> [       OK ] MasterAuthorizationTest.KillTask (157 ms)
>> [ RUN      ] MasterAuthorizationTest.SlaveRemoved
>> F0515 23:29:48.145930 24614 mesos.cpp:362] CHECK_SOME(parse): syntax
>> error at line 1 near:
>> ,"master\/valid_framework_to_executor_messages":0,"master\/valid_status_update_acknowledgements":0,"master\/valid_status_updates":0,"registrar\/queued_operations":0,"registrar\/registry_size_bytes":91,"registrar\/state_fetch_ms":39.314176,"registrar\/state_store_ms":15.106304,"registrar\/state_store_ms\/count":3,"registrar\/state_store_ms\/max":17.199104,"registrar\/state_store_ms\/min":13.159936,"registrar\/state_store_ms\/p50":15.106304,"registrar\/state_store_ms\/p90":16.780544,"registrar\/state_store_ms\/p95":16.989824,"registrar\/state_store_ms\/p99":17.157248,"registrar\/state_store_ms\/p999":17.1949184,"registrar\/state_store_ms\/p9999":17.19868544,"scheduler\/event_queue_dispatches":0,"scheduler\/event_queue_messages":0,"system\/cpus_total":8,"system\/load_15min":0.75,"system\/load_1min":0.96,"system\/load_5min":0.57,"system\/mem_free_bytes":1315938304,"system\/mem_total_bytes":82614968
>> 3
>>
>>
>>
>> 2}
>> *** Check failure stack trace: ***
>>     @     0x2aaf70136800  google::LogMessage::Fail()
>>     @     0x2aaf7013674c  google::LogMessage::SendToLog()
>>     @     0x2aaf7013614e  google::LogMessage::Flush()
>>     @     0x2aaf70139062  google::LogMessageFatal::~LogMessageFatal()
>>     @           0xa26e98  _CheckFatal::~_CheckFatal()
>>     @           0xe60353  mesos::internal::tests::MesosTest::Metrics()
>>     @           0xd881f1
>> mesos::internal::tests::MasterAuthorizationTest_SlaveRemoved_Test::TestBody()
>>     @          0x113db61
>> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>>     @          0x1138d1c
>> testing::internal::HandleExceptionsInMethodIfSupported<>()
>>     @          0x11210dd  testing::Test::Run()
>>     @          0x1121800  testing::TestInfo::Run()
>>     @          0x1121d88  testing::TestCase::Run()
>>     @          0x1126a52  testing::internal::UnitTestImpl::RunAllTests()
>>     @          0x113e9d3
>> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>>     @          0x1139a0d
>> testing::internal::HandleExceptionsInMethodIfSupported<>()
>>     @          0x112595e  testing::UnitTest::Run()
>>     @           0xd2c87d  main
>>     @     0x2aaf726ceec5  (unknown)
>>     @           0x8f9869  (unknown)
>> make[3]: *** [check-local] Aborted (core dumped)
>> make[3]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>> make[2]: *** [check-am] Error 2
>> make[2]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>> make[1]: *** [check] Error 2
>> make[1]: Leaving directory
>> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
>> make: *** [check-recursive] Error 1
>>
>>
>>
>>
>>
>>
>>
>>
>


-- 
Best Regards,
Haosdent Huang

Re: make[3]: *** [check-local] Aborted (core dumped) in make test

Posted by Vinod Kone <vi...@gmail.com>.
That's an error from our JSON parsing library, picosjson. I'm surprised
that our metrics JSON output is invalid according to picojson.

Is this error repeatable? You can test with:

make check GTEST_FILTER="MasterAuthorizationTest.SlaveRemoved"
GTEST_REPEAT=1000 GTEST_BREAK_ON_FAILURE=1

On Fri, May 15, 2015 at 3:21 PM, Joerg Maurer <de...@gmx.net> wrote:

>
> Hello,
>
> I am building from source git clone --branch 0.22.1 --depth 1
> https://github.com/apache/mesos on my Linux kopernikus-u
> 3.13.0-52-generic #86-Ubuntu SMP Mon May 4 04:32:59 UTC 2015 x86_64 x86_64
> x86_64 GNU/Linux.
>
> On "make test" i get the following errors. Appreciate any help on getting
> green status :)
>
> J
> ...
> [----------] 13 tests from MasterAuthorizationTest
> [ RUN      ] MasterAuthorizationTest.AuthorizedTask
> [       OK ] MasterAuthorizationTest.AuthorizedTask (179 ms)
> [ RUN      ] MasterAuthorizationTest.UnauthorizedTask
> [       OK ] MasterAuthorizationTest.UnauthorizedTask (150 ms)
> [ RUN      ] MasterAuthorizationTest.KillTask
> [       OK ] MasterAuthorizationTest.KillTask (157 ms)
> [ RUN      ] MasterAuthorizationTest.SlaveRemoved
> F0515 23:29:48.145930 24614 mesos.cpp:362] CHECK_SOME(parse): syntax error
> at line 1 near:
> ,"master\/valid_framework_to_executor_messages":0,"master\/valid_status_update_acknowledgements":0,"master\/valid_status_updates":0,"registrar\/queued_operations":0,"registrar\/registry_size_bytes":91,"registrar\/state_fetch_ms":39.314176,"registrar\/state_store_ms":15.106304,"registrar\/state_store_ms\/count":3,"registrar\/state_store_ms\/max":17.199104,"registrar\/state_store_ms\/min":13.159936,"registrar\/state_store_ms\/p50":15.106304,"registrar\/state_store_ms\/p90":16.780544,"registrar\/state_store_ms\/p95":16.989824,"registrar\/state_store_ms\/p99":17.157248,"registrar\/state_store_ms\/p999":17.1949184,"registrar\/state_store_ms\/p9999":17.19868544,"scheduler\/event_queue_dispatches":0,"scheduler\/event_queue_messages":0,"system\/cpus_total":8,"system\/load_15min":0.75,"system\/load_1min":0.96,"system\/load_5min":0.57,"system\/mem_free_bytes":1315938304,"system\/mem_total_bytes":82614968
> 3
>
>
>
> 2}
> *** Check failure stack trace: ***
>     @     0x2aaf70136800  google::LogMessage::Fail()
>     @     0x2aaf7013674c  google::LogMessage::SendToLog()
>     @     0x2aaf7013614e  google::LogMessage::Flush()
>     @     0x2aaf70139062  google::LogMessageFatal::~LogMessageFatal()
>     @           0xa26e98  _CheckFatal::~_CheckFatal()
>     @           0xe60353  mesos::internal::tests::MesosTest::Metrics()
>     @           0xd881f1
> mesos::internal::tests::MasterAuthorizationTest_SlaveRemoved_Test::TestBody()
>     @          0x113db61
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>     @          0x1138d1c
> testing::internal::HandleExceptionsInMethodIfSupported<>()
>     @          0x11210dd  testing::Test::Run()
>     @          0x1121800  testing::TestInfo::Run()
>     @          0x1121d88  testing::TestCase::Run()
>     @          0x1126a52  testing::internal::UnitTestImpl::RunAllTests()
>     @          0x113e9d3
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>     @          0x1139a0d
> testing::internal::HandleExceptionsInMethodIfSupported<>()
>     @          0x112595e  testing::UnitTest::Run()
>     @           0xd2c87d  main
>     @     0x2aaf726ceec5  (unknown)
>     @           0x8f9869  (unknown)
> make[3]: *** [check-local] Aborted (core dumped)
> make[3]: Leaving directory
> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
> make[2]: *** [check-am] Error 2
> make[2]: Leaving directory
> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
> make[1]: *** [check] Error 2
> make[1]: Leaving directory
> `/home/joma/entwicklung/programme/mesos/build/mesos/build/src'
> make: *** [check-recursive] Error 1
>
>
>
>
>
>
>
>