You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2015/01/16 02:22:34 UTC

[jira] [Created] (MESOS-2231) ExampleTest.LowLevelSchedulerLibprocess is flaky.

Benjamin Mahler created MESOS-2231:
--------------------------------------

             Summary: ExampleTest.LowLevelSchedulerLibprocess is flaky.
                 Key: MESOS-2231
                 URL: https://issues.apache.org/jira/browse/MESOS-2231
             Project: Mesos
          Issue Type: Bug
          Components: test
            Reporter: Benjamin Mahler


Different issue from MESOS-1785, looks like "double free or corruption", haven't seen this before:

{noformat}
[ RUN      ] ExamplesTest.LowLevelSchedulerLibprocess
Using temporary directory '/tmp/ExamplesTest_LowLevelSchedulerLibprocess_naU4BK'
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0115 19:21:55.344287 10350 process.cpp:958] libprocess is initialized on 67.195.81.189:45829 for 16 cpus
Enabling authentication for the scheduler
I0115 19:21:55.345615 10350 logging.cpp:177] Logging to STDERR
I0115 19:21:55.345639 10350 scheduler.cpp:146] Version: 0.22.0
I0115 19:21:55.520369 10350 leveldb.cpp:176] Opened db in 166.020335ms
I0115 19:21:55.586822 10350 leveldb.cpp:183] Compacted db in 66.394842ms
I0115 19:21:55.586971 10350 leveldb.cpp:198] Created db iterator in 69517ns
I0115 19:21:55.586993 10350 leveldb.cpp:204] Seeked to beginning of db in 4008ns
I0115 19:21:55.587000 10350 leveldb.cpp:273] Iterated through 0 keys in the db in 302ns
I0115 19:21:55.587183 10350 replica.cpp:744] Replica recovered with log positions 0 -> 0 with 1 holes and 0 unlearned
I0115 19:21:55.589311 10388 recover.cpp:449] Starting replica recovery
I0115 19:21:55.590361 10388 recover.cpp:475] Replica is in EMPTY status
I0115 19:21:55.594468 10376 replica.cpp:641] Replica in EMPTY status received a broadcasted recover request
I0115 19:21:55.595654 10382 recover.cpp:195] Received a recover response from a replica in EMPTY status
I0115 19:21:55.596400 10378 recover.cpp:566] Updating replica status to STARTING
I0115 19:21:55.605976 10383 master.cpp:262] Master 20150115-192155-3176252227-45829-10350 (proserpina.apache.org) started on 67.195.81.189:45829
I0115 19:21:55.606104 10383 master.cpp:308] Master only allowing authenticated frameworks to register
I0115 19:21:55.606127 10383 master.cpp:315] Master allowing unauthenticated slaves to register
I0115 19:21:55.606184 10383 credentials.hpp:36] Loading credentials for authentication from '/tmp/ExamplesTest_LowLevelSchedulerLibprocess_naU4BK/credentials'
W0115 19:21:55.606258 10383 credentials.hpp:51] Permissions on credentials file '/tmp/ExamplesTest_LowLevelSchedulerLibprocess_naU4BK/credentials' are too open. It is recommended that your credentials file is NOT accessible by others.
I0115 19:21:55.606578 10383 master.cpp:357] Authorization enabled
I0115 19:21:55.607563 10377 whitelist_watcher.cpp:65] No whitelist given
I0115 19:21:55.607799 10374 hierarchical_allocator_process.hpp:285] Initialized hierarchical allocator process
I0115 19:21:55.608512 10350 containerizer.cpp:102] Using isolation: posix/cpu,posix/mem
I0115 19:21:55.614555 10385 master.cpp:1219] The newly elected leader is master@67.195.81.189:45829 with id 20150115-192155-3176252227-45829-10350
I0115 19:21:55.614589 10385 master.cpp:1232] Elected as the leading master!
I0115 19:21:55.614630 10385 master.cpp:1050] Recovering from registrar
I0115 19:21:55.614897 10379 registrar.cpp:313] Recovering registrar
I0115 19:21:55.616330 10380 slave.cpp:173] Slave started on 1)@67.195.81.189:45829
I0115 19:21:55.617673 10350 containerizer.cpp:102] Using isolation: posix/cpu,posix/mem
I0115 19:21:55.624580 10384 slave.cpp:173] Slave started on 2)@67.195.81.189:45829
I0115 19:21:55.625908 10350 containerizer.cpp:102] Using isolation: posix/cpu,posix/mem
I0115 19:21:55.631642 10379 slave.cpp:173] Slave started on 3)@67.195.81.189:45829
I0115 19:21:55.634032 10388 scheduler.cpp:417] New master detected at master@67.195.81.189:45829
I0115 19:21:55.634084 10388 scheduler.cpp:466] Authenticating with master master@67.195.81.189:45829
I0115 19:21:55.634521 10382 authenticatee.hpp:114] Initializing client SASL
I0115 19:21:55.635840 10382 authenticatee.hpp:138] Creating new client SASL connection
I0115 19:21:55.636001 10385 master.cpp:881] Dropping 'mesos.internal.AuthenticateMessage' message since not recovered yet
I0115 19:21:55.637289 10380 slave.cpp:300] Slave resources: cpus(*):2; mem(*):10240; disk(*):3.70122e+06; ports(*):[31000-32000]
I0115 19:21:55.637296 10384 slave.cpp:300] Slave resources: cpus(*):2; mem(*):10240; disk(*):3.70122e+06; ports(*):[31000-32000]
I0115 19:21:55.637296 10379 slave.cpp:300] Slave resources: cpus(*):2; mem(*):10240; disk(*):3.70122e+06; ports(*):[31000-32000]
I0115 19:21:55.637423 10380 slave.cpp:329] Slave hostname: proserpina.apache.org
I0115 19:21:55.637447 10380 slave.cpp:330] Slave checkpoint: true
I0115 19:21:55.637480 10384 slave.cpp:329] Slave hostname: proserpina.apache.org
I0115 19:21:55.637521 10379 slave.cpp:329] Slave hostname: proserpina.apache.org
I0115 19:21:55.637547 10384 slave.cpp:330] Slave checkpoint: true
I0115 19:21:55.637593 10379 slave.cpp:330] Slave checkpoint: true
*** Error in `/home/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/src/.libs': double free or corruption (fasttop): 0x00002af7a4002da0 ***
../../src/tests/script.cpp:83: Failure
Failed
low_level_scheduler_libprocess_test.sh terminated with signal Aborted
[  FAILED  ] ExamplesTest.LowLevelSchedulerLibprocess (1689 ms)
{noformat}



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