See <https://jenkins.gem5.org/job/Nightly/212/display/redirect>

Changes:


------------------------------------------
[...truncated 172.90 KB...]
[----------] 4 tests from StatsStatStorTest
[ RUN      ] StatsStatStorTest.SetValueResult
[       OK ] StatsStatStorTest.SetValueResult (0 ms)
[ RUN      ] StatsStatStorTest.Prepare
[       OK ] StatsStatStorTest.Prepare (0 ms)
[ RUN      ] StatsStatStorTest.IncDec
[       OK ] StatsStatStorTest.IncDec (0 ms)
[ RUN      ] StatsStatStorTest.ZeroReset
[       OK ] StatsStatStorTest.ZeroReset (0 ms)
[----------] 4 tests from StatsStatStorTest (0 ms total)

[----------] 4 tests from StatsAvgStorTest
[ RUN      ] StatsAvgStorTest.SetValueResult
[       OK ] StatsAvgStorTest.SetValueResult (0 ms)
[ RUN      ] StatsAvgStorTest.Prepare
[       OK ] StatsAvgStorTest.Prepare (0 ms)
[ RUN      ] StatsAvgStorTest.IncDec
[       OK ] StatsAvgStorTest.IncDec (0 ms)
[ RUN      ] StatsAvgStorTest.ZeroReset
[       OK ] StatsAvgStorTest.ZeroReset (0 ms)
[----------] 4 tests from StatsAvgStorTest (0 ms total)

[----------] 5 tests from StatsDistStorTest
[ RUN      ] StatsDistStorTest.ZeroReset
[       OK ] StatsDistStorTest.ZeroReset (0 ms)
[ RUN      ] StatsDistStorTest.Size
[       OK ] StatsDistStorTest.Size (0 ms)
[ RUN      ] StatsDistStorTest.SamplePrepareSingle
[       OK ] StatsDistStorTest.SamplePrepareSingle (0 ms)
[ RUN      ] StatsDistStorTest.SamplePrepareMultiple
[       OK ] StatsDistStorTest.SamplePrepareMultiple (0 ms)
[ RUN      ] StatsDistStorTest.Reset
[       OK ] StatsDistStorTest.Reset (0 ms)
[----------] 5 tests from StatsDistStorTest (0 ms total)

[----------] 13 tests from StatsHistStorTest
[ RUN      ] StatsHistStorTest.ZeroReset
[       OK ] StatsHistStorTest.ZeroReset (1 ms)
[ RUN      ] StatsHistStorTest.Size
[       OK ] StatsHistStorTest.Size (0 ms)
[ RUN      ] StatsHistStorTest.SamplePrepareFit
[       OK ] StatsHistStorTest.SamplePrepareFit (0 ms)
[ RUN      ] StatsHistStorTest.SamplePrepareSingleGrowUp
[       OK ] StatsHistStorTest.SamplePrepareSingleGrowUp (0 ms)
[ RUN      ] StatsHistStorTest.SamplePrepareMultipleGrowUp
[       OK ] StatsHistStorTest.SamplePrepareMultipleGrowUp (0 ms)
[ RUN      ] StatsHistStorTest.SamplePrepareGrowDownOddBuckets
[       OK ] StatsHistStorTest.SamplePrepareGrowDownOddBuckets (0 ms)
[ RUN      ] StatsHistStorTest.SamplePrepareGrowDownEvenBuckets
[       OK ] StatsHistStorTest.SamplePrepareGrowDownEvenBuckets (0 ms)
[ RUN      ] StatsHistStorTest.SamplePrepareGrowDownGrowOutOddBuckets
[       OK ] StatsHistStorTest.SamplePrepareGrowDownGrowOutOddBuckets (0 ms)
[ RUN      ] StatsHistStorTest.SamplePrepareGrowDownGrowOutEvenBuckets
[       OK ] StatsHistStorTest.SamplePrepareGrowDownGrowOutEvenBuckets (0 ms)
[ RUN      ] StatsHistStorTest.SamplePrepareMultipleGrowOddBuckets
[       OK ] StatsHistStorTest.SamplePrepareMultipleGrowOddBuckets (0 ms)
[ RUN      ] StatsHistStorTest.SamplePrepareMultipleGrowEvenBuckets
[       OK ] StatsHistStorTest.SamplePrepareMultipleGrowEvenBuckets (0 ms)
[ RUN      ] StatsHistStorTest.Reset
[       OK ] StatsHistStorTest.Reset (0 ms)
[ RUN      ] StatsHistStorTest.Add
[       OK ] StatsHistStorTest.Add (0 ms)
[----------] 13 tests from StatsHistStorTest (1 ms total)

