You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by je...@ci.trafficserver.apache.org on 2016/06/20 03:18:10 UTC

Build failed in Jenkins: in_tree-master #2016

See <https://ci.trafficserver.apache.org/job/in_tree-master/2016/changes>

Changes:

[Leif Hedstrom] TS-4565 Enables clang_format AlignConsecutiveAssignments

[Leif Hedstrom] TS-4565 Update indentation with = alignment

------------------------------------------
[...truncated 1333 lines...]
 #define TS_HAS_IN6_IS_ADDR_UNSPECIFIED @has_in6_is_addr_unspecified @
                                        ^
../../lib/ts/ink_inet.h:38:6: note: in expansion of macro ‘TS_HAS_IN6_IS_ADDR_UNSPECIFIED’
 #if !TS_HAS_IN6_IS_ADDR_UNSPECIFIED
      ^
../../lib/ts/ink_config.h:98:56: error: stray ‘@’ in program
 #define TS_MAX_NUMBER_EVENT_THREADS @max_event_threads @
                                                        ^
I_EventProcessor.h:39:31: note: in expansion of macro ‘TS_MAX_NUMBER_EVENT_THREADS’
 const int MAX_EVENT_THREADS = TS_MAX_NUMBER_EVENT_THREADS;
                               ^
../../lib/ts/ink_config.h:64:22: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_EPOLL @use_epoll @
                      ^
I_SocketManager.h:84:5: note: in expansion of macro ‘TS_USE_EPOLL’
 #if TS_USE_EPOLL
     ^
../../lib/ts/ink_config.h:65:23: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_KQUEUE @use_kqueue @
                       ^
I_SocketManager.h:90:5: note: in expansion of macro ‘TS_USE_KQUEUE’
 #if TS_USE_KQUEUE
     ^
../../lib/ts/ink_config.h:66:21: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_PORT @use_port @
                     ^
I_SocketManager.h:95:5: note: in expansion of macro ‘TS_USE_PORT’
 #if TS_USE_PORT
     ^
../../lib/ts/ink_config.h:64:22: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_EPOLL @use_epoll @
                      ^
P_UnixSocketManager.h:339:5: note: in expansion of macro ‘TS_USE_EPOLL’
 #if TS_USE_EPOLL
     ^
../../lib/ts/ink_config.h:65:23: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_KQUEUE @use_kqueue @
                       ^
P_UnixSocketManager.h:394:5: note: in expansion of macro ‘TS_USE_KQUEUE’
 #if TS_USE_KQUEUE
     ^
../../lib/ts/ink_config.h:66:21: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_PORT @use_port @
                     ^
P_UnixSocketManager.h:417:5: note: in expansion of macro ‘TS_USE_PORT’
 #if TS_USE_PORT
     ^
../../lib/ts/ink_config.h:67:26: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_POSIX_CAP @use_posix_cap @
                          ^
../../lib/ts/ink_cap.h:95:6: note: in expansion of macro ‘TS_USE_POSIX_CAP’
 #if !TS_USE_POSIX_CAP
      ^
../../lib/ts/ink_config.h:97:44: error: stray ‘@’ in program
 #define TS_MAX_THREADS_IN_EACH_THREAD_TYPE @max_threads_per_type @
                                            ^
I_EventProcessor.h:33:38: note: in expansion of macro ‘TS_MAX_THREADS_IN_EACH_THREAD_TYPE’
 const int MAX_THREADS_IN_EACH_TYPE = TS_MAX_THREADS_IN_EACH_THREAD_TYPE;
                                      ^
../../lib/ts/ink_config.h:97:66: error: stray ‘@’ in program
 #define TS_MAX_THREADS_IN_EACH_THREAD_TYPE @max_threads_per_type @
                                                                  ^
I_EventProcessor.h:33:38: note: in expansion of macro ‘TS_MAX_THREADS_IN_EACH_THREAD_TYPE’
 const int MAX_THREADS_IN_EACH_TYPE = TS_MAX_THREADS_IN_EACH_THREAD_TYPE;
                                      ^
