[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_22 #4554

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Dec 7 13:39:28 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_amd64_22/4554/------------------------------------------
[...truncated 33876 lines...]
                                        ^
simple_storage.c: In function 'main':
simple_storage.c:699:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result]
     (void) setuid(getuid());
     ^~~~~~~~~~~~~~~~~~~~~~~
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -I/build/ctn-3.2.0~dfsg/include -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o sscond.o sscond.c
gcc -o simple_storage -g   -L/build/ctn-3.2.0~dfsg/lib/ctn-mysql -L/usr/lib simple_storage.o sscond.o -Wl,-z,relro -Wl,-z,now -lctn  
install -m 4775 simple_storage /build/ctn-3.2.0~dfsg/debian/tmp/bin
make[4]: Leaving directory '/build/ctn-3.2.0~dfsg/apps/simple_storage'
cd snp_to_files;		make install
make[4]: Entering directory '/build/ctn-3.2.0~dfsg/apps/snp_to_files'
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -I/build/ctn-3.2.0~dfsg/include -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o snp_to_files.o snp_to_files.c
snp_to_files.c:99:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char *argv[])
 ^~~~
snp_to_files.c: In function 'main':
snp_to_files.c:171:71: warning: comparison between pointer and integer
     if ((fd_itoa = open(argv[8], O_WRONLY | O_CREAT | O_TRUNC, 0666)) == NULL) {
                                                                       ^~
snp_to_files.c:176:71: warning: comparison between pointer and integer
     if ((fd_atoi = open(argv[9], O_WRONLY | O_CREAT | O_TRUNC, 0666)) == NULL) {
                                                                       ^~
snp_to_files.c:198:2: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration]
  sleep(1);
  ^~~~~
snp_to_files.c:228:5: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
     close(fd_itoa);
     ^~~~~
snp_to_files.c: In function 'callbackITOA':
snp_to_files.c:310:10: warning: implicit declaration of function 'write' [-Wimplicit-function-declaration]
     if ((write(fd_itoa, (void *) &buf_head, 12)) != 12)
          ^~~~~
gcc -o snp_to_files -O -L/build/ctn-3.2.0~dfsg/lib/ctn-mysql -L/usr/lib snp_to_files.o -Wl,-z,relro -Wl,-z,now -lctn  
install snp_to_files /build/ctn-3.2.0~dfsg/debian/tmp/bin
make[4]: Leaving directory '/build/ctn-3.2.0~dfsg/apps/snp_to_files'
cd storage_classes;		make install
make[4]: Entering directory '/build/ctn-3.2.0~dfsg/apps/storage_classes'
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -I/build/ctn-3.2.0~dfsg/include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o storage_classes.o storage_classes.c
storage_classes.c:101:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char **argv)
 ^~~~
gcc -o storage_classes -g -L/build/ctn-3.2.0~dfsg/lib/ctn-mysql  -lz -L/usr/lib storage_classes.o -Wl,-z,relro -Wl,-z,now -lctn 
install storage_classes /build/ctn-3.2.0~dfsg/debian/tmp/bin
make[4]: Leaving directory '/build/ctn-3.2.0~dfsg/apps/storage_classes'
cd storage_commit;		make install
make[4]: Entering directory '/build/ctn-3.2.0~dfsg/apps/storage_commit'
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o storage_commit.o storage_commit.c
storage_commit.c:92:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char **argv)
 ^~~~
