[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FAILED (b=18, w=50): CERTI - MinGW-x86_32-gcc-10.2.0 - Nightly
From: |
admin |
Subject: |
FAILED (b=18, w=50): CERTI - MinGW-x86_32-gcc-10.2.0 - Nightly |
Date: |
Sun, 17 Apr 2022 20:07:55 -0400 |
A submission to CDash for the project CERTI has errors and warnings. You have
been identified as one of the authors who have checked in changes that are part
of this submission or you are listed in the default contact list.
Details on the submission can be found at https://my.cdash.org/build/2155490.
Project: CERTI
Site: OFFIS
Build Name: MinGW-x86_32-gcc-10.2.0
Build Time: 2022-04-17 23:50:17
Type: Nightly
Total Errors: 18
Total Warnings: 50
*Errors* (first 5 included)
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1047:40: error: no
match for 'operator<<' (operand types are 'std::basic_ostream<char>' and
'std::ostream' {aka 'std::basic_ostream<char>'})
1047 | out << "(opt) eventRetraction =" << eventRetraction.show(out)
<< std::endl;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~
| | |
| basic_ostream<[...]>
basic_ostream<[...]>
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1047:40: note:
candidate: 'operator<<(int, int)' (built-in)
1047 | out << "(opt) eventRetraction =" << eventRetraction.show(out)
<< std::endl;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1047:40: note: no
known conversion for argument 2 from 'std::ostream' {aka
'std::basic_ostream<char>'} to 'int'
In file included from C:/msys64/mingw32/include/c++/10.2.0/istream:39,
from C:/msys64/mingw32/include/c++/10.2.0/sstream:38,
C:/msys64/mingw32/include/c++/10.2.0/ostream:773:5: error: no type
named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc: In member function
'virtual std::ostream& certi::M_Discover_Object_Instance::show(std::ostream&)':
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1098:40:
error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>'
and 'std::ostream' {aka 'std::basic_ostream<char>'})
1098 | out << "(opt) eventRetraction =" << eventRetraction.show(out)
<< std::endl;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~
| | |
| basic_ostream<[...]>
basic_ostream<[...]>
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1098:40: note:
candidate: 'operator<<(int, int)' (built-in)
1098 | out << "(opt) eventRetraction =" << eventRetraction.show(out)
<< std::endl;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1098:40: note: no
known conversion for argument 2 from 'std::ostream' {aka
'std::basic_ostream<char>'} to 'int'
In file included from C:/msys64/mingw32/include/c++/10.2.0/istream:39,
from C:/msys64/mingw32/include/c++/10.2.0/sstream:38,
C:/msys64/mingw32/include/c++/10.2.0/ostream:773:5: error: no type
named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc: In member function
'virtual std::ostream& certi::M_Reflect_Attribute_Values::show(std::ostream&)':
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1181:40:
error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>'
and 'std::ostream' {aka 'std::basic_ostream<char>'})
1181 | out << "(opt) eventRetraction =" << eventRetraction.show(out)
<< std::endl;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~
| | |
| basic_ostream<[...]>
basic_ostream<[...]>
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1181:40: note:
candidate: 'operator<<(int, int)' (built-in)
1181 | out << "(opt) eventRetraction =" << eventRetraction.show(out)
<< std::endl;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1181:40: note: no
known conversion for argument 2 from 'std::ostream' {aka
'std::basic_ostream<char>'} to 'int'
In file included from C:/msys64/mingw32/include/c++/10.2.0/istream:39,
from C:/msys64/mingw32/include/c++/10.2.0/sstream:38,
*Warnings* (first 5 included)
C:/home/nightlybuild/CERTI-Test/src/libHLA/SHMWin32.hh:21:17: warning: dynamic
exception specifications are deprecated in C++11 [-Wdeprecated]
21 | void Open() throw(SharedMemoryNotOpen) ;
| ^~~~~
C:/home/nightlybuild/CERTI-Test/src/libHLA/SHMWin32.hh:22:19: warning:
dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
22 | void Attach() throw(SharedMemoryNotAttached) ;
| ^~~~~
C:/home/nightlybuild/CERTI-Test/src/libHLA/SHMWin32.hh:23:18: warning:
dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
23 | void Close() throw(SharedMemoryNotClosed,
| ^~~~~
C:/home/nightlybuild/CERTI-Test/src/libHLA/SHMWin32.cc:37:23: warning:
dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
37 | void SHMWin32::Open() throw(SharedMemoryNotOpen) {
| ^~~~~
C:/home/nightlybuild/CERTI-Test/src/libHLA/SHMWin32.cc:62:25: warning:
dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
62 | void SHMWin32::Attach() throw(SharedMemoryNotAttached) {
| ^~~~~
[ 7%] Building CXX object libHLA/CMakeFiles/HLA.dir/SemaphoreWin32.cc.obj
Linking CXX shared library ../HLAd.dll
make[2]: Leaving directory '/home/nightlybuild/CERTI-Test/build32'
[ 7%] Built target HLA
make[2]: Entering directory '/home/nightlybuild/CERTI-Test/build32'
Scanning dependencies of target MessageBufferTests
make[2]: Leaving directory '/home/nightlybuild/CERTI-Test/build32'
make[2]: Entering directory '/home/nightlybuild/CERTI-Test/build32'
-CDash on my.cdash.org
- FAILED (b=18, w=50): CERTI - MinGW-x86_32-gcc-10.2.0 - Nightly,
admin <=