../../lib/ts/ink_config.h:98:37: error: stray ‘@’ in program
 #define TS_MAX_NUMBER_EVENT_THREADS @max_event_threads @
                                     ^
I_EventProcessor.h:39:31: note: in expansion of macro ‘TS_MAX_NUMBER_EVENT_THREADS’
 const int MAX_EVENT_THREADS = TS_MAX_NUMBER_EVENT_THREADS;
                               ^
../../lib/ts/ink_config.h:98:56: error: stray ‘@’ in program
 #define TS_MAX_NUMBER_EVENT_THREADS @max_event_threads @
                                                        ^
I_EventProcessor.h:39:31: note: in expansion of macro ‘TS_MAX_NUMBER_EVENT_THREADS’
 const int MAX_EVENT_THREADS = TS_MAX_NUMBER_EVENT_THREADS;
                               ^
../../lib/ts/ink_config.h:64:22: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_EPOLL @use_epoll @
                      ^
I_SocketManager.h:84:5: note: in expansion of macro ‘TS_USE_EPOLL’
 #if TS_USE_EPOLL
     ^
../../lib/ts/ink_config.h:65:23: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_KQUEUE @use_kqueue @
                       ^
I_SocketManager.h:90:5: note: in expansion of macro ‘TS_USE_KQUEUE’
 #if TS_USE_KQUEUE
     ^
../../lib/ts/ink_config.h:66:21: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_PORT @use_port @
                     ^
I_SocketManager.h:95:5: note: in expansion of macro ‘TS_USE_PORT’
 #if TS_USE_PORT
     ^
../../lib/ts/ink_config.h:64:22: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_EPOLL @use_epoll @
                      ^
P_UnixSocketManager.h:339:5: note: in expansion of macro ‘TS_USE_EPOLL’
 #if TS_USE_EPOLL
     ^
../../lib/ts/ink_config.h:65:23: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_KQUEUE @use_kqueue @
                       ^
P_UnixSocketManager.h:394:5: note: in expansion of macro ‘TS_USE_KQUEUE’
 #if TS_USE_KQUEUE
     ^
../../lib/ts/ink_config.h:66:21: error: token "@" is not valid in preprocessor expressions
 #define TS_USE_PORT @use_port @
                     ^
P_UnixSocketManager.h:417:5: note: in expansion of macro ‘TS_USE_PORT’
 #if TS_USE_PORT
     ^
../../lib/ts/ink_config.h:97:45: error: ‘max_threads_per_type’ was not declared in this scope
 #define TS_MAX_THREADS_IN_EACH_THREAD_TYPE @max_threads_per_type @
                                             ^
I_EventProcessor.h:33:38: note: in expansion of macro ‘TS_MAX_THREADS_IN_EACH_THREAD_TYPE’
 const int MAX_THREADS_IN_EACH_TYPE = TS_MAX_THREADS_IN_EACH_THREAD_TYPE;
                                      ^
../../lib/ts/ink_config.h:98:38: error: ‘max_event_threads’ was not declared in this scope
 #define TS_MAX_NUMBER_EVENT_THREADS @max_event_threads @
                                      ^
I_EventProcessor.h:39:31: note: in expansion of macro ‘TS_MAX_NUMBER_EVENT_THREADS’
 const int MAX_EVENT_THREADS = TS_MAX_NUMBER_EVENT_THREADS;
                               ^
In file included from I_EventSystem.h:35:0,
                 from P_EventSystem.h:36,
                 from PQ-List.cc:24:
I_EventProcessor.h:265:42: error: size of array ‘all_ethreads’ is not an integral constant-expression
   EThread *all_ethreads[MAX_EVENT_THREADS];
                                          ^
I_EventProcessor.h:275:65: error: size of array ‘eventthread’ is not an integral constant-expression
   EThread *eventthread[MAX_EVENT_TYPES][MAX_THREADS_IN_EACH_TYPE];
                                                                 ^
