ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: Girar Builder awaiter robot <girar-builder@altlinux.org>
To: Vitaly Lipatov <lav@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-p8@altlinux.org
Subject: [#213669] p8 FAILED (try 4) libuv.git=1.20.3-alt0.M80P.1 node.git=8.11.4-alt0.M80P.1
Date: Thu, 27 Sep 2018 11:51:46 +0000
Message-ID: <20180927115146.GA17302@gyle.altlinux.org> (raw)

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


                 reply	other threads:[~2018-09-27 11:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180927115146.GA17302@gyle.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=girar-builder-p8@altlinux.org \
    --cc=lav@altlinux.org \
    --cc=sisyphus-incominger@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git