[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_7 #251673
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Oct 17 12:30:53 BST 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_7/251673/display/redirect>
Changes:
------------------------------------------
[...truncated 32.50 KB...]
270 | /* 2 host data
|
unarj.h:271:1: warning: "/*" within comment [-Wcomment]
271 | /* ? extra data
|
unarj.h:271:1: warning: "/*" within comment [-Wcomment]
271 | /* ? extra data
|
unarj.h:269:1: warning: "/*" within comment [-Wcomment]
269 | /* 2 file access mode
|
unarj.h:272:1: warning: "/*" within comment [-Wcomment]
272 | /* 4 bytes for extended file position
|
unarj.h:270:1: warning: "/*" within comment [-Wcomment]
270 | /* 2 host data
|
unarj.h:272:1: warning: "/*" within comment [-Wcomment]
272 | /* 4 bytes for extended file position
|
unarj.h:273:1: warning: "/*" within comment [-Wcomment]
273 | /*
|
unarj.h:273:1: warning: "/*" within comment [-Wcomment]
273 | /*
|
unarj.h:271:1: warning: "/*" within comment [-Wcomment]
271 | /* ? extra data
|
unarj.h:274:1: warning: "/*" within comment [-Wcomment]
274 | /* ? filename (null-terminated)
|
unarj.h:274:1: warning: "/*" within comment [-Wcomment]
274 | /* ? filename (null-terminated)
|
unarj.h:272:1: warning: "/*" within comment [-Wcomment]
272 | /* 4 bytes for extended file position
|
unarj.h:273:1: warning: "/*" within comment [-Wcomment]
273 | /*
|
unarj.h:275:1: warning: "/*" within comment [-Wcomment]
275 | /* ? comment (null-terminated)
|
unarj.h:275:1: warning: "/*" within comment [-Wcomment]
275 | /* ? comment (null-terminated)
|
unarj.h:276:1: warning: "/*" within comment [-Wcomment]
276 | /*
|
unarj.h:276:1: warning: "/*" within comment [-Wcomment]
276 | /*
|
unarj.h:274:1: warning: "/*" within comment [-Wcomment]
274 | /* ? filename (null-terminated)
|
unarj.h:277:1: warning: "/*" within comment [-Wcomment]
277 | /* 4 basic header CRC
|
unarj.h:277:1: warning: "/*" within comment [-Wcomment]
277 | /* 4 basic header CRC
|
unarj.h:275:1: warning: "/*" within comment [-Wcomment]
275 | /* ? comment (null-terminated)
|
unarj.h:278:1: warning: "/*" within comment [-Wcomment]
278 | /*
|
unarj.h:278:1: warning: "/*" within comment [-Wcomment]
278 | /*
|
unarj.h:276:1: warning: "/*" within comment [-Wcomment]
276 | /*
|
unarj.h:279:1: warning: "/*" within comment [-Wcomment]
279 | /* 2 1st extended header size (0 if none)
|
unarj.h:279:1: warning: "/*" within comment [-Wcomment]
279 | /* 2 1st extended header size (0 if none)
|
unarj.h:277:1: warning: "/*" within comment [-Wcomment]
277 | /* 4 basic header CRC
|
unarj.h:278:1: warning: "/*" within comment [-Wcomment]
278 | /*
|
unarj.h:280:1: warning: "/*" within comment [-Wcomment]
280 | /* ? 1st extended header
|
unarj.h:280:1: warning: "/*" within comment [-Wcomment]
280 | /* ? 1st extended header
|
unarj.h:281:1: warning: "/*" within comment [-Wcomment]
281 | /* 4 1st extended header's CRC
|
unarj.h:281:1: warning: "/*" within comment [-Wcomment]
281 | /* 4 1st extended header's CRC
|
unarj.h:279:1: warning: "/*" within comment [-Wcomment]
279 | /* 2 1st extended header size (0 if none)
|
unarj.h:282:1: warning: "/*" within comment [-Wcomment]
282 | /* ...
|
unarj.h:282:1: warning: "/*" within comment [-Wcomment]
282 | /* ...
|
unarj.h:280:1: warning: "/*" within comment [-Wcomment]
280 | /* ? 1st extended header
|
unarj.h:283:1: warning: "/*" within comment [-Wcomment]
283 | /* ? compressed file
|
unarj.h:283:1: warning: "/*" within comment [-Wcomment]
283 | /* ? compressed file
|
unarj.h:281:1: warning: "/*" within comment [-Wcomment]
281 | /* 4 1st extended header's CRC
|
unarj.h:284:1: warning: "/*" within comment [-Wcomment]
284 | /*
|
unarj.h:282:1: warning: "/*" within comment [-Wcomment]
282 | /* ...
|
unarj.h:284:1: warning: "/*" within comment [-Wcomment]
284 | /*
|
unarj.h:283:1: warning: "/*" within comment [-Wcomment]
283 | /* ? compressed file
|
unarj.h:285:1: warning: "/*" within comment [-Wcomment]
285 | /* ********************************************************* */
|
unarj.h:285:1: warning: "/*" within comment [-Wcomment]
285 | /* ********************************************************* */
|
unarj.h:284:1: warning: "/*" within comment [-Wcomment]
284 | /*
|
unarj.h:285:1: warning: "/*" within comment [-Wcomment]
285 | /* ********************************************************* */
|
environ.c: In function 'xmalloc':
environ.c:492:28: warning: 'malloc' argument 1 type is 'unsigned int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
492 | return (voidp *)malloc((uint) size);
| ^~~~~~~~~~~
environ.c:442:16: note: built-in 'malloc' declared here
442 | extern voidp *malloc();
| ^~~~~~
environ.c: In function 'case_path':
environ.c:499:5: warning: statement with no effect [-Wunused-value]
499 | (char *) name;
| ^
environ.c: In function 'set_ftime_mode':
environ.c:608:5: warning: statement with no effect [-Wunused-value]
608 | (char *) name;
| ^
environ.c:609:5: warning: statement with no effect [-Wunused-value]
609 | (uint) attribute;
| ^~~~~~~~~~~~~~~~
environ.c:610:5: warning: statement with no effect [-Wunused-value]
610 | (uint) host;
| ^~~~~~~~~~~
environ.c:618:12: warning: implicit declaration of function 'utime'; did you mean 'ctime'? [-Wimplicit-function-declaration]
618 | return utime(name, &tb);
| ^~~~~
| ctime
unarj.c: In function 'check_flags':
unarj.c:695:16: error: format not a string literal and no format arguments [-Werror=format-security]
695 | printf(M_ENCRYPT);
| ^~~~~~~~~
unarj.c: In function 'extract':
unarj.c:759:16: error: format not a string literal and no format arguments [-Werror=format-security]
759 | printf(M_DIFFHOST);
| ^~~~~~~~~~
unarj.c:775:16: error: format not a string literal and no format arguments [-Werror=format-security]
775 | printf(M_CRCOK);
| ^~~~~~~
unarj.c:778:16: error: format not a string literal and no format arguments [-Werror=format-security]
778 | printf(M_CRCERROR);
| ^~~~~~~~~~
unarj.c: In function 'test':
unarj.c:804:16: error: format not a string literal and no format arguments [-Werror=format-security]
804 | printf(M_CRCOK);
| ^~~~~~~
unarj.c:807:16: error: format not a string literal and no format arguments [-Werror=format-security]
807 | printf(M_CRCERROR);
| ^~~~~~~~~~
unarj.c: In function 'help':
unarj.c:954:9: error: format not a string literal and no format arguments [-Werror=format-security]
954 | printf(M_USAGE[i]);
| ^~~~~~
unarj.c: In function 'main':
unarj.c:969:12: error: format not a string literal and no format arguments [-Werror=format-security]
969 | printf(M_VERSION);
| ^~~~~~~~~
cc1: some warnings being treated as errors
make: *** [<builtin>: unarj.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
+ PRESULT=4
+ '[' 4 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-unarj-archlinuxrb-build-R9Eik7C2
+ tee -a /srv/reproducible-results/archlinuxrb-build-R9Eik7C2/b1/unarj/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
ls: cannot access '/tmp/unarj-archlinuxrb-build-R9Eik7C2/*/trunk/*.pkg.tar.zst': No such file or directory
Sun Nov 19 17:53:46 UTC 2023 - build #1 for unarj on osuosl170-amd64 didn't build a package!
ls /srv/reproducible-results/archlinuxrb-build-R9Eik7C2/b1/unarj/
.:
total 4
drwxr-xr-x 3 jenkins jenkins 4096 Nov 19 17:53 b1
./b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Nov 19 17:53 unarj
./b1/unarj:
total 40
-rw-r--r-- 1 jenkins jenkins 35461 Nov 19 17:53 build1.log
-rw-r--r-- 1 jenkins jenkins 7 Nov 19 17:53 build1.version
Sun Nov 19 17:53:46 UTC 2023 - build #1 for unarj on osuosl170-amd64 done.
Sun Nov 19 17:53:46 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-JxvmV6jC, removing.
/srv/reproducible-results/archlinuxrb-build-R9Eik7C2:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 11:30 b1
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:30 b2
/srv/reproducible-results/archlinuxrb-build-R9Eik7C2/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:30 unarj
/srv/reproducible-results/archlinuxrb-build-R9Eik7C2/b1/unarj:
total 40
-rw-r--r-- 1 jenkins jenkins 35461 Oct 17 11:30 build1.log
-rw-r--r-- 1 jenkins jenkins 7 Oct 17 11:30 build1.version
/srv/reproducible-results/archlinuxrb-build-R9Eik7C2/b2:
total 0
Mon Oct 17 11:30:53 UTC 2022 - build1 didn't create a package, skipping build2!
/tmp/jenkins-script-OsI0xg7L: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/unarj/pkg.version': No space left on device
Mon Oct 17 11:30:53 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-R9Eik7C2 deleted.
Mon Oct 17 11:30:53 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-OsI0xg7L, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list