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 2016/06/30 01:43:10 UTC

Build failed in Jenkins: Mesos » cmake,gcc,--verbose,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1)&&(!ubuntu-6) #2400

See <https://builds.apache.org/job/Mesos/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-6)/2400/changes>

Changes:

[josephwu] Added test-only function for retrieving link sockets from libprocess.

[josephwu] Added tests for libprocess linking and unlinking behavior.

[josephwu] Added "relink" semantics to ProcessBase::link.

[josephwu] Changed the replicated log's network abstraction to use "relink".

[josephwu] Fixed race between link and peer disconnection.

[josephwu] Changed the SocketManager to pass "Sockets" by value.

------------------------------------------
[...truncated 2769 lines...]
  Verifying  : cyrus-sasl-devel-2.1.26-20.el7_2.x86_64                    30/32 
  Verifying  : 1:openssl-devel-1.0.1e-51.el7_2.5.x86_64                   31/32 
  Verifying  : libcom_err-devel-1.42.9-7.el7.x86_64                       32/32 

Installed:
  apr-devel.x86_64 0:1.4.8-3.el7                                                
  cyrus-sasl-devel.x86_64 0:2.1.26-20.el7_2                                     
  cyrus-sasl-md5.x86_64 0:2.1.26-20.el7_2                                       
  java-1.8.0-openjdk-devel.x86_64 1:1.8.0.91-1.b14.el7_2                        
  libcurl-devel.x86_64 0:7.29.0-25.el7.centos                                   
  libev-devel.x86_64 0:4.15-6.el7                                               
  libevent-devel.x86_64 0:2.0.21-4.el7                                          
  openssl-devel.x86_64 1:1.0.1e-51.el7_2.5                                      
  python-devel.x86_64 0:2.7.5-34.el7                                            
  subversion-devel.x86_64 0:1.7.14-10.el7                                       
  zlib-devel.x86_64 0:1.2.7-15.el7                                              

Dependency Installed:
  apr-util-devel.x86_64 0:1.5.2-6.el7                                           
  cyrus-sasl.x86_64 0:2.1.26-20.el7_2                                           
  expat-devel.x86_64 0:2.1.0-8.el7                                              
  initscripts.x86_64 0:9.49.30-1.el7_2.2                                        
  iproute.x86_64 0:3.10.0-54.el7_2.1                                            
  iptables.x86_64 0:1.4.21-16.el7                                               
  keyutils-libs-devel.x86_64 0:1.5.8-3.el7                                      
  krb5-devel.x86_64 0:1.13.2-12.el7_2                                           
  libcom_err-devel.x86_64 0:1.42.9-7.el7                                        
  libdb-devel.x86_64 0:5.3.21-19.el7                                            
  libev.x86_64 0:4.15-6.el7                                                     
  libevent.x86_64 0:2.0.21-4.el7                                                
  libmnl.x86_64 0:1.0.3-7.el7                                                   
  libnetfilter_conntrack.x86_64 0:1.0.4-2.el7                                   
  libnfnetlink.x86_64 0:1.0.1-4.el7                                             
  libselinux-devel.x86_64 0:2.2.2-6.el7                                         
  libsepol-devel.x86_64 0:2.1.9-3.el7                                           
  libverto-devel.x86_64 0:0.2.5-4.el7                                           
  openldap-devel.x86_64 0:2.4.40-9.el7_2                                        
  pcre-devel.x86_64 0:8.32-15.el7_2.1                                           
  sysvinit-tools.x86_64 0:2.88-14.dsf.el7                                       

Complete!
 ---> d2551073ea0a
Removing intermediate container 653f18e682d1
Step 7 : RUN adduser mesos
 ---> Running in 988973f5a911
 ---> 7b34b954b1f0
Removing intermediate container 988973f5a911
Step 8 : ENV CC gcc
 ---> Running in 639b2e0a04f6
 ---> 3356aee4937b
