You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/12/22 01:59:55 UTC

Build failed in Jenkins: Mesos-Buildbot » autotools,gcc,--verbose --disable-libtool-wrappers,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23) #4653

See <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose%20--disable-libtool-wrappers,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23)/4653/display/redirect?page=changes>

Changes:

[bmahler] Fixed a bug where quota headroom is tracked incorrectly.

------------------------------------------
[...truncated 152.06 KB...]
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
configure: Setting up CXXFLAGS for g++ version >= 4.8
checking whether C++ compiler accepts -fstack-protector-strong... yes
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=c++11... yes
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
configure: Setting up build environment for x86_64 linux-gnu
checking for backtrace in -lunwind... no
checking for main in -lgflags... no
checking for patch... patch
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking for library containing fts_close... none required
checking apr_pools.h usability... yes
checking apr_pools.h presence... yes
checking for apr_pools.h... yes
checking for apr_initialize in -lapr-1... yes
checking for curl_global_init in -lcurl... yes
checking for javac... /usr/bin/javac
checking for java... /usr/bin/java
checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-5.b12.el7_4.x86_64/jre
configure: using JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-5.b12.el7_4.x86_64
checking whether or not we can build with JNI... yes
checking for mvn... /usr/bin/mvn
checking for sasl_done in -lsasl2... yes
checking SASL CRAM-MD5 support... yes
checking for RAND_poll in -lcrypto... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for SSL_CTX_new in -lssl... yes
checking svn_version.h usability... yes
checking svn_version.h presence... yes
checking for svn_version.h... yes
checking for svn_stringbuf_create_ensure in -lsvn_subr-1... yes
checking svn_delta.h usability... yes
checking svn_delta.h presence... yes
checking for svn_delta.h... yes
checking for svn_txdelta in -lsvn_delta-1... yes
checking whether to enable the XFS disk isolator... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflate, gzread, gzwrite, inflate in -lz... yes
checking C++ standard library for undefined behaviour with selected optimization level... no
checking for a Python interpreter with version >= 2.6... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking for python2.7... (cached) /usr/bin/python
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= '2.6'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python2.7
checking for Python library path... -L/usr/lib64 -lpython2.7
checking for Python site-packages path... /usr/lib/python2.7/site-packages
checking python extra libraries... -lpthread -ldl  -lutil -lm
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
checking whether we can build usable Python eggs... In file included from /usr/include/limits.h:26:0,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:168,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:34,
                 from /usr/include/python2.7/Python.h:19,
                 from testpyegg.cpp:1:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
yes
checking for an old installation of the Mesos egg (before 0.20.0)... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mesos.pc
config.status: creating src/Makefile
config.status: creating 3rdparty/Makefile
config.status: creating 3rdparty/libprocess/Makefile
config.status: creating 3rdparty/libprocess/include/Makefile
config.status: creating 3rdparty/stout/Makefile
config.status: creating 3rdparty/stout/include/Makefile
config.status: creating 3rdparty/gmock_sources.cc
config.status: creating bin/mesos.sh
config.status: creating bin/mesos-agent.sh
config.status: creating bin/mesos-local.sh
config.status: creating bin/mesos-master.sh
config.status: creating bin/mesos-slave.sh
config.status: creating bin/mesos-tests.sh
config.status: creating bin/mesos-agent-flags.sh
config.status: creating bin/mesos-local-flags.sh
config.status: creating bin/mesos-master-flags.sh
config.status: creating bin/mesos-slave-flags.sh
config.status: creating bin/mesos-tests-flags.sh
config.status: creating bin/gdb-mesos-agent.sh
config.status: creating bin/gdb-mesos-local.sh
config.status: creating bin/gdb-mesos-master.sh
config.status: creating bin/gdb-mesos-slave.sh
config.status: creating bin/gdb-mesos-tests.sh
config.status: creating bin/lldb-mesos-agent.sh
config.status: creating bin/lldb-mesos-local.sh
config.status: creating bin/lldb-mesos-master.sh
config.status: creating bin/lldb-mesos-slave.sh
config.status: creating bin/lldb-mesos-tests.sh
config.status: creating bin/valgrind-mesos-agent.sh
config.status: creating bin/valgrind-mesos-local.sh
config.status: creating bin/valgrind-mesos-master.sh
config.status: creating bin/valgrind-mesos-slave.sh
config.status: creating bin/valgrind-mesos-tests.sh
config.status: creating src/deploy/mesos-daemon.sh
config.status: creating src/deploy/mesos-start-agents.sh
config.status: creating src/deploy/mesos-start-cluster.sh
config.status: creating src/deploy/mesos-start-masters.sh
config.status: creating src/deploy/mesos-start-slaves.sh
config.status: creating src/deploy/mesos-stop-agents.sh
config.status: creating src/deploy/mesos-stop-cluster.sh
config.status: creating src/deploy/mesos-stop-masters.sh
config.status: creating src/deploy/mesos-stop-slaves.sh
config.status: creating include/mesos/version.hpp
config.status: creating src/java/generated/org/apache/mesos/MesosNativeLibrary.java
config.status: creating mpi/mpiexec-mesos
config.status: creating src/examples/java/test-exception-framework
config.status: creating src/examples/java/test-executor
config.status: creating src/examples/java/test-framework
config.status: creating src/examples/java/test-multiple-executors-framework
config.status: creating src/examples/java/test-log
config.status: creating src/examples/java/v1-test-framework
config.status: creating src/java/mesos.pom
config.status: creating src/examples/python/test-executor
config.status: creating src/examples/python/test-framework
config.status: creating src/python/setup.py
config.status: creating src/python/cli/setup.py
config.status: creating src/python/interface/setup.py
config.status: creating src/python/native_common/ext_modules.py
config.status: creating src/python/executor/setup.py
config.status: creating src/python/native/setup.py
config.status: creating src/python/scheduler/setup.py
config.status: linking src/python/native_common/ext_modules.py to src/python/executor/ext_modules.py
config.status: linking src/python/native_common/ext_modules.py to src/python/scheduler/ext_modules.py
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Build option summary:
    CXX:        g++
    CXXFLAGS:   -g1 -O0 -Wno-unused-local-typedefs -std=c++11
    CPPFLAGS:   -isystem /usr/include/subversion-1 -isystem /usr/include/apr-1 -isystem /usr/include/apr-1.0	      
    LDFLAGS:    
    LIBS:       -lz -lsvn_delta-1 -lsvn_subr-1 -lsasl2 -lcurl -lapr-1  -lrt

make  dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory `/mesos'
if test -d "mesos-1.5.0"; then find "mesos-1.5.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "mesos-1.5.0" || { sleep 5 && rm -rf "mesos-1.5.0"; }; else :; fi
test -d "mesos-1.5.0" || mkdir "mesos-1.5.0"
 (cd 3rdparty && make  top_distdir=../mesos-1.5.0 distdir=../mesos-1.5.0/3rdparty \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/mesos/3rdparty'
 (cd stout && make  top_distdir=../../mesos-1.5.0 distdir=../../mesos-1.5.0/3rdparty/stout \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/mesos/3rdparty/stout'
 (cd include && make  top_distdir=../../../mesos-1.5.0 distdir=../../../mesos-1.5.0/3rdparty/stout/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/mesos/3rdparty/stout/include'
make[4]: Leaving directory `/mesos/3rdparty/stout/include'
make  \
  top_distdir="../../mesos-1.5.0" distdir="../../mesos-1.5.0/3rdparty/stout" \
  dist-hook
make[4]: Entering directory `/mesos/3rdparty/stout'
cp -r ./3rdparty ../../mesos-1.5.0/3rdparty/stout/
make[4]: Leaving directory `/mesos/3rdparty/stout'
make[3]: Leaving directory `/mesos/3rdparty/stout'
 (cd libprocess && make  top_distdir=../../mesos-1.5.0 distdir=../../mesos-1.5.0/3rdparty/libprocess \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/mesos/3rdparty/libprocess'
 (cd include && make  top_distdir=../../../mesos-1.5.0 distdir=../../../mesos-1.5.0/3rdparty/libprocess/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/mesos/3rdparty/libprocess/include'
make[4]: Leaving directory `/mesos/3rdparty/libprocess/include'
make  \
  top_distdir="../../mesos-1.5.0" distdir="../../mesos-1.5.0/3rdparty/libprocess" \
  dist-hook
