It seems like the compiler tests started running on develop just before I
merged all the fixes from the staging branch. I'm going to kick start the
compiler tests again to ensure these tests pass.
--
Dr. Bobby R. Bruce
Room 2235,
Kemper Hall, UC Davis
Davis,
CA, 95616

web: https://www.bobbybruce.net


On Thu, Sep 17, 2020 at 9:35 PM jenkins-no-reply--- via gem5-dev <
gem5-dev@gem5.org> wrote:

> See <
> https://jenkins.gem5.org/job/Compiler-Checks/23/display/redirect?page=changes
> >
>
> Changes:
>
> [Jason Lowe-Power] cpu-minor: convert fetch2 to new style stats
>
> [gabeblack] arch: Add a virtual destructor to BaseHTMCheckpoint.
>
> [gabeblack] cpu: Fix style and add overrides to bas_dyn_inst.hh.
>
> [gabeblack] mem: Remove the unused nvm private member from
> NVMInterface::Rank.
>
> [Andreas.Sandberg] sim: Expose the system's byte order as a param
>
> [Jason Lowe-Power] cpu-o3: convert commit to new style stats
>
> [Jason Lowe-Power] cpu-o3: convert decode to new style stats
>
> [Jason Lowe-Power] cpu-o3: convert lsq_unit to new style stats
>
> [Jason Lowe-Power] cpu-o3: convert rob to new style stats
>
> [Jason Lowe-Power] cpu-o3: convert rename to new style stats
>
> [giacomo.travaglini] arch-arm: Fix ArmISA namespace requirement for TME
> instructions
>
> [Bobby R. Bruce] arch-mips: Replaced `BigEndianByteOrder` in MIPS
>
> [gabeblack] fastmodel: Create a fake "Interrupts" object for fast model
> CPUs.
>
> [gabeblack] fastmodel: Add an ISA class which defers to IRIS.
>
> [Andreas.Sandberg] dev: Use the new ByteOrder param type in SimpleUart
>
> [Andreas.Sandberg] dev: Use the new ByteOrder param type in VirtIO devices
>
> [Bobby R. Bruce] arch-arm: Fix build errors with gcc 10.2
>
> [Bobby R. Bruce] arch-arm: just return the fault in twoEqualRegInst{,Fp}
>
> [Bobby R. Bruce] cpu: Fixed unused var error when with fast builds
>
> [Bobby R. Bruce] tests: cross-compiling hello binaries for hello_se tests.
>
> [Jason Lowe-Power] configs,python: Fixes an issue with python3 and the
> config scripts when restoring a checkpoint
>
> [shparekh] misc: Replaced master/slave terminology
>
> [srikant.bharadwaj] mem-garnet: Fix default value of network bridge
>
> [srikant.bharadwaj] mem-garnet: Allow empty vnet list for garnet network
> links
>
> [Bobby R. Bruce] tests: Update x86 system.py for MemCtrl interface
>
> [Bobby R. Bruce] arch-arm: Initialize some cases of destReg
>
> [Bobby R. Bruce] mem-garnet: Upgrade garnet version to 3.0
>
> [Bobby R. Bruce] misc: Update documentation of SimObject related APIs
>
> [giacomo.travaglini] arch-arm: Fix ArmISA namespace requirement for Arm KVM
>
> [Andreas.Sandberg] base, sim, mem, arch: Remove the dummy CPU in NULL
>
> [Andreas.Sandberg] stats: Move global CPU stats to BaseCPU
>
> [Jason Lowe-Power] dev: Fix port name in x86 device
>
> [Jason Lowe-Power] tests: Remove MIPS from Learning gem5 tests
>
> [Jason Lowe-Power] mem-ruby: Update port names in Ruby
>
> [gabeblack] sparc,sim: Remove special handling of SPARC in the clone
> system call.
>
> [gabeblack] mips,cpu: Get rid of the IsCondDelaySlot StaticInst flag.
>
> [gabeblack] cpu: Get rid of the IsThreadSync StaticInst flag.
>
> [gabeblack] mips,cpu: Get rid of the IsERET StaticInst flag.
>
> [gabeblack] mips,cpu: Get rid of the IsIprAccess StaticInst flag.
>
> [shunhsingou] systemc: avoid dynamic_cast in the critical path
>
> [Bobby R. Bruce] cpu,misc: Revert problematic terminology renames in
> BaseCPU
>
> [gabeblack] mips,cpu: Get rid of the IsDpsOp StaticInst flag.
>
> [gabeblack] x86,cpu: Get rid of the unused IsCC StaticInst flag.
>
> [gabeblack] cpu: Get rid of the unused IsMicroBranch StaticInst flag.
>
> [gabeblack] mem: Remove #if THE_ISA in the AbstractMemory class.
>
>
> ------------------------------------------
> 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 b1c70250c4fc111b78b30266cf290a1d3c5bfb0a
> (refs/remotes/origin/develop)
>  > git config core.sparsecheckout # timeout=10
>  > git checkout -f b1c70250c4fc111b78b30266cf290a1d3c5bfb0a # timeout=10
> Commit message: "mem: Remove #if THE_ISA in the AbstractMemory class."
>  > git rev-list --no-walk dba46233950817b4c696781bc3c1891a5b499651 #
> timeout=10
> [Compiler-Checks] $ /bin/sh -xe /tmp/jenkins2715461741324187060.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 'MIPS.opt' with 'gcc-version-10'...
>     Done.
>   * Building target 'MIPS.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 'ARM_MESI_Three_Level.opt' with 'gcc-version-10'...
>     Done.
>   * Building target 'ARM_MESI_Three_Level.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 'ARM.opt' with 'gcc-version-10'...
>     Done.
>   * Building target 'ARM.fast' with 'gcc-version-10'...
>     Done.
>   * Building target 'NULL_MOESI_hammer.opt' with 'gcc-version-10'...
>     Done.
>   * Building target 'NULL_MOESI_hammer.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 'NULL_MOESI_CMP_directory.opt' with 'gcc-version-10'...
>     Done.
>   * Building target 'NULL_MOESI_CMP_directory.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 'GCN3_X86.opt' with 'gcc-version-10'...
>   ! Failed with exit code 2.
>   * Building target 'GCN3_X86.fast' with 'gcc-version-10'...
>   ! Failed with exit code 2.
>   * Building target 'RISCV.opt' with 'gcc-version-10'...
>     Done.
>   * Building target 'RISCV.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 'X86.opt' with 'gcc-version-10'...
>     Done.
>   * Building target 'X86.fast' with 'gcc-version-10'...
>     Done.
> Starting build tests with 'gcc-version-9'...
>   * Building target 'POWER.opt' with 'gcc-version-9'...
>     Done.
>   * Building target 'POWER.fast' with 'gcc-version-9'...
>     Done.
> Starting build tests with 'gcc-version-8'...
>   * Building target 'NULL_MESI_Two_Level.opt' with 'gcc-version-8'...
>     Done.
>   * Building target 'NULL_MESI_Two_Level.fast' with 'gcc-version-8'...
>     Done.
> Starting build tests with 'gcc-version-7'...
>   * Building target 'ARM_MESI_Three_Level.opt' with 'gcc-version-7'...
>     Done.
>   * Building target 'ARM_MESI_Three_Level.fast' with 'gcc-version-7'...
>     Done.
> Starting build tests with 'gcc-version-6'...
>   * Building target 'GCN3_X86.opt' with 'gcc-version-6'...
>   ! Failed with exit code 2.
>   * Building target 'GCN3_X86.fast' with 'gcc-version-6'...
>   ! Failed with exit code 2.
> Starting build tests with 'gcc-version-5'...
>   * Building target 'NULL_MOESI_hammer.opt' with 'gcc-version-5'...
>     Done.
>   * Building target 'NULL_MOESI_hammer.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 'ARM_MESI_Three_Level.opt' with 'clang-version-9'...
>   ! Failed with exit code 2.
>   * Building target 'ARM_MESI_Three_Level.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 '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.opt' with 'clang-version-9'...
>     Done.
>   * Building target 'X86.fast' with 'clang-version-9'...
>     Done.
>   * Building target 'MIPS.opt' with 'clang-version-9'...
>     Done.
>   * Building target 'MIPS.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 'NULL_MOESI_CMP_directory.opt' with
> 'clang-version-9'...
>     Done.
>   * Building target 'NULL_MOESI_CMP_directory.fast' with
> 'clang-version-9'...
>     Done.
>   * Building target 'RISCV.opt' with 'clang-version-9'...
>     Done.
>   * Building target 'RISCV.fast' with 'clang-version-9'...
>     Done.
>   * Building target 'NULL_MOESI_hammer.opt' with 'clang-version-9'...
>     Done.
>   * Building target 'NULL_MOESI_hammer.fast' with 'clang-version-9'...
>     Done.
>   * Building target 'ARM.opt' with 'clang-version-9'...
>   ! Failed with exit code 2.
>   * Building target 'ARM.fast' with 'clang-version-9'...
>   ! Failed with exit code 2.
>   * Building target 'NULL_MESI_Two_Level.opt' with 'clang-version-9'...
>     Done.
>   * Building target 'NULL_MESI_Two_Level.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 'SPARC.opt' with 'clang-version-9'...
>     Done.
>   * Building target 'SPARC.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.
> Starting build tests with 'clang-version-8'...
>   * Building target 'Garnet_standalone.opt' with 'clang-version-8'...
>     Done.
>   * Building target 'Garnet_standalone.fast' with 'clang-version-8'...
>     Done.
> Starting build tests with 'clang-version-7'...
>   * Building target 'NULL_MESI_Two_Level.opt' with 'clang-version-7'...
>     Done.
>   * Building target 'NULL_MESI_Two_Level.fast' with 'clang-version-7'...
>     Done.
> Starting build tests with 'clang-version-6.0'...
>   * Building target 'NULL_MOESI_CMP_directory.opt' with
> 'clang-version-6.0'...
>     Done.
>   * Building target 'NULL_MOESI_CMP_directory.fast' with
> 'clang-version-6.0'...
>     Done.
> Starting build tests with 'clang-version-5.0'...
>   * Building target 'ARM_MESI_Three_Level.opt' with 'clang-version-5.0'...
>   ! Failed with exit code 2.
>   * Building target 'ARM_MESI_Three_Level.fast' with 'clang-version-5.0'...
>   ! Failed with exit code 2.
> Starting build tests with 'clang-version-4.0'...
>   * Building target 'X86_MOESI_AMD_Base.opt' with 'clang-version-4.0'...
>     Done.
>   * Building target 'X86_MOESI_AMD_Base.fast' with 'clang-version-4.0'...
>     Done.
> Starting build tests with 'clang-version-3.9'...
>   * Building target 'GCN3_X86.opt' with 'clang-version-3.9'...
>   ! Failed with exit code 2.
>   * Building target 'GCN3_X86.fast' with 'clang-version-3.9'...
>   ! Failed with exit code 2.
> 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
>
_______________________________________________
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