[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_8 #252998
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Oct 17 12:12:13 BST 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_8/252998/display/redirect>
Changes:
------------------------------------------
[...truncated 39.96 KB...]
In file included from sc.c:17:
/usr/include/curses.h:1417: note: this is the location of the previous definition
1417 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE)
|
In file included from pxmalloc.c:8:
sc.h:307: warning: "is_cleared" redefined
307 | #define is_cleared 0200
|
In file included from pxmalloc.c:6:
/usr/include/curses.h:1417: note: this is the location of the previous definition
1417 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE)
|
In file included from range.c:23:
sc.h:307: warning: "is_cleared" redefined
307 | #define is_cleared 0200
|
In file included from cmds.c:31:
sc.h:307: warning: "is_cleared" redefined
307 | #define is_cleared 0200
|
In file included from range.c:22:
/usr/include/curses.h:1417: note: this is the location of the previous definition
1417 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE)
|
In file included from cmds.c:23:
/usr/include/curses.h:1417: note: this is the location of the previous definition
1417 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE)
|
In file included from interp.c:43:
sc.h:307: warning: "is_cleared" redefined
307 | #define is_cleared 0200
|
In file included from interp.c:42:
/usr/include/curses.h:1417: note: this is the location of the previous definition
1417 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE)
|
sc.c: In function 'main':
In file included from sort.c:24:
sc.h:307: warning: "is_cleared" redefined
307 | #define is_cleared 0200
|
sc.c:1310:46: warning: implicit declaration of function 'list_frames'; did you mean 'list_ranges'? [-Wimplicit-function-declaration]
1310 | if (!brokenpipe) list_frames(f);
| ^~~~~~~~~~~
| list_ranges
In file included from sort.c:23:
/usr/include/curses.h:1417: note: this is the location of the previous definition
1417 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE)
|
sc.c:1423:57: warning: implicit declaration of function 'yankrow'; did you mean 'yankr'? [-Wimplicit-function-declaration]
1423 | if (rcqual == 'r') yankrow(arg);
| ^~~~~~~
| yankr
sc.c:1424:57: warning: implicit declaration of function 'yankcol'; did you mean 'backcol'? [-Wimplicit-function-declaration]
1424 | else yankcol(arg);
| ^~~~~~~
| backcol
sc.c:1600:29: warning: implicit declaration of function 'ljustify' [-Wimplicit-function-declaration]
1600 | ljustify(currow, curcol, currow, curcol);
| ^~~~~~~~
sc.c:1610:29: warning: implicit declaration of function 'rjustify' [-Wimplicit-function-declaration]
1610 | rjustify(currow, curcol, currow, curcol);
| ^~~~~~~~
sc.c:1620:29: warning: implicit declaration of function 'center' [-Wimplicit-function-declaration]
1620 | center(currow, curcol, currow, curcol);
| ^~~~~~
In file included from vi.c:22:
sc.h:307: warning: "is_cleared" redefined
307 | #define is_cleared 0200
|
In file included from vi.c:17:
/usr/include/curses.h:1417: note: this is the location of the previous definition
1417 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE)
|
sc.c:2027:29: warning: implicit declaration of function 'gotonote' [-Wimplicit-function-declaration]
2027 | gotonote();
| ^~~~~~~~
vi.c: In function 'write_line':
vi.c:523:55: warning: implicit declaration of function 'gotonote' [-Wimplicit-function-declaration]
523 | case '*': if (nmgetch() == '*') gotonote(); break;
| ^~~~~~~~
cmds.c: In function 'formatcol':
cmds.c:1471:1: warning: type of 'arg' defaults to 'int' [-Wimplicit-int]
1471 | formatcol(arg)
| ^~~~~~~~~
cmds.c: In function 'ljustify':
cmds.c:1606:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int]
1606 | ljustify(sr, sc, er, ec)
| ^~~~~~~~
cmds.c:1606:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int]
cmds.c:1606:1: warning: type of 'er' defaults to 'int' [-Wimplicit-int]
cmds.c:1606:1: warning: type of 'ec' defaults to 'int' [-Wimplicit-int]
vi.c: In function 'change_case':
gcc -DSYSV3 -O2 -pipe -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o psc psc.c pvmtbl.o pxmalloc.o
vi.c:1129:1: warning: type of 'arg' defaults to 'int' [-Wimplicit-int]
1129 | change_case(arg)
| ^~~~~~~~~~~
cmds.c: In function 'rjustify':
cmds.c:1635:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int]
1635 | rjustify(sr, sc, er, ec)
| ^~~~~~~~
cmds.c:1635:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int]
cmds.c:1635:1: warning: type of 'er' defaults to 'int' [-Wimplicit-int]
cmds.c:1635:1: warning: type of 'ec' defaults to 'int' [-Wimplicit-int]
cmds.c: In function 'center':
cmds.c:1664:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int]
1664 | center(sr, sc, er, ec)
| ^~~~~~
cmds.c:1664:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int]
cmds.c:1664:1: warning: type of 'er' defaults to 'int' [-Wimplicit-int]
cmds.c:1664:1: warning: type of 'ec' defaults to 'int' [-Wimplicit-int]
mv y.tab.c gram.c
gcc -DSYSV3 -O2 -pipe -DUSELOCALE -c gram.c
In file included from gram.y:20:
sc.h:307: warning: "is_cleared" redefined
307 | #define is_cleared 0200
|
In file included from gram.y:18:
/usr/include/curses.h:1417: note: this is the location of the previous definition
1417 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE)
|
gram.y: In function 'yyparse':
gram.y:310:63: warning: implicit declaration of function 'ljustify' [-Wimplicit-function-declaration]
310 | { ljustify($2.left.vp->row, $2.left.vp->col,
| ^~~~~~~~
gram.y:317:63: warning: implicit declaration of function 'rjustify' [-Wimplicit-function-declaration]
317 | { rjustify($2.left.vp->row, $2.left.vp->col,
| ^~~~~~~~
gram.y:324:63: warning: implicit declaration of function 'center' [-Wimplicit-function-declaration]
324 | { center($2.left.vp->row, $2.left.vp->col,
| ^~~~~~
gram.y:619:57: warning: implicit declaration of function 'add_abbr' [-Wimplicit-function-declaration]
619 | | S_ABBREV STRING { add_abbr($2); }
| ^
gram.y:817:43: warning: implicit declaration of function 'yankrow'; did you mean 'yankr'? [-Wimplicit-function-declaration]
817 | yankrow(arg);
| ^~~~~~~
| yankr
gram.y:847:43: warning: implicit declaration of function 'yankcol'; did you mean 'backcol'? [-Wimplicit-function-declaration]
847 | yankcol(arg);
| ^~~~~~~
| backcol
gram.y:960:68: warning: implicit declaration of function 'getframe'; did you mean 'getformat'? [-Wimplicit-function-declaration]
960 | | S_GETFRAME { getframe(macrofd); }
| ^
| getformat
gram.y:962:62: warning: implicit declaration of function 'getrange'; did you mean 'sortrange'? [-Wimplicit-function-declaration]
962 | | S_GETRANGE STRING { getrange($2, macrofd); }
| ^~~~~
| sortrange
gram.y:965:70: warning: implicit declaration of function 'doeval'; did you mean 'eval'? [-Wimplicit-function-declaration]
965 | | S_EVAL e { doeval($2, NULL, currow, curcol,
| ^~~~~
| eval
gram.y:972:69: warning: implicit declaration of function 'doseval'; did you mean 'seval'? [-Wimplicit-function-declaration]
972 | | S_SEVAL e { doseval($2, currow, curcol, macrofd); }
| ^~~~~~~
| seval
gram.y:981:70: warning: implicit declaration of function 'dogetkey' [-Wimplicit-function-declaration]
981 | | S_GETKEY { dogetkey(); }
| ^
sed < gram.y > experres.h -f eres.sed
sed < gram.y > statres.h -f sres.sed
gcc -DSYSV3 -O2 -pipe -DLIBDIR=\"/usr/share/doc/sc\" -DSIGVOID \
-c lex.c
In file included from lex.c:39:
sc.h:307: warning: "is_cleared" redefined
307 | #define is_cleared 0200
|
In file included from lex.c:33:
/usr/include/curses.h:1417: note: this is the location of the previous definition
1417 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE)
|
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now abbrev.o cmds.o color.o crypt.o format.o frame.o gram.o help.o interp.o lex.o pipe.o range.o sc.o screen.o sort.o version.o vi.o vmtbl.o xmalloc.o -lm -lncurses -o sc
name=sc NAME=SC LIBDIR=/usr/share/doc/sc sh torev sc.doc > sc.1
name=sc NAME=SC LIBDIR=/usr/share/doc/sc sh torev psc.doc > psc.1
==> Entering fakeroot environment...
==> Starting package()...
cp sc /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/bin
cp scqref /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/bin
cp psc /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/bin
mkdir -p /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/share/doc/sc/plugins
strip /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/bin/sc
strip /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/bin/scqref
strip /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/bin/psc
cp tutorial.sc /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/share/doc/sc/tutorial.sc
cp sc.1 /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/share/man/man1/sc.1
cp psc.1 /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/share/man/man1/psc.1
chmod 644 /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/share/doc/sc/tutorial.sc
chmod 644 /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/share/man/man1/sc.1
chmod 644 /tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/pkg/sc/usr/share/man/man1/psc.1
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "sc"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: sc 7.16-8 (Mon Oct 17 11:11:20 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-sc-archlinuxrb-build-YAdn9XcY
+ tee -a /srv/reproducible-results/archlinuxrb-build-YAdn9XcY/b2/sc/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/sc-archlinuxrb-build-YAdn9XcY/sc/trunk/sc-7.16-8-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-YAdn9XcY/b2/sc/sc-7.16-8-x86_64.pkg.tar.zst'
Mon Oct 17 11:12:06 UTC 2022 - build #2 for sc on osuosl184-amd64 done.
Mon Oct 17 11:12:06 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-dBivwLXg, removing.
/srv/reproducible-results/archlinuxrb-build-YAdn9XcY:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 11:10 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 11:12 b2
/srv/reproducible-results/archlinuxrb-build-YAdn9XcY/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:11 sc
/srv/reproducible-results/archlinuxrb-build-YAdn9XcY/b1/sc:
total 232
-rw-r--r-- 1 jenkins jenkins 21979 Oct 17 11:10 build1.log
-rw-r--r-- 1 jenkins jenkins 7 Oct 17 11:10 build1.version
-rw-r--r-- 1 jenkins jenkins 204582 Oct 17 11:11 sc-7.16-8-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-YAdn9XcY/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:12 sc
/srv/reproducible-results/archlinuxrb-build-YAdn9XcY/b2/sc:
total 228
-rw-r--r-- 1 jenkins jenkins 21089 Oct 17 11:12 build2.log
-rw-r--r-- 1 jenkins jenkins 7 Oct 17 11:12 build2.version
-rw-r--r-- 1 jenkins jenkins 204582 Oct 17 11:12 sc-7.16-8-x86_64.pkg.tar.zst
Mon Oct 17 11:12:13 UTC 2022 - comparing results now.
Mon Oct 17 11:12:13 UTC 2022 - YAY - sc/sc-7.16-8-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/sc/build2.log': No space left on device
Mon Oct 17 11:12:13 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-YAdn9XcY deleted.
Mon Oct 17 11:12:13 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-BUSzMzfD, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list