make[4]: Entering directory `/mesos/3rdparty/libprocess'
cp -r ./3rdparty ../../mesos-1.5.0/3rdparty/libprocess/
make[4]: Leaving directory `/mesos/3rdparty/libprocess'
make[3]: Leaving directory `/mesos/3rdparty/libprocess'
make[2]: Leaving directory `/mesos/3rdparty'
 (cd src && make  top_distdir=../mesos-1.5.0 distdir=../mesos-1.5.0/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/mesos/src'
make[2]: *** No rule to make target `resource_provider/storage/volume_profile.ph.h', needed by `distdir'.  Stop.
make[2]: Leaving directory `/mesos/src'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/mesos'
make: *** [dist] Error 2
+ docker rmi mesos-1513907415-17018
Untagged: mesos-1513907415-17018:latest
Deleted: sha256:a843d34c9075b04946b6cca9458914278afa065145228ff165a42a09b30ac634
Deleted: sha256:6bc622a3d7c874e9467cd4e508506454f17097d400714d431fda9e5e9d94603a
Deleted: sha256:674add516d31528626bb26c14e098c23f8b1b3bafc2167ff8494e438d7b2410e
Deleted: sha256:18c2bb461727ef567e8cddf3567806f817e40ad4e584f18991f673785c6e622f
Deleted: sha256:194f2a653217d2606742bdb41613be5ce536626dd8f523ccbdffde1de2f76dfb
Deleted: sha256:219a01bc4261d82bf626eda887c433a9c98de35ac54de2ff55250e45ea52a169
Deleted: sha256:ce8a84ebf76543950819f513d1d8894ebb99eec2ebc7112bb310662c2d45bcb7
Deleted: sha256:503f488661ff494fe0a2dec33429cad95745d860122f9abc7a949a8e684ab72e
Deleted: sha256:9fe9e5f1a2f3435c74c104726e64afd4f40569afbfcbc7521b70f6f11b26c01f
Deleted: sha256:4d2eeda975775552978c0067defe905b2eaf1a8057c499b2453a315f82e406a5
Deleted: sha256:40e01ad9c6431e641a06462131b19046384b3cc530854a9ca8775f65ca613d1c
Deleted: sha256:05c76e75dc34e460bdab167321312f466ddf88cd4a96c505db4cdfd7190ecbb9
Deleted: sha256:45b2c2565f60e4733d62a40def14168d3d980575f9af381355d92ea1221870dd
Deleted: sha256:e9418de66ad5127a42560e27d7ceafee5f9a8c2524b1037240950ed716e71071
Deleted: sha256:667808cfc4d1c6670230916f349ac3cb08737d71888028e07bf7a8607299e122
Deleted: sha256:99cc67647eaec473b8dc1d06721ba06d3beda72f4a0172943ccf637758227b33
Deleted: sha256:9485513a9b8d226a85acdaa81d003f576c66bab3ca1235363a45ab1a890b8eb9
Deleted: sha256:43c7ad19075f919b0c4bb94be9d2330c21fb2f4c818aa9ae11d619e16e37b8b6
Deleted: sha256:ec6a746b387dfa3a1ae02cf23d53299ba2c1968081e20d2cc4d9009658daac9e
Deleted: sha256:f754e2dadebdc9027d47282055ed861064f998e09664d776b4cf920381ef575a
Deleted: sha256:c2fb3cbcab86ce2a7d144f1427fb96317e6ce45c5daf93f51fea8d181bff5256
Deleted: sha256:dedafa4709c52abe70e8d55137861fb902daaf3548b3da0a6bbcf3e1644a0f95
Deleted: sha256:e22df85d4212110cb0c2009abd77e139b469bee1a1b965371766c5a651a5736f
Deleted: sha256:dacfbfd68e7c51daf3dffa250aa919aa261566f35ddc24650324d67c297208d2
Deleted: sha256:0271413f1c1be40e1a875c1c056094563b7ad08e5d14463a9eb644b063509cf7
Deleted: sha256:1ccf5fe6ac63a54ce1893e7739fb899d118111577fc34a172e88cfce1cd73ab3
Deleted: sha256:fe7e1ae4954c3571213b9a4b238cf130cd8936685c2b8479f75b3a6d864ffffe
Deleted: sha256:fbf0157836d886e589ff9c5a79c0960e0ca351a0a67740ece063ae90b6e23969
Deleted: sha256:b90e9649624041eaafa0f11a48ee99aa6f3194359340adbfc901c9c21cdd432f
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user yujie.jay@gmail.com
Not sending mail to unregistered user benjamin.hindman@gmail.com
Not sending mail to unregistered user xujyan@apple.com
Not sending mail to unregistered user songzihao1990@gmail.com
Not sending mail to unregistered user gregorywmann@gmail.com
Not sending mail to unregistered user zhq527725@gmail.com
Not sending mail to unregistered user toenshoff@me.com

Jenkins build is back to normal : Mesos-Buildbot » autotools,gcc,--verbose --disable-libtool-wrappers,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23) #4659

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose%20--disable-libtool-wrappers,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23)/4659/display/redirect>


Build failed in Jenkins: Mesos-Buildbot » autotools,gcc,--verbose --disable-libtool-wrappers,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23) #4658

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose%20--disable-libtool-wrappers,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23)/4658/display/redirect?page=changes>

Changes:

[alexr] Promoted log level to warning for disconnected events in exec.cpp.

[alexr] Ensured command executor always honors shutdown request.

[alexr] Ensured executor adapter propagates error and shutdown messages.

[alexr] Terminated driver-based executors if kill arrives before launch task.

[alexr] Fixed 1.4.x CHANGELOG.

[alexr] Added MESOS-8297 to the 1.4.2 CHANGELOG.

------------------------------------------
[...truncated 30.87 MB...]
I1222 15:02:03.930641  6645 slave.cpp:573] Agent attributes: [  ]
I1222 15:02:03.930675  6645 slave.cpp:582] Agent hostname: 9fef5df5369d
I1222 15:02:03.930975  6628 status_update_manager.cpp:177] Pausing sending status updates
I1222 15:02:03.934767  6630 state.cpp:64] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_2_7Fianx/meta'
I1222 15:02:03.935271  6639 status_update_manager.cpp:203] Recovering status update manager
I1222 15:02:03.935601  6635 containerizer.cpp:609] Recovering containerizer
I1222 15:02:03.937667  6643 provisioner.cpp:416] Provisioner recovery complete
I1222 15:02:03.938199  6631 slave.cpp:6288] Finished recovery
I1222 15:02:03.938733  6631 slave.cpp:6470] Querying resource estimator for oversubscribable resources
I1222 15:02:03.939141  6629 slave.cpp:6484] Received oversubscribable resources {} from the resource estimator
I1222 15:02:03.944156  6636 process.cpp:3938] Handling HTTP event for process 'slave(796)' with path: '/slave(796)/containers'
I1222 15:02:03.946108  6642 http.cpp:1185] HTTP GET for /slave(796)/containers from 172.17.0.3:60608
I1222 15:02:03.946228  6642 http.cpp:976] Authorizing principal 'test-principal' to GET the '/containers' endpoint
I1222 15:02:03.951526  6606 slave.cpp:843] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.AuthorizedRequest/2 (53 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.UnauthorizedRequest/0
I1222 15:02:03.968755  6606 containerizer.cpp:246] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni,environment_secret
W1222 15:02:03.969497  6606 backend.cpp:76] Failed to create 'aufs' backend: AufsBackend requires root privileges
W1222 15:02:03.969661  6606 backend.cpp:76] Failed to create 'bind' backend: BindBackend requires root privileges
I1222 15:02:03.969710  6606 provisioner.cpp:255] Using default backend 'copy'
I1222 15:02:03.974782  6639 slave.cpp:250] Mesos agent started on (797)@172.17.0.3:46323
I1222 15:02:03.974823  6639 slave.cpp:251] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_Kiqse7/store/appc" --authenticate_http_readonly="true" --authenticate_http_readwrite="true" --authenticatee="crammd5" --authentication_backoff_factor="1secs" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_Kiqse7/credential" --default_role="*" --disallow_sharing_agent_pid_namespace="false" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_Kiqse7/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_reregistration_timeout="2secs" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_Kiqse7/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="false" --hostname_lookup="true" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_Kiqse7/http_credentials" --http_heartbeat_interval="30secs" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher="posix" --launcher_dir="/mesos/mesos-1.4.2/_build/src" --logbufsecs="0" --logging_level="INFO" --max_completed_executors_per_framework="150" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --port="5051" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --runtime_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_Kiqse7" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_wJYDCN"
I1222 15:02:03.975368  6639 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_Kiqse7/credential'
I1222 15:02:03.975594  6639 slave.cpp:283] Agent using credential for: test-principal
I1222 15:02:03.975627  6639 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_Kiqse7/http_credentials'
I1222 15:02:03.975963  6639 http.cpp:1045] Creating default 'basic' HTTP authenticator for realm 'mesos-agent-readonly'
I1222 15:02:03.976191  6639 http.cpp:1045] Creating default 'basic' HTTP authenticator for realm 'mesos-agent-readwrite'
I1222 15:02:03.978060  6639 slave.cpp:565] Agent resources: [{"name":"cpus","scalar":{"value":2.0},"type":"SCALAR"},{"name":"mem","scalar":{"value":1024.0},"type":"SCALAR"},{"name":"disk","scalar":{"value":1024.0},"type":"SCALAR"},{"name":"ports","ranges":{"range":[{"begin":31000,"end":32000}]},"type":"RANGES"}]
I1222 15:02:03.978368  6639 slave.cpp:573] Agent attributes: [  ]
I1222 15:02:03.978387  6639 slave.cpp:582] Agent hostname: 9fef5df5369d
I1222 15:02:03.978652  6633 status_update_manager.cpp:177] Pausing sending status updates
I1222 15:02:03.980633  6630 state.cpp:64] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_wJYDCN/meta'
I1222 15:02:03.981089  6648 status_update_manager.cpp:203] Recovering status update manager
I1222 15:02:03.981348  6631 containerizer.cpp:609] Recovering containerizer
I1222 15:02:03.983507  6635 provisioner.cpp:416] Provisioner recovery complete
I1222 15:02:03.984174  6633 slave.cpp:6288] Finished recovery
I1222 15:02:03.984939  6633 slave.cpp:6470] Querying resource estimator for oversubscribable resources
I1222 15:02:03.985395  6641 slave.cpp:6484] Received oversubscribable resources {} from the resource estimator
I1222 15:02:03.989493  6640 process.cpp:3938] Handling HTTP event for process 'slave(797)' with path: '/slave(797)/monitor/statistics'
I1222 15:02:03.991698  6634 http.cpp:1185] HTTP GET for /slave(797)/monitor/statistics from 172.17.0.3:60610
I1222 15:02:03.991823  6634 http.cpp:976] Authorizing principal 'test-principal' to GET the '/monitor/statistics' endpoint
I1222 15:02:03.995812  6606 slave.cpp:843] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.UnauthorizedRequest/0 (42 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.UnauthorizedRequest/1
I1222 15:02:04.011600  6606 containerizer.cpp:246] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni,environment_secret
W1222 15:02:04.012348  6606 backend.cpp:76] Failed to create 'aufs' backend: AufsBackend requires root privileges
W1222 15:02:04.012552  6606 backend.cpp:76] Failed to create 'bind' backend: BindBackend requires root privileges
I1222 15:02:04.012601  6606 provisioner.cpp:255] Using default backend 'copy'
I1222 15:02:04.017711  6626 slave.cpp:250] Mesos agent started on (798)@172.17.0.3:46323
I1222 15:02:04.017755  6626 slave.cpp:251] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_f1ri0n/store/appc" --authenticate_http_readonly="true" --authenticate_http_readwrite="true" --authenticatee="crammd5" --authentication_backoff_factor="1secs" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_f1ri0n/credential" --default_role="*" --disallow_sharing_agent_pid_namespace="false" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_f1ri0n/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_reregistration_timeout="2secs" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_f1ri0n/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="false" --hostname_lookup="true" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_f1ri0n/http_credentials" --http_heartbeat_interval="30secs" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher="posix" --launcher_dir="/mesos/mesos-1.4.2/_build/src" --logbufsecs="0" --logging_level="INFO" --max_completed_executors_per_framework="150" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --port="5051" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --runtime_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_f1ri0n" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_dADpi4"
I1222 15:02:04.018463  6626 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_f1ri0n/credential'
I1222 15:02:04.018740  6626 slave.cpp:283] Agent using credential for: test-principal
I1222 15:02:04.018780  6626 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_f1ri0n/http_credentials'
I1222 15:02:04.019172  6626 http.cpp:1045] Creating default 'basic' HTTP authenticator for realm 'mesos-agent-readonly'
I1222 15:02:04.019438  6626 http.cpp:1045] Creating default 'basic' HTTP authenticator for realm 'mesos-agent-readwrite'
I1222 15:02:04.021682  6626 slave.cpp:565] Agent resources: [{"name":"cpus","scalar":{"value":2.0},"type":"SCALAR"},{"name":"mem","scalar":{"value":1024.0},"type":"SCALAR"},{"name":"disk","scalar":{"value":1024.0},"type":"SCALAR"},{"name":"ports","ranges":{"range":[{"begin":31000,"end":32000}]},"type":"RANGES"}]
I1222 15:02:04.022061  6626 slave.cpp:573] Agent attributes: [  ]
I1222 15:02:04.022083  6626 slave.cpp:582] Agent hostname: 9fef5df5369d
I1222 15:02:04.022312  6637 status_update_manager.cpp:177] Pausing sending status updates
I1222 15:02:04.024699  6632 state.cpp:64] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_dADpi4/meta'
I1222 15:02:04.025122  6632 status_update_manager.cpp:203] Recovering status update manager
I1222 15:02:04.025403  6631 containerizer.cpp:609] Recovering containerizer
I1222 15:02:04.027308  6642 provisioner.cpp:416] Provisioner recovery complete
I1222 15:02:04.027834  6625 slave.cpp:6288] Finished recovery
I1222 15:02:04.028393  6625 slave.cpp:6470] Querying resource estimator for oversubscribable resources
I1222 15:02:04.028784  6640 slave.cpp:6484] Received oversubscribable resources {} from the resource estimator
I1222 15:02:04.032515  6639 process.cpp:3938] Handling HTTP event for process 'slave(798)' with path: '/slave(798)/monitor/statistics.json'
I1222 15:02:04.034348  6633 http.cpp:1185] HTTP GET for /slave(798)/monitor/statistics.json from 172.17.0.3:60612
I1222 15:02:04.034447  6633 http.cpp:976] Authorizing principal 'test-principal' to GET the '/monitor/statistics.json' endpoint
I1222 15:02:04.037513  6606 slave.cpp:843] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.UnauthorizedRequest/1 (41 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.UnauthorizedRequest/2
I1222 15:02:04.052574  6606 containerizer.cpp:246] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni,environment_secret
W1222 15:02:04.053426  6606 backend.cpp:76] Failed to create 'aufs' backend: AufsBackend requires root privileges
W1222 15:02:04.053608  6606 backend.cpp:76] Failed to create 'bind' backend: BindBackend requires root privileges
I1222 15:02:04.053665  6606 provisioner.cpp:255] Using default backend 'copy'
I1222 15:02:04.059268  6647 slave.cpp:250] Mesos agent started on (799)@172.17.0.3:46323
I1222 15:02:04.059309  6647 slave.cpp:251] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_UQGY9E/store/appc" --authenticate_http_readonly="true" --authenticate_http_readwrite="true" --authenticatee="crammd5" --authentication_backoff_factor="1secs" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_UQGY9E/credential" --default_role="*" --disallow_sharing_agent_pid_namespace="false" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_UQGY9E/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_reregistration_timeout="2secs" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_UQGY9E/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="false" --hostname_lookup="true" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_UQGY9E/http_credentials" --http_heartbeat_interval="30secs" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher="posix" --launcher_dir="/mesos/mesos-1.4.2/_build/src" --logbufsecs="0" --logging_level="INFO" --max_completed_executors_per_framework="150" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --port="5051" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --runtime_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_UQGY9E" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_D1Qdml"
I1222 15:02:04.059875  6647 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_UQGY9E/credential'
I1222 15:02:04.060108  6647 slave.cpp:283] Agent using credential for: test-principal
I1222 15:02:04.060149  6647 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_UQGY9E/http_credentials'
I1222 15:02:04.060555  6647 http.cpp:1045] Creating default 'basic' HTTP authenticator for realm 'mesos-agent-readonly'
I1222 15:02:04.060824  6647 http.cpp:1045] Creating default 'basic' HTTP authenticator for realm 'mesos-agent-readwrite'
I1222 15:02:04.063200  6647 slave.cpp:565] Agent resources: [{"name":"cpus","scalar":{"value":2.0},"type":"SCALAR"},{"name":"mem","scalar":{"value":1024.0},"type":"SCALAR"},{"name":"disk","scalar":{"value":1024.0},"type":"SCALAR"},{"name":"ports","ranges":{"range":[{"begin":31000,"end":32000}]},"type":"RANGES"}]
I1222 15:02:04.063597  6647 slave.cpp:573] Agent attributes: [  ]
I1222 15:02:04.063621  6647 slave.cpp:582] Agent hostname: 9fef5df5369d
I1222 15:02:04.063894  6644 status_update_manager.cpp:177] Pausing sending status updates
I1222 15:02:04.066545  6643 state.cpp:64] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_D1Qdml/meta'
I1222 15:02:04.067054  6633 status_update_manager.cpp:203] Recovering status update manager
I1222 15:02:04.067409  6626 containerizer.cpp:609] Recovering containerizer
I1222 15:02:04.069731  6646 provisioner.cpp:416] Provisioner recovery complete
I1222 15:02:04.070456  6639 slave.cpp:6288] Finished recovery
I1222 15:02:04.071149  6639 slave.cpp:6470] Querying resource estimator for oversubscribable resources
I1222 15:02:04.071552  6648 slave.cpp:6484] Received oversubscribable resources {} from the resource estimator
I1222 15:02:04.075536  6638 process.cpp:3938] Handling HTTP event for process 'slave(799)' with path: '/slave(799)/containers'
I1222 15:02:04.077602  6629 http.cpp:1185] HTTP GET for /slave(799)/containers from 172.17.0.3:60614
I1222 15:02:04.077739  6629 http.cpp:976] Authorizing principal 'test-principal' to GET the '/containers' endpoint
I1222 15:02:04.081346  6640 slave.cpp:843] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.UnauthorizedRequest/2 (45 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.NoAuthorizer/0
I1222 15:02:04.100554  6606 containerizer.cpp:246] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni,environment_secret
W1222 15:02:04.101366  6606 backend.cpp:76] Failed to create 'aufs' backend: AufsBackend requires root privileges
W1222 15:02:04.101547  6606 backend.cpp:76] Failed to create 'bind' backend: BindBackend requires root privileges
I1222 15:02:04.101600  6606 provisioner.cpp:255] Using default backend 'copy'
I1222 15:02:04.104532  6606 cluster.cpp:448] Creating default 'local' authorizer
I1222 15:02:04.107656  6647 slave.cpp:250] Mesos agent started on (800)@172.17.0.3:46323
I1222 15:02:04.107702  6647 slave.cpp:251] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_tNsuJW/store/appc" --authenticate_http_readonly="true" --authenticate_http_readwrite="true" --authenticatee="crammd5" --authentication_backoff_factor="1secs" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_tNsuJW/credential" --default_role="*" --disallow_sharing_agent_pid_namespace="false" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_tNsuJW/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_reregistration_timeout="2secs" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_tNsuJW/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="false" --hostname_lookup="true" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_tNsuJW/http_credentials" --http_heartbeat_interval="30secs" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher="posix" --launcher_dir="/mesos/mesos-1.4.2/_build/src" --logbufsecs="0" --logging_level="INFO" --max_completed_executors_per_framework="150" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --port="5051" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --runtime_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_tNsuJW" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_bUD6OC"
I1222 15:02:04.108283  6647 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_tNsuJW/credential'
I1222 15:02:04.108559  6647 slave.cpp:283] Agent using credential for: test-principal
I1222 15:02:04.108597  6647 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_tNsuJW/http_credentials'
I1222 15:02:04.108932  6647 http.cpp:1045] Creating default 'basic' HTTP authenticator for realm 'mesos-agent-readonly'
I1222 15:02:04.109151  6647 http.cpp:1045] Creating default 'basic' HTTP authenticator for realm 'mesos-agent-readwrite'
I1222 15:02:04.111083  6647 slave.cpp:565] Agent resources: [{"name":"cpus","scalar":{"value":2.0},"type":"SCALAR"},{"name":"mem","scalar":{"value":1024.0},"type":"SCALAR"},{"name":"disk","scalar":{"value":1024.0},"type":"SCALAR"},{"name":"ports","ranges":{"range":[{"begin":31000,"end":32000}]},"type":"RANGES"}]
I1222 15:02:04.111421  6647 slave.cpp:573] Agent attributes: [  ]
I1222 15:02:04.111441  6647 slave.cpp:582] Agent hostname: 9fef5df5369d
I1222 15:02:04.111688  6636 status_update_manager.cpp:177] Pausing sending status updates
I1222 15:02:04.113806  6626 state.cpp:64] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_bUD6OC/meta'
I1222 15:02:04.114240  6640 status_update_manager.cpp:203] Recovering status update manager
I1222 15:02:04.114580  6638 containerizer.cpp:609] Recovering containerizer
I1222 15:02:04.116693  6641 provisioner.cpp:416] Provisioner recovery complete
I1222 15:02:04.117270  6637 slave.cpp:6288] Finished recovery
I1222 15:02:04.117841  6637 slave.cpp:6470] Querying resource estimator for oversubscribable resources
I1222 15:02:04.118171  6645 slave.cpp:6484] Received oversubscribable resources {} from the resource estimator
I1222 15:02:04.121584  6644 process.cpp:3938] Handling HTTP event for process 'slave(800)' with path: '/slave(800)/monitor/statistics'
I1222 15:02:04.123486  6627 http.cpp:1185] HTTP GET for /slave(800)/monitor/statistics from 172.17.0.3:60616
I1222 15:02:04.123594  6627 http.cpp:976] Authorizing principal 'test-principal' to GET the '/monitor/statistics' endpoint
I1222 15:02:04.128554  6633 slave.cpp:843] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.NoAuthorizer/0 (44 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.NoAuthorizer/1
I1222 15:02:04.142850  6606 containerizer.cpp:246] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni,environment_secret
W1222 15:02:04.143489  6606 backend.cpp:76] Failed to create 'aufs' backend: AufsBackend requires root privileges
W1222 15:02:04.143625  6606 backend.cpp:76] Failed to create 'bind' backend: BindBackend requires root privileges
I1222 15:02:04.143667  6606 provisioner.cpp:255] Using default backend 'copy'
I1222 15:02:04.145931  6606 cluster.cpp:448] Creating default 'local' authorizer
I1222 15:02:04.148351  6645 slave.cpp:250] Mesos agent started on (801)@172.17.0.3:46323
I1222 15:02:04.148383  6645 slave.cpp:251] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_yCNoIe/store/appc" --authenticate_http_readonly="true" --authenticate_http_readwrite="true" --authenticatee="crammd5" --authentication_backoff_factor="1secs" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_yCNoIe/credential" --default_role="*" --disallow_sharing_agent_pid_namespace="false" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_yCNoIe/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_reregistration_timeout="2secs" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_yCNoIe/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="false" --hostname_lookup="true" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_yCNoIe/http_credentials" --http_heartbeat_interval="30secs" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher="posix" --launcher_dir="/mesos/mesos-1.4.2/_build/src" --logbufsecs="0" --logging_level="INFO" --max_completed_executors_per_framework="150" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --port="5051" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --runtime_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_yCNoIe" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_DtUOHU"
I1222 15:02:04.148867  6645 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_yCNoIe/credential'
I1222 15:02:04.149047  6645 slave.cpp:283] Agent using credential for: test-principal
I1222 15:02:04.149075  6645 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_yCNoIe/http_credentials'
I1222 15:02:04.149343  6645 http.cpp:1045] Creating default 'basic' HTTP authenticator for realm 'mesos-agent-readonly'
I1222 15:02:04.149521  6645 http.cpp:1045] Creating default 'basic' HTTP authenticator for realm 'mesos-agent-readwrite'
I1222 15:02:04.151062  6645 slave.cpp:565] Agent resources: [{"name":"cpus","scalar":{"value":2.0},"type":"SCALAR"},{"name":"mem","scalar":{"value":1024.0},"type":"SCALAR"},{"name":"disk","scalar":{"value":1024.0},"type":"SCALAR"},{"name":"ports","ranges":{"range":[{"begin":31000,"end":32000}]},"type":"RANGES"}]
I1222 15:02:04.151332  6645 slave.cpp:573] Agent attributes: [  ]
I1222 15:02:04.151347  6645 slave.cpp:582] Agent hostname: 9fef5df5369d
I1222 15:02:04.151520  6640 status_update_manager.cpp:177] Pausing sending status updates
I1222 15:02:04.153065  6648 state.cpp:64] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_DtUOHU/meta'
I1222 15:02:04.153540  6625 status_update_manager.cpp:203] Recovering status update manager
I1222 15:02:04.153849  6632 containerizer.cpp:609] Recovering containerizer
I1222 15:02:04.155483  6634 provisioner.cpp:416] Provisioner recovery complete
I1222 15:02:04.155871  6635 slave.cpp:6288] Finished recovery
I1222 15:02:04.156358  6635 slave.cpp:6470] Querying resource estimator for oversubscribable resources
I1222 15:02:04.156810  6641 slave.cpp:6484] Received oversubscribable resources {} from the resource estimator
I1222 15:02:04.160157  6632 process.cpp:3938] Handling HTTP event for process 'slave(801)' with path: '/slave(801)/monitor/statistics.json'
I1222 15:02:04.161872  6628 http.cpp:1185] HTTP GET for /slave(801)/monitor/statistics.json from 172.17.0.3:60618
I1222 15:02:04.161962  6628 http.cpp:976] Authorizing principal 'test-principal' to GET the '/monitor/statistics.json' endpoint
I1222 15:02:04.166034  6606 slave.cpp:843] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.NoAuthorizer/1 (36 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.NoAuthorizer/2
I1222 15:02:04.179177  6606 containerizer.cpp:246] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni,environment_secret
W1222 15:02:04.179715  6606 backend.cpp:76] Failed to create 'aufs' backend: AufsBackend requires root privileges
W1222 15:02:04.179841  6606 backend.cpp:76] Failed to create 'bind' backend: BindBackend requires root privileges
I1222 15:02:04.179877  6606 provisioner.cpp:255] Using default backend 'copy'
I1222 15:02:04.181807  6606 cluster.cpp:448] Creating default 'local' authorizer
I1222 15:02:04.184032  6639 slave.cpp:250] Mesos agent started on (802)@172.17.0.3:46323
I1222 15:02:04.184061  6639 slave.cpp:251] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_i9Fx2w/store/appc" --authenticate_http_readonly="true" --authenticate_http_readwrite="true" --authenticatee="crammd5" --authentication_backoff_factor="1secs" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_i9Fx2w/credential" --default_role="*" --disallow_sharing_agent_pid_namespace="false" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_i9Fx2w/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_reregistration_timeout="2secs" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_i9Fx2w/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="false" --hostname_lookup="true" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_i9Fx2w/http_credentials" --http_heartbeat_interval="30secs" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher="posix" --launcher_dir="/mesos/mesos-1.4.2/_build/src" --logbufsecs="0" --logging_level="INFO" --max_completed_executors_per_framework="150" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --port="5051" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --runtime_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_i9Fx2w" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_LvtJWc"
I1222 15:02:04.184516  6639 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_i9Fx2w/credential'
I1222 15:02:04.184670  6639 slave.cpp:283] Agent using credential for: test-principal
I1222 15:02:04.184695  6639 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_i9Fx2w/http_credentials'
I1222 15:02:04.184928  6639 http.cpp:1045] Creating default 'basic' HTTP authenticator for realm 'mesos-agent-readonly'
I1222 15:02:04.185086  6639 http.cpp:1045] Creating default 'basic' HTTP authenticator for realm 'mesos-agent-readwrite'
I1222 15:02:04.186439  6639 slave.cpp:565] Agent resources: [{"name":"cpus","scalar":{"value":2.0},"type":"SCALAR"},{"name":"mem","scalar":{"value":1024.0},"type":"SCALAR"},{"name":"disk","scalar":{"value":1024.0},"type":"SCALAR"},{"name":"ports","ranges":{"range":[{"begin":31000,"end":32000}]},"type":"RANGES"}]
I1222 15:02:04.186671  6639 slave.cpp:573] Agent attributes: [  ]
I1222 15:02:04.186684  6639 slave.cpp:582] Agent hostname: 9fef5df5369d
I1222 15:02:04.186830  6647 status_update_manager.cpp:177] Pausing sending status updates
I1222 15:02:04.188172  6645 state.cpp:64] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_LvtJWc/meta'
I1222 15:02:04.188462  6627 status_update_manager.cpp:203] Recovering status update manager
I1222 15:02:04.188688  6631 containerizer.cpp:609] Recovering containerizer
I1222 15:02:04.190197  6629 provisioner.cpp:416] Provisioner recovery complete
I1222 15:02:04.190500  6647 slave.cpp:6288] Finished recovery
I1222 15:02:04.190924  6647 slave.cpp:6470] Querying resource estimator for oversubscribable resources
I1222 15:02:04.191143  6644 slave.cpp:6484] Received oversubscribable resources {} from the resource estimator
I1222 15:02:04.194097  6633 process.cpp:3938] Handling HTTP event for process 'slave(802)' with path: '/slave(802)/containers'
I1222 15:02:04.196022  6646 http.cpp:1185] HTTP GET for /slave(802)/containers from 172.17.0.3:60620
I1222 15:02:04.196139  6646 http.cpp:976] Authorizing principal 'test-principal' to GET the '/containers' endpoint
I1222 15:02:04.200089  6606 slave.cpp:843] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.NoAuthorizer/2 (32 ms)
[----------] 9 tests from Endpoint/SlaveEndpointTest (387 ms total)

[----------] 2 tests from ContainerizerType/DefaultContainerDNSFlagTest
[ RUN      ] ContainerizerType/DefaultContainerDNSFlagTest.ValidateFlag/0
[       OK ] ContainerizerType/DefaultContainerDNSFlagTest.ValidateFlag/0 (16 ms)
[ RUN      ] ContainerizerType/DefaultContainerDNSFlagTest.ValidateFlag/1
[       OK ] ContainerizerType/DefaultContainerDNSFlagTest.ValidateFlag/1 (15 ms)
[----------] 2 tests from ContainerizerType/DefaultContainerDNSFlagTest (31 ms total)

[----------] Global test environment tear-down
[==========] 1653 tests from 182 test cases ran. (765046 ms total)
[  PASSED  ] 1652 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] CommandExecutorCheckTest.CommandCheckDeliveredAndReconciled

 1 FAILED TEST
  YOU HAVE 20 DISABLED TESTS

I1222 15:02:04.331763  6649 process.cpp:1068] Failed to accept socket: future discarded
make[4]: *** [check-local] Error 1
make[4]: Leaving directory `/mesos/mesos-1.4.2/_build/src'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/mesos/mesos-1.4.2/_build/src'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-1.4.2/_build/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.4.2/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1513951580-16713
Untagged: mesos-1513951580-16713:latest
Deleted: sha256:289d19a7e839e7116908723274e8aa34ddc56ba8713ea057e167629422b911a4
Deleted: sha256:2a066c2ef7495b2e9494310c12932a1bb695ef4034b8c4fb22fddc0249a477bc
Deleted: sha256:ab2551134c4d3ba2cc77296f5e4862a405e645a25d6e2cc03789928bbfa4065a
Deleted: sha256:a9642682ffbde1611086ef51e7a0297eee7b20a196578ca388a26a0754ad52fd
Deleted: sha256:b27d3b0bc99a399258beebd09ca50c4c6a08a0be43084ecdfae6a45fa4f1930e
Deleted: sha256:ac7e8c90513bc7099e3330ecad414197bb8324ea94b3e5fe51502af4bd35365a
Deleted: sha256:81888973a55ac73d8509442166088072644d6ed471a3516582ad3d3eeeed9e14
Deleted: sha256:08d9269130e21b0203a7805a60ef362c59672af7172ffad3aec79e0b7818653d
Deleted: sha256:9a5aac8168de17940fe4767aae77bc1d26bb5050d7baed9076d3d54eac4170da
Deleted: sha256:bcba5bccd13c4f268a0d546b8420641fa83307b3f20786ebd73f98d32bdd9942
Deleted: sha256:83262228b0f8eb7eb0119080dea6511d19ea8137b539282f3c1fd477cee59d0f
Deleted: sha256:f112b48486050d7f48019b8df40b45280165a627e64acaae8cabe3287d9f1d64
Deleted: sha256:0b44dc0a82717c75989bed6dfcfbb2ee2c9934bb867c5de54d8750e6f8e0a8f3
Deleted: sha256:053fe4965eca71746daf5638f8b8aaa2dd9995c792cdd66af72881951b4fca88
Deleted: sha256:ee883fb91d1e480495fd362fd03708fe8e8bea70c13f0f6d4074527dd2475de6
Deleted: sha256:4d0977072276ee6aab88d758c22845f196cf9e32909c2946031b523b2793addd
Deleted: sha256:cee7feb68bc73e3134683bfee520a8a4beb9b270573abca2f069937ba5c42ed6
Deleted: sha256:d678e46af25badaf48a2355e9c90a085372cd8ff0f9a0894a8ed70832d956f95
Deleted: sha256:df4fd0adcf566d5f881e61e7b48b5de5a06984047f2f5e748cb011732141c40d
Deleted: sha256:50773f78d68ef25633c6dfd33e7c9984cd8f9a4cb0429b5b309017cd465a49b1
Deleted: sha256:b4aad89e54704db34a39ac5a1aac37d750a030b6a447a23fe563ef5aed5f780c
Deleted: sha256:ffdd9ce5eb8ad138068f1b20ac524b3d7f968ff34d3e9b1c74ccbe2948d386a9
Deleted: sha256:ef9851c61061985d0e163e045a9b47545ff4a92932bf3ef10574ba0a79c69cea
Deleted: sha256:c18188a58785d1d5dfabd7f5cd5a4b8d10099e32cac21c4ab2f88a9a6bc36d59
Deleted: sha256:861dde646b8a921d0907758e4f9f5ea897cdef20eb36287aa9e9ebde04f727fb
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user yujie.jay@gmail.com
Not sending mail to unregistered user benjamin.hindman@gmail.com
Not sending mail to unregistered user xujyan@apple.com
Not sending mail to unregistered user songzihao1990@gmail.com
Not sending mail to unregistered user gregorywmann@gmail.com
Not sending mail to unregistered user zhq527725@gmail.com
Not sending mail to unregistered user toenshoff@me.com


Build failed in Jenkins: Mesos-Buildbot » autotools,gcc,--verbose --disable-libtool-wrappers,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23) #4657

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose%20--disable-libtool-wrappers,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23)/4657/display/redirect>

