See <https://jenkins.gem5.org/job/nightly/383/display/redirect?page=changes>
Changes:
[matthew.poremba] arch-vega: Implement PDE2 and PDE1 as PTE
[matthew.poremba] dev-amdgpu: Add an SDMA data debug flag
------------------------------------------
[...truncated 141.80 KB...]
[ OK ] LoggingFixture.WarnIfOnce (0 ms)
[----------] 21 tests from LoggingFixture (0 ms total)
[----------] Global test environment tear-down
[==========] 34 tests from 2 test suites ran. (1601 ms total)
[ PASSED ] 34 tests.
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.
+ unit_test debug
+ build=debug
+ docker run -u 118: --volume
/nobackup/jenkins/workspace/nightly/tests/..:/nobackup/jenkins/workspace/nightly/tests/..
-w /nobackup/jenkins/workspace/nightly/tests/.. --memory=18g --rm
gcr.io/gem5-test/ubuntu-20.04_all-dependencies:latest scons
build/ALL/unittests.debug -j24 --ignore-style
scons: Reading SConscript files ...
Mkdir("/nobackup/jenkins/workspace/nightly/build/ALL/gem5.build")
Checking for linker -Wl,--as-needed support... (cached) yes
Checking for compiler -Wno-free-nonheap-object support... (cached) yes
Checking for compiler -gz support... (cached) yes
Checking for linker -gz support... (cached) yes
Info: Using Python config: python3-config
Checking for C header file Python.h... (cached) yes
Checking Python version... (cached) 3.8.10
Checking for accept(0,0,0) in C++ library None... (cached) yes
Checking for zlibVersion() in C++ library z... (cached) yes
Checking for C library tcmalloc... (cached) yes
Building in /nobackup/jenkins/workspace/nightly/build/ALL
Using saved variables file(s)
/nobackup/jenkins/workspace/nightly/build/ALL/gem5.build/variables
Checking for C header file fenv.h... (cached) yes
Checking for C header file png.h... (cached) yes
Checking for clock_nanosleep(0,0,NULL,NULL) in C library None... (cached) yes
Checking for C header file valgrind/valgrind.h... (cached) no
Warning: Deprecated namespaces are not supported by this compiler.
Please make sure to check the mailing list for deprecation
announcements.
Checking for pkg-config package hdf5-serial... (cached) yes
Checking for H5Fcreate("", 0, 0, 0) in C library hdf5... (cached) yes
Checking for H5::H5File("", 0) in C++ library hdf5_cpp... (cached) yes
Checking size of struct kvm_xsave ... (cached) yes
Checking for C header file linux/kvm.h... (cached) yes
Checking for timer_create(CLOCK_MONOTONIC, NULL, NULL) in C library None...
(cached) no
Checking for timer_create(CLOCK_MONOTONIC, NULL, NULL) in C library rt...
(cached) yes
Checking for member exclude_host in struct perf_event_attr...(cached) yes
Checking for shm_open("/test", 0, 0) in C library None... (cached) yes
Checking for char temp; backtrace_symbols_fd((void *)&temp, 0, 0) in C library
None... (cached) yes
Checking for pkg-config package protobuf... (cached) yes
Checking for GOOGLE_PROTOBUF_VERIFY_VERSION in C++ library protobuf... (cached)
yes
Checking for C header file linux/if_tun.h... (cached) yes
Checking whether __i386__ is declared... (cached) no
Checking whether __x86_64__ is declared... (cached) yes
Checking for compiler -Wno-self-assign-overloaded support... (cached) yes
Checking for compiler -Wno-free-nonheap-object support... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
[ LINK] -> ALL/arch/arm/aapcs64.test.debug
build/ALL/arch/generic/vec_pred_reg.test.debug
--gtest_output=xml:build/ALL/unittests.debug/arch/generic/vec_pred_reg.test.xml
build/ALL/arch/generic/vec_reg.test.debug
--gtest_output=xml:build/ALL/unittests.debug/arch/generic/vec_reg.test.xml
Running main() from build/ALL/ext/googletest/googletest/src/gtest_main.cc
[==========] Running 14 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from VecPredReg
[ RUN ] VecPredReg.reset
[ OK ] VecPredReg.reset (0 ms)
[ RUN ] VecPredReg.set
[ OK ] VecPredReg.set (0 ms)
[----------] 2 tests from VecPredReg (0 ms total)
[----------] 9 tests from TwoDifferentVecPredRegs
[ RUN ] TwoDifferentVecPredRegs.Assignment
[ OK ] TwoDifferentVecPredRegs.Assignment (0 ms)
[ RUN ] TwoDifferentVecPredRegs.Equality
[ OK ] TwoDifferentVecPredRegs.Equality (0 ms)
[ RUN ] TwoDifferentVecPredRegs.Inequality
[ OK ] TwoDifferentVecPredRegs.Inequality (0 ms)
[ RUN ] TwoDifferentVecPredRegs.Printing
[ OK ] TwoDifferentVecPredRegs.Printing (0 ms)
[ RUN ] TwoDifferentVecPredRegs.ParseParam
[ OK ] TwoDifferentVecPredRegs.ParseParam (0 ms)
[ RUN ] TwoDifferentVecPredRegs.ShowParam
[ OK ] TwoDifferentVecPredRegs.ShowParam (0 ms)
[ RUN ] TwoDifferentVecPredRegs.View8bit
[ OK ] TwoDifferentVecPredRegs.View8bit (0 ms)
[ RUN ] TwoDifferentVecPredRegs.View16bit
[ OK ] TwoDifferentVecPredRegs.View16bit (0 ms)
[ RUN ] TwoDifferentVecPredRegs.View32bit
[ OK ] TwoDifferentVecPredRegs.View32bit (0 ms)
[----------] 9 tests from TwoDifferentVecPredRegs (0 ms total)
[----------] 3 tests from TwoPackedDifferentVecPredRegs
[ RUN ] TwoPackedDifferentVecPredRegs.View8bit
[ OK ] TwoPackedDifferentVecPredRegs.View8bit (0 ms)
[ RUN ] TwoPackedDifferentVecPredRegs.View16bit
[ OK ] TwoPackedDifferentVecPredRegs.View16bit (0 ms)
[ RUN ] TwoPackedDifferentVecPredRegs.View32bit
[ OK ] TwoPackedDifferentVecPredRegs.View32bit (0 ms)
[----------] 3 tests from TwoPackedDifferentVecPredRegs (0 ms total)
[----------] Global test environment tear-down
[==========] 14 tests from 3 test suites ran. (0 ms total)
[ PASSED ] 14 tests.
Running main() from build/ALL/ext/googletest/googletest/src/gtest_main.cc
[==========] Running 8 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from VecReg
[ RUN ] VecReg.Size
[ OK ] VecReg.Size (0 ms)
[ RUN ] VecReg.Zero
[ OK ] VecReg.Zero (0 ms)
[----------] 2 tests from VecReg (0 ms total)
[----------] 6 tests from TwoDifferentVecRegs
[ RUN ] TwoDifferentVecRegs.Assignment
[ OK ] TwoDifferentVecRegs.Assignment (0 ms)
[ RUN ] TwoDifferentVecRegs.Equality
[ OK ] TwoDifferentVecRegs.Equality (0 ms)
[ RUN ] TwoDifferentVecRegs.Inequality
[ OK ] TwoDifferentVecRegs.Inequality (0 ms)
[ RUN ] TwoDifferentVecRegs.Printing
[ OK ] TwoDifferentVecRegs.Printing (0 ms)
[ RUN ] TwoDifferentVecRegs.ParseParam
[ OK ] TwoDifferentVecRegs.ParseParam (0 ms)
[ RUN ] TwoDifferentVecRegs.ShowParam
[ OK ] TwoDifferentVecRegs.ShowParam (0 ms)
[----------] 6 tests from TwoDifferentVecRegs (0 ms total)
[----------] Global test environment tear-down
[==========] 8 tests from 2 test suites ran. (0 ms total)
[ PASSED ] 8 tests.
[ LINK] -> ALL/base/addr_range.test.debug
[ LINK] -> ALL/base/addr_range_map.test.debug
build/ALL/base/amo.test.debug
--gtest_output=xml:build/ALL/unittests.debug/base/amo.test.xml
build/ALL/base/atomicio.test.debug
--gtest_output=xml:build/ALL/unittests.debug/base/atomicio.test.xml
Running main() from build/ALL/ext/googletest/googletest/src/gtest_main.cc
[==========] Running 13 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 13 tests from AmoTest
[ RUN ] AmoTest.AtomicOpMin
[ OK ] AmoTest.AtomicOpMin (0 ms)
[ RUN ] AmoTest.AtomicOpMax
[ OK ] AmoTest.AtomicOpMax (0 ms)
[ RUN ] AmoTest.AtomicOpDec
[ OK ] AmoTest.AtomicOpDec (0 ms)
[ RUN ] AmoTest.AtomicOpInc
[ OK ] AmoTest.AtomicOpInc (0 ms)
[ RUN ] AmoTest.AtomicOpSub
[ OK ] AmoTest.AtomicOpSub (0 ms)
[ RUN ] AmoTest.AtomicOpAdd
[ OK ] AmoTest.AtomicOpAdd (0 ms)
[ RUN ] AmoTest.AtomicOpExch
[ OK ] AmoTest.AtomicOpExch (0 ms)
[ RUN ] AmoTest.AtomicOpXor
[ OK ] AmoTest.AtomicOpXor (0 ms)
[ RUN ] AmoTest.AtomicOpOr
[ OK ] AmoTest.AtomicOpOr (0 ms)
[ RUN ] AmoTest.AtomicOpAnd
[ OK ] AmoTest.AtomicOpAnd (0 ms)
[ RUN ] AmoTest.AtomicGeneric2Op
[ OK ] AmoTest.AtomicGeneric2Op (0 ms)
[ RUN ] AmoTest.AtomicGeneric3Op
[ OK ] AmoTest.AtomicGeneric3Op (0 ms)
[ RUN ] AmoTest.AtomicGenericPair3Op
[ OK ] AmoTest.AtomicGenericPair3Op (0 ms)
[----------] 13 tests from AmoTest (0 ms total)
[----------] Global test environment tear-down
[==========] 13 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 13 tests.
[ LINK] -> ALL/base/bitfield.test.debug
Running main() from build/ALL/ext/googletest/googletest/src/gtest_main.cc
[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from AtomicioTest
[ RUN ] AtomicioTest.AtomicReadBigBuffer
[ OK ] AtomicioTest.AtomicReadBigBuffer (0 ms)
[ RUN ] AtomicioTest.AtomicReadSmallBuffer
[ OK ] AtomicioTest.AtomicReadSmallBuffer (0 ms)
[ RUN ] AtomicioTest.AtomicWrite
[ OK ] AtomicioTest.AtomicWrite (0 ms)
[----------] 3 tests from AtomicioTest (0 ms total)
[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 3 tests.
[ LINK] -> ALL/base/bitunion.test.debug
build/ALL/base/channel_addr.test.debug
--gtest_output=xml:build/ALL/unittests.debug/base/channel_addr.test.xml
/usr/bin/ld:
build/ALL/arch/arm/aapcs64.test.tdo:(.data.rel.ro._ZN4gem56ArmISA14intRegClassOpsE[_ZN4gem56ArmISA14intRegClassOpsE]+0x0):
undefined reference to `vtable for gem5::ArmISA::IntRegClassOps'
collect2: error: ld returned 1 exit status
build/ALL/base/chunk_generator.test.debug
--gtest_output=xml:build/ALL/unittests.debug/base/chunk_generator.test.xml
Running main() from build/ALL/ext/googletest/googletest/src/gtest_main.cc
[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from ChannelAddrRange
[ RUN ] ChannelAddrRange.DefaultInvalid
[ OK ] ChannelAddrRange.DefaultInvalid (0 ms)
[ RUN ] ChannelAddrRange.Range
[ OK ] ChannelAddrRange.Range (0 ms)
[----------] 2 tests from ChannelAddrRange (0 ms total)
[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 2 tests.
[ LINK] -> ALL/base/circlebuf.test.debug
Running main() from build/ALL/ext/googletest/googletest/src/gtest_main.cc
[==========] Running 9 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 9 tests from ChunkGeneratorTest
[ RUN ] ChunkGeneratorTest.StartingConditions
[ OK ] ChunkGeneratorTest.StartingConditions (0 ms)
[ RUN ] ChunkGeneratorTest.AdvanceToNextChunk
[ OK ] ChunkGeneratorTest.AdvanceToNextChunk (0 ms)
[ RUN ] ChunkGeneratorTest.SkipBytes
[ OK ] ChunkGeneratorTest.SkipBytes (0 ms)
[ RUN ] ChunkGeneratorTest.AdvanceToLastChunk
[ OK ] ChunkGeneratorTest.AdvanceToLastChunk (0 ms)
[ RUN ] ChunkGeneratorTest.AdvanceToTheEnd
[ OK ] ChunkGeneratorTest.AdvanceToTheEnd (0 ms)
[ RUN ] ChunkGeneratorTest.SmallerLastChunk
[ OK ] ChunkGeneratorTest.SmallerLastChunk (0 ms)
[ RUN ] ChunkGeneratorTest.ChunkSizeGreaterThanTotalSize
[ OK ] ChunkGeneratorTest.ChunkSizeGreaterThanTotalSize (0 ms)
[ RUN ] ChunkGeneratorTest.ChunkSizeZero
[ OK ] ChunkGeneratorTest.ChunkSizeZero (0 ms)
[ RUN ] ChunkGeneratorTest.StartAtNonZero
[ OK ] ChunkGeneratorTest.StartAtNonZero (0 ms)
[----------] 9 tests from ChunkGeneratorTest (0 ms total)
[----------] Global test environment tear-down
[==========] 9 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 9 tests.
[ LINK] -> ALL/base/circular_queue.test.debug
[ LINK] -> ALL/base/condcodes.test.debug
[ LINK] -> ALL/base/coroutine.test.debug
[ LINK] -> ALL/base/cprintf.test.debug
[ LINK] -> ALL/base/debug.test.debug
[ LINK] -> ALL/base/fiber.test.debug
[ LINK] -> ALL/base/flags.test.debug
[ LINK] -> ALL/base/inifile.test.debug
[ LINK] -> ALL/base/intmath.test.debug
[ LINK] -> ALL/base/loader/image_file_data.test.debug
[ CXX] ALL/base/loader/symtab.cc -> .tdo
[ CXX] ALL/base/match.cc -> .tdo
scons: *** [build/ALL/arch/arm/aapcs64.test.debug] Error 1
scons: building terminated because of errors.
*** Summary of Warnings ***
Warning: Deprecated namespaces are not supported by this compiler.
Please make sure to check the mailing list for deprecation
announcements.
Build step 'Execute shell' marked build as failure
Archiving artifacts
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]