You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/08/13 22:12:44 UTC

Build failed in Jenkins: Mesos » clang,--verbose --enable-libevent,ubuntu:14.04,docker||Hadoop #705

See <https://builds.apache.org/job/Mesos/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent,OS=ubuntu%3A14.04,label_exp=docker%7C%7CHadoop/705/changes>

Changes:

[benjamin.mahler] Updated /scheduler endopint to use Request::acceptsMediaType.

[benjamin.mahler] Removed unnecessary std:: prefix in http_api_tests.cpp.

[benjamin.mahler] Ensure the Content-Type is set for the streaming scheduler endpoint.

[benjamin.mahler] Only accept POST requests for /scheduler endpoint.

------------------------------------------
[...truncated 86362 lines...]
I0813 20:12:57.695974 25570 replica.cpp:679] Persisted action at 0
I0813 20:12:57.696672 25566 replica.cpp:658] Replica received learned notice for position 0
I0813 20:12:57.731258 25566 leveldb.cpp:343] Persisting action (16 bytes) to leveldb took 34.566214ms
I0813 20:12:57.731299 25566 replica.cpp:679] Persisted action at 0
I0813 20:12:57.731329 25566 replica.cpp:664] Replica learned NOP action at position 0
I0813 20:12:57.731959 25571 log.cpp:677] Writer started with ending position 0
I0813 20:12:57.733041 25570 leveldb.cpp:438] Reading position from leveldb took 47112ns
I0813 20:12:57.736127 25567 registrar.cpp:344] Successfully fetched the registry (0B) in 240.28416ms
I0813 20:12:57.736239 25567 registrar.cpp:443] Applied 1 operations in 34118ns; attempting to update the 'registry'
I0813 20:12:57.739187 25580 log.cpp:685] Attempting to append 178 bytes to the log
I0813 20:12:57.739292 25578 coordinator.cpp:341] Coordinator attempting to write APPEND action at position 1
I0813 20:12:57.740128 25567 replica.cpp:511] Replica received write request for position 1
I0813 20:12:57.773074 25567 leveldb.cpp:343] Persisting action (197 bytes) to leveldb took 32.92803ms
I0813 20:12:57.773120 25567 replica.cpp:679] Persisted action at 1
I0813 20:12:57.773897 25566 replica.cpp:658] Replica received learned notice for position 1
I0813 20:12:57.806421 25566 leveldb.cpp:343] Persisting action (199 bytes) to leveldb took 32.509386ms
I0813 20:12:57.806463 25566 replica.cpp:679] Persisted action at 1
I0813 20:12:57.806499 25566 replica.cpp:664] Replica learned APPEND action at position 1
I0813 20:12:57.807622 25578 registrar.cpp:488] Successfully updated the 'registry' in 71.318016ms
I0813 20:12:57.807849 25578 registrar.cpp:374] Successfully recovered registrar
I0813 20:12:57.807914 25568 log.cpp:704] Attempting to truncate the log to 1
I0813 20:12:57.808063 25581 coordinator.cpp:341] Coordinator attempting to write TRUNCATE action at position 2
I0813 20:12:57.808341 25572 master.cpp:1334] Recovered 0 slaves from the Registry (139B) ; allowing 10mins for slaves to re-register
I0813 20:12:57.809137 25576 replica.cpp:511] Replica received write request for position 2
I0813 20:12:57.840109 25576 leveldb.cpp:343] Persisting action (16 bytes) to leveldb took 30.944921ms
I0813 20:12:57.840149 25576 replica.cpp:679] Persisted action at 2
I0813 20:12:57.840914 25571 replica.cpp:658] Replica received learned notice for position 2
I0813 20:12:57.873368 25571 leveldb.cpp:343] Persisting action (18 bytes) to leveldb took 32.437593ms
I0813 20:12:57.873456 25571 leveldb.cpp:401] Deleting ~1 keys from leveldb took 57590ns
I0813 20:12:57.873481 25571 replica.cpp:679] Persisted action at 2
I0813 20:12:57.873502 25571 replica.cpp:664] Replica learned TRUNCATE action at position 2
I0813 20:12:57.879839 25548 scheduler.cpp:157] Version: 0.24.0
I0813 20:12:57.882676 25570 scheduler.cpp:272] New master detected at master@172.17.1.220:52045
I0813 20:12:57.885778 25573 process.cpp:3043] Handling HTTP event for process 'master' with path: '/master/api/v1/scheduler'
I0813 20:12:57.886147 25573 master.cpp:1782] Received subscription request for HTTP framework 'default'
I0813 20:12:57.886171 25573 master.cpp:1563] Authorizing framework principal 'test-principal' to receive offers for role '*'
I0813 20:12:57.886570 25573 master.cpp:1874] Subscribing framework 'default' with checkpointing disabled and capabilities [  ]
I0813 20:12:57.886940 25576 hierarchical.hpp:391] Added framework 20150813-201257-3691057580-52045-25548-0000
I0813 20:12:57.886967 25576 hierarchical.hpp:1008] No resources available to allocate!
I0813 20:12:57.886981 25576 hierarchical.hpp:908] Performed allocation for 0 slaves in 29296ns
I0813 20:12:57.887161 25581 master.hpp:1305] Sending heartbeat to 20150813-201257-3691057580-52045-25548-0000
../../src/tests/scheduler_tests.cpp:168: Failure
Value of: event.get().type()
  Actual: HEARTBEAT