------------------------------------------
[...truncated 58.29 KB...]
  Verifying  : efivar-libs-31-4.el7.x86_64                               97/127 
  Verifying  : kernel-headers-3.10.0-693.11.1.el7.x86_64                 98/127 
  Verifying  : perl-Filter-1.49-3.el7.x86_64                             99/127 
  Verifying  : dwz-0.11-3.el7.x86_64                                    100/127 
  Verifying  : gnutls-3.3.26-9.el7.x86_64                               101/127 
  Verifying  : pakchois-0.4-10.el7.x86_64                               102/127 
  Verifying  : less-458-9.el7.x86_64                                    103/127 
  Verifying  : ctags-5.8-13.el7.x86_64                                  104/127 
  Verifying  : automake-1.13.4-3.el7.noarch                             105/127 
  Verifying  : perl-Exporter-5.68-3.el7.noarch                          106/127 
  Verifying  : perl-constant-1.27-2.el7.noarch                          107/127 
  Verifying  : perl-PathTools-3.40-5.el7.x86_64                         108/127 
  Verifying  : dyninst-9.3.1-1.el7.x86_64                               109/127 
  Verifying  : libgfortran-4.8.5-16.el7_4.1.x86_64                      110/127 
  Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                      111/127 
  Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                      112/127 
  Verifying  : perl-Time-Local-1.2300-2.el7.noarch                      113/127 
  Verifying  : intltool-0.50.2-7.el7.noarch                             114/127 
  Verifying  : openssh-clients-7.4p1-13.el7_4.x86_64                    115/127 
  Verifying  : systemtap-devel-3.1-4.el7_4.x86_64                       116/127 
  Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                       117/127 
  Verifying  : 1:perl-Error-0.17020-2.el7.noarch                        118/127 
  Verifying  : indent-2.2.11-13.el7.x86_64                              119/127 
  Verifying  : flex-2.5.37-3.el7.x86_64                                 120/127 
  Verifying  : perl-Getopt-Long-2.40-2.el7.noarch                       121/127 
  Verifying  : zip-3.0-11.el7.x86_64                                    122/127 
  Verifying  : glibc-common-2.17-196.el7_4.2.x86_64                     123/127 
  Verifying  : libstdc++-4.8.5-16.el7.x86_64                            124/127 
  Verifying  : glibc-common-2.17-196.el7.x86_64                         125/127 
  Verifying  : glibc-2.17-196.el7.x86_64                                126/127 
  Verifying  : libgcc-4.8.5-16.el7.x86_64                               127/127 

