See <https://jenkins.gem5.org/job/Nightly/242/display/redirect?page=changes>
Changes:
[Giacomo Travaglini] base: Add log2i to calculate log2 for integers
[gabe.black] mem: Fix some transitive includes.
[gabe.black] base: Add a szext function for true sign extension.
[gabe.black] base: Remove "inline" from bitfield.hh.
------------------------------------------
[...truncated 378.41 KB...]
YOU HAVE 1 DISABLED TEST
build/NULL/base/temperature.test.fast
--gtest_output=xml:build/NULL/unittests.fast/base/temperature.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
build/NULL/base/trie.test.fast
--gtest_output=xml:build/NULL/unittests.fast/base/trie.test.xml
[ OK ] TemperatureTest.OutStream (0 ms)
[----------] 6 tests from TemperatureTest (1 ms total)
[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (1 ms total)
[ PASSED ] 6 tests.
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 (1 ms total)
[----------] Global test environment tear-down
[==========] 7 tests from 1 test suite ran. (1 ms total)
[ PASSED ] 7 tests.
build/NULL/base/types.test.fast
--gtest_output=xml:build/NULL/unittests.fast/base/types.test.xml
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 19 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 10 tests from CyclesTest
[ RUN ] CyclesTest.NoCycles
[ OK ] CyclesTest.NoCycles (1 ms)
[ RUN ] CyclesTest.PrefixIncrement
[ OK ] CyclesTest.PrefixIncrement (0 ms)
[ RUN ] CyclesTest.PrefixDecrement
[ OK ] CyclesTest.PrefixDecrement (0 ms)
[ RUN ] CyclesTest.InPlaceAddition
[ OK ] CyclesTest.InPlaceAddition (0 ms)
[ RUN ] CyclesTest.GreaterThanLessThan
[ OK ] CyclesTest.GreaterThanLessThan (0 ms)
[ RUN ] CyclesTest.AddCycles
[ OK ] CyclesTest.AddCycles (0 ms)
[ RUN ] CyclesTest.SubtractCycles
[ OK ] CyclesTest.SubtractCycles (0 ms)
[ RUN ] CyclesTest.ShiftRight
[ OK ] CyclesTest.ShiftRight (0 ms)
[ RUN ] CyclesTest.ShiftLeft
[ OK ] CyclesTest.ShiftLeft (0 ms)
[ RUN ] CyclesTest.OutStream
[ OK ] CyclesTest.OutStream (0 ms)
[----------] 10 tests from CyclesTest (1 ms total)
[----------] 5 tests from MicroPCTest
[ RUN ] MicroPCTest.CheckMicroPCRomBit
[ OK ] MicroPCTest.CheckMicroPCRomBit (0 ms)
[ RUN ] MicroPCTest.RomMicroPCTest
[ OK ] MicroPCTest.RomMicroPCTest (0 ms)
[ RUN ] MicroPCTest.NormalMicroPCTest
[ OK ] MicroPCTest.NormalMicroPCTest (0 ms)
[ RUN ] MicroPCTest.IsRomMicroPCTest
[ OK ] MicroPCTest.IsRomMicroPCTest (0 ms)
[ RUN ] MicroPCTest.IsNotRomMicroPCTest
[ OK ] MicroPCTest.IsNotRomMicroPCTest (0 ms)
[----------] 5 tests from MicroPCTest (0 ms total)
[----------] 4 tests from TypesTest
[ RUN ] TypesTest.FloatToBits32
[ OK ] TypesTest.FloatToBits32 (0 ms)
[ RUN ] TypesTest.floatToBits64
[ OK ] TypesTest.floatToBits64 (0 ms)
[ RUN ] TypesTest.floatsToBitsDoubleInput
[ OK ] TypesTest.floatsToBitsDoubleInput (0 ms)
[ RUN ] TypesTest.floatsToBitsFloatInput
[ OK ] TypesTest.floatsToBitsFloatInput (0 ms)
[----------] 4 tests from TypesTest (0 ms total)
[----------] Global test environment tear-down
[==========] 19 tests from 3 test suites ran. (1 ms total)
[ PASSED ] 19 tests.
build/NULL/base/uncontended_mutex.test.fast
--gtest_output=xml:build/NULL/unittests.fast/base/uncontended_mutex.test.xml
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from UncontendedMutex
[ RUN ] UncontendedMutex.Lock
build/NULL/sim/byteswap.test.fast
--gtest_output=xml:build/NULL/unittests.fast/sim/byteswap.test.xml
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 8 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 8 tests from ByteswapTest
[ RUN ] ByteswapTest.swap_byte64
[ OK ] ByteswapTest.swap_byte64 (0 ms)
[ RUN ] ByteswapTest.swap_byte32
[ OK ] ByteswapTest.swap_byte32 (0 ms)
[ RUN ] ByteswapTest.swap_byte16
[ OK ] ByteswapTest.swap_byte16 (0 ms)
[ RUN ] ByteswapTest.swap_byte
[ OK ] ByteswapTest.swap_byte (0 ms)
[ RUN ] ByteswapTest.htog
[ OK ] ByteswapTest.htog (0 ms)
[ RUN ] ByteswapTest.gtoh
[ OK ] ByteswapTest.gtoh (0 ms)
[ RUN ] ByteswapTest.betole
[ OK ] ByteswapTest.betole (0 ms)
[ RUN ] ByteswapTest.letobe
[ OK ] ByteswapTest.letobe (0 ms)
[----------] 8 tests from ByteswapTest (0 ms total)
[----------] Global test environment tear-down
[==========] 8 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 8 tests.
build/NULL/sim/guest_abi.test.fast
--gtest_output=xml:build/NULL/unittests.fast/sim/guest_abi.test.xml
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 GuestABI
[ RUN ] GuestABI.ABI_1D_args
[ OK ] GuestABI.ABI_1D_args (0 ms)
[ RUN ] GuestABI.ABI_Prepare
[ OK ] GuestABI.ABI_Prepare (0 ms)
[ RUN ] GuestABI.ABI_2D_args
[ OK ] GuestABI.ABI_2D_args (0 ms)
[ RUN ] GuestABI.ABI_TC_init
[ OK ] GuestABI.ABI_TC_init (0 ms)
[ RUN ] GuestABI.ABI_returns
[ OK ] GuestABI.ABI_returns (0 ms)
[ RUN ] GuestABI.dumpSimcall
[ OK ] GuestABI.dumpSimcall (0 ms)
[ RUN ] GuestABI.isVarArgs
[ OK ] GuestABI.isVarArgs (0 ms)
[----------] 7 tests from GuestABI (0 ms total)
[----------] Global test environment tear-down
[==========] 7 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 7 tests.
build/NULL/sim/proxy_ptr.test.fast
--gtest_output=xml:build/NULL/unittests.fast/sim/proxy_ptr.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 ProxyPtr
[ RUN ] ProxyPtr.Clean
[ OK ] ProxyPtr.Clean (0 ms)
[ RUN ] ProxyPtr.Dirty
[ OK ] ProxyPtr.Dirty (0 ms)
[ RUN ] ProxyPtr.LoadAndFlush
[ OK ] ProxyPtr.LoadAndFlush (0 ms)
[ RUN ] ProxyPtr.ConstOperators
[ OK ] ProxyPtr.ConstOperators (0 ms)
[ RUN ] ProxyPtr.NonConstOperators
[ OK ] ProxyPtr.NonConstOperators (0 ms)
[ RUN ] ProxyPtr.GuestABI
[ OK ] ProxyPtr.GuestABI (0 ms)
[----------] 6 tests from ProxyPtr (0 ms total)
[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 6 tests.
[ OK ] UncontendedMutex.Lock (201 ms)
[ RUN ] UncontendedMutex.HeavyContention
[ OK ] UncontendedMutex.HeavyContention (62 ms)
[----------] 2 tests from UncontendedMutex (264 ms total)
[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (264 ms total)
[ PASSED ] 2 tests.
[ STRIP] NULL/base/intmath.test.fast.unstripped -> .fast
build/NULL/base/intmath.test.fast
--gtest_output=xml:build/NULL/unittests.fast/base/intmath.test.xml
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 9 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 1 test from IntmathDeathTest
[ RUN ] IntmathDeathTest.Log2iDeath
build/NULL/base/intmath.test.cc:164: Failure
Death test: { const int value = 0; log2i(value); }
Result: failed to die.
Error msg:
[ DEATH ]
build/NULL/base/intmath.test.cc:170: Failure
Death test: { const int value = -1; log2i(value); }
Result: failed to die.
Error msg:
[ DEATH ]
build/NULL/base/intmath.test.cc:176: Failure
Death test: { const int value = 5; log2i(value); }
Result: failed to die.
Error msg:
[ DEATH ]
[ FAILED ] IntmathDeathTest.Log2iDeath (3 ms)
[----------] 1 test from IntmathDeathTest (3 ms total)
[----------] 8 tests from IntmathTest
[ RUN ] IntmathTest.isPowerOf2
[ OK ] IntmathTest.isPowerOf2 (0 ms)
[ RUN ] IntmathTest.power
[ OK ] IntmathTest.power (0 ms)
[ RUN ] IntmathTest.floorLog2
[ OK ] IntmathTest.floorLog2 (0 ms)
[ RUN ] IntmathTest.ceilLog2
[ OK ] IntmathTest.ceilLog2 (0 ms)
[ RUN ] IntmathTest.divCeil
[ OK ] IntmathTest.divCeil (0 ms)
[ RUN ] IntmathTest.roundUp
[ OK ] IntmathTest.roundUp (0 ms)
[ RUN ] IntmathTest.roundDown
[ OK ] IntmathTest.roundDown (0 ms)
[ RUN ] IntmathTest.Log2i
[ OK ] IntmathTest.Log2i (0 ms)
[----------] 8 tests from IntmathTest (0 ms total)
[----------] Global test environment tear-down
[==========] 9 tests from 2 test suites ran. (3 ms total)
[ PASSED ] 8 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] IntmathDeathTest.Log2iDeath
1 FAILED TEST
scons: *** [build/NULL/unittests.fast/base/intmath.test.xml] Error 1
scons: building terminated because of errors.
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/242/artifact/tests/testing-results/results.xml>
is 17 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