See <https://jenkins.gem5.org/job/nightly/319/display/redirect?page=changes>
Changes:
[Giacomo Travaglini] arch-arm: Stop using the DmaPort in the TableWalker
[Giacomo Travaglini] arch: Make MMU::flushAll virtual
[odanrc] base: Add macros to deprecate namespaces and classes
[odanrc] dev: Rename Sinic namespace as sinic
[odanrc] dev: Rename TxdOp namespace as txd_op
[odanrc] dev: Rename CopyEngineReg namespace as copy_engine_reg
[odanrc] dev: Rename sinic::Regs namespace as sinic::registers
[odanrc] dev: Rename ps2 variables as ps2Device
[odanrc] dev: Rename Ps2 namespace as ps2
[odanrc] dev: Rename iGbReg namespace as igbreg
[odanrc] dev-arm: Rename SCMI namespace as scmi
[odanrc] arch: Rename some linux loader variables as linuxLoader
[odanrc] arch: Rename freebsd loader variables as freebsdLoader
[odanrc] gpu-compute: Rename prefetch variable as isPrefetch
[gabe.black] base: Initialize some variables in the wide multiply helpers.
[gabe.black] arch-x86: Work around a bug in g++ 6 and 7.
------------------------------------------
[...truncated 614.39 KB...]
[ RUN ] AddrRangeTest.InterleavingAddressAddRemoveInterlvBits
[ OK ] AddrRangeTest.InterleavingAddressAddRemoveInterlvBits (0 ms)
[ RUN ] AddrRangeTest.InterleavingAddressAddRemoveInterlvBitsTwoMasks
[ OK ] AddrRangeTest.InterleavingAddressAddRemoveInterlvBitsTwoMasks (0
ms)
[ RUN ] AddrRangeTest.AddRemoveInterleavBitsAcrossRange
[ OK ] AddrRangeTest.AddRemoveInterleavBitsAcrossRange (0 ms)
[ RUN ] AddrRangeTest.AddRemoveInterleavBitsAcrossContiguousRange
[ OK ] AddrRangeTest.AddRemoveInterleavBitsAcrossContiguousRange (1 ms)
[ RUN ] AddrRangeTest.InterleavingAddressesGetOffset
[ OK ] AddrRangeTest.InterleavingAddressesGetOffset (0 ms)
[ RUN ] AddrRangeTest.InterleavingLessThanStartEquals
[ OK ] AddrRangeTest.InterleavingLessThanStartEquals (0 ms)
[ RUN ] AddrRangeTest.InterleavingLessThanStartNotEquals
[ OK ] AddrRangeTest.InterleavingLessThanStartNotEquals (0 ms)
[ RUN ] AddrRangeTest.InterleavingEqualTo
[ OK ] AddrRangeTest.InterleavingEqualTo (0 ms)
[ RUN ] AddrRangeTest.InterleavingNotEqualTo
[ OK ] AddrRangeTest.InterleavingNotEqualTo (0 ms)
[ RUN ] AddrRangeTest.MergingInterleavingAddressRanges
[ OK ] AddrRangeTest.MergingInterleavingAddressRanges (0 ms)
[ RUN ] AddrRangeTest.MergingInterleavingAddressRangesOneRange
[ OK ] AddrRangeTest.MergingInterleavingAddressRangesOneRange (0 ms)
[ RUN ] AddrRangeTest.LegacyConstructorNoInterleaving
[ OK ] AddrRangeTest.LegacyConstructorNoInterleaving (0 ms)
[ RUN ] AddrRangeTest.LegacyConstructorOneBitMask
[ OK ] AddrRangeTest.LegacyConstructorOneBitMask (0 ms)
[ RUN ] AddrRangeTest.LegacyConstructorTwoBitMask
[ OK ] AddrRangeTest.LegacyConstructorTwoBitMask (0 ms)
[ RUN ] AddrRangeTest.LegacyConstructorTwoBitMaskWithXOR
[ OK ] AddrRangeTest.LegacyConstructorTwoBitMaskWithXOR (0 ms)
[ RUN ] AddrRangeTest.RangeExConstruction
[ OK ] AddrRangeTest.RangeExConstruction (0 ms)
[ RUN ] AddrRangeTest.RangeInConstruction
[ OK ] AddrRangeTest.RangeInConstruction (0 ms)
[ RUN ] AddrRangeTest.RangeSizeConstruction
[ OK ] AddrRangeTest.RangeSizeConstruction (0 ms)
[----------] 54 tests from AddrRangeTest (1 ms total)
[----------] Global test environment tear-down
[==========] 54 tests from 1 test suite ran. (1 ms total)
[ PASSED ] 54 tests.
YOU HAVE 6 DISABLED TESTS
[ OK ] LoggingDeathTest.ExitHelper (133 ms)
[ RUN ] LoggingDeathTest.WarnLoggerExitHelper
[ OK ] LoggingDeathTest.WarnLoggerExitHelper (134 ms)
[ RUN ] LoggingDeathTest.InfoLoggerExitHelper
[ OK ] LoggingDeathTest.InfoLoggerExitHelper (132 ms)
[ RUN ] LoggingDeathTest.HackLoggerExitHelper
[ OK ] LoggingDeathTest.HackLoggerExitHelper (132 ms)
[ RUN ] LoggingDeathTest.FatalLoggerExitHelper
[ OK ] LoggingDeathTest.FatalLoggerExitHelper (2 ms)
[ RUN ] LoggingDeathTest.PanicLoggerExitHelper
[ OK ] LoggingDeathTest.PanicLoggerExitHelper (133 ms)
[ RUN ] LoggingDeathTest.ExitMessage
build/NULL/base/str.test.prof
--gtest_output=xml:build/NULL/unittests.prof/base/str.test.xml
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 49 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 49 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 (0 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.ToNumberUnsigned8BitIntRoundDown
[ OK ] StrTest.ToNumberUnsigned8BitIntRoundDown (0 ms)
[ RUN ] StrTest.ToNumber8BitUnsignedLimit
[ OK ] StrTest.ToNumber8BitUnsignedLimit (0 ms)
[ RUN ] StrTest.ToNumber8BitUnsignedOutOfRange
[ OK ] StrTest.ToNumber8BitUnsignedOutOfRange (0 ms)
[ RUN ] StrTest.ToNumberUnsignedScientific
[ OK ] StrTest.ToNumberUnsignedScientific (0 ms)
[ RUN ] StrTest.ToNumberIntScientificNegative
[ OK ] StrTest.ToNumberIntScientificNegative (0 ms)
[ RUN ] StrTest.ToNumber64BitInt
[ OK ] StrTest.ToNumber64BitInt (0 ms)
[ RUN ] StrTest.ToNumber64BitIntInvalidString
[ OK ] StrTest.ToNumber64BitIntInvalidString (0 ms)
[ RUN ] StrTest.ToNumberEnum
[ OK ] StrTest.ToNumberEnum (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.ToNumberScientific
[ OK ] StrTest.ToNumberScientific (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)
[----------] 49 tests from StrTest (0 ms total)
[----------] Global test environment tear-down
[==========] 49 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 49 tests.
YOU HAVE 1 DISABLED TEST
[ OK ] LoggingDeathTest.ExitMessage (132 ms)
[ RUN ] LoggingDeathTest.Panic
[ OK ] LoggingDeathTest.Panic (135 ms)
[ RUN ] LoggingDeathTest.Fatal
[ OK ] LoggingDeathTest.Fatal (2 ms)
[ RUN ] LoggingDeathTest.PanicIf
[ OK ] LoggingDeathTest.PanicIf (134 ms)
[ RUN ] LoggingDeathTest.FatalIf
[ OK ] LoggingDeathTest.FatalIf (1 ms)
[ RUN ] LoggingDeathTest.ChattyAssert
[ SKIPPED ] LoggingDeathTest.ChattyAssert (0 ms)
[----------] 13 tests from LoggingDeathTest (1070 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. (1070 ms total)
[ PASSED ] 32 tests.
[ SKIPPED ] 2 tests, listed below:
[ SKIPPED ] LoggingDeathTest.EmptyPrefix
[ SKIPPED ] LoggingDeathTest.ChattyAssert
scons: done building targets.
*** Summary of Warnings ***
Warning: Deprecated namespaces are not supported by this compiler.
Please make sure to check the mailing list for deprecation
announcements.
[nightly] $ /bin/sh -xe /tmp/jenkins1916005551216613812.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/319/artifact/tests/testing-results/results.xml>
is 1 day 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