Installed:
  autoconf.noarch 0:2.69-11.el7                                                 
  automake.noarch 0:1.13.4-3.el7                                                
  bison.x86_64 0:3.0.4-1.el7                                                    
  byacc.x86_64 0:1.9.20130304-3.el7                                             
  cscope.x86_64 0:15.8-10.el7                                                   
  ctags.x86_64 0:5.8-13.el7                                                     
  diffstat.x86_64 0:1.57-4.el7                                                  
  doxygen.x86_64 1:1.8.5-3.el7                                                  
  elfutils.x86_64 0:0.168-8.el7                                                 
  flex.x86_64 0:2.5.37-3.el7                                                    
  gcc.x86_64 0:4.8.5-16.el7_4.1                                                 
  gcc-c++.x86_64 0:4.8.5-16.el7_4.1                                             
  gcc-gfortran.x86_64 0:4.8.5-16.el7_4.1                                        
  gettext.x86_64 0:0.19.8.1-2.el7                                               
  git.x86_64 0:1.8.3.1-12.el7_4                                                 
  indent.x86_64 0:2.2.11-13.el7                                                 
  intltool.noarch 0:0.50.2-7.el7                                                
  libtool.x86_64 0:2.4.2-22.el7_3                                               
  make.x86_64 1:3.82-23.el7                                                     
  patch.x86_64 0:2.7.1-8.el7                                                    
  patchutils.x86_64 0:0.3.3-4.el7                                               
  rcs.x86_64 0:5.9.0-5.el7                                                      
  redhat-rpm-config.noarch 0:9.1.0-76.el7.centos                                
  rpm-build.x86_64 0:4.11.3-25.el7                                              
  rpm-sign.x86_64 0:4.11.3-25.el7                                               
  subversion.x86_64 0:1.7.14-11.el7_4                                           
  swig.x86_64 0:2.0.10-5.el7                                                    
  systemtap.x86_64 0:3.1-4.el7_4                                                

