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

Michael Park commented on MESOS-3411:
-------------------------------------

Reopened to track the failure encountered on the Apache buildbot: 
https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu:14.04,label_exp=docker%7C%7CHadoop/921/console

{code}
I1013 09:54:08.882694 29149 master.cpp:5559] Processing TEARDOWN call for 
framework 4b0845cd-7ce9-4e7a-b5d1-bcf1c413ca39-0000 (default) at 
scheduler-62c161d7-60e9-4361-aae1-6431e60035f6@172.17.5.161:57074
I1013 09:54:08.882822 29149 master.cpp:5571] Removing framework 
4b0845cd-7ce9-4e7a-b5d1-bcf1c413ca39-0000 (default) at 
scheduler-62c161d7-60e9-4361-aae1-6431e60035f6@172.17.5.161:57074
../../src/tests/reservation_endpoints_tests.cpp:184: Failure
Mock function called more times than expected - taking default action specified 
at:
../../src/tests/mesos.hpp:1518:
    Function call: recoverResources(@0x2b1be400cc10 
4b0845cd-7ce9-4e7a-b5d1-bcf1c413ca39-0000, @0x2b1be4018f40 
4b0845cd-7ce9-4e7a-b5d1-bcf1c413ca39-S0, @0x2b1bc22fc390 { cpus(*):2, 
mem(*):1024, disk(*):1024, ports(*):[31000-32000] }, @0x2b1bc22fc3d0 40-byte 
object <01-00 00-00 1C-2B 00-00 0B-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 
00-00 00-00 00-00 00-00 00-00 80-3F 00-00 00-00>)
         Expected: to be called once
           Actual: called twice - over-saturated and active
I1013 09:54:08.884042 29149 hierarchical.hpp:599] Deactivated framework 
4b0845cd-7ce9-4e7a-b5d1-bcf1c413ca39-0000
I1013 09:54:08.884371 29149 hierarchical.hpp:1103] Recovered cpus(*):2; 
mem(*):1024; disk(*):1024; ports(*):[31000-32000] (total: cpus(*):2; 
mem(*):1024; disk(*):1024; ports(*):[31000-32000], allocated: ) on slave 
4b0845cd-7ce9-4e7a-b5d1-bcf1c413ca39-S0 from framework 
4b0845cd-7ce9-4e7a-b5d1-bcf1c413ca39-0000
I1013 09:54:08.884469 29149 hierarchical.hpp:552] Removed framework 
4b0845cd-7ce9-4e7a-b5d1-bcf1c413ca39-0000
{code}

> ReservationEndpointsTest.AvailableResources appears to be faulty
> ----------------------------------------------------------------
>
>                 Key: MESOS-3411
>                 URL: https://issues.apache.org/jira/browse/MESOS-3411
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Joseph Wu
>            Assignee: Michael Park
>             Fix For: 0.25.0
>
>
> The reviewbot failed a test, when building/testing an unrelated review 
> (https://reviews.apache.org/r/38077/)
> {code}
> [----------] 11 tests from ReservationEndpointsTest
> [ RUN      ] ReservationEndpointsTest.AvailableResources
> ../../src/tests/reservation_endpoints_tests.cpp:195: Failure
> Failed to wait 15secs for recoverResources
> ../../src/tests/reservation_endpoints_tests.cpp:191: Failure
> Actual function call count doesn't match EXPECT_CALL(allocator, 
> recoverResources(_, _, _, _))...
>          Expected: to be called once
>            Actual: never called - unsatisfied and active
> F0910 21:23:50.468192 21487 logging.cpp:57] RAW: Pure virtual method called
>     @     0x2b964be3f82e  google::LogMessage::Fail()
>     @     0x2b964be44ede  google::RawLog__()
>     @     0x2b964b20d1a6  __cxa_pure_virtual
>     @     0x2b964b2cd1ab  mesos::internal::master::Master::removeFramework()
>     @     0x2b964b2c6166  
> mesos::internal::master::Master::frameworkFailoverTimeout()
>     @     0x2b964b31446d  
> _ZZN7process8dispatchIN5mesos8internal6master6MasterERKNS1_11FrameworkIDERKNS_4TimeES5_S8_EEvRKNS_3PIDIT_EEMSC_FvT0_T1_ET2_T3_ENKUlPNS_11ProcessBaseEE_clESN_
>     @     0x2b964b366a5f  
> _ZNSt17_Function_handlerIFvPN7process11ProcessBaseEEZNS0_8dispatchIN5mesos8internal6master6MasterERKNS5_11FrameworkIDERKNS0_4TimeES9_SC_EEvRKNS0_3PIDIT_EEMSG_FvT0_T1_ET2_T3_EUlS2_E_E9_M_invokeERKSt9_Any_dataS2_
>     @     0x2b964bdcc55b  std::function<>::operator()()
>     @     0x2b964bdb5e41  process::ProcessBase::visit()
>     @     0x2b964bdb8cb0  process::DispatchEvent::visit()
>     @           0xb22bc6  process::ProcessBase::serve()
>     @     0x2b964bdb2348  process::ProcessManager::resume()
>     @     0x2b964bda6854  process::internal::schedule()
>     @     0x2b964be020e3  
> _ZNSt12_Bind_simpleIFPFvvEvEE9_M_invokeIJEEEvSt12_Index_tupleIJXspT_EEE
>     @     0x2b964be0203d  std::_Bind_simple<>::operator()()
>     @     0x2b964be01fd6  std::thread::_Impl<>::_M_run()
>     @     0x2b964d975a40  (unknown)
>     @     0x2b964e0ec182  start_thread
>     @     0x2b964e3fc47d  (unknown)
> make[4]: *** [check-local] Aborted
> make[4]: Leaving directory 
> `/home/jenkins/jenkins-slave/workspace/mesos-reviewbot/mesos-0.25.0/_build/src'
> make[3]: *** [check-am] Error 2
> make[3]: Leaving directory 
> `/home/jenkins/jenkins-slave/workspace/mesos-reviewbot/mesos-0.25.0/_build/src'
> make[2]: *** [check] Error 2
> make[2]: Leaving directory 
> `/home/jenkins/jenkins-slave/workspace/mesos-reviewbot/mesos-0.25.0/_build/src'
> make[1]: *** [check-recursive] Error 1
> make[1]: Leaving directory 
> `/home/jenkins/jenkins-slave/workspace/mesos-reviewbot/mesos-0.25.0/_build'
> make: *** [distcheck] Error 1
> {code}



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

Reply via email to