[#410462] [test-only] FAILED jdupes.git=1.31.1-alt1

Girar awaiter (lav) girar-builder at altlinux.org
Sun Mar 8 20:48:16 MSK 2026


https://git.altlinux.org/tasks/410462/logs/events.1.1.log
https://packages.altlinux.org/tasks/410462

subtask  name    aarch64    i586  x86_64
   #100  jdupes   failed  failed  failed

2026-Mar-08 17:47:51 :: test-only task #410462 for sisyphus started by lav:
#100 build 1.31.1-alt1 from /people/lav/packages/jdupes.git fetched at 2026-Mar-08 08:02:07
2026-Mar-08 17:47:53 :: [aarch64] #100 jdupes.git 1.31.1-alt1: build start
2026-Mar-08 17:47:53 :: [x86_64] #100 jdupes.git 1.31.1-alt1: build start
2026-Mar-08 17:47:53 :: [i586] #100 jdupes.git 1.31.1-alt1: build start
[i586]       |         S_ISDIR
[i586] loaddir.c:274:3: error: implicit declaration of function 'jc_closedir'; did you mean 'closedir'? [-Wimplicit-function-declaration]
[i586]   274 |   jc_closedir(cd);
[i586] --
[i586] act_printjson.c: In function 'json_escape':
[i586] act_printjson.c:77:51: error: 'JC_PATHBUF_SIZE' undeclared (first use in this function); did you mean 'PATHBUF_SIZE'?
[i586]    77 |   while (*string != '\0' && (escaped - target) < (JC_PATHBUF_SIZE * 2 - 1)) {
[i586] --
[i586] act_printjson.c: In function 'printjson':
[i586] act_printjson.c:108:31: error: 'JC_PATHBUF_SIZE' undeclared (first use in this function); did you mean 'PATHBUF_SIZE'?
[i586]   108 |   char *temp = (char *)malloc(JC_PATHBUF_SIZE * 2);
[i586] --
[i586] cc -O2 -g -Wall -Wwrite-strings -Wcast-align -Wstrict-aliasing -Wstrict-prototypes -Wpointer-arith -Wundef -Wshadow -Wfloat-equal -Waggregate-return -Wcast-qual -Wswitch-default -Wswitch-enum -Wunreachable-code -Wformat=2 -std=gnu11 -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -pipe -DNO_ATIME -DNDEBUG -Wextra -Wstrict-overflow=5 -Winit-self -Wl,-z,stack-size=16777216 -DENABLE_DEDUPE -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DENABLE_DEDUPE=1   -c -o jdupes.o jdupes.c
[i586] jdupes.c:138:15: error: 'JC_PATHBUF_SIZE' undeclared here (not in a function); did you mean 'PATHBUF_SIZE'?
[i586]   138 | char tempname[JC_PATHBUF_SIZE * 2];
[i586] --
[i586] jdupes.c: In function 'main':
[i586] jdupes.c:264:7: error: void value not ignored as it ought to be
[i586]   264 |   pci = jc_get_proc_cacheinfo(0);
[i586] --
[i586] act_linkfiles.c: In function 'linkfiles':
[i586] act_linkfiles.c:81:24: error: 'JC_PATHBUF_SIZE' undeclared (first use in this function); did you mean 'PATHBUF_SIZE'?
[i586]    81 |   static char rel_path[JC_PATHBUF_SIZE];
[i586] --
[i586] act_linkfiles.c:81:24: note: each undeclared identifier is reported only once for each function it appears in
[i586] act_linkfiles.c:211:10: error: implicit declaration of function 'jc_access'; did you mean 'access'? [-Wimplicit-function-declaration]
[i586]   211 |         (jc_access(dupelist[x]->d_name, JC_W_OK) != 0))
[i586]       |          access
[i586] act_linkfiles.c:211:41: error: 'JC_W_OK' undeclared (first use in this function); did you mean 'W_OK'?
[i586]   211 |         (jc_access(dupelist[x]->d_name, JC_W_OK) != 0))
[i586]       |                                         W_OK
[i586] act_linkfiles.c:287:13: error: implicit declaration of function 'jc_rename'; did you mean 'rename'? [-Wimplicit-function-declaration]
[i586]   287 |         i = jc_rename(dupelist[x]->d_name, tempname);
[i586]       |             rename
[i586] act_linkfiles.c:301:15: error: implicit declaration of function 'jc_link' [-Wimplicit-function-declaration]
[i586]   301 |           if (jc_link(srcfile->d_name, dupelist[x]->d_name) == 0) success = 1;
2026-Mar-08 17:48:03 :: [i586] jdupes.git 1.31.1-alt1: remote: build failed
2026-Mar-08 17:48:03 :: [i586] #100 jdupes.git 1.31.1-alt1: build FAILED
2026-Mar-08 17:48:03 :: [i586] requesting cancellation of task processing
[x86_64]    22 | #define unlikely(a) __builtin_expect((a), 0)
[x86_64] loaddir.c:198:23: error: invalid use of undefined type 'struct JC_DIRENT'
[x86_64]   198 |     memcpy(tp, dirinfo->d_name, d_name_len);
[x86_64] loaddir.c:220:9: error: implicit declaration of function 'JC_S_ISDIR'; did you mean 'S_ISDIR'? [-Wimplicit-function-declaration]
[x86_64]   220 |     if (JC_S_ISDIR(newfile->mode)) {
[x86_64]       |         S_ISDIR
[x86_64] loaddir.c:274:3: error: implicit declaration of function 'jc_closedir'; did you mean 'closedir'? [-Wimplicit-function-declaration]
[x86_64]   274 |   jc_closedir(cd);
[x86_64] --
[x86_64] act_linkfiles.c: In function 'linkfiles':
[x86_64] act_linkfiles.c:81:24: error: 'JC_PATHBUF_SIZE' undeclared (first use in this function); did you mean 'PATHBUF_SIZE'?
[x86_64]    81 |   static char rel_path[JC_PATHBUF_SIZE];
[x86_64] --
[x86_64] act_linkfiles.c:81:24: note: each undeclared identifier is reported only once for each function it appears in
[x86_64] act_linkfiles.c:211:10: error: implicit declaration of function 'jc_access'; did you mean 'access'? [-Wimplicit-function-declaration]
[x86_64]   211 |         (jc_access(dupelist[x]->d_name, JC_W_OK) != 0))
[x86_64]       |          access
[x86_64] act_linkfiles.c:211:41: error: 'JC_W_OK' undeclared (first use in this function); did you mean 'W_OK'?
[x86_64]   211 |         (jc_access(dupelist[x]->d_name, JC_W_OK) != 0))
[x86_64]       |                                         W_OK
[x86_64] act_linkfiles.c:287:13: error: implicit declaration of function 'jc_rename'; did you mean 'rename'? [-Wimplicit-function-declaration]
[x86_64]   287 |         i = jc_rename(dupelist[x]->d_name, tempname);
[x86_64]       |             rename
[x86_64] act_linkfiles.c:301:15: error: implicit declaration of function 'jc_link' [-Wimplicit-function-declaration]
[x86_64]   301 |           if (jc_link(srcfile->d_name, dupelist[x]->d_name) == 0) success = 1;
[x86_64] act_linkfiles.c:384:13: error: implicit declaration of function 'jc_remove'; did you mean 'remove'? [-Wimplicit-function-declaration]
[x86_64]   384 |         i = jc_remove(tempname);
[x86_64] --
[x86_64] cc -O2 -g -Wall -Wwrite-strings -Wcast-align -Wstrict-aliasing -Wstrict-prototypes -Wpointer-arith -Wundef -Wshadow -Wfloat-equal -Waggregate-return -Wcast-qual -Wswitch-default -Wswitch-enum -Wunreachable-code -Wformat=2 -std=gnu11 -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -pipe -DNO_ATIME -DNDEBUG -Wextra -Wstrict-overflow=5 -Winit-self -Wl,-z,stack-size=16777216 -DENABLE_DEDUPE -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DENABLE_DEDUPE=1   -c -o jdupes.o jdupes.c
[x86_64] jdupes.c:138:15: error: 'JC_PATHBUF_SIZE' undeclared here (not in a function); did you mean 'PATHBUF_SIZE'?
[x86_64]   138 | char tempname[JC_PATHBUF_SIZE * 2];
2026-Mar-08 17:48:03 :: [x86_64] jdupes.git 1.31.1-alt1: remote: build failed
2026-Mar-08 17:48:03 :: [x86_64] #100 jdupes.git 1.31.1-alt1: build FAILED
[aarch64]    22 | #define unlikely(a) __builtin_expect((a), 0)
[aarch64] filehash.c:144:49: error: passing argument 3 of 'jc_block_hash' makes integer from pointer without a cast [-Wint-conversion]
[aarch64]   144 |       if (unlikely(jc_block_hash(NORMAL, chunk, hash, bytes_to_read) != 0)) goto error_reading_file;
[aarch64] --
[aarch64]   134 | extern int jc_block_hash(jodyhash_t *data, jodyhash_t *hash, const size_t count);
[aarch64] filehash.c:144:20: error: too many arguments to function 'jc_block_hash'
[aarch64]   144 |       if (unlikely(jc_block_hash(NORMAL, chunk, hash, bytes_to_read) != 0)) goto error_reading_file;
[aarch64] --
[aarch64] hashdb.c: In function 'save_hash_database':
[aarch64] hashdb.c:85:5: error: implicit declaration of function 'jc_remove'; did you mean 'remove'? [-Wimplicit-function-declaration]
[aarch64]    85 |     jc_remove(dbtemp);
[aarch64]       |     remove
[aarch64] hashdb.c:86:10: error: implicit declaration of function 'jc_fopen'; did you mean 'fopen'? [-Wimplicit-function-declaration]
[aarch64]    86 |     db = jc_fopen(dbtemp, JC_FILE_MODE_RW_SEQ);
[aarch64]       |          fopen
[aarch64] hashdb.c:86:27: error: 'JC_FILE_MODE_RW_SEQ' undeclared (first use in this function)
[aarch64]    86 |     db = jc_fopen(dbtemp, JC_FILE_MODE_RW_SEQ);
[aarch64] hashdb.c:86:27: note: each undeclared identifier is reported only once for each function it appears in
[aarch64] hashdb.c:89:5: error: implicit declaration of function 'jc_fclose'; did you mean 'fclose'? [-Wimplicit-function-declaration]
[aarch64]    89 |     jc_fclose(db);
[aarch64]       |     fclose
[aarch64] hashdb.c:91:7: error: 'jc_errno' undeclared (first use in this function); did you mean 'errno'?
[aarch64]    91 |       jc_errno = 0;
[aarch64]       |       errno
[aarch64] hashdb.c:96:9: error: implicit declaration of function 'jc_rename'; did you mean 'rename'? [-Wimplicit-function-declaration]
[aarch64]    96 |     if (jc_rename(dbtemp, dbname) != 0) goto error_hashdb_rename;
[aarch64] --
[aarch64] hashdb.c: In function 'write_hashdb_entry':
[aarch64] hashdb.c:130:19: error: 'JC_PATHBUF_SIZE' undeclared (first use in this function); did you mean 'PATHBUF_SIZE'?
[aarch64]   130 |   static char out[JC_PATHBUF_SIZE + 128];
[aarch64] --
[aarch64] hashdb.c: In function 'load_hash_database':
[aarch64] hashdb.c:349:13: error: 'JC_PATHBUF_SIZE' undeclared (first use in this function); did you mean 'PATHBUF_SIZE'?
[aarch64]   349 |   char line[JC_PATHBUF_SIZE + 128];
2026-Mar-08 17:48:16 :: [aarch64] jdupes.git 1.31.1-alt1: remote: build failed
2026-Mar-08 17:48:16 :: [aarch64] #100 jdupes.git 1.31.1-alt1: build FAILED
2026-Mar-08 17:48:03 :: [i586] build FAILED
2026-Mar-08 17:48:03 :: [x86_64] build FAILED
2026-Mar-08 17:48:16 :: [aarch64] build FAILED
2026-Mar-08 17:48:16 :: task #410462 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list