Dependency Installed:
  apr.x86_64 0:1.4.8-3.el7_4.1                                                  
  apr-util.x86_64 0:1.5.2-6.el7                                                 
  avahi-libs.x86_64 0:0.6.31-17.el7                                             
  boost-date-time.x86_64 0:1.53.0-27.el7                                        
  boost-system.x86_64 0:1.53.0-27.el7                                           
  boost-thread.x86_64 0:1.53.0-27.el7                                           
  bzip2.x86_64 0:1.0.6-13.el7                                                   
  cpp.x86_64 0:4.8.5-16.el7_4.1                                                 
  dwz.x86_64 0:0.11-3.el7                                                       
  dyninst.x86_64 0:9.3.1-1.el7                                                  
  efivar-libs.x86_64 0:31-4.el7                                                 
  emacs-filesystem.noarch 1:24.3-20.el7_4                                       
  file.x86_64 0:5.11-33.el7                                                     
  fipscheck.x86_64 0:1.4.1-6.el7                                                
  fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
  gdb.x86_64 0:7.6.1-100.el7                                                    
  gettext-common-devel.noarch 0:0.19.8.1-2.el7                                  
  gettext-devel.x86_64 0:0.19.8.1-2.el7                                         
  gettext-libs.x86_64 0:0.19.8.1-2.el7                                          
  glibc-devel.x86_64 0:2.17-196.el7_4.2                                         
  glibc-headers.x86_64 0:2.17-196.el7_4.2                                       
  gnutls.x86_64 0:3.3.26-9.el7                                                  
  groff-base.x86_64 0:1.22.2-8.el7                                              
  kernel-debug-devel.x86_64 0:3.10.0-693.11.1.el7                               
  kernel-headers.x86_64 0:3.10.0-693.11.1.el7                                   
  less.x86_64 0:458-9.el7                                                       
  libcroco.x86_64 0:0.6.11-1.el7                                                
  libdwarf.x86_64 0:20130207-4.el7                                              
  libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
  libgfortran.x86_64 0:4.8.5-16.el7_4.1                                         
  libgnome-keyring.x86_64 0:3.12.0-1.el7                                        
  libgomp.x86_64 0:4.8.5-16.el7_4.1                                             
  libmodman.x86_64 0:2.0.1-8.el7                                                
  libmpc.x86_64 0:1.0.1-3.el7                                                   
  libproxy.x86_64 0:0.4.11-10.el7                                               
  libquadmath.x86_64 0:4.8.5-16.el7_4.1                                         
  libquadmath-devel.x86_64 0:4.8.5-16.el7_4.1                                   
  libstdc++-devel.x86_64 0:4.8.5-16.el7_4.1                                     
  libunistring.x86_64 0:0.9.3-9.el7                                             
  m4.x86_64 0:1.4.16-10.el7                                                     
  mokutil.x86_64 0:12-1.el7.centos                                              
  mpfr.x86_64 0:3.1.1-4.el7                                                     
  neon.x86_64 0:0.30.0-3.el7                                                    
  nettle.x86_64 0:2.7.1-8.el7                                                   
  openssh.x86_64 0:7.4p1-13.el7_4                                               
  openssh-clients.x86_64 0:7.4p1-13.el7_4                                       
  pakchois.x86_64 0:0.4-10.el7                                                  
  perl.x86_64 4:5.16.3-292.el7                                                  
  perl-Carp.noarch 0:1.26-244.el7                                               
  perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
  perl-Encode.x86_64 0:2.51-7.el7                                               
  perl-Error.noarch 1:0.17020-2.el7                                             
  perl-Exporter.noarch 0:5.68-3.el7                                             
  perl-File-Path.noarch 0:2.09-2.el7                                            
  perl-File-Temp.noarch 0:0.23.01-3.el7                                         
  perl-Filter.x86_64 0:1.49-3.el7                                               
  perl-Getopt-Long.noarch 0:2.40-2.el7                                          
  perl-Git.noarch 0:1.8.3.1-12.el7_4                                            
  perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
  perl-PathTools.x86_64 0:3.40-5.el7                                            
  perl-Pod-Escapes.noarch 1:1.04-292.el7                                        
  perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
  perl-Pod-Simple.noarch 1:3.28-4.el7                                           
  perl-Pod-Usage.noarch 0:1.63-3.el7                                            
  perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
  perl-Socket.x86_64 0:2.010-4.el7                                              
  perl-Storable.x86_64 0:2.45-3.el7                                             
  perl-TermReadKey.x86_64 0:2.30-20.el7                                         
  perl-Test-Harness.noarch 0:3.28-3.el7                                         
  perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
  perl-Thread-Queue.noarch 0:3.02-2.el7                                         
  perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
  perl-Time-Local.noarch 0:1.2300-2.el7                                         
  perl-XML-Parser.x86_64 0:2.41-10.el7                                          
  perl-constant.noarch 0:1.27-2.el7                                             
  perl-libs.x86_64 4:5.16.3-292.el7                                             
  perl-macros.x86_64 4:5.16.3-292.el7                                           
  perl-parent.noarch 1:0.225-244.el7                                            
  perl-podlators.noarch 0:2.5.1-3.el7                                           
  perl-srpm-macros.noarch 0:1-8.el7                                             
  perl-threads.x86_64 0:1.87-4.el7                                              
  perl-threads-shared.x86_64 0:1.43-6.el7                                       
  rsync.x86_64 0:3.0.9-18.el7                                                   
  subversion-libs.x86_64 0:1.7.14-11.el7_4                                      
  systemd-sysv.x86_64 0:219-42.el7_4.4                                          
  systemtap-client.x86_64 0:3.1-4.el7_4                                         
  systemtap-devel.x86_64 0:3.1-4.el7_4                                          
  systemtap-runtime.x86_64 0:3.1-4.el7_4                                        
  trousers.x86_64 0:0.3.14-2.el7                                                
  unzip.x86_64 0:6.0-16.el7                                                     
  zip.x86_64 0:3.0-11.el7                                                       

Dependency Updated:
  glibc.x86_64 0:2.17-196.el7_4.2     glibc-common.x86_64 0:2.17-196.el7_4.2   
  libgcc.x86_64 0:4.8.5-16.el7_4.1    libstdc++.x86_64 0:4.8.5-16.el7_4.1      

Complete!
 ---> ffc7f108518d
Removing intermediate container 0e2113b446eb
Step 4/19 : RUN yum install -y epel-release
 ---> Running in f6da73d3685c
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
 * base: mirrors.supportex.net
 * extras: mirror.nforce.com
 * updates: mirror.ams1.nl.leaseweb.net
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-9 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                Arch             Version         Repository        Size
================================================================================
Installing:
 epel-release           noarch           7-9             extras            14 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 14 k
Installed size: 24 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : epel-release-7-9.noarch                                      1/1 
  Verifying  : epel-release-7-9.noarch                                      1/1 

Installed:
  epel-release.noarch 0:7-9                                                     

Complete!
 ---> 0fbf4d78fd9d
Removing intermediate container f6da73d3685c
Step 5/19 : RUN yum install -y clang git maven
 ---> Running in 621dbb13b8b1
Loaded plugins: fastestmirror, ovl


 One of the configured repositories failed (Unknown),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Run the command with the repository temporarily disabled
            yum --disablerepo=<repoid> ...

     4. Disable the repository permanently, so yum won't use it by default. Yum
        will then just ignore the repository until you permanently enable it
        again or use --enablerepo for temporary usage:

            yum-config-manager --disable <repoid>
        or
            subscription-manager repos --disable=<repoid>

     5. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

File /var/cache/yum/x86_64/7/epel/metalink.xml does not exist
Could not parse metalink https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64 error was 
No repomd file
The command '/bin/sh -c yum install -y clang git maven' returned a non-zero code: 1
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user yujie.jay@gmail.com
Not sending mail to unregistered user benjamin.hindman@gmail.com
Not sending mail to unregistered user xujyan@apple.com
Not sending mail to unregistered user songzihao1990@gmail.com
Not sending mail to unregistered user gregorywmann@gmail.com
Not sending mail to unregistered user zhq527725@gmail.com
Not sending mail to unregistered user toenshoff@me.com

Build failed in Jenkins: Mesos-Buildbot » autotools,gcc,--verbose --disable-libtool-wrappers,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23) #4656

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose%20--disable-libtool-wrappers,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23)/4656/display/redirect?page=changes>

Changes:

[alexr] Updated 1.4.2 CHANGELOG.

------------------------------------------
[...truncated 152.02 KB...]
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
configure: Setting up CXXFLAGS for g++ version >= 4.8
checking whether C++ compiler accepts -fstack-protector-strong... yes
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=c++11... yes
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
configure: Setting up build environment for x86_64 linux-gnu
checking for backtrace in -lunwind... no
checking for main in -lgflags... no
checking for patch... patch
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking for library containing fts_close... none required
checking apr_pools.h usability... yes
checking apr_pools.h presence... yes
checking for apr_pools.h... yes
checking for apr_initialize in -lapr-1... yes
checking for curl_global_init in -lcurl... yes
checking for javac... /usr/bin/javac
checking for java... /usr/bin/java
checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-5.b12.el7_4.x86_64/jre
configure: using JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-5.b12.el7_4.x86_64
checking whether or not we can build with JNI... yes
checking for mvn... /usr/bin/mvn
checking for sasl_done in -lsasl2... yes
checking SASL CRAM-MD5 support... yes
checking for RAND_poll in -lcrypto... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for SSL_CTX_new in -lssl... yes
checking svn_version.h usability... yes
checking svn_version.h presence... yes
checking for svn_version.h... yes
checking for svn_stringbuf_create_ensure in -lsvn_subr-1... yes
checking svn_delta.h usability... yes
checking svn_delta.h presence... yes
checking for svn_delta.h... yes
checking for svn_txdelta in -lsvn_delta-1... yes
checking whether to enable the XFS disk isolator... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflate, gzread, gzwrite, inflate in -lz... yes
checking C++ standard library for undefined behaviour with selected optimization level... no
checking for a Python interpreter with version >= 2.6... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking for python2.7... (cached) /usr/bin/python
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= '2.6'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python2.7
checking for Python library path... -L/usr/lib64 -lpython2.7
checking for Python site-packages path... /usr/lib/python2.7/site-packages
checking python extra libraries... -lpthread -ldl  -lutil -lm
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
checking whether we can build usable Python eggs... In file included from /usr/include/limits.h:26:0,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:168,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:34,
                 from /usr/include/python2.7/Python.h:19,
                 from testpyegg.cpp:1:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