Expected: Event::SUBSCRIBED
Which is: SUBSCRIBED
../../src/tests/scheduler_tests.cpp:169: Failure
Value of: event.get().subscribed().framework_id()
  Actual: 
Expected: id
Which is: 20150813-201257-3691057580-52045-25548-0000
I0813 20:12:57.888938 25567 master.cpp:859] Master terminating
I0813 20:12:57.889107 25571 hierarchical.hpp:428] Removed framework 20150813-201257-3691057580-52045-25548-0000
I0813 20:12:57.889428 25581 scheduler.cpp:381] Ignoring event from old stale connection
I0813 20:12:57.890538 25582 process.cpp:2319] Returning '404 Not Found' for '/master/api/v1/scheduler'
I0813 20:12:57.891486 25578 scheduler.cpp:421] Enqueuing locally injected event ERROR
[  FAILED  ] SchedulerTest.Subscribe (555 ms)
[ RUN      ] SchedulerTest.TaskRunning
Using temporary directory '/tmp/SchedulerTest_TaskRunning_eVNcpX'
I0813 20:12:58.000051 25548 leveldb.cpp:176] Opened db in 105.008422ms
I0813 20:12:58.033843 25548 leveldb.cpp:183] Compacted db in 33.767156ms
I0813 20:12:58.033905 25548 leveldb.cpp:198] Created db iterator in 28716ns
I0813 20:12:58.033924 25548 leveldb.cpp:204] Seeked to beginning of db in 7659ns
I0813 20:12:58.033936 25548 leveldb.cpp:273] Iterated through 0 keys in the db in 6099ns
I0813 20:12:58.033969 25548 replica.cpp:744] Replica recovered with log positions 0 -> 0 with 1 holes and 0 unlearned
I0813 20:12:58.034410 25578 recover.cpp:449] Starting replica recovery
I0813 20:12:58.034953 25578 recover.cpp:475] Replica is in EMPTY status
I0813 20:12:58.036237 25579 replica.cpp:641] Replica in EMPTY status received a broadcasted recover request
I0813 20:12:58.036391 25577 recover.cpp:195] Received a recover response from a replica in EMPTY status
I0813 20:12:58.036909 25567 master.cpp:378] Master 20150813-201258-3691057580-52045-25548 (15fdc8efcff3) started on 172.17.1.220:52045
I0813 20:12:58.036949 25576 recover.cpp:566] Updating replica status to STARTING
I0813 20:12:58.036943 25567 master.cpp:380] Flags at startup: --acls="" --allocation_interval="1secs" --allocator="HierarchicalDRF" --authenticate="false" --authenticate_slaves="true" --authenticators="crammd5" --credentials="/tmp/SchedulerTest_TaskRunning_eVNcpX/credentials" --framework_sorter="drf" --help="false" --initialize_driver_logging="true" --log_auto_initialize="true" --logbufsecs="0" --logging_level="INFO" --max_slave_ping_timeouts="5" --quiet="false" --recovery_slave_removal_limit="100%" --registry="replicated_log" --registry_fetch_timeout="1mins" --registry_store_timeout="25secs" --registry_strict="true" --root_submissions="true" --slave_ping_timeout="15secs" --slave_reregister_timeout="10mins" --user_sorter="drf" --version="false" --webui_dir="/mesos/mesos-0.24.0/_inst/share/mesos/webui" --work_dir="/tmp/SchedulerTest_TaskRunning_eVNcpX/master" --zk_session_timeout="10secs"
I0813 20:12:58.037334 25567 master.cpp:427] Master allowing unauthenticated frameworks to register
I0813 20:12:58.037351 25567 master.cpp:430] Master only allowing authenticated slaves to register
I0813 20:12:58.037363 25567 credentials.hpp:37] Loading credentials for authentication from '/tmp/SchedulerTest_TaskRunning_eVNcpX/credentials'
I0813 20:12:58.037601 25567 master.cpp:469] Using default 'crammd5' authenticator
I0813 20:12:58.037705 25567 master.cpp:506] Authorization enabled
I0813 20:12:58.037853 25572 whitelist_watcher.cpp:79] No whitelist given
I0813 20:12:58.037891 25573 hierarchical.hpp:346] Initialized hierarchical allocator process
I0813 20:12:58.038669 25571 master.cpp:1524] The newly elected leader is master@172.17.1.220:52045 with id 20150813-201258-3691057580-52045-25548
I0813 20:12:58.038702 25571 master.cpp:1537] Elected as the leading master!
I0813 20:12:58.038720 25571 master.cpp:1307] Recovering from registrar
I0813 20:12:58.038825 25578 registrar.cpp:311] Recovering registrar
I0813 20:12:58.066889 25581 leveldb.cpp:306] Persisting metadata (8 bytes) to leveldb took 29.839292ms
I0813 20:12:58.066920 25581 replica.cpp:323] Persisted replica status to STARTING
I0813 20:12:58.067119 25577 recover.cpp:475] Replica is in STARTING status
I0813 20:12:58.068085 25568 replica.cpp:641] Replica in STARTING status received a broadcasted recover request
I0813 20:12:58.068384 25578 recover.cpp:195] Received a recover response from a replica in STARTING status
I0813 20:12:58.068848 25566 recover.cpp:566] Updating replica status to VOTING
I0813 20:12:58.100452 25580 leveldb.cpp:306] Persisting metadata (8 bytes) to leveldb took 31.400497ms
I0813 20:12:58.100492 25580 replica.cpp:323] Persisted replica status to VOTING
I0813 20:12:58.100636 25569 recover.cpp:580] Successfully joined the Paxos group
I0813 20:12:58.100880 25569 recover.cpp:464] Recover process terminated
I0813 20:12:58.101394 25567 log.cpp:661] Attempting to start the writer
I0813 20:12:58.102499 25576 replica.cpp:477] Replica received implicit promise request with proposal 1
I0813 20:12:58.133980 25576 leveldb.cpp:306] Persisting metadata (8 bytes) to leveldb took 31.446325ms
I0813 20:12:58.134024 25576 replica.cpp:345] Persisted promised to 1
I0813 20:12:58.134929 25567 coordinator.cpp:231] Coordinator attemping to fill missing position
I0813 20:12:58.136072 25580 replica.cpp:378] Replica received explicit promise request for position 0 with proposal 2
I0813 20:12:58.165397 25580 leveldb.cpp:343] Persisting action (8 bytes) to leveldb took 29.308076ms
I0813 20:12:58.165441 25580 replica.cpp:679] Persisted action at 0
I0813 20:12:58.166704 25568 replica.cpp:511] Replica received write request for position 0
I0813 20:12:58.166764 25568 leveldb.cpp:438] Reading position from leveldb took 40033ns
I0813 20:12:58.198899 25568 leveldb.cpp:343] Persisting action (14 bytes) to leveldb took 32.098239ms
I0813 20:12:58.198942 25568 replica.cpp:679] Persisted action at 0
I0813 20:12:58.199625 25581 replica.cpp:658] Replica received learned notice for position 0
I0813 20:12:58.222244 25581 leveldb.cpp:343] Persisting action (16 bytes) to leveldb took 22.601068ms
I0813 20:12:58.222290 25581 replica.cpp:679] Persisted action at 0
I0813 20:12:58.222313 25581 replica.cpp:664] Replica learned NOP action at position 0
I0813 20:12:58.223127 25575 log.cpp:677] Writer started with ending position 0
I0813 20:12:58.224192 25567 leveldb.cpp:438] Reading position from leveldb took 62519ns
I0813 20:12:58.227154 25568 registrar.cpp:344] Successfully fetched the registry (0B) in 188.290048ms
I0813 20:12:58.227283 25568 registrar.cpp:443] Applied 1 operations in 40321ns; attempting to update the 'registry'
I0813 20:12:58.230214 25575 log.cpp:685] Attempting to append 178 bytes to the log
I0813 20:12:58.230365 25579 coordinator.cpp:341] Coordinator attempting to write APPEND action at position 1
I0813 20:12:58.231201 25576 replica.cpp:511] Replica received write request for position 1
I0813 20:12:58.255575 25576 leveldb.cpp:343] Persisting action (197 bytes) to leveldb took 24.348847ms
I0813 20:12:58.255623 25576 replica.cpp:679] Persisted action at 1
I0813 20:12:58.256317 25575 replica.cpp:658] Replica received learned notice for position 1
I0813 20:12:58.280758 25575 leveldb.cpp:343] Persisting action (199 bytes) to leveldb took 24.430505ms
I0813 20:12:58.280788 25575 replica.cpp:679] Persisted action at 1
I0813 20:12:58.280803 25575 replica.cpp:664] Replica learned APPEND action at position 1
I0813 20:12:58.281621 25574 registrar.cpp:488] Successfully updated the 'registry' in 54.269184ms
I0813 20:12:58.281805 25574 registrar.cpp:374] Successfully recovered registrar
I0813 20:12:58.281980 25576 log.cpp:704] Attempting to truncate the log to 1
I0813 20:12:58.282163 25567 coordinator.cpp:341] Coordinator attempting to write TRUNCATE action at position 2
I0813 20:12:58.282210 25575 master.cpp:1334] Recovered 0 slaves from the Registry (139B) ; allowing 10mins for slaves to re-register
I0813 20:12:58.283138 25576 replica.cpp:511] Replica received write request for position 2
I0813 20:12:58.305826 25576 leveldb.cpp:343] Persisting action (16 bytes) to leveldb took 22.666137ms
I0813 20:12:58.305866 25576 replica.cpp:679] Persisted action at 2
I0813 20:12:58.306548 25571 replica.cpp:658] Replica received learned notice for position 2
I0813 20:12:58.331024 25571 leveldb.cpp:343] Persisting action (18 bytes) to leveldb took 24.460859ms
I0813 20:12:58.331110 25571 leveldb.cpp:401] Deleting ~1 keys from leveldb took 56505ns
I0813 20:12:58.331135 25571 replica.cpp:679] Persisted action at 2
I0813 20:12:58.331156 25571 replica.cpp:664] Replica learned TRUNCATE action at position 2
I0813 20:12:58.338248 25576 slave.cpp:190] Slave started on 211)@172.17.1.220:52045
I0813 20:12:58.338284 25576 slave.cpp:191] Flags at startup: --authenticatee="crammd5" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/SchedulerTest_TaskRunning_GfY8QP/credential" --default_role="*" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/SchedulerTest_TaskRunning_GfY8QP/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="false" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher_dir="/mesos/mesos-0.24.0/_build/src" --logbufsecs="0" --logging_level="INFO" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resource_monitoring_interval="1secs" --resources="cpus:2;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --version="false" --work_dir="/tmp/SchedulerTest_TaskRunning_GfY8QP"
I0813 20:12:58.338635 25576 credentials.hpp:85] Loading credential for authentication from '/tmp/SchedulerTest_TaskRunning_GfY8QP/credential'
I0813 20:12:58.338795 25576 slave.cpp:321] Slave using credential for: test-principal
I0813 20:12:58.339244 25576 slave.cpp:354] Slave resources: cpus(*):2; mem(*):1024; disk(*):1024; ports(*):[31000-32000]
I0813 20:12:58.339339 25576 slave.cpp:384] Slave hostname: 15fdc8efcff3
I0813 20:12:58.339357 25576 slave.cpp:389] Slave checkpoint: true
I0813 20:12:58.339387 25548 scheduler.cpp:157] Version: 0.24.0
I0813 20:12:58.340011 25566 state.cpp:54] Recovering state from '/tmp/SchedulerTest_TaskRunning_GfY8QP/meta'
I0813 20:12:58.340263 25569 status_update_manager.cpp:202] Recovering status update manager
I0813 20:12:58.340562 25581 slave.cpp:4069] Finished recovery
I0813 20:12:58.340916 25581 slave.cpp:4226] Querying resource estimator for oversubscribable resources
I0813 20:12:58.341147 25569 slave.cpp:684] New master detected at master@172.17.1.220:52045
I0813 20:12:58.341153 25578 status_update_manager.cpp:176] Pausing sending status updates
I0813 20:12:58.341307 25569 slave.cpp:747] Authenticating with master master@172.17.1.220:52045
I0813 20:12:58.341341 25569 slave.cpp:752] Using default CRAM-MD5 authenticatee
I0813 20:12:58.341781 25569 slave.cpp:720] Detecting new master
I0813 20:12:58.342098 25572 authenticatee.cpp:115] Creating new client SASL connection
I0813 20:12:58.342100 25567 scheduler.cpp:272] New master detected at master@172.17.1.220:52045
I0813 20:12:58.342133 25569 slave.cpp:4240] Received oversubscribable resources  from the resource estimator
I0813 20:12:58.342398 25581 master.cpp:4693] Authenticating slave(211)@172.17.1.220:52045
I0813 20:12:58.342633 25570 authenticator.cpp:407] Starting authentication session for crammd5_authenticatee(514)@172.17.1.220:52045
I0813 20:12:58.343127 25573 authenticator.cpp:92] Creating new server SASL connection
I0813 20:12:58.343353 25574 authenticatee.cpp:206] Received SASL authentication mechanisms: CRAM-MD5
I0813 20:12:58.343466 25574 authenticatee.cpp:232] Attempting to authenticate with mechanism 'CRAM-MD5'
I0813 20:12:58.343581 25567 authenticator.cpp:197] Received SASL authentication start
I0813 20:12:58.343633 25567 authenticator.cpp:319] Authentication requires more steps
I0813 20:12:58.343727 25574 authenticatee.cpp:252] Received SASL authentication step
I0813 20:12:58.343832 25569 authenticator.cpp:225] Received SASL authentication step
I0813 20:12:58.343880 25569 auxprop.cpp:102] Request to lookup properties for user: 'test-principal' realm: '15fdc8efcff3' server FQDN: '15fdc8efcff3' SASL_AUXPROP_VERIFY_AGAINST_HASH: false SASL_AUXPROP_OVERRIDE: false SASL_AUXPROP_AUTHZID: false 
I0813 20:12:58.343893 25569 auxprop.cpp:174] Looking up auxiliary property '*userPassword'
I0813 20:12:58.343922 25569 auxprop.cpp:174] Looking up auxiliary property '*cmusaslsecretCRAM-MD5'
I0813 20:12:58.344027 25569 auxprop.cpp:102] Request to lookup properties for user: 'test-principal' realm: '15fdc8efcff3' server FQDN: '15fdc8efcff3' SASL_AUXPROP_VERIFY_AGAINST_HASH: false SASL_AUXPROP_OVERRIDE: false SASL_AUXPROP_AUTHZID: true 
I0813 20:12:58.344048 25569 auxprop.cpp:124] Skipping auxiliary property '*userPassword' since SASL_AUXPROP_AUTHZID == true
I0813 20:12:58.344060 25569 auxprop.cpp:124] Skipping auxiliary property '*cmusaslsecretCRAM-MD5' since SASL_AUXPROP_AUTHZID == true
I0813 20:12:58.344081 25569 authenticator.cpp:311] Authentication success
I0813 20:12:58.344172 25574 authenticatee.cpp:292] Authentication success
I0813 20:12:58.344234 25569 master.cpp:4723] Successfully authenticated principal 'test-principal' at slave(211)@172.17.1.220:52045
I0813 20:12:58.344286 25581 authenticator.cpp:425] Authentication session cleanup for crammd5_authenticatee(514)@172.17.1.220:52045
I0813 20:12:58.344410 25569 process.cpp:3043] Handling HTTP event for process 'master' with path: '/master/api/v1/scheduler'
I0813 20:12:58.344611 25566 slave.cpp:815] Successfully authenticated with master master@172.17.1.220:52045
I0813 20:12:58.344777 25566 slave.cpp:1209] Will retry registration in 13.636588ms if necessary
I0813 20:12:58.344815 25569 master.cpp:1782] Received subscription request for HTTP framework 'default'
I0813 20:12:58.344837 25569 master.cpp:1563] Authorizing framework principal 'test-principal' to receive offers for role '*'
I0813 20:12:58.345151 25569 master.cpp:3635] Registering slave at slave(211)@172.17.1.220:52045 (15fdc8efcff3) with id 20150813-201258-3691057580-52045-25548-S0
I0813 20:12:58.345330 25569 master.cpp:1874] Subscribing framework 'default' with checkpointing disabled and capabilities [  ]
I0813 20:12:58.345439 25580 registrar.cpp:443] Applied 1 operations in 59670ns; attempting to update the 'registry'
I0813 20:12:58.345656 25572 hierarchical.hpp:391] Added framework 20150813-201258-3691057580-52045-25548-0000
I0813 20:12:58.345686 25572 hierarchical.hpp:1008] No resources available to allocate!
I0813 20:12:58.345701 25572 hierarchical.hpp:908] Performed allocation for 0 slaves in 29409ns
I0813 20:12:58.345746 25571 master.hpp:1305] Sending heartbeat to 20150813-201258-3691057580-52045-25548-0000
../../src/tests/scheduler_tests.cpp:227: Failure
Value of: event.get().type()
  Actual: HEARTBEAT
