See <https://jenkins.gem5.org/job/Nightly/243/display/redirect?page=changes>

Changes:

[gabe.black] arch-arm,base,dev: Eliminate the power() function from intmath.hh.

[Giacomo Travaglini] base: Adding static constexpr keywords to log2i

[gabe.black] cpu: Eliminate the unused "lane" interface from the ThreadContext.

[gabe.black] arch: Eliminate the "Lane" view of vector registers.

[gabe.black] arch: Simplify and correct style of VecReg types.

[gabe.black] arch,cpu: Stop using << and to_number for VecReg serialization.


------------------------------------------
[...truncated 303.08 KB...]
[----------] Global test environment set-up.
[----------] 7 tests from TrieTestData
[ RUN      ] TrieTestData.Empty
[       OK ] TrieTestData.Empty (1 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
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 19 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 10 tests from CyclesTest
[ RUN      ] CyclesTest.NoCycles
[       OK ] CyclesTest.NoCycles (0 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.
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 (3 ms total)

[----------] Global test environment tear-down
[==========] 8 tests from 1 test suite ran. (11 ms total)
[  PASSED  ] 8 tests.
build/NULL/sim/guest_abi.test.fast 
--gtest_output=xml:build/NULL/unittests.fast/sim/guest_abi.test.xml
[       OK ] UncontendedMutex.Lock (214 ms)
[ RUN      ] UncontendedMutex.HeavyContention
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 (1 ms)
[ RUN      ] ProxyPtr.NonConstOperators
[       OK ] ProxyPtr.NonConstOperators (0 ms)
[ RUN      ] ProxyPtr.GuestABI
[       OK ] ProxyPtr.GuestABI (0 ms)
[----------] 6 tests from ProxyPtr (3 ms total)

[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (7 ms total)
[  PASSED  ] 6 tests.
[       OK ] UncontendedMutex.HeavyContention (331 ms)
[----------] 2 tests from UncontendedMutex (545 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (545 ms total)
[  PASSED  ] 2 tests.
 [    LINK]  -> NULL/base/chunk_generator.test.fast.unstripped
 [    LINK]  -> NULL/base/intmath.test.fast.unstripped
build/NULL/base/chunk_generator.test.fast 
--gtest_output=xml:build/NULL/unittests.fast/base/chunk_generator.test.xml
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 9 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 9 tests from ChunkGeneratorTest
[ RUN      ] ChunkGeneratorTest.StartingConditions
[       OK ] ChunkGeneratorTest.StartingConditions (0 ms)
[ RUN      ] ChunkGeneratorTest.AdvanceToNextChunk
[       OK ] ChunkGeneratorTest.AdvanceToNextChunk (0 ms)
[ RUN      ] ChunkGeneratorTest.SkipBytes
[       OK ] ChunkGeneratorTest.SkipBytes (0 ms)
[ RUN      ] ChunkGeneratorTest.AdvanceToLastChunk
[       OK ] ChunkGeneratorTest.AdvanceToLastChunk (0 ms)
[ RUN      ] ChunkGeneratorTest.AdvanceToTheEnd
[       OK ] ChunkGeneratorTest.AdvanceToTheEnd (0 ms)
[ RUN      ] ChunkGeneratorTest.SmallerLastChunk
[       OK ] ChunkGeneratorTest.SmallerLastChunk (0 ms)
[ RUN      ] ChunkGeneratorTest.ChunkSizeGreaterThanTotalSize
[       OK ] ChunkGeneratorTest.ChunkSizeGreaterThanTotalSize (0 ms)
[ RUN      ] ChunkGeneratorTest.ChunkSizeZero
[       OK ] ChunkGeneratorTest.ChunkSizeZero (0 ms)
[ RUN      ] ChunkGeneratorTest.StartAtNonZero
[       OK ] ChunkGeneratorTest.StartAtNonZero (0 ms)
[----------] 9 tests from ChunkGeneratorTest (0 ms total)

[----------] Global test environment tear-down
[==========] 9 tests from 1 test suite ran. (1 ms total)
[  PASSED  ] 9 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 8 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 1 test from IntmathDeathTest
[ RUN      ] IntmathDeathTest.Log2iDeath
build/NULL/base/intmath.test.cc:157: Failure
Death test: { const int value = 0; log2i(value); }
    Result: failed to die.
 Error msg:
[  DEATH   ] 
build/NULL/base/intmath.test.cc:163: Failure
Death test: { const int value = -1; log2i(value); }
    Result: failed to die.
 Error msg:
[  DEATH   ] 
build/NULL/base/intmath.test.cc:169: Failure
Death test: { const int value = 5; log2i(value); }
    Result: failed to die.
 Error msg:
[  DEATH   ] 
[  FAILED  ] IntmathDeathTest.Log2iDeath (10 ms)
[----------] 1 test from IntmathDeathTest (10 ms total)

[----------] 7 tests from IntmathTest
[ RUN      ] IntmathTest.isPowerOf2
[       OK ] IntmathTest.isPowerOf2 (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)
[----------] 7 tests from IntmathTest (0 ms total)

[----------] Global test environment tear-down
[==========] 8 tests from 2 test suites ran. (10 ms total)
[  PASSED  ] 7 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/243/artifact/tests/testing-results/results.xml>
 is 1 day 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

Reply via email to