You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gilbert Song (JIRA)" <ji...@apache.org> on 2016/04/29 08:39:12 UTC

[jira] [Created] (MESOS-5309) PortMappingIsolatorTest.ROOT_NC_ContainerToContainerTCP failed.

Gilbert Song created MESOS-5309:
-----------------------------------

             Summary: PortMappingIsolatorTest.ROOT_NC_ContainerToContainerTCP failed.
                 Key: MESOS-5309
                 URL: https://issues.apache.org/jira/browse/MESOS-5309
             Project: Mesos
          Issue Type: Bug
          Components: isolation
         Environment: Fedora 23 with network isolator enabled
            Reporter: Gilbert Song


Here is the log:
{code}
[01:22:18] : [ RUN      ] PortMappingIsolatorTest.ROOT_NC_ContainerToContainerTCP
[01:22:18]W: I0429 01:22:18.416817 24850 port_mapping_tests.cpp:229] Using eth0 as the public interface
[01:22:18]W: I0429 01:22:18.417135 24850 port_mapping_tests.cpp:237] Using lo as the loopback interface
[01:22:18]W: I0429 01:22:18.429095 24850 resources.cpp:572] Parsing resources as JSON failed: cpus:2;mem:1024;disk:1024;ephemeral_ports:[30001-30999];ports:[31000-32000]
[01:22:18]W: Trying semicolon-delimited string format instead
[01:22:18]W: I0429 01:22:18.430194 24850 port_mapping.cpp:1557] Using eth0 as the public interface
[01:22:18]W: I0429 01:22:18.430490 24850 port_mapping.cpp:1582] Using lo as the loopback interface
[01:22:18]W: I0429 01:22:18.431619 24850 port_mapping.cpp:1869] /proc/sys/net/ipv4/neigh/default/gc_thresh3 = '1024'
[01:22:18]W: I0429 01:22:18.431668 24850 port_mapping.cpp:1869] /proc/sys/net/ipv4/neigh/default/gc_thresh1 = '128'
[01:22:18]W: I0429 01:22:18.431723 24850 port_mapping.cpp:1869] /proc/sys/net/ipv4/tcp_wmem = '4096	16384	4194304'
[01:22:18]W: I0429 01:22:18.431761 24850 port_mapping.cpp:1869] /proc/sys/net/ipv4/tcp_synack_retries = '5'
[01:22:18]W: I0429 01:22:18.431797 24850 port_mapping.cpp:1869] /proc/sys/net/core/rmem_max = '212992'
[01:22:18]W: I0429 01:22:18.431830 24850 port_mapping.cpp:1869] /proc/sys/net/core/somaxconn = '128'
[01:22:18]W: I0429 01:22:18.431864 24850 port_mapping.cpp:1869] /proc/sys/net/core/wmem_max = '212992'
[01:22:18]W: I0429 01:22:18.431900 24850 port_mapping.cpp:1869] /proc/sys/net/ipv4/tcp_rmem = '4096	87380	6291456'
[01:22:18]W: I0429 01:22:18.431933 24850 port_mapping.cpp:1869] /proc/sys/net/ipv4/tcp_keepalive_time = '7200'
[01:22:18]W: I0429 01:22:18.431967 24850 port_mapping.cpp:1869] /proc/sys/net/ipv4/neigh/default/gc_thresh2 = '512'
[01:22:18]W: I0429 01:22:18.432001 24850 port_mapping.cpp:1869] /proc/sys/net/core/netdev_max_backlog = '1000'
[01:22:18]W: I0429 01:22:18.432036 24850 port_mapping.cpp:1869] /proc/sys/net/ipv4/tcp_keepalive_intvl = '75'
[01:22:18]W: I0429 01:22:18.432070 24850 port_mapping.cpp:1869] /proc/sys/net/ipv4/tcp_keepalive_probes = '9'
[01:22:18]W: I0429 01:22:18.432101 24850 port_mapping.cpp:1869] /proc/sys/net/ipv4/tcp_max_syn_backlog = '512'
[01:22:18]W: I0429 01:22:18.432134 24850 port_mapping.cpp:1869] /proc/sys/net/ipv4/tcp_retries2 = '15'
[01:22:18]W: F0429 01:22:18.432205 24850 port_mapping_tests.cpp:448] CHECK_SOME(isolator): Failed to get realpath for bind mount root '/var/run/netns': Not found 
[01:22:18]W: *** Check failure stack trace: ***
[01:22:18]W:     @     0x7fc8dccfc986  google::LogMessage::Fail()
[01:22:18]W:     @     0x7fc8dccfc8df  google::LogMessage::SendToLog()
[01:22:18]W:     @     0x7fc8dccfc2d5  google::LogMessage::Flush()
[01:22:18]W:     @     0x7fc8dccff146  google::LogMessageFatal::~LogMessageFatal()
[01:22:18]W:     @           0xa6031d  _CheckFatal::~_CheckFatal()
[01:22:18]W:     @          0x1890d61  mesos::internal::tests::PortMappingIsolatorTest_ROOT_NC_ContainerToContainerTCP_Test::TestBody()
[01:22:18]W:     @          0x19437a8  testing::internal::HandleSehExceptionsInMethodIfSupported<>()
[01:22:18]W:     @          0x193e81a  testing::internal::HandleExceptionsInMethodIfSupported<>()
[01:22:18]W:     @          0x191f264  testing::Test::Run()
[01:22:18]W:     @          0x191fa1c  testing::TestInfo::Run()
[01:22:18]W:     @          0x192006d  testing::TestCase::Run()
[01:22:18]W:     @          0x1926bab  testing::internal::UnitTestImpl::RunAllTests()
[01:22:18]W:     @          0x194446f  testing::internal::HandleSehExceptionsInMethodIfSupported<>()
[01:22:18]W:     @          0x193f35a  testing::internal::HandleExceptionsInMethodIfSupported<>()
[01:22:18]W:     @          0x1925887  testing::UnitTest::Run()
[01:22:18]W:     @           0xf9131d  RUN_ALL_TESTS()
[01:22:18]W:     @           0xf90f15  main
[01:22:18]W:     @     0x7fc8d68d8580  __libc_start_main
[01:22:18]W:     @           0xa5e919  _start
[01:22:19]W: /mnt/teamcity/temp/agentTmp/custom_script1282998915150293546: line 3: 24850 Aborted                 (core dumped) GLOG_v=1 ./bin/mesos-tests.sh --verbose --gtest_filter="$GTEST_FILTER"
[01:22:19]W: Process exited with code 134
[01:22:19]i: ##teamcity[buildStatisticValue key='buildStageDuration:buildStepRUNNER_299' value='815124.0']
[01:22:19]E: Step Run tests (Command Line) failed
[01:22:19]i: ##teamcity[buildStatisticValue key='buildStageDuration:buildFinishing' value='8.0']
[01:22:19] : Publishing internal artifacts
[01:22:19] : Publishing 1 file using [WebPublisher]
[01:22:19] : Publishing 1 file using [ArtifactsCachePublisher]
[01:22:19]i: ##teamcity[buildStatisticValue key='buildStageDuration:artifactsPublishing' value='49.0']
[01:22:20] : Build finished
{code}



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