See 
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/267/changes>

Changes:

[vinodkone] Fixed initialization of slave resources to properly set
default resources.

From: Vinod Kone <[email protected]>
Review: https://reviews.apache.org/r/8171

[vinodkone] Added helpers to extract cpus, mem, disk and ports
from resources.

From: Vinod Kone <[email protected]>
Review: https://reviews.apache.org/r/8145

[vinodkone] Added 'MesosTest' test fixture to properly setup
and teardown slave working directory.

From: Vinod Kone <[email protected]>
Review: https://reviews.apache.org/r/8055

[vinodkone] Added string replace utility to stout.

From: Vinod Kone <[email protected]>
Review: https://reviews.apache.org/r/8043

[vinodkone] Added success logging for resource collection, and
fixed a monitoring issue caused by a gcc bug.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9640

[vinodkone] Added ResourceMonitor unit tests.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9636

[vinodkone] Fixed some webui issues introduced by resource monitoring.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/9633

------------------------------------------
[...truncated 2707 lines...]
[       OK ] ResourcesTest.Resources (0 ms)
[ RUN      ] ResourcesTest.Printing
[       OK ] ResourcesTest.Printing (0 ms)
[ RUN      ] ResourcesTest.InitializedIsEmpty
[       OK ] ResourcesTest.InitializedIsEmpty (0 ms)
[ RUN      ] ResourcesTest.BadResourcesNotAllocatable
[       OK ] ResourcesTest.BadResourcesNotAllocatable (0 ms)
[ RUN      ] ResourcesTest.ScalarEquals
[       OK ] ResourcesTest.ScalarEquals (1 ms)
[ RUN      ] ResourcesTest.ScalarSubset
[       OK ] ResourcesTest.ScalarSubset (0 ms)
[ RUN      ] ResourcesTest.ScalarAddition
[       OK ] ResourcesTest.ScalarAddition (0 ms)
[ RUN      ] ResourcesTest.ScalarSubtraction
[       OK ] ResourcesTest.ScalarSubtraction (0 ms)
[ RUN      ] ResourcesTest.RangesEquals
[       OK ] ResourcesTest.RangesEquals (0 ms)
[ RUN      ] ResourcesTest.RangesSubset
[       OK ] ResourcesTest.RangesSubset (0 ms)
[ RUN      ] ResourcesTest.RangesAddition
[       OK ] ResourcesTest.RangesAddition (0 ms)
[ RUN      ] ResourcesTest.RangesAddition2
[       OK ] ResourcesTest.RangesAddition2 (0 ms)
[ RUN      ] ResourcesTest.RangesAdditon3
[       OK ] ResourcesTest.RangesAdditon3 (0 ms)
[ RUN      ] ResourcesTest.RangesAddition4
[       OK ] ResourcesTest.RangesAddition4 (0 ms)
[ RUN      ] ResourcesTest.RangesSubtraction
[       OK ] ResourcesTest.RangesSubtraction (0 ms)
[ RUN      ] ResourcesTest.RangesSubtraction1
[       OK ] ResourcesTest.RangesSubtraction1 (0 ms)
[ RUN      ] ResourcesTest.RangesSubtraction2
[       OK ] ResourcesTest.RangesSubtraction2 (0 ms)
[ RUN      ] ResourcesTest.RangesSubtraction3
[       OK ] ResourcesTest.RangesSubtraction3 (0 ms)
[ RUN      ] ResourcesTest.RangesSubtraction4
[       OK ] ResourcesTest.RangesSubtraction4 (0 ms)
[ RUN      ] ResourcesTest.RangesSubtraction5
[       OK ] ResourcesTest.RangesSubtraction5 (0 ms)
[ RUN      ] ResourcesTest.RangesSubtraction6
[       OK ] ResourcesTest.RangesSubtraction6 (0 ms)
[ RUN      ] ResourcesTest.SetEquals
[       OK ] ResourcesTest.SetEquals (0 ms)
[ RUN      ] ResourcesTest.SetSubset
[       OK ] ResourcesTest.SetSubset (0 ms)
[ RUN      ] ResourcesTest.SetAddition
[       OK ] ResourcesTest.SetAddition (0 ms)
[ RUN      ] ResourcesTest.SetSubtraction
[       OK ] ResourcesTest.SetSubtraction (0 ms)
[ RUN      ] ResourcesTest.EmptyUnequal
[       OK ] ResourcesTest.EmptyUnequal (0 ms)
[----------] 27 tests from ResourcesTest (1 ms total)

[----------] 2 tests from ExamplesTest
[ RUN      ] ExamplesTest.TestFramework
[       OK ] ExamplesTest.TestFramework (6831 ms)
[ RUN      ] ExamplesTest.NoExecutorFramework
[       OK ] ExamplesTest.NoExecutorFramework (3367 ms)
[----------] 2 tests from ExamplesTest (10198 ms total)

