certi-testintegration
[Top][All Lists]
Advanced

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

FAILED (b=50, w=50): CERTI - Linux-c++ - Continuous


From: admin
Subject: FAILED (b=50, w=50): CERTI - Linux-c++ - Continuous
Date: Mon, 07 Jun 2021 04:44:28 -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/2022063.

Project: CERTI
Site: norica
Build Name: Linux-c++
Build Time: 2021-06-07 08:43:46
Type: Continuous
Total Errors: 50
Total Warnings: 50

*Errors* (first 5 included)
Error copying file "/.../CERTI-3.5.1-Source/cmake-build-debug/libCERTI/y.tab.h" 
to "/.../CERTI-3.5.1-Source/cmake-build-debug/libCERTI/syntax.h".

        Error copying file 
"/.../CERTI-3.5.1-Source/cmake-build-debug/libCERTI/y.tab.c" to 
"/.../CERTI-3.5.1-Source/cmake-build-debug/libCERTI/syntax.cc".
[NON-XML-CHAR-0x1B][35m[NON-XML-CHAR-0x1B][1mScanning dependencies of target 
CERTI[NON-XML-CHAR-0x1B][0m
[ 14%] [NON-XML-CHAR-0x1B][32mBuilding CXX object 
libCERTI/CMakeFiles/CERTI.dir/fed.cc.o[NON-XML-CHAR-0x1B][0m
/.../CERTI-3.5.1-Source/libCERTI/fed.cc: In function ‘void 
certi::fedparser::printOrder()’:

        /usr/include/unicode/umachine.h line 376 
(https://my.cdash.org/viewBuildError.php?type=0&buildid=2022063
/usr/include/unicode/umachine.h:376:13: error: ‘char16_t’ does not name a type
  376 |     typedef char16_t UChar;
      |             ^~~~~~~~
In file included from /usr/include/unicode/utypes.h:39,
                 from /usr/include/unicode/ucnv_err.h:88,
                 from /usr/include/unicode/ucnv.h:52,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:810,
                 from /usr/include/libxml2/libxml/globals.h:18,
                 from /usr/include/libxml2/libxml/threads.h:35,
                 from /usr/include/libxml2/libxml/xmlmemory.h:218,
        /usr/include/unicode/uversion.h line 159 
(https://my.cdash.org/viewBuildError.php?type=0&buildid=2022063
/usr/include/unicode/uversion.h:159:55: error: ‘UChar’ does not name a type; 
did you mean ‘UChar32’?
  159 | u_versionFromUString(UVersionInfo versionArray, const UChar 
*versionString);
      |                                                       ^~~~~
      |                                                       UChar32
In file included from /usr/include/unicode/ucnv.h:52,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:810,
                 from /usr/include/libxml2/libxml/globals.h:18,
                 from /usr/include/libxml2/libxml/threads.h:35,
                 from /usr/include/libxml2/libxml/xmlmemory.h:218,
                 from /.../CERTI-3.5.1-Source/libCERTI/XmlParser.hh:36,
        /usr/include/unicode/ucnv_err.h line 198 
(https://my.cdash.org/viewBuildError.php?type=0&buildid=2022063
/usr/include/unicode/ucnv_err.h:198:11: error: ‘UChar’ does not name a type; 
did you mean ‘UChar32’?
  198 |     const UChar *source;        /**< Pointer to the source source 
buffer. @stable ICU 2.0    */
      |           ^~~~~
      |           UChar32

    
*Warnings* (first 5 included)
make[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
[  9%] Built target HLA
[ 10%] Built target TestHLAtypes
[ 11%] Built target MessageBufferTests
[ 12%] Built target MsgBufferTests
[ 13%] Built target TestClocks
[ 13%] [NON-XML-CHAR-0x1B][34m[NON-XML-CHAR-0x1B][1mGenerating 
tokens.cc[NON-XML-CHAR-0x1B][0m
/bin/sh: 1: LEX_PROGRAM-NOTFOUND: not found
[ 14%] [NON-XML-CHAR-0x1B][34m[NON-XML-CHAR-0x1B][1mGenerating syntax.cc, 
syntax.h[NON-XML-CHAR-0x1B][0m
/bin/sh: 1: YACC_PROGRAM-NOTFOUND: not found
        libCERTI/fed.cc line 410 
(https://my.cdash.org/viewBuildError.php?type=1&amp;buildid=2022063
/.../CERTI-3.5.1-Source/libCERTI/fed.cc:410:16: warning: this ‘if’ clause does 
not guard... [-Wmisleading-indentation]
410 |  case RECEIVE: if(verbose)
      |                ^~
        libCERTI/fed.cc line 411 
(https://my.cdash.org/viewBuildError.php?type=1&amp;buildid=2022063
/.../CERTI-3.5.1-Source/libCERTI/fed.cc:411:24: note: ...this statement, but 
the latter is misleadingly indented as if it were guarded by the ‘if’
411 |   cout << " receive" ; break ;
      |                        ^~~~~
        libCERTI/fed.cc line 412 
(https://my.cdash.org/viewBuildError.php?type=1&amp;buildid=2022063
/.../CERTI-3.5.1-Source/libCERTI/fed.cc:412:18: warning: this ‘if’ clause does 
not guard... [-Wmisleading-indentation]
412 |  case TIMESTAMP: if(verbose)
      |                  ^~
        libCERTI/fed.cc line 413 
(https://my.cdash.org/viewBuildError.php?type=1&amp;buildid=2022063
/.../CERTI-3.5.1-Source/libCERTI/fed.cc:413:26: note: ...this statement, but 
the latter is misleadingly indented as if it were guarded by the ‘if’
413 |   cout << " timestamp" ; break ;
      |                          ^~~~~
/.../CERTI-3.5.1-Source/libCERTI/fed.cc: In function ‘void 
certi::fedparser::printTransport()’:
    
-CDash on my.cdash.org



reply via email to

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