[#213669] p8 FAILED (try 4) libuv.git=1.20.3-alt0.M80P.1 node.git=8.11.4-alt0.M80P.1

Girar Builder awaiter robot girar-builder at altlinux.org
Thu Sep 27 14:51:46 MSK 2018


http://git.altlinux.org/tasks/213669/logs/events.4.1.log

2018-Sep-27 11:44:05 :: test-only task #213669 for p8 resumed by lav:
#100 build 1.20.3-alt0.M80P.1 from /people/lav/packages/libuv.git fetched at 2018-Sep-26 10:29:28
#200 removed
#220 build 8.11.4-alt0.M80P.1 from /people/lav/packages/node.git fetched at 2018-Sep-27 08:32:56
#240 removed
#300 removed
2018-Sep-27 11:44:20 :: created build repo
2018-Sep-27 11:44:21 :: [i586] #100 libuv.git 1.20.3-alt0.M80P.1: build start
2018-Sep-27 11:44:21 :: [x86_64] #100 libuv.git 1.20.3-alt0.M80P.1: build start
2018-Sep-27 11:44:55 :: [x86_64] libuv.git 1.20.3-alt0.M80P.1: remote: no need to rebuild
2018-Sep-27 11:44:55 :: [x86_64] #100 libuv.git 1.20.3-alt0.M80P.1: build OK
2018-Sep-27 11:44:55 :: [x86_64] #220 node.git 8.11.4-alt0.M80P.1: build start
2018-Sep-27 11:45:04 :: [i586] libuv.git 1.20.3-alt0.M80P.1: remote: no need to rebuild
2018-Sep-27 11:45:04 :: [i586] #100 libuv.git 1.20.3-alt0.M80P.1: build OK
2018-Sep-27 11:45:04 :: [i586] #220 node.git 8.11.4-alt0.M80P.1: build start
../src/node_http2.cc: In constructor 'node::http2::Http2Options::Http2Options(node::Environment*)':
../src/node_http2.cc:110:60: error: 'NGHTTP2_ALTSVC' was not declared in this scope
   nghttp2_option_set_builtin_recv_extension_type(options_, NGHTTP2_ALTSVC);
../src/node_http2.cc:110:74: error: 'nghttp2_option_set_builtin_recv_extension_type' was not declared in this scope
   nghttp2_option_set_builtin_recv_extension_type(options_, NGHTTP2_ALTSVC);
../src/node_http2.cc:119:59: error: 'nghttp2_option_set_max_deflate_dynamic_table_size' was not declared in this scope
         buffer[IDX_OPTIONS_MAX_DEFLATE_DYNAMIC_TABLE_SIZE]);
../src/node_http2.cc:131:57: error: 'nghttp2_option_set_max_send_header_block_length' was not declared in this scope
         buffer[IDX_OPTIONS_MAX_SEND_HEADER_BLOCK_LENGTH]);
../src/node_http2.cc: In constructor 'node::http2::Http2Session::Callbacks::Callbacks(bool)':
../src/node_http2.cc:458:32: error: 'nghttp2_session_callbacks_set_on_header_callback2' was not declared in this scope
     callbacks, OnHeaderCallback);
../src/node_http2.cc:468:31: error: 'nghttp2_session_callbacks_set_on_invalid_header_callback2' was not declared in this scope
     callbacks, OnInvalidHeader);
../src/node_http2.cc:470:29: error: 'nghttp2_session_callbacks_set_error_callback' was not declared in this scope
     callbacks, OnNghttpError);
../src/node_http2.cc: In member function 'bool node::http2::Http2Session::CanAddStream()':
../src/node_http2.cc:678:60: error: 'nghttp2_session_get_local_settings' was not declared in this scope
           session_, NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS);
