+1 Ran on internal CI. All failures I saw were well documented flaky tests.
> On May 13, 2017, at 12:26 AM, Vinod Kone <vinodk...@apache.org> wrote: > > +1 (binding) > > Ran on ASF CI. The one configuration that is in "red" is due to a known flaky > issue with perf core dump during test suite teardown. > > Revision: 37d98c55e1f43d6734729b5cdbed242ebc3263ed > refs/tags/1.1.2-rc2 > Configuration Matrix gcc clang > centos:7 --verbose --enable-libevent --enable-ssl autotools > > <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/34/BUILDTOOL=autotools,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)&&(!ubuntu-eu2)/> > > > cmake > > <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/34/BUILDTOOL=cmake,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)&&(!ubuntu-eu2)/> > > > --verbose autotools > > <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/34/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2)/> > > > cmake > > <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/34/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2)/> > > > ubuntu:14.04 --verbose --enable-libevent --enable-ssl autotools > > <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/34/BUILDTOOL=autotools,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)&&(!ubuntu-eu2)/> > > > <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/34/BUILDTOOL=autotools,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)&&(!ubuntu-eu2)/> > cmake > > <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/34/BUILDTOOL=cmake,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)&&(!ubuntu-eu2)/> > > > <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/34/BUILDTOOL=cmake,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)&&(!ubuntu-eu2)/> > --verbose autotools > > <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/34/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2)/> > > > <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/34/BUILDTOOL=autotools,COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2)/> > cmake > > <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/34/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2)/> > > > <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/34/BUILDTOOL=cmake,COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2)/> > > On Fri, May 12, 2017 at 8:07 AM, Alex Rukletsov <a...@mesosphere.com > <mailto:a...@mesosphere.com>> wrote: > Folks, > > Please vote on releasing the following candidate as Apache Mesos 1.1.2. > > 1.1.2 includes the following: > -------------------------------------------------------------------------------- > ** Bug > * [MESOS-2537] - AC_ARG_ENABLED checks are broken. > * [MESOS-5028] - Copy provisioner cannot replace directory with symlink. > * [MESOS-5172] - Registry puller cannot fetch blobs correctly from http > Redirect 3xx urls. > * [MESOS-6327] - Large docker images causes container launch failures: > Too many levels of symbolic links. > * [MESOS-7057] - Consider using the relink functionality of libprocess in > the executor driver. > * [MESOS-7119] - Mesos master crash while accepting inverse offer. > * [MESOS-7152] - The agent may be flapping after the machine reboots due > to provisioner recover. > * [MESOS-7197] - Requesting tiny amount of CPU crashes master. > * [MESOS-7210] - HTTP health check doesn't work when mesos runs with > --docker_mesos_image. > * [MESOS-7237] - Enabling cgroups_limit_swap can lead to "invalid > argument" error. > * [MESOS-7265] - Containerizer startup may cause sensitive data to leak > into sandbox logs. > * [MESOS-7350] - Failed to pull image from Nexus Registry due to > signature missing. > * [MESOS-7366] - Agent sandbox gc could accidentally delete the entire > persistent volume content. > * [MESOS-7383] - Docker executor logs possibly sensitive parameters. > * [MESOS-7422] - Docker containerizer should not leak possibly sensitive > data to agent log. > * [MESOS-7471] - Provisioner recover should not always assume 'rootfses' > dir exists. > * [MESOS-7482] - #elif does not match #ifdef when checking the platform. > > 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=1.1.2-rc2 > > <https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.1.2-rc2> > -------------------------------------------------------------------------------- > > The candidate for Mesos 1.1.2 release is available at: > https://dist.apache.org/repos/dist/dev/mesos/1.1.2-rc2/mesos-1.1.2.tar.gz > <https://dist.apache.org/repos/dist/dev/mesos/1.1.2-rc2/mesos-1.1.2.tar.gz> > > The tag to be voted on is 1.1.2-rc2: > https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.1.2-rc2 > <https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.1.2-rc2> > > The MD5 checksum of the tarball can be found at: > https://dist.apache.org/repos/dist/dev/mesos/1.1.2-rc2/mesos-1.1.2.tar.gz.md5 > <https://dist.apache.org/repos/dist/dev/mesos/1.1.2-rc2/mesos-1.1.2.tar.gz.md5> > > The signature of the tarball can be found at: > https://dist.apache.org/repos/dist/dev/mesos/1.1.2-rc2/mesos-1.1.2.tar.gz.asc > <https://dist.apache.org/repos/dist/dev/mesos/1.1.2-rc2/mesos-1.1.2.tar.gz.asc> > > The PGP key used to sign the release is here: > https://dist.apache.org/repos/dist/release/mesos/KEYS > <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-1194 > <https://repository.apache.org/content/repositories/orgapachemesos-1194> > > Please vote on releasing this package as Apache Mesos 1.1.2! > > The vote is open until Wed May 17 17:17:17 CEST 2017 and passes if a > majority of at least 3 +1 PMC votes are cast. > > [ ] +1 Release this package as Apache Mesos 1.1.2 > [ ] -1 Do not release this package because ... > > Thanks, > Till & Alex >