See <https://jenkins.gem5.org/job/Nightly/67/display/redirect>

Changes:


------------------------------------------
[...truncated 61.64 KB...]
[ 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
build/NULL/sim/byteswap.test.opt 
--gtest_output=xml:build/NULL/unittests.opt/sim/byteswap.test.xml
[==========] 19 tests from 3 test cases ran. (1 ms total)
[  PASSED  ] 19 tests.
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 (0 ms total)

[----------] Global test environment tear-down
[==========] 8 tests from 1 test case ran. (0 ms total)
[  PASSED  ] 8 tests.
build/NULL/sim/guest_abi.test.opt 
--gtest_output=xml:build/NULL/unittests.opt/sim/guest_abi.test.xml
[       OK ] IntmathDeathTest.floorLog2 (325 ms)
[----------] 1 test from IntmathDeathTest (325 ms total)

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

[----------] Global test environment tear-down
[==========] 8 tests from 2 test cases ran. (325 ms total)
[  PASSED  ] 8 tests.
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 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 (0 ms total)

[----------] Global test environment tear-down
[==========] 7 tests from 1 test case ran. (0 ms total)
[  PASSED  ] 7 tests.
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. (0 ms total)
[  PASSED  ] 6 tests.
[       OK ] SatCounterTest.Shift (485 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)
[----------] 11 tests from SatCounterTest (485 ms total)

[----------] Global test environment tear-down
[==========] 11 tests from 1 test case ran. (485 ms total)
[  PASSED  ] 11 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/jenkins6720557523216527173.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-atomic-ARM-x86_64-opt Passed
Test: realview-switcheroo-full-ARM-x86_64-opt Passed
Test: realview-switcheroo-timing-ARM-x86_64-opt Passed
Test: realview-minor-ARM-x86_64-opt Passed
Test: realview-simple-atomic-checkpoint-ARM-x86_64-opt Passed
Test: realview-switcheroo-noncaching-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-o3-ARM-x86_64-opt Passed
Test: realview64-simple-timing-dual-ruby-ARM-x86_64-opt Failed
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: 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 Failed
Test: two_level_test-MIPS-x86_64-opt Failed
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: realview-switcheroo-o3-ARM-x86_64-opt Passed
Test: realview64-switcheroo-full-ARM-x86_64-opt Passed
Test: realview-simple-timing-ruby-ARM-x86_64-opt Failed
Test: realview64-simple-timing-ruby-ARM-x86_64-opt Failed
Test: realview64-minor-dual-ARM-x86_64-opt Passed
Test: realview64-switcheroo-o3-ARM-x86_64-opt Passed
============== Results: 33 Passed, 8 Failed in 5.1e+03 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