Ubuntu 14.04 Not sure if I'm doing something wrong, `sudo make distcheck` fails - re-running after a `make clean`
If it continues failing, I'll provide more detailed log output. In the meantime, if anyone has any suggestions as to what I may be doing wrong, please let me know. $ ../configure && make -j8 V=0 && make -j12 V=0 check [==========] 649 tests from 94 test cases ran. (254152 ms total) [ PASSED ] 649 tests. $ sudo make -j12 V=0 distcheck [==========] 712 tests from 116 test cases ran. (325751 ms total) [ PASSED ] 702 tests. [ FAILED ] 10 tests, listed below: [ FAILED ] LimitedCpuIsolatorTest.ROOT_CGROUPS_Pids_and_Tids [ FAILED ] PerfEventIsolatorTest.ROOT_CGROUPS_Sample [ FAILED ] UserCgroupIsolatorTest/2.ROOT_CGROUPS_UserCgroup, where TypeParam = mesos::internal::slave::CgroupsPerfEventIsolatorProcess [ FAILED ] MesosContainerizerSlaveRecoveryTest.CGROUPS_ROOT_PerfRollForward [ FAILED ] CgroupsAnyHierarchyWithPerfEventTest.ROOT_CGROUPS_Perf [ FAILED ] MemoryPressureMesosTest.CGROUPS_ROOT_Statistics [ FAILED ] MemoryPressureMesosTest.CGROUPS_ROOT_SlaveRecovery [ FAILED ] NsTest.ROOT_setns [ FAILED ] PerfTest.ROOT_Events [ FAILED ] PerfTest.ROOT_SamplePid 10 FAILED TESTS YOU HAVE 12 DISABLED TESTS *Marco Massenzio* *Distributed Systems Engineer* On Fri, Jul 17, 2015 at 6:49 PM, Vinod Kone <[email protected]> wrote: > +1 (binding) > > Successfully built RPMs for CentOS5 and CentOS6 with network isolator. > > > On Fri, Jul 17, 2015 at 4:56 PM, Khanduja, Vaibhav < > [email protected] > > wrote: > > > +1 > > > > Sent from my iPhone. Please excuse the typos and brevity of this message. > > > > > On Jul 17, 2015, at 4:43 PM, Adam Bordelon <[email protected]> wrote: > > > > > > Hello Mesos community, > > > > > > Please vote on releasing the following candidate as Apache Mesos > 0.23.0. > > > > > > 0.23.0 includes the following: > > > > > > -------------------------------------------------------------------------------- > > > - Per-container network isolation > > > - Dockerized slaves will properly recover Docker containers upon > > failover. > > > - Upgraded minimum required compilers to GCC 4.8+ or clang 3.5+. > > > > > > as well as experimental support for: > > > - Fetcher Caching > > > - Revocable Resources > > > - SSL encryption > > > - Persistent Volumes > > > - Dynamic Reservations > > > > > > The CHANGELOG for the release is available at: > > > > > > https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.23.0-rc4 > > > > > > -------------------------------------------------------------------------------- > > > > > > The candidate for Mesos 0.23.0 release is available at: > > > > > > https://dist.apache.org/repos/dist/dev/mesos/0.23.0-rc4/mesos-0.23.0.tar.gz > > > > > > The tag to be voted on is 0.23.0-rc4: > > > > > > https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.23.0-rc4 > > > > > > The MD5 checksum of the tarball can be found at: > > > > > > https://dist.apache.org/repos/dist/dev/mesos/0.23.0-rc4/mesos-0.23.0.tar.gz.md5 > > > > > > The signature of the tarball can be found at: > > > > > > https://dist.apache.org/repos/dist/dev/mesos/0.23.0-rc4/mesos-0.23.0.tar.gz.asc > > > > > > The PGP key used to sign the release is here: > > > https://dist.apache.org/repos/dist/release/mesos/KEYS > > > > > > The JAR is up in Maven in a staging repository here: > > > https://repository.apache.org/content/repositories/orgapachemesos-1062 > > > > > > Please vote on releasing this package as Apache Mesos 0.23.0! > > > > > > The vote is open until Wed July 22nd, 17:00 PDT 2015 and passes if a > > > majority of at least 3 +1 PMC votes are cast. > > > > > > [ ] +1 Release this package as Apache Mesos 0.23.0 (I've tested it!) > > > [ ] -1 Do not release this package because ... > > > > > > Thanks, > > > -Adam- > > >
