[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_7 #61464

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Nov 27 15:37:02 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_amd64_7/61464/------------------------------------------
[...truncated 7536 lines...]
/usr/include/x86_64-linux-gnu/libavformat/avformat.h:893:21: note: declared here
     AVCodecContext *codec;
                     ^~~~~
film.cpp:284:53: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations]
       pCodecCtx = pFormatCtx->streams[videoStream]->codec;
                                                     ^~~~~
In file included from ../include/film.h:22:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavformat/avformat.h:893:21: note: declared here
     AVCodecContext *codec;
                     ^~~~~
film.cpp:284:53: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations]
       pCodecCtx = pFormatCtx->streams[videoStream]->codec;
                                                     ^~~~~
In file included from ../include/film.h:22:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavformat/avformat.h:893:21: note: declared here
     AVCodecContext *codec;
                     ^~~~~
film.cpp:284:53: warning: 'AVStream::codec' is deprecated [-Wdeprecated-declarations]
       pCodecCtx = pFormatCtx->streams[videoStream]->codec;
                                                     ^~~~~
In file included from ../include/film.h:22:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavformat/avformat.h:893:21: note: declared here
     AVCodecContext *codec;
                     ^~~~~
film.cpp:302:18: warning: 'int avpicture_get_size(AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
       numBytes = avpicture_get_size (AV_PIX_FMT_RGB24, width, height);
                  ^~~~~~~~~~~~~~~~~~
In file included from ../include/film.h:21:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:5467:5: note: declared here
 int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height);
     ^~~~~~~~~~~~~~~~~~
film.cpp:302:69: warning: 'int avpicture_get_size(AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
       numBytes = avpicture_get_size (AV_PIX_FMT_RGB24, width, height);
                                                                     ^
In file included from ../include/film.h:21:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:5467:5: note: declared here
 int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height);
     ^~~~~~~~~~~~~~~~~~
film.cpp:310:7: warning: 'int avpicture_fill(AVPicture*, const uint8_t*, AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
       avpicture_fill ((AVPicture *) pFrameRGB, buffer, AV_PIX_FMT_RGB24, width, height);
       ^~~~~~~~~~~~~~
In file included from ../include/film.h:21:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:5452:5: note: declared here
 int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
     ^~~~~~~~~~~~~~
film.cpp:310:87: warning: 'int avpicture_fill(AVPicture*, const uint8_t*, AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
       avpicture_fill ((AVPicture *) pFrameRGB, buffer, AV_PIX_FMT_RGB24, width, height);
                                                                                       ^
In file included from ../include/film.h:21:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:5452:5: note: declared here
 int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
     ^~~~~~~~~~~~~~
film.cpp:312:7: warning: 'int avpicture_fill(AVPicture*, const uint8_t*, AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
       avpicture_fill ((AVPicture *) pFrameRGBprev, buffer2, AV_PIX_FMT_RGB24, width, height);
       ^~~~~~~~~~~~~~
In file included from ../include/film.h:21:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:5452:5: note: declared here
 int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
     ^~~~~~~~~~~~~~
film.cpp:312:92: warning: 'int avpicture_fill(AVPicture*, const uint8_t*, AVPixelFormat, int, int)' is deprecated [-Wdeprecated-declarations]
       avpicture_fill ((AVPicture *) pFrameRGBprev, buffer2, AV_PIX_FMT_RGB24, width, height);
                                                                                            ^
In file included from ../include/film.h:21:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:5452:5: note: declared here
 int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
     ^~~~~~~~~~~~~~
film.cpp:346:4: warning: 'int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated [-Wdeprecated-declarations]
    avcodec_decode_video2(pCodecCtx, pFrame, &frameFinished, &avpkt);
    ^~~~~~~~~~~~~~~~~~~~~
In file included from ../include/film.h:21:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4811:5: note: declared here
 int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
     ^~~~~~~~~~~~~~~~~~~~~
film.cpp:346:67: warning: 'int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated [-Wdeprecated-declarations]
    avcodec_decode_video2(pCodecCtx, pFrame, &frameFinished, &avpkt);
                                                                   ^
In file included from ../include/film.h:21:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4811:5: note: declared here
 int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
     ^~~~~~~~~~~~~~~~~~~~~