[----------] 3 tests from StatsSampleStorTest
[ RUN      ] StatsSampleStorTest.ZeroReset
[       OK ] StatsSampleStorTest.ZeroReset (0 ms)
[ RUN      ] StatsSampleStorTest.SamplePrepare
[       OK ] StatsSampleStorTest.SamplePrepare (0 ms)
[ RUN      ] StatsSampleStorTest.Size
[       OK ] StatsSampleStorTest.Size (0 ms)
[----------] 3 tests from StatsSampleStorTest (0 ms total)

[----------] 3 tests from StatsAvgSampleStorTest
[ RUN      ] StatsAvgSampleStorTest.ZeroReset
[       OK ] StatsAvgSampleStorTest.ZeroReset (0 ms)
[ RUN      ] StatsAvgSampleStorTest.SamplePrepare
[       OK ] StatsAvgSampleStorTest.SamplePrepare (0 ms)
[ RUN      ] StatsAvgSampleStorTest.Size
[       OK ] StatsAvgSampleStorTest.Size (0 ms)
[----------] 3 tests from StatsAvgSampleStorTest (0 ms total)

[----------] 2 tests from StatsSparseHistStorTest
[ RUN      ] StatsSparseHistStorTest.ZeroReset
[       OK ] StatsSparseHistStorTest.ZeroReset (0 ms)
[ RUN      ] StatsSparseHistStorTest.SamplePrepare
[       OK ] StatsSparseHistStorTest.SamplePrepare (0 ms)
[----------] 2 tests from StatsSparseHistStorTest (0 ms total)