Removing intermediate container 639b2e0a04f6
Step 9 : ENV CXX g++
 ---> Running in 2af4b864345d
 ---> 7cea88035b0c
Removing intermediate container 2af4b864345d
Step 10 : WORKDIR mesos
 ---> Running in 84b502ac3673
 ---> 1e4bbe6af713
Removing intermediate container 84b502ac3673
Step 11 : COPY . /mesos/
 ---> f708182d7d30
Removing intermediate container ffd229bf08ab
Step 12 : RUN chown -R mesos /mesos
 ---> Running in 182011afaca4
 ---> 3ae79a9b612e
Removing intermediate container 182011afaca4
Step 13 : USER mesos
 ---> Running in b61060634428
 ---> 1785c74358d7
Removing intermediate container b61060634428
Step 14 : ENV GTEST_OUTPUT xml:report.xml
 ---> Running in f49d69671338
 ---> 23444a5b1fc3
Removing intermediate container f49d69671338
Step 15 : ENV DISTCHECK_CONFIGURE_FLAGS --verbose
 ---> Running in ca0d5ae2f29e
 ---> 2028c5215585
Removing intermediate container ca0d5ae2f29e
Step 16 : ENV GLOG_v 1 MESOS_VERBOSE 1
 ---> Running in 089f88c1e221
 ---> d78f89706355
Removing intermediate container 089f88c1e221
Step 17 : CMD ./bootstrap && mkdir build && cd build && cmake -DVERBOSE=1 .. && make -j8 check && make -j8
 ---> Running in 7a2f656d32ea
 ---> 8562f2f24065