[----------] 8 tests from ConfiguratorTest
[ RUN      ] ConfiguratorTest.Environment
[       OK ] ConfiguratorTest.Environment (0 ms)
[ RUN      ] ConfiguratorTest.DefaultOptions
[       OK ] ConfiguratorTest.DefaultOptions (1 ms)
[ RUN      ] ConfiguratorTest.CommandLine
[       OK ] ConfiguratorTest.CommandLine (0 ms)
[ RUN      ] ConfiguratorTest.ConfigFileWithConfDir
[       OK ] ConfiguratorTest.ConfigFileWithConfDir (0 ms)
[ RUN      ] ConfiguratorTest.CommandLineConfFlag
[       OK ] ConfiguratorTest.CommandLineConfFlag (0 ms)
[ RUN      ] ConfiguratorTest.LoadingPriorities
[       OK ] ConfiguratorTest.LoadingPriorities (9 ms)
[ RUN      ] ConfiguratorTest.ConfigFileSpacesIgnored
[       OK ] ConfiguratorTest.ConfigFileSpacesIgnored (1 ms)
[ RUN      ] ConfiguratorTest.MalformedConfigFile
[       OK ] ConfiguratorTest.MalformedConfigFile (0 ms)
[----------] 8 tests from ConfiguratorTest (11 ms total)

[----------] 5 tests from Multihashmap
[ RUN      ] Multihashmap.Put
[       OK ] Multihashmap.Put (0 ms)
[ RUN      ] Multihashmap.Remove
[       OK ] Multihashmap.Remove (0 ms)
[ RUN      ] Multihashmap.Size
[       OK ] Multihashmap.Size (0 ms)
[ RUN      ] Multihashmap.Iterator
[       OK ] Multihashmap.Iterator (0 ms)
[ RUN      ] Multihashmap.Foreach
[       OK ] Multihashmap.Foreach (0 ms)
[----------] 5 tests from Multihashmap (0 ms total)

[----------] 1 test from ProtobufIOTest
[ RUN      ] ProtobufIOTest.Basic
[       OK ] ProtobufIOTest.Basic (626 ms)
[----------] 1 test from ProtobufIOTest (626 ms total)

[----------] 3 tests from Stout
[ RUN      ] Stout.Error
[       OK ] Stout.Error (0 ms)
[ RUN      ] Stout.None
[       OK ] Stout.None (0 ms)
[ RUN      ] Stout.Duration
[       OK ] Stout.Duration (0 ms)
[----------] 3 tests from Stout (0 ms total)

[----------] 21 tests from StoutStringsTest
[ RUN      ] StoutStringsTest.Format
[       OK ] StoutStringsTest.Format (1 ms)
[ RUN      ] StoutStringsTest.Remove
[       OK ] StoutStringsTest.Remove (0 ms)
[ RUN      ] StoutStringsTest.Replace
[       OK ] StoutStringsTest.Replace (0 ms)
[ RUN      ] StoutStringsTest.Trim
[       OK ] StoutStringsTest.Trim (0 ms)
[ RUN      ] StoutStringsTest.Tokenize
[       OK ] StoutStringsTest.Tokenize (0 ms)
[ RUN      ] StoutStringsTest.TokenizeStringWithDelimsAtStart
[       OK ] StoutStringsTest.TokenizeStringWithDelimsAtStart (0 ms)
[ RUN      ] StoutStringsTest.TokenizeStringWithDelimsAtEnd
[       OK ] StoutStringsTest.TokenizeStringWithDelimsAtEnd (0 ms)
[ RUN      ] StoutStringsTest.TokenizeStringWithDelimsAtStartAndEnd
[       OK ] StoutStringsTest.TokenizeStringWithDelimsAtStartAndEnd (0 ms)
[ RUN      ] StoutStringsTest.TokenizeWithMultipleDelims
[       OK ] StoutStringsTest.TokenizeWithMultipleDelims (0 ms)
[ RUN      ] StoutStringsTest.TokenizeEmptyString
[       OK ] StoutStringsTest.TokenizeEmptyString (0 ms)
[ RUN      ] StoutStringsTest.TokenizeDelimOnlyString
[       OK ] StoutStringsTest.TokenizeDelimOnlyString (0 ms)
[ RUN      ] StoutStringsTest.SplitEmptyString
[       OK ] StoutStringsTest.SplitEmptyString (0 ms)
[ RUN      ] StoutStringsTest.SplitDelimOnlyString
[       OK ] StoutStringsTest.SplitDelimOnlyString (0 ms)
[ RUN      ] StoutStringsTest.Split
[       OK ] StoutStringsTest.Split (0 ms)
[ RUN      ] StoutStringsTest.SplitStringWithDelimsAtStart
[       OK ] StoutStringsTest.SplitStringWithDelimsAtStart (0 ms)
[ RUN      ] StoutStringsTest.SplitStringWithDelimsAtEnd
[       OK ] StoutStringsTest.SplitStringWithDelimsAtEnd (0 ms)
[ RUN      ] StoutStringsTest.SplitStringWithDelimsAtStartAndEnd
[       OK ] StoutStringsTest.SplitStringWithDelimsAtStartAndEnd (0 ms)
[ RUN      ] StoutStringsTest.SplitWithMultipleDelims
[       OK ] StoutStringsTest.SplitWithMultipleDelims (0 ms)
[ RUN      ] StoutStringsTest.Pairs
[       OK ] StoutStringsTest.Pairs (0 ms)
[ RUN      ] StoutStringsTest.StartsWith
[       OK ] StoutStringsTest.StartsWith (0 ms)
[ RUN      ] StoutStringsTest.Contains
[       OK ] StoutStringsTest.Contains (0 ms)
[----------] 21 tests from StoutStringsTest (1 ms total)

