From: "Girar awaiter (antohami)" <girar-builder@altlinux.org>
To: Anton Midyukov <antohami@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
girar-builder-sisyphus@altlinux.org
Subject: [#415669] [test-only] FAILED (try 4) perl.git=5.38.4-alt4
Date: Fri, 24 Apr 2026 19:08:47 +0000
Message-ID: <girar.task.415669.4.1@gyle.mskdc.altlinux.org> (raw)
In-Reply-To: <girar.task.415669.1.1@gyle.mskdc.altlinux.org>
https://git.altlinux.org/tasks/415669/logs/events.4.1.log
https://packages.altlinux.org/tasks/415669
subtask name aarch64 i586 x86_64
#300 perl failed failed failed
2026-Apr-24 19:04:19 :: test-only task #415669 for sisyphus resumed by antohami:
#100 removed
#200 removed
#300 build 5.38.4-alt4 from /people/antohami/packages/perl.git fetched at 2026-Apr-20 15:34:00
#400 removed
#500 removed
#600 removed
#700 removed
#1000 removed
#1100 removed
#1200 removed
#1300 removed
#1400 removed
#1500 removed
#1600 removed
#1700 removed
2026-Apr-24 19:04:21 :: [x86_64] #300 perl.git 5.38.4-alt4: build start
2026-Apr-24 19:04:21 :: [aarch64] #300 perl.git 5.38.4-alt4: build start
2026-Apr-24 19:04:21 :: [i586] #300 perl.git 5.38.4-alt4: build start
[x86_64] NDBM_File.xs: In function 'XS_NDBM_File_TIEHASH':
[x86_64] NDBM_File.xs:72:25: error: too many arguments to function 'dbm_open'; expected 0, have 3
[x86_64] 72 | if ((dbp = dbm_open(filename, flags, mode))) {
[x86_64] --
[x86_64] NDBM_File.xs: In function 'XS_NDBM_File_DESTROY':
[x86_64] NDBM_File.xs:87:9: error: too many arguments to function 'dbm_close'; expected 0, have 1
[x86_64] 87 | dbm_close(db->dbp);
[x86_64] --
[x86_64] NDBM_File.c: In function 'XS_NDBM_File_FETCH':
[x86_64] NDBM_File.c:286:49: error: too many arguments to function 'dbm_fetch'; expected 0, have 2
[x86_64] 286 | #define ndbm_FETCH(db,key) dbm_fetch(db->dbp,key)
[x86_64] --
[x86_64] NDBM_File.c: In function 'XS_NDBM_File_EXISTS':
[x86_64] NDBM_File.c:333:49: error: too many arguments to function 'dbm_fetch'; expected 0, have 2
[x86_64] 333 | #define ndbm_EXISTS(db,key) dbm_fetch(db->dbp,key).dptr
[x86_64] --
[x86_64] NDBM_File.c: In function 'XS_NDBM_File_STORE':
[x86_64] NDBM_File.c:374:49: error: too many arguments to function 'dbm_store'; expected 0, have 4
[x86_64] 374 | #define ndbm_STORE(db,key,value,flags) dbm_store(db->dbp,key,value,flags)
[x86_64] --
[x86_64] NDBM_File.c: In function 'XS_NDBM_File_DELETE':
[x86_64] NDBM_File.c:447:49: error: too many arguments to function 'dbm_delete'; expected 0, have 2
[x86_64] 447 | #define ndbm_DELETE(db,key) dbm_delete(db->dbp,key)
[x86_64] --
[x86_64] NDBM_File.c: In function 'XS_NDBM_File_FIRSTKEY':
[x86_64] NDBM_File.c:490:49: error: too many arguments to function 'dbm_firstkey'; expected 0, have 1
[x86_64] 490 | #define ndbm_FIRSTKEY(db) dbm_firstkey(db->dbp)
[x86_64] --
[x86_64] NDBM_File.c: In function 'XS_NDBM_File_NEXTKEY':
[x86_64] NDBM_File.c:528:49: error: too many arguments to function 'dbm_nextkey'; expected 0, have 1
[x86_64] 528 | #define ndbm_NEXTKEY(db,key) dbm_nextkey(db->dbp)
[x86_64] --
[x86_64] NDBM_File.xs: In function 'XS_NDBM_File_TIEHASH':
[x86_64] NDBM_File.xs:72:25: error: too many arguments to function 'dbm_open'; expected 0, have 3
[x86_64] 72 | if ((dbp = dbm_open(filename, flags, mode))) {
[x86_64] --
[x86_64] NDBM_File.xs: In function 'XS_NDBM_File_DESTROY':
[x86_64] NDBM_File.xs:87:9: error: too many arguments to function 'dbm_close'; expected 0, have 1
[x86_64] 87 | dbm_close(db->dbp);
2026-Apr-24 19:06:04 :: [x86_64] perl.git 5.38.4-alt4: remote: build failed
2026-Apr-24 19:06:04 :: [x86_64] #300 perl.git 5.38.4-alt4: build FAILED
2026-Apr-24 19:06:04 :: [x86_64] requesting cancellation of task processing
[i586] NDBM_File.xs: In function 'XS_NDBM_File_TIEHASH':
[i586] NDBM_File.xs:72:25: error: too many arguments to function 'dbm_open'; expected 0, have 3
[i586] 72 | if ((dbp = dbm_open(filename, flags, mode))) {
[i586] --
[i586] NDBM_File.xs: In function 'XS_NDBM_File_DESTROY':
[i586] NDBM_File.xs:87:9: error: too many arguments to function 'dbm_close'; expected 0, have 1
[i586] 87 | dbm_close(db->dbp);
[i586] --
[i586] NDBM_File.c: In function 'XS_NDBM_File_FETCH':
[i586] NDBM_File.c:286:49: error: too many arguments to function 'dbm_fetch'; expected 0, have 2
[i586] 286 | #define ndbm_FETCH(db,key) dbm_fetch(db->dbp,key)
[i586] --
[i586] NDBM_File.c: In function 'XS_NDBM_File_EXISTS':
[i586] NDBM_File.c:333:49: error: too many arguments to function 'dbm_fetch'; expected 0, have 2
[i586] 333 | #define ndbm_EXISTS(db,key) dbm_fetch(db->dbp,key).dptr
[i586] --
[i586] NDBM_File.c: In function 'XS_NDBM_File_STORE':
[i586] NDBM_File.c:374:49: error: too many arguments to function 'dbm_store'; expected 0, have 4
[i586] 374 | #define ndbm_STORE(db,key,value,flags) dbm_store(db->dbp,key,value,flags)
[i586] --
[i586] NDBM_File.c: In function 'XS_NDBM_File_DELETE':
[i586] NDBM_File.c:447:49: error: too many arguments to function 'dbm_delete'; expected 0, have 2
[i586] 447 | #define ndbm_DELETE(db,key) dbm_delete(db->dbp,key)
[i586] --
[i586] NDBM_File.c: In function 'XS_NDBM_File_FIRSTKEY':
[i586] NDBM_File.c:490:49: error: too many arguments to function 'dbm_firstkey'; expected 0, have 1
[i586] 490 | #define ndbm_FIRSTKEY(db) dbm_firstkey(db->dbp)
[i586] --
[i586] NDBM_File.c: In function 'XS_NDBM_File_NEXTKEY':
[i586] NDBM_File.c:528:49: error: too many arguments to function 'dbm_nextkey'; expected 0, have 1
[i586] 528 | #define ndbm_NEXTKEY(db,key) dbm_nextkey(db->dbp)
[i586] --
[i586] NDBM_File.xs: In function 'XS_NDBM_File_TIEHASH':
[i586] NDBM_File.xs:72:25: error: too many arguments to function 'dbm_open'; expected 0, have 3
[i586] 72 | if ((dbp = dbm_open(filename, flags, mode))) {
[i586] --
[i586] NDBM_File.xs: In function 'XS_NDBM_File_DESTROY':
[i586] NDBM_File.xs:87:9: error: too many arguments to function 'dbm_close'; expected 0, have 1
[i586] 87 | dbm_close(db->dbp);
2026-Apr-24 19:06:28 :: [i586] perl.git 5.38.4-alt4: remote: build failed
2026-Apr-24 19:06:28 :: [i586] #300 perl.git 5.38.4-alt4: build FAILED
[aarch64] NDBM_File.xs: In function 'XS_NDBM_File_TIEHASH':
[aarch64] NDBM_File.xs:72:25: error: too many arguments to function 'dbm_open'; expected 0, have 3
[aarch64] 72 | if ((dbp = dbm_open(filename, flags, mode))) {
[aarch64] --
[aarch64] NDBM_File.xs: In function 'XS_NDBM_File_DESTROY':
[aarch64] NDBM_File.xs:87:9: error: too many arguments to function 'dbm_close'; expected 0, have 1
[aarch64] 87 | dbm_close(db->dbp);
[aarch64] --
[aarch64] NDBM_File.c: In function 'XS_NDBM_File_FETCH':
[aarch64] NDBM_File.c:286:49: error: too many arguments to function 'dbm_fetch'; expected 0, have 2
[aarch64] 286 | #define ndbm_FETCH(db,key) dbm_fetch(db->dbp,key)
[aarch64] --
[aarch64] NDBM_File.c: In function 'XS_NDBM_File_EXISTS':
[aarch64] NDBM_File.c:333:49: error: too many arguments to function 'dbm_fetch'; expected 0, have 2
[aarch64] 333 | #define ndbm_EXISTS(db,key) dbm_fetch(db->dbp,key).dptr
[aarch64] --
[aarch64] NDBM_File.c: In function 'XS_NDBM_File_STORE':
[aarch64] NDBM_File.c:374:49: error: too many arguments to function 'dbm_store'; expected 0, have 4
[aarch64] 374 | #define ndbm_STORE(db,key,value,flags) dbm_store(db->dbp,key,value,flags)
[aarch64] --
[aarch64] NDBM_File.c: In function 'XS_NDBM_File_DELETE':
[aarch64] NDBM_File.c:447:49: error: too many arguments to function 'dbm_delete'; expected 0, have 2
[aarch64] 447 | #define ndbm_DELETE(db,key) dbm_delete(db->dbp,key)
[aarch64] --
[aarch64] NDBM_File.c: In function 'XS_NDBM_File_FIRSTKEY':
[aarch64] NDBM_File.c:490:49: error: too many arguments to function 'dbm_firstkey'; expected 0, have 1
[aarch64] 490 | #define ndbm_FIRSTKEY(db) dbm_firstkey(db->dbp)
[aarch64] --
[aarch64] NDBM_File.c: In function 'XS_NDBM_File_NEXTKEY':
[aarch64] NDBM_File.c:528:49: error: too many arguments to function 'dbm_nextkey'; expected 0, have 1
[aarch64] 528 | #define ndbm_NEXTKEY(db,key) dbm_nextkey(db->dbp)
[aarch64] --
[aarch64] NDBM_File.xs: In function 'XS_NDBM_File_TIEHASH':
[aarch64] NDBM_File.xs:72:25: error: too many arguments to function 'dbm_open'; expected 0, have 3
[aarch64] 72 | if ((dbp = dbm_open(filename, flags, mode))) {
[aarch64] --
[aarch64] NDBM_File.xs: In function 'XS_NDBM_File_DESTROY':
[aarch64] NDBM_File.xs:87:9: error: too many arguments to function 'dbm_close'; expected 0, have 1
[aarch64] 87 | dbm_close(db->dbp);
2026-Apr-24 19:08:46 :: [aarch64] perl.git 5.38.4-alt4: remote: build failed
2026-Apr-24 19:08:46 :: [aarch64] #300 perl.git 5.38.4-alt4: build FAILED
2026-Apr-24 19:06:04 :: [x86_64] build FAILED
2026-Apr-24 19:06:29 :: [i586] build FAILED
2026-Apr-24 19:08:46 :: [aarch64] build FAILED
2026-Apr-24 19:08:46 :: task #415669 for sisyphus FAILED
prev parent reply other threads:[~2026-04-24 19:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-20 7:56 [#415669] TESTED perl-Specio.git=0.50-alt2 Girar awaiter (antohami)
2026-04-20 10:50 ` [#415669] TESTED (try 2) perl-Specio.git=0.50-alt2 perl.git=5.38.4-alt4 Girar awaiter (antohami)
2026-04-21 17:55 ` [#415669] TESTED (try 3) " Girar awaiter (antohami)
2026-04-24 19:08 ` Girar awaiter (antohami) [this message]
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.415669.4.1@gyle.mskdc.altlinux.org \
--to=girar-builder@altlinux.org \
--cc=antohami@altlinux.org \
--cc=devel@lists.altlinux.org \
--cc=girar-builder-sisyphus@altlinux.org \
--cc=sisyphus-incominger@lists.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