Removing intermediate container 7a2f656d32ea
Successfully built 8562f2f24065
+ trap 'docker rmi mesos-1467250302-3325' EXIT
+ docker run --privileged --rm mesos-1467250302-3325
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --warnings=all -I m4
autoreconf: configure.ac: tracing
configure.ac:57: warning: back quotes and double quotes must not be escaped in: unrecognized option: $[1]
configure.ac:57: Try \`$[0] --help' for more information.
aclocal.m4:625: LT_OUTPUT is expanded from...
configure.ac:57: the top level
configure.ac:57: warning: back quotes and double quotes must not be escaped in: unrecognized argument: $[1]
configure.ac:57: Try \`$[0] --help' for more information.
aclocal.m4:625: LT_OUTPUT is expanded from...
configure.ac:57: the top level
configure.ac:1346: warning: cannot check for file existence when cross compiling
../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
configure.ac:1346: the top level
autoreconf: running: libtoolize --copy
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --warnings=all
configure.ac:57: warning: back quotes and double quotes must not be escaped in: unrecognized option: $[1]
configure.ac:57: Try \`$[0] --help' for more information.
m4/libtool.m4:609: LT_OUTPUT is expanded from...
configure.ac:57: the top level
configure.ac:57: warning: back quotes and double quotes must not be escaped in: unrecognized argument: $[1]
configure.ac:57: Try \`$[0] --help' for more information.
m4/libtool.m4:609: LT_OUTPUT is expanded from...
configure.ac:57: the top level
configure.ac:1346: warning: cannot check for file existence when cross compiling
../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
configure.ac:1346: the top level
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --no-force --warnings=all
configure.ac:50: installing './ar-lib'
configure.ac:24: installing './config.guess'
configure.ac:24: installing './config.sub'
configure.ac:46: installing './install-sh'
configure.ac:46: installing './missing'
3rdparty/Makefile.am: installing './depcomp'
3rdparty/Makefile.am:151: warning: variable 'GLOG_LDFLAGS' is defined but no program or
3rdparty/Makefile.am:151: library has 'GLOG' as canonical name (possible typo)
autoreconf: Leaving directory `.'
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- ************************************************************
-- ********* Beginning Mesos CMake configuration step *********
-- ************************************************************
-- INSTALLATION PREFIX: /usr/local
-- MACHINE SPECS:
--     Hostname: 
--     OS:       LINUX(3.13.0-36-LOWLATENCY)
--     Arch:     X86_64
--     BitMode:  
--     BuildID:  
-- ************************************************************
-- Performing Test COMPILER_SUPPORTS_CXX11
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success
-- Found APR headers: /usr/include/apr-1
-- Found APR library: /usr/lib64/libapr-1.so
-- Found APRUTIL headers: /usr/include/apr-1
-- Found APRUTIL library: /usr/lib64/libaprutil-1.so
-- Found SVN lib: /usr/lib64/libsvn_delta-1.so
-- Found SVN lib: /usr/lib64/libsvn_diff-1.so
-- Found SVN lib: /usr/lib64/libsvn_subr-1.so
-- Found SVN: /usr/lib64/libsvn_delta-1.so;/usr/lib64/libsvn_diff-1.so;/usr/lib64/libsvn_subr-1.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.7") 
-- Found APR headers: /usr/include/apr-1
-- Found APR library: /usr/lib64/libapr-1.so
-- Found APRUTIL headers: /usr/include/apr-1
-- Found APRUTIL library: /usr/lib64/libaprutil-1.so
-- Found SVN lib: /usr/lib64/libsvn_delta-1.so
-- Found SVN lib: /usr/lib64/libsvn_diff-1.so
-- Found SVN lib: /usr/lib64/libsvn_subr-1.so
-- Found SVN lib: /usr/lib64/libsvn_delta-1.so
-- Found SVN lib: /usr/lib64/libsvn_diff-1.so
-- Found SVN lib: /usr/lib64/libsvn_subr-1.so
-- Found SVN: /usr/lib64/libsvn_delta-1.so;/usr/lib64/libsvn_diff-1.so;/usr/lib64/libsvn_subr-1.so;/usr/lib64/libsvn_delta-1.so;/usr/lib64/libsvn_diff-1.so;/usr/lib64/libsvn_subr-1.so
-- Found APR headers: /usr/include/apr-1
-- Found APR library: /usr/lib64/libapr-1.so
-- Found APRUTIL headers: /usr/include/apr-1
-- Found APRUTIL library: /usr/lib64/libaprutil-1.so
-- Found SVN lib: /usr/lib64/libsvn_delta-1.so
-- Found SVN lib: /usr/lib64/libsvn_diff-1.so
-- Found SVN lib: /usr/lib64/libsvn_subr-1.so
-- Found SVN lib: /usr/lib64/libsvn_delta-1.so
-- Found SVN lib: /usr/lib64/libsvn_diff-1.so
-- Found SVN lib: /usr/lib64/libsvn_subr-1.so
-- Found SVN lib: /usr/lib64/libsvn_delta-1.so
-- Found SVN lib: /usr/lib64/libsvn_diff-1.so
-- Found SVN lib: /usr/lib64/libsvn_subr-1.so
-- Found SVN: /usr/lib64/libsvn_delta-1.so;/usr/lib64/libsvn_diff-1.so;/usr/lib64/libsvn_subr-1.so;/usr/lib64/libsvn_delta-1.so;/usr/lib64/libsvn_diff-1.so;/usr/lib64/libsvn_subr-1.so;/usr/lib64/libsvn_delta-1.so;/usr/lib64/libsvn_diff-1.so;/usr/lib64/libsvn_subr-1.so
-- Found APR headers: /usr/include/apr-1
-- Found APR library: /usr/lib64/libapr-1.so
-- Found APRUTIL headers: /usr/include/apr-1
-- Found APRUTIL library: /usr/lib64/libaprutil-1.so
-- Found SVN lib: /usr/lib64/libsvn_delta-1.so
-- Found SVN lib: /usr/lib64/libsvn_diff-1.so
-- Found SVN lib: /usr/lib64/libsvn_subr-1.so
-- Found SVN lib: /usr/lib64/libsvn_delta-1.so
-- Found SVN lib: /usr/lib64/libsvn_diff-1.so
-- Found SVN lib: /usr/lib64/libsvn_subr-1.so
-- Found SVN lib: /usr/lib64/libsvn_delta-1.so
-- Found SVN lib: /usr/lib64/libsvn_diff-1.so
-- Found SVN lib: /usr/lib64/libsvn_subr-1.so
-- Found SVN lib: /usr/lib64/libsvn_delta-1.so
-- Found SVN lib: /usr/lib64/libsvn_diff-1.so
-- Found SVN lib: /usr/lib64/libsvn_subr-1.so
-- Found SVN: /usr/lib64/libsvn_delta-1.so;/usr/lib64/libsvn_diff-1.so;/usr/lib64/libsvn_subr-1.so;/usr/lib64/libsvn_delta-1.so;/usr/lib64/libsvn_diff-1.so;/usr/lib64/libsvn_subr-1.so;/usr/lib64/libsvn_delta-1.so;/usr/lib64/libsvn_diff-1.so;/usr/lib64/libsvn_subr-1.so;/usr/lib64/libsvn_delta-1.so;/usr/lib64/libsvn_diff-1.so;/usr/lib64/libsvn_subr-1.so
-- Configuring done
CMake Error at src/CMakeLists.txt:468 (add_library):
  Cannot find source file:

    slave/containerizer/mesos/isolators/gpu/nvidia.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx


