See 
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/263/changes>

Changes:

[vinodkone] Added --disable-perftools to configure.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9296

[vinodkone] Added a libprocess environment variable for
enabling the cpu profiler.

The perftools profiler causes crashes on 64 bit systems with
libunwind or gcc < 2.12. This is to remove access to the profiler,
unless explicitly overridden in the environment.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9583

[vinodkone] Fixed gperftools targets, to avoid unnecessary re-compilation.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9108

[vinodkone] Updated Boost to 1.53.0

From: David Mackey <[email protected]>
Review: https://reviews.apache.org/r/9316

[vinodkone] Fixed Python header build warnings.

From: David Mackey <[email protected]>
Review: https://reviews.apache.org/r/9320

[vinodkone] Fixed build error in DownloadTest files test.

From: David Mackey <[email protected]>
Review: https://reviews.apache.org/r/9319

[vinodkone] Resolved GCC 4.7 unistd.h header dependency change.

From: David Mackey <[email protected]>
Review: https://reviews.apache.org/r/9318

[vinodkone] Updated libprocess protobuf wrapper to compile with GCC 4.7

From: David Mackey <[email protected]>
Review: https://reviews.apache.org/r/9317

[vinodkone] Updated multihashmap to compile with GCC 4.7

From: David Mackey <[email protected]>
Review: https://reviews.apache.org/r/9323

[vinodkone] Resource Monitoring 13: Added executor resource usage to webui.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9269

[vinodkone] Resource Monitoring 12: Split apart the monolithic slave controller.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9268

[vinodkone] Resource Monitoring 11: Upgraded underscore.js (to use _.object).

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9267

[vinodkone] Resource Monitoring 10: Implemented process based
resource usage collection for OSX.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9147

[vinodkone] Resource Monitoring 9: Implemented process based resource collection
for linux.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9146

[vinodkone] Resource Monitoring 8: Added cgroups::stat primitive
and implemented cgroup resource collection.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9145

[vinodkone] Resource Monitoring 7: Archived terminated executor statistics.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9095

[vinodkone] Resource Monitoring 6: Added ResourceMonitor and
updated the isolation module API.

This is the meat of the resource monitoring design.

-Added a ResourceUsage protobuf.
-Added a ResourceMonitor process that periodically hits
the isolation module for usage information.
-Usage is exported to the Statistics process.
-Usage is available via a JSON endpoint.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9094

[vinodkone] Resource Monitoring 5: Added the ability to archive statistics.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9093

[vinodkone] Resource Monitoring 4: Added metering to statistics.

We'll need to compute metered data on top incoming raw data. The challenge is 
that some meters will require previous data:
For example:
1. cpu_time = 10 @ time 10;
2. cpu_time = 20 @ time 20; --> cpu_usage = 1.0 (100%) this is 20-10 / 20-10
3. cpu_time = 25 @ time 30; --> cpu_usage = 0.5 (50%) this is 25-20 / 30-20

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9092

[vinodkone] Resource Monitoring 3: Added context to statistics to provide
a clean way to logically group stats.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9091

[vinodkone] Resource Monitoring 2: Added global statistics for libprocess,
enabling centralized stats across Processes.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9090

[vinodkone] Resource Monitoring 1.5: Added source to ExecutorInfo.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9552

[vinodkone] Resource Monitoring 1: Added name to ExecutorInfo.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9089

------------------------------------------
[...truncated 4018 lines...]
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Stat (0 ms)
[----------] 9 tests from CgroupsAnyHierarchyTest (3 ms total)

