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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jul 21 19:33:48 BST 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/346183/display/redirect>

Changes:


------------------------------------------
[...truncated 62.11 KB...]
/usr/include/libavutil/frame.h:645:9: note: declared here
  645 |     int qstride;
      |         ^~~~~~~
src/ffmpeg2theora.c:1569:33: warning: 'av_picture_crop' is deprecated [-Wdeprecated-declarations]
 1569 |                                 if (av_picture_crop((AVPicture *)output_cropped,
      |                                 ^~
In file included from /usr/include/libavformat/avformat.h:312,
                 from src/ffmpeg2theora.c:29:
/usr/include/libavcodec/avcodec.h:3791:5: note: declared here
 3791 | int av_picture_crop(AVPicture *dst, const AVPicture *src,
      |     ^~~~~~~~~~~~~~~
src/ffmpeg2theora.c:1590:33: warning: 'av_picture_pad' is deprecated [-Wdeprecated-declarations]
 1590 |                                 if (av_picture_pad((AVPicture *)output_padded,
      |                                 ^~
In file included from /usr/include/libavformat/avformat.h:312,
                 from src/ffmpeg2theora.c:29:
/usr/include/libavcodec/avcodec.h:3798:5: note: declared here
 3798 | int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat pix_fmt,
      |     ^~~~~~~~~~~~~~
src/ffmpeg2theora.c:1630:25: warning: 'av_picture_copy' is deprecated [-Wdeprecated-declarations]
 1630 |                         av_picture_copy((AVPicture *)output_buffered, (AVPicture *)output_padded, this->pix_fmt, this->frame_width, this->frame_height);
      |                         ^~~~~~~~~~~~~~~
In file included from /usr/include/libavformat/avformat.h:312,
                 from src/ffmpeg2theora.c:29:
/usr/include/libavcodec/avcodec.h:3784:6: note: declared here
 3784 | void av_picture_copy(AVPicture *dst, const AVPicture *src,
      |      ^~~~~~~~~~~~~~~
src/ffmpeg2theora.c:1643:25: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
 1643 |                         len1 = avcodec_decode_audio4(astream->codec, audio_frame, &got_frame, &avpkt);
      |                         ^~~~
In file included from /usr/include/libavformat/avformat.h:312,
                 from src/ffmpeg2theora.c:29:
/usr/include/libavcodec/avcodec.h:3047:5: note: declared here
 3047 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
      |     ^~~~~~~~~~~~~~~~~~~~~
src/ffmpeg2theora.c:1643:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
 1643 |                         len1 = avcodec_decode_audio4(astream->codec, audio_frame, &got_frame, &avpkt);
      |                         ^~~~
In file included from src/ffmpeg2theora.c:29:
/usr/include/libavformat/avformat.h:888:21: note: declared here
  888 |     AVCodecContext *codec;
      |                     ^~~~~
src/ffmpeg2theora.c:1704:15: warning: 'codec' is deprecated [-Wdeprecated-declarations]
 1704 |               AVCodecContext *enc = stream->codec;
      |               ^~~~~~~~~~~~~~
In file included from src/ffmpeg2theora.c:29:
/usr/include/libavformat/avformat.h:888:21: note: declared here
  888 |     AVCodecContext *codec;
      |                     ^~~~~
src/ffmpeg2theora.c:1846:13: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations]
 1846 |             av_free_packet (&pkt);
      |             ^~~~~~~~~~~~~~
In file included from /usr/include/libavcodec/bsf.h:30,
                 from /usr/include/libavcodec/avcodec.h:44,
                 from /usr/include/libavformat/avformat.h:312,
                 from src/ffmpeg2theora.c:29:
/usr/include/libavcodec/packet.h:569:6: note: declared here
  569 | void av_free_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
src/ffmpeg2theora.c:1864:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
 1864 |                 AVCodecContext *enc = this->context->streams[i]->codec;
      |                 ^~~~~~~~~~~~~~
In file included from src/ffmpeg2theora.c:29:
/usr/include/libavformat/avformat.h:888:21: note: declared here
  888 |     AVCodecContext *codec;
      |                     ^~~~~
src/ffmpeg2theora.c: In function 'main':
src/ffmpeg2theora.c:2421:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations]
 2421 |     avcodec_register_all();
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/libavformat/avformat.h:312,
                 from src/ffmpeg2theora.c:29:
/usr/include/libavcodec/avcodec.h:2767:6: note: declared here
 2767 | void avcodec_register_all(void);
      |      ^~~~~~~~~~~~~~~~~~~~
src/ffmpeg2theora.c:2423:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations]
 2423 |     av_register_all();
      |     ^~~~~~~~~~~~~~~
In file included from src/ffmpeg2theora.c:29:
/usr/include/libavformat/avformat.h:1955:6: note: declared here
 1955 | void av_register_all(void);
      |      ^~~~~~~~~~~~~~~
src/ffmpeg2theora.c:2986:25: warning: 'codec' is deprecated [-Wdeprecated-declarations]
 2986 |                         AVCodecContext *enc = convert->context->streams[i]->codec;
      |                         ^~~~~~~~~~~~~~
In file included from src/ffmpeg2theora.c:29:
/usr/include/libavformat/avformat.h:888:21: note: declared here
  888 |     AVCodecContext *codec;
      |                     ^~~~~
gcc -o src/avinfo.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. src/avinfo.c
src/avinfo.c: In function 'json_stream_format':
src/avinfo.c:358:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  358 |     if(st->codec->codec_type == type_filter){
      |     ^~
In file included from src/avinfo.c:45:
/usr/include/libavformat/avformat.h:888:21: note: declared here
  888 |     AVCodecContext *codec;
      |                     ^~~~~
src/avinfo.c:364:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  364 |         json_codec_info(output, st->codec, indent + 1);
      |         ^~~~~~~~~~~~~~~
In file included from src/avinfo.c:45:
/usr/include/libavformat/avformat.h:888:21: note: declared here
  888 |     AVCodecContext *codec;
      |                     ^~~~~
src/avinfo.c:365:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  365 |         if(st->codec->codec_type == AVMEDIA_TYPE_VIDEO){
      |         ^~
In file included from src/avinfo.c:45:
/usr/include/libavformat/avformat.h:888:21: note: declared here
  888 |     AVCodecContext *codec;
      |                     ^~~~~
src/avinfo.c:376:17: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  376 |                 av_cmp_q(st->sample_aspect_ratio, st->codec->sample_aspect_ratio)) {
      |                 ^~~~~~~~
In file included from src/avinfo.c:45:
/usr/include/libavformat/avformat.h:888:21: note: declared here
  888 |     AVCodecContext *codec;
      |                     ^~~~~
src/avinfo.c:379:27: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  379 |                           st->codec->width*st->sample_aspect_ratio.num,
      |                           ^~
In file included from src/avinfo.c:45:
/usr/include/libavformat/avformat.h:888:21: note: declared here
  888 |     AVCodecContext *codec;
      |                     ^~~~~
src/avinfo.c:380:27: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  380 |                           st->codec->height*st->sample_aspect_ratio.den,
      |                           ^~
In file included from src/avinfo.c:45:
/usr/include/libavformat/avformat.h:888:21: note: declared here
  888 |     AVCodecContext *codec;
      |                     ^~~~~
gcc -o ffmpeg2theora src/theorautils.o src/subtitles.o src/iso639.o src/index.o src/ffmpeg2theora.o src/avinfo.o -lvorbis -lvorbisenc -ltheoraenc -ltheoradec -lavdevice -lavformat -lavfilter -lavcodec -lpostproc -lswscale -lavutil -lswresample -loggkate -lkate -logg -lm -ldl
scons: done building targets.
==> Entering fakeroot environment...
==> Starting package()...
scons: Reading SConscript files ...
Checking for pkg-config... (cached) yes
Checking for ogg >= 1.1... (cached) yes
Checking for vorbis... (cached) yes
Checking for vorbisenc... (cached) yes
Checking for theoraenc >= 1.1.0... (cached) yes
Checking for ogg >= 1.1 vorbis vorbisenc theoraenc >= 1.1.0... (cached) yes
Checking for libswresample... (cached) yes
Checking for libavdevice libavformat libavfilter libavcodec >= 52.30.0 libpostproc libswscale libswresample libavutil libswresample... (cached) yes
Checking for C header file libavformat/framehook.h... (cached) no
Checking for oggkate... (cached) yes
Checking for C header file iconv.h... (cached) yes
Checking for C library iconv... (cached) no
scons: done reading SConscript files.
scons: Building targets ...
Install file: "ffmpeg2theora" as "/tmp/ffmpeg2theora-archlinuxrb-build-yIQXvRXv/ffmpeg2theora/trunk/pkg/ffmpeg2theora/usr/bin/ffmpeg2theora"
Install file: "ffmpeg2theora.1" as "/tmp/ffmpeg2theora-archlinuxrb-build-yIQXvRXv/ffmpeg2theora/trunk/pkg/ffmpeg2theora/usr/share/man/man1/ffmpeg2theora.1"
scons: done building targets.
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "ffmpeg2theora"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ffmpeg2theora 0.30-6 (Wed Jul 21 18:33:36 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-ffmpeg2theora-archlinuxrb-build-yIQXvRXv
+ tee -a /srv/reproducible-results/archlinuxrb-build-yIQXvRXv/b1/ffmpeg2theora/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/ffmpeg2theora-archlinuxrb-build-yIQXvRXv/ffmpeg2theora/trunk/ffmpeg2theora-0.30-6-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-yIQXvRXv/b1/ffmpeg2theora/ffmpeg2theora-0.30-6-x86_64.pkg.tar.zst'
Wed Jul 21 18:33:42 UTC 2021 - build #1 for ffmpeg2theora on osuosl169-amd64 done.
Wed Jul 21 18:33:42 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-TABgLIz3, removing.
/srv/reproducible-results/archlinuxrb-build-yIQXvRXv:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 18:33 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 18:33 b2

/srv/reproducible-results/archlinuxrb-build-yIQXvRXv/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 18:33 ffmpeg2theora

/srv/reproducible-results/archlinuxrb-build-yIQXvRXv/b1/ffmpeg2theora:
total 144
-rw-r--r-- 1 jenkins jenkins 67736 Jul 21 18:33 build1.log
-rw-r--r-- 1 jenkins jenkins     7 Jul 21 18:33 build1.version
-rw-r--r-- 1 jenkins jenkins 62122 Jul 21 18:33 ffmpeg2theora-0.30-6-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-yIQXvRXv/b2:
total 0
/tmp/jenkins-script-iAT7ghBL: line 451: syntax error: unexpected end of file
Wed Jul 21 18:33:48 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-yIQXvRXv deleted.
Wed Jul 21 18:33:48 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-iAT7ghBL, removing.
Build step 'Execute shell' marked build as failure
ERROR: Build step failed with exception
java.io.IOException: No space left on device
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:62)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:79)
	at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:280)
	at java.base/java.nio.channels.Channels.writeFullyImpl(Channels.java:74)
	at java.base/java.nio.channels.Channels.writeFully(Channels.java:97)
	at java.base/java.nio.channels.Channels$1.write(Channels.java:172)
	at hudson.remoting.RemoteOutputStream.write(RemoteOutputStream.java:112)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1159)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:878)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1135)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:854)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2494)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2485)
	at hudson.FilePath.act(FilePath.java:1165)
	at hudson.FilePath.act(FilePath.java:1148)
	at hudson.FilePath.copyTo(FilePath.java:2479)
	at hudson.FilePath.copyTo(FilePath.java:2434)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_2/builds/346183/log to /tmp/log-parser_reproducible_builder_archlinux_2_build_346183
	at hudson.FilePath.copyTo(FilePath.java:2437)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:88)
	at hudson.plugins.logparser.LogParserStatusComputer.access$000(LogParserStatusComputer.java:22)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:54)
Caused: java.lang.RuntimeException
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:62)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:47)
	at hudson.remoting.LocalChannel.call(LocalChannel.java:46)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:47)
	at hudson.plugins.logparser.LogParserStatusComputer.<init>(LogParserStatusComputer.java:36)
	at hudson.plugins.logparser.LogParserParser.parseLogBody(LogParserParser.java:355)
	at hudson.plugins.logparser.LogParserParser.parseLog(LogParserParser.java:165)
	at hudson.plugins.logparser.LogParserPublisher.perform(LogParserPublisher.java:119)
	at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:803)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:752)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:697)
	at hudson.model.Run.execute(Run.java:1931)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Console output (build log) parsing' marked build as failure



More information about the Qa-jenkins-scm mailing list