-- Build files have been written to: /mesos/build
+ docker rmi mesos-1467250302-3325
Untagged: mesos-1467250302-3325:latest
Deleted: 8562f2f240655b9f40fb26c1cf75753959ef0a5bdfb5457ebbf30a2108fc0427
Deleted: d78f89706355f1c3331669cb07db6246e261d1d31535c3d43f8c2458b9fab2a5
Deleted: 2028c52155859c55f9bb3016b08d25ad57c5ce586db8525a06366e9cb913704f
Deleted: 23444a5b1fc34c896ff00e27bf2803effe6b100b36edf541430605544731b6fe
Deleted: 1785c74358d7a51cc912abd50845e77bc46fd6d7c0e5e09b9462571c65923377
Deleted: 3ae79a9b612e4b2cbd4e9be8fbfd857695a1624f7fb53d885c26197b9540329b
Deleted: f708182d7d305e638c3af884187802cb8ff8f0b1ad4ba912ce15a91ce2d35487
Deleted: 1e4bbe6af7132922a2a6ebc1c484d6d8ecfa01f3599d39f9df82417d1a71d6f9
Deleted: 7cea88035b0c29a389db92a5ed34e4dd954af1dfb722223ca95f187738d15f20
Deleted: 3356aee4937bcff0fe29b3a98fd1ada01068abbdf2febb99e5de0f446a76c4cb
Deleted: 7b34b954b1f0bd14e97e2a6f5480605792ff35211e8d463ed6379ee06d03ee40
Deleted: d2551073ea0ae3bcfb3441255fbfaa46055ce51ed929a2cb6c118f3d0b9fcd75
Deleted: 0685fe6880fdd14c13f21f5ce90194904288eada40aebbea5f0505a177c1a456
Deleted: 7bc767140a33c7abb3e0ececa9af4c69c913339084c232f72005f7c735c3ca0a
Deleted: ff72ee657d20726b20f19a73794edeb7672db392f40db59df14e8f5c624baaeb
Deleted: 5f034e931ad45d2b588280e3b3b39715183e65e2a4605794e97827c13203ffa4
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos » cmake,gcc,--verbose,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1)&&(!ubuntu-6) #2402

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-6)/2402/changes>


Build failed in Jenkins: Mesos » cmake,gcc,--verbose,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1)&&(!ubuntu-6) #2401

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-6)/2401/changes>

Changes:

[josephwu] Add CHECKs above SocketManager emplacements.

[josephwu] Fixed Cmake build.

[vinodkone] Sent SHUTDOWN event for non-checkpointed executor during disconnection.

