[ 
https://issues.apache.org/jira/browse/MESOS-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232211#comment-14232211
 ] 

Cody Maloney commented on MESOS-2165:
-------------------------------------

Sample failure:
{code}
[==========] Running 534 tests from 96 test cases.
[----------] Global test environment set-up.
[----------] 3 tests from DRFAllocatorTest
[ RUN      ] DRFAllocatorTest.DRFAllocatorProcess

GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
../../src/tests/mesos.hpp:685:
    Function call: updateWhitelist(@0x7fd438000960 16-byte object <01-00 00-00 
D4-7F 00-00 00-00 00-00 00-00 00-00>)
Stack trace:
../../src/tests/allocator_tests.cpp:121: Failure
Failed to wait 10secs for offers1
../../src/tests/allocator_tests.cpp:116: Failure
Actual function call count doesn't match EXPECT_CALL(sched1, resourceOffers(_, 
_))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
../../src/tests/allocator_tests.cpp:113: Failure
Actual function call count doesn't match EXPECT_CALL(sched1, registered(_, _, 
_))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
../../src/tests/allocator_tests.cpp:95: Failure
Actual function call count doesn't match EXPECT_CALL(allocator, slaveAdded(_, 
_, _))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
../../src/tests/allocator_tests.cpp:111: Failure
Actual function call count doesn't match EXPECT_CALL(allocator, 
frameworkAdded(_, _, _))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
*** Aborted at 1417555092 (unix time) try "date -d @1417555092" if you are 
using GNU date ***
PC: @                0x0 (unknown)
*** SIGSEGV (@0x0) received by PID 24206 (TID 0x7fd4d7c7c880) from PID 0; stack 
trace: ***
    @     0x7fd4d1f4c130 (unknown)
make[4]: *** [check-local] Segmentation fault (core dumped)
make[4]: Leaving directory 
`/slave/asf_mesos/mesos_public_nopackage_build_dist/mesos-0.22.0/_build/src'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory 
`/slave/asf_mesos/mesos_public_nopackage_build_dist/mesos-0.22.0/_build/src'
make[2]: *** [check] Error 2
make[2]: Leaving directory 
`/slave/asf_mesos/mesos_public_nopackage_build_dist/mesos-0.22.0/_build/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory 
`/slave/asf_mesos/mesos_public_nopackage_build_dist/mesos-0.22.0/_build'
make: *** [distcheck] Error 1
program finished with exit code 2
elapsedTime=409.175519
{code}

> When cyrus sasl MD5 isn't installed configure passes, tests fail without any 
> output
> -----------------------------------------------------------------------------------
>
>                 Key: MESOS-2165
>                 URL: https://issues.apache.org/jira/browse/MESOS-2165
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Cody Maloney
>
> Sample Dockerfile to make such a host:
> {code}
> FROM centos:centos7
> RUN yum install -y epel-release gcc python-devel
> RUN yum install -y python-pip
> RUN yum install -y rpm-build redhat-rpm-config autoconf make gcc gcc-c++ 
> patch libtool git python-devel ruby-devel java-1.7.0-openjdk-devel zlib-devel 
> libcurl-devel openssl-devel cyrus-sasl-devel rubygems apr-devel 
> apr-util-devel subversion-devel maven libselinux-python
> {code}
> Use: 'docker run -i -t {imagename} /bin/bash' to run the image, get a shell 
> inside where you can 'git clone' mesos and build/run the tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to