ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#360248] [test-only] FAILED filezilla.git=3.55.0-alt2.p10.1
@ 2024-10-20 16:59 Girar awaiter (felixz)
  0 siblings, 0 replies; only message in thread
From: Girar awaiter (felixz) @ 2024-10-20 16:59 UTC (permalink / raw)
  To: Kirill Izmestev; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/360248/logs/events.1.1.log

subtask  name       aarch64    i586  ppc64le  x86_64
   #100  filezilla   failed  failed   failed  failed

2024-Oct-20 16:57:54 :: test-only task #360248 for sisyphus started by felixz:
#100 build 3.55.0-alt2.p10.1 from /people/felixz/packages/filezilla.git fetched at 2024-Oct-20 16:57:52
2024-Oct-20 16:57:55 :: [ppc64le] #100 filezilla.git 3.55.0-alt2.p10.1: build start
2024-Oct-20 16:57:55 :: [aarch64] #100 filezilla.git 3.55.0-alt2.p10.1: build start
2024-Oct-20 16:57:55 :: [x86_64] #100 filezilla.git 3.55.0-alt2.p10.1: build start
2024-Oct-20 16:57:55 :: [i586] #100 filezilla.git 3.55.0-alt2.p10.1: build start
[x86_64] writer.cpp: In function 'void {anonymous}::change_event_handler(fz::event_handler*, fz::event_handler*, const writer_base*)':
[x86_64] writer.cpp:133:49: error: 'typedef class std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> > fz::event_loop::Events' is private within this context
[x86_64]   133 |         auto event_filter = [&](fz::event_loop::Events::value_type & ev) -> bool {
[x86_64] --
[x86_64] writer.cpp: In lambda function:
[x86_64] writer.cpp:134:24: error: 'std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'first'
[x86_64]   134 |                 if (ev.first == old && ev.second->derived_type() == write_ready_event::type() && std::get<0>(static_cast<write_ready_event const&>(*ev.second).v_) == writer) {
[x86_64] writer.cpp:134:43: error: 'std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'second'
[x86_64]   134 |                 if (ev.first == old && ev.second->derived_type() == write_ready_event::type() && std::get<0>(static_cast<write_ready_event const&>(*ev.second).v_) == writer) {
[x86_64] writer.cpp:134:152: error: 'std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'second'
[x86_64]   134 |                 if (ev.first == old && ev.second->derived_type() == write_ready_event::type() && std::get<0>(static_cast<write_ready_event const&>(*ev.second).v_) == writer) {
[x86_64] writer.cpp:135:28: error: 'std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'first'
[x86_64]   135 |                         ev.first = new_handler;
[x86_64] writer.cpp: In function 'void {anonymous}::change_event_handler(fz::event_handler*, fz::event_handler*, const writer_base*)':
[x86_64] writer.cpp:140:40: error: cannot convert '{anonymous}::change_event_handler(fz::event_handler*, fz::event_handler*, const writer_base*)::<lambda(std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type&)>' to 'const std::function<bool(fz::event_handler*&, fz::event_base&)>&'
[x86_64]   140 |         old->event_loop_.filter_events(event_filter);
[x86_64] --
[x86_64]                  from oplock_manager.cpp:1:
[x86_64] ../include/logging.h:8:34: error: 'private1' was not declared in this scope
[x86_64]     8 |         auto constexpr listing = private1;
[x86_64] --
[x86_64]                  from proxy.cpp:1:
[x86_64] ../include/logging.h:8:34: error: 'private1' was not declared in this scope
[x86_64]     8 |         auto constexpr listing = private1;
[x86_64] --
[x86_64]                  from directorylistingparser.cpp:1:
[x86_64] ../include/logging.h:8:34: error: 'private1' was not declared in this scope
[x86_64]     8 |         auto constexpr listing = private1;
[x86_64] --
[x86_64]                  from controlsocket.cpp:1:
[x86_64] ../include/logging.h:8:34: error: 'private1' was not declared in this scope
[x86_64]     8 |         auto constexpr listing = private1;
2024-Oct-20 16:59:00 :: [x86_64] filezilla.git 3.55.0-alt2.p10.1: remote: build failed
2024-Oct-20 16:59:00 :: [x86_64] #100 filezilla.git 3.55.0-alt2.p10.1: build FAILED
2024-Oct-20 16:59:00 :: [x86_64] requesting cancellation of task processing
[i586] writer.cpp: In function 'void {anonymous}::remove_writer_events(fz::event_handler*, const writer_base*)':
[i586] writer.cpp:114:49: error: 'typedef class std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> > fz::event_loop::Events' is private within this context
[i586]   114 |         auto event_filter = [&](fz::event_loop::Events::value_type const& ev) -> bool {
[i586] --
[i586] writer.cpp: In lambda function:
[i586] writer.cpp:115:24: error: 'const std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'const class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'first'
[i586]   115 |                 if (ev.first != handler) {
[i586] writer.cpp:118:29: error: 'const std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'const class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'second'
[i586]   118 |                 else if (ev.second->derived_type() == write_ready_event::type()) {
[i586] writer.cpp:119:86: error: 'const std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'const class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'second'
[i586]   119 |                         return std::get<0>(static_cast<write_ready_event const&>(*ev.second).v_) == writer;
[i586] writer.cpp: In function 'void {anonymous}::remove_writer_events(fz::event_handler*, const writer_base*)':
[i586] writer.cpp:124:44: error: cannot convert '{anonymous}::remove_writer_events(fz::event_handler*, const writer_base*)::<lambda(const std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type&)>' to 'const std::function<bool(fz::event_handler*&, fz::event_base&)>&'
[i586]   124 |         handler->event_loop_.filter_events(event_filter);
[i586] --
[i586] writer.cpp: In function 'void {anonymous}::change_event_handler(fz::event_handler*, fz::event_handler*, const writer_base*)':
[i586] writer.cpp:133:49: error: 'typedef class std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> > fz::event_loop::Events' is private within this context
[i586]   133 |         auto event_filter = [&](fz::event_loop::Events::value_type & ev) -> bool {
[i586] --
[i586] writer.cpp: In lambda function:
[i586] writer.cpp:134:24: error: 'std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'first'
[i586]   134 |                 if (ev.first == old && ev.second->derived_type() == write_ready_event::type() && std::get<0>(static_cast<write_ready_event const&>(*ev.second).v_) == writer) {
[i586] writer.cpp:134:43: error: 'std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'second'
[i586]   134 |                 if (ev.first == old && ev.second->derived_type() == write_ready_event::type() && std::get<0>(static_cast<write_ready_event const&>(*ev.second).v_) == writer) {
[i586] writer.cpp:134:152: error: 'std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'second'
[i586]   134 |                 if (ev.first == old && ev.second->derived_type() == write_ready_event::type() && std::get<0>(static_cast<write_ready_event const&>(*ev.second).v_) == writer) {
[i586] writer.cpp:135:28: error: 'std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'first'
[i586]   135 |                         ev.first = new_handler;
2024-Oct-20 16:59:06 :: [i586] filezilla.git 3.55.0-alt2.p10.1: remote: build failed
2024-Oct-20 16:59:06 :: [i586] #100 filezilla.git 3.55.0-alt2.p10.1: build FAILED
[aarch64] reader.cpp: In function 'void {anonymous}::remove_reader_events(fz::event_handler*, const reader_base*)':
[aarch64] reader.cpp:123:44: error: cannot convert '{anonymous}::remove_reader_events(fz::event_handler*, const reader_base*)::<lambda(const std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type&)>' to 'const std::function<bool(fz::event_handler*&, fz::event_base&)>&'
[aarch64]   123 |         handler->event_loop_.filter_events(event_filter);
[aarch64] --
[aarch64] reader.cpp: In function 'void {anonymous}::change_event_handler(fz::event_handler*, fz::event_handler*, const reader_base*)':
[aarch64] reader.cpp:132:49: error: 'typedef class std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> > fz::event_loop::Events' is private within this context
[aarch64]   132 |         auto event_filter = [&](fz::event_loop::Events::value_type & ev) -> bool {
[aarch64] --
[aarch64] reader.cpp: In lambda function:
[aarch64] reader.cpp:133:24: error: 'std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'first'
[aarch64]   133 |                 if (ev.first == old && ev.second->derived_type() == read_ready_event::type() && std::get<0>(static_cast<read_ready_event const&>(*ev.second).v_) == reader) {
[aarch64] reader.cpp:133:43: error: 'std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'second'
[aarch64]   133 |                 if (ev.first == old && ev.second->derived_type() == read_ready_event::type() && std::get<0>(static_cast<read_ready_event const&>(*ev.second).v_) == reader) {
[aarch64] reader.cpp:133:150: error: 'std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'second'
[aarch64]   133 |                 if (ev.first == old && ev.second->derived_type() == read_ready_event::type() && std::get<0>(static_cast<read_ready_event const&>(*ev.second).v_) == reader) {
[aarch64] reader.cpp:134:28: error: 'std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'first'
[aarch64]   134 |                         ev.first = new_handler;
[aarch64] reader.cpp: In function 'void {anonymous}::change_event_handler(fz::event_handler*, fz::event_handler*, const reader_base*)':
[aarch64] reader.cpp:139:40: error: cannot convert '{anonymous}::change_event_handler(fz::event_handler*, fz::event_handler*, const reader_base*)::<lambda(std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type&)>' to 'const std::function<bool(fz::event_handler*&, fz::event_base&)>&'
[aarch64]   139 |         old->event_loop_.filter_events(event_filter);
[aarch64] --
[aarch64]                  from lookup.cpp:1:
[aarch64] ../include/logging.h:8:34: error: 'private1' was not declared in this scope
[aarch64]     8 |         auto constexpr listing = private1;
[aarch64] --
[aarch64]                  from proxy.cpp:1:
[aarch64] ../include/logging.h:8:34: error: 'private1' was not declared in this scope
[aarch64]     8 |         auto constexpr listing = private1;
[aarch64] --
[aarch64]                  from directorylistingparser.cpp:1:
[aarch64] ../include/logging.h:8:34: error: 'private1' was not declared in this scope
[aarch64]     8 |         auto constexpr listing = private1;
2024-Oct-20 16:59:34 :: [aarch64] filezilla.git 3.55.0-alt2.p10.1: remote: build failed
2024-Oct-20 16:59:34 :: [aarch64] #100 filezilla.git 3.55.0-alt2.p10.1: build FAILED
[ppc64le] ftp/../../include/logging.h:8:34: error: 'private1' was not declared in this scope
[ppc64le]     8 |         auto constexpr listing = private1;
[ppc64le] --
[ppc64le]                  from ftp/cwd.cpp:1:
[ppc64le] ftp/../../include/logging.h:8:34: error: 'private1' was not declared in this scope
[ppc64le]     8 |         auto constexpr listing = private1;
[ppc64le] --
[ppc64le]                  from ftp/rawcommand.cpp:1:
[ppc64le] ftp/../../include/logging.h:8:34: error: 'private1' was not declared in this scope
[ppc64le]     8 |         auto constexpr listing = private1;
[ppc64le] --
[ppc64le]                  from ftp/delete.cpp:1:
[ppc64le] ftp/../../include/logging.h:8:34: error: 'private1' was not declared in this scope
[ppc64le]     8 |         auto constexpr listing = private1;
[ppc64le] --
[ppc64le]                  from ftp/mkd.cpp:1:
[ppc64le] ftp/../../include/logging.h:8:34: error: 'private1' was not declared in this scope
[ppc64le]     8 |         auto constexpr listing = private1;
[ppc64le] --
[ppc64le]                  from ftp/rmd.cpp:1:
[ppc64le] ftp/../../include/logging.h:8:34: error: 'private1' was not declared in this scope
[ppc64le]     8 |         auto constexpr listing = private1;
[ppc64le] --
[ppc64le]                  from ftp/filetransfer.cpp:1:
[ppc64le] ftp/../../include/logging.h:8:34: error: 'private1' was not declared in this scope
[ppc64le]     8 |         auto constexpr listing = private1;
[ppc64le] --
[ppc64le]                  from ftp/rename.cpp:1:
[ppc64le] ftp/../../include/logging.h:8:34: error: 'private1' was not declared in this scope
[ppc64le]     8 |         auto constexpr listing = private1;
[ppc64le] --
[ppc64le]                  from ftp/list.cpp:1:
[ppc64le] ftp/../../include/logging.h:8:34: error: 'private1' was not declared in this scope
[ppc64le]     8 |         auto constexpr listing = private1;
[ppc64le] --
[ppc64le]                  from ftp/logon.cpp:1:
[ppc64le] ftp/../../include/logging.h:8:34: error: 'private1' was not declared in this scope
[ppc64le]     8 |         auto constexpr listing = private1;
2024-Oct-20 16:59:53 :: [ppc64le] filezilla.git 3.55.0-alt2.p10.1: remote: build failed
2024-Oct-20 16:59:53 :: [ppc64le] #100 filezilla.git 3.55.0-alt2.p10.1: build FAILED
2024-Oct-20 16:59:00 :: [x86_64] build FAILED
2024-Oct-20 16:59:06 :: [i586] build FAILED
2024-Oct-20 16:59:34 :: [aarch64] build FAILED
2024-Oct-20 16:59:53 :: [ppc64le] build FAILED
2024-Oct-20 16:59:53 :: task #360248 for sisyphus FAILED


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-20 16:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-20 16:59 [#360248] [test-only] FAILED filezilla.git=3.55.0-alt2.p10.1 Girar awaiter (felixz)

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