------------------------------------------
[...truncated 7062 lines...]
[       OK ] IOTest.BufferedRead (2 ms)
[ RUN      ] IOTest.Write
[       OK ] IOTest.Write (1 ms)
[ RUN      ] IOTest.Redirect
[       OK ] IOTest.Redirect (35 ms)
[ RUN      ] IOTest.Peek
[       OK ] IOTest.Peek (4 ms)
[----------] 6 tests from IOTest (44 ms total)

[----------] 9 tests from MetricsTest
[ RUN      ] MetricsTest.Counter
[       OK ] MetricsTest.Counter (1 ms)
[ RUN      ] MetricsTest.Gauge
[       OK ] MetricsTest.Gauge (1 ms)
[ RUN      ] MetricsTest.Statistics
[       OK ] MetricsTest.Statistics (20 ms)
[ RUN      ] MetricsTest.Snapshot
I0630 06:41:08.723323 18787 process.cpp:3322] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
I0630 06:41:08.774205 18791 process.cpp:3322] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
[       OK ] MetricsTest.Snapshot (92 ms)
[ RUN      ] MetricsTest.SnapshotTimeout
I0630 06:41:08.784739 18790 process.cpp:3322] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
I0630 06:41:08.836172 18789 process.cpp:3322] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
I0630 06:41:08.846206 18803 metrics.cpp:260] Exceeded timeout of 2secs when attempting to get metric 'test/gauge_timeout'
I0630 06:41:08.907013 18793 process.cpp:3322] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
[       OK ] MetricsTest.SnapshotTimeout (133 ms)
[ RUN      ] MetricsTest.SnapshotStatistics
I0630 06:41:08.927690 18793 process.cpp:3322] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
[       OK ] MetricsTest.SnapshotStatistics (31 ms)
[ RUN      ] MetricsTest.Timer
[       OK ] MetricsTest.Timer (21 ms)
[ RUN      ] MetricsTest.AsyncTimer
[       OK ] MetricsTest.AsyncTimer (30 ms)
[ RUN      ] MetricsTest.SnapshotAuthenticationEnabled
I0630 06:41:09.000530 18787 process.cpp:3322] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
[       OK ] MetricsTest.SnapshotAuthenticationEnabled (21 ms)
[----------] 9 tests from MetricsTest (351 ms total)

