[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_alpine_1 #281

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jun 7 16:46:50 BST 2019


See <https://jenkins.debian.net/job/reproducible_builder_alpine_1/281/display/redirect>

------------------------------------------
[...truncated 27.77 KB...]
checking if gcc supports -Wpointer-arith... yes
checking if gcc supports -Wmissing-declarations... yes
checking if gcc supports -Wformat=2... yes
checking if gcc supports -Wstrict-prototypes... yes
checking if gcc supports -Wmissing-prototypes... yes
checking if gcc supports -Wnested-externs... yes
checking if gcc supports -Wbad-function-cast... yes
checking if gcc supports -Wold-style-definition... yes
checking if gcc supports -Wdeclaration-after-statement... yes
checking if gcc supports -Wunused... yes
checking if gcc supports -Wuninitialized... yes
checking if gcc supports -Wshadow... yes
checking if gcc supports -Wmissing-noreturn... yes
checking if gcc supports -Wmissing-format-attribute... yes
checking if gcc supports -Wredundant-decls... yes
checking if gcc supports -Wlogical-op... yes
checking if gcc supports -Werror=implicit... yes
checking if gcc supports -Werror=nonnull... yes
checking if gcc supports -Werror=init-self... yes
checking if gcc supports -Werror=main... yes
checking if gcc supports -Werror=missing-braces... yes
checking if gcc supports -Werror=sequence-point... yes
checking if gcc supports -Werror=return-type... yes
checking if gcc supports -Werror=trigraphs... yes
checking if gcc supports -Werror=array-bounds... yes
checking if gcc supports -Werror=write-strings... yes
checking if gcc supports -Werror=address... yes
checking if gcc supports -Werror=int-to-pointer-cast... yes
checking if gcc supports -Werror=pointer-to-int-cast... yes
checking if gcc supports -pedantic... yes
checking if gcc supports -Werror... yes
checking if gcc supports -Werror=attributes... yes
checking whether make supports nested variables... (cached) yes
checking for strncasecmp... yes
checking for asprintf... yes
checking for XMODMAP... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10'
Making all in man
make[2]: Entering directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10/man'
  GEN      xmodmap.1
make[2]: Leaving directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10/man'
make[2]: Entering directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10'
  CC       exec.o
  CC       handle.o
  CC       pf.o
  CC       xmodmap.o
exec.c: In function 'mapping_busy_key':
exec.c:86:6: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
      KeySym ks = XKeycodeToKeysym (dpy, (KeyCode) i, 0);
      ^~~~~~
In file included from exec.c:66:
/usr/include/X11/Xlib.h:1687:15: note: declared here
 extern KeySym XKeycodeToKeysym(
               ^~~~~~~~~~~~~~~~
exec.c: In function 'PrintModifierMapping':
exec.c:219:9: warning: declaration of 'min_keycode' shadows a global declaration [-Wshadow]
     int min_keycode, max_keycode, keysyms_per_keycode = 0;
         ^~~~~~~~~~~
In file included from exec.c:68:
xmodmap.h:35:12: note: shadowed declaration is here
 extern int min_keycode, max_keycode;
            ^~~~~~~~~~~
exec.c:219:22: warning: declaration of 'max_keycode' shadows a global declaration [-Wshadow]
     int min_keycode, max_keycode, keysyms_per_keycode = 0;
                      ^~~~~~~~~~~
In file included from exec.c:68:
xmodmap.h:35:25: note: shadowed declaration is here
 extern int min_keycode, max_keycode;
                         ^~~~~~~~~~~
exec.c:238:7: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
       ks = XKeycodeToKeysym(dpy, map->modifiermap[k], index);
       ^~
In file included from exec.c:66:
/usr/include/X11/Xlib.h:1687:15: note: declared here
 extern KeySym XKeycodeToKeysym(
               ^~~~~~~~~~~~~~~~
exec.c: In function 'PrintKeyTable':
exec.c:258:9: warning: declaration of 'min_keycode' shadows a global declaration [-Wshadow]
     int min_keycode, max_keycode, keysyms_per_keycode;
         ^~~~~~~~~~~
In file included from exec.c:68:
xmodmap.h:35:12: note: shadowed declaration is here
 extern int min_keycode, max_keycode;
            ^~~~~~~~~~~
exec.c:258:22: warning: declaration of 'max_keycode' shadows a global declaration [-Wshadow]
     int min_keycode, max_keycode, keysyms_per_keycode;
                      ^~~~~~~~~~~
In file included from exec.c:68:
xmodmap.h:35:25: note: shadowed declaration is here
 extern int min_keycode, max_keycode;
                         ^~~~~~~~~~~
handle.c: In function 'KeysymToKeycodes':
handle.c:63:27: warning: declaration of 'dpy' shadows a global declaration [-Wshadow]
 KeysymToKeycodes(Display *dpy, KeySym keysym, int *pnum_kcs)
                  ~~~~~~~~~^~~
In file included from handle.c:37:
xmodmap.h:34:17: note: shadowed declaration is here
 extern Display *dpy;
                 ^~~
handle.c:71:6: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
      if (XKeycodeToKeysym(dpy, (KeyCode) i, j) == keysym) {
      ^~
In file included from handle.c:34:
/usr/include/X11/Xlib.h:1687:15: note: declared here
 extern KeySym XKeycodeToKeysym(
               ^~~~~~~~~~~~~~~~
handle.c: In function 'parse_number':
handle.c:298:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
     return (sscanf (str, fmt, val) == 1);
     ^~~~~~
handle.c: In function 'do_keycode':
handle.c:349:2: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
  if (sscanf (line, fmt, &dummy) != 1 || dummy == 0) {
  ^~
handle.c: In function 'exec_keycode':
handle.c:1228:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
   if (XKeycodeToKeysym(dpy, (KeyCode) i, j) != opk->keysyms[j])
   ^~
In file included from handle.c:34:
/usr/include/X11/Xlib.h:1687:15: note: declared here
 extern KeySym XKeycodeToKeysym(
               ^~~~~~~~~~~~~~~~
handle.c:1236:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
   if (XKeycodeToKeysym(dpy, (KeyCode) i, j) != None)
   ^~
In file included from handle.c:34:
/usr/include/X11/Xlib.h:1687:15: note: declared here
 extern KeySym XKeycodeToKeysym(
               ^~~~~~~~~~~~~~~~
  CCLD     xmodmap
make[2]: Leaving directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10'
make[1]: Leaving directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10'
>>> xmodmap: Entering fakeroot...
Making install in man
make[1]: Entering directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10/man'
make[2]: Entering directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10/man'
make[2]: Nothing to be done for 'install-exec-am'.
 .././install-sh -c -d '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/pkg/xmodmap/usr/share/man/man1'
 /usr/bin/install -c -m 644 xmodmap.1 '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/pkg/xmodmap/usr/share/man/man1'
make[2]: Leaving directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10/man'
make[1]: Leaving directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10/man'
make[1]: Entering directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10'
make[2]: Entering directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10'
make[2]: Nothing to be done for 'install-data-am'.
 ./install-sh -c -d '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/pkg/xmodmap/usr/bin'
  /usr/bin/install -c xmodmap '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/pkg/xmodmap/usr/bin'
make[2]: Leaving directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10'
make[1]: Leaving directory '/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/src/xmodmap-1.0.10'
>>> xmodmap-doc*: Running split function doc...
>>> xmodmap-doc*: Preparing subpackage xmodmap-doc...
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
>>> xmodmap-doc*: Running postcheck for xmodmap-doc
>>> xmodmap*: Running postcheck for xmodmap
>>> xmodmap*: Preparing package xmodmap...
>>> xmodmap*: Stripping binaries
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
>>> xmodmap-doc*: Scanning shared objects
>>> xmodmap*: Scanning shared objects
>>> xmodmap-doc*: Tracing dependencies...
>>> xmodmap-doc*: Package size: 12.0 KB
>>> xmodmap-doc*: Compressing data...
>>> xmodmap-doc*: Create checksum...
>>> xmodmap-doc*: Create xmodmap-doc-1.0.10-r0.apk
>>> xmodmap*: Tracing dependencies...
	so:libX11.so.6
	so:libc.musl-x86_64.so.1
>>> xmodmap*: Package size: 36.0 KB
>>> xmodmap*: Compressing data...
>>> xmodmap*: Create checksum...
>>> xmodmap*: Create xmodmap-1.0.10-r0.apk
>>> xmodmap: Build complete at Fri, 07 Jun 2019 15:46:43 +0000 elapsed time 0h 0m 6s
>>> xmodmap: Cleaning up srcdir
>>> xmodmap: Cleaning up pkgdir
>>> xmodmap: Uninstalling dependencies...
(1/15) Purging .makedepends-xmodmap (0)
(2/15) Purging libx11-dev (1.6.7-r0)
(3/15) Purging xtrans (1.4.0-r0)
(4/15) Purging libx11 (1.6.7-r0)
(5/15) Purging util-macros (1.19.2-r0)
(6/15) Purging libxcb-dev (1.13.1-r0)
(7/15) Purging xcb-proto (1.13-r3)
(8/15) Purging libxcb (1.13.1-r0)
(9/15) Purging libxau-dev (1.0.9-r0)
(10/15) Purging libxau (1.0.9-r0)
(11/15) Purging libxdmcp-dev (1.1.3-r0)
(12/15) Purging libxdmcp (1.1.3-r0)
(13/15) Purging xorgproto (2018.4-r0)
(14/15) Purging libbsd (0.9.1-r0)
(15/15) Purging libpthread-stubs (0.3-r5)
OK: 210 MiB in 88 packages
>>> xmodmap: Updating the tmp/x86_64 repository index...
>>> xmodmap: Signing the index...
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c alpine-xmodmap-alpinerb-build-79EZIJKr
+ tee -a /srv/reproducible-results/alpinerb-build-79EZIJKr/b2/xmodmap/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/tmp/x86_64/xmodmap-1.0.10-r0.apk' -> '/srv/reproducible-results/alpinerb-build-79EZIJKr/b2/xmodmap/xmodmap-1.0.10-r0.apk'
'/tmp/alpine-xmodmap-alpinerb-build-79EZIJKr/tmp/x86_64/xmodmap-doc-1.0.10-r0.apk' -> '/srv/reproducible-results/alpinerb-build-79EZIJKr/b2/xmodmap/xmodmap-doc-1.0.10-r0.apk'
Fri Jun  7 15:46:44 UTC 2019 - build #2 for xmodmap on osuosl-build169-amd64 done.
Fri Jun  7 15:46:44 UTC 2019 - /srv/jenkins/bin/reproducible_build_alpine_pkg.sh stopped running as /tmp/jenkins-script-ZCZAbzlu, which will now be removed.
/srv/reproducible-results/alpinerb-build-79EZIJKr:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jun  7 15:46 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jun  7 15:46 b2

/srv/reproducible-results/alpinerb-build-79EZIJKr/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jun  7 15:46 xmodmap

/srv/reproducible-results/alpinerb-build-79EZIJKr/b1/xmodmap:
total 44
-rw-r--r-- 1 jenkins jenkins 14359 Jun  7 15:46 build1.log
-rw-r--r-- 1 jenkins jenkins     9 Jun  7 15:46 build1.version
-rw-r--r-- 1 jenkins jenkins 14162 Jun  7 15:46 xmodmap-1.0.10-r0.apk
-rw-r--r-- 1 jenkins jenkins  7753 Jun  7 15:46 xmodmap-doc-1.0.10-r0.apk

/srv/reproducible-results/alpinerb-build-79EZIJKr/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jun  7 15:46 xmodmap

/srv/reproducible-results/alpinerb-build-79EZIJKr/b2/xmodmap:
total 44
-rw-r--r-- 1 jenkins jenkins 14359 Jun  7 15:46 build2.log
-rw-r--r-- 1 jenkins jenkins     9 Jun  7 15:46 build2.version
-rw-r--r-- 1 jenkins jenkins 14171 Jun  7 15:46 xmodmap-1.0.10-r0.apk
-rw-r--r-- 1 jenkins jenkins  7798 Jun  7 15:46 xmodmap-doc-1.0.10-r0.apk
jenkins_node_wrapper.sh[10345] Command 'rm -r /srv/reproducible-results/alpinerb-build-79EZIJKr' not found in allowed commands.
Fri Jun  7 15:46:50 UTC 2019 - https://tests.reproducible-builds.org/alpine/main/xmodmap/ updated.
/srv/jenkins/bin/reproducible_common.sh: line 1000: cd: /var/lib/jenkins/userContent/reproducible/archlinux/main/xmodmap: No such file or directory
Fri Jun  7 15:46:50 UTC 2019 - /srv/reproducible-results/alpinerb-build-79EZIJKr deleted.
Fri  7 Jun 15:46:50 UTC 2019 - /srv/jenkins/bin/reproducible_build_alpine_pkg.sh stopped running as /tmp/jenkins-script-lQji5qFn, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list