From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, SPF_FAIL, TO_EQ_FM_DOM_SPF_FAIL autolearn=ham autolearn_force=no version=3.4.1 Date: Sun, 20 Oct 2024 16:59:54 +0000 From: "Girar awaiter (felixz)" To: Kirill Izmestev Subject: [#360248] [test-only] FAILED filezilla.git=3.55.0-alt2.p10.1 Message-ID: Mail-Followup-To: Girar awaiter robot MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 360248 X-girar-task-owner: felixz X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/360248/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#360248] [test-only] FAILED filezilla.git=3.55.0-alt2.p10.1 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2024 16:59:57 -0000 Archived-At: List-Archive: 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 > 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 >::value_type' {aka 'class std::tuple'} 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(*ev.second).v_) == writer) { [x86_64] writer.cpp:134:43: error: 'std::deque >::value_type' {aka 'class std::tuple'} 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(*ev.second).v_) == writer) { [x86_64] writer.cpp:134:152: error: 'std::deque >::value_type' {aka 'class std::tuple'} 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(*ev.second).v_) == writer) { [x86_64] writer.cpp:135:28: error: 'std::deque >::value_type' {aka 'class std::tuple'} 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*):: >::value_type&)>' to 'const std::function&' [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 > 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 >::value_type' {aka 'const class std::tuple'} has no member named 'first' [i586] 115 | if (ev.first != handler) { [i586] writer.cpp:118:29: error: 'const std::deque >::value_type' {aka 'const class std::tuple'} 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 >::value_type' {aka 'const class std::tuple'} has no member named 'second' [i586] 119 | return std::get<0>(static_cast(*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*):: >::value_type&)>' to 'const std::function&' [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 > 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 >::value_type' {aka 'class std::tuple'} has no member named 'first' [i586] 134 | if (ev.first == old && ev.second->derived_type() == write_ready_event::type() && std::get<0>(static_cast(*ev.second).v_) == writer) { [i586] writer.cpp:134:43: error: 'std::deque >::value_type' {aka 'class std::tuple'} has no member named 'second' [i586] 134 | if (ev.first == old && ev.second->derived_type() == write_ready_event::type() && std::get<0>(static_cast(*ev.second).v_) == writer) { [i586] writer.cpp:134:152: error: 'std::deque >::value_type' {aka 'class std::tuple'} has no member named 'second' [i586] 134 | if (ev.first == old && ev.second->derived_type() == write_ready_event::type() && std::get<0>(static_cast(*ev.second).v_) == writer) { [i586] writer.cpp:135:28: error: 'std::deque >::value_type' {aka 'class std::tuple'} 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*):: >::value_type&)>' to 'const std::function&' [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 > 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 >::value_type' {aka 'class std::tuple'} has no member named 'first' [aarch64] 133 | if (ev.first == old && ev.second->derived_type() == read_ready_event::type() && std::get<0>(static_cast(*ev.second).v_) == reader) { [aarch64] reader.cpp:133:43: error: 'std::deque >::value_type' {aka 'class std::tuple'} has no member named 'second' [aarch64] 133 | if (ev.first == old && ev.second->derived_type() == read_ready_event::type() && std::get<0>(static_cast(*ev.second).v_) == reader) { [aarch64] reader.cpp:133:150: error: 'std::deque >::value_type' {aka 'class std::tuple'} has no member named 'second' [aarch64] 133 | if (ev.first == old && ev.second->derived_type() == read_ready_event::type() && std::get<0>(static_cast(*ev.second).v_) == reader) { [aarch64] reader.cpp:134:28: error: 'std::deque >::value_type' {aka 'class std::tuple'} 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*):: >::value_type&)>' to 'const std::function&' [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