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 autolearn=ham autolearn_force=no version=3.4.1 Date: Wed, 22 Apr 2026 09:25:29 +0000 From: "Girar awaiter (krf10)" To: Daniil-Viktor Ratkin Subject: [#415755] FAILED (try 8) botan.git=3.11.1-alt1 libbotan.git=2.19.1-alt3 Message-ID: Mail-Followup-To: Girar awaiter robot References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-girar-task-id: 415755 X-girar-task-owner: krf10 X-girar-task-cc: lav X-girar-task-repo: sisyphus X-girar-task-try: 8 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/415755/ X-girar-task-log: logs/events.8.1.log X-girar-task-summary: [#415755] FAILED (try 8) botan.git=3.11.1-alt1 libbotan.git=2.19.1-alt3 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: sisyphus-incominger@lists.altlinux.org, Vitaly Lipatov , 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: Wed, 22 Apr 2026 09:25:33 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/415755/logs/events.8.1.log https://packages.altlinux.org/tasks/415755 subtask name aarch64 i586 x86_64 #2200 botan 4:34 3:18 2:49 #2300 libbotan ? ? failed 2026-Apr-22 09:20:42 :: task #415755 for sisyphus resumed by krf10: #100 removed #200 removed #300 removed #400 removed #500 removed #600 removed #700 removed #1000 removed #1100 removed #1200 removed #1300 removed #1400 removed #1500 removed #1600 removed #1700 removed #2000 removed #2100 removed #2200 build 3.11.1-alt1 from /people/krf10/packages/botan.git fetched at 2026-Apr-22 09:18:50 #2300 build 2.19.1-alt3 from /people/krf10/packages/libbotan.git fetched at 2026-Apr-22 09:19:10 2026-Apr-22 09:20:42 :: waiting for a shared lock on sisyphus 2026-Apr-22 09:20:53 :: acquired a shared lock on sisyphus 2026-Apr-22 09:20:54 :: created build repo 2026-Apr-22 09:20:55 :: [aarch64] #2200 botan.git 3.11.1-alt1: build start 2026-Apr-22 09:20:55 :: [x86_64] #2200 botan.git 3.11.1-alt1: build start 2026-Apr-22 09:20:55 :: [i586] #2200 botan.git 3.11.1-alt1: build start 2026-Apr-22 09:23:44 :: [x86_64] #2200 botan.git 3.11.1-alt1: build OK 2026-Apr-22 09:23:44 :: [x86_64] #2300 libbotan.git 2.19.1-alt3: build start [x86_64] src/cli/cli.h: In member function 'void Botan_CLI::Command::write_output(const int&)': [x86_64] src/cli/cli.h:180:59: error: request for member 'data' in 'vec', which is of non-class type 'const int' [-Wtemplate-body] [x86_64] 180 | output().write(reinterpret_cast(vec.data()), vec.size()); [x86_64] src/cli/cli.h:180:72: error: request for member 'size' in 'vec', which is of non-class type 'const int' [-Wtemplate-body] [x86_64] 180 | output().write(reinterpret_cast(vec.data()), vec.size()); [x86_64] -- [x86_64] src/cli/tls_http_server.cpp: In member function 'virtual void Botan_CLI::TLS_HTTP_Server::go()': [x86_64] src/cli/tls_http_server.cpp:523:39: error: 'get_arg_u16' was not declared in this scope; did you mean 'get_arg_or'? [x86_64] 523 | const uint16_t listen_port = get_arg_u16("port"); [x86_64] -- [x86_64] In file included from src/cli/tls_proxy.cpp:9: [x86_64] src/cli/cli.h:125:71: error: 'uint8_t' does not name a type [x86_64] 125 | static std::string format_blob(const std::string& format, const uint8_t bits[], size_t len); [x86_64] -- [x86_64] 18 | [x86_64] src/cli/cli.h:129:56: error: 'uint8_t' was not declared in this scope [x86_64] 129 | const std::vector& vec) [x86_64] src/cli/cli.h:129:56: note: 'uint8_t' is defined in header ''; this is probably fixable by adding '#include ' [x86_64] src/cli/cli.h:129:70: error: template argument 1 is invalid [x86_64] 129 | const std::vector& vec) [x86_64] src/cli/cli.h:150:7: error: 'uint16_t' does not name a type [x86_64] 150 | uint16_t get_arg_u16(const std::string& opt_name) const; [x86_64] src/cli/cli.h:150:7: note: 'uint16_t' is defined in header ''; this is probably fixable by adding '#include ' [x86_64] src/cli/cli.h:152:7: error: 'uint32_t' does not name a type [x86_64] 152 | uint32_t get_arg_u32(const std::string& opt_name) const; [x86_64] src/cli/cli.h:152:7: note: 'uint32_t' is defined in header ''; this is probably fixable by adding '#include ' [x86_64] src/cli/cli.h:159:19: error: 'uint8_t' was not declared in this scope [x86_64] 159 | std::vector slurp_file(const std::string& input_file, [x86_64] src/cli/cli.h:159:19: note: 'uint8_t' is defined in header ''; this is probably fixable by adding '#include ' [x86_64] src/cli/cli.h:159:26: error: template argument 1 is invalid [x86_64] 159 | std::vector slurp_file(const std::string& input_file, 2026-Apr-22 09:24:11 :: [x86_64] libbotan.git 2.19.1-alt3: remote: build failed 2026-Apr-22 09:24:11 :: [x86_64] #2300 libbotan.git 2.19.1-alt3: build FAILED 2026-Apr-22 09:24:11 :: [x86_64] requesting cancellation of task processing 2026-Apr-22 09:24:13 :: [i586] #2200 botan.git 3.11.1-alt1: build OK 2026-Apr-22 09:24:13 :: [i586] task processing CANCELLED 2026-Apr-22 09:25:29 :: [aarch64] #2200 botan.git 3.11.1-alt1: build OK 2026-Apr-22 09:25:29 :: [aarch64] task processing CANCELLED 2026-Apr-22 09:24:11 :: [x86_64] build FAILED 2026-Apr-22 09:24:13 :: [i586] build FAILED 2026-Apr-22 09:25:29 :: [aarch64] build FAILED 2026-Apr-22 09:25:29 :: task #415755 for sisyphus FAILED