[----------] 30 tests from ProcessTest
[ RUN      ] ProcessTest.Event
[       OK ] ProcessTest.Event (0 ms)
[ RUN      ] ProcessTest.Spawn
[       OK ] ProcessTest.Spawn (1 ms)
[ RUN      ] ProcessTest.Dispatch
[       OK ] ProcessTest.Dispatch (1 ms)
[ RUN      ] ProcessTest.Defer1
[       OK ] ProcessTest.Defer1 (2 ms)
[ RUN      ] ProcessTest.Defer2
[       OK ] ProcessTest.Defer2 (1 ms)
[ RUN      ] ProcessTest.Defer3
[       OK ] ProcessTest.Defer3 (0 ms)
[ RUN      ] ProcessTest.Handlers
[       OK ] ProcessTest.Handlers (1 ms)
[ RUN      ] ProcessTest.Expect
[       OK ] ProcessTest.Expect (1 ms)
[ RUN      ] ProcessTest.Action
[       OK ] ProcessTest.Action (0 ms)
[ RUN      ] ProcessTest.Inheritance
[       OK ] ProcessTest.Inheritance (1 ms)
[ RUN      ] ProcessTest.Thunk
[       OK ] ProcessTest.Thunk (0 ms)
[ RUN      ] ProcessTest.Delegate
I0630 06:41:09.028712 18789 process.cpp:3305] Delegating message 'func' to (111)@172.17.0.3:44559
[       OK ] ProcessTest.Delegate (1 ms)
[ RUN      ] ProcessTest.Delay
[       OK ] ProcessTest.Delay (2 ms)
[ RUN      ] ProcessTest.Order
[       OK ] ProcessTest.Order (0 ms)
[ RUN      ] ProcessTest.Donate
[       OK ] ProcessTest.Donate (0 ms)
[ RUN      ] ProcessTest.Exited
[       OK ] ProcessTest.Exited (1 ms)
[ RUN      ] ProcessTest.InjectExited
[       OK ] ProcessTest.InjectExited (1 ms)
[ RUN      ] ProcessTest.Settle
[       OK ] ProcessTest.Settle (40 ms)
[ RUN      ] ProcessTest.Pid
[       OK ] ProcessTest.Pid (1 ms)
[ RUN      ] ProcessTest.Listener
[       OK ] ProcessTest.Listener (0 ms)
[ RUN      ] ProcessTest.Executor
[       OK ] ProcessTest.Executor (0 ms)
[ RUN      ] ProcessTest.Remote
[       OK ] ProcessTest.Remote (2 ms)
[ RUN      ] ProcessTest.Http1
[       OK ] ProcessTest.Http1 (1 ms)
[ RUN      ] ProcessTest.Http2
[       OK ] ProcessTest.Http2 (2 ms)
[ RUN      ] ProcessTest.Async
[       OK ] ProcessTest.Async (1 ms)
[ RUN      ] ProcessTest.Provide
I0630 06:41:09.082360 18796 process.cpp:3322] Handling HTTP event for process '(132)' with path: '/(132)'
I0630 06:41:09.082551 18801 process.cpp:1279] Sending file at '/tmp/XtKpvI/lorem.txt' with length 446
[       OK ] ProcessTest.Provide (2 ms)
[ RUN      ] ProcessTest.Defers
[       OK ] ProcessTest.Defers (0 ms)
[ RUN      ] ProcessTest.PercentEncodedURLs
I0630 06:41:09.085587 18798 process.cpp:3322] Handling HTTP event for process 'id(42)' with path: '/id(42)/handler2'
[       OK ] ProcessTest.PercentEncodedURLs (3 ms)
[ RUN      ] ProcessTest.FirewallDisablePaths
I0630 06:41:09.087421 18803 process.cpp:2542] Returning '403 Forbidden' for '/testprocess/handler1' (firewall rule forbids request)
I0630 06:41:09.088801 18792 process.cpp:3322] Handling HTTP event for process 'testprocess' with path: '/testprocess/handler2'
I0630 06:41:09.090283 18803 process.cpp:2542] Returning '403 Forbidden' for '/testprocess/handler2/nested' (firewall rule forbids request)
I0630 06:41:09.091629 18795 process.cpp:3322] Handling HTTP event for process 'testprocess' with path: '/testprocess/handler2/nested/path'
I0630 06:41:09.093072 18791 process.cpp:3322] Handling HTTP event for process 'testprocess' with path: '/testprocess/handler3'
I0630 06:41:09.094534 18789 process.cpp:3322] Handling HTTP event for process 'testprocess' with path: '/testprocess/handler3/nested'
[       OK ] ProcessTest.FirewallDisablePaths (9 ms)
[ RUN      ] ProcessTest.FirewallUninstall
I0630 06:41:09.096261 18803 process.cpp:2542] Returning '403 Forbidden' for '/testprocess/handler1' (firewall rule forbids request)
I0630 06:41:09.097497 18803 process.cpp:2542] Returning '403 Forbidden' for '/testprocess/handler2' (firewall rule forbids request)
I0630 06:41:09.098737 18795 process.cpp:3322] Handling HTTP event for process 'testprocess' with path: '/testprocess/handler1'
I0630 06:41:09.100241 18798 process.cpp:3322] Handling HTTP event for process 'testprocess' with path: '/testprocess/handler2'
[       OK ] ProcessTest.FirewallUninstall (6 ms)
[----------] 30 tests from ProcessTest (81 ms total)

