You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Tim Vaillancourt (JIRA)" <ji...@apache.org> on 2015/11/11 15:27:11 UTC

[jira] [Commented] (MESOS-3151) Reservation Test failed

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

Tim Vaillancourt commented on MESOS-3151:
-----------------------------------------

In case it helps: I'm getting this also on CentOS 7.1 x86_64 and Mesos 0.25.0 after following the recommended build steps from the Mesos website:

{code}
[ RUN      ] ReservationTest.CompatibleCheckpointedResourcesWithPersistentVolumes
tests/reservation_tests.cpp:1055: Failure
Value of: Resources(offer.resources()).contains(unreserved + unreservedDisk)
  Actual: false
Expected: true
2015-11-11 14:19:33,106:23484(0x7f580f1e1700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:50625] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2015-11-11 14:19:36,442:23484(0x7f580f1e1700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:50625] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2015-11-11 14:19:39,779:23484(0x7f580f1e1700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:50625] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2015-11-11 14:19:43,116:23484(0x7f580f1e1700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:50625] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2015-11-11 14:19:46,452:23484(0x7f580f1e1700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:50625] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
tests/reservation_tests.cpp:1076: Failure
Failed to wait 15secs for message1
*** Aborted at 1447251587 (unix time) try "date -d @1447251587" if you are using GNU date ***
PC: @                0x0 (unknown)
*** SIGSEGV (@0x0) received by PID 23484 (TID 0x7f585a9a8700) from PID 0; stack trace: ***
    @     0x7f582f9b9fbb (unknown)
    @     0x7f582f9be341 (unknown)
    @     0x7f586250b130 (unknown)
make[3]: *** [check-local] Segmentation fault (core dumped)
make[3]: Leaving directory `/home/tvaillancourt/rpmbuild/BUILD/mesos-0.25.0/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/tvaillancourt/rpmbuild/BUILD/mesos-0.25.0/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/tvaillancourt/rpmbuild/BUILD/mesos-0.25.0/src'
make: *** [check-recursive] Error 1
{code}

Cheers,

Tim

> Reservation Test failed
> -----------------------
>
>                 Key: MESOS-3151
>                 URL: https://issues.apache.org/jira/browse/MESOS-3151
>             Project: Mesos
>          Issue Type: Bug
>         Environment: Ubuntu 14.04.2
> OpenJDK 1.7.0_79
> IBM JDK 1.7.0 SR8
>            Reporter: Jihun Kang
>            Assignee: Jihun Kang
>
> Here is the details.
> {noformat}
> [ RUN      ] ReservationTest.CompatibleCheckpointedResourcesWithPersistentVolumes
> ../../src/tests/reservation_tests.cpp:1055: Failure
> Value of: Resources(offer.resources()).contains(unreserved + unreservedDisk)
>   Actual: false
> Expected: true
> 2015-07-27 17:31:16,280:9247(0x2ae20f41d700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:33182] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
> 2015-07-27 17:31:19,617:9247(0x2ae20f41d700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:33182] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
> 2015-07-27 17:31:22,951:9247(0x2ae20f41d700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:33182] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
> 2015-07-27 17:31:26,288:9247(0x2ae20f41d700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:33182] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
> ../../src/tests/reservation_tests.cpp:1076: Failure
> Failed to wait 15secs for message1
> *** Aborted at 1437985889 (unix time) try "date -d @1437985889" if you are using GNU date ***
> PC: @                0x0 (unknown)
> ../../3rdparty/libprocess/include/process/gmock.hpp:365: Failure
> Actual function call count doesn't match EXPECT_CALL(filter->mock, filter(testing::A<const MessageEvent&>()))...
>     Expected args: message matcher (8-byte object <C8-39 03-04 E2-2A 00-00>, 1-byte object <61>, 1-byte object <E6>)
>          Expected: to be called once
>            Actual: never called - unsatisfied and active
> ../../3rdparty/libprocess/include/process/gmock.hpp:365: Failure
> Actual function call count doesn't match EXPECT_CALL(filter->mock, filter(testing::A<const MessageEvent&>()))...
>     Expected args: message matcher (8-byte object <C8-39 03-04 E2-2A 00-00>, 1-byte object <61>, 1-byte object <E6>)
>          Expected: to be called once
>            Actual: never called - unsatisfied and active
> [  FAILED  ] ReservationTest.CompatibleCheckpointedResourcesWithPersistentVolumes (15354 ms)
> {noformat}



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