[----------] Global test environment tear-down
[==========] 40 tests from 10 test suites ran. (38 ms total)
[  PASSED  ] 37 tests.
[  FAILED  ] 3 tests, listed below:
[  FAILED  ] StatsAvgStorDeathTest.Result
[  FAILED  ] StatsHistStorDeathTest.AddDifferentSize
[  FAILED  ] StatsHistStorDeathTest.AddDifferentMin

 3 FAILED TESTS
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 42 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 42 tests from StrTest
[ RUN      ] StrTest.EatLeadWhite
[       OK ] StrTest.EatLeadWhite (0 ms)
[ RUN      ] StrTest.EatLeadWhiteNoLeadingWhitespace
[       OK ] StrTest.EatLeadWhiteNoLeadingWhitespace (0 ms)
[ RUN      ] StrTest.EatEndWhite
[       OK ] StrTest.EatEndWhite (0 ms)
[ RUN      ] StrTest.EatEndWhiteNoTrailingWhitespace
[       OK ] StrTest.EatEndWhiteNoTrailingWhitespace (0 ms)
[ RUN      ] StrTest.EatWhite
[       OK ] StrTest.EatWhite (0 ms)
[ RUN      ] StrTest.EatWhiteNoWhitespace
[       OK ] StrTest.EatWhiteNoWhitespace (0 ms)
[ RUN      ] StrTest.ToLower
[       OK ] StrTest.ToLower (0 ms)
[ RUN      ] StrTest.SplitFirst
[       OK ] StrTest.SplitFirst (0 ms)
[ RUN      ] StrTest.SplitFirstNoChar
[       OK ] StrTest.SplitFirstNoChar (0 ms)
[ RUN      ] StrTest.SplitFirstOnFirstChar
[       OK ] StrTest.SplitFirstOnFirstChar (0 ms)
[ RUN      ] StrTest.SplitLast
[       OK ] StrTest.SplitLast (0 ms)
[ RUN      ] StrTest.SplitLastNoChar
[       OK ] StrTest.SplitLastNoChar (0 ms)
[ RUN      ] StrTest.SplitLastOnLastChar
[       OK ] StrTest.SplitLastOnLastChar (0 ms)
[ RUN      ] StrTest.TokenizeOnSpace
[       OK ] StrTest.TokenizeOnSpace (0 ms)
[ RUN      ] StrTest.TokenizeOnSpaceIgnFalse
[       OK ] StrTest.TokenizeOnSpaceIgnFalse (1 ms)
[ RUN      ] StrTest.TokenizedTokenDoesNotExist
[       OK ] StrTest.TokenizedTokenDoesNotExist (0 ms)
[ RUN      ] StrTest.ToNumber8BitInt
[       OK ] StrTest.ToNumber8BitInt (0 ms)
[ RUN      ] StrTest.ToNumber8BitIntStringOutOfRange
[       OK ] StrTest.ToNumber8BitIntStringOutOfRange (0 ms)
[ RUN      ] StrTest.ToNumber8BitIntInvalidString
[       OK ] StrTest.ToNumber8BitIntInvalidString (0 ms)
[ RUN      ] StrTest.ToNumberUnsigned8BitInt
[       OK ] StrTest.ToNumberUnsigned8BitInt (0 ms)
[ RUN      ] StrTest.ToNumberUnsigned8BitIntNegative
[       OK ] StrTest.ToNumberUnsigned8BitIntNegative (0 ms)
[ RUN      ] StrTest.ToNumber64BitInt
[       OK ] StrTest.ToNumber64BitInt (0 ms)
[ RUN      ] StrTest.ToNumber64BitIntInvalidString
[       OK ] StrTest.ToNumber64BitIntInvalidString (0 ms)
[ RUN      ] StrTest.ToNumberFloat
[       OK ] StrTest.ToNumberFloat (0 ms)
[ RUN      ] StrTest.ToNumberFloatIntegerString
[       OK ] StrTest.ToNumberFloatIntegerString (0 ms)
[ RUN      ] StrTest.ToNumberFloatNegative
[       OK ] StrTest.ToNumberFloatNegative (0 ms)
[ RUN      ] StrTest.ToNumberDouble
[       OK ] StrTest.ToNumberDouble (0 ms)
[ RUN      ] StrTest.ToNumberDoubleIntegerString
[       OK ] StrTest.ToNumberDoubleIntegerString (0 ms)
[ RUN      ] StrTest.ToNumberDoubleNegative
[       OK ] StrTest.ToNumberDoubleNegative (0 ms)
[ RUN      ] StrTest.ToBoolTrue
[       OK ] StrTest.ToBoolTrue (0 ms)
[ RUN      ] StrTest.ToBoolFalse
[       OK ] StrTest.ToBoolFalse (0 ms)
[ RUN      ] StrTest.ToBoolInvalidInput
[       OK ] StrTest.ToBoolInvalidInput (0 ms)
[ RUN      ] StrTest.QuoteStringNoSpace
[       OK ] StrTest.QuoteStringNoSpace (0 ms)
[ RUN      ] StrTest.QuoteStringWithSpace
[       OK ] StrTest.QuoteStringWithSpace (0 ms)
[ RUN      ] StrTest.QuoteQuotedString
[       OK ] StrTest.QuoteQuotedString (0 ms)
[ RUN      ] StrTest.QuoteStringWithTab
[       OK ] StrTest.QuoteStringWithTab (0 ms)
[ RUN      ] StrTest.StartswithDoubleStringDoesStartWith
[       OK ] StrTest.StartswithDoubleStringDoesStartWith (0 ms)
[ RUN      ] StrTest.StartswithDoubleStringDoesNotStartWith
[       OK ] StrTest.StartswithDoubleStringDoesNotStartWith (0 ms)
[ RUN      ] StrTest.StartswithDoubleCharArrayDoesStartWith
[       OK ] StrTest.StartswithDoubleCharArrayDoesStartWith (0 ms)
[ RUN      ] StrTest.StartswithDoubleCharArrayDoesNotStartWith
[       OK ] StrTest.StartswithDoubleCharArrayDoesNotStartWith (0 ms)
[ RUN      ] StrTest.StartswithStringCharArrayDoesStartWith
[       OK ] StrTest.StartswithStringCharArrayDoesStartWith (0 ms)
[ RUN      ] StrTest.StartswithStringCharArrayDoesNotStartWith
[       OK ] StrTest.StartswithStringCharArrayDoesNotStartWith (0 ms)
[----------] 42 tests from StrTest (1 ms total)

