[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #3173

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Dec 21 01:14:26 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/3173/>

------------------------------------------
[...truncated 987 lines...]
edit.c:681:19: warning: variable 'window_x' set but not used [-Wunused-but-set-variable]
     int window_y, window_x;
                   ^
In file included from edit.c:17:0:
edit.c: At top level:
database.h:64:19: warning: inline function 'field_id' declared but never defined
 extern inline int field_id(int i);
                   ^
In file included from filter.h:4:0,
                 from filter.c:20:
database.h:64:19: warning: inline function 'field_id' declared but never defined
 extern inline int field_id(int i);
                   ^
filter.c: In function 'pine_parse_file':
filter.c:1218:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  fgets(line, LINESIZE, in);
  ^
filter.c:1225:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
    fgets(line, LINESIZE, in);
    ^
mv -f .deps/abook_rl.Tpo .deps/abook_rl.Po
mv -f .deps/gettext.Tpo .deps/gettext.Po
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT mbswidth.o -MD -MP -MF .deps/mbswidth.Tpo -c -o mbswidth.o mbswidth.c
In file included from abook.c:28:0:
database.h:64:19: warning: inline function 'field_id' declared but never defined
 extern inline int field_id(int i);
                   ^
abook.c: In function 'launch_mutt':
abook.c:597:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  system(cmd);
  ^
abook.c: In function 'launch_wwwbrowser':
abook.c:622:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
   system(cmd);
   ^
In file included from list.c:15:0:
database.h:64:19: warning: inline function 'field_id' declared but never defined
 extern inline int field_id(int i);
                   ^
mv -f .deps/ldif.Tpo .deps/ldif.Po
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c
mv -f .deps/mbswidth.Tpo .deps/mbswidth.Po
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c
mv -f .deps/edit.Tpo .deps/edit.Po
mv -f .deps/abook.Tpo .deps/abook.Po
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ui.o -MD -MP -MF .deps/ui.Tpo -c -o ui.o ui.c
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT views.o -MD -MP -MF .deps/views.Tpo -c -o views.o views.c
In file included from views.h:4:0,
                 from options.c:20:
database.h:64:19: warning: inline function 'field_id' declared but never defined
 extern inline int field_id(int i);
                   ^
mv -f .deps/list.Tpo .deps/list.Po
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c
mv -f .deps/database.Tpo .deps/database.Po
In file included from views.h:4:0,
                 from views.c:20:
database.h:64:19: warning: inline function 'field_id' declared but never defined
 extern inline int field_id(int i);
                   ^
mv -f .deps/misc.Tpo .deps/misc.Po
In file included from ui.c:21:0:
database.h:64:19: warning: inline function 'field_id' declared but never defined
 extern inline int field_id(int i);
                   ^
mv -f .deps/views.Tpo .deps/views.Po
mv -f .deps/options.Tpo .deps/options.Po
mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po
mv -f .deps/ui.Tpo .deps/ui.Po
mv -f .deps/filter.Tpo .deps/filter.Po
gcc  -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong  -Wl,-O1,--sort-common,--as-needed,-z,relro -o abook abook.o abook_rl.o database.o edit.o filter.o getname.o getopt.o getopt1.o gettext.o ldif.o list.o mbswidth.o misc.o options.o ui.o views.o xmalloc.o   -lncursesw -lreadline
make[2]: Leaving directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook'
make[1]: Leaving directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook'
make abook.pot-update
make[1]: Entering directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook/po'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
if LC_ALL=C grep 'GNU abook' ../* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \
  package_gnu='GNU '; \
else \
  package_gnu=''; \
fi; \
if test -n '<abook-devel at lists.sourceforge.net>' || test '' = '@'PACKAGE_BUGREPORT'@'; then \
  msgid_bugs_address='<abook-devel at lists.sourceforge.net>'; \
else \
  msgid_bugs_address=''; \
fi; \
case `/usr/bin/xgettext --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
    /usr/bin/xgettext --default-domain=abook --directory=.. \
      --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --keyword=S_  \
      --files-from=./POTFILES.in \
      --copyright-holder='Free Software Foundation, Inc.' \
      --msgid-bugs-address="$msgid_bugs_address" \
    ;; \
  *) \
    /usr/bin/xgettext --default-domain=abook --directory=.. \
      --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --keyword=S_  \
      --files-from=./POTFILES.in \
      --copyright-holder='Free Software Foundation, Inc.' \
      --package-name="${package_gnu}abook" \
      --package-version='0.6.0pre2' \
      --msgid-bugs-address="$msgid_bugs_address" \
    ;; \
esac
test ! -f abook.po || { \
  if test -f ./abook.pot; then \
    sed -f remove-potcdate.sed < ./abook.pot > abook.1po && \
    sed -f remove-potcdate.sed < abook.po > abook.2po && \
    if cmp abook.1po abook.2po >/dev/null 2>&1; then \
      rm -f abook.1po abook.2po abook.po; \
    else \
      rm -f abook.1po abook.2po ./abook.pot && \
      mv abook.po ./abook.pot; \
    fi; \
  else \
    mv abook.po ./abook.pot; \
  fi; \
}
make[1]: Leaving directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook/po'
test -z "de.po-update fr.po-update it.po-update ja.po-update sv.po-update" || make de.po-update fr.po-update it.po-update ja.po-update sv.po-update
make[1]: Entering directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook/po'
sv:
msgmerge  --lang=sv sv.po abook.pot -o sv.new.po
fr:
de:
msgmerge  --lang=fr fr.po abook.pot -o fr.new.po
msgmerge  --lang=de de.po abook.pot -o de.new.po
it:
msgmerge  --lang=it it.po abook.pot -o it.new.po
ja:
msgmerge  --lang=ja ja.po abook.pot -o ja.new.po
........................ done.
......................................................................... done.
. done.
............. done.
...........sv.po:639: warning: internationalized messages should not contain the '\a' escape sequence
 done.
make[1]: Leaving directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook/po'
make update-gmo
make[1]: Entering directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook/po'
rm -f it.gmo && /usr/bin/msgfmt -c --statistics --verbose -o it.gmo it.po
rm -f sv.gmo && /usr/bin/msgfmt -c --statistics --verbose -o sv.gmo sv.po
rm -f de.gmo && /usr/bin/msgfmt -c --statistics --verbose -o de.gmo de.po
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics --verbose -o fr.gmo fr.po
rm -f ja.gmo && /usr/bin/msgfmt -c --statistics --verbose -o ja.gmo ja.po
it.po: 183 translated messages, 10 fuzzy translations, 17 untranslated messages.
de.po: 191 translated messages, 9 fuzzy translations, 10 untranslated messages.
sv.po: 141 translated messages, 29 fuzzy translations, 40 untranslated messages.
fr.po: 189 translated messages, 9 fuzzy translations, 12 untranslated messages.
ja.po: 148 translated messages, 25 fuzzy translations, 37 untranslated messages.
make[1]: Leaving directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook/po'
==> Entering fakeroot environment...
==> Starting package()...
Making install in po
make[1]: Entering directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook/po'
test ! -f ./abook.pot || \
  test -z "de.gmo fr.gmo it.gmo ja.gmo sv.gmo" || make de.gmo fr.gmo it.gmo ja.gmo sv.gmo
make[2]: Entering directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook/po'
make[2]: 'de.gmo' is up to date.
make[2]: 'fr.gmo' is up to date.
make[2]: 'it.gmo' is up to date.
make[2]: 'ja.gmo' is up to date.
make[2]: 'sv.gmo' is up to date.
make[2]: Leaving directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook/po'
touch stamp-po
installing de.gmo as /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/locale/de/LC_MESSAGES/abook.mo
installing de.gmo link as /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/locale/de/LC_TIME/abook.mo
installing fr.gmo as /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/locale/fr/LC_MESSAGES/abook.mo
installing fr.gmo link as /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/locale/fr/LC_TIME/abook.mo
installing it.gmo as /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/locale/it/LC_MESSAGES/abook.mo
installing it.gmo link as /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/locale/it/LC_TIME/abook.mo
installing ja.gmo as /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/locale/ja/LC_MESSAGES/abook.mo
installing ja.gmo link as /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/locale/ja/LC_TIME/abook.mo
installing sv.gmo as /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/locale/sv/LC_MESSAGES/abook.mo
installing sv.gmo link as /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/locale/sv/LC_TIME/abook.mo
if test "abook" = "gettext-tools"; then \
  /usr/bin/mkdir -p /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
		    /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook/po'
make[1]: Entering directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook'
make[2]: Entering directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook'
/bin/sh ./mkinstalldirs /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/man/man1 /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/man/man5
mkdir -p -- /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/man/man1 /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/man/man5
 /usr/bin/mkdir -p '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/bin'
/usr/bin/install -c -m 644 ./abook.1 /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/man/man1/
/usr/bin/install -c -m 644 ./abookrc.5 /tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/share/man/man5/
  /usr/bin/install -c abook '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/pkg/abook/usr/bin'
make[2]: Leaving directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook'
make[1]: Leaving directory '/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/src/abook'
==> Tidying install...
  -> Purging unwanted files...
  -> Removing libtool files...
  -> Removing static library files...
  -> Compressing man and info pages...
  -> Stripping unneeded symbols from binaries and libraries...
==> Creating package "abook"...
  -> Generating .PKGINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: abook 0.6.0pre2.20131110-2 (Mon Dec 21 01:18:20 UTC 2015)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-abook-rbuild-archlinux-L4FtlYIq
+ tee -a /srv/reproducible-results/rbuild-archlinux-L4FtlYIq/b2/abook/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
‘/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/abook-0.6.0pre2.20131110-2-x86_64.pkg.tar.xz’ -> ‘/srv/reproducible-results/rbuild-archlinux-L4FtlYIq/b2/abook/abook-0.6.0pre2.20131110-2-x86_64.pkg.tar.xz’
removed ‘/tmp/abook-rbuild-archlinux-L4FtlYIq/abook/abook-0.6.0pre2.20131110-2-x86_64.pkg.tar.xz’
Mon Dec 21 01:18:20 UTC 2015 - build #2 for abook on profitbricks-build3-amd64 done.
Mon Dec 21 01:18:20 UTC 2015 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-YJ1BYSI3, which will now be removed.
/srv/reproducible-results/rbuild-archlinux-L4FtlYIq:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Dec 21 01:13 b1
drwxr-xr-x 3 jenkins jenkins 4096 Dec 21 01:14 b2

/srv/reproducible-results/rbuild-archlinux-L4FtlYIq/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Dec 21 01:13 abook

/srv/reproducible-results/rbuild-archlinux-L4FtlYIq/b1/abook:
total 100
-rw-r--r-- 1 jenkins jenkins 65856 Dec 21 01:13 abook-0.6.0pre2.20131110-2-x86_64.pkg.tar.xz
-rw-r--r-- 1 jenkins jenkins 26967 Dec 21 01:13 build1.log

/srv/reproducible-results/rbuild-archlinux-L4FtlYIq/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Dec 21 01:14 abook

/srv/reproducible-results/rbuild-archlinux-L4FtlYIq/b2/abook:
total 100
-rw-r--r-- 1 jenkins jenkins 65876 Dec 21 01:14 abook-0.6.0pre2.20131110-2-x86_64.pkg.tar.xz
-rw-r--r-- 1 jenkins jenkins 26962 Dec 21 01:14 build2.log
Mon Dec 21 01:14:26 UTC 2015 - /srv/reproducible-results/rbuild-archlinux-L4FtlYIq deleted.
Mon 21 Dec 01:14:26 UTC 2015 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-ZDTyw3iF, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list