../src/node_http2.cc: In static member function 'static int node::http2::Http2Session::OnFrameReceive(nghttp2_session*, const nghttp2_frame*, void*)':
../src/node_http2.cc:889:10: error: 'NGHTTP2_ALTSVC' was not declared in this scope
     case NGHTTP2_ALTSVC:
../src/node_http2.cc: In member function 'void node::http2::Http2Session::HandleAltSvcFrame(const nghttp2_frame*)':
../src/node_http2.cc:1299:3: error: 'nghttp2_ext_altsvc' was not declared in this scope
   nghttp2_ext_altsvc* altsvc = static_cast<nghttp2_ext_altsvc*>(ext.payload);
2018-Sep-27 11:51:15 :: [x86_64] node.git 8.11.4-alt0.M80P.1: remote: build failed
2018-Sep-27 11:51:15 :: [x86_64] #220 node.git 8.11.4-alt0.M80P.1: build FAILED
../src/node_http2.cc: In constructor 'node::http2::Http2Options::Http2Options(node::Environment*)':
../src/node_http2.cc:110:60: error: 'NGHTTP2_ALTSVC' was not declared in this scope
   nghttp2_option_set_builtin_recv_extension_type(options_, NGHTTP2_ALTSVC);
../src/node_http2.cc:110:74: error: 'nghttp2_option_set_builtin_recv_extension_type' was not declared in this scope
   nghttp2_option_set_builtin_recv_extension_type(options_, NGHTTP2_ALTSVC);
../src/node_http2.cc:119:59: error: 'nghttp2_option_set_max_deflate_dynamic_table_size' was not declared in this scope
         buffer[IDX_OPTIONS_MAX_DEFLATE_DYNAMIC_TABLE_SIZE]);
../src/node_http2.cc:131:57: error: 'nghttp2_option_set_max_send_header_block_length' was not declared in this scope
         buffer[IDX_OPTIONS_MAX_SEND_HEADER_BLOCK_LENGTH]);
../src/node_http2.cc: In constructor 'node::http2::Http2Session::Callbacks::Callbacks(bool)':
../src/node_http2.cc:458:32: error: 'nghttp2_session_callbacks_set_on_header_callback2' was not declared in this scope
     callbacks, OnHeaderCallback);
../src/node_http2.cc:468:31: error: 'nghttp2_session_callbacks_set_on_invalid_header_callback2' was not declared in this scope
     callbacks, OnInvalidHeader);
../src/node_http2.cc:470:29: error: 'nghttp2_session_callbacks_set_error_callback' was not declared in this scope
     callbacks, OnNghttpError);
--
../src/node_http2.cc: In member function 'bool node::http2::Http2Session::CanAddStream()':
../src/node_http2.cc:678:60: error: 'nghttp2_session_get_local_settings' was not declared in this scope
           session_, NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS);
../src/node_http2.cc: In static member function 'static int node::http2::Http2Session::OnFrameReceive(nghttp2_session*, const nghttp2_frame*, void*)':
../src/node_http2.cc:889:10: error: 'NGHTTP2_ALTSVC' was not declared in this scope
     case NGHTTP2_ALTSVC:
../src/node_http2.cc: In member function 'void node::http2::Http2Session::HandleAltSvcFrame(const nghttp2_frame*)':
../src/node_http2.cc:1299:3: error: 'nghttp2_ext_altsvc' was not declared in this scope
   nghttp2_ext_altsvc* altsvc = static_cast<nghttp2_ext_altsvc*>(ext.payload);
2018-Sep-27 11:51:46 :: [i586] node.git 8.11.4-alt0.M80P.1: remote: build failed
2018-Sep-27 11:51:46 :: [i586] #220 node.git 8.11.4-alt0.M80P.1: build FAILED
2018-Sep-27 11:51:15 :: [x86_64] build FAILED
2018-Sep-27 11:51:46 :: [i586] build FAILED
2018-Sep-27 11:51:46 :: task #213669 for p8 FAILED


More information about the Sisyphus-incominger mailing list