certi-testintegration
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Certi-testintegration] FAILED (b=21, w=50, t=2): CERTI - MinGW-x86_32-g


From: CDash
Subject: [Certi-testintegration] FAILED (b=21, w=50, t=2): CERTI - MinGW-x86_32-gcc-5.4.0 - Nightly
Date: Sun, 2 Jul 2017 21:50:26 -0400 (EDT)

A submission to CDash for the project CERTI has build errors and build warnings 
and failing tests.
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 
http://my.cdash.org/buildSummary.php?buildid=1245730

Project: CERTI
Site: OFFIS
Build Name: MinGW-x86_32-gcc-5.4.0
Build Time: 2017-07-02T19:45:43 EDT
Type: Nightly
Errors: 21
Warnings: 50
Tests failing: 2


*Error* (first 5)
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>}')

       out << "(opt) eventRetraction =" << eventRetraction.show(out)      << 
std::endl;
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from C:/msys64/mingw32/include/c++/6.1.0/istream:39:0,
                 from C:/msys64/mingw32/include/c++/6.1.0/sstream:38,
                 from /.../src/include/certi.hh:139,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/Exception.hh:28,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/Message.hh:23,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.hh:12,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:4:

C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1047:11: error: 
cannot bind 'std::basic_ostream<char>' lvalue to 'std::basic_ostream<char>&&'

       out << "(opt) eventRetraction =" << eventRetraction.show(out)      << 
std::endl;
       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~

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>}')

       out << "(opt) eventRetraction =" << eventRetraction.show(out)      << 
std::endl;
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from C:/msys64/mingw32/include/c++/6.1.0/istream:39:0,
                 from C:/msys64/mingw32/include/c++/6.1.0/sstream:38,
                 from /.../src/include/certi.hh:139,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/Exception.hh:28,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/Message.hh:23,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.hh:12,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:4:
C:/msys64/mingw32/include/c++/6.1.0/ostream:628:5: note: candidate: 
std::basic_ostream<_CharT, _Traits>& 
std::operator<<(std::basic_ostream<_C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1098:11:
 error: cannot bind 'std::basic_ostream<char>' lvalue to 
'std::basic_ostream<char>&&'

       out << "(opt) eventRetraction =" << eventRetraction.show(out)      << 
std::endl;
       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1098:40: note: 
candidate: operator<<(int, int) <built-in>
       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++/6.1.0/istream:39:0,
                 from C:/msys64/mingw32/include/c++/6.1.0/sstream:38,
                 from /.../src/include/certi.hh:139,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/Exception.hh:28,
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>}')

       out << "(opt) eventRetraction =" << eventRetraction.show(out)      << 
std::endl;
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from C:/msys64/mingw32/include/c++/6.1.0/istream:39:0,
                 from C:/msys64/mingw32/include/c++/6.1.0/sstream:38,
                 from /.../src/include/certi.hh:139,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/Exception.hh:28,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/Message.hh:23,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.hh:12,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:4:
C:/msys64/mingw32/include/c++/6.1.0/ostream:628:5: note: candidate: 
std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_


*Warnings* (first 5)
C:/msys64/mingw32/include/c++/6.1.0/ostream:628:5: note: candidate: 
std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, 
_Traits>&&, const _Tp&) [with _CharT = char; _Traits = std::char_traits<char>; 
_Tp = std::basic_ostream<char>] <near match>

     operator<<(basic_ostream<_CharT, _Traits>&& __os, const _Tp& __x)
     ^~~~~~~~

C:/msys64/mingw32/include/c++/6.1.0/ostream:628:5: note:   conversion of 
argument 1 would be ill-formed:


C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:1047:40: note: 
candidate: operator<<(int, int) <built-in>

       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++/6.1.0/istream:39:0,
                 from C:/msys64/mingw32/include/c++/6.1.0/sstream:38,
                 from /.../src/include/certi.hh:139,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/Exception.hh:28,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/Message.hh:23,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.hh:12,
                 from 
C:/home/nightlybuild/CERTI-Test/src/libCERTI/M_Classes.cc:4:

C:/msys64/mingw32/include/c++/6.1.0/ostream:108:7: note: candidate: 
std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, 
_Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& 
(*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; 
_Traits = std::char_traits<char>; std::basic_ostream<_CharT, 
_Traits>::__ostream_type = std::basic_ostream<char>]

       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~




*Tests failing*
TestPackage (http://my.cdash.org/testDetails.php?test=28054256&build=1245730)



*Tests not run*
TestLibFedTime (http://my.cdash.org/testDetails.php?test=25861353&build=1245730)


-CDash on my.cdash.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]