Expected: Event::OFFERS
Which is: OFFERS
../../src/tests/scheduler_tests.cpp:228: Failure
Expected: (0) != (event.get().offers().offers().size()), actual: 0 vs 0
[libprotobuf FATAL ../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src/google/protobuf/repeated_field.h:824] CHECK failed: (index) < (size()): 
I0813 20:12:58.348379 25576 log.cpp:685] Attempting to append 349 bytes to the log
../../src/tests/scheduler_tests.cpp:237: Failure
Actual function call count doesn't match EXPECT_CALL(containerizer, update(_, _))...
         Expected: to be called at least once
           Actual: never called - unsatisfied and active
../../src/tests/scheduler_tests.cpp:233: Failure
Actual function call count doesn't match EXPECT_CALL(exec, launchTask(_, _))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
../../src/tests/scheduler_tests.cpp:230: Failure
Actual function call count doesn't match EXPECT_CALL(exec, registered(_, _, _, _))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
unknown file: Failure
IC++ exception with description "CHECK failed: (index) < (size()): " thrown in the test body.
0813 20:12:58.348855 25568 coordinator.cpp:341] Coordinator attempting to write APPEND action at position 3
I0813 20:12:58.349597 25576 master.cpp:859] Master terminating
I0813 20:12:58.349676 25574 replica.cpp:511] Replica received write request for position 3
I0813 20:12:58.349812 25570 hierarchical.hpp:428] Removed framework 20150813-201258-3691057580-52045-25548-0000
I0813 20:12:58.350421 25577 slave.cpp:3143] master@172.17.1.220:52045 exited
W0813 20:12:58.350453 25577 slave.cpp:3146] Master disconnected! Waiting for a new master to be elected
I0813 20:12:58.359117 25569 slave.cpp:1209] Will retry registration in 4.562325ms if necessary
I0813 20:12:58.364466 25578 slave.cpp:1209] Will retry registration in 65.610574ms if necessary
I0813 20:12:58.375262 25574 leveldb.cpp:343] Persisting action (368 bytes) to leveldb took 25.436408ms
I0813 20:12:58.375305 25574 replica.cpp:679] Persisted action at 3
*** Aborted at 1439496778 (unix time) try "date -d @1439496778" if you are using GNU date ***
PC: @                0x0 (unknown)
I0813 20:12:58.430968 25581 slave.cpp:1209] Will retry registration in 10.710531ms if necessary
I0813 20:12:58.442353 25577 slave.cpp:1209] Will retry registration in 60.240446ms if necessary
*** SIGSEGV (@0x0) received by PID 25548 (TID 0x2b8971a6cb40) from PID 0; stack trace: ***
    @     0x2b8983547867 os::Linux::chained_handler()
    @     0x2b898354baf9 JVM_handle_linux_signal
    @     0x2b8977061340 (unknown)
