From: "Girar awaiter (taf)" <girar-builder@altlinux.org>
To: Alexei Takaseev <taf@altlinux.org>
Cc: girar-builder-p10@altlinux.org,
sisyphus-incominger@lists.altlinux.org,
girar-builder-p10@lists.altlinux.org
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
Date: Wed, 29 Oct 2025 12:26:15 +0000
Message-ID: <girar.task.398638.2.1@gyle.mskdc.altlinux.org> (raw)
In-Reply-To: <girar.task.398638.1.1@gyle.mskdc.altlinux.org>
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
next prev parent reply other threads:[~2025-10-29 12:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-29 12:11 [#398638] [test-only] p10 FAILED clamav.git=1.4.3-alt1 Girar awaiter (taf)
2025-10-29 12:26 ` Girar awaiter (taf) [this message]
2025-10-29 13:34 ` [#398638] [test-only] p10 FAILED (try 3) clamav.git=1.4.3-alt1 c-icap-modules.git=0.5.4-alt1 del=havp Girar awaiter (taf)
2025-11-05 17:50 ` [#398638] p10 EPERM (try 6) clamav.git=1.4.3-alt3 " Girar awaiter (taf)
2025-11-06 9:11 ` [#398638] p10 DONE (try 7) " Girar pender (amakeenk)
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=girar.task.398638.2.1@gyle.mskdc.altlinux.org \
--to=girar-builder@altlinux.org \
--cc=devel@lists.altlinux.org \
--cc=girar-builder-p10@altlinux.org \
--cc=girar-builder-p10@lists.altlinux.org \
--cc=sisyphus-incominger@lists.altlinux.org \
--cc=taf@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