I_EventProcessor.h:308:42: error: size of array ‘all_dthreads’ is not an integral constant-expression
   EThread *all_dthreads[MAX_EVENT_THREADS];
                                          ^
../../lib/ts/ink_config.h:97:45: error: ‘max_threads_per_type’ was not declared in this scope
 #define TS_MAX_THREADS_IN_EACH_THREAD_TYPE @max_threads_per_type @
                                             ^
I_EventProcessor.h:33:38: note: in expansion of macro ‘TS_MAX_THREADS_IN_EACH_THREAD_TYPE’
 const int MAX_THREADS_IN_EACH_TYPE = TS_MAX_THREADS_IN_EACH_THREAD_TYPE;
                                      ^
../../lib/ts/ink_config.h:98:38: error: ‘max_event_threads’ was not declared in this scope
 #define TS_MAX_NUMBER_EVENT_THREADS @max_event_threads @
                                      ^
I_EventProcessor.h:39:31: note: in expansion of macro ‘TS_MAX_NUMBER_EVENT_THREADS’
 const int MAX_EVENT_THREADS = TS_MAX_NUMBER_EVENT_THREADS;
                               ^
In file included from I_EventSystem.h:35:0,
                 from P_EventSystem.h:36,
                 from Lock.cc:31:
I_EventProcessor.h:265:42: error: size of array ‘all_ethreads’ is not an integral constant-expression
   EThread *all_ethreads[MAX_EVENT_THREADS];
                                          ^
I_EventProcessor.h:275:65: error: size of array ‘eventthread’ is not an integral constant-expression
   EThread *eventthread[MAX_EVENT_TYPES][MAX_THREADS_IN_EACH_TYPE];
                                                                 ^
I_EventProcessor.h:308:42: error: size of array ‘all_dthreads’ is not an integral constant-expression
   EThread *all_dthreads[MAX_EVENT_THREADS];
                                          ^
