See <https://jenkins.gem5.org/job/nightly/318/display/redirect?page=changes>
Changes: [gabe.black] cpu: Collapse the SimpleCPUPolicy into O3CPUImpl. [gabe.black] base: Stop using macros in base/socket.test.cc. [gabe.black] cpu: Drop the DynInstPtr types from O3CPUImpl. [gabe.black] cpu: Remove the O3CPU type from the O3CPUImpl. [gabe.black] cpu: Remove comm types from O3CPUImpl. [gabe.black] cpu: Remove the MemDepPred template parameter from MemDepUnit. [gabe.black] cpu: De-templatize the O3 MemDepUnit. [gabe.black] cpu: De-templatize the O3 ROB. [Bobby R. Bruce] mem-ruby: Fix nonsensical check in MOESI_CMP_token-L1cache [gabe.black] arch-riscv: When an inst generates a fault, return it immediately. [gabe.black] cpu: De-templatize O3's LSQUnit. [gabe.black] cpu: De-templatize the O3 InstructionQueue. [gabe.black] cpu: De-templatize the O3 DefaultFetch. [gabe.black] cpu: De-templatize the O3 DefaultDecode. [gabe.black] cpu: De-templatize the O3 LSQ. [gabe.black] cpu: De-templatize the O3 DefaultIEW. [gabe.black] cpu: De-templatize the O3 DefaultRename. [gabe.black] cpu: De-templatize the O3 DefaultCommit. [gabe.black] cpu: De-templatize the O3ThreadContext. [gabe.black] cpu: Delete the unnecessary BaseO3CPU class. [gabe.black] cpu: De-templatize the FullO3CPU class. [gabe.black] cpu: De-templatize the O3ThreadState. [gabe.black] cpu: Delete the now unused cpu/o3/impl.hh. ------------------------------------------ [...truncated 491.59 KB...] [ 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 (0 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.prof --gtest_output=xml:build/NULL/unittests.prof/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.prof --gtest_output=xml:build/NULL/unittests.prof/sim/guest_abi.test.xml build/NULL/sim/proxy_ptr.test.prof --gtest_output=xml:build/NULL/unittests.prof/sim/proxy_ptr.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. 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 ] LoggingDeathTest.WarnLoggerExitHelper (133 ms) [ RUN ] LoggingDeathTest.InfoLoggerExitHelper [ OK ] UncontendedMutex.Lock (200 ms) [ RUN ] UncontendedMutex.HeavyContention [ OK ] UncontendedMutex.HeavyContention (35 ms) [----------] 2 tests from UncontendedMutex (235 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (235 ms total) [ PASSED ] 2 tests. [ OK ] LoggingDeathTest.InfoLoggerExitHelper (131 ms) [ RUN ] LoggingDeathTest.HackLoggerExitHelper [ OK ] LoggingDeathTest.HackLoggerExitHelper (135 ms) [ RUN ] LoggingDeathTest.FatalLoggerExitHelper [ OK ] LoggingDeathTest.FatalLoggerExitHelper (2 ms) [ RUN ] LoggingDeathTest.PanicLoggerExitHelper [ OK ] LoggingDeathTest.PanicLoggerExitHelper (131 ms) [ RUN ] LoggingDeathTest.ExitMessage [ OK ] LoggingDeathTest.ExitMessage (130 ms) [ RUN ] LoggingDeathTest.Panic [ OK ] LoggingDeathTest.Panic (131 ms) [ RUN ] LoggingDeathTest.Fatal [ OK ] LoggingDeathTest.Fatal (1 ms) [ RUN ] LoggingDeathTest.PanicIf [ OK ] LoggingDeathTest.PanicIf (132 ms) [ RUN ] LoggingDeathTest.FatalIf [ OK ] LoggingDeathTest.FatalIf (1 ms) [ RUN ] LoggingDeathTest.ChattyAssert [ SKIPPED ] LoggingDeathTest.ChattyAssert (0 ms) [----------] 13 tests from LoggingDeathTest (1063 ms total) [----------] 21 tests from LoggingFixture [ RUN ] LoggingFixture.BasicPrint [ OK ] LoggingFixture.BasicPrint (0 ms) [ RUN ] LoggingFixture.VariadicCharPrint [ OK ] LoggingFixture.VariadicCharPrint (0 ms) [ RUN ] LoggingFixture.VariadicStringPrint [ OK ] LoggingFixture.VariadicStringPrint (0 ms) [ RUN ] LoggingFixture.VariadicCharMissingPrint [ OK ] LoggingFixture.VariadicCharMissingPrint (0 ms) [ RUN ] LoggingFixture.VariadicStringMissingPrint [ OK ] LoggingFixture.VariadicStringMissingPrint (0 ms) [ RUN ] LoggingFixture.DisabledPrint [ OK ] LoggingFixture.DisabledPrint (0 ms) [ RUN ] LoggingFixture.WarnLoggerPrint [ OK ] LoggingFixture.WarnLoggerPrint (0 ms) [ RUN ] LoggingFixture.InfoLoggerPrint [ OK ] LoggingFixture.InfoLoggerPrint (0 ms) [ RUN ] LoggingFixture.HackLoggerPrint [ OK ] LoggingFixture.HackLoggerPrint (0 ms) [ RUN ] LoggingFixture.FatalLoggerPrint [ OK ] LoggingFixture.FatalLoggerPrint (0 ms) [ RUN ] LoggingFixture.PanicLoggerPrint [ OK ] LoggingFixture.PanicLoggerPrint (0 ms) [ RUN ] LoggingFixture.BaseMessage [ OK ] LoggingFixture.BaseMessage (0 ms) [ RUN ] LoggingFixture.BaseMessageOnce [ OK ] LoggingFixture.BaseMessageOnce (0 ms) [ RUN ] LoggingFixture.Warn [ OK ] LoggingFixture.Warn (0 ms) [ RUN ] LoggingFixture.Inform [ OK ] LoggingFixture.Inform (0 ms) [ RUN ] LoggingFixture.Hack [ OK ] LoggingFixture.Hack (0 ms) [ RUN ] LoggingFixture.WarnOnce [ OK ] LoggingFixture.WarnOnce (0 ms) [ RUN ] LoggingFixture.InformOnce [ OK ] LoggingFixture.InformOnce (0 ms) [ RUN ] LoggingFixture.HackOnce [ OK ] LoggingFixture.HackOnce (0 ms) [ RUN ] LoggingFixture.WarnIf [ OK ] LoggingFixture.WarnIf (0 ms) [ RUN ] LoggingFixture.WarnIfOnce [ OK ] LoggingFixture.WarnIfOnce (0 ms) [----------] 21 tests from LoggingFixture (0 ms total) [----------] Global test environment tear-down [==========] 34 tests from 2 test suites ran. (1063 ms total) [ PASSED ] 32 tests. [ SKIPPED ] 2 tests, listed below: [ SKIPPED ] LoggingDeathTest.EmptyPrefix [ SKIPPED ] LoggingDeathTest.ChattyAssert [ LINK] -> NULL/base/socket.test.prof build/NULL/base/socket.test.prof --gtest_output=xml:build/NULL/unittests.prof/base/socket.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 SocketTest [ RUN ] SocketTest.DefaultBehavior [ OK ] SocketTest.DefaultBehavior (0 ms) [ RUN ] SocketTest.DisableAll [ OK ] SocketTest.DisableAll (0 ms) [ RUN ] SocketTest.ListenToPort [ OK ] SocketTest.ListenToPort (0 ms) [ RUN ] SocketTest.ListenToPortReuseFalse [ OK ] SocketTest.ListenToPortReuseFalse (0 ms) [ RUN ] SocketTest.RelistenWithSameInstanceSamePort build/NULL/base/socket.cc:100: panic: Socket already listening! [ OK ] SocketTest.RelistenWithSameInstanceSamePort (1 ms) [ RUN ] SocketTest.RelistenWithSameInstanceDifferentPort [ OK ] SocketTest.RelistenWithSameInstanceDifferentPort (0 ms) [ RUN ] SocketTest.RelistenWithDifferentInstanceOnDifferentPort [ OK ] SocketTest.RelistenWithDifferentInstanceOnDifferentPort (0 ms) [ RUN ] SocketTest.RelistenWithDifferentInstanceOnSamePort [ OK ] SocketTest.RelistenWithDifferentInstanceOnSamePort (0 ms) [ RUN ] SocketTest.AcceptError [ OK ] SocketTest.AcceptError (0 ms) [----------] 9 tests from SocketTest (1 ms total) [----------] Global test environment tear-down build/NULL/base/socket.cc:100: panic: Socket already listening! [==========] 9 tests from 1 test suite ran. (1 ms total) [ PASSED ] 9 tests. scons: done building targets. [nightly] $ /bin/sh -xe /tmp/jenkins11662855065502275693.sh + pwd + pwd + pwd + docker run -u : --volume <https://jenkins.gem5.org/job/nightly/ws/>:<https://jenkins.gem5.org/job/nightly/ws/> -w <https://jenkins.gem5.org/job/nightly/ws/tests> --rm gcr.io/gem5-test/ubuntu-20.04_all-dependencies ./main.py run --length long --isa=X86,RISCV,ARM,NULL -j12 -t12 Build timed out (after 1,380 minutes). Marking the build as failed. Build was aborted 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/318/artifact/tests/testing-results/results.xml> is 22 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