film.cpp:407:2: warning: 'void av_free_packet(AVPacket*)' is deprecated [-Wdeprecated-declarations]
  av_free_packet (&packet);
  ^~~~~~~~~~~~~~
In file included from ../include/film.h:21:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4472:6: note: declared here
 void av_free_packet(AVPacket *pkt);
      ^~~~~~~~~~~~~~
film.cpp:407:25: warning: 'void av_free_packet(AVPacket*)' is deprecated [-Wdeprecated-declarations]
  av_free_packet (&packet);
                         ^
In file included from ../include/film.h:21:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4472:6: note: declared here
 void av_free_packet(AVPacket *pkt);
      ^~~~~~~~~~~~~~
film.cpp: In member function 'void film::process_audio()':
film.cpp:505:14: warning: 'int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated [-Wdeprecated-declarations]
       len1 = avcodec_decode_audio4 (pCodecCtxAudio, frame, &got_output, &avpkt);
              ^~~~~~~~~~~~~~~~~~~~~
In file included from ../include/film.h:21:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4762:5: note: declared here
 int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
     ^~~~~~~~~~~~~~~~~~~~~
film.cpp:505:79: warning: 'int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated [-Wdeprecated-declarations]
       len1 = avcodec_decode_audio4 (pCodecCtxAudio, frame, &got_output, &avpkt);
                                                                               ^
In file included from ../include/film.h:21:0,
                 from film.cpp:18:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4762:5: note: declared here
 int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
     ^~~~~~~~~~~~~~~~~~~~~
g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../resources/ -I/usr/include/ffmpeg `xslt-config --cflags`  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build/1st/shotdetect-1.0.86=. -fstack-protector-strong -Wformat -Werror=format-security -c -o image.o image.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../resources/ -I/usr/include/ffmpeg `xslt-config --cflags`  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build/1st/shotdetect-1.0.86=. -fstack-protector-strong -Wformat -Werror=format-security -c -o xml.o xml.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../resources/ -I/usr/include/ffmpeg `xslt-config --cflags`  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build/1st/shotdetect-1.0.86=. -fstack-protector-strong -Wformat -Werror=format-security -c -o shot.o shot.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../resources/ -I/usr/include/ffmpeg `xslt-config --cflags`  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build/1st/shotdetect-1.0.86=. -fstack-protector-strong -Wformat -Werror=format-security -c -o main.o main.cpp
g++  -g -O2 -fdebug-prefix-map=/build/1st/shotdetect-1.0.86=. -fstack-protector-strong -Wformat -Werror=format-security `xslt-config --libs` -Wl,-z,relro -Wl,-z,now -o shotdetect graph.o film.o image.o xml.o shot.o main.o -lgd -lz -lswscale -lavformat -lavcodec -lavutil -lgd -lavutil -lavformat -lavcodec -lstdc++ -lxml2
make[3]: Leaving directory '/build/1st/shotdetect-1.0.86/src'
make[3]: Entering directory '/build/1st/shotdetect-1.0.86'
make[3]: Leaving directory '/build/1st/shotdetect-1.0.86'
make[2]: Leaving directory '/build/1st/shotdetect-1.0.86'
make[1]: Leaving directory '/build/1st/shotdetect-1.0.86'
touch debian/stamp-makefile-build
CDBS WARNING:  DEB_MAKE_CHECK_TARGET unset, not running checks
 fakeroot debian/rules binary
CDBS WARNING:  copyright-check disabled - licensecheck is missing.
test -x debian/rules
dh_testroot
dh_prep 
dh_installdirs -A 
mkdir -p "."

Scanning upstream source for new/changed copyright notices...