[----------] Global test environment tear-down
[==========] 42 tests from 1 test suite ran. (1 ms total)
[  PASSED  ] 42 tests.
build/NULL/base/trie.test.fast 
--gtest_output=xml:build/NULL/unittests.fast/base/trie.test.xml
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from TemperatureTest
[ RUN      ] TemperatureTest.Constructor
[       OK ] TemperatureTest.Constructor (0 ms)
[ RUN      ] TemperatureTest.Conversion
[       OK ] TemperatureTest.Conversion (0 ms)
[ RUN      ] TemperatureTest.Comparison
[       OK ] TemperatureTest.Comparison (0 ms)
[ RUN      ] TemperatureTest.BinaryOperators
[       OK ] TemperatureTest.BinaryOperators (0 ms)
[ RUN      ] TemperatureTest.AssignmentOperators
[       OK ] TemperatureTest.AssignmentOperators (0 ms)
[ RUN      ] TemperatureTest.OutStream
[       OK ] TemperatureTest.OutStream (0 ms)
[----------] 6 tests from TemperatureTest (0 ms total)

[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 6 tests.
scons: *** [build/NULL/unittests.fast/base/stats/storage.test.xml] Error 1
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from TrieTestData
[ RUN      ] TrieTestData.Empty
[       OK ] TrieTestData.Empty (0 ms)
[ RUN      ] TrieTestData.SingleEntry
[       OK ] TrieTestData.SingleEntry (0 ms)
[ RUN      ] TrieTestData.TwoOverlappingEntries
[       OK ] TrieTestData.TwoOverlappingEntries (0 ms)
[ RUN      ] TrieTestData.TwoOverlappingEntriesReversed
[       OK ] TrieTestData.TwoOverlappingEntriesReversed (0 ms)
[ RUN      ] TrieTestData.TwoIndependentEntries
[       OK ] TrieTestData.TwoIndependentEntries (0 ms)
[ RUN      ] TrieTestData.TwoEntries
[       OK ] TrieTestData.TwoEntries (0 ms)
[ RUN      ] TrieTestData.RemovingEntries
[       OK ] TrieTestData.RemovingEntries (0 ms)
[----------] 7 tests from TrieTestData (0 ms total)

[----------] Global test environment tear-down
[==========] 7 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 7 tests.
scons: building terminated because of errors.
*** Summary of Warnings ***
Warning: Your compiler doesn't support incremental linking and lto at the same
         time, so lto is being disabled. To force lto on anyway, use the
         --force-lto option. That will disable partial linking.
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording plot data
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found 
but none of them are new. Did leafNodes run? 
For example, 
<https://jenkins.gem5.org/job/Nightly/212/artifact/tests/testing-results/results.xml>
 is 4 days 11 hr old
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to