storage_commit.c: In function 'main':
storage_commit.c:205:9: warning: implicit declaration of function 'establishAssociation' [-Wimplicit-function-declaration]
     if (establishAssociation(&networkKey,
         ^~~~~~~~~~~~~~~~~~~~
storage_commit.c:214:5: warning: implicit declaration of function 'sendStorageCommitRequest' [-Wimplicit-function-declaration]
     sendStorageCommitRequest(&fisHandle, transactionUID,
     ^~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o association.o association.c
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o commit_request.o commit_request.c
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o sscond.o sscond.c
gcc -o storage_commit -g -L/build/ctn-3.2.0~dfsg/lib/ctn-mysql storage_commit.o association.o commit_request.o sscond.o -Wl,-z,relro -Wl,-z,now -lctn -L/usr/lib -lmysqlclient -lz
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o commit_agent.o commit_agent.c
commit_agent.c:112:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char **argv)
 ^~~~
commit_agent.c: In function 'main':
commit_agent.c:226:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result]
     setuid(getuid());  /* Return to proper uid */
     ^~~~~~~~~~~~~~~~
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o requests.o requests.c
requests.c: In function 'serviceThisCommand':
requests.c:242:9: warning: implicit declaration of function 'neventReportRequest' [-Wimplicit-function-declaration]
  cond = neventReportRequest(params, association, handle, ctx,
         ^~~~~~~~~~~~~~~~~~~
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o nevent.o nevent.c
nevent.c: In function 'storageCommitmentRequest':
nevent.c:170:64: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
      printf("Transaction UID: %s\n   SOP Instances committed: %d\n",
                                                                ^
nevent.c:212:61: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
      printf("Transaction UID: %s\n   SOP Instances failed: %d\n",
                                                             ^
nevent.c:237:5: warning: implicit declaration of function 'UTL_GetDicomDate' [-Wimplicit-function-declaration]
     UTL_GetDicomDate(storageCommit.ResDat);
     ^~~~~~~~~~~~~~~~
nevent.c:238:5: warning: implicit declaration of function 'UTL_GetDicomTime' [-Wimplicit-function-declaration]
     UTL_GetDicomTime(storageCommit.ResTim);
     ^~~~~~~~~~~~~~~~
gcc -o commit_agent -g -L/build/ctn-3.2.0~dfsg/lib/ctn-mysql commit_agent.o association.o requests.o nevent.o sscond.o -Wl,-z,relro -Wl,-z,now -lctn -L/usr/lib -lmysqlclient -lz
install storage_commit /build/ctn-3.2.0~dfsg/debian/tmp/bin
install commit_agent /build/ctn-3.2.0~dfsg/debian/tmp/bin
make[4]: Leaving directory '/build/ctn-3.2.0~dfsg/apps/storage_commit'
cd tbltest;			make install
make[4]: Entering directory '/build/ctn-3.2.0~dfsg/apps/tbltest'
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ttinsert.o ttinsert.c
gcc -o ttinsert -g -L/build/ctn-3.2.0~dfsg/lib/ctn-mysql -L/usr/lib  -lz ttinsert.o -Wl,-z,relro -Wl,-z,now -lctn -L/usr/lib -lmysqlclient
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ttunique.o ttunique.c
ttunique.c:59:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
gcc -o ttunique -g -L/build/ctn-3.2.0~dfsg/lib/ctn-mysql -L/usr/lib  -lz ttunique.o -Wl,-z,relro -Wl,-z,now -lctn -L/usr/lib -lmysqlclient
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ttdelete.o ttdelete.c
ttdelete.c:64:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
gcc -o ttdelete -g -L/build/ctn-3.2.0~dfsg/lib/ctn-mysql -L/usr/lib  -lz ttdelete.o -Wl,-z,relro -Wl,-z,now -lctn -L/usr/lib -lmysqlclient
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ttselect.o ttselect.c
ttselect.c:72:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
ttselect.c: In function 'main':
ttselect.c:117:54: warning: passing argument 5 of 'TBL_Select' from incompatible pointer type [-Wincompatible-pointer-types]
     cond = TBL_Select(&handle, NULL, fields, &count, callback, (void *) foo);
                                                      ^~~~~~~~
In file included from ttselect.c:57:0:
/build/ctn-3.2.0~dfsg/include/tbl.h:264:1: note: expected 'CONDITION (*)(TBL_FIELD *, long int,  void *) {aka long unsigned int (*)(struct <anonymous> *, long int,  void *)}' but argument is of type 'CONDITION (*)(TBL_FIELD *, int,  void *) {aka long unsigned int (*)(struct <anonymous> *, int,  void *)}'
 TBL_Select(TBL_HANDLE ** handle, const TBL_CRITERIA * criteriaList,
 ^~~~~~~~~~
ttselect.c:123:31: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
     printf("ALL DONE--Count: %d\n", count);
                               ^
gcc -o ttselect -g -L/build/ctn-3.2.0~dfsg/lib/ctn-mysql -L/usr/lib  -lz ttselect.o -Wl,-z,relro -Wl,-z,now -lctn -L/usr/lib -lmysqlclient
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ttlayout.o ttlayout.c
ttlayout.c:72:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
ttlayout.c: In function 'main':
ttlayout.c:87:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%s", db);
     ^~~~~~~~~~~~~~~
ttlayout.c:89:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%s", tab);
     ^~~~~~~~~~~~~~~~
gcc -o ttlayout -g -L/build/ctn-3.2.0~dfsg/lib/ctn-mysql -L/usr/lib  -lz ttlayout.o -Wl,-z,relro -Wl,-z,now -lctn -L/usr/lib -lmysqlclient
gcc -g -DDEBUG -DLITTLE_ENDIAN_ARCHITECTURE -DLINUX -DSHARED_MEMORY -DSEMAPHORE -DX11 -DATHENA -DX11R4 -DUSLEEP -DMYSQLDB -I/build/ctn-3.2.0~dfsg/include -I/usr/include/mysql -I/usr/include/Xm -I/usr/X11R6/include -g -O2 -fdebug-prefix-map=/build/ctn-3.2.0~dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -DLONGSIZE=64 -DINTSIZE=32 -DSHORTSIZE=16 -DTIMEOFDAYARGS=2 -DMOTIF -DUSEREGCOMP -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ttupdate.o ttupdate.c
ttupdate.c:65:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
gcc -o ttupdate -g -L/build/ctn-3.2.0~dfsg/lib/ctn-mysql -L/usr/lib  -lz ttupdate.o -Wl,-z,relro -Wl,-z,now -lctn -L/usr/lib -lmysqlclient
install ttinsert /build/ctn-3.2.0~dfsg/debian/tmp/bin
install ttunique /build/ctn-3.2.0~dfsg/debian/tmp/bin
install ttdelete /build/ctn-3.2.0~dfsg/debian/tmp/bin
install ttselect /build/ctn-3.2.0~dfsg/debian/tmp/bin
install ttlayout /build/ctn-3.2.0~dfsg/debian/tmp/bin
install ttupdate /build/ctn-3.2.0~dfsg/debian/tmp/bin
make[4]: Leaving directory '/build/ctn-3.2.0~dfsg/apps/tbltest'
make[3]: Leaving directory '/build/ctn-3.2.0~dfsg/apps'
make[2]: Leaving directory '/build/ctn-3.2.0~dfsg'
make[1]: Leaving directory '/build/ctn-3.2.0~dfsg'
   dh_auto_test
 fakeroot debian/rules binary
dh binary
   dh_testroot
   debian/rules override_dh_prep
make[1]: Entering directory '/build/ctn-3.2.0~dfsg'
# ctn build process does build+install in one rush
# dear dh_prep, please leave my debian/tmp
mv /build/ctn-3.2.0~dfsg/debian/tmp /build/ctn-3.2.0~dfsg/debian/do_not_delete_this_tmp_dir
dh_prep
mv /build/ctn-3.2.0~dfsg/debian/do_not_delete_this_tmp_dir /build/ctn-3.2.0~dfsg/debian/tmp
make[1]: Leaving directory '/build/ctn-3.2.0~dfsg'
   dh_installdirs
   debian/rules override_dh_auto_install
make[1]: Entering directory '/build/ctn-3.2.0~dfsg'
echo 'Do not try to call `make install` since it requires setting variable DICOM_MAKE'
Do not try to call `make install` since it requires setting variable DICOM_MAKE
make[1]: Leaving directory '/build/ctn-3.2.0~dfsg'
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   debian/rules override_dh_fixperms
make[1]: Entering directory '/build/ctn-3.2.0~dfsg'
dh_fixperms
chmod +x `echo /build/ctn-3.2.0~dfsg/debian/ctn/usr/share/ctn/mysql/*`
chmod -x `echo /build/ctn-3.2.0~dfsg/debian/ctn/usr/share/ctn/mysql/*.script`
make[1]: Leaving directory '/build/ctn-3.2.0~dfsg'
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/ctn/usr/bin/load_control was not linked against libdl.so.2 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/ctn/usr/bin/dump_commit_requests debian/ctn/usr/bin/dcm_snoop debian/ctn/usr/bin/ex4_acceptor debian/ctn/usr/bin/pq_ctndisp debian/ctn/usr/bin/ex1_initiator debian/ctn/usr/bin/commit_agent debian/ctn/usr/bin/ctndisp debian/ctn/usr/bin/dcm_x_disp debian/ctn/usr/bin/fillRSA debian/ctn/usr/bin/archive_cleaner debian/ctn/usr/bin/icon_append_file debian/ctn/usr/bin/dicom_echo debian/ctn/usr/bin/print_server debian/ctn/usr/bin/storage_commit debian/ctn/usr/bin/create_print_entry debian/ctn/usr/bin/print_client debian/ctn/usr/bin/ttunique debian/ctn/usr/bin/ttinsert debian/ctn/usr/bin/mwlQuery debian/ctn/usr/bin/print_mgr debian/ctn/usr/bin/ttselect debian/ctn/usr/bin/create_greyscale_module debian/ctn/usr/bin/icon_append_index debian/ctn/usr/bin/ex3_acceptor debian/ctn/usr/bin/send_study debian/ctn/usr/bin/kill_ctndisp debian/ctn/usr/bin/icon_dump_file debian/ctn/usr/bin/ex2_initiator debian/ctn/usr/bin/archive_server debian/ctn/usr/bin/ttlayout debian/ctn/usr/bin/archive_agent debian/ctn/usr/bin/ctnnetwork debian/ctn/usr/bin/enq_ctndisp debian/ctn/usr/bin/ttupdate debian/ctn/usr/bin/icon_dump_index debian/ctn/usr/bin/fis_server debian/ctn/usr/bin/send_results debian/ctn/usr/bin/ttdelete debian/ctn/usr/bin/ex4_initiator debian/ctn/usr/bin/fillImageDB debian/ctn/usr/bin/ris_gateway debian/ctn/usr/bin/ex3_initiator debian/ctn/usr/bin/clone_study debian/ctn/usr/bin/storage_classes debian/ctn/usr/bin/image_server debian/ctn/usr/bin/load_control debian/ctn/usr/bin/fillRSAImpInterp were not linked against libz.so.1 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/ctn/usr/bin/pq_ctndisp debian/ctn/usr/bin/ctndisp debian/ctn/usr/bin/dcm_x_disp debian/ctn/usr/bin/fillRSA debian/ctn/usr/bin/print_mgr debian/ctn/usr/bin/enq_ctnnetwork debian/ctn/usr/bin/kill_ctndisp debian/ctn/usr/bin/archive_server debian/ctn/usr/bin/ctnnetwork debian/ctn/usr/bin/enq_ctndisp debian/ctn/usr/bin/pq_ctnnetwork debian/ctn/usr/bin/print_server_display debian/ctn/usr/bin/fis_server debian/ctn/usr/bin/kill_ctnnetwork debian/ctn/usr/bin/fillImageDB debian/ctn/usr/bin/ris_gateway debian/ctn/usr/bin/image_server debian/ctn/usr/bin/load_control debian/ctn/usr/bin/fillRSAImpInterp were not linked against libm.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
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'ctn-dbgsym' in '../ctn-dbgsym_3.2.0~dfsg-5_amd64.deb'.
dpkg-deb: building package 'ctn-dev' in '../ctn-dev_3.2.0~dfsg-5_amd64.deb'.
dpkg-deb: building package 'ctn' in '../ctn_3.2.0~dfsg-5_amd64.deb'.
 dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges --build=binary >../ctn_3.2.0~dfsg-5_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build ctn-3.2.0~dfsg
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
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/33363 and its subdirectories
I: Current time: Tue Jan  9 08:00:09 -12 2018
I: pbuilder-time-stamp: 1515528009
9c9
<  binutils (= 2.27.51.20161127-1),
---
>  binutils (= 2.27.51.20161201-1),
135c135
<  libsystemd0 (= 232-6),
---
>  libsystemd0 (= 232-7),
141c141
<  libudev1 (= 232-6),
---
>  libudev1 (= 232-7),
Error: database is locked
Starting cleanup.
/srv/reproducible-results/rbuild-debian-knVrNdH8/tmp.hW8t4nXFcp:	 91.7% -- replaced with /srv/reproducible-results/rbuild-debian-knVrNdH8/tmp.hW8t4nXFcp.gz
INFO: Starting at 2016-12-07 13:38:28.478022
CRITICAL: SQLite database locked, could not execute query:
CRITICAL: "SELECT r.status, r.version, r.build_date
CRITICAL:                        FROM results AS r JOIN sources AS s
CRITICAL:                        ON r.package_id=s.id WHERE s.name='ctn'
CRITICAL:                        AND s.architecture='amd64' AND s.suite='testing'"
CRITICAL: Exiting script.
INFO: Finished at 2016-12-07 13:39:28.604949, took: 0:01:00.126966








Warning: cannot update html pages for ctn
All cleanup done.
Wed  7 Dec 13:39:28 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-2QbEwNtq, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list