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

Changes:

[Bobby R. Bruce] arch-mips: Replaced `BigEndianByteOrder` in MIPS


------------------------------------------
[...truncated 872.33 KB...]
[       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.ToNumber64BitInt
[       OK ] StrTest.ToNumber64BitInt (0 ms)
[ RUN      ] StrTest.ToNumber64BitIntInvalidString
[       OK ] StrTest.ToNumber64BitIntInvalidString (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.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)
[----------] 42 tests from StrTest (16 ms total)

[----------] Global test environment tear-down
[==========] 42 tests from 1 test case ran. (22 ms total)
[  PASSED  ] 42 tests.
 [     CXX] NULL/sim/proxy_ptr.test.cc -> .o
build/NULL/base/trie.test.opt 
--gtest_output=xml:build/NULL/unittests.opt/base/trie.test.xml
 [    LINK]  -> NULL/sim/byteswap.test.opt
Running main() from gtest_main.cc
[==========] Running 7 tests from 1 test case.
[----------] 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 (0 ms total)

[----------] Global test environment tear-down
[==========] 7 tests from 1 test case ran. (0 ms total)
[  PASSED  ] 7 tests.
build/NULL/sim/byteswap.test.opt 
--gtest_output=xml:build/NULL/unittests.opt/sim/byteswap.test.xml
Running main() from gtest_main.cc
[==========] Running 8 tests from 1 test case.
[----------] 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 (1 ms total)

[----------] Global test environment tear-down
[==========] 8 tests from 1 test case ran. (1 ms total)
[  PASSED  ] 8 tests.
 [    LINK]  -> NULL/sim/guest_abi.test.opt
build/NULL/sim/guest_abi.test.opt 
--gtest_output=xml:build/NULL/unittests.opt/sim/guest_abi.test.xml
Running main() from gtest_main.cc
[==========] Running 7 tests from 1 test case.
[----------] 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 (1 ms total)

[----------] Global test environment tear-down
[==========] 7 tests from 1 test case ran. (14 ms total)
[  PASSED  ] 7 tests.
 [    LINK]  -> NULL/sim/proxy_ptr.test.opt
build/NULL/sim/proxy_ptr.test.opt 
--gtest_output=xml:build/NULL/unittests.opt/sim/proxy_ptr.test.xml
Running main() from gtest_main.cc
[==========] Running 6 tests from 1 test case.
[----------] 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 case ran. (1 ms total)
[  PASSED  ] 6 tests.
scons: done building targets.
*** 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.
Warning: Header file <png.h> not found.
         This host has no libpng library.
         Disabling support for PNG framebuffers.
[Nightly] $ /bin/sh -xe /tmp/jenkins3807746525532449186.sh
+ cd tests
+ ./main.py run --length long -j4 -t4
Running the new gem5 testing script.
For more information see TESTING.md.
To see details as the testing scripts are running, use the option -v, -vv, or 
-vvv
================================================================================
Loading Tests
Discovered 2544 tests and 2544 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/asmtest/tests.py>
Discovered 264 tests and 132 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/cpu_tests/test.py>
Discovered 24 tests and 12 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/dram-lowp/test_dram_lowp.py>
Discovered 156 tests and 156 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/fs/linux/arm/test.py>
Discovered 270 tests and 135 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/hello_se/test_hello_se.py>
Discovered 24 tests and 12 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/insttest_se/test.py>
Discovered 48 tests and 48 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/learning_gem5/part1_test.py>
Discovered 48 tests and 24 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/learning_gem5/part2_test.py>
Discovered 18 tests and 9 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/learning_gem5/part3_test.py>
Discovered 12 tests and 6 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/m5_util/test_exit.py>
Discovered 0 tests and 0 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/m5threads_test_atomic/test.py>
Discovered 72 tests and 72 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/memory/test.py>
Discovered 18 tests and 18 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/test_build/test_build.py>
Discovered 18 tests and 18 suites in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/gem5/x86-boot-tests/test_linux_boot.py>
================================================================================
Running Tests from 34 suites
Results will be stored in 
<https://jenkins.gem5.org/job/Nightly/ws/tests/testing-results>
================================================================================
Building the following targets. This may take a while.
<https://jenkins.gem5.org/job/Nightly/ws/build/ARM/gem5.opt>
You may want to run with only a single ISA(--isa=), use --skip-build, or use 
'rerun'.
Building the following targets. This may take a while.
<https://jenkins.gem5.org/job/Nightly/ws/build/MIPS/gem5.opt>
You may want to run with only a single ISA(--isa=), use --skip-build, or use 
'rerun'.
Building the following targets. This may take a while.
<https://jenkins.gem5.org/job/Nightly/ws/build/SPARC/gem5.opt>
You may want to run with only a single ISA(--isa=), use --skip-build, or use 
'rerun'.
Building the following targets. This may take a while.
<https://jenkins.gem5.org/job/Nightly/ws/build/X86/gem5.opt>
You may want to run with only a single ISA(--isa=), use --skip-build, or use 
'rerun'.
Building the following targets. This may take a while.
<https://jenkins.gem5.org/job/Nightly/ws/build/POWER/gem5.opt>
You may want to run with only a single ISA(--isa=), use --skip-build, or use 
'rerun'.
Test: realview-simple-atomic-ARM-x86_64-opt Passed
Test: realview-switcheroo-full-ARM-x86_64-opt Passed
Test: realview-simple-atomic-checkpoint-ARM-x86_64-opt Passed
Test: realview-switcheroo-atomic-ARM-x86_64-opt Passed
Test: realview-minor-ARM-x86_64-opt Passed
Test: realview-switcheroo-noncaching-timing-ARM-x86_64-opt Passed
Test: realview-switcheroo-timing-ARM-x86_64-opt Passed
Test: realview64-o3-ARM-x86_64-opt Passed
Test: realview-simple-timing-ARM-x86_64-opt Passed
Test: realview64-minor-ARM-x86_64-opt Passed
Test: realview64-o3-dual-ARM-x86_64-opt Passed
Test: realview-switcheroo-o3-ARM-x86_64-opt Passed
Test: realview-o3-ARM-x86_64-opt Passed
Test: test-hello-linux-DerivO3CPU-MIPS-x86_64-opt Passed
Test: test-hello-linux-DerivO3CPU-MIPS-x86_64-opt-MatchStdoutNoPerf Passed
Test: test-hello-linux-TimingSimpleCPU-SPARC-x86_64-opt Passed
Test: test-hello-linux-TimingSimpleCPU-SPARC-x86_64-opt-MatchStdoutNoPerf Passed
Test: test-hello-linux-AtomicSimpleCPU-SPARC-x86_64-opt Passed
Test: test-hello-linux-AtomicSimpleCPU-SPARC-x86_64-opt-MatchStdoutNoPerf Passed
Test: test-insttest-linux-AtomicSimpleCPU-SPARC-x86_64-opt Passed
Test: test-insttest-linux-AtomicSimpleCPU-SPARC-x86_64-opt-MatchStdoutNoPerf 
Passed
Test: test-insttest-linux-TimingSimpleCPU-SPARC-x86_64-opt Passed
Test: test-insttest-linux-TimingSimpleCPU-SPARC-x86_64-opt-MatchStdoutNoPerf 
Passed
Test: simple_test-MIPS-x86_64-opt Passed
Test: two_level_test-MIPS-x86_64-opt Passed
Test: build-SPARC-opt Passed
Test: build-MIPS-opt Passed
Test: build-POWER-opt Passed
Test: test-ubuntu_boot-atomic_cpu-1_cpus-init_boot-X86-x86_64-opt Failed
Test: test-ubuntu_boot-simple_cpu-1_cpus-init_boot-X86-x86_64-opt Failed
Test: test-ubuntu_boot-atomic_cpu-4_cpus-systemd_boot-X86-x86_64-opt Failed
Test: realview64-minor-dual-ARM-x86_64-opt Passed
Test: realview64-switcheroo-full-ARM-x86_64-opt Passed
Test: realview64-simple-timing-dual-ruby-ARM-x86_64-opt Passed
Test: test-hello-linux-TimingSimpleCPU-MIPS-x86_64-opt Passed
Test: test-hello-linux-TimingSimpleCPU-MIPS-x86_64-opt-MatchStdoutNoPerf Passed
Test: test-hello-linux-AtomicSimpleCPU-MIPS-x86_64-opt Passed
Test: test-hello-linux-AtomicSimpleCPU-MIPS-x86_64-opt-MatchStdoutNoPerf Passed
Test: realview64-switcheroo-o3-ARM-x86_64-opt Passed
Test: realview-simple-timing-ruby-ARM-x86_64-opt Passed
Test: realview64-simple-timing-ruby-ARM-x86_64-opt Passed
============== Results: 38 Passed, 3 Failed in 1.3e+04 seconds  ================
Build step 'Execute shell' marked build as failure
Archiving artifacts
_______________________________________________
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