See <https://jenkins.gem5.org/job/Compiler-Checks/41/display/redirect?page=changes>
Changes: [gabe.black] base: Re-implement CircleBuf without using CircularQueue. [gabe.black] dev: Generate DMA packets as needed. [gabe.black] dev: Teach the DmaPort to use atomic memory backdoors. [gabe.black] dev: Use regular atomic accesses for DMA in bypass mode. [gabe.black] base: Remove begin() and end() from CircleBuf. [gabe.black] misc: Fix missing includes. [odanrc] mem-cache: Fix update of useful prefetches [odanrc] base: Fix uninitialized variable in Flag [odanrc] base: Remove negation operator in Flag [odanrc] base: Remove flag from allFlags on destruction [odanrc] base: Assert Flags' type is unsigned [odanrc] base: Remove Flags<U> assignment [odanrc] base: Add documentation to flags.hh [ciro.santilli] arch-arm: inform bootloader of kernel position with a register [nanatekar] tests, base: Added GTests for base/amo.hh [gabe.black] dev: Let the pixel pump bypass the DMA FIFO in non-caching mode. [ppeetteerrsx] arch-riscv: CSR registers support in RISC-V remote GDB. [odanrc] cpu-o3: Add missing tid in Rename's debug message [mattdsinclair] gpu-compute: Support for dynamic register alloc [gabe.black] sim: Break the eventq.hh dependency in core.hh. [gabe.black] base: Remove the curTick prototype from base/statistics.hh. [hoanguyen] sim: Rename the root stats group to RootStats [kyleroarty1716] gpu-compute: Fix LGKM decrementing for flat atomic insts [odanrc] base: Add unit test for debug.hh [odanrc] base: Rename Flag status to enabled [matthew.poremba] util-docker: Add gdb to gcn-gpu Dockerfile [matthew.poremba] mem-ruby: Fix race related to atomics in VIPER [lsteiner] util: Fix gem5_within_systemc and tlm coupling [odanrc] misc: Fix some includes [cuijin7] arch-riscv: fix incorrect interrupt checking logic [matthew.poremba] arch-gcn3,gpu-compute: Update stats style for GPU [Giacomo Travaglini] arch-arm: dtb_addr is already encoding the loadAddrOffset [gabe.black] arch: Wrap InstObjParams with a class and not a function. [gabe.black] arm: Use local src and dest reg index arrays. [gabe.black] cpu: Remove the default, globally sized index arrays from StaticInst. [gabe.black] arch: Fix the code that computes MaxMiscDestReg. [odanrc] base: Add unit tests for flags.hh [odanrc] base: Remove dubious/unused Flags functions [odanrc] base: Rename Flags::update as Flags::replace [gabe.black] tests: Stop using memcmp in the circlebuf test. [adrian.herrera] configs: MemConfig, add QoSMemSinkCtrl support [Giacomo Travaglini] tests: Fix syntax error in cpu_tests/test.py [gabe.black] arm: Export the mostly generic syscall ABI. ------------------------------------------ Started by timer Running as SYSTEM Building in workspace <https://jenkins.gem5.org/job/Compiler-Checks/ws/> The recommended git tool is: git No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://gem5.googlesource.com/public/gem5 # > timeout=10 Fetching upstream changes from https://gem5.googlesource.com/public/gem5 > git --version # timeout=10 > git --version # 'git version 2.25.1' > git fetch --tags --force --progress -- > https://gem5.googlesource.com/public/gem5 > +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10 Checking out Revision eb7958c6e20f2f225c8f1b9cc1cfcfa28abfb7cd (refs/remotes/origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f eb7958c6e20f2f225c8f1b9cc1cfcfa28abfb7cd # timeout=10 Commit message: "arm: Export the mostly generic syscall ABI." > git rev-list --no-walk 28f8a39726f6c94c28f06147a2846274a416d5a7 # timeout=10 [Compiler-Checks] $ /bin/sh -xe /tmp/jenkins3393038522700325526.sh + ./util/compiler-tests.sh -j 4 Starting build tests with 'gcc-version-10'... 'gcc-version-10' was found in the comprehensive tests. All ISAs will be built. * Building target 'NULL_MOESI_hammer.opt' with 'gcc-version-10'... Done. * Building target 'NULL_MOESI_hammer.fast' with 'gcc-version-10'... Done. * Building target 'ARM_MESI_Three_Level.opt' with 'gcc-version-10'... Done. * Building target 'ARM_MESI_Three_Level.fast' with 'gcc-version-10'... Done. * Building target 'MIPS.opt' with 'gcc-version-10'... Done. * Building target 'MIPS.fast' with 'gcc-version-10'... Done. * Building target 'NULL_MOESI_CMP_directory.opt' with 'gcc-version-10'... Done. * Building target 'NULL_MOESI_CMP_directory.fast' with 'gcc-version-10'... Done. * Building target 'NULL_MOESI_CMP_token.opt' with 'gcc-version-10'... Done. * Building target 'NULL_MOESI_CMP_token.fast' with 'gcc-version-10'... Done. * Building target 'POWER.opt' with 'gcc-version-10'... Done. * Building target 'POWER.fast' with 'gcc-version-10'... Done. * Building target 'X86_MOESI_AMD_Base.opt' with 'gcc-version-10'... Done. * Building target 'X86_MOESI_AMD_Base.fast' with 'gcc-version-10'... Done. * Building target 'NULL_MESI_Two_Level.opt' with 'gcc-version-10'... Done. * Building target 'NULL_MESI_Two_Level.fast' with 'gcc-version-10'... Done. * Building target 'ARM.opt' with 'gcc-version-10'... Done. * Building target 'ARM.fast' with 'gcc-version-10'... Done. * Building target 'Garnet_standalone.opt' with 'gcc-version-10'... Done. * Building target 'Garnet_standalone.fast' with 'gcc-version-10'... Done. * Building target 'SPARC.opt' with 'gcc-version-10'... Done. * Building target 'SPARC.fast' with 'gcc-version-10'... Done. * Building target 'RISCV.opt' with 'gcc-version-10'... Done. * Building target 'RISCV.fast' with 'gcc-version-10'... Done. * Building target 'X86.opt' with 'gcc-version-10'... Done. * Building target 'X86.fast' with 'gcc-version-10'... Done. * Building target 'GCN3_X86.opt' with 'gcc-version-10'... Done. * Building target 'GCN3_X86.fast' with 'gcc-version-10'... Done. Starting build tests with 'gcc-version-9'... * Building target 'X86_MOESI_AMD_Base.opt' with 'gcc-version-9'... Done. * Building target 'X86_MOESI_AMD_Base.fast' with 'gcc-version-9'... Done. Starting build tests with 'gcc-version-8'... * Building target 'POWER.opt' with 'gcc-version-8'... Done. * Building target 'POWER.fast' with 'gcc-version-8'... Done. Starting build tests with 'gcc-version-7'... * Building target 'POWER.opt' with 'gcc-version-7'... Done. * Building target 'POWER.fast' with 'gcc-version-7'... Done. Starting build tests with 'gcc-version-6'... * Building target 'RISCV.opt' with 'gcc-version-6'... Done. * Building target 'RISCV.fast' with 'gcc-version-6'... Done. Starting build tests with 'gcc-version-5'... * Building target 'ARM.opt' with 'gcc-version-5'... Done. * Building target 'ARM.fast' with 'gcc-version-5'... Done. Starting build tests with 'clang-version-9'... 'clang-version-9' was found in the comprehensive tests. All ISAs will be built. * Building target 'MIPS.opt' with 'clang-version-9'... Done. * Building target 'MIPS.fast' with 'clang-version-9'... Done. * Building target 'NULL_MOESI_CMP_directory.opt' with 'clang-version-9'... Done. * Building target 'NULL_MOESI_CMP_directory.fast' with 'clang-version-9'... Done. * Building target 'ARM_MESI_Three_Level.opt' with 'clang-version-9'... Done. * Building target 'ARM_MESI_Three_Level.fast' with 'clang-version-9'... Done. * Building target 'ARM.opt' with 'clang-version-9'... Done. * Building target 'ARM.fast' with 'clang-version-9'... Done. * Building target 'Garnet_standalone.opt' with 'clang-version-9'... Done. * Building target 'Garnet_standalone.fast' with 'clang-version-9'... Done. * Building target 'NULL_MOESI_CMP_token.opt' with 'clang-version-9'... Done. * Building target 'NULL_MOESI_CMP_token.fast' with 'clang-version-9'... Done. * Building target 'POWER.opt' with 'clang-version-9'... Done. * Building target 'POWER.fast' with 'clang-version-9'... Done. * Building target 'GCN3_X86.opt' with 'clang-version-9'... ! Failed with exit code 2. * Building target 'GCN3_X86.fast' with 'clang-version-9'... ! Failed with exit code 2. * Building target 'X86_MOESI_AMD_Base.opt' with 'clang-version-9'... Done. * Building target 'X86_MOESI_AMD_Base.fast' with 'clang-version-9'... Done. * Building target 'RISCV.opt' with 'clang-version-9'... ! Failed with exit code 2. * Building target 'RISCV.fast' with 'clang-version-9'... ! Failed with exit code 2. * Building target 'SPARC.opt' with 'clang-version-9'... Done. * Building target 'SPARC.fast' with 'clang-version-9'... Done. * Building target 'X86.opt' with 'clang-version-9'... Build timed out (after 8,640 minutes). Marking the build as failed. Build was aborted 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