set -e; LC_ALL=C.UTF-8 /usr/bin/licensecheck --check '.*' --recursive --copyright --deb-fmt --ignore '^(debian/(changelog|copyright(|_hints|_newhints)))$' --lines 0 * | /usr/lib/cdbs/licensecheck2dep5 > debian/copyright_newhints
/bin/sh: 1: /usr/bin/licensecheck: not found
0 combinations of copyright and licensing found.
No new copyright notices found - assuming no news is good news...
touch debian/stamp-copyright-check
touch debian/stamp-upstream-cruft
set -e;   
set -e;   
CDBS WARNING:  DEB_MAKE_CHECK_TARGET unset, not running checks
/usr/bin/make -C . install DESTDIR=/build/1st/shotdetect-1.0.86/debian/shotdetect/
make[1]: Entering directory '/build/1st/shotdetect-1.0.86'
Making install in src
make[2]: Entering directory '/build/1st/shotdetect-1.0.86/src'
make[3]: Entering directory '/build/1st/shotdetect-1.0.86/src'
test -z "/usr/bin" || /bin/mkdir -p "/build/1st/shotdetect-1.0.86/debian/shotdetect//usr/bin"
  /usr/bin/install -c 'shotdetect' '/build/1st/shotdetect-1.0.86/debian/shotdetect//usr/bin/shotdetect'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/1st/shotdetect-1.0.86/src'
make[2]: Leaving directory '/build/1st/shotdetect-1.0.86/src'
make[2]: Entering directory '/build/1st/shotdetect-1.0.86'
make[3]: Entering directory '/build/1st/shotdetect-1.0.86'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/1st/shotdetect-1.0.86'
make[2]: Leaving directory '/build/1st/shotdetect-1.0.86'
make[1]: Leaving directory '/build/1st/shotdetect-1.0.86'
touch debian/stamp-makefile-install
Adding cdbs dependencies to debian/shotdetect.substvars
dh_installdirs -pshotdetect \
	
dh_installdocs -pshotdetect 
dh_installexamples -pshotdetect 
dh_installman -pshotdetect 
dh_installinfo -pshotdetect 
dh_installmenu -pshotdetect 
dh_installcron -pshotdetect 
dh_systemd_enable -pshotdetect 
dh_installinit -pshotdetect 
dh_installdebconf -pshotdetect 
dh_installemacsen -pshotdetect 
dh_installcatalogs -pshotdetect 
dh_installpam -pshotdetect 
dh_installlogrotate -pshotdetect 
dh_installlogcheck -pshotdetect 
dh_installchangelogs -pshotdetect ./ChangeLog
dh_installudev -pshotdetect 
dh_lintian -pshotdetect 
dh_bugfiles -pshotdetect 
dh_install -pshotdetect 
dh_systemd_start -pshotdetect 
dh_link -pshotdetect 
dh_buildinfo -pshotdetect 
dh_installmime -pshotdetect 
dh_installgsettings -pshotdetect 
dh_strip -pshotdetect  
dh_strip_nondeterminism -pshotdetect 
dh_compress -pshotdetect 
dh_fixperms -pshotdetect 
dh_makeshlibs -pshotdetect  
dh_installdeb -pshotdetect 
dh_perl -pshotdetect 
dh_shlibdeps -pshotdetect 
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/shotdetect/usr/bin/shotdetect was not linked against libxslt.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/shotdetect/usr/bin/shotdetect was not linked against libz.so.1 (it uses none of the library's symbols)
dh_gencontrol -pshotdetect  
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 -pshotdetect 
dh_builddeb -pshotdetect 
dpkg-deb: building package 'shotdetect-dbgsym' in '../shotdetect-dbgsym_1.0.86-5_amd64.deb'.
dpkg-deb: building package 'shotdetect' in '../shotdetect_1.0.86-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 >../shotdetect_1.0.86-5_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build shotdetect-1.0.86
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/39263 and its subdirectories
I: Current time: Sun Nov 27 03:35:06 -12 2016
I: pbuilder-time-stamp: 1480260906
47c47
<  icu-devtools (= 57.1-4),
---
>  icu-devtools (= 57.1-5),
109,110c109,110
<  libicu-dev (= 57.1-4),
<  libicu57 (= 57.1-4),
---
>  libicu-dev (= 57.1-5),
>  libicu57 (= 57.1-5),
Error: database is locked
/srv/reproducible-results/rbuild-debian-VFCJrd7m/tmp.tTfqqvbZa7:	 83.1% -- replaced with /srv/reproducible-results/rbuild-debian-VFCJrd7m/tmp.tTfqqvbZa7.gz
INFO: Starting at 2016-11-27 15:36:07.248346
INFO: Finished at 2016-11-27 15:37:02.551094, took: 0:00:55.302772
Sun 27 Nov 15:37:02 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-foQT260F, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list