make[4]: *** [check-local] Segmentation fault
make[4]: Leaving directory `/mesos/mesos-0.24.0/_build/src'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/mesos/mesos-0.24.0/_build/src'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-0.24.0/_build/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.24.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1439495571-29763
Untagged: mesos-1439495571-29763:latest
Deleted: 03bb0b77001e1da4daff457b9bb48d60ff3f3e9d1167ff30aaece839dbe1eb5e
Deleted: 4ab14bdd19d9eef1f5982339bfeff04e568e4dded1194afb1eb03ac493421fbc
Deleted: f6afcdd8a437316152f909ba9394d183578d7f89a1873acc5369f5e214c5e4b3
Deleted: c8849a35daf442f19b9bf5b518c3dbeee7fe1baac481a6057ab702a5832c5719
Deleted: 8b9cf5464a6981321f478efd5ca5178b42049efb5dded78e164de639e915927f
Deleted: 9abdacc7fe3353f64116e7f3e9ae53471c811a899462506e2c1b1d6e39e43f24
Deleted: 94221c8355f45fcc548ccab5b70083eaf21782cfe4ee5695bf3aee8b00bb200b
Deleted: 66a562f953d46965b6e57c178cd1a8ede456acb80907d89c8d5bb110e0bef84c
Deleted: 63b8ccfb9b503f33d13f78563b619a4110a672a303a40f6c5368f53460ee3bb0
Deleted: c9a700b47fe301df84e1b278be460b55212ebe30e946308dea85e375bea2133c
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos » clang,--verbose --enable-libevent,ubuntu:14.04,docker||Hadoop #706

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent,OS=ubuntu%3A14.04,label_exp=docker%7C%7CHadoop/706/changes>