yes
checking for an old installation of the Mesos egg (before 0.20.0)... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mesos.pc
config.status: creating src/Makefile
config.status: creating 3rdparty/Makefile
config.status: creating 3rdparty/libprocess/Makefile
config.status: creating 3rdparty/libprocess/include/Makefile
config.status: creating 3rdparty/stout/Makefile
config.status: creating 3rdparty/stout/include/Makefile
config.status: creating 3rdparty/gmock_sources.cc
config.status: creating bin/mesos.sh
config.status: creating bin/mesos-agent.sh
config.status: creating bin/mesos-local.sh
config.status: creating bin/mesos-master.sh
config.status: creating bin/mesos-slave.sh
config.status: creating bin/mesos-tests.sh
config.status: creating bin/mesos-agent-flags.sh
config.status: creating bin/mesos-local-flags.sh
config.status: creating bin/mesos-master-flags.sh
config.status: creating bin/mesos-slave-flags.sh
config.status: creating bin/mesos-tests-flags.sh
config.status: creating bin/gdb-mesos-agent.sh
config.status: creating bin/gdb-mesos-local.sh
config.status: creating bin/gdb-mesos-master.sh
config.status: creating bin/gdb-mesos-slave.sh
config.status: creating bin/gdb-mesos-tests.sh
config.status: creating bin/lldb-mesos-agent.sh
config.status: creating bin/lldb-mesos-local.sh
config.status: creating bin/lldb-mesos-master.sh
config.status: creating bin/lldb-mesos-slave.sh
config.status: creating bin/lldb-mesos-tests.sh
config.status: creating bin/valgrind-mesos-agent.sh
config.status: creating bin/valgrind-mesos-local.sh
config.status: creating bin/valgrind-mesos-master.sh
config.status: creating bin/valgrind-mesos-slave.sh
config.status: creating bin/valgrind-mesos-tests.sh
config.status: creating src/deploy/mesos-daemon.sh
config.status: creating src/deploy/mesos-start-agents.sh
config.status: creating src/deploy/mesos-start-cluster.sh
config.status: creating src/deploy/mesos-start-masters.sh
config.status: creating src/deploy/mesos-start-slaves.sh
config.status: creating src/deploy/mesos-stop-agents.sh
config.status: creating src/deploy/mesos-stop-cluster.sh
config.status: creating src/deploy/mesos-stop-masters.sh
config.status: creating src/deploy/mesos-stop-slaves.sh
config.status: creating include/mesos/version.hpp
config.status: creating src/java/generated/org/apache/mesos/MesosNativeLibrary.java
config.status: creating mpi/mpiexec-mesos
config.status: creating src/examples/java/test-exception-framework
config.status: creating src/examples/java/test-executor
config.status: creating src/examples/java/test-framework
config.status: creating src/examples/java/test-multiple-executors-framework
config.status: creating src/examples/java/test-log
config.status: creating src/examples/java/v1-test-framework
config.status: creating src/java/mesos.pom
config.status: creating src/examples/python/test-executor
config.status: creating src/examples/python/test-framework
config.status: creating src/python/setup.py
config.status: creating src/python/cli/setup.py
config.status: creating src/python/interface/setup.py
config.status: creating src/python/native_common/ext_modules.py
config.status: creating src/python/executor/setup.py
config.status: creating src/python/native/setup.py
config.status: creating src/python/scheduler/setup.py
config.status: linking src/python/native_common/ext_modules.py to src/python/executor/ext_modules.py
config.status: linking src/python/native_common/ext_modules.py to src/python/scheduler/ext_modules.py
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Build option summary:
    CXX:        g++
    CXXFLAGS:   -g1 -O0 -Wno-unused-local-typedefs -std=c++11
    CPPFLAGS:   -isystem /usr/include/subversion-1 -isystem /usr/include/apr-1 -isystem /usr/include/apr-1.0	      
    LDFLAGS:    
    LIBS:       -lz -lsvn_delta-1 -lsvn_subr-1 -lsasl2 -lcurl -lapr-1  -lrt

make  dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory `/mesos'
if test -d "mesos-1.5.0"; then find "mesos-1.5.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "mesos-1.5.0" || { sleep 5 && rm -rf "mesos-1.5.0"; }; else :; fi
test -d "mesos-1.5.0" || mkdir "mesos-1.5.0"
 (cd 3rdparty && make  top_distdir=../mesos-1.5.0 distdir=../mesos-1.5.0/3rdparty \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/mesos/3rdparty'
 (cd stout && make  top_distdir=../../mesos-1.5.0 distdir=../../mesos-1.5.0/3rdparty/stout \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/mesos/3rdparty/stout'
 (cd include && make  top_distdir=../../../mesos-1.5.0 distdir=../../../mesos-1.5.0/3rdparty/stout/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/mesos/3rdparty/stout/include'
make[4]: Leaving directory `/mesos/3rdparty/stout/include'
make  \
  top_distdir="../../mesos-1.5.0" distdir="../../mesos-1.5.0/3rdparty/stout" \
  dist-hook
make[4]: Entering directory `/mesos/3rdparty/stout'
cp -r ./3rdparty ../../mesos-1.5.0/3rdparty/stout/
make[4]: Leaving directory `/mesos/3rdparty/stout'
make[3]: Leaving directory `/mesos/3rdparty/stout'
 (cd libprocess && make  top_distdir=../../mesos-1.5.0 distdir=../../mesos-1.5.0/3rdparty/libprocess \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/mesos/3rdparty/libprocess'
 (cd include && make  top_distdir=../../../mesos-1.5.0 distdir=../../../mesos-1.5.0/3rdparty/libprocess/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/mesos/3rdparty/libprocess/include'
make[4]: Leaving directory `/mesos/3rdparty/libprocess/include'
make  \
  top_distdir="../../mesos-1.5.0" distdir="../../mesos-1.5.0/3rdparty/libprocess" \
  dist-hook