[----------] 9 tests from StoutUtilsTest
[ RUN      ] StoutUtilsTest.rmdir
[       OK ] StoutUtilsTest.rmdir (1 ms)
[ RUN      ] StoutUtilsTest.nonblock
[       OK ] StoutUtilsTest.nonblock (1 ms)
[ RUN      ] StoutUtilsTest.touch
[       OK ] StoutUtilsTest.touch (1 ms)
[ RUN      ] StoutUtilsTest.readWriteString
[       OK ] StoutUtilsTest.readWriteString (2 ms)
[ RUN      ] StoutUtilsTest.find
[       OK ] StoutUtilsTest.find (2 ms)
[ RUN      ] StoutUtilsTest.uname
[       OK ] StoutUtilsTest.uname (1 ms)
[ RUN      ] StoutUtilsTest.sysname
[       OK ] StoutUtilsTest.sysname (0 ms)
[ RUN      ] StoutUtilsTest.release
[       OK ] StoutUtilsTest.release (1 ms)
[ RUN      ] StoutUtilsTest.hashset
[       OK ] StoutUtilsTest.hashset (1 ms)
[----------] 9 tests from StoutUtilsTest (10 ms total)

[----------] 1 test from StoutUUIDTest
[ RUN      ] StoutUUIDTest.test
[       OK ] StoutUUIDTest.test (1 ms)
[----------] 1 test from StoutUUIDTest (1 ms total)

[----------] 5 tests from StoutMultihashmapTest
[ RUN      ] StoutMultihashmapTest.Put
[       OK ] StoutMultihashmapTest.Put (0 ms)
[ RUN      ] StoutMultihashmapTest.Remove
[       OK ] StoutMultihashmapTest.Remove (0 ms)
[ RUN      ] StoutMultihashmapTest.Size
[       OK ] StoutMultihashmapTest.Size (0 ms)
[ RUN      ] StoutMultihashmapTest.Iterator
[       OK ] StoutMultihashmapTest.Iterator (0 ms)
[ RUN      ] StoutMultihashmapTest.Foreach
[       OK ] StoutMultihashmapTest.Foreach (0 ms)
[----------] 5 tests from StoutMultihashmapTest (0 ms total)

[----------] 1 test from StoutJsonTest
[ RUN      ] StoutJsonTest.BinaryData
[       OK ] StoutJsonTest.BinaryData (0 ms)
[----------] 1 test from StoutJsonTest (0 ms total)

[----------] 1 test from ZooKeeper
[ RUN      ] ZooKeeper.URL
[       OK ] ZooKeeper.URL (0 ms)
[----------] 1 test from ZooKeeper (0 ms total)

[----------] 1 test from KillTreeTest
[ RUN      ] KillTreeTest.KillTree
[       OK ] KillTreeTest.KillTree (156 ms)
[----------] 1 test from KillTreeTest (156 ms total)

[----------] 3 tests from ExceptionTest
[ RUN      ] ExceptionTest.DeactivateFrameworkOnAbort
[       OK ] ExceptionTest.DeactivateFrameworkOnAbort (783 ms)
[ RUN      ] ExceptionTest.DisallowSchedulerActionsOnAbort
[       OK ] ExceptionTest.DisallowSchedulerActionsOnAbort (861 ms)
[ RUN      ] ExceptionTest.DisallowSchedulerCallbacksOnAbort
[       OK ] ExceptionTest.DisallowSchedulerCallbacksOnAbort (485 ms)
[----------] 3 tests from ExceptionTest (2129 ms total)

[----------] 2 tests from AttributesTest
[ RUN      ] AttributesTest.Parsing
[       OK ] AttributesTest.Parsing (0 ms)
[ RUN      ] AttributesTest.Equality
[       OK ] AttributesTest.Equality (0 ms)
[----------] 2 tests from AttributesTest (0 ms total)

[----------] 1 test from MasterDetectorTest
[ RUN      ] MasterDetectorTest.File
[       OK ] MasterDetectorTest.File (214 ms)
[----------] 1 test from MasterDetectorTest (214 ms total)

[----------] 1 test from SorterTest
[ RUN      ] SorterTest.DRFSorter
[       OK ] SorterTest.DRFSorter (1 ms)
[----------] 1 test from SorterTest (1 ms total)

[----------] 1 test from DRFAllocatorTest
[ RUN      ] DRFAllocatorTest.DRFAllocatorProcess
../../src/tests/allocator_tests.cpp:215: Failure
Failed
Waited too long for 'resourceOfferTrigger3'
/bin/bash: line 5:  3917 Segmentation fault      ${dir}$tst
FAIL: mesos-tests
==================
1 of 1 test failed
==================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/src'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/src'>
make[1]: *** [check] Error 2
make[1]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/src'>
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure

Reply via email to