+1 (binding) Distro package building for Ubuntu, Debian and CentOS. Here is the link to the RC downloads page: http://open.mesosphere.com/downloads/mesos-rc/
Best, Kapil On Mon, May 30, 2016 at 3:17 PM, Till Toenshoff <[email protected]> wrote: > +1 > > Tested on OSX and various distros via private CI. > > OSX 10.11.5 (15F34), clang version 3.7.0 (trunk 235831) (llvm/trunk > 235813): > > -------------------------------------------------------------------------------------------------------- > [----------] Global test environment tear-down > [==========] 1009 tests from 132 test cases ran. (299208 ms total) > [ PASSED ] 1003 tests. > [ FAILED ] 6 tests, listed below: > [ FAILED ] ExamplesTest.TestFramework > [ FAILED ] ExamplesTest.NoExecutorFramework > [ FAILED ] ExamplesTest.JavaFramework > [ FAILED ] ExamplesTest.PythonFramework > [ FAILED ] FetcherCacheTest.LocalUncachedExtract > [ FAILED ] FetcherCacheHttpTest.HttpMixed > > > Debian 8 > > ------------------------------------------------------------------------------------------------------- > [19:05:20][Step 10/10] [ PASSED ] 1126 tests. > > Debian 8 - SSL > > ------------------------------------------------------------------------------------------------------- > [19:03:47][Step 10/10] [ PASSED ] 1126 tests. > > > Ubuntu 12 > > ------------------------------------------------------------------------------------------------------- > [19:00:36][Step 10/10] [ PASSED ] 1127 tests. > > Ubuntu 12 - SSL > > ------------------------------------------------------------------------------------------------------- > [19:01:53][Step 10/10] [ PASSED ] 1127 tests. > > Ubuntu 14 > > ------------------------------------------------------------------------------------------------------- > [19:01:19][Step 10/10] [ PASSED ] 1125 tests. > > Ubuntu 14 - SSL > > ------------------------------------------------------------------------------------------------------- > [19:00:20][Step 10/10] [ PASSED ] 1125 tests. > > Ubuntu 15 > > ------------------------------------------------------------------------------------------------------- > [19:05:28][Step 10/10] [ PASSED ] 1128 tests. > > Ubuntu 15 - SSL > > ------------------------------------------------------------------------------------------------------- > [19:05:58][Step 10/10] [ PASSED ] 1128 tests. > > > Centos 6 > > ------------------------------------------------------------------------------------------------------- > [19:07:27][Step 10/10] [ PASSED ] 1127 tests. > [19:07:27][Step 10/10] [ FAILED ] 1 test, listed below: > [19:07:27][Step 10/10] [ FAILED ] > MemoryPressureMesosTest.CGROUPS_ROOT_SlaveRecovery > > Centos 6 - SSL > > ------------------------------------------------------------------------------------------------------- > [19:07:29][Step 10/10] [ PASSED ] 1127 tests. > [19:07:29][Step 10/10] [ FAILED ] 1 test, listed below: > [19:07:29][Step 10/10] [ FAILED ] > MemoryPressureMesosTest.CGROUPS_ROOT_SlaveRecovery > > Centos 7 > > ------------------------------------------------------------------------------------------------------- > [19:05:43][Step 10/10] [ PASSED ] 1129 tests. > [19:05:43][Step 10/10] [ FAILED ] 1 test, listed below: > [19:05:43][Step 10/10] [ FAILED ] > LinuxFilesystemIsolatorTest.ROOT_MultipleContainers > > Centos 7 - SSL > > ------------------------------------------------------------------------------------------------------- > [19:04:53][Step 10/10] [ PASSED ] 1129 tests. > [19:04:53][Step 10/10] [ FAILED ] 1 test, listed below: > [19:04:53][Step 10/10] [ FAILED ] > LinuxFilesystemIsolatorTest.ROOT_MultipleContainers > > > > > > On May 30, 2016, at 8:23 AM, Vinod Kone <[email protected]> wrote: > > +1 (binding) > > Tested on ASF CI > > *Revision*: ceecad69bd9656cf405ca7378ad021c4ad51aaed > > - refs/tags/0.28.2-rc1 > > Configuration Matrix gcc clang > centos:7 --verbose --enable-libevent --enable-ssl > [image: Success] > < > https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/15/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/ > > > [image: Not run] > --verbose > [image: Success] > < > https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/15/COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/ > > > [image: Not run] > ubuntu:14.04 --verbose --enable-libevent --enable-ssl > [image: Success] > < > https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/15/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/ > > > [image: Success] > < > https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/15/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/ > > > --verbose > [image: Success] > < > https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/15/COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/ > > > [image: Success] > < > https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/15/COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/ > > > > On Sun, May 29, 2016 at 10:17 PM, Guangya Liu <[email protected]> wrote: > > +1 to this. > > Only one minor comment: I saw that there are indeed someone using mesos > CLI, such as `mesos ps` etc. I did minor enhancement for mesos CLI recently > to improve debug-ability, it would be great if we can have those in 0.28.2. > > The following are the three patches for mesos CLI enhancement: > https://reviews.apache.org/r/47636/ Fixed some coding error in mesos-ps. > https://reviews.apache.org/r/47693/ Added more error info for mesos ps. > https://reviews.apache.org/r/47711/ Added more verbose message when mesos > command encouter error. > > Thanks, > > Guangya > > On Mon, May 30, 2016 at 7:53 AM, Jie Yu <[email protected]> wrote: > > Hi all, > > Please vote on releasing the following candidate as Apache Mesos 0.28.2. > > > 0.28.2 is a bug fix release. It includes the following: > > > -------------------------------------------------------------------------------- > ** Bug > * [MESOS-4705] - Linux 'perf' parsing logic may fail when OS > distribution has perf backports. > * [MESOS-5239] - Persistent volume DockerContainerizer support assumes > proper mount propagation setup on the host. > * [MESOS-5253] - Isolator cleanup should not be invoked if they are not > prepared yet. > * [MESOS-5282] - Destroy container while provisioning volume images may > lead to a race. > * [MESOS-5312] - Env `MESOS_SANDBOX` is not set properly for command > tasks that changes rootfs. > * [MESOS-4885] - Unzip should force overwrite. > * [MESOS-5449] - Memory leak in SchedulerProcess.declineOffer. > * [MESOS-5380] - Killing a queued task can cause the corresponding > command executor to never terminate. > > ** Improvement > * [MESOS-5307] - Sandbox mounts should not be in the host mount > namespace. > > 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.28.2-rc1 > > > -------------------------------------------------------------------------------- > > The candidate for Mesos 0.28.2 release is available at: > > https://dist.apache.org/repos/dist/dev/mesos/0.28.2-rc1/mesos-0.28.2.tar.gz > > The tag to be voted on is 0.28.2-rc1: > https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.28.2-rc1 > > The MD5 checksum of the tarball can be found at: > > > https://dist.apache.org/repos/dist/dev/mesos/0.28.2-rc1/mesos-0.28.2.tar.gz.md5 > > The signature of the tarball can be found at: > > > https://dist.apache.org/repos/dist/dev/mesos/0.28.2-rc1/mesos-0.28.2.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-1140 > > Please vote on releasing this package as Apache Mesos 0.28.2! > > The vote is open until Wed Jun 1 16:51:42 PDT 2016 and passes if a > majority of at least 3 +1 PMC votes are cast. > > [ ] +1 Release this package as Apache Mesos 0.28.2 > [ ] -1 Do not release this package because ... > > Thanks, > - Jie > > > > >