make[4]: Entering directory `/mesos/3rdparty/libprocess'
cp -r ./3rdparty ../../mesos-1.5.0/3rdparty/libprocess/
make[4]: Leaving directory `/mesos/3rdparty/libprocess'
make[3]: Leaving directory `/mesos/3rdparty/libprocess'
make[2]: Leaving directory `/mesos/3rdparty'
 (cd src && make  top_distdir=../mesos-1.5.0 distdir=../mesos-1.5.0/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/mesos/src'
make[2]: *** No rule to make target `resource_provider/storage/volume_profile.ph.h', needed by `distdir'.  Stop.
make[2]: Leaving directory `/mesos/src'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/mesos'
make: *** [dist] Error 2
+ docker rmi mesos-1513945175-13413
Untagged: mesos-1513945175-13413:latest
Deleted: sha256:9f3fe4d284ad30d3069f09f145871eaa6e9098af2e7ccd47fc7ad8649d14dd4e
Deleted: sha256:e2ef2efd670637a8113a3a9df3fb1096f9f2635a31da1b124c830f4a265d2987
Deleted: sha256:94c5ae4606b344ee390b8437f261480acd8ab993c382d1f5a57fc8c34836d1e5
Deleted: sha256:98af521da587e088707e1bce4ec34897dd08680556e4505f5018bb3553d8a82c
Deleted: sha256:8f3fed3b9b46d996094b9589f9fddaa1f0a66d560f09f6bf4236e5e87a8fc297
Deleted: sha256:a2614b28643629ce4e8ee4f9a5a422e1b19cf4084985ebf1e3f23bfbef571555
Deleted: sha256:4085fe2d0706074711a4d5304dc11ac7e2b016a5f8a84f3f930c8c4df4a91d52
Deleted: sha256:5e77463d8fa5cd30430ad64aa64d338700f55e015e27346934afe5c43a2923c5
Deleted: sha256:42b1365c8dadcf73c93b7e0ad5f37d14b16866666e5ccc728c20654bbc72754c
Deleted: sha256:62e447c85cd60f088cc6d9ed24243a871acd2590e65c498a9d44410efc3bfcaa
Deleted: sha256:e73d3891db2c4a3ba28dd0ac80e9f1d8ff42c171c3aa3fd5570364e615cf25e6
Deleted: sha256:5f53f05e14f23a2c7a0794e8017585891067fba2413b93eab867e5e095c2e347
Deleted: sha256:5d2383cf065dcc9bfc2484e96f6bd0bd7ecbc65daced34ddf2c09a860a358458
Deleted: sha256:b657b0dc47e36c8e5f9a3795e1e2885c57a1ba799493a67f4ebb142c467ae924
Deleted: sha256:cedccc91a010b982d06ee50d96ba49e7a62628293e3b69ae935af536cf039674
Deleted: sha256:46c2d3a469bb71bf9cde4fec2ea2ca9ac09ee9a364c804570271c70232cd8574
Deleted: sha256:458644b00277cf65878e3879f8450109a266f7cf4ca06ef73eeea3544a013061
Deleted: sha256:cb84dfbbfac5fe35bdb2c2c9b8cc990584f890d38fd608413c1525a78639077d
Deleted: sha256:8decca91d3bdafc22435c82ca7f4b0c25af93da5a129d40d871c4370735cb0a5
Deleted: sha256:5d2f99e89cd55955cbb5c880189be1a9fcce7d7b2a95914d6371782c7e2f146d
Deleted: sha256:375d45d23425959bb63e5fee1cdc507312eaca7f9bc97cb8101af45b08359b46
Deleted: sha256:52acd2b8e77d4ed7449276053d23bba0e1fb2b1f4d7057e3a4e97ebe69ab029b
Deleted: sha256:2263af1b954ada53794cb3bce95094396a1b3cb1ed9ebe2cdbe24ff226194731
Deleted: sha256:e167eb2490d43c4621f8de3194fbbc4a61ba8247d1fa99b8899dad07314315a6
Deleted: sha256:730d2a09cb49cba327ee58990d795b1b669944c31342dd0467d6df9bf633d07f
Deleted: sha256:6e00d3808ce1cf4dfde799116828a117477c2500c98f537c908ca931d0579e1a
Deleted: sha256:1ec6b41370b17f657783cace71482ef78fa244e97d33832df1531272a23eec01
Deleted: sha256:d88485838fc9d1365330a5a33daf004f710be432f4c442426020d88783daf038
Deleted: sha256:a394182d91716fb923249a5990e79a5c6acf95ec2e62f02c2b9d10bf575bbe0b
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user yujie.jay@gmail.com
Not sending mail to unregistered user benjamin.hindman@gmail.com
Not sending mail to unregistered user xujyan@apple.com
Not sending mail to unregistered user songzihao1990@gmail.com
Not sending mail to unregistered user gregorywmann@gmail.com
Not sending mail to unregistered user zhq527725@gmail.com
Not sending mail to unregistered user toenshoff@me.com

Build failed in Jenkins: Mesos-Buildbot » autotools,gcc,--verbose --disable-libtool-wrappers,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23) #4655

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose%20--disable-libtool-wrappers,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23)/4655/display/redirect?page=changes>

Changes:

[alexr] Promoted log level to warning for disconnected events in exec.cpp.

[alexr] Ensured command executor always honors shutdown request.

[alexr] Ensured executor adapter propagates error and shutdown messages.

[alexr] Terminated driver-based executors if kill arrives before launch task.

------------------------------------------
[...truncated 152.34 KB...]
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
configure: Setting up CXXFLAGS for g++ version >= 4.8
checking whether C++ compiler accepts -fstack-protector-strong... yes
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=c++11... yes
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
configure: Setting up build environment for x86_64 linux-gnu
checking for backtrace in -lunwind... no
checking for main in -lgflags... no
checking for patch... patch
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking for library containing fts_close... none required
checking apr_pools.h usability... yes
checking apr_pools.h presence... yes
checking for apr_pools.h... yes
checking for apr_initialize in -lapr-1... yes
checking for curl_global_init in -lcurl... yes
checking for javac... /usr/bin/javac
checking for java... /usr/bin/java
checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-5.b12.el7_4.x86_64/jre
configure: using JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-5.b12.el7_4.x86_64
checking whether or not we can build with JNI... yes
checking for mvn... /usr/bin/mvn
checking for sasl_done in -lsasl2... yes
checking SASL CRAM-MD5 support... yes
checking for RAND_poll in -lcrypto... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for SSL_CTX_new in -lssl... yes
checking svn_version.h usability... yes
checking svn_version.h presence... yes
checking for svn_version.h... yes
checking for svn_stringbuf_create_ensure in -lsvn_subr-1... yes
checking svn_delta.h usability... yes
checking svn_delta.h presence... yes
checking for svn_delta.h... yes
checking for svn_txdelta in -lsvn_delta-1... yes
checking whether to enable the XFS disk isolator... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflate, gzread, gzwrite, inflate in -lz... yes
checking C++ standard library for undefined behaviour with selected optimization level... no
checking for a Python interpreter with version >= 2.6... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking for python2.7... (cached) /usr/bin/python
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= '2.6'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python2.7
checking for Python library path... -L/usr/lib64 -lpython2.7
checking for Python site-packages path... /usr/lib/python2.7/site-packages
checking python extra libraries... -lpthread -ldl  -lutil -lm
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
checking whether we can build usable Python eggs... In file included from /usr/include/limits.h:26:0,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:168,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:34,
                 from /usr/include/python2.7/Python.h:19,
                 from testpyegg.cpp:1:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
yes
checking for an old installation of the Mesos egg (before 0.20.0)... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mesos.pc
config.status: creating src/Makefile
config.status: creating 3rdparty/Makefile
config.status: creating 3rdparty/libprocess/Makefile
config.status: creating 3rdparty/libprocess/include/Makefile
config.status: creating 3rdparty/stout/Makefile
config.status: creating 3rdparty/stout/include/Makefile
config.status: creating 3rdparty/gmock_sources.cc
config.status: creating bin/mesos.sh
config.status: creating bin/mesos-agent.sh
config.status: creating bin/mesos-local.sh
config.status: creating bin/mesos-master.sh
config.status: creating bin/mesos-slave.sh
config.status: creating bin/mesos-tests.sh
config.status: creating bin/mesos-agent-flags.sh
config.status: creating bin/mesos-local-flags.sh
config.status: creating bin/mesos-master-flags.sh
config.status: creating bin/mesos-slave-flags.sh
config.status: creating bin/mesos-tests-flags.sh
config.status: creating bin/gdb-mesos-agent.sh
config.status: creating bin/gdb-mesos-local.sh
config.status: creating bin/gdb-mesos-master.sh
config.status: creating bin/gdb-mesos-slave.sh
config.status: creating bin/gdb-mesos-tests.sh
config.status: creating bin/lldb-mesos-agent.sh
config.status: creating bin/lldb-mesos-local.sh
config.status: creating bin/lldb-mesos-master.sh
config.status: creating bin/lldb-mesos-slave.sh
config.status: creating bin/lldb-mesos-tests.sh
config.status: creating bin/valgrind-mesos-agent.sh
config.status: creating bin/valgrind-mesos-local.sh
config.status: creating bin/valgrind-mesos-master.sh
config.status: creating bin/valgrind-mesos-slave.sh
config.status: creating bin/valgrind-mesos-tests.sh
config.status: creating src/deploy/mesos-daemon.sh
config.status: creating src/deploy/mesos-start-agents.sh
config.status: creating src/deploy/mesos-start-cluster.sh
config.status: creating src/deploy/mesos-start-masters.sh
config.status: creating src/deploy/mesos-start-slaves.sh
config.status: creating src/deploy/mesos-stop-agents.sh
config.status: creating src/deploy/mesos-stop-cluster.sh
config.status: creating src/deploy/mesos-stop-masters.sh
config.status: creating src/deploy/mesos-stop-slaves.sh
config.status: creating include/mesos/version.hpp
config.status: creating src/java/generated/org/apache/mesos/MesosNativeLibrary.java
config.status: creating mpi/mpiexec-mesos
config.status: creating src/examples/java/test-exception-framework
config.status: creating src/examples/java/test-executor
config.status: creating src/examples/java/test-framework
config.status: creating src/examples/java/test-multiple-executors-framework
config.status: creating src/examples/java/test-log
config.status: creating src/examples/java/v1-test-framework
config.status: creating src/java/mesos.pom
config.status: creating src/examples/python/test-executor
config.status: creating src/examples/python/test-framework
config.status: creating src/python/setup.py
config.status: creating src/python/cli/setup.py
config.status: creating src/python/interface/setup.py
config.status: creating src/python/native_common/ext_modules.py
config.status: creating src/python/executor/setup.py
config.status: creating src/python/native/setup.py
config.status: creating src/python/scheduler/setup.py
config.status: linking src/python/native_common/ext_modules.py to src/python/executor/ext_modules.py
config.status: linking src/python/native_common/ext_modules.py to src/python/scheduler/ext_modules.py
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Build option summary:
    CXX:        g++
    CXXFLAGS:   -g1 -O0 -Wno-unused-local-typedefs -std=c++11
    CPPFLAGS:   -isystem /usr/include/subversion-1 -isystem /usr/include/apr-1 -isystem /usr/include/apr-1.0	      
    LDFLAGS:    
    LIBS:       -lz -lsvn_delta-1 -lsvn_subr-1 -lsasl2 -lcurl -lapr-1  -lrt

make  dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory `/mesos'
if test -d "mesos-1.5.0"; then find "mesos-1.5.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "mesos-1.5.0" || { sleep 5 && rm -rf "mesos-1.5.0"; }; else :; fi
test -d "mesos-1.5.0" || mkdir "mesos-1.5.0"
 (cd 3rdparty && make  top_distdir=../mesos-1.5.0 distdir=../mesos-1.5.0/3rdparty \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/mesos/3rdparty'
 (cd stout && make  top_distdir=../../mesos-1.5.0 distdir=../../mesos-1.5.0/3rdparty/stout \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/mesos/3rdparty/stout'
 (cd include && make  top_distdir=../../../mesos-1.5.0 distdir=../../../mesos-1.5.0/3rdparty/stout/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/mesos/3rdparty/stout/include'
make[4]: Leaving directory `/mesos/3rdparty/stout/include'
make  \
  top_distdir="../../mesos-1.5.0" distdir="../../mesos-1.5.0/3rdparty/stout" \
  dist-hook
make[4]: Entering directory `/mesos/3rdparty/stout'
cp -r ./3rdparty ../../mesos-1.5.0/3rdparty/stout/
make[4]: Leaving directory `/mesos/3rdparty/stout'
make[3]: Leaving directory `/mesos/3rdparty/stout'
 (cd libprocess && make  top_distdir=../../mesos-1.5.0 distdir=../../mesos-1.5.0/3rdparty/libprocess \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/mesos/3rdparty/libprocess'
 (cd include && make  top_distdir=../../../mesos-1.5.0 distdir=../../../mesos-1.5.0/3rdparty/libprocess/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/mesos/3rdparty/libprocess/include'
make[4]: Leaving directory `/mesos/3rdparty/libprocess/include'
make  \
  top_distdir="../../mesos-1.5.0" distdir="../../mesos-1.5.0/3rdparty/libprocess" \
  dist-hook
make[4]: Entering directory `/mesos/3rdparty/libprocess'
cp -r ./3rdparty ../../mesos-1.5.0/3rdparty/libprocess/
make[4]: Leaving directory `/mesos/3rdparty/libprocess'
make[3]: Leaving directory `/mesos/3rdparty/libprocess'
make[2]: Leaving directory `/mesos/3rdparty'
 (cd src && make  top_distdir=../mesos-1.5.0 distdir=../mesos-1.5.0/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/mesos/src'
make[2]: *** No rule to make target `resource_provider/storage/volume_profile.ph.h', needed by `distdir'.  Stop.
make[2]: Leaving directory `/mesos/src'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/mesos'
make: *** [dist] Error 2
+ docker rmi mesos-1513941561-25542
Untagged: mesos-1513941561-25542:latest
Deleted: sha256:b5f6959b3457916e1de6ad35f59df2ee3ff95f382b3819b518b32a202dae12dc
Deleted: sha256:f2e6c0c3c312e9e88da04a42b9ccffc8c6c5b610335458585cedb277cc65a91c
Deleted: sha256:c30cb8927c6fe4ccc22ec1d54f5c6c3dd95ccc7b3f824f1205f905738eaad8e4
Deleted: sha256:c11f6d3cfcb6da4c16d48698132ed508df89456d56371db74608528e74353f30
Deleted: sha256:a9fc6a5b48a1d47c1fc332c1e51c7ae2e53169151bb13e0bd204775deadcd82f
Deleted: sha256:d55ee3ade39099f7510d0d5fa9cc59709be3e5c107792cf68fdb27db794d15ed
Deleted: sha256:33dea383698d3e49045d69b7426ef4dc0872cf02efbe9659ec6b8b9f99ee02a0
Deleted: sha256:630935037ad8c0967fdb4ec556c07c90d61c29966ea4b991b392799173d6a3cd
Deleted: sha256:595944f24b37013599fbbe2d78ddbe3f359f71717de3cedece50c435876bb32f
Deleted: sha256:b41de7a1736e1a1b303ba78493669f91be4741959761ae2ab060211226fb6e74
Deleted: sha256:00e13b9059b24d5920124bb051af73771b63e0aa69a6ccda3ab7bf0c715ee1b8
Deleted: sha256:3bf394ae75cc466d65a924172510368b95c185bcbc7c524613494a721e49f7c6
Deleted: sha256:028615be84ca587f0ca6cbe2a14ce8b42076616e0a07c0c81aeab149e5fdb495
Deleted: sha256:af9547bbe9f7421c7ff849303b337db3aaf057b046622837c6d3e55b4fb51b28
Deleted: sha256:92d9a591ed205714f0cdf262e1ea8ea72e122f7da47b61b956bde33694c0c7b8
Deleted: sha256:2606e98b0557603f0d62c09a1bb05a553238f9706a818abd8a7f8df25adf7e49
Deleted: sha256:c725ba83de0a5662414c5f1e2c4f4e57850abc08931c3253af7ea8684cb8c379
Deleted: sha256:f53ce9ace691c46b7d3284290a1a9b32769cd1da709142354fc2444bea549718
Deleted: sha256:2e392f306a08d14a6a4f391c23b1c1e39b5f6c0241c2816aebd3949ab7669970
Deleted: sha256:16eeaa0ff6e87f26b5f8fc62c6a1c989dbc009388329f7050ce7baff76d3b533
Deleted: sha256:0ad13e292b29aba9094a1f84a8ffa65118d9673e7583e6241532bb3b0ed13faa
Deleted: sha256:ebda750f2b177cca21d4a006ff58c2c8f5a9be46e7aa9688ed281f0b400e6267
Deleted: sha256:ebd86fc043c3edede65011d87357bd4c246e291956d66715e44369c9ce1e96e1
Deleted: sha256:7198e2364eb0e00cf1ae3462ecf6c4d5a9f3ba4ab658356c233d105a619a7426
Deleted: sha256:6725c6dd669df3c7b44c7532cc0f7acd6f8430827b8a656991796eebbfb4c951
Deleted: sha256:64331570a5d2a81bb0f3aaa9ea41878ef125a97ddcd321c04042f32ed63eae49
Deleted: sha256:297d8bdd16d545797b2b4d317f9a8a723ab5ced33e62e3f24ee497e95b6b06a1
Deleted: sha256:4a91c46b76553f87e791c31d1a7f84f9f26bb156175f773fa9aaac69a0b96e43
Deleted: sha256:05ae12b2deecff94cb647acf2f1267e9b1752776f0aa5e207b7ac80265587e94
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user yujie.jay@gmail.com
Not sending mail to unregistered user benjamin.hindman@gmail.com
Not sending mail to unregistered user xujyan@apple.com
Not sending mail to unregistered user songzihao1990@gmail.com
Not sending mail to unregistered user gregorywmann@gmail.com
Not sending mail to unregistered user zhq527725@gmail.com
Not sending mail to unregistered user toenshoff@me.com

Build failed in Jenkins: Mesos-Buildbot » autotools,gcc,--verbose --disable-libtool-wrappers,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23) #4654

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose%20--disable-libtool-wrappers,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23)/4654/display/redirect>

------------------------------------------
[...truncated 152.53 KB...]
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
configure: Setting up CXXFLAGS for g++ version >= 4.8
checking whether C++ compiler accepts -fstack-protector-strong... yes
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=c++11... yes
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
configure: Setting up build environment for x86_64 linux-gnu
checking for backtrace in -lunwind... no
checking for main in -lgflags... no
checking for patch... patch
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking for library containing fts_close... none required
checking apr_pools.h usability... yes
checking apr_pools.h presence... yes
checking for apr_pools.h... yes
checking for apr_initialize in -lapr-1... yes
checking for curl_global_init in -lcurl... yes
checking for javac... /usr/bin/javac
checking for java... /usr/bin/java
checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-5.b12.el7_4.x86_64/jre
configure: using JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-5.b12.el7_4.x86_64
checking whether or not we can build with JNI... yes
checking for mvn... /usr/bin/mvn
checking for sasl_done in -lsasl2... yes
checking SASL CRAM-MD5 support... yes
checking for RAND_poll in -lcrypto... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for SSL_CTX_new in -lssl... yes
checking svn_version.h usability... yes
checking svn_version.h presence... yes
checking for svn_version.h... yes
checking for svn_stringbuf_create_ensure in -lsvn_subr-1... yes
checking svn_delta.h usability... yes
checking svn_delta.h presence... yes
checking for svn_delta.h... yes
checking for svn_txdelta in -lsvn_delta-1... yes
checking whether to enable the XFS disk isolator... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflate, gzread, gzwrite, inflate in -lz... yes
checking C++ standard library for undefined behaviour with selected optimization level... no
checking for a Python interpreter with version >= 2.6... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking for python2.7... (cached) /usr/bin/python
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= '2.6'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python2.7
checking for Python library path... -L/usr/lib64 -lpython2.7
checking for Python site-packages path... /usr/lib/python2.7/site-packages
checking python extra libraries... -lpthread -ldl  -lutil -lm
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
checking whether we can build usable Python eggs... In file included from /usr/include/limits.h:26:0,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:168,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:34,
                 from /usr/include/python2.7/Python.h:19,
                 from testpyegg.cpp:1:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
yes
checking for an old installation of the Mesos egg (before 0.20.0)... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mesos.pc
config.status: creating src/Makefile
config.status: creating 3rdparty/Makefile
config.status: creating 3rdparty/libprocess/Makefile
config.status: creating 3rdparty/libprocess/include/Makefile
config.status: creating 3rdparty/stout/Makefile
config.status: creating 3rdparty/stout/include/Makefile
config.status: creating 3rdparty/gmock_sources.cc
config.status: creating bin/mesos.sh
config.status: creating bin/mesos-agent.sh
config.status: creating bin/mesos-local.sh
config.status: creating bin/mesos-master.sh
config.status: creating bin/mesos-slave.sh
config.status: creating bin/mesos-tests.sh
config.status: creating bin/mesos-agent-flags.sh
config.status: creating bin/mesos-local-flags.sh
config.status: creating bin/mesos-master-flags.sh
config.status: creating bin/mesos-slave-flags.sh
config.status: creating bin/mesos-tests-flags.sh
config.status: creating bin/gdb-mesos-agent.sh
config.status: creating bin/gdb-mesos-local.sh
config.status: creating bin/gdb-mesos-master.sh
config.status: creating bin/gdb-mesos-slave.sh
config.status: creating bin/gdb-mesos-tests.sh
config.status: creating bin/lldb-mesos-agent.sh
config.status: creating bin/lldb-mesos-local.sh
config.status: creating bin/lldb-mesos-master.sh
config.status: creating bin/lldb-mesos-slave.sh
config.status: creating bin/lldb-mesos-tests.sh
config.status: creating bin/valgrind-mesos-agent.sh
config.status: creating bin/valgrind-mesos-local.sh
config.status: creating bin/valgrind-mesos-master.sh
config.status: creating bin/valgrind-mesos-slave.sh
config.status: creating bin/valgrind-mesos-tests.sh
config.status: creating src/deploy/mesos-daemon.sh
config.status: creating src/deploy/mesos-start-agents.sh
config.status: creating src/deploy/mesos-start-cluster.sh
config.status: creating src/deploy/mesos-start-masters.sh
config.status: creating src/deploy/mesos-start-slaves.sh
config.status: creating src/deploy/mesos-stop-agents.sh
config.status: creating src/deploy/mesos-stop-cluster.sh
config.status: creating src/deploy/mesos-stop-masters.sh
config.status: creating src/deploy/mesos-stop-slaves.sh
config.status: creating include/mesos/version.hpp
config.status: creating src/java/generated/org/apache/mesos/MesosNativeLibrary.java
config.status: creating mpi/mpiexec-mesos
config.status: creating src/examples/java/test-exception-framework
config.status: creating src/examples/java/test-executor
config.status: creating src/examples/java/test-framework
config.status: creating src/examples/java/test-multiple-executors-framework
config.status: creating src/examples/java/test-log
config.status: creating src/examples/java/v1-test-framework
config.status: creating src/java/mesos.pom
config.status: creating src/examples/python/test-executor
config.status: creating src/examples/python/test-framework
config.status: creating src/python/setup.py
config.status: creating src/python/cli/setup.py
config.status: creating src/python/interface/setup.py
config.status: creating src/python/native_common/ext_modules.py
config.status: creating src/python/executor/setup.py
config.status: creating src/python/native/setup.py
config.status: creating src/python/scheduler/setup.py
config.status: linking src/python/native_common/ext_modules.py to src/python/executor/ext_modules.py
config.status: linking src/python/native_common/ext_modules.py to src/python/scheduler/ext_modules.py
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Build option summary:
    CXX:        g++
    CXXFLAGS:   -g1 -O0 -Wno-unused-local-typedefs -std=c++11
    CPPFLAGS:   -isystem /usr/include/subversion-1 -isystem /usr/include/apr-1 -isystem /usr/include/apr-1.0	      
    LDFLAGS:    
    LIBS:       -lz -lsvn_delta-1 -lsvn_subr-1 -lsasl2 -lcurl -lapr-1  -lrt

make  dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory `/mesos'
if test -d "mesos-1.5.0"; then find "mesos-1.5.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "mesos-1.5.0" || { sleep 5 && rm -rf "mesos-1.5.0"; }; else :; fi
test -d "mesos-1.5.0" || mkdir "mesos-1.5.0"
 (cd 3rdparty && make  top_distdir=../mesos-1.5.0 distdir=../mesos-1.5.0/3rdparty \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/mesos/3rdparty'
 (cd stout && make  top_distdir=../../mesos-1.5.0 distdir=../../mesos-1.5.0/3rdparty/stout \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/mesos/3rdparty/stout'
 (cd include && make  top_distdir=../../../mesos-1.5.0 distdir=../../../mesos-1.5.0/3rdparty/stout/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/mesos/3rdparty/stout/include'
make[4]: Leaving directory `/mesos/3rdparty/stout/include'
make  \
  top_distdir="../../mesos-1.5.0" distdir="../../mesos-1.5.0/3rdparty/stout" \
  dist-hook
make[4]: Entering directory `/mesos/3rdparty/stout'
cp -r ./3rdparty ../../mesos-1.5.0/3rdparty/stout/
make[4]: Leaving directory `/mesos/3rdparty/stout'
make[3]: Leaving directory `/mesos/3rdparty/stout'
 (cd libprocess && make  top_distdir=../../mesos-1.5.0 distdir=../../mesos-1.5.0/3rdparty/libprocess \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/mesos/3rdparty/libprocess'
 (cd include && make  top_distdir=../../../mesos-1.5.0 distdir=../../../mesos-1.5.0/3rdparty/libprocess/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/mesos/3rdparty/libprocess/include'
make[4]: Leaving directory `/mesos/3rdparty/libprocess/include'
make  \
  top_distdir="../../mesos-1.5.0" distdir="../../mesos-1.5.0/3rdparty/libprocess" \
  dist-hook
make[4]: Entering directory `/mesos/3rdparty/libprocess'
cp -r ./3rdparty ../../mesos-1.5.0/3rdparty/libprocess/
make[4]: Leaving directory `/mesos/3rdparty/libprocess'
make[3]: Leaving directory `/mesos/3rdparty/libprocess'
make[2]: Leaving directory `/mesos/3rdparty'
 (cd src && make  top_distdir=../mesos-1.5.0 distdir=../mesos-1.5.0/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/mesos/src'
make[2]: *** No rule to make target `resource_provider/storage/volume_profile.ph.h', needed by `distdir'.  Stop.
make[2]: Leaving directory `/mesos/src'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/mesos'
make: *** [dist] Error 2
+ docker rmi mesos-1513911289-15169
Untagged: mesos-1513911289-15169:latest
Deleted: sha256:3153c4be04e1745dffe0c60f4f071f2e2f96f4f6709b7ee9f6c97abd9754318b
Deleted: sha256:2031660e9affbf5d830dca091135cedefa811d851dc1f919a68098f238d0e741
Deleted: sha256:f986b4a4366bc3de274c6b3fb35b3f99a9ca269b2bbf369adfae6bc06780292b
Deleted: sha256:1985b5f5d22990f610de4c5937608a72f91b53e55ace7fc07282e45eef85b1c9
Deleted: sha256:5d176318c0ea4205de3de0a818fdba755509d0690bcbcdee0a8873f3b3bc748f
Deleted: sha256:ab1c96639e7c72cdb1385dea0effa7c649a110fda3b3cd8c9b457f39c1610fd6
Deleted: sha256:b9f09a162baea5210bfb9f68678f94a0ff27f27c1076ad2a92edb2150d4ad7f4
Deleted: sha256:40d4129e7ce93d0c32599284424adc9d6cb7a9bf09575ef7cca1282161ce3791
Deleted: sha256:d8c853e2a779949fbb935240e2e0fc1eea867c8fbc92c52e9309e279cb020d04
Deleted: sha256:05aa90bfae6b117e3a2e4e83e1ae7dcaf3f79e520a74beca12cb407fd620e309
Deleted: sha256:8eeeb9cf468c998d8b1a0c7d0c33c91280646922b946a443275341a86ed09527
Deleted: sha256:391c2ab58551a40928662fbb63b8e2306b153b6fd20072a350cf9ce0a69e7ed6
Deleted: sha256:213409d4543acb78e5200b845c6718df7e99b9d2ea413d276aacc50b109964d4
Deleted: sha256:90ba3475b592f5108195bc8f33f315173d3f900949a660f14d4a1098d08288e2
Deleted: sha256:5f39c5ce5413aa453b29d900854a5f468c33cf9ff06811c3553e9156133d545b
Deleted: sha256:0095342a08faa25ff49b7ddc5114802a4791b193dcf1c7c63a4827931fb61dbf
Deleted: sha256:545554d271808d1631addbace3780dea2987bc497f3a14c5aa9c86b8ae5e6611
Deleted: sha256:4b204ec748b950eea66848658a0913be4476d8d1037f32672ba1df73d975d9d2
Deleted: sha256:4c334514ceb84950f4f5b299accf25d481b598b1e844bca768d796d127da2cca
Deleted: sha256:04f50215087bd9e6ef47a6002d8d981a1ce03217ac7ff5365b796f8734fcac48
Deleted: sha256:8ced72bf945b6c51b7059a7ee4916cdc01b31e2bf321b901f0dd2314272f08f0
Deleted: sha256:64fd96e8d9ad6694daef5ea8b2184cea3f3d1192dc6e86db05e485ed1261e00f
Deleted: sha256:0ae0cc07bf7e40cc318aaa7cfbc37998c1966d0d44e3088517ea0802e8f04766
Deleted: sha256:af44ff97ed138b62536330ffbab37a9cb09b8974675377b8af07044a75dd3ea9
Deleted: sha256:8c102edf2c3dc3b4794df910b91eefe336ceaa3d55bf5b58a60031b1a6534a4a
Deleted: sha256:715ab1311adc7f44ed992a4023e8450b48ebb9b5a1841f4ceb97cb7a1bd5b929
Deleted: sha256:ae1379f44445dd94e684ef98501dfe4a5e0defd9cc70907621a342d4cfe8d478
Deleted: sha256:b6f8c873261ea0cde6d86df886c06a577960e3daf25dbf1aaab6a159d0ea4a67
Deleted: sha256:3edbfb3e873415b2b33477aa640f323aafd7f07ac53e8ed8bba7d738231404ee
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user yujie.jay@gmail.com
Not sending mail to unregistered user benjamin.hindman@gmail.com
Not sending mail to unregistered user xujyan@apple.com
Not sending mail to unregistered user songzihao1990@gmail.com
Not sending mail to unregistered user gregorywmann@gmail.com
Not sending mail to unregistered user zhq527725@gmail.com
Not sending mail to unregistered user toenshoff@me.com