[----------] 6 tests from ProcessRemoteLinkTest
[ RUN      ] ProcessRemoteLinkTest.RemoteLink
sh: /mesos/build/3rdparty/libprocess/src/tests/test-linkee: No such file or directory
/mesos/3rdparty/libprocess/src/tests/process_tests.cpp:770: Failure
Failed to wait 15secs for event
/mesos/3rdparty/libprocess/src/tests/process_tests.cpp:760: Failure
Actual function call count doesn't match EXPECT_CALL(coordinator, visit(_))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
[  FAILED  ] ProcessRemoteLinkTest.RemoteLink (15004 ms)
[ RUN      ] ProcessRemoteLinkTest.RemoteRelink
sh: /mesos/build/3rdparty/libprocess/src/tests/test-linkee: No such file or directory
/mesos/3rdparty/libprocess/src/tests/process_tests.cpp:770: Failure
Failed to wait 15secs for event
/mesos/3rdparty/libprocess/src/tests/process_tests.cpp:760: Failure
Actual function call count doesn't match EXPECT_CALL(coordinator, visit(_))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
[  FAILED  ] ProcessRemoteLinkTest.RemoteRelink (15004 ms)
[ RUN      ] ProcessRemoteLinkTest.RemoteLinkRelink
sh: /mesos/build/3rdparty/libprocess/src/tests/test-linkee: No such file or directory
/mesos/3rdparty/libprocess/src/tests/process_tests.cpp:770: Failure
Failed to wait 15secs for event
/mesos/3rdparty/libprocess/src/tests/process_tests.cpp:760: Failure
Actual function call count doesn't match EXPECT_CALL(coordinator, visit(_))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
[  FAILED  ] ProcessRemoteLinkTest.RemoteLinkRelink (15004 ms)
[ RUN      ] ProcessRemoteLinkTest.RemoteDoubleLinkRelink
sh: /mesos/build/3rdparty/libprocess/src/tests/test-linkee: No such file or directory
/mesos/3rdparty/libprocess/src/tests/process_tests.cpp:770: Failure
Failed to wait 15secs for event
/mesos/3rdparty/libprocess/src/tests/process_tests.cpp:760: Failure
Actual function call count doesn't match EXPECT_CALL(coordinator, visit(_))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
[  FAILED  ] ProcessRemoteLinkTest.RemoteDoubleLinkRelink (15004 ms)
[ RUN      ] ProcessRemoteLinkTest.RemoteUseStaleLink
sh: /mesos/build/3rdparty/libprocess/src/tests/test-linkee: No such file or directory
/mesos/3rdparty/libprocess/src/tests/process_tests.cpp:770: Failure
Failed to wait 15secs for event
/mesos/3rdparty/libprocess/src/tests/process_tests.cpp:760: Failure
Actual function call count doesn't match EXPECT_CALL(coordinator, visit(_))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
[  FAILED  ] ProcessRemoteLinkTest.RemoteUseStaleLink (15004 ms)
[ RUN      ] ProcessRemoteLinkTest.RemoteStaleLinkRelink
sh: /mesos/build/3rdparty/libprocess/src/tests/test-linkee: No such file or directory
/mesos/3rdparty/libprocess/src/tests/process_tests.cpp:770: Failure
Failed to wait 15secs for event
/mesos/3rdparty/libprocess/src/tests/process_tests.cpp:760: Failure
Actual function call count doesn't match EXPECT_CALL(coordinator, visit(_))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
[  FAILED  ] ProcessRemoteLinkTest.RemoteStaleLinkRelink (15004 ms)
[----------] 6 tests from ProcessRemoteLinkTest (90024 ms total)

