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

Changes:

[adrian.herrera] arch-arm: don't expose FEAT_VHE by default

[gabe.black] arch-arm,cpu: Introduce a getEMI virtual method on StaticInst.

[gabe.black] arch-arm,cpu: Use getEMI() in more places.

[odanrc] scons: Add an "All" compound debug flag

[gabe.black] misc: Re-remove Authors lines from source files.

[Giacomo Travaglini] arch-arm: Add destRegIdxArr arrays to TME instructions

[Bobby R. Bruce] tests: Increase presubmit (Kokoro) timeout to 6 hours

[Bobby R. Bruce] arch-riscv,misc: Fix clang missing override errors

[Bobby R. Bruce] gpu-compute,misc: Fix Clang missing override errors

[Bobby R. Bruce] gpu-compute,misc: Remove unused private variable

[Bobby R. Bruce] misc: Updated the RELEASE-NOTES and version number

[Bobby R. Bruce] scons,python: Fix `--without-python` flag

[Bobby R. Bruce] tests: Changed 'long' boot tests to X86 from GCN3_X86

[mattdsinclair] arch-x86: Make JRCXZ instruction do 64-bit jump

[mattdsinclair] arch-gcn3: Implementation of s_sleep

[shunhsingou] fastmodel: fix cntfrq in A76

[Bobby R. Bruce] misc: Revert version info for develop branch


------------------------------------------
[...truncated 156.16 KB...]
[ 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 (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.
build/NULL/sim/byteswap.test.debug 
--gtest_output=xml:build/NULL/unittests.debug/sim/byteswap.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
[       OK ] SatCounterTest.Shift (800 ms)
[ RUN      ] SatCounterTest.PrePostOperators
[       OK ] SatCounterTest.PrePostOperators (0 ms)
[ RUN      ] SatCounterTest.CopyMove
[       OK ] SatCounterTest.CopyMove (0 ms)
[ RUN      ] SatCounterTest.AddSubAssignment
[       OK ] SatCounterTest.AddSubAssignment (0 ms)
[ RUN      ] SatCounterTest.NegativeAddSubAssignment
[       OK ] SatCounterTest.NegativeAddSubAssignment (0 ms)
[ RUN      ] SatCounterTest.Size16
[       OK ] SatCounterTest.Size16 (0 ms)
[ RUN      ] SatCounterTest.Size32
[       OK ] SatCounterTest.Size32 (0 ms)
[ RUN      ] SatCounterTest.Size64
[       OK ] SatCounterTest.Size64 (0 ms)
[----------] 14 tests from SatCounterTest (800 ms total)

[----------] Global test environment tear-down
[==========] 14 tests from 1 test suite ran. (801 ms total)
[  PASSED  ] 14 tests.
build/NULL/sim/guest_abi.test.debug 
--gtest_output=xml:build/NULL/unittests.debug/sim/guest_abi.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/proxy_ptr.test.debug 
--gtest_output=xml:build/NULL/unittests.debug/sim/proxy_ptr.test.xml
[       OK ] StatsDistStorDeathTest.NoBucketSize (372 ms)
[----------] 1 test from StatsDistStorDeathTest (372 ms total)

[----------] 3 tests from StatsHistStorDeathTest
[ RUN      ] StatsHistStorDeathTest.NoBucketSize
[       OK ] UncontendedMutex.Lock (207 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. (1 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 ] StatsHistStorDeathTest.NoBucketSize (372 ms)
[ RUN      ] StatsHistStorDeathTest.AddDifferentSize
[       OK ] UncontendedMutex.HeavyContention (350 ms)
[----------] 2 tests from UncontendedMutex (557 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (558 ms total)
[  PASSED  ] 2 tests.
[       OK ] StatsHistStorDeathTest.AddDifferentSize (356 ms)
[ RUN      ] StatsHistStorDeathTest.AddDifferentMin
storage.test.debug: build/NULL/base/cast.hh:47: T safe_cast(U) [with T = const 
Stats::SampleStor::Params*; U = const Stats::StorageParams*]: Assertion `ret' 
failed.
[       OK ] StatsHistStorDeathTest.AddDifferentMin (370 ms)
[----------] 3 tests from StatsHistStorDeathTest (1098 ms total)

[----------] 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 (0 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 (1 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
Aborted (core dumped)
scons: *** [build/NULL/unittests.debug/base/stats/storage.test.xml] Error 134
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/209/artifact/tests/testing-results/results.xml>
 is 1 day 11 hr old
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to