[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_30 #1339

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jan 6 03:48:04 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_arm64_30/1339/------------------------------------------
[...truncated 664.44 KB...]
view_goto.c: In function 'view_resize':
view_goto.c:192:41: warning: unused parameter 'h' [-Wunused-parameter]
 void view_resize(View *view, int w, int h){
                                         ^
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_FREEGLUT  -g -O2 -fdebug-prefix-map=/build/maqview-0.2.5/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -Wall -W -DMAQ_LONGREADS -c -o view_panel.o view_panel.c
view_panel.c: In function 'default_pick':
view_panel.c:1004:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(j=1;j<selectBuf[count];j++){
             ^
view_panel.c:1005:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if(id < selectBuf[count + 3 + j]) id = selectBuf[count + 3 + j];
           ^
view_panel.c: In function 'handle_mouse_over':
view_panel.c:1109:14: warning: variable 'nav' set but not used [-Wunused-but-set-variable]
  Navigation *nav;
              ^~~
view_panel.c: In function 'default_mouseReleased':
view_panel.c:1176:59: warning: unused parameter 'x' [-Wunused-parameter]
 void default_mouseReleased(ViewPanel *vp, int button, int x, int y){
                                                           ^
view_panel.c:1176:66: warning: unused parameter 'y' [-Wunused-parameter]
 void default_mouseReleased(ViewPanel *vp, int button, int x, int y){
                                                                  ^
view_panel.c: In function 'default_mouseWheel':
view_panel.c:1236:44: warning: unused parameter 'wheel' [-Wunused-parameter]
 void default_mouseWheel(ViewPanel *vp, int wheel, int direction, int x, int y){
                                            ^~~~~
view_panel.c:1236:70: warning: unused parameter 'x' [-Wunused-parameter]
 void default_mouseWheel(ViewPanel *vp, int wheel, int direction, int x, int y){
                                                                      ^
view_panel.c:1236:77: warning: unused parameter 'y' [-Wunused-parameter]
 void default_mouseWheel(ViewPanel *vp, int wheel, int direction, int x, int y){
                                                                             ^
view_panel.c: In function 'default_keyTyped':
view_panel.c:1250:61: warning: unused parameter 'x' [-Wunused-parameter]
 void default_keyTyped(ViewPanel *vp, unsigned char key, int x, int y){
                                                             ^
view_panel.c:1250:68: warning: unused parameter 'y' [-Wunused-parameter]
 void default_keyTyped(ViewPanel *vp, unsigned char key, int x, int y){
                                                                    ^
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_FREEGLUT  -g -O2 -fdebug-prefix-map=/build/maqview-0.2.5/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -Wall -W -DMAQ_LONGREADS -c -o gl_gui.o gl_gui.c
gl_gui.c: In function 'GList_mouse':
gl_gui.c:127:45: warning: unused parameter 'x' [-Wunused-parameter]
 void GList_mouse(int button, int state, int x, int y){
                                             ^
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_FREEGLUT  -g -O2 -fdebug-prefix-map=/build/maqview-0.2.5/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -Wall -W -DMAQ_LONGREADS -c -o MainFrame.o MainFrame.c
MainFrame.c: In function 'main':
MainFrame.c:184:9: warning: variable 'h' set but not used [-Wunused-but-set-variable]
  int w, h, c;
         ^
MainFrame.c:184:6: warning: variable 'w' set but not used [-Wunused-but-set-variable]
  int w, h, c;
      ^
g++  -g -O2 -fdebug-prefix-map=/build/maqview-0.2.5/2nd=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -L/usr/lib -o maqview read_cache.o view_goto.o view_panel.o gl_gui.o MainFrame.o btree.o maqmap_index.o zrio.o stdhashc.o cns_cache.o const.o adler32.o compress.o crc32.o deflate.o gzio.o inffast.o inflate.o infback.o inftrees.o trees.o uncompr.o zutil.o -Wl,-Bdynamic -lGL -lGLU -lglut -lm -lX11 -lXi 
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_FREEGLUT  -g -O2 -fdebug-prefix-map=/build/maqview-0.2.5/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -Wall -W -DMAQ_LONGREADS -c -o socket_view.o socket_view.c
socket_view.c: In function 'custom_socket':
socket_view.c:4:11: warning: variable 'no' set but not used [-Wunused-but-set-variable]
  int yes, no;
           ^~
socket_view.c: In function 'read_full':
socket_view.c:20:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if(count == size) break;
             ^~
socket_view.c: In function 'send_maq_data':
socket_view.c:27:70: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define my_write_full(fds, buffer, size) if(write(fds, buffer, size) != size) return -1
                                                                      ^
socket_view.c:108:3: note: in expansion of macro 'my_write_full'
   my_write_full(sock, refs->cache->reads + refs->cache->offset + s, sizeof(Read) * size);
   ^~~~~~~~~~~~~
socket_view.c:27:70: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define my_write_full(fds, buffer, size) if(write(fds, buffer, size) != size) return -1
                                                                      ^
socket_view.c:112:3: note: in expansion of macro 'my_write_full'
   my_write_full(sock, refs->cns->seqs + refs->cns->offset + m, sizeof(cns_t) * (size));
   ^~~~~~~~~~~~~
socket_view.c: In function 'recv_maq_data':
socket_view.c:51:74: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define my_read_full2(fds, buffer, size) if(read_full(fds, buffer, size) != size) return -1
                                                                          ^
socket_view.c:133:20: note: in expansion of macro 'my_read_full2'
  if(info->rd_size) my_read_full2(sock, info->reads, sizeof(Read) * info->rd_size);
                    ^~~~~~~~~~~~~
socket_view.c:51:74: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define my_read_full2(fds, buffer, size) if(read_full(fds, buffer, size) != size) return -1
                                                                          ^
socket_view.c:139:21: note: in expansion of macro 'my_read_full2'
  if(info->cns_size) my_read_full2(sock, info->seqs, sizeof(cns_t) * info->cns_size);
                     ^~~~~~~~~~~~~
socket_view.c: In function 'runViewServer':
socket_view.c:291:68: warning: passing argument 3 of 'accept' from incompatible pointer type [-Wincompatible-pointer-types]
      sock = accept(server->socket, (struct sockaddr *)&clientname, &size);
                                                                    ^
In file included from socket_view.h:8:0,
                 from socket_view.c:1:
/usr/include/aarch64-linux-gnu/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'size_t * {aka long unsigned int *}'
 extern int accept (int __fd, __SOCKADDR_ARG __addr,
            ^~~~~~
socket_view.c: In function 'closeViewClient':
socket_view.c:405:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(client->socket, &op, sizeof(op));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++  -g -O2 -fdebug-prefix-map=/build/maqview-0.2.5/2nd=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -L/usr/lib -o maqindex_socks read_cache.o view_goto.o socket_view.o btree.o maqmap_index.o zrio.o stdhashc.o cns_cache.o const.o adler32.o compress.o crc32.o deflate.o gzio.o inffast.o inflate.o infback.o inftrees.o trees.o uncompr.o zutil.o -Wl,-Bdynamic -lGL -lGLU -lglut -lm -lX11 -lXi 
make[2]: Leaving directory '/build/maqview-0.2.5/2nd'
make[1]: Leaving directory '/build/maqview-0.2.5/2nd'
   dh_auto_test
	make -j1 check VERBOSE=1
make[1]: Entering directory '/build/maqview-0.2.5/2nd'
make[1]: Leaving directory '/build/maqview-0.2.5/2nd'
 fakeroot debian/rules binary
dh binary --with autoreconf
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/build/maqview-0.2.5/2nd/debian/maqview AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/build/maqview-0.2.5/2nd'
make[2]: Entering directory '/build/maqview-0.2.5/2nd'
 /bin/mkdir -p '/build/maqview-0.2.5/2nd/debian/maqview/usr/bin'
  /usr/bin/install -c zrio maqindex maqview maqindex_socks '/build/maqview-0.2.5/2nd/debian/maqview/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/maqview-0.2.5/2nd'
make[1]: Leaving directory '/build/maqview-0.2.5/2nd'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_lintian
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-aarch64.so.1) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-aarch64.so.1) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-aarch64.so.1) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-aarch64.so.1) twice in a symfile
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/maqview/usr/bin/maqview debian/maqview/usr/bin/maqindex_socks were not linked against libXi.so.6 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/maqview/usr/bin/maqindex debian/maqview/usr/bin/zrio debian/maqview/usr/bin/maqview debian/maqview/usr/bin/maqindex_socks were not linked against libgcc_s.so.1 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/maqview/usr/bin/maqview debian/maqview/usr/bin/maqindex_socks were not linked against libX11.so.6 (they use none of the library's symbols)
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'maqview-dbgsym' in '../maqview-dbgsym_0.2.5-7_arm64.deb'.
dpkg-deb: building package 'maqview' in '../maqview_0.2.5-7_arm64.deb'.
 dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges --build=binary >../maqview_0.2.5-7_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
I: user script /srv/workspace/pbuilder/5621/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/5621/tmp/hooks/B01_cleanup finished
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env 
I: removing directory /srv/workspace/pbuilder/5621 and its subdirectories
I: Current time: Fri Jan  6 17:47:58 +14 2017
I: pbuilder-time-stamp: 1483674478
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Fri Jan  6 03:47:58 UTC 2017  I: Signing ./b2/maqview_0.2.5-7_arm64.buildinfo as maqview_0.2.5-7_arm64.buildinfo.asc
Fri Jan  6 03:47:58 UTC 2017  I: Signed ./b2/maqview_0.2.5-7_arm64.buildinfo as ./b2/maqview_0.2.5-7_arm64.buildinfo.asc
Fri Jan  6 03:47:58 UTC 2017 - build #2 for maqview/unstable/arm64 on codethink-sled12-arm64 done.
Starting cleanup.
/srv/reproducible-results/rbuild-debian-DbyilGQX/tmp.k5Np77YBPt:	 55.3% -- replaced with /srv/reproducible-results/rbuild-debian-DbyilGQX/tmp.k5Np77YBPt.gz
All cleanup done.
Fri Jan  6 03:47:58 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-SaYLs5V4, which will now be removed.
/srv/reproducible-results/rbuild-debian-QS6tfpEr:
total 316
drwxr-xr-x 2 jenkins jenkins   4096 Jan  6 03:44 b1
drwxr-xr-x 2 jenkins jenkins   4096 Jan  6 03:48 b2
-rw-r--r-- 1 jenkins jenkins   2039 Dec 17  2015 maqview_0.2.5-7.dsc
-rw------- 1 jenkins jenkins 304464 Jan  6 03:44 tmp.CthpWDlgj5

/srv/reproducible-results/rbuild-debian-QS6tfpEr/b1:
total 916
-rw-r--r-- 1 jenkins jenkins 301052 Jan  6 03:44 build.log
-rw-r--r-- 1 jenkins jenkins 502182 Jan  6 03:44 maqview-dbgsym_0.2.5-7_arm64.deb
-rw-r--r-- 1 jenkins jenkins   6493 Jan  6 03:44 maqview_0.2.5-7_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins   7359 Jan  6 03:44 maqview_0.2.5-7_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins   1438 Jan  6 03:44 maqview_0.2.5-7_arm64.changes
-rw-r--r-- 1 jenkins jenkins  95932 Jan  6 03:44 maqview_0.2.5-7_arm64.deb

/srv/reproducible-results/rbuild-debian-QS6tfpEr/b2:
total 696
-rw-r--r-- 1 jenkins jenkins  75231 Jan  6 03:48 build.log
-rw-r--r-- 1 jenkins jenkins 502182 Jan  6 03:48 maqview-dbgsym_0.2.5-7_arm64.deb
-rw-r--r-- 1 jenkins jenkins   6493 Jan  6 03:48 maqview_0.2.5-7_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins   7359 Jan  6 03:48 maqview_0.2.5-7_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins   1438 Jan  6 03:48 maqview_0.2.5-7_arm64.changes
-rw-r--r-- 1 jenkins jenkins  95932 Jan  6 03:48 maqview_0.2.5-7_arm64.deb
Fri Jan  6 03:48:02 UTC 2017  I: maqview_0.2.5-7_arm64.changes:
Format: 1.8
Date: Thu, 17 Dec 2015 13:41:19 +0100
Source: maqview
Binary: maqview
Architecture: arm64
Version: 0.2.5-7
Distribution: unstable
Urgency: medium
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Changed-By: Andreas Tille <tille at debian.org>
Description:
 maqview    - graphical read alignment viewer for short gene sequences
Closes: 716116
Changes:
 maqview (0.2.5-7) unstable; urgency=medium
 .
   * cme fix dpkg-control
   * DEP5 fixes
   * Spelling fix in manpage
   * Wrote missing manpages
   * Description: Fix Mayhem issue
     Closes: #716116
Checksums-Sha1:
 67ca89c795006ebf004ea1b492bba15e6cb01a67 502182 maqview-dbgsym_0.2.5-7_arm64.deb
 3c91b480cc43b5f4608939afa971ed5f222329dd 6493 maqview_0.2.5-7_arm64.buildinfo
 e7196d388d489da4e53d4a605f0a71b3f945b26a 95932 maqview_0.2.5-7_arm64.deb
Checksums-Sha256:
 7f367c7e09f09fd2eae4875a337486a1aa59a8399c2e83b4b1e45cdfe33adb01 502182 maqview-dbgsym_0.2.5-7_arm64.deb
 6e86ce210840b031d87f8cef1488c748a8449c3340c7c7fee8448d0e4be74dbd 6493 maqview_0.2.5-7_arm64.buildinfo
 93fab81fb6d0385271309574921e1c1ab9632384124b710c0c8ec69e2c556475 95932 maqview_0.2.5-7_arm64.deb
Files:
 19141536055a84f333b74178034a9a03 502182 debug extra maqview-dbgsym_0.2.5-7_arm64.deb
 20f8c2a7d575dfc2bed0e4220a83fb88 6493 science optional maqview_0.2.5-7_arm64.buildinfo
 765b21419b9944a1a74face7eb3f3946 95932 science optional maqview_0.2.5-7_arm64.deb
Diff of the two buildlogs:

--
tee: /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/maqview_0.2.5-7.diff: No space left on device
Starting cleanup.
/srv/reproducible-results/rbuild-debian-QS6tfpEr/tmp.CthpWDlgj5:	 88.1% -- replaced with /srv/reproducible-results/rbuild-debian-QS6tfpEr/tmp.CthpWDlgj5.gz
INFO: Starting at 2017-01-06 03:48:03.589984
INFO: Finished at 2017-01-06 03:48:03.915087, took: 0:00:00.325117
All cleanup done.
Fri  6 Jan 03:48:03 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-M6APeBYV, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list