[----------] 3 tests from ReapTest
[ RUN      ] ReapTest.NonChildProcess
[       OK ] ReapTest.NonChildProcess (42 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (21 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (24 ms)
[----------] 3 tests from ReapTest (88 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (11 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (12 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (11 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (12 ms)
[----------] 4 tests from SequenceTest (46 ms total)

[----------] Global test environment tear-down
[==========] 165 tests from 24 test cases ran. (91283 ms total)
[  PASSED  ] 159 tests.
[  FAILED  ] 6 tests, listed below:
[  FAILED  ] ProcessRemoteLinkTest.RemoteLink
[  FAILED  ] ProcessRemoteLinkTest.RemoteRelink
[  FAILED  ] ProcessRemoteLinkTest.RemoteLinkRelink
[  FAILED  ] ProcessRemoteLinkTest.RemoteDoubleLinkRelink
[  FAILED  ] ProcessRemoteLinkTest.RemoteUseStaleLink
[  FAILED  ] ProcessRemoteLinkTest.RemoteStaleLinkRelink

 6 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

Reached unreachable statement at /mesos/3rdparty/stout/include/stout/ip.hpp:141
*** Aborted at 1467268959 (unix time) try "date -d @1467268959" if you are using GNU date ***
PC: @     0x7fb102edc5f7 __GI_raise
*** SIGABRT (@0x3e800004962) received by PID 18786 (TID 0x7fb1057338c0) from PID 18786; stack trace: ***
    @     0x7fb103a98100 (unknown)
    @     0x7fb102edc5f7 __GI_raise
    @     0x7fb102eddce8 __GI_abort
    @           0xce896a Unreachable()
    @           0xce89e1 net::IP::isAny()
    @           0xce8aeb process::UPID::operator!()
    @           0xffa8ab process::wait()
    @           0xd8a2a7 process::wait()
    @           0xff0ccb process::ProcessManager::~ProcessManager()
    @           0xfe939b process::finalize()
    @           0xce0d0f main
    @     0x7fb102ec8b15 __libc_start_main
    @           0xce0b59 (unknown)
make[3]: *** [CMakeFiles/check] Aborted
make[3]: Leaving directory `/mesos/build'
make[2]: Leaving directory `/mesos/build'
make[2]: *** [CMakeFiles/check.dir/all] Error 2
make[1]: *** [CMakeFiles/check.dir/rule] Error 2
make[1]: Leaving directory `/mesos/build'
make: *** [check] Error 2
+ docker rmi mesos-1467268375-29192
Untagged: mesos-1467268375-29192:latest
Deleted: 51f9c0348679f193db6383230f77ac6cab385874105c58f1d3870a95b11186cb
Deleted: e1cc1c4f24688f7667ff2b4bc9537eaa328f05a19ab2e1e434f1b527459724aa
Deleted: 4e87757d7c7f5f3dcf4c2aaea0ed10a3ec18cc2c1a11a2e4f7bd8618f2499bbe
Deleted: 744f3f91641aafa3821eb4430f60f5df3b1c4d9346d182743d464fb60191c668
Deleted: 05454dec6a92820dc7fd665e2ed87773e1b0479577ee5451f1b8e2b566a1bd65
Deleted: 3bbbf0817575839c3684a249c9b7642c53b0d08964bc45df2fb48fdb1597d285
Deleted: e3f2b91db86f469108c6aa2e34351d5a49d219aeaf3e59c8254f71621767f42a
Deleted: 4c0ca8f3f6f6192620bb85dd492db81ca8fe7a78f389c12546926c72c6cabaf9
Deleted: efc2a2d444f644bc8f888cd657f735542bebcd140fe8c900acd50dd87b84e22c
Deleted: 8d58b8f5546ea5638443fcce7dbe2a27f3068097e2acaec7dea778f0d9155cb3
Deleted: c6a07c8441b7ae54a40799259ef450fef87ba2a132fbdc8c124c5523acd3a443
Deleted: 472db40ba7d9a77723fc71e32425ee9ce43f9628dfdd99817f65e57a8b5e9c65
Deleted: b890eaa4f6e861c551c5bccc1fc2d2cf3b24b1593d3e26992c22f3e2d2391722
Deleted: 25b0feb1f21b98144bfb7b16341e2e97ea0178b0efd862cd5723085fafa127f9
Deleted: 5718db938cddc79df5e73af2fd5a1ed8b5eed59dcbc8e2bf8701a1c237e8be06
Deleted: 4eb07e208c54fff5bb4dc8e39d9b5282db5798b67f2a08b9ea0ba39be6a3941d
Build step 'Execute shell' marked build as failure