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=unavailable autolearn_force=no version=3.4.1 Date: Wed, 29 Oct 2025 12:26:15 +0000 From: "Girar awaiter (taf)" To: Alexei Takaseev Subject: [#398638] [test-only] p10 FAILED (try 2) clamav.git=1.4.3-alt1 c-icap-modules.git=0.5.4-alt1 havp.git=0.93-alt1 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: 398638 X-girar-task-owner: taf X-girar-task-repo: p10 X-girar-task-try: 2 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/398638/ X-girar-task-log: logs/events.2.1.log X-girar-task-summary: [#398638] [test-only] p10 FAILED (try 2) clamav.git=1.4.3-alt1 c-icap-modules.git=0.5.4-alt1 havp.git=0.93-alt1 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: girar-builder-p10@altlinux.org, sisyphus-incominger@lists.altlinux.org, girar-builder-p10@lists.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, 29 Oct 2025 12:26:20 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/398638/logs/events.2.1.log https://packages.altlinux.org/tasks/398638 subtask name aarch64 armh i586 x86_64 #100 clamav 5:49 7:21 3:49 3:37 #200 c-icap-modules ? ? 33 32 #300 havp ? ? failed failed 2025-Oct-29 12:18:51 :: test-only task #398638 for p10 resumed by taf: 2025-Oct-29 12:18:51 :: message: New version fix CVE-2025-20260 #100 build 1.4.3-alt1 from /people/taf/packages/clamav.git fetched at 2025-Oct-29 12:00:36 #200 build 0.5.4-alt1 from /gears/c/c-icap-modules.git fetched at 2025-Oct-29 12:15:56 from p10 #300 build 0.93-alt1 from /gears/h/havp.git fetched at 2025-Oct-29 12:16:55 from p10 2025-Oct-29 12:18:52 :: created build repo 2025-Oct-29 12:18:53 :: [x86_64] #100 clamav.git 1.4.3-alt1: build start 2025-Oct-29 12:18:53 :: [armh] #100 clamav.git 1.4.3-alt1: build start 2025-Oct-29 12:18:53 :: [aarch64] #100 clamav.git 1.4.3-alt1: build start 2025-Oct-29 12:18:53 :: [i586] #100 clamav.git 1.4.3-alt1: build start 2025-Oct-29 12:22:30 :: [x86_64] #100 clamav.git 1.4.3-alt1: build OK 2025-Oct-29 12:22:30 :: [x86_64] #200 c-icap-modules.git 0.5.4-alt1: build start 2025-Oct-29 12:22:42 :: [i586] #100 clamav.git 1.4.3-alt1: build OK 2025-Oct-29 12:22:42 :: [i586] #200 c-icap-modules.git 0.5.4-alt1: build start 2025-Oct-29 12:23:02 :: [x86_64] #200 c-icap-modules.git 0.5.4-alt1: build OK 2025-Oct-29 12:23:02 :: [x86_64] #300 havp.git 0.93-alt1: build start 2025-Oct-29 12:23:15 :: [i586] #200 c-icap-modules.git 0.5.4-alt1: build OK 2025-Oct-29 12:23:15 :: [i586] #300 havp.git 0.93-alt1: build start [x86_64] clamlibscanner.cpp: In member function 'virtual bool ClamLibScanner::InitDatabase()': [x86_64] clamlibscanner.cpp:31:61: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [x86_64] 31 | printf("ClamAV: cl_init() error: %s\n", cl_strerror(ret)); [x86_64] | int [x86_64] -- [x86_64] 1246 | extern const char *cl_strerror(cl_error_t clerror); [x86_64] clamlibscanner.cpp:43:94: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [x86_64] 43 | LogFile::ErrorMessage("ClamAV: set CL_ENGINE_MAX_SCANSIZE failed: %s\n", cl_strerror(ret)); [x86_64] -- [x86_64] 1246 | extern const char *cl_strerror(cl_error_t clerror); [x86_64] clamlibscanner.cpp:50:94: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [x86_64] 50 | LogFile::ErrorMessage("ClamAV: set CL_ENGINE_MAX_FILESIZE failed: %s\n", cl_strerror(ret)); [x86_64] -- [x86_64] 1246 | extern const char *cl_strerror(cl_error_t clerror); [x86_64] clamlibscanner.cpp:57:91: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [x86_64] 57 | LogFile::ErrorMessage("ClamAV: set CL_ENGINE_MAX_FILES failed: %s\n", cl_strerror(ret)); [x86_64] -- [x86_64] 1246 | extern const char *cl_strerror(cl_error_t clerror); [x86_64] clamlibscanner.cpp:64:95: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [x86_64] 64 | LogFile::ErrorMessage("ClamAV: set CL_ENGINE_MAX_RECURSION failed: %s\n", cl_strerror(ret)); [x86_64] -- [x86_64] 1246 | extern const char *cl_strerror(cl_error_t clerror); [x86_64] clamlibscanner.cpp:72:88: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [x86_64] 72 | LogFile::ErrorMessage("ClamAV: set CL_ENGINE_TMPDIR failed: %s\n", cl_strerror(ret)); [x86_64] -- [x86_64] 1246 | extern const char *cl_strerror(cl_error_t clerror); [x86_64] clamlibscanner.cpp:90:84: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [x86_64] 90 | LogFile::ErrorMessage("ClamAV: Could not load database: %s\n", cl_strerror(ret)); [x86_64] -- [x86_64] 1246 | extern const char *cl_strerror(cl_error_t clerror); [x86_64] clamlibscanner.cpp:103:90: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [x86_64] 103 | LogFile::ErrorMessage("ClamAV: Database initialization error: %s\n", cl_strerror(ret)); [x86_64] | int 2025-Oct-29 12:23:21 :: [x86_64] havp.git 0.93-alt1: remote: build failed 2025-Oct-29 12:23:21 :: [x86_64] #300 havp.git 0.93-alt1: build FAILED 2025-Oct-29 12:23:21 :: [x86_64] requesting cancellation of task processing [i586] clamlibscanner.cpp: In member function 'virtual bool ClamLibScanner::InitDatabase()': [i586] clamlibscanner.cpp:31:61: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [i586] 31 | printf("ClamAV: cl_init() error: %s\n", cl_strerror(ret)); [i586] | int [i586] -- [i586] 1246 | extern const char *cl_strerror(cl_error_t clerror); [i586] clamlibscanner.cpp:43:94: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [i586] 43 | LogFile::ErrorMessage("ClamAV: set CL_ENGINE_MAX_SCANSIZE failed: %s\n", cl_strerror(ret)); [i586] -- [i586] 1246 | extern const char *cl_strerror(cl_error_t clerror); [i586] clamlibscanner.cpp:50:94: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [i586] 50 | LogFile::ErrorMessage("ClamAV: set CL_ENGINE_MAX_FILESIZE failed: %s\n", cl_strerror(ret)); [i586] -- [i586] 1246 | extern const char *cl_strerror(cl_error_t clerror); [i586] clamlibscanner.cpp:57:91: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [i586] 57 | LogFile::ErrorMessage("ClamAV: set CL_ENGINE_MAX_FILES failed: %s\n", cl_strerror(ret)); [i586] -- [i586] 1246 | extern const char *cl_strerror(cl_error_t clerror); [i586] clamlibscanner.cpp:64:95: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [i586] 64 | LogFile::ErrorMessage("ClamAV: set CL_ENGINE_MAX_RECURSION failed: %s\n", cl_strerror(ret)); [i586] -- [i586] 1246 | extern const char *cl_strerror(cl_error_t clerror); [i586] clamlibscanner.cpp:72:88: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [i586] 72 | LogFile::ErrorMessage("ClamAV: set CL_ENGINE_TMPDIR failed: %s\n", cl_strerror(ret)); [i586] -- [i586] 1246 | extern const char *cl_strerror(cl_error_t clerror); [i586] clamlibscanner.cpp:90:84: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [i586] 90 | LogFile::ErrorMessage("ClamAV: Could not load database: %s\n", cl_strerror(ret)); [i586] -- [i586] 1246 | extern const char *cl_strerror(cl_error_t clerror); [i586] clamlibscanner.cpp:103:90: error: invalid conversion from 'int' to 'cl_error_t' [-fpermissive] [i586] 103 | LogFile::ErrorMessage("ClamAV: Database initialization error: %s\n", cl_strerror(ret)); [i586] | int 2025-Oct-29 12:23:35 :: [i586] havp.git 0.93-alt1: remote: build failed 2025-Oct-29 12:23:35 :: [i586] #300 havp.git 0.93-alt1: build FAILED 2025-Oct-29 12:24:42 :: [aarch64] #100 clamav.git 1.4.3-alt1: build OK 2025-Oct-29 12:24:42 :: [aarch64] task processing CANCELLED 2025-Oct-29 12:26:14 :: [armh] #100 clamav.git 1.4.3-alt1: build OK 2025-Oct-29 12:26:15 :: [armh] task processing CANCELLED 2025-Oct-29 12:23:21 :: [x86_64] build FAILED 2025-Oct-29 12:23:35 :: [i586] build FAILED 2025-Oct-29 12:24:42 :: [aarch64] build FAILED 2025-Oct-29 12:26:15 :: [armh] build FAILED 2025-Oct-29 12:26:15 :: task #398638 for p10 FAILED