See <https://jenkins.gem5.org/job/nightly/491/display/redirect?page=changes>
Changes:
[odanrc] mem-cache: Remove the ReplacementPolicy namespace
[odanrc] mem-cache: Remove the Prefetcher namespace
[odanrc] mem-cache: Remove the Compressor namespace
[odanrc] mem-cache: Remove the Encoder namespace
[odanrc] mem: Remove the QoS namespace
[odanrc] mem: Remove the ContextSwitchTaskId namespace
[odanrc] base: Remove the BloomFilter namespace
[odanrc] base: Remove the Stats namespace
[odanrc] base: Remove the Debug namespace
[odanrc] base: Remove the Units namespace
[odanrc] base: Remove the Loader namespace
[odanrc] fastmodel: Remove the FastModel namespace
[odanrc] misc: Remove the Linux namespace
[odanrc] misc: Remove the FreeBSD namespace
[odanrc] misc: Remove the Net namespace
[odanrc] misc: Remove the m5 namespace
[odanrc] cpu: Remove the DecodeCache namespace
[odanrc] cpu: Remove the Minor namespace
[odanrc] dev: Remove a couple of deprecated namespaces
[odanrc] sim: Remove the ProbePoints namespace
[odanrc] sim: Remove the Enums namespace
[odanrc] sim: Remove a couple of deprecated namespaces
[odanrc] sim,arch: Remove the GuestABI namespace
[Giacomo Travaglini] cpu-o3: Remove obsolete getRegIds and getTrueId
[Giacomo Travaglini] cpu-o3: print VecPredReg not VecReg
[Giacomo Travaglini] mem-cache: masked writes are not whole-line writes
[Giacomo Travaglini] arch,cpu: Add boilerplate support for matrix registers
[Giacomo Travaglini] arch-arm: Add matrix register support for SME
[Giacomo Travaglini] arch-arm: Add system registers added/used by SME
[Giacomo Travaglini] arch-arm: Add interfaces to set and get SME vector length
[Giacomo Travaglini] arch-arm: Implement SME access traps and extend the SVE
ones
[Giacomo Travaglini] arch, arch-arm, cpu: Add matrix reg support to the ISA
Parser
[Giacomo Travaglini] arch-arm, cpu: Implement instructions added by FEAT_SME
[Giacomo Travaglini] system-arm: Enable SME in the bootloader
[matthew.poremba] dev: Ignore MC146818 UIP bit / Fix x86 Linux 5.11+ boot
[odanrc] arch: Remove a couple of deprecated namespaces
------------------------------------------
[...truncated 553.69 KB...]
| ^
build/ALL/arch/arm/insts/sme.hh:190:28: error: 'Loader' does not name a type;
did you mean 'Logger'?
190 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| Logger
build/ALL/arch/arm/insts/sme.hh:190:48: error: expected unqualified-id before
'*' token
190 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
In file included from build/ALL/arch/arm/generated/decoder-g.hh.inc:26,
from build/ALL/arch/arm/generated/decoder.hh:8,
from build/ALL/arch/arm/insts/macromem.cc:45:
build/ALL/arch/arm/insts/sve.hh:202:28: error: 'Loader' does not name a type;
did you mean 'Logger'?
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| Logger
build/ALL/arch/arm/insts/sve.hh:202:48: error: expected unqualified-id before
'*' token
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
build/ALL/arch/arm/insts/sve.hh:202:47: error: expected ')' before '*' token
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~
| )
build/ALL/arch/arm/insts/sve.hh:201:36: note: to match this '('
201 | std::string generateDisassembly(
| ^
build/ALL/arch/arm/insts/sve.hh:202:36: error: expected ';' at end of member
declaration
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~~~~~~
| ;
build/ALL/arch/arm/insts/sve.hh:202:49: error: ISO C++ forbids declaration of
'symtab' with no type [-fpermissive]
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
build/ALL/arch/arm/insts/sve.hh:202:49: error: expected ';' at end of member
declaration
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| ;
build/ALL/arch/arm/insts/sve.hh:202:55: error: expected unqualified-id before
')' token
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
build/ALL/arch/arm/insts/sve.hh:992:28: error: 'Loader' does not name a type;
did you mean 'Logger'?
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| Logger
build/ALL/arch/arm/insts/sve.hh:992:48: error: expected unqualified-id before
'*' token
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
build/ALL/arch/arm/insts/sve.hh:992:47: error: expected ')' before '*' token
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~
| )
build/ALL/arch/arm/insts/sve.hh:991:36: note: to match this '('
991 | std::string generateDisassembly(
| ^
build/ALL/arch/arm/insts/sve.hh:992:36: error: expected ';' at end of member
declaration
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~~~~~~
| ;
build/ALL/arch/arm/insts/sve.hh:992:49: error: ISO C++ forbids declaration of
'symtab' with no type [-fpermissive]
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
build/ALL/arch/arm/insts/sme.hh:190:47: error: expected ')' before '*' token
190 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~
| )
build/ALL/arch/arm/insts/sme.hh:189:36: note: to match this '('
189 | std::string generateDisassembly(
| ^
build/ALL/arch/arm/insts/sme.hh:190:36: error: expected ';' at end of member
declaration
190 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~~~~~~
| ;
build/ALL/arch/arm/insts/sme.hh:190:49: error: ISO C++ forbids declaration of
'symtab' with no type [-fpermissive]
190 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
build/ALL/arch/arm/insts/sme.hh:190:49: error: expected ';' at end of member
declaration
190 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| ;
build/ALL/arch/arm/insts/sme.hh:190:55: error: expected unqualified-id before
')' token
190 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
build/ALL/arch/arm/insts/sme.hh:207:28: error: 'Loader' does not name a type;
did you mean 'Logger'?
207 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| Logger
build/ALL/arch/arm/insts/sme.hh:207:48: error: expected unqualified-id before
'*' token
207 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
build/ALL/arch/arm/insts/sme.hh:207:47: error: expected ')' before '*' token
207 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~
| )
build/ALL/arch/arm/insts/sme.hh:206:36: note: to match this '('
206 | std::string generateDisassembly(
| ^
build/ALL/arch/arm/insts/sme.hh:207:36: error: expected ';' at end of member
declaration
207 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~~~~~~
| ;
build/ALL/arch/arm/insts/sme.hh:207:49: error: ISO C++ forbids declaration of
'symtab' with no type [-fpermissive]
207 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
build/ALL/arch/arm/insts/sme.hh:207:49: error: expected ';' at end of member
declaration
207 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| ;
build/ALL/arch/arm/insts/sme.hh:207:55: error: expected unqualified-id before
')' token
207 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
build/ALL/arch/arm/insts/sme.hh:223:28: error: 'Loader' does not name a type;
did you mean 'Logger'?
223 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| Logger
build/ALL/arch/arm/insts/sme.hh:223:48: error: expected unqualified-id before
'*' token
223 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
build/ALL/arch/arm/insts/sme.hh:223:47: error: expected ')' before '*' token
223 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~
| )
build/ALL/arch/arm/insts/sme.hh:222:36: note: to match this '('
222 | std::string generateDisassembly(
| ^
build/ALL/arch/arm/insts/sme.hh:223:36: error: expected ';' at end of member
declaration
223 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~~~~~~
| ;
build/ALL/arch/arm/insts/sme.hh:223:49: error: ISO C++ forbids declaration of
'symtab' with no type [-fpermissive]
223 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
build/ALL/arch/arm/insts/sme.hh:223:49: error: expected ';' at end of member
declaration
223 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| ;
build/ALL/arch/arm/insts/sme.hh:223:55: error: expected unqualified-id before
')' token
223 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
In file included from build/ALL/arch/arm/generated/decoder-g.hh.inc:26,
from build/ALL/arch/arm/generated/decoder.hh:8,
from build/ALL/arch/arm/insts/macromem.cc:45:
build/ALL/arch/arm/insts/sve.hh:202:28: error: 'Loader' does not name a type;
did you mean 'Logger'?
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| Logger
build/ALL/arch/arm/insts/sve.hh:202:48: error: expected unqualified-id before
'*' token
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
build/ALL/arch/arm/insts/sve.hh:202:47: error: expected ')' before '*' token
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~
| )
build/ALL/arch/arm/insts/sve.hh:201:36: note: to match this '('
201 | std::string generateDisassembly(
| ^
build/ALL/arch/arm/insts/sve.hh:202:36: error: expected ';' at end of member
declaration
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~~~~~~
| ;
build/ALL/arch/arm/insts/sve.hh:202:49: error: ISO C++ forbids declaration of
'symtab' with no type [-fpermissive]
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
build/ALL/arch/arm/insts/sve.hh:202:49: error: expected ';' at end of member
declaration
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| ;
build/ALL/arch/arm/insts/sve.hh:202:55: error: expected unqualified-id before
')' token
202 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
build/ALL/arch/arm/insts/sve.hh:992:28: error: 'Loader' does not name a type;
did you mean 'Logger'?
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| Logger
build/ALL/arch/arm/insts/sve.hh:992:48: error: expected unqualified-id before
'*' token
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
| ^~~~~~
build/ALL/arch/arm/insts/sve.hh:992:49: error: expected ';' at end of member
declaration
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| ;
build/ALL/arch/arm/insts/sve.hh:992:55: error: expected unqualified-id before
')' token
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
scons: *** [build/ALL/arch/arm/insts/sme.o] Error 1
scons: *** [build/ALL/arch/arm/insts/sve.o] Error 1
scons: *** [build/ALL/arch/arm/insts/macromem.o] Error 1
Traceback (most recent call last):
File "/nobackup/jenkins/workspace/nightly/tests/./main.py", line 25, in
<module>
sys.exit(testlib())
File "/nobackup/jenkins/workspace/nightly/tests/../ext/testlib/main.py", line
331, in main
result = globals()['do_'+configuration.config.command]()
File "/nobackup/jenkins/workspace/nightly/tests/../ext/testlib/main.py", line
303, in do_run
build/ALL/arch/arm/insts/sve.hh:992:47: error: expected ')' before '*' token
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~
| )
build/ALL/arch/arm/insts/sve.hh:991:36: note: to match this '('
991 | std::string generateDisassembly(
| ^
build/ALL/arch/arm/insts/sve.hh:992:36: error: expected ';' at end of member
declaration
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~~~~~~
| ;
build/ALL/arch/arm/insts/sve.hh:992:49: error: ISO C++ forbids declaration of
'symtab' with no type [-fpermissive]
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
build/ALL/arch/arm/insts/sve.hh:992:49: error: expected ';' at end of member
declaration
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^~~~~~
| ;
build/ALL/arch/arm/insts/sve.hh:992:55: error: expected unqualified-id before
')' token
992 | Addr pc, const Loader::SymbolTable *symtab) const override;
| ^
[ CXX] ALL/arch/arm/linux/fs_workload.cc -> .o
[ CXX] ALL/arch/arm/fs_workload.cc -> .o
scons: *** [build/ALL/arch/arm/insts/sme.o] Error 1
scons: *** [build/ALL/arch/arm/insts/sve.o] Error 1
scons: *** [build/ALL/arch/arm/insts/macromem.o] Error 1
scons: building terminated because of errors.
Traceback (most recent call last):
File "/nobackup/jenkins/workspace/nightly/tests/../ext/testlib/runner.py",
line 205, in setup
fixture.setup(testitem)
File "/nobackup/jenkins/workspace/nightly/tests/gem5/fixture.py", line 133,
in setup
self._setup(testitem)
File "/nobackup/jenkins/workspace/nightly/tests/gem5/fixture.py", line 184,
in _setup
log_call(log.test_log, command, time=None, stderr=sys.stderr)
File "/nobackup/jenkins/workspace/nightly/tests/../ext/testlib/helper.py",
line 205, in log_call
raise subprocess.CalledProcessError(retval, cmdstr)
subprocess.CalledProcessError: Command 'scons -C
/nobackup/jenkins/workspace/nightly -j 24 --ignore-style --no-compress-debug
/nobackup/jenkins/workspace/nightly/build/ALL/gem5.opt' returned non-zero exit
status 2.
Exception raised while setting up fixture for Test Library
=============================== No testing done ================================
return run_schedule(test_schedule, log_handler)
File "/nobackup/jenkins/workspace/nightly/tests/../ext/testlib/main.py", line
277, in run_schedule
log_handler.finish_testing()
File "/nobackup/jenkins/workspace/nightly/tests/../ext/testlib/main.py", line
68, in finish_testing
self.result_handler.close()
File "/nobackup/jenkins/workspace/nightly/tests/../ext/testlib/handlers.py",
line 164, in close
self._save()
File "/nobackup/jenkins/workspace/nightly/tests/../ext/testlib/handlers.py",
line 156, in _save
result.JUnitSavedResults.save(
File "/nobackup/jenkins/workspace/nightly/tests/../ext/testlib/result.py",
line 341, in save
results = JUnitTestSuites(results)
File "/nobackup/jenkins/workspace/nightly/tests/../ext/testlib/result.py",
line 239, in __init__
self.attributes.append(self.result_attribute(result,
File "/nobackup/jenkins/workspace/nightly/tests/../ext/testlib/result.py",
line 247, in result_attribute
return XMLAttribute(self.result_map[result], count)
KeyError: 0
Build step 'Execute shell' marked build as failure
Archiving artifacts
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]