cc1plus: all warnings being treated as errors
make[2]: *** [Lock.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[2]: *** [PQ-List.o] Error 1
../../lib/ts/ink_config.h:97:45: error: ‘max_threads_per_type’ was not declared in this scope
 #define TS_MAX_THREADS_IN_EACH_THREAD_TYPE @max_threads_per_type @
                                             ^
I_EventProcessor.h:33:38: note: in expansion of macro ‘TS_MAX_THREADS_IN_EACH_THREAD_TYPE’
 const int MAX_THREADS_IN_EACH_TYPE = TS_MAX_THREADS_IN_EACH_THREAD_TYPE;
                                      ^
../../lib/ts/ink_config.h:98:38: error: ‘max_event_threads’ was not declared in this scope
 #define TS_MAX_NUMBER_EVENT_THREADS @max_event_threads @
                                      ^
I_EventProcessor.h:39:31: note: in expansion of macro ‘TS_MAX_NUMBER_EVENT_THREADS’
 const int MAX_EVENT_THREADS = TS_MAX_NUMBER_EVENT_THREADS;
                               ^
In file included from I_EventSystem.h:35:0,
                 from P_EventSystem.h:36,
                 from EventSystem.cc:31:
I_EventProcessor.h:265:42: error: size of array ‘all_ethreads’ is not an integral constant-expression
   EThread *all_ethreads[MAX_EVENT_THREADS];
                                          ^
I_EventProcessor.h:275:65: error: size of array ‘eventthread’ is not an integral constant-expression
   EThread *eventthread[MAX_EVENT_TYPES][MAX_THREADS_IN_EACH_TYPE];
                                                                 ^
I_EventProcessor.h:308:42: error: size of array ‘all_dthreads’ is not an integral constant-expression
   EThread *all_dthreads[MAX_EVENT_THREADS];
                                          ^
../../lib/ts/ink_config.h:97:45: error: ‘max_threads_per_type’ was not declared in this scope
 #define TS_MAX_THREADS_IN_EACH_THREAD_TYPE @max_threads_per_type @
                                             ^
I_EventProcessor.h:33:38: note: in expansion of macro ‘TS_MAX_THREADS_IN_EACH_THREAD_TYPE’
 const int MAX_THREADS_IN_EACH_TYPE = TS_MAX_THREADS_IN_EACH_THREAD_TYPE;
                                      ^
../../lib/ts/ink_config.h:98:38: error: ‘max_event_threads’ was not declared in this scope
 #define TS_MAX_NUMBER_EVENT_THREADS @max_event_threads @
                                      ^
I_EventProcessor.h:39:31: note: in expansion of macro ‘TS_MAX_NUMBER_EVENT_THREADS’
 const int MAX_EVENT_THREADS = TS_MAX_NUMBER_EVENT_THREADS;
                               ^
In file included from I_EventSystem.h:35:0,
                 from P_EventSystem.h:36,
                 from Inline.cc:30:
I_EventProcessor.h:265:42: error: size of array ‘all_ethreads’ is not an integral constant-expression
   EThread *all_ethreads[MAX_EVENT_THREADS];
                                          ^
I_EventProcessor.h:275:65: error: size of array ‘eventthread’ is not an integral constant-expression
   EThread *eventthread[MAX_EVENT_TYPES][MAX_THREADS_IN_EACH_TYPE];
                                                                 ^
I_EventProcessor.h:308:42: error: size of array ‘all_dthreads’ is not an integral constant-expression
   EThread *all_dthreads[MAX_EVENT_THREADS];
                                          ^
../../lib/ts/ink_config.h:97:45: error: ‘max_threads_per_type’ was not declared in this scope
 #define TS_MAX_THREADS_IN_EACH_THREAD_TYPE @max_threads_per_type @
                                             ^
I_EventProcessor.h:33:38: note: in expansion of macro ‘TS_MAX_THREADS_IN_EACH_THREAD_TYPE’
 const int MAX_THREADS_IN_EACH_TYPE = TS_MAX_THREADS_IN_EACH_THREAD_TYPE;
                                      ^
../../lib/ts/ink_config.h:98:38: error: ‘max_event_threads’ was not declared in this scope
 #define TS_MAX_NUMBER_EVENT_THREADS @max_event_threads @
                                      ^
I_EventProcessor.h:39:31: note: in expansion of macro ‘TS_MAX_NUMBER_EVENT_THREADS’
 const int MAX_EVENT_THREADS = TS_MAX_NUMBER_EVENT_THREADS;
                               ^
In file included from I_EventSystem.h:35:0,
                 from P_EventSystem.h:36,
                 from IOBuffer.cc:29:
I_EventProcessor.h:265:42: error: size of array ‘all_ethreads’ is not an integral constant-expression
   EThread *all_ethreads[MAX_EVENT_THREADS];
                                          ^
I_EventProcessor.h:275:65: error: size of array ‘eventthread’ is not an integral constant-expression
   EThread *eventthread[MAX_EVENT_TYPES][MAX_THREADS_IN_EACH_TYPE];
                                                                 ^
I_EventProcessor.h:308:42: error: size of array ‘all_dthreads’ is not an integral constant-expression
   EThread *all_dthreads[MAX_EVENT_THREADS];
                                          ^
cc1plus: all warnings being treated as errors
make[2]: *** [Inline.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [EventSystem.o] Error 1
cc1plus: all warnings being treated as errors
make[2]: *** [IOBuffer.o] Error 1
make[2]: Leaving directory `<https://ci.trafficserver.apache.org/job/in_tree-master/ws/src/iocore/eventsystem'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<https://ci.trafficserver.apache.org/job/in_tree-master/ws/src/iocore'>
make: *** [all-recursive] Error 1
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : in_tree-master #2017

Posted by je...@ci.trafficserver.apache.org.
See <https://ci.trafficserver.apache.org/job/in_tree-master/2017/changes>