[----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy
tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory' at 
'/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryTest.*).
-------------------------------------------------------------
tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy (1 ms)
[ RUN      ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy
tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory' at 
'/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryTest.*).
-------------------------------------------------------------
tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy (0 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems
tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory' at 
'/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryTest.*).
-------------------------------------------------------------
tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems (1 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove
tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory' at 
'/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryTest.*).
-------------------------------------------------------------
tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove (0 
ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen
tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory' at 
'/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryTest.*).
-------------------------------------------------------------
tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen (1 ms)
[----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest (3 ms total)

[----------] 1 test from CgroupsNoHierarchyTest
[ RUN      ] CgroupsNoHierarchyTest.ROOT_CGROUPS_MountUnmountHierarchy
tests/cgroups_tests.cpp:296: Failure
cgroups::mount(HIERARCHY, "cpu,memory"): Failed to mount 'cpu,memory' at 
'/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
[  FAILED  ] CgroupsNoHierarchyTest.ROOT_CGROUPS_MountUnmountHierarchy (0 ms)
[----------] 1 test from CgroupsNoHierarchyTest (0 ms total)

[----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze
tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory,freezer' at 
'/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory,freezer'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryFreezerTest.*).
-------------------------------------------------------------
tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze (1 
ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill
tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory,freezer' at 
'/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory,freezer'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryFreezerTest.*).
-------------------------------------------------------------
tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill (0 
ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy
tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory,freezer' at 
'/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory,freezer'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryFreezerTest.*).
-------------------------------------------------------------
tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy 
(1 ms)
[----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest (2 ms 
total)

[----------] 3 tests from FsTest
[ RUN      ] FsTest.MountTableRead
[       OK ] FsTest.MountTableRead (0 ms)
[ RUN      ] FsTest.MountTableHasOption
[       OK ] FsTest.MountTableHasOption (0 ms)
[ RUN      ] FsTest.FileSystemTableRead
[       OK ] FsTest.FileSystemTableRead (0 ms)
[----------] 3 tests from FsTest (0 ms total)

[----------] 4 tests from ProcTest
[ RUN      ] ProcTest.Pids
[       OK ] ProcTest.Pids (1 ms)
[ RUN      ] ProcTest.Cpus
[       OK ] ProcTest.Cpus (0 ms)
[ RUN      ] ProcTest.SystemStatistics
[       OK ] ProcTest.SystemStatistics (0 ms)
[ RUN      ] ProcTest.ProcessStatistics
[       OK ] ProcTest.ProcessStatistics (0 ms)
[----------] 4 tests from ProcTest (1 ms total)

[----------] 15 tests from ZooKeeperTest
[ RUN      ] ZooKeeperTest.Auth
[       OK ] ZooKeeperTest.Auth (4216 ms)
[ RUN      ] ZooKeeperTest.Create
[       OK ] ZooKeeperTest.Create (4250 ms)
[ RUN      ] ZooKeeperTest.MasterDetector
[       OK ] ZooKeeperTest.MasterDetector (271 ms)
[ RUN      ] ZooKeeperTest.MasterDetectors
[       OK ] ZooKeeperTest.MasterDetectors (280 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorShutdownNetwork
2013-02-27 
03:17:40,539:876(0x2b220cf74700):ZOO_ERROR@handle_socket_error_msg@1603: Socket 
[127.0.0.1:47597] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.MasterDetectorShutdownNetwork (3747 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireMasterZKSession
2013-02-27 
03:17:44,489:876(0x2b220c971700):ZOO_ERROR@handle_socket_error_msg@1603: Socket 
[127.0.0.1:58806] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
E0227 03:17:44.489378   913 detector.cpp:477] Master detector 
((720)@67.195.138.9:57228)  failed to get masters: connection loss
2013-02-27 
03:17:47,826:876(0x2b220c971700):ZOO_ERROR@handle_socket_error_msg@1621: Socket 
[127.0.0.1:58806] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13d19a7dc390000 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireMasterZKSession (3876 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireSlaveZKSession
2013-02-27 
03:17:48,214:876(0x2b220cf74700):ZOO_ERROR@handle_socket_error_msg@1603: Socket 
[127.0.0.1:37302] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
2013-02-27 
03:17:51,551:876(0x2b220cf74700):ZOO_ERROR@handle_socket_error_msg@1621: Socket 
[127.0.0.1:37302] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13d19a7eb5f0001 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireSlaveZKSession (4296 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster
2013-02-27 
03:17:52,564:876(0x2b220cd73700):ZOO_ERROR@handle_socket_error_msg@1603: Socket 
[127.0.0.1:45289] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
2013-02-27 
03:17:52,572:876(0x2b220d376700):ZOO_ERROR@handle_socket_error_msg@1603: Socket 
[127.0.0.1:45289] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
E0227 03:17:52.573142   914 detector.cpp:477] Master detector 
((734)@67.195.138.9:57228)  failed to get masters: connection loss
2013-02-27 
03:17:55,900:876(0x2b220cd73700):ZOO_ERROR@handle_socket_error_msg@1621: Socket 
[127.0.0.1:45289] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13d19a7fc270002 has expired.
2013-02-27 
03:17:55,908:876(0x2b220d376700):ZOO_ERROR@handle_socket_error_msg@1621: Socket 
[127.0.0.1:45289] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13d19a7fc270000 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster (3873 ms)
[ RUN      ] ZooKeeperTest.Group
[       OK ] ZooKeeperTest.Group (232 ms)
[ RUN      ] ZooKeeperTest.GroupJoinWithDisconnect
2013-02-27 
03:17:56,405:876(0x2b220d376700):ZOO_ERROR@handle_socket_error_msg@1579: Socket 
[127.0.0.1:33933] zk retcode=-4, errno=111(Connection refused): server refused 
to accept the client
[       OK ] ZooKeeperTest.GroupJoinWithDisconnect (1925 ms)
[ RUN      ] ZooKeeperTest.GroupDataWithDisconnect
2013-02-27 
03:17:58,411:876(0x2b220c971700):ZOO_ERROR@handle_socket_error_msg@1603: Socket 
[127.0.0.1:47855] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.GroupDataWithDisconnect (2238 ms)
[ RUN      ] ZooKeeperTest.GroupCancelWithDisconnect
2013-02-27 
03:18:00,649:876(0x2b220cf74700):ZOO_ERROR@handle_socket_error_msg@1603: Socket 
[127.0.0.1:35334] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.GroupCancelWithDisconnect (2214 ms)
[ RUN      ] ZooKeeperTest.GroupWatchWithSessionExpiration
2013-02-27 
03:18:02,905:876(0x2b220cf74700):ZOO_ERROR@handle_socket_error_msg@1603: Socket 
[127.0.0.1:56142] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
2013-02-27 
03:18:04,908:876(0x2b220cf74700):ZOO_ERROR@handle_socket_error_msg@1621: Socket 
[127.0.0.1:56142] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13d19a825160000 has expired.
[       OK ] ZooKeeperTest.GroupWatchWithSessionExpiration (2258 ms)
[ RUN      ] ZooKeeperTest.MultipleGroups
2013-02-27 
03:18:05,218:876(0x2b220cf74700):ZOO_ERROR@handle_socket_error_msg@1603: Socket 
[127.0.0.1:40740] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.MultipleGroups (280 ms)
[ RUN      ] ZooKeeperTest.GroupPathWithRestrictivePerms
[       OK ] ZooKeeperTest.GroupPathWithRestrictivePerms (8292 ms)
[----------] 15 tests from ZooKeeperTest (42249 ms total)

[----------] 2 tests from AllocatorZooKeeperTest/0, where TypeParam = 
mesos::internal::master::HierarchicalAllocatorProcess<mesos::internal::master::DRFSorter,
 mesos::internal::master::DRFSorter>
[ RUN      ] AllocatorZooKeeperTest/0.FrameworkReregistersFirst
[       OK ] AllocatorZooKeeperTest/0.FrameworkReregistersFirst (1671 ms)
[ RUN      ] AllocatorZooKeeperTest/0.SlaveReregisterFirst
[       OK ] AllocatorZooKeeperTest/0.SlaveReregisterFirst (2081 ms)
[----------] 2 tests from AllocatorZooKeeperTest/0 (3752 ms total)

[----------] Global test environment tear-down
[==========] 239 tests from 45 test cases ran. (139160 ms total)
[  PASSED  ] 216 tests.
[  FAILED  ] 23 tests, listed below:
[  FAILED  ] CoordinatorTest.MultipleAppendsNotLearnedFill
[  FAILED  ] CoordinatorTest.TruncateNotLearnedFill
[  FAILED  ] CoordinatorTest.TruncateLearnedFill
[  FAILED  ] AllocatorTest/0.TaskFinished, where TypeParam = 
mesos::internal::master::HierarchicalAllocatorProcess<mesos::internal::master::DRFSorter,
 mesos::internal::master::DRFSorter>
[  FAILED  ] CgroupsIsolationTest.ROOT_CGROUPS_BalloonFramework
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Enabled
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Subsystems
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Mounted
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Get
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_NestedCgroups
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Tasks
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Read
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Stat
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen
[  FAILED  ] CgroupsNoHierarchyTest.ROOT_CGROUPS_MountUnmountHierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy

23 FAILED TESTS
  YOU HAVE 1 DISABLED TEST

FAIL: mesos-tests
==================
1 of 1 test failed
==================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src'>
make[1]: *** [check] Error 2
make[1]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src'>
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure

Reply via email to