+ test '' = yes + cd /home/ibmcrl/ffmpeg/build + make -j128 -k fate GEN tests/pixfmts.mak HOSTCC tests/base64.o HOSTCC tests/tiny_psnr.o HOSTCC tests/tiny_ssim.o CC tests/api/api-flac-test.o CC tests/api/api-h264-test.o CC libavcodec/fft-test.o CC libavcodec/fft-fixed-test.o CC libavcodec/fft-fixed32-test.o CC libavcodec/cabac-test.o CC libavcodec/golomb-test.o CC libavcodec/dct-test.o CC libavcodec/dctref.o CC libavcodec/iirfilter-test.o CC libavcodec/options-test.o CC libavcodec/rangecoder-test.o CC libavcodec/mathops-test.o CC libavdevice/timefilter-test.o CC libavcodec/jpeg2000dwt-test.o CC libavformat/noproxy-test.o CC libavformat/srtp-test.o CC libavformat/url-test.o CC libavutil/aes-test.o CC libavutil/adler32-test.o CC libavutil/camellia-test.o CC libavutil/atomic-test.o CC libavutil/cast5-test.o CC libavutil/avstring-test.o CC libavutil/base64-test.o CC libavutil/blowfish-test.o CC libavutil/bprint-test.o CC libavutil/cpu-test.o CC libavutil/des-test.o CC libavutil/dict-test.o CC libavutil/crc-test.o CC libavutil/fifo-test.o CC libavutil/eval-test.o CC libavutil/float_dsp-test.o CC libavutil/hmac-test.o CC libavutil/md5-test.o CC libavutil/murmur3-test.o CC libavutil/parseutils-test.o CC libavutil/random_seed-test.o CC libavutil/sha-test.o CC libavutil/ripemd-test.o CC libavutil/sha512-test.o CC libavutil/tree-test.o CC libavutil/twofish-test.o CC libavutil/xtea-test.o CC libavutil/opt-test.o CC libavutil/pixelutils-test.o HOSTCC tests/audiogen.o HOSTCC tests/videogen.o HOSTCC tests/rotozoom.o CC libavformat/seek-test.o CC libavfilter/filtfmts-test.o COPY tests/test_copy.ffmeta COPY tests/data/filtergraphs/channelmap_one_int COPY tests/data/filtergraphs/channelmap_one_str CC libavfilter/formats-test.o COPY tests/data/filtergraphs/scalenorm COPY tests/data/filtergraphs/hqdn3d COPY tests/data/filtergraphs/gradfun COPY tests/data/filtergraphs/concat HOSTLD tests/base64 COPY tests/data/filtergraphs/overlay COPY tests/data/filtergraphs/overlay_rgb COPY tests/data/filtergraphs/overlay_yuv420 COPY tests/data/filtergraphs/overlay_yuv422 COPY tests/data/filtergraphs/select-alternate COPY tests/data/filtergraphs/overlay_yuv444 COPY tests/data/filtergraphs/setpts COPY tests/data/filtergraphs/alphamerge_alphaextract_yuv COPY tests/data/filtergraphs/alphamerge_alphaextract_rgb GEN tests/data/ffprobe-test.nut /home/ibmcrl/ffmpeg/src/libavutil/eval.c: In function ‘eval_expr’: /home/ibmcrl/ffmpeg/src/libavutil/eval.c:247:21: warning: ‘av_reverse’ is deprecated (declared at /home/ibmcrl/ffmpeg/src/libavutil/common.h:79) [-Wdeprecated-declarations] p->var[0] = av_reverse[i&255]*x_max/255; ^ /home/ibmcrl/ffmpeg/src/libavcodec/options.c: In function ‘avcodec_get_context_defaults3’: /home/ibmcrl/ffmpeg/src/libavcodec/options.c:111:5: warning: ‘av_opt_set_defaults2’ is deprecated (declared at /home/ibmcrl/ffmpeg/src/libavutil/opt.h:443) [-Wdeprecated-declarations] av_opt_set_defaults2(s, flags, flags); ^ /home/ibmcrl/ffmpeg/src/libavcodec/options.c: In function ‘avcodec_copy_context’: /home/ibmcrl/ffmpeg/src/libavcodec/options.c:202:5: warning: passing argument 2 of ‘av_opt_copy’ discards ‘const’ qualifier from pointer target type [enabled by default] av_opt_copy(dest, src); ^ In file included from /home/ibmcrl/ffmpeg/src/libavcodec/options.c:32:0: /home/ibmcrl/ffmpeg/src/libavutil/opt.h:829:5: note: expected ‘void *’ but argument is of type ‘const struct AVCodecContext *’ int av_opt_copy(void *dest, FF_CONST_AVUTIL55 void *src); ^ /home/ibmcrl/ffmpeg/src/libavutil/float_dsp.c: In function ‘main’: /home/ibmcrl/ffmpeg/src/libavutil/float_dsp.c:434:5: warning: ‘av_set_cpu_flags_mask’ is deprecated (declared at /home/ibmcrl/ffmpeg/src/libavutil/cpu.h:93) [-Wdeprecated-declarations] av_set_cpu_flags_mask(0); ^ /home/ibmcrl/ffmpeg/src/libavutil/md5.c: In function ‘main’: /home/ibmcrl/ffmpeg/src/libavutil/md5.c:226:5: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [enabled by default] av_md5_sum(md5val, in, 1000); print_md5(md5val); ^ /home/ibmcrl/ffmpeg/src/libavutil/md5.c:198:6: note: expected ‘const uint8_t *’ but argument is of type ‘volatile uint8_t *’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len) ^ /home/ibmcrl/ffmpeg/src/libavutil/md5.c:227:5: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [enabled by default] av_md5_sum(md5val, in, 63); print_md5(md5val); ^ /home/ibmcrl/ffmpeg/src/libavutil/md5.c:198:6: note: expected ‘const uint8_t *’ but argument is of type ‘volatile uint8_t *’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len) ^ /home/ibmcrl/ffmpeg/src/libavutil/md5.c:228:5: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [enabled by default] av_md5_sum(md5val, in, 64); print_md5(md5val); ^ /home/ibmcrl/ffmpeg/src/libavutil/md5.c:198:6: note: expected ‘const uint8_t *’ but argument is of type ‘volatile uint8_t *’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len) ^ /home/ibmcrl/ffmpeg/src/libavutil/md5.c:229:5: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [enabled by default] av_md5_sum(md5val, in, 65); print_md5(md5val); ^ /home/ibmcrl/ffmpeg/src/libavutil/md5.c:198:6: note: expected ‘const uint8_t *’ but argument is of type ‘volatile uint8_t *’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len) ^ /home/ibmcrl/ffmpeg/src/libavutil/md5.c:232:5: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [enabled by default] av_md5_sum(md5val, in, 999); print_md5(md5val); ^ /home/ibmcrl/ffmpeg/src/libavutil/md5.c:198:6: note: expected ‘const uint8_t *’ but argument is of type ‘volatile uint8_t *’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len) ^ LD libavutil/atomic-test LD libavformat/noproxy-test LD libavformat/url-test /home/ibmcrl/ffmpeg/src/libavutil/opt.c: In function ‘av_opt_set_defaults’: /home/ibmcrl/ffmpeg/src/libavutil/opt.c:1181:5: warning: ‘av_opt_set_defaults2’ is deprecated (declared at /home/ibmcrl/ffmpeg/src/libavutil/opt.h:443) [-Wdeprecated-declarations] av_opt_set_defaults2(s, 0, 0); ^ LD libavcodec/mathops-test LD libavutil/random_seed-test LD tests/api/api-h264-test LD libavutil/cpu-test LD libavdevice/timefilter-test LD tests/api/api-flac-test LD libavutil/adler32-test LD libavutil/crc-test HOSTLD tests/tiny_psnr LD libavfilter/filtfmts-test HOSTLD tests/audiogen LD libavcodec/golomb-test LD libavutil/fifo-test LD libavutil/murmur3-test LD libavutil/base64-test LD libavcodec/rangecoder-test HOSTLD tests/rotozoom GEN tests/data/asynth-22050-6.wav GEN tests/data/asynth-22050-1.wav GEN tests/data/asynth-2626-1.wav GEN tests/data/asynth-44100-1.wav GEN tests/data/asynth-8000-1.wav GEN tests/data/asynth-48000-1.wav GEN tests/data/asynth-96000-1.wav GEN tests/data/asynth-96000-6.wav GEN tests/data/asynth1.sw GEN tests/data/asynth-44100-2.wav GEN tests/data/asynth-44100-2-2.wav GEN tests/data/asynth-44100-2-3.wav GEN tests/data/asynth-44100-6.wav GEN tests/data/asynth-44100-3.wav GEN tests/data/asynth-16000-1.wav LD libavcodec/fft-fixed-test LD libavcodec/fft-fixed32-test LD libavutil/hmac-test LD libavformat/seek-test GEN tests/data/vsynth2.yuv GEN tests/data/vsynth_lena.yuv LD libavcodec/cabac-test LD libavutil/md5-test LD libavcodec/options-test LD libavcodec/fft-test LD libavutil/float_dsp-test LD libavcodec/iirfilter-test LD libavutil/dict-test LD libavutil/pixelutils-test LD libavutil/bprint-test LD libavutil/avstring-test LD libavformat/srtp-test LD libavutil/parseutils-test LD libavutil/twofish-test LD libavutil/tree-test LD libavfilter/formats-test LD libavutil/blowfish-test LD libavutil/cast5-test LD libavutil/xtea-test LD libavutil/des-test LD libavutil/aes-test LD libavutil/camellia-test LD libavutil/eval-test LD libavcodec/jpeg2000dwt-test LD libavutil/sha512-test LD libavcodec/dct-test LD libavutil/sha-test LD libavutil/ripemd-test HOSTLD tests/videogen GEN tests/data/vsynth1.yuv GEN tests/data/vsynth3.yuv GEN tests/vsynth1/00.pgm LD libavutil/opt-test HOSTLD tests/tiny_ssim TEST api-flac TEST api-h264 TEST dct1d-4 TEST idct1d-4 TEST fft-4 TEST ifft-4 TEST mdct-4 TEST imdct-4 TEST rdft-4 TEST irdft-4 TEST dct1d-5 TEST idct1d-5 TEST fft-5 TEST mdct-5 TEST ifft-5 TEST imdct-5 TEST rdft-5 TEST irdft-5 TEST dct1d-6 TEST idct1d-6 TEST fft-6 TEST ifft-6 TEST mdct-6 TEST imdct-6 TEST rdft-6 TEST irdft-6 TEST dct1d-7 TEST idct1d-7 TEST fft-7 TEST ifft-7 TEST mdct-7 TEST imdct-7 TEST rdft-7 TEST irdft-7 TEST dct1d-8 TEST idct1d-8 TEST fft-8 TEST ifft-8 TEST mdct-8 TEST imdct-8 TEST rdft-8 TEST irdft-8 TEST dct1d-9 TEST idct1d-9 TEST fft-9 TEST ifft-9 TEST mdct-9 TEST imdct-9 TEST rdft-9 TEST irdft-9 TEST dct1d-10 TEST idct1d-10 TEST fft-10 TEST ifft-10 TEST mdct-10 TEST imdct-10 TEST rdft-10 TEST irdft-10 TEST dct1d-11 TEST idct1d-11 TEST fft-11 TEST ifft-11 TEST mdct-11 TEST imdct-11 TEST rdft-11 TEST irdft-11 TEST dct1d-12 TEST idct1d-12 TEST fft-12 TEST ifft-12 TEST mdct-12 TEST imdct-12 TEST rdft-12 TEST irdft-12 TEST fft-fixed-4 TEST ifft-fixed-4 TEST imdct-fixed-4 TEST mdct-fixed-4 TEST fft-fixed-5 TEST ifft-fixed-5 TEST mdct-fixed-5 TEST imdct-fixed-5 TEST fft-fixed-6 TEST ifft-fixed-6 TEST imdct-fixed-6 TEST fft-fixed-7 TEST ifft-fixed-7 TEST mdct-fixed-7 TEST imdct-fixed-7 TEST fft-fixed-8 TEST ifft-fixed-8 TEST mdct-fixed-8 TEST imdct-fixed-8 TEST fft-fixed-9 TEST ifft-fixed-9 TEST mdct-fixed-9 TEST fft-fixed-10 TEST ifft-fixed-10 TEST mdct-fixed-10 TEST imdct-fixed-10 TEST ifft-fixed-11 TEST fft-fixed-11 TEST imdct-fixed-11 TEST mdct-fixed-11 TEST fft-fixed-12 TEST ifft-fixed-12 TEST mdct-fixed-12 TEST imdct-fixed-12 TEST fft-fixed32-4 TEST ifft-fixed32-4 TEST mdct-fixed32-4 TEST fft-fixed32-5 TEST ifft-fixed32-5 TEST imdct-fixed32-4 TEST mdct-fixed32-5 TEST imdct-fixed32-5 TEST fft-fixed32-6 TEST mdct-fixed32-6 TEST ifft-fixed32-6 TEST imdct-fixed32-6 TEST fft-fixed32-7 TEST ifft-fixed32-7 TEST mdct-fixed32-7 TEST imdct-fixed32-7 TEST fft-fixed32-8 TEST mdct-fixed32-8 TEST ifft-fixed32-8 TEST fft-fixed32-9 TEST imdct-fixed32-8 TEST mdct-fixed32-9 TEST ifft-fixed32-9 TEST imdct-fixed32-9 TEST fft-fixed32-10 TEST mdct-fixed32-10 TEST ifft-fixed32-10 TEST imdct-fixed32-10 TEST ifft-fixed32-11 TEST fft-fixed32-12 TEST ifft-fixed32-12 TEST mdct-fixed32-12 TEST mdct-fixed32-11 TEST imdct-fixed32-11 TEST imdct-fixed32-12 TEST cabac TEST golomb TEST idct8x8 TEST iirfilter TEST libavcodec-options TEST rangecoder TEST mathops TEST j2k-dwt TEST timefilter TEST srtp TEST noproxy TEST aes TEST url TEST adler32 TEST camellia TEST atomic TEST avstring TEST base64 TEST blowfish TEST bprint TEST crc TEST cpu TEST des TEST dict TEST eval TEST fifo TEST float-dsp TEST md5 TEST hmac TEST murmur3 TEST parseutils TEST random_seed TEST ripemd TEST sha TEST tree TEST sha512 cpu_flags(raw) = 0x00000003 cpu_flags_str(raw) = altivec cpu_flags(effective) = 0x00000003 cpu_flags_str(effective) = altivec threads = 1 (cpu_count = 128) TEST twofish TEST xtea TEST opt TEST pixelutils TEST mapchan-6ch-extract-2 TEST mapchan-6ch-extract-2-downmix-mono TEST mapchan-silent-mono TEST swr-resample-s16p-2626-8000 TEST swr-resample-s16p-2626-44100 TEST swr-resample-s16p-2626-48000 TEST swr-resample-s16p-2626-96000 TEST swr-resample-s16p-8000-2626 TEST swr-resample-s16p-8000-44100 TEST swr-resample-s16p-8000-96000 TEST swr-resample-s16p-8000-48000 TEST swr-resample-s16p-44100-48000 TEST swr-resample-s16p-44100-96000 TEST swr-resample-s16p-48000-2626 TEST swr-resample-s16p-48000-8000 TEST swr-resample-s16p-48000-96000 TEST swr-resample-s16p-48000-44100 TEST swr-resample-s16p-96000-8000 TEST swr-resample-s16p-96000-2626 TEST swr-resample-s16p-96000-44100 TEST swr-resample-s16p-96000-48000 TEST swr-resample-s32p-2626-8000 TEST swr-resample-s32p-2626-44100 TEST swr-resample-s32p-2626-48000 TEST swr-resample-s32p-2626-96000 TEST swr-resample-s32p-8000-2626 TEST swr-resample-s32p-8000-44100 TEST swr-resample-s32p-8000-96000 TEST swr-resample-s32p-8000-48000 TEST swr-resample-s32p-44100-8000 TEST swr-resample-s32p-44100-48000 TEST swr-resample-s32p-44100-96000 TEST swr-resample-s32p-48000-2626 TEST swr-resample-s32p-48000-8000 TEST swr-resample-s32p-48000-96000 TEST swr-resample-s32p-96000-2626 TEST swr-resample-s32p-96000-8000 TEST swr-resample-s32p-96000-44100 TEST swr-resample-s32p-96000-48000 TEST swr-resample-fltp-2626-44100 TEST swr-resample-fltp-2626-8000 TEST swr-resample-fltp-2626-96000 TEST swr-resample-fltp-2626-48000 TEST swr-resample-fltp-8000-2626 TEST swr-resample-fltp-8000-44100 TEST swr-resample-fltp-8000-96000 TEST swr-resample-fltp-44100-2626 TEST swr-resample-fltp-44100-8000 TEST swr-resample-fltp-8000-48000 TEST swr-resample-fltp-44100-48000 TEST swr-resample-fltp-44100-96000 TEST swr-resample-fltp-48000-2626 TEST swr-resample-fltp-48000-8000 TEST swr-resample-fltp-48000-44100 TEST swr-resample-fltp-48000-96000 TEST swr-resample-fltp-96000-2626 TEST swr-resample-fltp-96000-8000 TEST swr-resample-fltp-96000-44100 TEST swr-resample-fltp-96000-48000 TEST swr-resample-dblp-2626-8000 TEST swr-resample-dblp-2626-44100 TEST swr-resample-dblp-2626-48000 TEST swr-resample-dblp-2626-96000 TEST swr-resample-dblp-8000-2626 TEST swr-resample-dblp-8000-44100 TEST swr-resample-dblp-8000-48000 TEST swr-resample-dblp-8000-96000 TEST swr-resample-dblp-44100-2626 TEST swr-resample-dblp-44100-8000 TEST swr-resample-dblp-44100-48000 TEST swr-resample-dblp-44100-96000 TEST swr-resample-dblp-48000-2626 TEST swr-resample-dblp-48000-8000 TEST swr-resample-dblp-48000-44100 TEST swr-resample-dblp-48000-96000 TEST swr-resample-dblp-96000-2626 TEST swr-resample-dblp-96000-8000 TEST swr-resample-dblp-96000-44100 TEST swr-resample-dblp-96000-48000 TEST swr-resample_lin-s16p-8000-44100 TEST swr-resample_lin-s16p-8000-48000 TEST swr-resample_lin-s16p-44100-8000 TEST swr-resample_lin-s16p-48000-8000 TEST swr-resample_lin-s16p-48000-44100 TEST swr-resample_lin-fltp-8000-44100 TEST swr-resample_lin-fltp-8000-48000 TEST swr-resample_lin-fltp-44100-8000 TEST swr-resample_lin-fltp-44100-48000 TEST swr-resample_lin-fltp-48000-44100 TEST swr-resample_lin-fltp-48000-8000 TEST swr-resample_lin-dblp-8000-44100 TEST swr-resample_lin-dblp-44100-8000 TEST swr-resample_lin-dblp-8000-48000 TEST swr-resample_lin-dblp-44100-48000 TEST swr-resample_lin-dblp-48000-8000 TEST swr-resample_lin-dblp-48000-44100 TEST swr-resample_nn-s16p-8000-44100 TEST swr-resample_nn-s16p-44100-8000 TEST swr-resample_nn-fltp-8000-44100 TEST swr-resample_nn-fltp-44100-8000 TEST swr-resample_async-s16p-8000-44100 TEST swr-resample_async-s16p-44100-8000 TEST swr-resample_async-fltp-8000-44100 TEST swr-resample_async-fltp-44100-8000 TEST dcinema-encode TEST ffmpeg-lavfi TEST ffmpeg-filter_complex TEST unknown_layout-ac3 TEST acodec-pcm-alaw TEST acodec-pcm-mulaw TEST acodec-pcm-s8 TEST acodec-pcm-u8 TEST acodec-pcm-s16be TEST acodec-pcm-s16le TEST acodec-pcm-u16be TEST acodec-pcm-u16le TEST acodec-pcm-s24be TEST acodec-pcm-s24le TEST acodec-pcm-u24be TEST acodec-pcm-u24le TEST acodec-pcm-s32le TEST acodec-pcm-s32be TEST acodec-pcm-u32le TEST acodec-pcm-f32be TEST acodec-pcm-f32le TEST acodec-pcm-f64be TEST acodec-pcm-f64le TEST acodec-pcm-s8_planar TEST acodec-pcm-s16be_planar TEST acodec-pcm-s16le_planar TEST acodec-pcm-s24le_planar TEST acodec-pcm-s32le_planar TEST acodec-adpcm-adx TEST acodec-adpcm-ima_qt TEST acodec-adpcm-ima_wav TEST acodec-adpcm-ms TEST acodec-adpcm-swf TEST acodec-adpcm-yamaha TEST acodec-adpcm-adx-trellis TEST acodec-adpcm-ima_wav-trellis TEST acodec-adpcm-ima_qt-trellis TEST acodec-adpcm-ms-trellis TEST acodec-adpcm-swf-trellis TEST acodec-adpcm-yamaha-trellis TEST acodec-mp2 TEST acodec-mp2fixed TEST acodec-dca TEST acodec-alac TEST acodec-dca2 TEST acodec-flac TEST acodec-flac-exact-rice TEST acodec-g723_1 TEST acodec-ra144 TEST acodec-roqaudio TEST acodec-s302m TEST acodec-wavpack TEST acodec-tta TEST vsynth1-amv TEST vsynth1-asv1 TEST vsynth1-asv2 TEST vsynth1-cinepak TEST vsynth1-cljr TEST vsynth1-dnxhd-720p TEST vsynth1-dnxhd-720p-rd TEST vsynth1-dnxhd-720p-10bit TEST vsynth1-dnxhd-1080i TEST vsynth1-dnxhd-1080i-colr TEST vsynth1-dv TEST vsynth1-dv-411 TEST vsynth1-dv-50 TEST vsynth1-ffv1 TEST vsynth1-ffv1.0 TEST vsynth1-ffv1.3-420 TEST vsynth1-ffv1.3-422p10 TEST vsynth1-ffv1.3-444p16 TEST vsynth1-ffv1.3-bgr TEST vsynth1-ffvhuff TEST vsynth1-ffvhuff444 TEST vsynth1-ffvhuff420p12 TEST vsynth1-ffvhuff422p10left TEST vsynth1-flashsv TEST vsynth1-ffvhuff444p16 TEST vsynth1-flv TEST vsynth1-flashsv2 TEST vsynth1-h261 TEST vsynth1-h261-trellis TEST vsynth1-h263 TEST vsynth1-h263-obmc TEST vsynth1-h263p TEST vsynth1-huffyuv TEST vsynth1-huffyuvbgr24 TEST vsynth1-huffyuvbgra TEST vsynth1-jpegls TEST vsynth1-jpeg2000 TEST vsynth1-jpeg2000-97 TEST vsynth1-ljpeg TEST vsynth1-mjpeg TEST vsynth1-mjpeg-422 TEST vsynth1-mjpeg-444 TEST vsynth1-mjpeg-trell TEST vsynth1-mpeg1 TEST vsynth1-mpeg1b TEST vsynth1-mpeg2 TEST vsynth1-mpeg2-422 TEST vsynth1-mpeg2-idct-int TEST vsynth1-mpeg2-ilace TEST vsynth1-mpeg2-ivlc-qprd TEST vsynth1-mpeg2-thread TEST vsynth1-mpeg2-thread-ivlc TEST vsynth1-mpeg4 TEST vsynth1-mpeg4-rc TEST vsynth1-mpeg4-adap TEST vsynth1-mpeg4-qprd TEST vsynth1-mpeg4-qpel TEST vsynth1-mpeg4-thread TEST vsynth1-mpeg4-error TEST vsynth1-mpeg4-nr TEST vsynth1-mpeg4-nsse TEST vsynth1-msmpeg4 TEST vsynth1-msmpeg4v2 TEST vsynth1-mpng TEST vsynth1-msvideo1 TEST vsynth1-prores TEST vsynth1-prores_ks TEST vsynth1-qtrle TEST vsynth1-qtrlegray TEST vsynth1-rgb TEST vsynth1-roqvideo TEST vsynth1-rv10 TEST vsynth1-rv20 TEST vsynth1-snow TEST vsynth1-snow-hpel TEST vsynth1-snow-ll TEST vsynth1-svq1 TEST vsynth1-r210 TEST vsynth1-v210 TEST vsynth1-v308 TEST vsynth1-v408 TEST vsynth1-avui TEST vsynth1-wmv1 TEST vsynth1-wmv2 TEST vsynth1-yuv TEST vsynth1-xface TEST vsynth1-yuv4 TEST vsynth1-y41p TEST vsynth1-zlib TEST vsynth2-amv TEST vsynth2-asv1 TEST vsynth2-asv2 TEST vsynth2-cinepak TEST vsynth2-cljr TEST vsynth2-dnxhd-720p TEST vsynth2-dnxhd-720p-rd TEST vsynth2-dnxhd-720p-10bit TEST vsynth2-dnxhd-1080i TEST vsynth2-dnxhd-1080i-colr TEST vsynth2-dv TEST vsynth2-dv-411 TEST vsynth2-dv-50 TEST vsynth2-ffv1 TEST vsynth2-ffv1.0 TEST vsynth2-ffv1.3-420 TEST vsynth2-ffv1.3-422p10 TEST vsynth2-ffv1.3-444p16 TEST vsynth2-ffv1.3-bgr TEST vsynth2-ffvhuff TEST vsynth2-ffvhuff444 TEST vsynth2-ffvhuff420p12 TEST vsynth2-ffvhuff422p10left TEST vsynth2-ffvhuff444p16 TEST vsynth2-flashsv TEST vsynth2-flashsv2 TEST vsynth2-flv TEST vsynth2-h261 TEST vsynth2-h261-trellis TEST vsynth2-h263 TEST vsynth2-h263-obmc TEST vsynth2-h263p TEST vsynth2-huffyuv TEST vsynth2-huffyuvbgr24 TEST vsynth2-huffyuvbgra TEST vsynth2-jpegls TEST vsynth2-jpeg2000 TEST vsynth2-jpeg2000-97 TEST vsynth2-ljpeg TEST vsynth2-mjpeg TEST vsynth2-mjpeg-422 TEST vsynth2-mjpeg-444 TEST vsynth2-mjpeg-trell TEST vsynth2-mpeg1 TEST vsynth2-mpeg1b TEST vsynth2-mpeg2 TEST vsynth2-mpeg2-422 TEST vsynth2-mpeg2-idct-int TEST vsynth2-mpeg2-ilace TEST vsynth2-mpeg2-ivlc-qprd TEST vsynth2-mpeg2-thread TEST vsynth2-mpeg2-thread-ivlc TEST vsynth2-mpeg4 TEST vsynth2-mpeg4-rc TEST vsynth2-mpeg4-adv TEST vsynth2-mpeg4-qprd TEST vsynth2-mpeg4-adap TEST vsynth2-mpeg4-qpel TEST vsynth2-mpeg4-thread TEST vsynth2-mpeg4-error TEST vsynth2-mpeg4-nr TEST vsynth2-mpeg4-nsse TEST vsynth2-msmpeg4 TEST vsynth2-msmpeg4v2 TEST vsynth2-mpng TEST vsynth2-msvideo1 TEST vsynth2-prores TEST vsynth2-prores_ks TEST vsynth2-qtrle TEST vsynth2-qtrlegray TEST vsynth2-rgb TEST vsynth2-roqvideo TEST vsynth2-rv10 TEST vsynth2-rv20 TEST vsynth2-snow TEST vsynth2-snow-hpel TEST vsynth2-snow-ll TEST vsynth2-svq1 TEST vsynth2-r210 TEST vsynth2-v210 TEST vsynth2-v308 TEST vsynth2-v408 TEST vsynth2-avui TEST vsynth2-wmv1 TEST vsynth2-wmv2 TEST vsynth2-yuv TEST vsynth2-xface TEST vsynth2-yuv4 TEST vsynth2-y41p TEST vsynth2-zlib TEST vsynth3-amv TEST vsynth3-asv1 TEST vsynth3-asv2 TEST vsynth3-cljr TEST vsynth3-dnxhd-1080i-colr TEST vsynth3-ffv1 TEST vsynth3-ffv1.0 TEST vsynth3-ffv1.3-420 TEST vsynth3-ffv1.3-422p10 TEST vsynth3-ffv1.3-444p16 TEST vsynth3-ffv1.3-bgr TEST vsynth3-ffvhuff TEST vsynth3-ffvhuff444 TEST vsynth3-ffvhuff420p12 TEST vsynth3-ffvhuff422p10left TEST vsynth3-ffvhuff444p16 TEST vsynth3-flashsv TEST vsynth3-flashsv2 TEST vsynth3-flv TEST vsynth3-huffyuv TEST vsynth3-huffyuvbgr24 TEST vsynth3-huffyuvbgra TEST vsynth3-jpegls TEST vsynth3-jpeg2000 TEST vsynth3-jpeg2000-97 TEST vsynth3-ljpeg TEST vsynth3-mjpeg TEST vsynth3-mjpeg-422 TEST vsynth3-mjpeg-444 TEST vsynth3-mjpeg-trell TEST vsynth3-mpeg1 TEST vsynth3-mpeg1b TEST vsynth3-mpeg2 TEST vsynth3-mpeg2-422 TEST vsynth3-mpeg2-idct-int TEST vsynth3-mpeg2-ilace TEST vsynth3-mpeg2-ivlc-qprd TEST vsynth3-mpeg2-thread TEST vsynth3-mpeg2-thread-ivlc TEST vsynth3-mpeg4 TEST vsynth3-mpeg4-rc TEST vsynth3-mpeg4-adv TEST vsynth3-mpeg4-qprd TEST vsynth3-mpeg4-adap TEST vsynth3-mpeg4-qpel TEST vsynth3-mpeg4-thread TEST vsynth3-mpeg4-error TEST vsynth3-mpeg4-nr TEST vsynth3-mpeg4-nsse TEST vsynth3-msmpeg4 TEST vsynth3-msmpeg4v2 TEST vsynth3-mpng TEST vsynth3-prores TEST vsynth3-prores_ks TEST vsynth3-qtrle TEST vsynth3-rgb TEST vsynth3-r210 TEST vsynth3-svq1 TEST vsynth3-v210 TEST vsynth3-v308 TEST vsynth3-v408 TEST vsynth3-wmv1 TEST vsynth3-wmv2 TEST vsynth3-yuv TEST vsynth3-xface TEST vsynth3-yuv4 TEST vsynth3-zlib TEST lavf-aiff TEST lavf-alaw TEST lavf-asf TEST lavf-ast TEST lavf-au TEST lavf-avi TEST lavf-bmp TEST lavf-caf TEST lavf-dpx TEST lavf-dv_fmt TEST lavf-ffm TEST lavf-flm TEST lavf-flv_fmt TEST lavf-gif TEST lavf-gxf TEST lavf-ircam TEST lavf-jpg TEST lavf-mkv TEST lavf-mmf TEST lavf-mov TEST lavf-ismv TEST lavf-mpg TEST lavf-mulaw TEST lavf-mxf TEST lavf-mxf_d10 TEST lavf-mxf_opatom TEST lavf-mxf_opatom_audio TEST lavf-nut TEST lavf-ogg TEST lavf-pam TEST lavf-pbmpipe TEST lavf-pcx TEST lavf-pgm TEST lavf-pgmpipe TEST lavf-png TEST lavf-ppm TEST lavf-ppmpipe TEST lavf-rm TEST lavf-rso TEST lavf-sgi TEST lavf-smjpeg TEST lavf-sox TEST lavf-sunrast TEST lavf-swf TEST lavf-tga TEST lavf-tiff TEST lavf-ts TEST lavf-voc TEST lavf-voc_s16 TEST lavf-wav TEST lavf-wav_peak TEST lavf-wav_peak_only TEST lavf-w64 TEST lavf-wtv TEST lavf-xbm TEST lavf-xwd TEST lavf-yuv4mpeg TEST lavf-pixfmt TEST seek-acodec-adpcm-ima_qt TEST seek-acodec-adpcm-ima_qt-trellis TEST seek-acodec-adpcm-ima_wav TEST seek-acodec-adpcm-ima_wav-trellis TEST seek-acodec-adpcm-ms TEST seek-acodec-adpcm-ms-trellis TEST seek-acodec-adpcm-swf TEST seek-acodec-adpcm-swf-trellis TEST seek-acodec-adpcm-yamaha TEST seek-acodec-adpcm-yamaha-trellis TEST seek-acodec-alac TEST seek-acodec-flac TEST seek-acodec-mp2 TEST seek-acodec-pcm-alaw TEST seek-acodec-pcm-mulaw TEST seek-acodec-pcm-s8 TEST seek-acodec-pcm-u8 TEST seek-acodec-pcm-s16be TEST seek-acodec-pcm-s16le TEST seek-acodec-pcm-s24be TEST seek-acodec-pcm-s24le TEST seek-acodec-pcm-s32be TEST seek-acodec-pcm-s32le TEST seek-acodec-pcm-f32be TEST seek-acodec-pcm-f64be TEST seek-acodec-pcm-f32le TEST seek-acodec-pcm-f64le TEST seek-lavf-aiff TEST seek-lavf-alaw TEST seek-lavf-asf TEST seek-lavf-au TEST seek-lavf-avi TEST seek-lavf-ffm TEST seek-lavf-flv_fmt TEST seek-lavf-jpg TEST seek-lavf-mmf TEST seek-lavf-mulaw TEST seek-lavf-mxf_opatom_audio TEST seek-lavf-nut TEST seek-lavf-ogg TEST seek-lavf-pbmpipe TEST seek-lavf-rm TEST seek-lavf-swf TEST seek-lavf-voc TEST seek-lavf-wav TEST filter-boxblur TEST filter-colorchannelmixer TEST filter-drawbox TEST filter-fade TEST filter-fieldorder TEST filter-framepack-frameseq TEST filter-framepack-columns TEST filter-framepack-lines TEST filter-framepack-sbs TEST filter-framepack-tab TEST filter-gradfun TEST filter-hqdn3d TEST filter-interlace TEST filter-negate TEST filter-histogram-levels TEST filter-histogram-waveform TEST filter-overlay TEST filter-overlay_rgb TEST filter-overlay_yuv420 TEST filter-overlay_yuv422 TEST filter-overlay_yuv444 TEST filter-phase TEST filter-separatefields TEST filter-select-alternate TEST filter-setpts TEST filter-shuffleplanes-dup-luma TEST filter-shuffleplanes-swapuv TEST filter-telecine TEST filter-transpose TEST filter-trim-duration TEST filter-trim-frame TEST filter-trim-mixed TEST filter-trim-time TEST filter-unsharp TEST filter-alphaextract_alphamerge_rgb TEST filter-alphaextract_alphamerge_yuv TEST filter-crop TEST filter-crop_scale TEST filter-crop_scale_vflip TEST filter-crop_vflip TEST filter-null TEST filter-scale200 TEST filter-scale500 TEST filter-vflip TEST filter-colormatrix1 TEST filter-colormatrix2 TEST filter-vflip_crop TEST filter-vflip_vflip TEST filter-edgedetect TEST filter-edgedetect-colormix TEST filter-hue TEST filter-idet TEST filter-pad TEST filter-pp TEST filter-pp1 TEST filter-pp2 TEST filter-pp3 TEST filter-pp4 TEST filter-pp5 TEST filter-pp6 TEST filter-qp TEST filter-select TEST filter-setdar TEST filter-setsar TEST filter-stereo3d-al-sbsl TEST filter-stereo3d-ar-abl TEST filter-stereo3d-abr-mr TEST filter-stereo3d-abr-ml TEST filter-stereo3d-sbsl-abl TEST filter-stereo3d-sbsl-abr TEST filter-stereo3d-sbsl-al TEST filter-stereo3d-sbsl-sbsr TEST filter-thumbnail TEST filter-tile TEST filter-pixdesc-yuv420p TEST filter-pixdesc-yuyv422 TEST filter-pixdesc-rgb24 TEST filter-pixdesc-bgr24 TEST filter-pixdesc-yuv422p TEST filter-pixdesc-yuv444p TEST filter-pixdesc-yuv410p TEST filter-pixdesc-yuv411p TEST filter-pixdesc-gray TEST filter-pixdesc-monow TEST filter-pixdesc-monob TEST filter-pixdesc-yuvj420p TEST filter-pixdesc-yuvj422p TEST filter-pixdesc-yuvj444p TEST filter-pixdesc-uyvy422 TEST filter-pixdesc-bgr8 TEST filter-pixdesc-bgr4_byte TEST filter-pixdesc-rgb8 TEST filter-pixdesc-rgb4_byte TEST filter-pixdesc-nv12 TEST filter-pixdesc-nv21 TEST filter-pixdesc-rgba TEST filter-pixdesc-argb TEST filter-pixdesc-abgr TEST filter-pixdesc-bgra TEST filter-pixdesc-gray16be TEST filter-pixdesc-gray16le TEST filter-pixdesc-yuv440p TEST filter-pixdesc-yuvj440p TEST filter-pixdesc-yuva420p TEST filter-pixdesc-rgb48be TEST filter-pixdesc-rgb48le TEST filter-pixdesc-rgb565le TEST filter-pixdesc-rgb555le TEST filter-pixdesc-bgr565be TEST filter-pixdesc-bgr565le TEST filter-pixdesc-bgr555be TEST filter-pixdesc-bgr555le TEST filter-pixdesc-yuv420p16le TEST filter-pixdesc-yuv420p16be TEST filter-pixdesc-yuv422p16le TEST filter-pixdesc-yuv422p16be TEST filter-pixdesc-yuv444p16le TEST filter-pixdesc-yuv444p16be TEST filter-pixdesc-rgb444le TEST filter-pixdesc-rgb444be TEST filter-pixdesc-bgr444le TEST filter-pixdesc-bgr444be TEST filter-pixdesc-ya8 TEST filter-pixdesc-bgr48be TEST filter-pixdesc-bgr48le TEST filter-pixdesc-yuv420p9be TEST filter-pixdesc-yuv420p9le TEST filter-pixdesc-yuv420p10be TEST filter-pixdesc-yuv420p10le TEST filter-pixdesc-yuv422p10be TEST filter-pixdesc-yuv422p10le TEST filter-pixdesc-yuv444p9be TEST filter-pixdesc-yuv444p9le TEST filter-pixdesc-yuv444p10be TEST filter-pixdesc-yuv444p10le TEST filter-pixdesc-yuv422p9be TEST filter-pixdesc-gbrp TEST filter-pixdesc-yuv422p9le TEST filter-pixdesc-gbrp9be TEST filter-pixdesc-gbrp9le TEST filter-pixdesc-gbrp10be TEST filter-pixdesc-gbrp10le TEST filter-pixdesc-yuva420p9be TEST filter-pixdesc-yuva420p9le TEST filter-pixdesc-yuva422p9be TEST filter-pixdesc-yuva422p9le TEST filter-pixdesc-yuva444p9be TEST filter-pixdesc-yuva444p9le TEST filter-pixdesc-yuva420p10be TEST filter-pixdesc-yuva420p10le TEST filter-pixdesc-yuva422p10be TEST filter-pixdesc-yuva422p10le TEST filter-pixdesc-yuva444p10be TEST filter-pixdesc-yuva444p10le TEST filter-pixdesc-yuva420p16be TEST filter-pixdesc-yuva420p16le TEST filter-pixdesc-yuva422p16be TEST filter-pixdesc-yuva422p16le TEST filter-pixdesc-yuva444p16be TEST filter-pixdesc-yuva444p16le TEST filter-pixdesc-xyz12le TEST filter-pixdesc-rgba64be TEST filter-pixdesc-rgba64le TEST filter-pixdesc-bgra64be TEST filter-pixdesc-bgra64le TEST filter-pixdesc-0rgb TEST filter-pixdesc-rgb0 TEST filter-pixdesc-0bgr TEST filter-pixdesc-bgr0 TEST filter-pixdesc-yuva444p TEST filter-pixdesc-yuva422p TEST filter-pixdesc-yuv420p12be TEST filter-pixdesc-yuv420p12le TEST filter-pixdesc-yuv420p14be TEST filter-pixdesc-yuv422p12be TEST filter-pixdesc-yuv420p14le TEST filter-pixdesc-yuv422p12le TEST filter-pixdesc-yuv422p14le TEST filter-pixdesc-yuv422p14be TEST filter-pixdesc-yuv444p12be TEST filter-pixdesc-yuv444p12le TEST filter-pixdesc-yuv444p14be TEST filter-pixdesc-yuv444p14le TEST filter-pixdesc-gbrp12be TEST filter-pixdesc-gbrp12le TEST filter-pixdesc-gbrp14be TEST filter-pixdesc-gbrap TEST filter-pixdesc-gbrp14le TEST filter-pixdesc-yuv440p10le TEST filter-pixdesc-yuvj411p TEST filter-pixdesc-yuv440p10be TEST filter-pixdesc-yuv440p12le TEST filter-pixdesc-yuv440p12be TEST filter-pixfmts-copy TEST filter-pixfmts-crop TEST filter-pixfmts-field TEST filter-pixfmts-fieldmatch TEST filter-pixfmts-fieldorder TEST filter-pixfmts-hflip TEST filter-pixfmts-il TEST filter-pixfmts-kerndeint TEST filter-pixfmts-null TEST filter-pixfmts-lut TEST filter-pixfmts-pad TEST filter-pixfmts-pullup TEST filter-pixfmts-rotate TEST filter-pixfmts-scale TEST filter-pixfmts-super2xsai TEST filter-pixfmts-swapuv TEST filter-pixfmts-tinterlace_merge TEST filter-pixfmts-tinterlace_pad TEST filter-pixfmts-vflip TEST utvideoenc_rgba_left TEST utvideoenc_rgba_median TEST utvideoenc_rgba_none TEST utvideoenc_rgb_left TEST utvideoenc_rgb_median TEST utvideoenc_rgb_none TEST utvideoenc_yuv420_left TEST utvideoenc_yuv420_median TEST utvideoenc_yuv420_none TEST utvideoenc_yuv422_left TEST utvideoenc_yuv422_median TEST utvideoenc_yuv422_none TEST ffprobe_compact TEST ffprobe_csv TEST ffprobe_ini TEST ffprobe_default TEST ffprobe_flat TEST ffprobe_json TEST ffprobe_xml TEST probe-format-roundup997 TEST probe-format-roundup1383 TEST probe-format-roundup1414 TEST probe-format-roundup2015 TEST vsynth_lena-amv TEST vsynth_lena-asv1 TEST vsynth_lena-asv2 TEST vsynth_lena-cinepak TEST vsynth_lena-cljr TEST vsynth_lena-dnxhd-720p TEST vsynth_lena-dnxhd-720p-rd TEST vsynth_lena-dnxhd-720p-10bit TEST vsynth_lena-dnxhd-1080i TEST vsynth_lena-dnxhd-1080i-colr TEST vsynth_lena-dv TEST vsynth_lena-dv-50 TEST vsynth_lena-ffv1 TEST vsynth_lena-ffv1.0 TEST vsynth_lena-ffv1.3-420 TEST vsynth_lena-ffv1.3-422p10 TEST vsynth_lena-ffv1.3-444p16 TEST vsynth_lena-ffv1.3-bgr TEST vsynth_lena-ffvhuff TEST vsynth_lena-ffvhuff444 TEST vsynth_lena-ffvhuff420p12 TEST vsynth_lena-ffvhuff422p10left TEST vsynth_lena-ffvhuff444p16 TEST vsynth_lena-flashsv TEST vsynth_lena-flashsv2 TEST vsynth_lena-flv TEST vsynth_lena-h261-trellis TEST vsynth_lena-h261 TEST vsynth_lena-h263 TEST vsynth_lena-h263-obmc TEST vsynth_lena-h263p TEST vsynth_lena-huffyuv TEST vsynth_lena-huffyuvbgr24 TEST vsynth_lena-huffyuvbgra TEST vsynth_lena-jpegls TEST vsynth_lena-jpeg2000 TEST vsynth_lena-jpeg2000-97 TEST vsynth_lena-ljpeg TEST vsynth_lena-mjpeg TEST vsynth_lena-mjpeg-422 TEST vsynth_lena-mjpeg-444 TEST vsynth_lena-mjpeg-trell TEST vsynth_lena-mpeg1 TEST vsynth_lena-mpeg1b TEST vsynth_lena-mpeg2 TEST vsynth_lena-mpeg2-422 TEST vsynth_lena-mpeg2-idct-int TEST vsynth_lena-mpeg2-ilace TEST vsynth_lena-mpeg2-ivlc-qprd TEST vsynth_lena-mpeg2-thread TEST vsynth_lena-mpeg2-thread-ivlc TEST vsynth_lena-mpeg4 TEST vsynth_lena-mpeg4-rc TEST vsynth_lena-mpeg4-adv TEST vsynth_lena-mpeg4-qprd TEST vsynth_lena-mpeg4-adap TEST vsynth_lena-mpeg4-qpel TEST vsynth_lena-mpeg4-thread TEST vsynth_lena-mpeg4-error TEST vsynth_lena-mpeg4-nr TEST vsynth_lena-mpeg4-nsse TEST vsynth_lena-msmpeg4 TEST vsynth_lena-msmpeg4v2 TEST vsynth_lena-mpng TEST vsynth_lena-msvideo1 TEST vsynth_lena-prores TEST vsynth_lena-prores_ks TEST vsynth_lena-qtrle TEST vsynth_lena-qtrlegray TEST vsynth_lena-rgb TEST vsynth_lena-roqvideo TEST vsynth_lena-rv10 TEST vsynth_lena-rv20 TEST vsynth_lena-snow TEST vsynth_lena-snow-hpel TEST vsynth_lena-snow-ll TEST vsynth_lena-svq1 TEST vsynth_lena-v210 TEST vsynth_lena-r210 TEST vsynth_lena-v308 TEST vsynth_lena-v408 TEST vsynth_lena-avui TEST vsynth_lena-wmv1 TEST vsynth_lena-wmv2 TEST vsynth_lena-yuv TEST vsynth_lena-xface TEST vsynth_lena-yuv4 TEST vsynth_lena-y41p TEST vsynth_lena-zlib TEST seek-vsynth_lena-dnxhd-720p TEST seek-vsynth_lena-dnxhd-720p-rd TEST seek-extra-mp3 TEST ac3-2.0 TEST ac3-4.0 TEST ac3-4.0-downmix-mono TEST ac3-4.0-downmix-stereo TEST ac3-5.1 TEST ac3-5.1-downmix-mono TEST ac3-5.1-downmix-stereo TEST ac3-fixed-2.0 TEST ac3-fixed-4.0-downmix-mono TEST ac3-encode TEST ac3-fixed-encode TEST eac3-1 TEST eac3-2 TEST eac3-3 TEST eac3-4 TEST eac3-encode TEST adpcm-4xm TEST adpcm-afc TEST adpcm-creative TEST adpcm-creative-8-2bit TEST adpcm-creative-8-2.6bit TEST adpcm-creative-8-4bit TEST adpcm-dtk TEST adpcm-ea-1 TEST adpcm-ea-2 TEST adpcm-ea-maxis-xa TEST adpcm-ea-r1 TEST adpcm-ea-r2 TEST adpcm-ea-r3 TEST adpcm-ima-amv TEST adpcm-ima-apc TEST adpcm-ima-dk3 TEST adpcm-ima-dk4 TEST adpcm-ima-ea-eacs TEST adpcm-ima-ea-sead TEST adpcm-ima-iss TEST adpcm-ima-oki TEST adpcm-ima-rad TEST adpcm-ima-smjpeg TEST adpcm-ima_wav-stereo TEST adpcm-ima-ws TEST adpcm-ms-mono TEST adpcm_ms-stereo TEST adpcm-thp TEST adpcm-vima TEST adpcm-xa TEST atrac1 TEST atrac3-1 TEST atrac3-2 TEST atrac3-3 TEST atrac3p-1 TEST atrac3p-2 TEST bmp-1bit TEST bmp-4bit TEST bmp-4bit-os2 TEST bmp-8bit TEST bmp-8bit-os2 TEST bmp-15bit --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-flv 2014-12-01 21:52:56.655612964 -0500 +++ tests/data/fate/vsynth_lena-flv 2015-07-08 01:08:49.965305891 -0400 @@ -1,4 +1,2 @@ dee04bdab18c2eed81373faec89fd5a7 *tests/data/fate/vsynth_lena-flv.flv 131380 tests/data/fate/vsynth_lena-flv.flv -184034553ceb801bb1d1521d2d998a67 *tests/data/fate/vsynth_lena-flv.out.rawvideo -stddev: 5.33 PSNR: 33.59 MAXDIFF: 79 bytes: 7603200/ 7603200 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-ffv1.3-420 2015-06-22 20:05:42.149191488 -0400 +++ tests/data/fate/vsynth_lena-ffv1.3-420 2015-07-08 01:08:55.175406450 -0400 @@ -1,4 +1,2 @@ ed72c22374718589ffacd7ea15424687 *tests/data/fate/vsynth_lena-ffv1.3-420.avi 3547792 tests/data/fate/vsynth_lena-ffv1.3-420.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1.3-420.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST bmp-15bit-mask /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-ffv1.3-420 failed. Look at tests/data/fate/vsynth_lena-ffv1.3-420.err for details. TEST bmp-16bit-mask make: Test vsynth_lena-dv failed. Look at tests/data/fate/vsynth_lena-dv.err for details. line 285: echo: write error: No space left on device Test vsynth_lena-flv failed. Look at tests/data/fate/vsynth_lena-flv.err for details. TEST *** [fate-vsynth_lena-flv] Error 1 make: *** [fate-vsynth_lena-dv] Error 1 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST bmp-32bit-mask TEST bmp-rle4 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 53: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 55: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-msmpeg4 failed. Look at tests/data/fate/vsynth_lena-msmpeg4.err for details. Test vsynth_lena-ffv1.3-bgr failed. Look at tests/data/fate/vsynth_lena-ffv1.3-bgr.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-dv-50 failed. Look at tests/data/fate/vsynth_lena-dv-50.err for details. make: *** [fate-vsynth_lena-dv-50] Error 1 make: *** [fstandard output: No space left on device make: *** [fate-vsynth_lena-msmpeg4] Error 1 TEST cdxl-bitline-ham6 diff: standard output: No space left on device diff: standard output: No space left on device TEST cdxl-ham6 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST cdxl-ham8 diff: standard output: No space left on device diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-jpegls failed. Look at tests/data/fate/vsynth_lena-jpegls.err for details. make: *** [fate-vsynth_lena-jpegls] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-ffvhuff420p12 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-ffvhuff420p12 2015-07-08 01:08:48.735282149 -0400 @@ -1,4 +0,0 @@ -b2f3d04ca30c113b79877bb5518dd6ea *tests/data/fate/vsynth_lena-ffvhuff420p12.avi -10925580 tests/data/fate/vsynth_lena-ffvhuff420p12.avi -08b3c6c70eba608bae926608ff253f2a *tests/data/fate/vsynth_lena-ffvhuff420p12.out.rawvideo -stddev: 0.68 PSNR: 51.38 MAXDIFF: 1 bytes: 7603200/ 7603200 TEST cdxl-pal8-small --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-mpeg2-thread-ivlc 2014-12-01 21:52:56.655612964 -0500 +++ tests/data/fate/vsynth_lena-mpeg2-thread-ivlc 2015-07-08 01:08:52.385352598 -0400 @@ -1,4 +1,2 @@ 39ae4e15e3da14218ebf250180badd92 *tests/data/fate/vsynth_lena-mpeg2-thread-ivlc.mpeg2video 178807 tests/data/fate/vsynth_lena-mpeg2-thread-ivlc.mpeg2video -f8f084b7f51fbe4f82d57b8aeec17edf *tests/data/fate/vsynth_lena-mpeg2-thread-ivlcTEST cover-art-ape --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-ffvhuff422p10left 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-ffvhuff422p10left 2015-07-08 01:08:48.745282342 -0400 @@ -1,4 +0,0 @@ -f6eae87090fcccc682f84a794784b4dd *tests/data/fate/vsynth_lena-ffvhuff422p10left.avi -10041836 tests/data/fate/vsynth_lena-ffvhuff422p10left.avi -a627fb50c8276200fd71383977d87ca3 *tests/data/fate/vsynth_lena-ffvhuff422p10le--- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-mpeg2-ivlc-qprd 2014-12-01 21:52:56.655612964 -0500 +++ tests/data/fate/vsynth_lena-mpeg2-ivlc-qprd 2015-07-08 01:08:55.525413205 -0400 @@ -1,4 +1,2 @@ 5731a196498d4e8097c0ebe57e383ef6 *tests/data/fate/vsynth_lena-mpeg2-ivlc-qprd.mpeg2video 244694 tests/data/fate/vsynth_lena-mpeg2-ivlc-qprd.mpeg2video -b26e21599dee48a174bdbc40b2817e55 *tests/data/fate/vsynth_lena-mpeg2-ivlc-qprd.out.rawvideo -stddev: 4.15 PSNR: 35.76 MAXDIFF: 74 bytes: 7603200/ 7603200 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-mpeg4-adap 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-mpeg4-adap 2015-07-08 01:08:56.785437526 -0400 @@ -1,4 +1,2 @@ c6108621b1202d32dac68b1944c5b8c2 *tests/data/fate/vsynth_lena-mpeg4-adap.avi 198500 tests/data/fate/vsynth_lena-mpeg4-adap.avi -87b6dbe98d276137fceaae2fa672eced *tests/data/fate/vsynth_lena-mpeg4-adap.out.rawvideo -stddev: 3.75 PSNR: 36.65 MAXDIFF: 71 bytes: 7603200/ 7603200 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-mpeg4 2014-12-01 21:52:56.655612964 -0500 +++ tests/data/fate/vsynth_lena-mpeg4 2015-07-08 01:08:52.415353179 -0400 @@ -1,4 +1,2 @@ 4a029747434d24d128b078a5e6aa1e88 *tests/data/fate/vsynth_lena-mpeg4.mp4 119722 tests/data/fate/vsynth_lena-mpeg4.mp4 -9a1e085d9e488c5ead0c940c9612a37a *tests/data/fate/vsynth_lena-mpeg4.out.rawvideo -stddev: 5.34 PSNR: 33.57 MAXDIFF: 83 bytes: 7603200/ 7603200 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-mpeg4-adv 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-mpeg4-adv 2015-07-08 01:08:52.625357232 -0400 @@ -1,4 +1,2 @@ 68117f01abe704a4ce6a664efffcfb40 *tests/data/fate/vsynth_lena-mpeg4-adv.avi 141538 tests/data/fate/vsynth_lena-mpeg4-adv.avi -3f3a21e9db85a9c0f7022f557a5374c1 *tests/data/fate/vsynth_lena-mpeg4-adv.out.rawvideo -stddev: 4.94 PSNR: 34.25 MAXDIFF: 69 bytes: 7603200/ 7603200 Test vsynth1-jpeg2000 failed. Look at tests/data/fate/vsynth1-jpeg2000.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-msmpeg4v2 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-msmpeg4v2 2015-07-08 01:08:52.255350091 -0400 @@ -1,4 +1,2 @@ 7e3376dea39d44edd6ee3b0a59a87cbd *tests/data/fate/vsynth_lena-msmpeg4v2.avi 129922 tests/data/fate/vsynth_lena-msmpeg4v2.avi -537c114e1d47c54a4bccd31f4073e9bd *tests/data/fate/vsynth_lena-msmpeg4v2.out.rawvideo -stddev: 5.33 PSNR: 33.59 MAXDIFF: 79 bytes: 7603200/ 7603200 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-rgb 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-rgb 2015-07-08 01:08:52.745359548 -0400 @@ -1,4 +0,0 @@ -f083e812216195c1e9454b5fac681c92 *tests/data/fate/vsynth_lena-rgb.avi -15213252 tests/data/fate/vsynth_lena-rgb.avi -98d0e2854731472c5bf13d8638502d0a *tests/data/fate/vsynth_lena-rgb.out.rawvideo -stddev: 1.26 PSNR: 46.10 MAXDIFF: 13 bytes: 7603200/ 7603200 diff: standard output: No sstandard output: No space left on device diff: standard output: No space left on device diff: standard output: No space left on device diff: standard output: No space left on device make: *** [fate-vsynth1-jpeg2000] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-mpeg2-idct-int 2014-12-01 21:52:56.655612964 -0500 +++ tests/data/fate/vsynth_lena-mpeg2-idct-int 2015-07-08 01:08:50.745320946 -0400 @@ -1,4 +1,2 @@ 505371e1b10f5af01b63b3f57606b26e *tests/data/fate/vsynth_lena-mpeg2-idct-int.mpeg2video 198041 tests/data/fate/vsynth_lena-mpeg2-idct-int.mpeg2video -92794e70e4a19a494f10efe353d9895d *tests/data/fate/vsynth_lena-mpeg2-idct-int.out.rawvideo -stddev: 4.97 PSNR: 34.19 MAXDIFF: 58 bytes: 7603200/ 7603200 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-ffvhuff 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-ffvhuff 2015-07-08 01:08:54.555394483 -0400 @@ -1,4 +1,2 @@ c8bcad0cd3babf63ce96525f6c11ae6e *tests/data/fate/vsynth_lena-ffvhuff.avi 4845026 tests/data/fate/vsynth_lena-ffvhuff.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffvhuff.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-h261 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-h261 2015-07-08 01:08:49.885304347 -0400 @@ -1,4 +1,2 @@ a8a6fe710cf8591d1ce5fd18f478e217 *tests/data/fate/vsynth_lena-h261.avi 191064 tests/data/fate/vsynth_lena-h261.avi -08f65e9aeeeaf189548c2bb417d5114f *tests/data/fate/vsynth_lena-h261.out.rawvideo -stddev: 6.37 PSNR: 32.03 MAXDIFF: 77 bytes: 7603200/ 7603200 TEST cdxl-pal8 Test vsynth_lena-jpeg2000 failed. Look at tests/data/fate/vsynth_lena-jpeg2000.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth2-v210 2015-03-19 20:05:03.745336861 -0400 +++ tests/data/fate/vsynth2-v210 2015-07-08 01:08:54.965402395 -0400 @@ -1,4 +1,2 @@ 211a901d7e6327cc7a48a80250acf4f8 *tests/data/fate/vsynth2-v210.avi 14752452 tests/data/fate/vsynth2-v210.avi -99e367a50da75c2c187230889bee8e2e *tests/data/fate/vsynth2-v210.out.rawvideo -stddev: 0.40 PSNR: 56.06 MAXDIFF: 9 bytes: 7603200/ 7603200 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-wmv2 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-wmv2 2015-07-08 01:08:56.695435788 -0400 @@ -1,4 +1,2 @@ 62ef27d48181d8256ad476e02c536145 *tests/data/fate/vsynth_lena-wmv2.avi 129856 tests/data/fate/vsynth_lena-wmv2.avi -b4de16a0d302c52702f7a4362da989bc *tests/data/fate/vsynth_lena-wmv2.out.rawvideo -stddev: 5.33 PSNR: 33.59 MAXDIFF: 77 bytes: 7603200/ 7603200 Test vsynth_lena-dv-411 failed. Look at tests/data/fate/vsynth_lena-dv-411.err for details. make: *** [fate-vsynth_lena-dv-411] Error 1 make: *** [fate-vsynth_lena-jpeg2000] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth1-ffvhuff444p16 2015-03-19 20:05:03.735336668 -0400 +++ tests/data/fate/vsynth1-ffvhuff444p16 2015-07-08 01:08:49.805302802 -0400 @@ -1,4 +1,2 @@ 2f780c186d2549aa257511a951918617 *tests/data/fate/vsynth1-ffvhuff444p16.avi 24706276 tests/data/fate/vsynth1-ffvhuff444p16.avi -ee8379fa217dfd023de3aa6974a14d1e *tests/data/fate/vsynth1-ffvhuff444p16.out.rawvideo -stddev: 2.66 PSNR: 39.62 MAXDIFF: 44 bytes: 7603200/ 7603200 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth2-svq1 2014-12-01 21:52:56.645612795 -0500 +++ tests/data/fate/vsynth2-svq1 2015-07-08 01:08:59.365487322 -0400 @@ -1,4 +1,2 @@ c767386f0f6f36b554d278592bc6e9a4 *tests/data/fate/vsynth2-svq1.mov 940289 tests/data/fate/vsynth2-svq1.mov -a8cd3b833cd7f570ddbf1e6b3eb125b6 *tests/data/fate/vsynth2-svq1.out.rawvideo -stddev: 3.71 PSNR: 36.72 MAXDIFF: 210 bytes: 7603200/ 7603200 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth2-snow-ll 2015-03-19 20:05:03.745336861 -0400 +++ tests/data/fate/vsynth2-snow-ll 2015-07-08 01:08:49.695300680 -0400 @@ -1,4 +1,2 @@ 4934defc7c2d3f3b6b74a8d3d877cd96 *tests/data/fate/vsynth2-snow-ll.avi 2829418 tests/data/fate/vsynth2-snow-ll.avi -36d7ca943916e1743cefa609eba0205c *tests/data/fate/vsynth2-snow-ll.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 TEST cover-art-flac Test vsynth_lena-snow-hpel failed. Look at tests/data/fate/vsynth_lena-snow-hpel.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vs--- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-mpeg4-error 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-mpeg4-error 2015-07-08 01:08:53.385371901 -0400 @@ -1,4 +1,2 @@ 0126f46feb09b49144136be09ce6d26b *tests/data/fate/vsynth_lena-mpeg4-error.avi 180368 tests/data/fate/vsynth_lena-mpeg4-error.avi -4537ba5320f1ae0971cc6e329c366776 *tests/data/fate/vsynth_lena-mpeg4-error.out.rawvideo -stddev: 7.65 PSNR: 30.45 MAXDIFF: 158 bytes: 7603200/ 7603200 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-yuv 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-yuv 2015-07-08 01:08:55.925420925 -0400 @@ -1,4 +0,0 @@ -0d061b0b7bedcd59e5c90a99f58ceeae *tests/data/fate/vsynth_lena-yuv.avi -7610052 tests/data/fate/vsynth_lena-yuv.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-yuv.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 Test bmp-4bit-os2 failed. Look at tests/data/fate/bmp-4bit-os2.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-mpeg1b 2014-12-01 21:52:56.655612964 -0500 +++ tests/data/fate/vsynth_lena-mpeg1b 2015-07-08 01:08:51.155328859 -0400 @@ -1,4 +1,2 @@ 333395b113b8045bac4e3fd90839ca6a *tests/data/fate/vsynth_lena-mpeg1b.mpeg1video 225201 tests/data/fate/vsynth_lena-mpeg1b.mpeg1video -f17fb3eef4ed3d03eeaaee45b217f7a5 *tests/data/fate/vsynth_lena-mpeg1b.out.rawvideo -stddev: 4.10 PSNR: 35.86 MAXDIFF: 59 bytes: 7603200/ 7603200 Test vsynth_lena-v308 failed. Look at tests/data/fate/vsynth_lena-v308.err for details. make: *** [fate-vsynth_lena-v308] Error 1 make: *** [fate-bmp-4bit-os2] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/lavf/dv_fmt 2014-10-28 23:10:38.948038047 -0400 +++ tests/data/fate/lavf-dv_fmt 2015-07-08 01:08:59.065481531 -0400 @@ -4,6 +4,3 @@ e9949bc767924e1e7d28856029fee024 *./tests/data/lavf/lavf.dv 3480000 ./tests/data/lavf/lavf.dv ./tests/data/lavf/lavf.dv CRC=0xfab17c4a -87d3b20f656235671383a7eaa2f66330 *./tests/data/lavf/lavf.dv -3600000 ./tests/data/lavf/lavf.dv -./tests/data/lavf/lavf.dv CRC=0xf3e6873c --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/bmp-8bit 2014-07-01 05:51:26.507875743 -0400 +++ tests/data/fate/bmp-8bit 2015-07-08 01:09:00.815515308 -0400 @@ -1,2 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 24384, 0xa7aa6b9b --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-qtrlegray 2014-12-01 21:52:56.665613132 -0500 +++ tests/data/fate/vsynth_lena-qtrlegray 2015-07-08 01:08:59.655492919 -0400 @@ -1,4 +1,2 @@ 2c4e69b59d8e8e19903c843575806d5f *tests/data/fate/vsynth_lena-qtrlegray.mov 5111283 tests/data/fate/vsynth_lena-qtrlegray.mov -d7bfbe259af9ae323bb94b09c33570a5 *tests/data/fate/vsynth_lena-qtrlegray.out.rawvideo -stddev: 18.65 PSNR: 22.72 MAXDIFF: 72 bytes: 7603200/ 7603200 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth2-mpng 2015-03-19 20:05:03.745336861 -0400 +++ tests/data/fate/vsynth2-mpng 2015-07-08 01:08:54.895401045 -0400 @@ -1,4 +1,2 @@ 481e2d148f411bb61783aa688ec22943 *tests/data/fate/vsynth2-mpng.avi 11816978 tests/data/fate/vsynth2-mpng.avi -32fae3e665407bb4317b3f90fedb903c *tests/data/fate/vsynth2-mpng.out.rawvideo -stddev: 1.54 PSNR: 44.37 MAXDIFF: 17 bytes: 7603200/ 7603200 stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 473088/ 57344 size: |473088 - 57344| >= 0 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-mpeg2-thread 2014-12-01 21:52:56.655612964 -0500 +++ tests/data/fate/vsynth_lena-mpeg2-thread 2015-07-08 01:08:52.045346037 -0400 @@ -1,4 +1,2 @@ 9e734d384b4234d075203dffffa5174c *tests/data/fate/vsynth_lena-mpeg2-thread.mpeg2video 179656 tests/data/fate/vsynth_lena-mpeg2-thread.mpeg2video -f8f084b7f51fbe4f82d57b8aeec17edf *tests/data/fate/vsynth_lena-mpeg2-thread.out.rawvideo -stddev: 4.72 PSNR: 34.65 MAXDIFF: 72 bytes: 7603200/ 7603200 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-asv1 failed. Look at tests/data/fate/vsynth_lena-asv1.err for details. make: *** [fate-vsynth2-r210] Error 1 make: *** [fate-vsynth_lena-asv1] Error 1 TEST cover-art-wma --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-ffv1 2015-04-26 22:52:13.392086130 -0400 +++ tests/data/fate/vsynth_lena-ffv1 2015-07-08 01:08:53.895381744 -0400 @@ -1,4 +1,2 @@ ed72c22374718589ffacd7ea15424687 *tests/data/fate/vsynth_lena-ffv1.avi 3547792 tests/data/fate/vsynth_lena-ffv1.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-ffv1.0 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-ffv1.0 2015-07-08 01:08:53.895381744 -0400 @@ -1,4 +1,2 @@ ad518c7014bdd6a72514a79a9102f64f *tests/data/fate/vsynth_lena-ffv1.0.avi 3525796 tests/data/fate/vsynth_lena-ffv1.0.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1.0.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-ffvhuff failed. Look at tests/data/fate/vsynth_lena-ffvhuff.err for details. make: *** [fate-vsynth_lena-h263-obmc] Error 1 Test vsynth_lena-msvideo1 failed. Look at tests/data/fate/vsynth_lena-msvideo1.err for details. Test vsynth_lena-avui failed. Look at tests/data/fate/vsynth_lena-avui.err for details. make: *** [fate-vsynth_lena-ffvhuff] Error 1 make: *** [fate-vsynth_lena-msvideo1] Error 1 TEST cover-art-wma-metadatalib --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-v408 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-v408 2015-07-08 01:08:54.985402783 -0400 @@ -1,4 +0,0 @@ -e2a1c097a78f1a5c8ad1bccc4077844b *tests/data/fate/vsynth_lena-v408.avi -20282052 tests/data/fate/vsynth_lena-v408.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-v408.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 TEST dfa1 diff: standard output/home/ibmcrl/ffmpeg/src/t /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/vsynth_lena-rgb.rep: No space left on device make: *** [fate-vsynth_lena-y41p] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth1-ffvhuff444p16 failed. Look at tests/data/fate/vsynth1-ffvhuff444p16.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-rgb failed. Look at tests/data/fate/vsynth_lena-rgb.err for details. TEST cover-art-wv Test vsynth_lena-mpeg4-adv failed. Look at tests/data/fate/vsynth_lena-mpeg4-adv.err for details. Test vsynth_lena-h261 failed. Look at tests/data/fate/vsynth_lena-h261.err for details. Test vsynth_lena-mpeg4-adap failed. Look at tests/data/fate/vsynth_lena-mpeg4-adap.err for details. Test vsynth2-v210 failed. Look at tests/data/fate/vsynth2-v210.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-ffvhuff420p12 failed. Look at tests/data/fate/vsynth_lena-ffvhuff420p12.err for details. diff: standard output: No space left on device --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/bmp-15bit 2014-07-01 05:51:26.507875743 -0400 +++ tests/data/fate/bmp-15bit 2015-07-08 01:09:00.815515308 -0400 @@ -1,2 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 16256, 0xdbcf881d make: *** [fate-vsynth1-ffvhuff444p16] Error 1 make: *** [fate-vsynth_lena-h261] Error 1 make: *** [fate-vsynth_lena-rgb] Error 1 TEST dfa2 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device TEST dfa3 Test vsynth_lena-mpng failed. Look at tests/data/fate/vsynth_lena-mpng.err for details. make: *** [fate-vsynth_lena-mpeg4-adv] Error 1 make: make: iff: //home/Test vsynth_lena-r210 failed. Look at tests/data/fate/vsynth_lena-r210.err for details. diff: No space left on device Test vsynth_lena-prores_ks failed. Look at tests/data/fate/vsynth_lena-prores_ks.err for details. Test vsynth_lena-mpeg4-nr failed. Look at tests/data/fate/vsynth_lena-mpeg4-nr.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vsynth_lena-rv10.diff: No such file or directory . 2-idct-int.err for details. Test vsynth_lena-huffyuv failed. Look at tests/data/fate/vsynth_lena-huffyuv.err for details. make: *** [fate-vsynth_lena-ljpeg] Error 1 Test vsynth_lena-mpeg4-nsse failed. Look at tests/data/fate/vsynth_lena-mpeg4-nsse.err for details. Test vsynth_lena-mpeg1b failed. Look at tests/data/fate/vsynth_lena-mpeg1b.err for details. make: *** [fate-vsynth2-v408] Error 1 Test vsynth_lena-ffvhuff444 failed. Look at tests/data/fate/vsynth_lena-ffvhuff444.err for details. make: *** [fate-vsynth_lena-ffvhuff422p10left] Error 1 make: *** [fate-vsynth2-svq1] Error 1 make: *** [fate-vsynth_lena-mjpeg] Error 1 make: *** [fate-vsynth_lena-mpeg2-422] Error 1 Test v*** [fate-vsynth_lena-mpeg2-idct-int] Error 1 Test vsynth2-mpng failed. Look at tests/data/fate/vsynth2-mpng.err for details. make: *** [fate-vsynth_lena-mpeg2-ivlc-qprd] Error 1 Test vsynth_lena-rv20 failed. Look at tests/data/fate/vsynth_lena-rv20.err for details. make: *** [fate-vsynth_lena-ffvhuff444] Error 1 Test vsynth2-snow-ll failed. Look at tests/data/fate/vsynth2-snow-ll.err for details. make: *** [fate-vsynth_lena-huffyuv] Error 1 make: *** [fate-vsynth_lena-mpeg1b] Error 1 make: *** [fate-vsynth_lena-mpeg2-thread-ivlc] Error 1 make: *** [fate-vsynth_lena-mpeg4] Error 1 make: *** [fate-vsynth_lena-mpeg4-nr] Error 1 make: *** [fate-vsynth_lena-mpeg4-nsse] Error 1 make: *** [fate-vsynth_lena-msmpeg4v2] Error 1 make: *** [fate-vsynth_lena-r210] Error 1 /home/*** [fate-vsynth_lena-avui] Error 1 make: *** [fate-vsynth_lena-wmv2] Error 1 make: *** [fate-ac3-encode] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test bmp-8bit-os2 failed. Look at tests/data/fate/bmp-8bit-os2.err for details. make: *** [fate-vsynth2-mpng] Error 1/home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-vsynth2-snow-ll] Error 1 make: *** [fate-vsynth_lena-prores_ks] Error 1 make: *** [fate-vsynth_lena-roqvideo] Error 1 diff: standard output: No space left on device make: *** [fate-vsynth_lena-rv20] Error 1 make: *** [fate-dfa5] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-ffvhuff444p16 failed. Look at tests/data/fate/vsynth_lena-ffvhuff444p16.err for details. cat: tests/data/fate/vsynth_lena-huffyuvbgr24.diff: No such file or directory make: *** [fate-vsynth_lena-ffvhuff444p16] Error 1 Test vsynth_lena-snow-ll failed. Look at tests/data/fate/vsynth_lena-snow-ll.err for details. . make: *** [fate-vsynth1-r210] Error 1 make: *** [fate-vsynth1-avui] Error 1 make: *** [fate-vsynth2-avui] Error 1 make: *** [fate-vsynth_lena-mpeg4-rc] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-h263p 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-h263p 2015-07-08 01:08:51.785341019 -0400 @@ -1,4 +1,2 @@ de3a8bca32aba3bd5138cbb40fe0099e *tests/data/fate/vsynth_lena-h263p.avi 868002 tests/data/fate/vsynth_lena-h263p.avi -dca18571c05c13dd691d7b0b232e43fc *tests/data/fate/vsynth_lena-h263p.out.rawvideo -stddev: 1.91 PSNR: 42.50 MAXDIFF: 19 bytes: 7603200/ 7603200 make: *** [fate-vsynth_lena-zlib] Error 1 make: *** [fate-bmp-8bit-os2] Error 1 make: *** [fate-vsynth_lena-snow-ll] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-mpeg2-thread failed. Look at tests/data/fate/vsynth_lena-mpeg2-thread.err for details. Test vsynth_lena-mpeg2 failed. Look at tests/data/fate/vsynth_lena-mpeg2.err for details. Test vsynth_lena-yuv4 failed. Look at tests/data/fate/vsynth_lena-yuv4.err for details. Test vsynth_lena-wmv1 failed. Look at tests/data/fate/vsynth_lena-wmv1.err for details. Test v*** [fate-vsynth_lena-mjpeg-444] Error 1 make: *** [fate-vsynth_lena-mpeg2] Error 1 Test vsynth_lena-mjpeg-422 failed. Look at tests/data/fate/vsynth_lena-mjpeg-422.err for details. make: *** [fate-vsynth_lena-yuv4] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-cljr 2015-03-19 20:05:03.755337053 -0400 +++ tests/data/fate/vsynth_lena-cljr 2015-07-08 01:08:56.585433664 -0400 @@ -1,4 +1,2 @@ e3579621c868e464da096a41af0674e4 *tests/data/fate/vsynth_lena-cljr.avi 5075652 tests/data/fate/vsynth_lena-cljr.avi -965c4a134144b30b24d6d138b03ddb8c *tests/data/fate/vsynth_lena-cljr.out.rawvideo -stddev: 3.29 PSNR: 37.76 MAXDIFF: 23 bytes: 7603200/ 7603200 Test vsynth2-qtrle failed. Look at tests/data/fate/vsynth2-qtrle.err for details. Test vsynth_lena-mpeg4-qprd failed. Look at tests/data/fate/vsynth_lena-mpeg4-qprd.err for details. Test vsynth_lena-qtrle failed. Look at tests/data/fate/vsynth_lena-qtrle.err for details. make: *** [fate-vsynth2-v308] Error 1 TEST dfa8 make: *** [fate-vsynth_lena-mjpeg-422] Error 1 make: *** [fate-vsynth2-qtrle] Error 1 make: *** [fate-vsynth_lena-qtrle] Error 1 make: TEST dfa6 Test bmp-15bit failed. Look at tests/data/fate/bmp-15bit.err for details. Test vsynth_lena-ffv1.3-422p10 failed. Look at tests/data/fate/vsynth_lena-ffv1.3-422p10.err for details. Test bmp-8bit failed. Look at tests/data/fate/bmp-8bit.err for details. make: *** [fate-vsynth_lena-mpeg4-qprd] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-ffv1.3-444p16 2015-06-22 20:05:42.149191488 -0400 +++ tests/data/fate/vsynth_lena-ffv1.3-444p16 2015-07-08 01:08:48.415275974 -0400 @@ -1,4 +0,0 @@ -e65ad01440ad756b1872b22d3cfa23d7 *tests/data/fate/vsynth_lena-ffv1.3-444p16.avi -4871266 tests/data/fate/vsynth_lena-ffv1.3-444p16.avi -dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth_lena-ffv1.3-444p16.out.rawvideo -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 TEST dfa9 make: *** [fate-bmp-15bit] Error 1 Test vsynth_lena-mpeg4-thread failed. Look at tests/data/fate/vsynth_lena-mpeg4-thread.err for details. TEST dfa10 Test vsynth_lena-ffv1.0 failed. Look at tests/data/fate/vsynth_lena-ffv1.0.err for details. make: *** [fate-vsynth_lena-ffv1.3-422p10] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test v*** [fate-vsynth_lena-mpeg2-thread] Error 1 make: *** [fate-vsynth_lena-mpeg4-thread] Error 1 make: *** [fate-vsynth_lena-wmv1] Error 1 make: *** [fate-atrac1] Error 1 make: *** [fate-vsynth_lena-ffv1.0] Error 1 make: *** [fate-vsynth_lena-xface] Error 1 make: *** [fate-bmp-8bit] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vsynth_lena-huffyuvbgr24.diff: No such file or directory make: *** [fate-vsynth2-rgb] Error 1 Test vsynth_lena-rv10 failed. Look at tests/data/fate/vsynth_lena-rv10.err for details. TEST dfa11 Test vsynth_lena-v408 failed. Look at tests/data/fate/vsynth_lena-v408.err for details. Test lavf-dv_fmt failed. Look at tests/data/fate/lavf-dv_fmt.err for details. Test vsynth_lena-mjpeg-trell failed. Look at tests/data/fate/vsynth_lena-mjpeg-trell.err for details. Test atrac3-2 failed. Look at tests/data/fate/atrac3-2.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/bmp-32bit-mask 2014-07-01 05:51:26.507875743 -0400 +++ tests/data/fate/bmp-32bit-mask 2015-07-08 01:09:00.985518589 -0400 @@ -1,2 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 24384, 0x325dd8d9 make: *** [fate-lavf-dv_fmt] Error 1 make: *** [fate-vsynth_lena-rv10] Error 1 make: *** [fate-vsynth_lena-v408] Error 1 Test vsynth_lena-ffv1 failed. Look at tests/data/fate/vsynth_lena-ffv1.err for details. Test vsynth_lena-prores failed. Look at tests/data/fate/vsynth_lena-prores.err for details. TEST dpcm-interplay /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-h263p failed. Look at tests/data/fate/vsynth_lena-h263p.err for details. Test vsynth_lena-huffyuvbgr24 failed. Look at tests/data/fate/vsynth_lena-huffyuvbgr24.err for details. make: *** [fate-vsynth_lena-huffyuvbgra] Error 1 make: *** [fate-vsynth_lena-mpeg2-ilace] Error 1 make: *** [fate-vsynth_lena-svq1] Error 1 make: *** [fate-bmp-32bit] Error 1 Test vsynth_lena-ffv1.3-444p16 failed. Look at tests/data/fate/vsynth_lena-ffv1.3-444p16.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-cljr failed. Look at tests/data/fate/vsynth_lena-cljr.err for details. make: *** [fate-vsynth_lena-cljr] Error 1 make: *** [fate-vsynth_lena-ffv1.3-444p16] Error 1 make: *** [fate-vsynth_lena-h263p] Error 1 make: *** [fate-vsynth_lena-huffyuvbgr24] Error 1 Test atrac3-3 failed. Look at tests/data/fate/atrac3-3.err for details. Test eac3-encode failed. Look at tests/data/fate/eac3-encode.err for details. stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 2965504/ 57344 size: |2965504 - 57344| >= 0 stddev: 0.01 PSNR:131.31 MAXDIFF: 1 bytes: 1064960/ 163840 size: |1064960 - 163840| >= 0 stddev: 0.02 PSNR:130.02 MAXDIFF: 1 bytes: 866304/ 851968 size: |866304 - 851968| >= 0 make: *** [fate-eac3-encode] Error 1 make: *** [fate-atrac3-3] Error 1 Test bmp-32bit-mask failed. Look at tests/data/fate/bmp-32bit-mask.err for details. TEST filter-adelay make: *** [fate-bmp-32bit-mask] Error 1 TEST filter-amix-simple Test vsynth2-ffvhuff444p16 failed. Look at tests/data/fate/vsynth2-ffvhuff444p16.err for details. TEST filter-amix-first Test ac3-5.1 failed. Look at tests/data/fate/ac3-5.1.err for details. make: *** [fate-vsynth2-ffvhuff444p16] Error 1 TEST filter-amix-transition make: *** [fate-ac3-5.1] Error 1 Test atrac3p-2 failed. Look at tests/data/fate/atrac3p-2.err for details. stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 3694592/ 16384 size: |3694592 - 16384| >= 0 TEST filter-asyncts make: Test eac3-1 failed. Look at make: *** [fate-eac3-1] Error 1 Test atrac3-1 failed. Look at tests/data/fate/atrac3-1.err for details. TEST filter-channelmap-one-int make: *** [fate-atrac3-1] Error 1 TEST filter-channelsplit TEST filter-volume TEST filter-join TEST filter-formats /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test atrac3p-1 failed. Look at tests/data/fate/atrac3p-1.err for details. make: *** [fate-atrac3p-1] Error 1 TEST filter-aresample /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST filter-atrim-duration /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST filter-atrim-time TEST filter-atrim-mixed TEST filter-atrim-samples diff: standard output: No space left on device diff: standard output: No space left on device TEST filter-delogo --- /home/ibmcrl/ffmpeg/src/tests/ref/vsynth/vsynth_lena-flashsv 2014-12-01 21:52:56.655612964 -0500 +++ tests/data/fate/vsynth_lena-flashsv 2015-07-08 01:08:48.925285817 -0400 @@ -1,4 +0,0 @@ -0667077971e0cb63b5f49c580006e90e *tests/data/fate/vsynth_lena-flashsv.flv -12368953 tests/data/fate/vsynth_lena-flashsv.flv -3a984506f1ebfc9fb73b6814cab201cc *tests/data/fate/vsynth_lena-flashsv.out.rawvideo -stddev: 0.66 PSNR: 51.73 MAXDIFF: 14 bytes: 7603200/ 7603200 --- - 2015-07-08 01:09:01.229682314 -0400 +++ tests/data/fate/cover-art-wma-id3 2015-07-08 01:09:01.205522836 -0400 @@ -1 +0,0 @@ -e6a8dd03687d5178bc13fc7d3316696e TEST filter-yadif16 TEST filter-mcdeint-fast TEST filter-mcdeint-medium /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test cover-art-wma-metadatalib failed. Look at tests/data/fate/cover-art-wma-metadatalib.err for details. make: diff: standard output: No space left on device diff: standard output: No space left on device Test eac3-2 failed. Look at tests/data/fate/eac3-2.err for details. Test cdxl-pal8-small failed. Look at tests/data/fate/cdxl-pal8-small.err for details. make: *** [fate-eac3-2] Error 1 make: *** [fate-cdxl-pal8-small] Error 1 TEST filter-palettegen-1 TEST filter-palettegen-2 TEST filter-paletteuse-nodither TEST filter-paletteuse-bayer TEST filter-paletteuse-sierra2_4a Test cdxl-pal8 failed. Look at tests/data/fate/cdxl-pal8.err for details. make: *** [fate-cdxl-pal8] Error 1 Test dfa7 failed. Look at tests/data/fate/dfa7.err for details. make: *** [fate-dfa7] Error 1 TEST filter-lavd-life --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/dfa8 2014-07-01 05:51:26.507875743 -0400 +++ tests/data/fate/dfa8 2015-07-08 01:09:01.255523800 -0400 @@ -1,37 +0,0 @@ -#tb 0: 71/1000 -0, 0, 0, 1, 134724, 0x53784ca9 -0, 1, 1, 1, 134724, 0x14c345b7 -0, 2, 2, 1, 134724, 0xe0d0dd51 -0, 3, 3, 1, 134724, 0xd53b5610 -0, 4, 4, 1, 134724, 0x7cbb8d47 -0, 5, 5, 1, 134724, 0x875d67c4 -0, 6, 6, 1, 134724, 0x9811c085 -0, 7, 7, 1, 134724, 0x25f6d228 -0, 8, 8, 1, 134724, 0x349495a0 -0, 9, 9, 1, 134724, 0xd0d75311 -0, 10, 10, 1, 134724, 0xb49cdfbb -0, 11, 11, 1, 134724, 0x9fa69518 -0, 12, 12, 1, 134724, 0x28a1f58c -0, 13, 13, 1, 134724, 0xb8dab657 -0, 14, 14, 1, 134724, 0x8c7e3b3b -0, 15, 15, 1, 134724, 0x37268acf -0, 16, 16, 1, 134724, 0xcce8ca02 -0, 17, 17, 1, 134724, 0xe0fd0c28 -0, 18, 18, 1, 134724, 0x5bdac906 -0, 19, 19, 1, 134724, 0xdd850bf0 -0, 20, 20, 1, 134724, 0x2002a228 -0, 21, 21, 1, 134724, 0x633617ea -0, 22, 22, 1, 134724, 0x2a3ef337 -0, 23, 23, 1, 134724, 0x507886c3 -0, 24, 24, 1, 134724, 0x51c0f07b -0, 25, 25, 1, 134724, 0x5e73dce1 -0, 26, 26, 1, 134724, 0x26acc6f0 -0, 27, 27, 1, 134724, 0x360c4349 -0, 28, 28, 1, 134724, 0xc7dbabd4 -0, 29, 29, 1, 134724, 0x671bbf66 -0, 30, 30, 1, 134724, 0x4d44df79 -0, 31, 31, 1, 134724, 0x69eade5b -0, 32, 32, 1, 134724, 0x2b1bca82 -0, 33, 33, 1, 134724, 0x8b16af47 -0, 34, 34, 1, 134724, 0xb59fa1bd -0, 35, 35, 1, 134724, 0x2ec17c24 TEST filter-hq2x --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/dfa9 2014-07-01 05:51:26.507875743 -0400 +++ tests/data/fate/dfa9 2015-07-08 01:09:01.255523800 -0400 @@ -1,7 +0,0 @@ -#tb 0: 71/1000 -0, 0, 0, 1, 228150, 0xde68df49 -0, 1, 1, 1, 228150, 0x8e12bcaf -0, 2, 2, 1, 228150, 0x851b04f7 -0, 3, 3, 1, 228150, 0x7e5e0950 -0, 4, 4, 1, 228150, 0x1d92219f -0, 5, 5, 1, 228150, 0x93caa693 TEST filter-hq3x TEST filter-hq4x TEST filter-2xbr TEST filter-3xbr Test dfa8 failed. Look at tests/data/fate/dfa8.err for details. TEST filter-4xbr TEST filter-curves make: *** [fate-dfa8] Error 1 Test dfa9 failed. Look at tests/data/fate/dfa9.err for details. make: *** [fate-dfa9] Error 1 Test dfa1 failed. Look at tests/data/fate/dfa1.err for details. TEST filter-concat make: *** [fate-dfa1] Error 1 TEST filter-gradfun-sample TEST flac-16-chmode-indep TEST flac-16-chmode-left_side TEST flac-16-chmode-right_side TEST flac-16-chmode-mid_side TEST flac-16-fixed TEST flac-16-lpc-cholesky TEST flac-16-lpc-levinson TEST flac-24-comp-8 TEST flac-rice-params TEST gapless-mp3 TEST gif-disposal-background TEST gif-color TEST gif-disposal-restore TEST gif-gray TEST gifenc-rgb8 TEST gifenc-bgr8 TEST gifenc-rgb4_byte TEST gifenc-bgr4_byte TEST gifenc-gray TEST gifenc-pal8 TEST h264-conformance-aud_mw_e TEST h264-conformance-ba2_sony_f TEST h264-conformance-ba1_ft_c TEST h264-conformance-ba1_sony_d TEST h264-conformance-ba3_sva_c TEST h264-conformance-ba_mw_d TEST h264-conformance-bamq1_jvc_c TEST h264-conformance-bamq2_jvc_c TEST h264-conformance-banm_mw_d TEST h264-conformance-basqp1_sony_c TEST h264-conformance-caba1_sony_d TEST h264-conformance-caba1_sva_b TEST h264-conformance-caba2_sva_b TEST h264-conformance-caba3_sva_b TEST h264-conformance-caba3_toshiba_e TEST h264-conformance-caba2_sony_e TEST h264-conformance-cabac_mot_frm0_full TEST h264-conformance-cabac_mot_fld0_full TEST h264-conformance-cabac_mot_mbaff0_full TEST h264-conformance-cabac_mot_picaff0_full TEST h264-conformance-cabaci3_sony_b TEST h264-conformance-cabast3_sony_e TEST h264-conformance-cabastbr3_sony_b TEST h264-conformance-cabref3_sand_d TEST h264-conformance-cacqp3_sony_d TEST h264-conformance-cafi1_sva_c TEST h264-conformance-cama1_sony_c TEST h264-conformance-cama1_toshiba_b TEST h264-conformance-cama1_vtc_c TEST h264-conformance-cama3_sand_e TEST h264-conformance-cama2_vtc_b /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/h264-conformance-cabac_mot_picaff0_full.err: No space left on device TEST h264-conformance-cama3_vtc_b make: *** [fate-h264-conformance-cabac_mot_picaff0_full] Error 1 TEST h264-conformance-camaci3_sony_c TEST h264-conformance-camanl1_toshiba_b TEST h264-conformance-camanl3_sand_e TEST h264-conformance-camasl3_sony_b TEST h264-conformance-camp_mot_mbaff_l30 TEST h264-conformance-camanl2_toshiba_b Test flac-24-comp-8 failed. Look at tests/data/fate/flac-24-comp-8.err for details. make: *** [fate-flac-24-comp-8] Error 1 TEST h264-conformance-camp_mot_mbaff_l31 Test flac-16-fixed failed. Look at tests/data/fate/flac-16-fixed.err for details. Test flac-16-lpc-levinson failed. Look at tests/data/fate/flac-16-lpc-levinson.err for details. make: *** [fate-flac-16-fixed] Error 1 make: *** [fate-flac-16-lpc-levinson] Error 1 TEST h264-conformance-canl1_sony_e TEST h264-conformance-canl1_sva_b Test flac-16-chmode-right_side failed. Look at tests/data/fate/flac-16-chmode-right_side.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 53: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 58: echo: write error: No space left on device TEST h264-conformance-canl1_toshiba_g make: *** [fate-flac-16-chmode-right_side] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST h264-conformance-canl2_sony_e TEST h264-conformance-canl2_sva_b Test filter-amix-transition failed. Look at tests/data/fate/filter-amix-transition.err for details. make: *** [fate-filter-amix-transition] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST h264-conformance-canl3_sva_b TEST h264-conformance-canl4_sva_b stddev: 0.00 PSNR:150.42 MAXDIFF: 1 bytes: 1466650/ 1026914 size: |1466650 - 1026914| >= 0 TEST h264-conformance-canl3_sony_c TEST h264-conformance-canlma2_sony_c TEST h264-conformance-canlma3_sony_c TEST h264-conformance-capa1_toshiba_b --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/gif-color 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/gif-color 2015-07-08 01:09:01.985537890 -0400 @@ -140,35 +140,3 @@ 0, 138, 138, 1, 188356, 0xa302dfb2 0, 139, 139, 1, 188356, 0xe8a32ac1 0, 140, 140, 1, 188356, 0x50a8470d -0, 141, 141, 1, 188356, 0x52826061 -0, 142, 142, 1, 188356, 0x26e88798 -0, 143, 143, 1, 188356, 0x1448acb8 -0, 144, 144, 1, 188356, 0xfb380972 -0, 145, 145, 1, 188356, 0x184976e8 -0, 146, 146, 1, 188356, 0xa349a871 -0, 147, 147, 1, 188356, 0x617ed8b1 -0, 148, 148, 1, 188356, 0xb6bc1425 -0, 149, 149, 1, 188356, 0xafe74efd -0, 150, 150, 1, 188356, 0x0b8b61e5 -0, 151, 151, 1, 188356, 0xc6ad67a7 -0, 152, 152, 1, 188356, 0x4da186fe -0, 153, 153, 1, 188356, 0xe08f9975 -0, 154, 154, 1, 188356, 0xa43f8ba4 -0, 155, 155, 1, 188356, 0xcad4b6b5 -0, 156, 156, 1, 188356, 0x7e70d51e -0, 157, 157, 1, 188356, 0x429b0b5b -0, 158, 158, 1, 188356, 0xea92350d -0, 159, 159, 1, 188356, 0x9a7440f8 -0, 160, 160, 1, 188356, 0x63a2be6e -0, 161, 161, 1, 188356, 0x59b64b50 -0, 162, 162, 1, 188356, 0x63c4a10e -0, 163, 163, 1, 188356, 0x6146e5e0 -0, 164, 164, 1, 188356, 0x603b2ae5 -0, 165, 165, 1, 188356, 0x818bc774 -0, 166, 166, 1, 188356, 0xa5ce278f -0, 167, 167, 1, 188356, 0x4d85684d -0, 168, 168, 1, 188356, 0xbbda9cad -0, 169, 169, 1, 188356, 0xfee2e78e -0, 170, 170, 1, 188356, 0x681d2635 -0, 171, 171, 1, 188356, 0x05354903 -0, 172, 172, 1, 188356, 0x8eecac99 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/h264-conformance-caba3_toshiba_e.diff: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST h264-conformance-capama3_sand_f TEST h264-conformance-capcm1_sand_e TEST h264-conformance-capcmnl1_sand_e cat: TEST h264-conformance-caqp1_sony_b : No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 53: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 58: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/h264-conformance-caba3_toshiba_e.diff: No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/h264-conformance-bamq2_jvc_c.diff: No space left on device TEST h264-conformance-cavlc_mot_frm0_full_b TEST h264-conformance-cavlc_mot_mbaff0_full_b /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/h264-conformance-canl3_sva_b.err: No space left on device cat: tests/data/fate/h264-conformance-bamq2_jvc_c.diff: No such file or directory TEST h264-conformance-cavlc_mot_picaff0_full_b /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/h264-conformance-canl4_sva_b.err: No space left on device make: *** [fate-h264-conformance-canl3_sva_b] Error 1 TEST h264-conformance-cawp1_toshiba_e /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/h264-conformance-bamq2_jvc_c.diff: No such file or directory make: *** [fate-h264-conformance-canl4_sva_b] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-caba3_toshiba_e failed. Look at tests/data/fate/h264-conformance-caba3_toshiba_e.err for details. make: *** [fate-h264-conformance-caba3_toshiba_e] Error 1TEST h264-conformance-cawp5_toshiba_e /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test gif-color failed. Look at tests/data/fate/gif-color.err for details. TEST h264-conformance-ci1_ft_b Test filter-aresample failed. Look at tests/data/fate/filter-aresample.err for details. make: *** [fate-gif-color] Error 1 TEST h264-conformance-cavlc_mot_fld0_full_b TEST h264-conformance-ci_mw_d /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-bamq2_jvc_c failed. Look at tests/data/fate/h264-conformance-bamq2_jvc_c.err for details. make: *** [fate-filter-aresample] Error 1 make: *** [fate-h264-conformance-bamq2_jvc_c] Error 1 TEST h264-conformance-capm3_sony_d /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/h264-conformance-canl3_sony_c: No space left on device TEST h264-conformance-cvbs3_sony_c make: *** [fate-h264-conformance-canl3_sony_c] Error 1 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST h264-conformance-cvcanlma2_sony_c diff: standard output: No space left on device TEST h264-conformance-cvfi1_sva_c TEST h264-conformance-cvfi2_sony_h TEST h264-conformance-cvfi2_sva_c TEST h264-conformance-cvma1_sony_d TEST h264-conformance-cvma1_toshiba_b size: |705600 - 655360| >= 0 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-camaci3_sony_c 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-camaci3_sony_c 2015-07-08 01:09:02.095540015 -0400 @@ -1,18 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 36864, 0x9b5dcf28 -0, 1, 1, 1, 36864, 0xb13d4fee -0, 2, 2, 1, 36864, 0x11c512ac -0, 3, 3, 1, 36864, 0xc013b0e3 -0, 4, 4, 1, 36864, 0x25002dae -0, 5, 5, 1, 36864, 0xefd0055a -0, 6, 6, 1, 36864, 0x6be2d3b2 -0, 7, 7, 1, 36864, 0xa8a0d525 -0, 8, 8, 1, 36864, 0x1bf942e8 -0, 9, 9, 1, 36864, 0x5c08c94f -0, 10, 10, 1, 36864, 0x5555e762 -0, 11, 11, 1, 36864, 0xcc1429c7 -0, 12, 12, 1, 36864, 0xa3cc1535 -0, 13, 13, 1, 36864, 0x14dc2b75 -0, 14, 14, 1, 36864, 0x6b965ce9 -0, 15, 15, 1, 36864, 0x7424d19b -0, 16, 16, 1, 36864, 0xcada6a7f TEST h264-conformance-cvmanl1_toshiba_b Test h264-conformance-ba2_sony_f failed. Look at tests/data/fate/h264-conformance-ba2_sony_f.err for details. TEST h264-conformance-cvfc1_sony_c make: *** [fate-h264-conformance-ba2_sony_f] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-cabref3_sand_d failed. Look at tests/data/fate/h264-conformance-cabref3_sand_d.err for details. TEST h264-conformance-cvmanl2_toshiba_b make: *** [fate-h264-conformance-cabref3_sand_d] Error 1 TEST h264-conformance-cvmaqp2_sony_g --- /home/ibmcrl/ffmpeg/src/tests/ref/lavf/mxf_opatom 2015-06-11 04:54:32.290778662 -0400 +++ tests/data/fate/lavf-mxf_opatom 2015-07-08 01:08:42.485161519 -0400 @@ -1,3 +0,0 @@ -6cab8f702746ca7184c608b4c06a224b *./tests/data/lavf/lavf.mxf_opatom -4717113 ./tests/data/lavf/lavf.mxf_opatom -./tests/data/lavf/lavf.mxf_opatom CRC=0xbdd696b9 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-camaci3_sony_c failed. Look at tests/data/fate/h264-conformance-camaci3_sony_c.err for details. make: *** [fate-h264-conformance-camaci3_sony_c] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: Test h264-conformance-camanl3_sand_e failed. LoTest vsynth1-jpeg2000-97 failed. Look at tests/data/fate/vsynth1-jpeg2000-97.err for details. make: *** [fate-h264-conformance-camanl3_sand_e] Error 1 make: *** [fate-vsynth1-jpeg2000-97] Error 1 make: *** [fate-h264-conformance-cvmp_mot_fld_l30_b] Error 1 make: *** [fate-h264-conformance-cvmp_mot_frm_l31_b] Error 1 Test h264-conformance-cabac_mot_frm0_full failed. Look at tests/data/fate/h264-conformance-cabac_mot_frm0_full.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-caba2_sony_e 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-caba2_sony_e 2015-07-08 01:09:02.365545225 -0400 @@ -1,301 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 38016, 0xb3883478 -0, 1, 1, 1, 38016, 0x23a30e47 -0, 2, 2, 1, 38016, 0xa0b7df0f -0, 3, 3, 1, 38016, 0x5cd9beed -0, 4, 4, 1, 38016, 0x13b09699 -0, 5, 5, 1, 38016, 0x66697d65 -0, 6, 6, 1, 38016, 0xf0486d0d -0, 7, 7, 1, 38016, 0xaf94644e -0, 8, 8, 1, 38016, 0x43c45981 -0, 9, 9, 1, 38016, 0x8f655e70 -0, 10, 10, 1, 38016, 0x3d747a52 -0, 11, 11, 1, 38016, 0x906e95f9 -0, 12, 12, 1, 38016, 0xdd3ea1a0 -0, 13, 13, 1, 38016, 0x216eb0ee -0, 14, 14, 1, 38016, 0x06cbabfe -0, 15, 15, 1, 38016, 0xd41c9cf7 -0, 16, 16, 1, 38016, 0x6d2fa58e -0, 17, 17, 1, 38016, 0x0adca6fc -0, 18, 18, 1, 38016, 0x51c49ad9 -0, 19, 19, 1, 38016, 0x83e57a42 -0, 20, 20, 1, 38016, 0xe47b5dad -0, 21, 21, 1, 38016, 0x5e123c13 -0, 22, 22, 1, 38016, 0xad682f93 -0, 23, 23, 1, 38016, 0x77b02d2c -0, 24, 24, 1, 38016, 0x976d316e -0, 25, 25, 1, 38016, 0x3d923c72 -0, 26, 26, 1, 38016, 0xf073398d -0, 27, 27, 1, 38016, 0x6dc547b4 -0, 28, 28, 1, 38016, 0xfa9859b3 -0, 29, 29, 1, 38016, 0xfc3f77b9 -0, 30, 30, 1, 38016, 0xed9563d3 -0, 31, 31, 1, 38016, 0xc040929e -0, 32, 32, 1, 38016, 0x5562af3c -0, 33, 33, 1, 38016, 0xa56abc78 -0, 34, 34, 1, 38016, 0x702ec702 -0, 35, 35, 1, 38016, 0x8ee7c909 -0, 36, 36, 1, 38016, 0x9065c44f -0, 37, 37, 1, 38016, 0x11e3c40b -0, 38, 38, 1, 38016, 0x20fbc27a -0, 39, 39, 1, 38016, 0xaeecc582 -0, 40, 40, 1, 38016, 0x3b32ca4f -0, 41, 41, 1, 38016, 0x5464ce6c -0, 42, 42, 1, 38016, 0x41d4cd66 -0, 43, 43, 1, 38016, 0x8a69c6ef -0, 44, 44, 1, 38016, 0x2c63c59e -0, 45, 45, 1, 38016, 0xe3728780 -0, 46, 46, 1, 38016, 0xc60c9ca3 -0, 47, 47, 1, 38016, 0x8299a65a -0, 48, 48, 1, 38016, 0x67d4b3d5 -0, 49, 49, 1, 38016, 0xd650bd19 -0, 50, 50, 1, 38016, 0xe8c9b285 -0, 51, 51, 1, 38016, 0x9a3dba0c -0, 52, 52, 1, 38016, 0xb3f4bfc3 -0, 53, 53, 1, 38016, 0xe3edbe71 -0, 54, 54, 1, 38016, 0xea7fc14f -0, 55, 55, 1, 38016, 0x4560cb94 -0, 56, 56, 1, 38016, 0x3b48ce1b -0, 57, 57, 1, 38016, 0xc668d24c -0, 58, 58, 1, 38016, 0x8bdcd514 -0, 59, 59, 1, 38016, 0xd0f8d380 -0, 60, 60, 1, 38016, 0x98a59a5a -0, 61, 61, 1, 38016, 0x086d9c52 -0, 62, 62, 1, 38016, 0x50417af3 -0, 63, 63, 1, 38016, 0xe8ae428b -0, 64, 64, 1, 38016, 0xb5663f68 -0, 65, 65, 1, 38016, 0x452e6045 -0, 66, 66, 1, 38016, 0x0412991e -0, 67, 67, 1, 38016, 0xa791d0c8 -0, 68, 68, 1, 38016, 0x952c13e8 -0, 69, 69, 1, 38016, 0x9356462c -0, 70, 70, 1, 38016, 0x34026bf3 -0, 71, 71, 1, 38016, 0x3a109e70 -0, 72, 72, 1, 38016, 0xc28dccb1 -0, 73, 73, 1, 38016, 0x445f08e7 -0, 74, 74, 1, 38016, 0x1e0c4781 -0, 75, 75, 1, 38016, 0x4c0b3afa -0, 76, 76, 1, 38016, 0x90147b21 -0, 77, 77, 1, 38016, 0xe6fb9ee6 -0, 78, 78, 1, 38016, 0x3bbac15a -0, 79, 79, 1, 38016, 0x113ecc97 -0, 80, 80, 1, 38016, 0xa271e248 -0, 81, 81, 1, 38016, 0xbc97f36a -0, 82, 82, 1, 38016, 0x2a5af366 -0, 83, 83, 1, 38016, 0xc171ec49 -0, 84, 84, 1, 38016, 0x2393e85e -0, 85, 85, 1, 38016, 0xbf59eeb0 -0, 86, 86, 1, 38016, 0xcec2f989 -0, 87, 87, 1, 38016, 0x3cb8fcb3 -0, 88, 88, 1, 38016, 0x28150278 -0, 89, 89, 1, 38016, 0x27f70026 -0, 90, 90, 1, 38016, 0x8fa69f07 -0, 91, 91, 1, 38016, 0x198b9a79 -0, 92, 92, 1, 38016, 0x40928d52 -0, 93, 93, 1, 38016, 0x1504834e -0, 94, 94, 1, 38016, 0xb53677ab -0, 95, 95, 1, 38016, 0x2e2c783d -0, 96, 96, 1, 38016, 0x5fd38e3a -0, 97, 97, 1, 38016, 0x697e9cd3 -0, 98, 98, 1, 38016, 0x0b18ad4b -0, 99, 99, 1, 38016, 0x6ad7b78f -0, 100, 100, 1, 38016, 0x6af3c654 -0, 101, 101, 1, 38016, 0x5aabb804 -0, 102, 102, 1, 38016, 0x9b5aa6e5 -0, 103, 103, 1, 38016, 0x2993a311 -0, 104, 104, 1, 38016, 0x1382b8e5 -0, 105, 105, 1, 38016, 0xf294a253 -0, 106, 106, 1, 38016, 0xafa5c2a5 -0, 107, 107, 1, 38016, 0x621ce2b5 -0, 108, 108, 1, 38016, 0x676c0440 -0, 109, 109, 1, 38016, 0xa7c31e07 -0, 110, 110, 1, 38016, 0x29612ba2 -0, 111, 111, 1, 38016, 0xb38c3920 -0, 112, 112, 1, 38016, 0xfcce3ee5 -0, 113, 113, 1, 38016, 0x3ee81fac -0, 114, 114, 1, 38016, 0x635cfdb0 -0, 115, 115, 1, 38016, 0x222afa63 -0, 116, 116, 1, 38016, 0x230c09cb -0, 117, 117, 1, 38016, 0x2b491802 -0, 118, 118, 1, 38016, 0x9cac2164 -0, 119, 119, 1, 38016, 0xa0532de8 -0, 120, 120, 1, 38016, 0x32e93592 -0, 121, 121, 1, 38016, 0x724033a9 -0, 122, 122, 1, 38016, 0x74411884 -0, 123, 123, 1, 38016, 0xae14efcf -0, 124, 124, 1, 38016, 0x0188cdc7 -0, 125, 125, 1, 38016, 0x5708b5c1 -0, 126, 126, 1, 38016, 0x54aba6da -0, 127, 127, 1, 38016, 0x7364b397 -0, 128, 128, 1, 38016, 0xf676c547 -0, 129, 129, 1, 38016, 0x6926db3a -0, 130, 130, 1, 38016, 0xccdbe5be -0, 131, 131, 1, 38016, 0x8fc8e490 -0, 132, 132, 1, 38016, 0x5d7fdd35 -0, 133, 133, 1, 38016, 0x0e27e010 -0, 134, 134, 1, 38016, 0x8120dd43 -0, 135, 135, 1, 38016, 0x1612a173 -0, 136, 136, 1, 38016, 0x3f1cb4b7 -0, 137, 137, 1, 38016, 0xd1c7b0a6 -0, 138, 138, 1, 38016, 0x472baad5 -0, 139, 139, 1, 38016, 0xfe37a1f3 -0, 140, 140, 1, 38016, 0x42a391ba -0, 141, 141, 1, 38016, 0xdb618cac -0, 142, 142, 1, 38016, 0x7af879bf -0, 143, 143, 1, 38016, 0xe6f27644 -0, 144, 144, 1, 38016, 0x550a7f0c -0, 145, 145, 1, 38016, 0x7d297eaa -0, 146, 146, 1, 38016, 0xaeb57623 -0, 147, 147, 1, 38016, 0x6d5e4995 -0, 148, 148, 1, 38016, 0x57df1be0 -0, 149, 149, 1, 38016, 0x7617f825 -0, 150, 150, 1, 38016, 0xf731aef2 -0, 151, 151, 1, 38016, 0x489aae6c -0, 152, 152, 1, 38016, 0x2d80b7a4 -0, 153, 153, 1, 38016, 0xe4b6ac4e -0, 154, 154, 1, 38016, 0xd243a374 -0, 155, 155, 1, 38016, 0x5cf9b85b -0, 156, 156, 1, 38016, 0xe824d798 -0, 157, 157, 1, 38016, 0x8a46f630 -0, 158, 158, 1, 38016, 0x4a03337f -0, 159, 159, 1, 38016, 0xefe25cf7 -0, 160, 160, 1, 38016, 0xed876efa -0, 161, 161, 1, 38016, 0xdf1b6b65 -0, 162, 162, 1, 38016, 0xd3225d8c -0, 163, 163, 1, 38016, 0x0cf04d8d -0, 164, 164, 1, 38016, 0x0fdc3bb3 -0, 165, 165, 1, 38016, 0xc31bf5da -0, 166, 166, 1, 38016, 0x09e0ec79 -0, 167, 167, 1, 38016, 0x6521c8fb -0, 168, 168, 1, 38016, 0x6f67a94c -0, 169, 169, 1, 38016, 0xa0a49f38 -0, 170, 170, 1, 38016, 0x759fb6f2 -0, 171, 171, 1, 38016, 0xea41ddf8 -0, 172, 172, 1, 38016, 0xe559f0a6 -0, 173, 173, 1, 38016, 0x1dcbec38 -0, 174, 174, 1, 38016, 0xfb62dc6a -0, 175, 175, 1, 38016, 0x3d0fac24 -0, 176, 176, 1, 38016, 0x87c373a1 -0, 177, 177, 1, 38016, 0x97a84562 -0, 178, 178, 1, 38016, 0xe4361c2e -0, 179, 179, 1, 38016, 0x21170c47 -0, 180, 180, 1, 38016, 0x0769ec52 -0, 181, 181, 1, 38016, 0xac1ad44d -0, 182, 182, 1, 38016, 0xdf87cb3e -0, 183, 183, 1, 38016, 0x95c0d66f -0, 184, 184, 1, 38016, 0xba33da6f -0, 185, 185, 1, 38016, 0x71b2e866 -0, 186, 186, 1, 38016, 0x64540dd1 -0, 187, 187, 1, 38016, 0x79cb2d92 -0, 188, 188, 1, 38016, 0xfe8e394b -0, 189, 189, 1, 38016, 0x648f443f -0, 190, 190, 1, 38016, 0x491eee56 -0, 191, 191, 1, 38016, 0x6195b91b -0, 192, 192, 1, 38016, 0x3935c2b0 -0, 193, 193, 1, 38016, 0x2408e296 -0, 194, 194, 1, 38016, 0xe17106b5 -0, 195, 195, 1, 38016, 0xd8d01ad1 -0, 196, 196, 1, 38016, 0x85d15104 -0, 197, 197, 1, 38016, 0xacc16731 -0, 198, 198, 1, 38016, 0xb6a990b7 -0, 199, 199, 1, 38016, 0x8153a9cd -0, 200, 200, 1, 38016, 0xef5ab92a -0, 201, 201, 1, 38016, 0x392acfab -0, 202, 202, 1, 38016, 0x7031d48e -0, 203, 203, 1, 38016, 0x5d3ed39f -0, 204, 204, 1, 38016, 0x004fd516 -0, 205, 205, 1, 38016, 0x8de7dc94 -0, 206, 206, 1, 38016, 0x7e21db4a -0, 207, 207, 1, 38016, 0x518dd829 -0, 208, 208, 1, 38016, 0xf780cf45 -0, 209, 209, 1, 38016, 0x0a49bd6f -0, 210, 210, 1, 38016, 0xadb65d17 -0, 211, 211, 1, 38016, 0xbe79629d -0, 212, 212, 1, 38016, 0x2daa65c8 -0, 213, 213, 1, 38016, 0x0b4a6737 -0, 214, 214, 1, 38016, 0x8e705885 -0, 215, 215, 1, 38016, 0x6d2a4af2 -0, 216, 216, 1, 38016, 0x89fe4b54 -0, 217, 217, 1, 38016, 0x90cb4dde -0, 218, 218, 1, 38016, 0x2d9e4f4e -0, 219, 219, 1, 38016, 0x5fcd4a7b -0, 220, 220, 1, 38016, 0xdb4143e7 -0, 221, 221, 1, 38016, 0xd9343662 -0, 222, 222, 1, 38016, 0xdf4a2af2 -0, 223, 223, 1, 38016, 0xbe8f1fd2 -0, 224, 224, 1, 38016, 0x4658200f -0, 225, 225, 1, 38016, 0x92b51315 -0, 226, 226, 1, 38016, 0x441f1576 -0, 227, 227, 1, 38016, 0x970b29b4 -0, 228, 228, 1, 38016, 0x93ac40f2 -0, 229, 229, 1, 38016, 0xa0ac6b06 -0, 230, 230, 1, 38016, 0xdd5b8f01 -0, 231, 231, 1, 38016, 0xa921b3d5 -0, 232, 232, 1, 38016, 0xdd6fdf01 -0, 233, 233, 1, 38016, 0x1c6c0306 -0, 234, 234, 1, 38016, 0xcea2235d -0, 235, 235, 1, 38016, 0x43853758 -0, 236, 236, 1, 38016, 0xa0234e29 -0, 237, 237, 1, 38016, 0x94c85022 -0, 238, 238, 1, 38016, 0xaf4e33ab -0, 239, 239, 1, 38016, 0x07f90e0c -0, 240, 240, 1, 38016, 0x99cee4bd -0, 241, 241, 1, 38016, 0xb7cdcf79 -0, 242, 242, 1, 38016, 0x5923c14c -0, 243, 243, 1, 38016, 0x771f15d4 -0, 244, 244, 1, 38016, 0x20f08043 -0, 245, 245, 1, 38016, 0xb7bfeab2 -0, 246, 246, 1, 38016, 0x53440996 -0, 247, 247, 1, 38016, 0x6452d384 -0, 248, 248, 1, 38016, 0xabcb975e -0, 249, 249, 1, 38016, 0x146123b9 -0, 250, 250, 1, 38016, 0xbeddbfff -0, 251, 251, 1, 38016, 0xa0c97c47 -0, 252, 252, 1, 38016, 0x1dca7308 -0, 253, 253, 1, 38016, 0x16c5c832 -0, 254, 254, 1, 38016, 0xcab326b9 -0, 255, 255, 1, 38016, 0xe952c9bd -0, 256, 256, 1, 38016, 0x216ec182 -0, 257, 257, 1, 38016, 0xb21a5074 -0, 258, 258, 1, 38016, 0xcbe73c15 -0, 259, 259, 1, 38016, 0xb5e532de -0, 260, 260, 1, 38016, 0x3a693aa5 -0, 261, 261, 1, 38016, 0x157f4a20 -0, 262, 262, 1, 38016, 0x9f9a5868 -0, 263, 263, 1, 38016, 0x50f65ea1 -0, 264, 264, 1, 38016, 0xe1735d4f -0, 265, 265, 1, 38016, 0x15284ec7 -0, 266, 266, 1, 38016, 0x32433d94 -0, 267, 267, 1, 38016, 0x768f2092 -0, 268, 268, 1, 38016, 0x6b01f5ad -0, 269, 269, 1, 38016, 0xadcbce27 -0, 270, 270, 1, 38016, 0x6faca613 -0, 271, 271, 1, 38016, 0xd9327d40 -0, 272, 272, 1, 38016, 0xbc1060ef -0, 273, 273, 1, 38016, 0xbe071251 -0, 274, 274, 1, 38016, 0x47abbfaa -0, 275, 275, 1, 38016, 0x4851af88 -0, 276, 276, 1, 38016, 0xff53c772 -0, 277, 277, 1, 38016, 0xa1dcbef5 -0, 278, 278, 1, 38016, 0x106df309 -0, 279, 279, 1, 38016, 0x92e65f13 -0, 280, 280, 1, 38016, 0x7e8ffdb9 -0, 281, 281, 1, 38016, 0x0ba4d317 -0, 282, 282, 1, 38016, 0xe038a2a2 -0, 283, 283, 1, 38016, 0xc479675b -0, 284, 284, 1, 38016, 0xadbc4d18 -0, 285, 285, 1, 38016, 0x2d41a44b -0, 286, 286, 1, 38016, 0x3240617d -0, 287, 287, 1, 38016, 0xa60f9b98 -0, 288, 288, 1, 38016, 0x3aeea379 -0, 289, 289, 1, 38016, 0x45a0936c -0, 290, 290, 1, 38016, 0xf0c42d2f -0, 291, 291, 1, 38016, 0x930343ee -0, 292, 292, 1, 38016, 0xe074d631 -0, 293, 293, 1, 38016, 0xc6f20ab5 -0, 294, 294, 1, 38016, 0x3f5a4ef7 -0, 295, 295, 1, 38016, 0x94d44b16 -0, 296, 296, 1, 38016, 0xa52427da -0, 297, 297, 1, 38016, 0x2f2116a1 -0, 298, 298, 1, 38016, 0x566c2541 -0, 299, 299, 1, 38016, 0x0b894c8b make: *** [fate-flac-16-chmode-indep] Error 1 make: *** [fate-h264-conformance-cabac_mot_frm0_full] Error 1 make: *** [fate-flac-16-chmode-left_side] Error 1 make: *** [fate-h264-conformance-cvnlfi1_sony_c] Error 1 make: *** [fate-h264-conformance-cvnlfi2_sony_h] Error 1 make: *** [fate-h264-conformance-cvpa1_toshiba_b] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-caba3_sva_b 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-caba3_sva_b 2015-07-08 01:09:02.355545032 -0400 @@ -1,34 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 38016, 0x0e091175 -0, 1, 1, 1, 38016, 0xe8f81506 -0, 2, 2, 1, 38016, 0xf706f5cd -0, 3, 3, 1, 38016, 0x9aeb21b1 -0, 4, 4, 1, 38016, 0xdc533379 -0, 5, 5, 1, 38016, 0xd26d534b -0, 6, 6, 1, 38016, 0xdcb25dc5 -0, 7, 7, 1, 38016, 0x1b258cc2 -0, 8, 8, 1, 38016, 0xdfb58ff8 -0, 9, 9, 1, 38016, 0x143abf85 -0, 10, 10, 1, 38016, 0xace399ea -0, 11, 11, 1, 38016, 0x1ad6bb8e -0, 12, 12, 1, 38016, 0xf01d9b78 -0, 13, 13, 1, 38016, 0x5a0c99ed -0, 14, 14, 1, 38016, 0x9d4e684c -0, 15, 15, 1, 38016, 0xca3d811f -0, 16, 16, 1, 38016, 0x388c7bc4 -0, 17, 17, 1, 38016, 0x36329ae0 -0, 18, 18, 1, 38016, 0x7ca686ac -0, 19, 19, 1, 38016, 0x9d7ababf -0, 20, 20, 1, 38016, 0x563eaf2a -0, 21, 21, 1, 38016, 0xce22a4be -0, 22, 22, 1, 38016, 0xb7cb719a -0, 23, 23, 1, 38016, 0x7b706edf -0, 24, 24, 1, 38016, 0x009a30b5 -0, 25, 25, 1, 38016, 0xf1fe3fbc -0, 26, 26, 1, 38016, 0x7f732436 -0, 27, 27, 1, 38016, 0x055147ec -0, 28, 28, 1, 38016, 0x1670494c -0, 29, 29, 1, 38016, 0xfede7bab -0, 30, 30, 1, 38016, 0xa3b660d8 -0, 31, 31, 1, 38016, 0x33db7209 -0, 32, 32, 1, 38016, 0xb7b25559 Test vsynth_lena-snow failed. Look at tests/data/fate/vsynth_lena-snow.err for details. Test h264-conformance-cama2_vtc_b failed. Look at tests/data/fate/h264-conformance-cama2_vtc_b.err for details. make: *** [fate-h264-conformance-cama2_vtc_b] Error 1 diff: *** [fate-vsynth_lena-snow] Error 1 Test h264-conformance-canl1_sony_e failed. Look at tests/data/fate/h264-conformance-canl1_sony_e.err for details. TEST h264-conformance-cvpcmnl2_sva_c make: *** [fate-h264-conformance-canl1_sony_e] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-ba_mw_d failed. Look at tests/data/fate/h264-conformance-ba_mw_d.err for details. make: *** [fate-h264-conformance-ba_mw_d] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test gifenc-gray failed. Look at tests/data/fate/gifenc-gray.err for details. Test h264-conformance-aud_mw_e faile TEST h264-conformance-cvwp1_toshiba_e Test h264-conformance-caba2_sony_e failed. Look at tests/data/fate/h264-conformance-caba2_sony_e.err for details. Test h264-conformance-caba3_sva_b failed. Look at tests/data/fate/h264-conformance-caba3_sva_b.err for details. make: Test h264-conformance-cabac_mot_fld0_full failed. Look at tests/data/fate/h264-conformance-cabac_mot_fld0_full.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-canl1_sva_b 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-canl1_sva_b 2015-07-08 01:09:02.425546383 -0400 @@ -1,18 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 38016, 0x0bd22424 -0, 1, 1, 1, 38016, 0x4eb601f0 -0, 2, 2, 1, 38016, 0xe16de459 -0, 3, 3, 1, 38016, 0xde2e0c37 -0, 4, 4, 1, 38016, 0x14a0286b -0, 5, 5, 1, 38016, 0x37bc35b5 -0, 6, 6, 1, 38016, 0xcfa24923 -0, 7, 7, 1, 38016, 0xac755ba0 -0, 8, 8, 1, 38016, 0x27d1822a -0, 9, 9, 1, 38016, 0xa8039548 -0, 10, 10, 1, 38016, 0x400ea1fb -0, 11, 11, 1, 38016, 0x7d2ca44a -0, 12, 12, 1, 38016, 0xd42dae4f -0, 13, 13, 1, 38016, 0x39ce9599 -0, 14, 14, 1, 38016, 0x37498aa1 -0, 15, 15, 1, 38016, 0x8558911f -0, 16, 16, 1, 38016, 0x06a8a9ad make: *** [fate-h264-conformance-caba3_sva_b] Error 1 TEST h264-conformance-cvwp2_toshiba_e make: *** [fate-h264-conformance-caba2_sony_e] Error 1 make: *** [fate-h264-conformance-cabac_mot_fld0_full] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-caba1_sva_b 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-caba1_sva_b 2015-07-08 01:09:02.405545997 -0400 @@ -1,18 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 38016, 0xee831fe4 -0, 1, 1, 1, 38016, 0x1098ff23 -0, 2, 2, 1, 38016, 0x8fc3e078 -0, 3, 3, 1, 38016, 0x86530991 -0, 4, 4, 1, 38016, 0xdc8e279e -0, 5, 5, 1, 38016, 0x54ea3234 -0, 6, 6, 1, 38016, 0x79014662 -0, 7, 7, 1, 38016, 0x5d0a5a88 -0, 8, 8, 1, 38016, 0xf712805d -0, 9, 9, 1, 38016, 0x0a09937e -0, 10, 10, 1, 38016, 0xfa62a1d7 -0, 11, 11, 1, 38016, 0x67c6a41b -0, 12, 12, 1, 38016, 0x6452ab94 -0, 13, 13, 1, 38016, 0xdb269049 -0, 14, 14, 1, 38016, 0xc7ab8864 -0, 15, 15, 1, 38016, 0xbb828f4a -0, 16, 16, 1, 38016, 0x4fb3a61a Test h264-conformance-canl1_sva_b failed. Look at tests/data/fate/h264-conformance-canl1_sva_b.err for details. make: TEST h264-conformance-cvwp3_toshiba_e Test h264-conformance-cabac_mot_mbaff0_full failed. Look at tests/data/fate/h264-conformance-cabac_mot_mbaff0_full.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-cvbs3_sony_c 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-cvbs3_sony_c 2015-07-08 01:09:02.525548313 -0400 @@ -1,301 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 38016, 0xb3883478 -0, 1, 1, 1, 38016, 0xddf01d9d -0, 2, 2, 1, 38016, 0xb177ece2 -0, 3, 3, 1, 38016, 0xfcd6aec1 -0, 4, 4, 1, 38016, 0x5cb5a017 -0, 5, 5, 1, 38016, 0xeb3884e7 -0, 6, 6, 1, 38016, 0xa8494fb1 -0, 7, 7, 1, 38016, 0xe0084edb -0, 8, 8, 1, 38016, 0x605845e7 -0, 9, 9, 1, 38016, 0xe2103e96 -0, 10, 10, 1, 38016, 0x3b057699 -0, 11, 11, 1, 38016, 0x130b9413 -0, 12, 12, 1, 38016, 0x1af773f6 -0, 13, 13, 1, 38016, 0x1a77b1f3 -0, 14, 14, 1, 38016, 0xbb5bac34 -0, 15, 15, 1, 38016, 0xd41c9cf7 -0, 16, 16, 1, 38016, 0x6df3ac7f -0, 17, 17, 1, 38016, 0xba44a850 -0, 18, 18, 1, 38016, 0xe8887fc4 -0, 19, 19, 1, 38016, 0xa50387fa -0, 20, 20, 1, 38016, 0x164c6317 -0, 21, 21, 1, 38016, 0xb9c52925 -0, 22, 22, 1, 38016, 0xfbcc2f11 -0, 23, 23, 1, 38016, 0x5c0f258c -0, 24, 24, 1, 38016, 0x0d61186e -0, 25, 25, 1, 38016, 0xec173b07 -0, 26, 26, 1, 38016, 0x322c353a -0, 27, 27, 1, 38016, 0x30f72be0 -0, 28, 28, 1, 38016, 0xb0aa5d52 -0, 29, 29, 1, 38016, 0x915a70e2 -0, 30, 30, 1, 38016, 0xed9563d3 -0, 31, 31, 1, 38016, 0x2122a450 -0, 32, 32, 1, 38016, 0xc8a6ba0a -0, 33, 33, 1, 38016, 0x7fbaad08 -0, 34, 34, 1, 38016, 0xef19d83b -0, 35, 35, 1, 38016, 0x4fb1d339 -0, 36, 36, 1, 38016, 0xe73eb1a3 -0, 37, 37, 1, 38016, 0xfd23d6f0 -0, 38, 38, 1, 38016, 0xfc21ca53 -0, 39, 39, 1, 38016, 0xa6c7b2c9 -0, 40, 40, 1, 38016, 0x4fb3c8e0 -0, 41, 41, 1, 38016, 0xdb7acc62 -0, 42, 42, 1, 38016, 0x281db765 -0, 43, 43, 1, 38016, 0x2e11b6e9 -0, 44, 44, 1, 38016, 0x8237b906 -0, 45, 45, 1, 38016, 0xe3728780 -0, 46, 46, 1, 38016, 0x2932a82c -0, 47, 47, 1, 38016, 0x8a0ab2ca -0, 48, 48, 1, 38016, 0xdb38a893 -0, 49, 49, 1, 38016, 0xd64cbfc3 -0, 50, 50, 1, 38016, 0x8a53b992 -0, 51, 51, 1, 38016, 0xef29abc9 -0, 52, 52, 1, 38016, 0x6d64baf6 -0, 53, 53, 1, 38016, 0xc402bf13 -0, 54, 54, 1, 38016, 0x00c7b709 -0, 55, 55, 1, 38016, 0x55ddcb84 -0, 56, 56, 1, 38016, 0x22cac705 -0, 57, 57, 1, 38016, 0xfa1bc59d -0, 58, 58, 1, 38016, 0x82a1d3d0 -0, 59, 59, 1, 38016, 0x7db8d411 -0, 60, 60, 1, 38016, 0x98a59a5a -0, 61, 61, 1, 38016, 0x02bda814 -0, 62, 62, 1, 38016, 0xc4a288d9 -0, 63, 63, 1, 38016, 0x799a3804 -0, 64, 64, 1, 38016, 0x11474f82 -0, 65, 65, 1, 38016, 0x0b807846 -0, 66, 66, 1, 38016, 0x2a118c7e -0, 67, 67, 1, 38016, 0xa076e441 -0, 68, 68, 1, 38016, 0x9b2c1c2b -0, 69, 69, 1, 38016, 0xf1433098 -0, 70, 70, 1, 38016, 0xbf68697b -0, 71, 71, 1, 38016, 0x0c2c94de -0, 72, 72, 1, 38016, 0x5fdcb88b -0, 73, 73, 1, 38016, 0x543dfb09 -0, 74, 74, 1, 38016, 0x4c602fc8 -0, 75, 75, 1, 38016, 0x4c0b3afa -0, 76, 76, 1, 38016, 0x97dd846b -0, 77, 77, 1, 38016, 0xb5cb97f7 -0, 78, 78, 1, 38016, 0x42dba91c -0, 79, 79, 1, 38016, 0x827cc117 -0, 80, 80, 1, 38016, 0xd589cd88 -0, 81, 81, 1, 38016, 0x15bfdd09 -0, 82, 82, 1, 38016, 0x77cbe929 -0, 83, 83, 1, 38016, 0x499edfb2 -0, 84, 84, 1, 38016, 0x3bd5d22c -0, 85, 85, 1, 38016, 0xed0ed545 -0, 86, 86, 1, 38016, 0x1751e754 -0, 87, 87, 1, 38016, 0x042feed4 -0, 88, 88, 1, 38016, 0x24dde6b3 -0, 89, 89, 1, 38016, 0x8aa2ed66 -0, 90, 90, 1, 38016, 0x8fa69f07 -0, 91, 91, 1, 38016, 0xe018ad28 -0, 92, 92, 1, 38016, 0x0b31992e -0, 93, 93, 1, 38016, 0xf8aa6dbc -0, 94, 94, 1, 38016, 0x0eb36da4 -0, 95, 95, 1, 38016, 0x392b6658 -0, 96, 96, 1, 38016, 0xb8056967 -0, 97, 97, 1, 38016, 0x16899181 -0, 98, 98, 1, 38016, 0x44b9a1b2 -0, 99, 99, 1, 38016, 0x20ee9b98 -0, 100, 100, 1, 38016, 0x42cdad98 -0, 101, 101, 1, 38016, 0xd438a3d6 -0, 102, 102, 1, 38016, 0x551e8751 -0, 103, 103, 1, 38016, 0x68428f39 -0, 104, 104, 1, 38016, 0x7449b249 -0, 105, 105, 1, 38016, 0xf294a253 -0, 106, 106, 1, 38016, 0x8628d899 -0, 107, 107, 1, 38016, 0xba05f633 -0, 108, 108, 1, 38016, 0x329bfacb -0, 109, 109, 1, 38016, 0xaa5c33dd -0, 110, 110, 1, 38016, 0x2b9437d9 -0, 111, 111, 1, 38016, 0x8bd8273b -0, 112, 112, 1, 38016, 0xc6d541fb -0, 113, 113, 1, 38016, 0xb42c1e45 -0, 114, 114, 1, 38016, 0xdd39e610 -0, 115, 115, 1, 38016, 0xae56fe66 -0, 116, 116, 1, 38016, 0x812a16e4 -0, 117, 117, 1, 38016, 0x47fdff0f -0, 118, 118, 1, 38016, 0xfbb33b56 -0, 119, 119, 1, 38016, 0x792a486f -0, 120, 120, 1, 38016, 0x32e93592 -0, 121, 121, 1, 38016, 0xbd2142ca -0, 122, 122, 1, 38016, 0x2d412532 -0, 123, 123, 1, 38016, 0x5ee8e957 -0, 124, 124, 1, 38016, 0x57c3de13 -0, 125, 125, 1, 38016, 0xad94b6f1 -0, 126, 126, 1, 38016, 0x8cda97a1 -0, 127, 127, 1, 38016, 0x3563b54e -0, 128, 128, 1, 38016, 0x1d2bc4fb -0, 129, 129, 1, 38016, 0xada2cf01 -0, 130, 130, 1, 38016, 0x8dabed0a -0, 131, 131, 1, 38016, 0x441ae3c0 -0, 132, 132, 1, 38016, 0x5514cc85 -0, 133, 133, 1, 38016, 0xd20cddad -0, 134, 134, 1, 38016, 0x5286d569 -0, 135, 135, 1, 38016, 0x1612a173 -0, 136, 136, 1, 38016, 0x5946be84 -0, 137, 137, 1, 38016, 0x1925b1fe -0, 138, 138, 1, 38016, 0xf34f93eb -0, 139, 139, 1, 38016, 0xac3d9add -0, 140, 140, 1, 38016, 0x12d18ba6 -0, 141, 141, 1, 38016, 0xcc7f7e5a -0, 142, 142, 1, 38016, 0x449270ec -0, 143, 143, 1, 38016, 0x04416f83 -0, 144, 144, 1, 38016, 0x50d36abf -0, 145, 145, 1, 38016, 0x8605799f -0, 146, 146, 1, 38016, 0xe6ec6cfd -0, 147, 147, 1, 38016, 0x1f2d3baf -0, 148, 148, 1, 38016, 0x9f3e1a4c -0, 149, 149, 1, 38016, 0x5c3ef4c8 -0, 150, 150, 1, 38016, 0xf731aef2 -0, 151, 151, 1, 38016, 0x90b4c921 -0, 152, 152, 1, 38016, 0xa12dc74f -0, 153, 153, 1, 38016, 0x1fe2a278 -0, 154, 154, 1, 38016, 0xa6b0b432 -0, 155, 155, 1, 38016, 0xf9e9cb79 -0, 156, 156, 1, 38016, 0xef58d10e -0, 157, 157, 1, 38016, 0x957805c0 -0, 158, 158, 1, 38016, 0x76e03b1f -0, 159, 159, 1, 38016, 0xcb2a4905 -0, 160, 160, 1, 38016, 0xb863646d -0, 161, 161, 1, 38016, 0x3e5f57fe -0, 162, 162, 1, 38016, 0xbe7d3d77 -0, 163, 163, 1, 38016, 0x4f3c3ce5 -0, 164, 164, 1, 38016, 0x806033d0 -0, 165, 165, 1, 38016, 0xc31bf5da -0, 166, 166, 1, 38016, 0x6f8ef69e -0, 167, 167, 1, 38016, 0x010ac670 -0, 168, 168, 1, 38016, 0x374e9bdd -0, 169, 169, 1, 38016, 0xd8499c26 -0, 170, 170, 1, 38016, 0x5901a512 -0, 171, 171, 1, 38016, 0x31b2bcdf -0, 172, 172, 1, 38016, 0x972cdda0 -0, 173, 173, 1, 38016, 0x10c8ded1 -0, 174, 174, 1, 38016, 0xc6e3c839 -0, 175, 175, 1, 38016, 0xf661aa12 -0, 176, 176, 1, 38016, 0x6ca379d0 -0, 177, 177, 1, 38016, 0xc5a53d41 -0, 178, 178, 1, 38016, 0x317d353c -0, 179, 179, 1, 38016, 0xb9962522 -0, 180, 180, 1, 38016, 0x0769ec52 -0, 181, 181, 1, 38016, 0x4463ea8b -0, 182, 182, 1, 38016, 0xdd7dd585 -0, 183, 183, 1, 38016, 0x6039ca99 -0, 184, 184, 1, 38016, 0x87beeba1 -0, 185, 185, 1, 38016, 0x2503fd5d -0, 186, 186, 1, 38016, 0xde950c40 -0, 187, 187, 1, 38016, 0xd6f5332f -0, 188, 188, 1, 38016, 0xa95b3137 -0, 189, 189, 1, 38016, 0x37c026b4 -0, 190, 190, 1, 38016, 0x93f9e3e3 -0, 191, 191, 1, 38016, 0x5826b471 -0, 192, 192, 1, 38016, 0xef81ac84 -0, 193, 193, 1, 38016, 0x6361dfa0 -0, 194, 194, 1, 38016, 0x9774f041 -0, 195, 195, 1, 38016, 0xd8d01ad1 -0, 196, 196, 1, 38016, 0x456252f3 -0, 197, 197, 1, 38016, 0x448c6119 -0, 198, 198, 1, 38016, 0x12157fca -0, 199, 199, 1, 38016, 0x145ca727 -0, 200, 200, 1, 38016, 0x17a5b174 -0, 201, 201, 1, 38016, 0xc0c0bb0c -0, 202, 202, 1, 38016, 0x9afbc5e8 -0, 203, 203, 1, 38016, 0xc8c7cc3a -0, 204, 204, 1, 38016, 0x489dc5dd -0, 205, 205, 1, 38016, 0x6da6c7c8 -0, 206, 206, 1, 38016, 0x6408d491 -0, 207, 207, 1, 38016, 0x0820d9ce -0, 208, 208, 1, 38016, 0xebcfc8d6 -0, 209, 209, 1, 38016, 0xf462b2a2 -0, 210, 210, 1, 38016, 0xadb65d17 -0, 211, 211, 1, 38016, 0xecde79e9 -0, 212, 212, 1, 38016, 0x81786ed0 -0, 213, 213, 1, 38016, 0x3cfc51f8 -0, 214, 214, 1, 38016, 0x307560ba -0, 215, 215, 1, 38016, 0xc4f95361 -0, 216, 216, 1, 38016, 0xe2fe384b -0, 217, 217, 1, 38016, 0x95de4e60 -0, 218, 218, 1, 38016, 0x1b6147f9 -0, 219, 219, 1, 38016, 0xe1bc385b -0, 220, 220, 1, 38016, 0x14cc446a -0, 221, 221, 1, 38016, 0x5fcb313f -0, 222, 222, 1, 38016, 0xf33f1721 -0, 223, 223, 1, 38016, 0x49fc2fbb -0, 224, 224, 1, 38016, 0x33ad3314 -0, 225, 225, 1, 38016, 0x92b51315 -0, 226, 226, 1, 38016, 0x7e4d3139 -0, 227, 227, 1, 38016, 0xb99e432b -0, 228, 228, 1, 38016, 0x52cb3c30 -0, 229, 229, 1, 38016, 0xe5e48199 -0, 230, 230, 1, 38016, 0x59419769 -0, 231, 231, 1, 38016, 0x3e90b130 -0, 232, 232, 1, 38016, 0x85fbfbd6 -0, 233, 233, 1, 38016, 0xba8912ac -0, 234, 234, 1, 38016, 0x3fc3128c -0, 235, 235, 1, 38016, 0x61db4d37 -0, 236, 236, 1, 38016, 0x3c405a46 -0, 237, 237, 1, 38016, 0x9c113b43 -0, 238, 238, 1, 38016, 0x739c43f4 -0, 239, 239, 1, 38016, 0xffab0fe6 -0, 240, 240, 1, 38016, 0x99cee4bd -0, 241, 241, 1, 38016, 0xd76dcff5 -0, 242, 242, 1, 38016, 0xe8ccb16c -0, 243, 243, 1, 38016, 0x43d8ff1f -0, 244, 244, 1, 38016, 0xffde708b -0, 245, 245, 1, 38016, 0xe5cfd3d4 -0, 246, 246, 1, 38016, 0x0b67ef9f -0, 247, 247, 1, 38016, 0xd54cd697 -0, 248, 248, 1, 38016, 0x5879926e -0, 249, 249, 1, 38016, 0x9cb01428 -0, 250, 250, 1, 38016, 0x09b0c0b7 -0, 251, 251, 1, 38016, 0xbbef721e -0, 252, 252, 1, 38016, 0xcebd66ea -0, 253, 253, 1, 38016, 0x7492c956 -0, 254, 254, 1, 38016, 0xeaa5317b -0, 255, 255, 1, 38016, 0xe952c9bd -0, 256, 256, 1, 38016, 0xb4cfd878 -0, 257, 257, 1, 38016, 0xa8675f14 -0, 258, 258, 1, 38016, 0x24653121 -0, 259, 259, 1, 38016, 0xeec9425e -0, 260, 260, 1, 38016, 0x14413e58 -0, 261, 261, 1, 38016, 0xc8e13f0a -0, 262, 262, 1, 38016, 0x09045f0f -0, 263, 263, 1, 38016, 0xa021583e -0, 264, 264, 1, 38016, 0x26384591 -0, 265, 265, 1, 38016, 0x157b55d2 -0, 266, 266, 1, 38016, 0x22973c65 -0, 267, 267, 1, 38016, 0x2fe30f64 -0, 268, 268, 1, 38016, 0xf640fab4 -0, 269, 269, 1, 38016, 0x2b82d807 -0, 270, 270, 1, 38016, 0x6faca613 -0, 271, 271, 1, 38016, 0x8a5b89c3 -0, 272, 272, 1, 38016, 0xb7d76316 -0, 273, 273, 1, 38016, 0x3e3a0a82 -0, 274, 274, 1, 38016, 0x7d93d78b -0, 275, 275, 1, 38016, 0xa3bcc050 -0, 276, 276, 1, 38016, 0x41d4b2ba -0, 277, 277, 1, 38016, 0x7a08d518 -0, 278, 278, 1, 38016, 0xd6b0f72b -0, 279, 279, 1, 38016, 0x9c794c7b -0, 280, 280, 1, 38016, 0xc2680d18 -0, 281, 281, 1, 38016, 0x9fa6db96 -0, 282, 282, 1, 38016, 0xd90c83c3 -0, 283, 283, 1, 38016, 0xf1278cf5 -0, 284, 284, 1, 38016, 0xf2ce5e19 -0, 285, 285, 1, 38016, 0x2d41a44b -0, 286, 286, 1, 38016, 0xade2715b -0, 287, 287, 1, 38016, 0xd21da6fe -0, 288, 288, 1, 38016, 0x37c89e7f -0, 289, 289, 1, 38016, 0x6bad76e8 -0, 290, 290, 1, 38016, 0xfefce893 -0, 291, 291, 1, 38016, 0xcd301b29 -0, 292, 292, 1, 38016, 0x0e80a08d -0, 293, 293, 1, 38016, 0x88f3d605 -0, 294, 294, 1, 38016, 0x80273791 -0, 295, 295, 1, 38016, 0x36472009 -0, 296, 296, 1, 38016, 0xe8b6fc54 -0, 297, 297, 1, 38016, 0x5d9bfd2d -0, 298, 298, 1, 38016, 0x61df1820 -0, 299, 299, 1, 38016, 0x8db23b5c TEST h264-conformance-cvwp5_toshiba_e Test h264-conformance-cama1_toshiba_b failed. Look at tests/data/fate/h264-conformance-cama1_toshiba_b.err for details. TEST h264-conformance-fi1_sony_e make: *** [fate-h264-conformance-cama1_toshiba_b] Error 1 Test h264-conformance-cvbs3_sony_c failed. Look at tests/data/fate/h264-conformance-cvbs3_sony_c.err for details. TEST h264-conformance-frext-alphaconformanceg make: *** [fate-h264-conformance-cvbs3_sony_c] Error 1 Test h264-conformance-caba1_sva_b failed. Look at tests/data/fate/h264-conformance-caba1_sva_b.err for details. Test flac-rice-params failed. Look at tests/data/fate/flac-rice-params.err for details. TEST h264-conformance-frext-bcrm_freh10 ests/data/fate/flac-16-lpc-cholesky.err for details. make: *** [fate-h264-conformance-caba1_sva_b] Error 1 make: *** [fate-flac-rice-params] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 53: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 58: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test flac-16-chmode-mid_side failed. Look at tests/data/fate/flac-16-chmode-mid_side.err for details. make: *** [fate-flac-16-lpc-cholesky] Error 1 make: *** [fate-flac-16-chmode-mid_side] Error 1 TEST h264-conformance-frext-brcm_freh11 Test filter-asyncts failed. Look at tests/data/fate/filter-asyncts.err for details. make: *** [fate-filter-asyncts] Error 1 TEST h264-conformance-frext-brcm_freh5 Test h264-conformance-canl2_sony_e failed. Look at tests/data/fate/h264-conformance-canl2_sony_e.err for details. Test h264-conformance-cabaci3_sony_b failed. Look at tests/data/fate/h264-conformance-cabaci3_sony_b.err for details. make: *** [fate-h264-conformance-cabaci3_sony_b] Error 1 make: *** [fate-h264-conformance-canl2_sony_e] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/lavf/png 2014-07-01 05:51:26.567876681 -0400 +++ tests/data/fate/lavf-png 2015-07-08 01:09:02.735552366 -0400 @@ -5,5 +5,5 @@ ./tests/data/images/png/%02d.png CRC=0x893f10ef 47365 ./tests/data/images/png/02.png b4e38244c97debe3f528e7d1adb283ef *./tests/data/images/png/02.png -./tests/data/images/png/%02d.png CRC=0x5984c023 +./tests/data/images/png/%02d.png CRC=0x9aed96af 511900 ./tests/data/images/png/02.png TEST h264-conformance-frext-brcm_freh3 TEST h264-conformance-frext-brcm_freh4 TEST h264-conformance-frext-brcm_freh9 diff: standard output: No space left on device diff: standard output: No space left on device TEST h264-conformance-frext-freh12_b diff: standard output: No space left on device diff: standard output: No space left on device diff: standard output: No space left on device TEST h264-conformance-frext-freh1_b Test h264-conformance-cavlc_mot_frm0_full_b failed. Look at tests/data/fate/h264-conformance-cavlc_mot_frm0_full_b.err for details. make: *** [fate-h264-conformance-cavlc_mot_frm0_full_b] Error 1 TEST h264-conformance-frext-freh2_b Test h264-conformance-cvfi1_sva_c failed. Look at tests/data/fate/h264-conformance-cvfi1_sva_c.err for details. make: *** [fate-h264-conformance-cvfi1_sva_c] Error 1 TEST h264-conformance-frext-freh6 Test gifenc-rgb4_byte failed. Look at tests/data/fate/gifenc-rgb4_byte.err for details. make: *** [fate-gifenc-rgb4_byte] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-cvmanl1_toshiba_b 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-cvmanl1_toshiba_b 2015-07-08 01:09:02.795553524 -0400 @@ -1,91 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 152064, 0xb1edd842 -0, 1, 1, 1, 152064, 0x551f8f45 -0, 2, 2, 1, 152064, 0xb4931cb2 -0, 3, 3, 1, 152064, 0x78882b27 -0, 4, 4, 1, 152064, 0x3afef36d -0, 5, 5, 1, 152064, 0x85afad0a -0, 6, 6, 1, 152064, 0x3a8bab81 -0, 7, 7, 1, 152064, 0x2a437174 -0, 8, 8, 1, 152064, 0x22421437 -0, 9, 9, 1, 152064, 0x39c5f125 -0, 10, 10, 1, 152064, 0x256eaad2 -0, 11, 11, 1, 152064, 0x668a5d31 -0, 12, 12, 1, 152064, 0x412a4aa7 -0, 13, 13, 1, 152064, 0x3f091baf -0, 14, 14, 1, 152064, 0xbf16d262 -0, 15, 15, 1, 152064, 0x2fc4ce67 -0, 16, 16, 1, 152064, 0x119cde3e -0, 17, 17, 1, 152064, 0xb40b8632 -0, 18, 18, 1, 152064, 0x4be4f192 -0, 19, 19, 1, 152064, 0x906c1237 -0, 20, 20, 1, 152064, 0x95380024 -0, 21, 21, 1, 152064, 0x6a833025 -0, 22, 22, 1, 152064, 0x681d1c4f -0, 23, 23, 1, 152064, 0x08c8dea4 -0, 24, 24, 1, 152064, 0xc69226f0 -0, 25, 25, 1, 152064, 0x86631102 -0, 26, 26, 1, 152064, 0x7f40c77a -0, 27, 27, 1, 152064, 0xc746ddd4 -0, 28, 28, 1, 152064, 0x5f2bd3cb -0, 29, 29, 1, 152064, 0x643c8316 -0, 30, 30, 1, 152064, 0x5b7fa380 -0, 31, 31, 1, 152064, 0x82438cf7 -0, 32, 32, 1, 152064, 0xdee0f7e7 -0, 33, 33, 1, 152064, 0xc50d41f1 -0, 34, 34, 1, 152064, 0xf3453631 -0, 35, 35, 1, 152064, 0x90bce66b -0, 36, 36, 1, 152064, 0x045b03f7 -0, 37, 37, 1, 152064, 0xf64bd756 -0, 38, 38, 1, 152064, 0xff997ef2 -0, 39, 39, 1, 152064, 0x3613a0a5 -0, 40, 40, 1, 152064, 0xe6a7a8d6 -0, 41, 41, 1, 152064, 0xb0906c42 -0, 42, 42, 1, 152064, 0x4dfc912b -0, 43, 43, 1, 152064, 0x81e3991c -0, 44, 44, 1, 152064, 0x4efc61fb -0, 45, 45, 1, 152064, 0xed478395 -0, 46, 46, 1, 152064, 0x4cb25ab6 -0, 47, 47, 1, 152064, 0x28e7d51f -0, 48, 48, 1, 152064, 0x8bcc1a8d -0, 49, 49, 1, 152064, 0x2fe1f240 -0, 50, 50, 1, 152064, 0xb4978ef8 -0, 51, 51, 1, 152064, 0xe3929556 -0, 52, 52, 1, 152064, 0xd370632a -0, 53, 53, 1, 152064, 0xba86ffb2 -0, 54, 54, 1, 152064, 0x444bf18c -0, 55, 55, 1, 152064, 0xab40bd14 -0, 56, 56, 1, 152064, 0xfd488a5d -0, 57, 57, 1, 152064, 0xe1f09568 -0, 58, 58, 1, 152064, 0x09ee7a7e -0, 59, 59, 1, 152064, 0x9360397c -0, 60, 60, 1, 152064, 0xdbd467e9 -0, 61, 61, 1, 152064, 0x99726777 -0, 62, 62, 1, 152064, 0x009fd46c -0, 63, 63, 1, 152064, 0xcf770fdb -0, 64, 64, 1, 152064, 0x2a890fd9 -0, 65, 65, 1, 152064, 0x7f40de4b -0, 66, 66, 1, 152064, 0x04191304 -0, 67, 67, 1, 152064, 0x15722022 -0, 68, 68, 1, 152064, 0x59f4ea93 -0, 69, 69, 1, 152064, 0x28ba373f -0, 70, 70, 1, 152064, 0xf9e400b8 -0, 71, 71, 1, 152064, 0x85c4bd98 -0, 72, 72, 1, 152064, 0x6917d2a5 -0, 73, 73, 1, 152064, 0x61cae234 -0, 74, 74, 1, 152064, 0x752a9a2d -0, 75, 75, 1, 152064, 0x1ee2d9bd -0, 76, 76, 1, 152064, 0xdce9ab8e -0, 77, 77, 1, 152064, 0x51225fd0 -0, 78, 78, 1, 152064, 0x10e8cb60 -0, 79, 79, 1, 152064, 0x8d07cd25 -0, 80, 80, 1, 152064, 0xb18ba61b -0, 81, 81, 1, 152064, 0xb0f10280 -0, 82, 82, 1, 152064, 0x76a71f13 -0, 83, 83, 1, 152064, 0x3004f5a1 -0, 84, 84, 1, 152064, 0x9aba5724 -0, 85, 85, 1, 152064, 0x5db85385 -0, 86, 86, 1, 152064, 0xbe9d3f5b -0, 87, 87, 1, 152064, 0xa71e85bb -0, 88, 88, 1, 152064, 0xdcf59cd7 -0, 89, 89, 1, 152064, 0x5e319459 TEST h264-conformance-frext-frext01_jvc_d TEST h264-conformance-frext-freh7_b TEST h264-conformance-frext-frext02_jvc_c Test lavf-png failed. Look at tests/data/fate/lavf-png.err for details. TEST h264-conformance-frext-frext1_panasonic_c make: *** [fate-lavf-png] Error 1 diff: write failed mance-frext-frext2_panasonic_b Test h264-conformance-cavlc_mot_picaff0_full_b failed. Look at tests/data/fate/h264-conformance-cavlc_mot_picaff0_full_bTEST h264-conformance-frext-frext_mmco4_sony_b make: *** [fate-h264-conformance-cavlc_mot_picaff0_full_b] Error 1 TEST h264-conformance-frext-hcafr1_hhi_c /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device cat: write error: No space left on deviceTest h264-conformance-cvmanl1_toshiba_b failed. Look at tests/data/fate/h264-conformance-cvmanl1_toshiba_b.err for details. TEST h264-conformance-frext-hcafr2_hhi_a make: *** [fate-h264-conformance-cvmanl1_toshiba_b] Error 1 cat: write error: No space left on device TEST h264-conformance-frext-hcafr3_hhi_a TEST h264-conformance-frext-hcafr4_hhi_a TEST h264-conformance-frext-hcamff1_hhi_b TEST h264-conformance-frext-hi422fr10_sony_b TEST h264-conformance-frext-hi422fr1_sony_a TEST h264-conformance-frext-hi422fr13_sony_b --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/gifenc-bgr8 2015-02-16 20:05:07.086826105 -0500 +++ tests/data/fate/gifenc-bgr8 2015-07-08 01:09:02.795553524 -0400 @@ -47,128 +47,3 @@ 0, 45, 45, 1, 196, 0xf5ab51ee, S=1, 1024, 0xf351799f 0, 46, 46, 1, 4299, 0x67ec0d55, S=1, 1024, 0xf351799f 0, 47, 47, 1, 4895, 0xb394406c, S=1, 1024, 0xf351799f -0, 48, 48, 1, 4928, 0x233919d7, S=1, 1024, 0xf351799f -0, 49, 49, 1, 4941, 0x58a357da, S=1, 1024, 0xf351799f -0, 50, 50, 1, 4154, 0x21f2ac33, S=1, 1024, 0xf351799f -0, 51, 51, 1, 4678, 0xab3cc050, S=1, 1024, 0xf351799f -0, 52, 52, 1, 4741, 0x1974b581, S=1, 1024, 0xf351799f -0, 53, 53, 1, 4982, 0x891456d5, S=1, 1024, 0xf351799f -0, 54, 54, 1, 5179, 0x860fc6a1, S=1, 1024, 0xf351799f -0, 55, 55, 1, 5046, 0xce9183d3, S=1, 1024, 0xf351799f -0, 56, 56, 1, 5140, 0xa6d7b9af, S=1, 1024, 0xf351799f -0, 57, 57, 1, 4301, 0x03b6ef3f, S=1, 1024, 0xf351799f -0, 58, 58, 1, 5079, 0xa8d59e01, S=1, 1024, 0xf351799f -0, 59, 59, 1, 5284, 0xea34e3b3, S=1, 1024, 0xf351799f -0, 60, 60, 1, 5426, 0x556a15cd, S=1, 1024, 0xf351799f -0, 61, 61, 1, 4645, 0x061e8936, S=1, 1024, 0xf351799f -0, 62, 62, 1, 5263, 0x7536cf7d, S=1, 1024, 0xf351799f -0, 63, 63, 1, 5221, 0x9fbac3ca, S=1, 1024, 0xf351799f -0, 64, 64, 1, 5217, 0x02269bd2, S=1, 1024, 0xf351799f -0, 65, 65, 1, 5395, 0x120fff66, S=1, 1024, 0xf351799f -0, 66, 66, 1, 5220, 0x77cedcc5, S=1, 1024, 0xf351799f -0, 67, 67, 1, 5704, 0xba42dd96, S=1, 1024, 0xf351799f -0, 68, 68, 1, 5636, 0xcb91a25b, S=1, 1024, 0xf351799f -0, 69, 69, 1, 5818, 0x8dc0df92, S=1, 1024, 0xf351799f -0, 70, 70, 1, 5763, 0x51d5d5f0, S=1, 1024, 0xf351799f -0, 71, 71, 1, 6116, 0x09558b48, S=1, 1024, 0xf351799f -0, 72, 72, 1, 6069, 0x41926817, S=1, 1024, 0xf351799f -0, 73, 73, 1, 5796, 0x7fbeda44, S=1, 1024, 0xf351799f -0, 74, 74, 1, 5999, 0xe07d3770, S=1, 1024, 0xf351799f -0, 75, 75, 1, 6220, 0x6607b06f, S=1, 1024, 0xf351799f -0, 76, 76, 1, 6374, 0x7628e533, S=1, 1024, 0xf351799f -0, 77, 77, 1, 6465, 0xfe956b15, S=1, 1024, 0xf351799f -0, 78, 78, 1, 7019, 0x6c9a1aef, S=1, 1024, 0xf351799f -0, 79, 79, 1, 7255, 0x5fa5c1bf, S=1, 1024, 0xf351799f -0, 80, 80, 1, 8197, 0xf11d6ef2, S=1, 1024, 0xf351799f -0, 81, 81, 1, 8358, 0x027279e8, S=1, 1024, 0xf351799f -0, 82, 82, 1, 7708, 0x607f8e8b, S=1, 1024, 0xf351799f -0, 83, 83, 1, 7412, 0x6bb2105f, S=1, 1024, 0xf351799f -0, 84, 84, 1, 7541, 0xfdc02154, S=1, 1024, 0xf351799f -0, 85, 85, 1, 7948, 0x916ecd8b, S=1, 1024, 0xf351799f -0, 86, 86, 1, 8408, 0x1f97d414, S=1, 1024, 0xf351799f -0, 87, 87, 1, 8056, 0x9cbf159c, S=1, 1024, 0xf351799f -0, 88, 88, 1, 7401, 0x2625addb, S=1, 1024, 0xf351799f -0, 89, 89, 1, 7494, 0x2877eacb, S=1, 1024, 0xf351799f -0, 90, 90, 1, 7806, 0xe32574a3, S=1, 1024, 0xf351799f -0, 91, 91, 1, 7768, 0x25ed7ee7, S=1, 1024, 0xf351799f -0, 92, 92, 1, 7749, 0x6d8e978e, S=1, 1024, 0xf351799f -0, 93, 93, 1, 8047, 0xec4b150c, S=1, 1024, 0xf351799f -0, 94, 94, 1, 7618, 0x88cf30d5, S=1, 1024, 0xf351799f -0, 95, 95, 1, 7979, 0x0eb1cf2a, S=1, 1024, 0xf351799f -0, 96, 96, 1, 12062, 0xb49d9125, S=1, 1024, 0xf351799f -0, 97, 97, 1, 12317, 0x2d8fd6e9, S=1, 1024, 0xf351799f -0, 98, 98, 1, 12217, 0x9b3be549, S=1, 1024, 0xf351799f -0, 99, 99, 1, 11227, 0x067e9118, S=1, 1024, 0xf351799f -0, 100, 100, 1, 11108, 0x5e5b0afd, S=1, 1024, 0xf351799f -0, 101, 101, 1, 11366, 0xb38e8d15, S=1, 1024, 0xf351799f -0, 102, 102, 1, 11896, 0xeb3e35ca, S=1, 1024, 0xf351799f -0, 103, 103, 1, 11479, 0xbf7581e9, S=1, 1024, 0xf351799f -0, 104, 104, 1, 13395, 0x415b38d8, S=1, 1024, 0xf351799f -0, 105, 105, 1, 12913, 0x61544631, S=1, 1024, 0xf351799f -0, 106, 106, 1, 13864, 0xd39fe768, S=1, 1024, 0xf351799f -0, 107, 107, 1, 13551, 0x76c167d1, S=1, 1024, 0xf351799f -0, 108, 108, 1, 14041, 0x2f206888, S=1, 1024, 0xf351799f -0, 109, 109, 1, 14144, 0x9ec030d3, S=1, 1024, 0xf351799f -0, 110, 110, 1, 14277, 0xa84b3a9b, S=1, 1024, 0xf351799f -0, 111, 111, 1, 14424, 0xf5f1e06e, S=1, 1024, 0xf351799f -0, 112, 112, 1, 14689, 0xbca0adb5, S=1, 1024, 0xf351799f -0, 113, 113, 1, 14598, 0xc1d45745, S=1, 1024, 0xf351799f -0, 114, 114, 1, 15213, 0x8f3080fc, S=1, 1024, 0xf351799f -0, 115, 115, 1, 15425, 0xb0aa8f59, S=1, 1024, 0xf351799f -0, 116, 116, 1, 15595, 0x1406e5d5, S=1, 1024, 0xf351799f -0, 117, 117, 1, 15598, 0x48ec7d08, S=1, 1024, 0xf351799f -0, 118, 118, 1, 15863, 0x5381db7b, S=1, 1024, 0xf351799f -0, 119, 119, 1, 15717, 0xb87a1b87, S=1, 1024, 0xf351799f -0, 120, 120, 1, 16078, 0x5bab2453, S=1, 1024, 0xf351799f -0, 121, 121, 1, 16225, 0xa1f88113, S=1, 1024, 0xf351799f -0, 122, 122, 1, 16135, 0x6af2f4e1, S=1, 1024, 0xf351799f -0, 123, 123, 1, 16661, 0xf02a3343, S=1, 1024, 0xf351799f -0, 124, 124, 1, 16619, 0xc71935a4, S=1, 1024, 0xf351799f -0, 125, 125, 1, 16829, 0x29849844, S=1, 1024, 0xf351799f -0, 126, 126, 1, 16944, 0x3423ae77, S=1, 1024, 0xf351799f -0, 127, 127, 1, 17119, 0x609b4409, S=1, 1024, 0xf351799f -0, 128, 128, 1, 17150, 0xf85dfd31, S=1, 1024, 0xf351799f -0, 129, 129, 1, 17321, 0x38eccb10, S=1, 1024, 0xf351799f -0, 130, 130, 1, 17395, 0x0ba08b85, S=1, 1024, 0xf351799f -0, 131, 131, 1, 17666, 0x6fbc0264, S=1, 1024, 0xf351799f -0, 132, 132, 1, 17730, 0x3dcc64a6, S=1, 1024, 0xf351799f -0, 133, 133, 1, 17934, 0xb539974b, S=1, 1024, 0xf351799f -0, 134, 134, 1, 17944, 0x2214ec94, S=1, 1024, 0xf351799f -0, 135, 135, 1, 18238, 0x70f9ff1d, S=1, 1024, 0xf351799f -0, 136, 136, 1, 18391, 0x4b149209, S=1, 1024, 0xf351799f -0, 137, 137, 1, 18543, 0x45a1c02f, S=1, 1024, 0xf351799f -0, 138, 138, 1, 18939, 0x2789a88c, S=1, 1024, 0xf351799f -0, 139, 139, 1, 19145, 0x5daafd7a, S=1, 1024, 0xf351799f -0, 140, 140, 1, 19120, 0x565f80e6, S=1, 1024, 0xf351799f -0, 141, 141, 1, 19130, 0xff70cc21, S=1, 1024, 0xf351799f -0, 142, 142, 1, 19494, 0xbfa284db, S=1, 1024, 0xf351799f -0, 143, 143, 1, 19534, 0x3d40743b, S=1, 1024, 0xf351799f -0, 144, 144, 1, 19747, 0x33c9b108, S=1, 1024, 0xf351799f -0, 145, 145, 1, 20114, 0x9d223e36, S=1, 1024, 0xf351799f -0, 146, 146, 1, 20257, 0xe7bdaf43, S=1, 1024, 0xf351799f -0, 147, 147, 1, 20370, 0x0c5f1970, S=1, 1024, 0xf351799f -0, 148, 148, 1, 20292, 0x6986d20e, S=1, 1024, 0xf351799f -0, 149, 149, 1, 20491, 0xd88e4c08, S=1, 1024, 0xf351799f -0, 150, 150, 1, 20647, 0x1aefaffc, S=1, 1024, 0xf351799f -0, 151, 151, 1, 20666, 0x43e4aaaa, S=1, 1024, 0xf351799f -0, 152, 152, 1, 21007, 0xa7ca3ef0, S=1, 1024, 0xf351799f -0, 153, 153, 1, 21058, 0x06814351, S=1, 1024, 0xf351799f -0, 154, 154, 1, 21153, 0x3c852b10, S=1, 1024, 0xf351799f -0, 155, 155, 1, 21078, 0x8df15855, S=1, 1024, 0xf351799f -0, 156, 156, 1, 21458, 0xd3a531d6, S=1, 1024, 0xf351799f -0, 157, 157, 1, 21669, 0x88baca53, S=1, 1024, 0xf351799f -0, 158, 158, 1, 21581, 0xd692fa1f, S=1, 1024, 0xf351799f -0, 159, 159, 1, 21654, 0x30fb9061, S=1, 1024, 0xf351799f -0, 160, 160, 1, 21987, 0xe7646d8b, S=1, 1024, 0xf351799f -0, 161, 161, 1, 22205, 0x0fc55b6a, S=1, 1024, 0xf351799f -0, 162, 162, 1, 22475, 0x4bc4c032, S=1, 1024, 0xf351799f -0, 163, 163, 1, 22490, 0x58ca23f6, S=1, 1024, 0xf351799f -0, 164, 164, 1, 22460, 0xf9ceb0ac, S=1, 1024, 0xf351799f -0, 165, 165, 1, 22861, 0xb05f0f84, S=1, 1024, 0xf351799f -0, 166, 166, 1, 22746, 0x0df23a5c, S=1, 1024, 0xf351799f -0, 167, 167, 1, 23165, 0xbd7147ad, S=1, 1024, 0xf351799f -0, 168, 168, 1, 23273, 0x9781a34f, S=1, 1024, 0xf351799f -0, 169, 169, 1, 23211, 0x69c7606b, S=1, 1024, 0xf351799f -0, 170, 170, 1, 23648, 0xdafde037, S=1, 1024, 0xf351799f -0, 171, 171, 1, 23675, 0x2a2147ed, S=1, 1024, 0xf351799f -0, 172, 172, 1, 23874, 0x12c184b6, S=1, 1024, 0xf351799f TEST h264-conformance-frext-hi422fr6_sony_a Test h264-conformance-cvfi2_sva_c failed. Look at tests/data/fate/h264-conformance-cvfi2_sva_c.err for details. Test gifenc-bgr4_byte failed. Look at tests/data/fate/gifenc-bgr4_byte.err for details. make: *** [fate-h264-conformance-cvfi2_sva_c] Error 1 make: *** [fate-gifenc-bgr4_byte] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-capa1_toshiba_b 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-capa1_toshiba_b 2015-07-08 01:09:02.965556805 -0400 @@ -1,91 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 152064, 0x4040d2fc -0, 1, 1, 1, 152064, 0x0d8f9897 -0, 2, 2, 1, 152064, 0xc23321cd -0, 3, 3, 1, 152064, 0x3c9225eb -0, 4, 4, 1, 152064, 0x8927006f -0, 5, 5, 1, 152064, 0xf706a302 -0, 6, 6, 1, 152064, 0x8219c106 -0, 7, 7, 1, 152064, 0x06c990ea -0, 8, 8, 1, 152064, 0x3a0f1135 -0, 9, 9, 1, 152064, 0x4cff21d3 -0, 10, 10, 1, 152064, 0x6be0e050 -0, 11, 11, 1, 152064, 0x718b6c7b -0, 12, 12, 1, 152064, 0x24b38713 -0, 13, 13, 1, 152064, 0x500553fb -0, 14, 14, 1, 152064, 0x531ae610 -0, 15, 15, 1, 152064, 0x46f4ff1b -0, 16, 16, 1, 152064, 0xe5abe5ff -0, 17, 17, 1, 152064, 0x97daa351 -0, 18, 18, 1, 152064, 0xfbef0a8f -0, 19, 19, 1, 152064, 0xbe76134f -0, 20, 20, 1, 152064, 0xa4bf10ea -0, 21, 21, 1, 152064, 0xb2fb32af -0, 22, 22, 1, 152064, 0xd33027a5 -0, 23, 23, 1, 152064, 0x78e20c2b -0, 24, 24, 1, 152064, 0xefda2d6f -0, 25, 25, 1, 152064, 0xb99126f0 -0, 26, 26, 1, 152064, 0x89d7e465 -0, 27, 27, 1, 152064, 0x6150ff97 -0, 28, 28, 1, 152064, 0xde03d937 -0, 29, 29, 1, 152064, 0xd90ca874 -0, 30, 30, 1, 152064, 0xb120b294 -0, 31, 31, 1, 152064, 0x644eade4 -0, 32, 32, 1, 152064, 0xd1bb004f -0, 33, 33, 1, 152064, 0x99806a8b -0, 34, 34, 1, 152064, 0x8c6b635f -0, 35, 35, 1, 152064, 0xa269fa8b -0, 36, 36, 1, 152064, 0xc11c0e64 -0, 37, 37, 1, 152064, 0xac13f5eb -0, 38, 38, 1, 152064, 0x895799cf -0, 39, 39, 1, 152064, 0x95a9bea1 -0, 40, 40, 1, 152064, 0xe998dfba -0, 41, 41, 1, 152064, 0xc72d8460 -0, 42, 42, 1, 152064, 0xd1cb9b9a -0, 43, 43, 1, 152064, 0xb49aadd3 -0, 44, 44, 1, 152064, 0x8bc38547 -0, 45, 45, 1, 152064, 0x3485984b -0, 46, 46, 1, 152064, 0xdf305c0a -0, 47, 47, 1, 152064, 0x6a1ec990 -0, 48, 48, 1, 152064, 0x595e0de4 -0, 49, 49, 1, 152064, 0xe1baf7c4 -0, 50, 50, 1, 152064, 0xf08b9b47 -0, 51, 51, 1, 152064, 0x6532ba6f -0, 52, 52, 1, 152064, 0x3de67da6 -0, 53, 53, 1, 152064, 0x439ffd04 -0, 54, 54, 1, 152064, 0x6e6c1e97 -0, 55, 55, 1, 152064, 0x8e5aee7a -0, 56, 56, 1, 152064, 0xd634999a -0, 57, 57, 1, 152064, 0xadfa9e8b -0, 58, 58, 1, 152064, 0x1b9090f5 -0, 59, 59, 1, 152064, 0x29094dfc -0, 60, 60, 1, 152064, 0x56748851 -0, 61, 61, 1, 152064, 0x2316719d -0, 62, 62, 1, 152064, 0x2ee0060b -0, 63, 63, 1, 152064, 0x3edb36d4 -0, 64, 64, 1, 152064, 0x9ef437a3 -0, 65, 65, 1, 152064, 0x8d9af72e -0, 66, 66, 1, 152064, 0xab86389c -0, 67, 67, 1, 152064, 0xd3b34576 -0, 68, 68, 1, 152064, 0x9e5b04f4 -0, 69, 69, 1, 152064, 0x6a164c17 -0, 70, 70, 1, 152064, 0xcecf20ab -0, 71, 71, 1, 152064, 0x07c8e273 -0, 72, 72, 1, 152064, 0x9b46fe6a -0, 73, 73, 1, 152064, 0xc1e8002b -0, 74, 74, 1, 152064, 0xdebdbe53 -0, 75, 75, 1, 152064, 0x0d2dfd99 -0, 76, 76, 1, 152064, 0xe8ae925f -0, 77, 77, 1, 152064, 0xe1fe6272 -0, 78, 78, 1, 152064, 0xbb74d5e6 -0, 79, 79, 1, 152064, 0xc7b5d949 -0, 80, 80, 1, 152064, 0x9b15b020 -0, 81, 81, 1, 152064, 0xc8201f44 -0, 82, 82, 1, 152064, 0x30d03303 -0, 83, 83, 1, 152064, 0x9f66fbc2 -0, 84, 84, 1, 152064, 0x482b71ec -0, 85, 85, 1, 152064, 0x1c9e50bf -0, 86, 86, 1, 152064, 0x89f247e4 -0, 87, 87, 1, 152064, 0xaa5f9141 -0, 88, 88, 1, 152064, 0xb816aa8c -0, 89, 89, 1, 152064, 0x3112a619 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-cvpcmnl2_sva_c 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-cvpcmnl2_sva_c 2015-07-08 01:09:02.985557193 -0400 @@ -1,3 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 1382400, 0xccbe6bf8 -0, 1, 1, 1, 1382400, 0x49c0cfd7 TEST h264-conformance-frext-hpcadq_brcm_b TEST h264-conformance-frext-hpcafl_bcrm_c TEST h264-conformance-frext-hpcaflnl_bcrm_c Test gifenc-bgr8 failed. Look at tests/data/fate/gifenc-bgr8.err for details. make: *** [fate-gifenc-bgr8] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-camp_mot_mbaff_l31 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-camp_mot_mbaff_l31 2015-07-08 01:09:02.975556999 -0400 @@ -1,31 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 518400, 0x077637bf -0, 1, 1, 1, 518400, 0xbd096d55 -0, 2, 2, 1, 518400, 0x58b58820 -0, 3, 3, 1, 518400, 0xdf24aced -0, 4, 4, 1, 518400, 0x2354c6a2 -0, 5, 5, 1, 518400, 0xedaaffdf -0, 6, 6, 1, 518400, 0x28a8f027 -0, 7, 7, 1, 518400, 0x05dee3d2 -0, 8, 8, 1, 518400, 0x2ae9dbe4 -0, 9, 9, 1, 518400, 0x361fec4a -0, 10, 10, 1, 518400, 0xd9c7b07d -0, 11, 11, 1, 518400, 0xa9d69c9f -0, 12, 12, 1, 518400, 0x7f44c08c -0, 13, 13, 1, 518400, 0xbfed83b4 -0, 14, 14, 1, 518400, 0x65a5588c -0, 15, 15, 1, 518400, 0xf4859855 -0, 16, 16, 1, 518400, 0xcba96df9 -0, 17, 17, 1, 518400, 0x8ae11dfd -0, 18, 18, 1, 518400, 0xf0e36904 -0, 19, 19, 1, 518400, 0x45cf1cb3 -0, 20, 20, 1, 518400, 0xffefde04 -0, 21, 21, 1, 518400, 0xc2a8edef -0, 22, 22, 1, 518400, 0x72b15456 -0, 23, 23, 1, 518400, 0x67b8dd35 -0, 24, 24, 1, 518400, 0x8b91f38e -0, 25, 25, 1, 518400, 0xe7055df1 -0, 26, 26, 1, 518400, 0x5c32200d -0, 27, 27, 1, 518400, 0xfbb709dc -0, 28, 28, 1, 518400, 0x5c45b17f -0, 29, 29, 1, 518400, 0x3a25903f TEST h264-conformance-frext-hpca_brcm_c TEST h264-conformance-frext-hpcamapalq_bcrm_b Test h264-conformance-cawp5_toshiba_e failed. Look at tests/data/fate/h264-conformance-cawp5_toshiba_e.err for details. TEST h264-conformance-frext-hpcamolq_brcm_b Test h264-conformance-cvpcmnl2_sva_c failed. Look at tests/data/fate/h264-conformance-cvpcmnl2_sva_c.err for details. TEST h264-conformance-frext-hpcanl_brcm_c make: *** [fate-h264-conformance-cawp5_toshiba_e] Error 1 make: *** [fate-h264-conformance-cvpcmnl2_sva_c] Error 1 Test gifenc-rgb8 failed. Look at tests/data/fate/gifenc-rgb8.err for details. Test h264-conformance-capa1_toshiba_b failed. Look at tests/data/fate/h264-conformance-capa1_toshiba_b.err for details. TEST h264-conformance-frext-hpcaq2lq_brcm_b make: *** [fate-h264-conformance-capa1_toshiba_b] Error 1 make: *** [fate-gifenc-rgb8] Error 1 TEST h264-conformance-frext-hpcv_brcm_a TEST h264-conformance-frext-hpcvfl_bcrm_a TEST h264-conformance-frext-hpcvflnl_bcrm_a TEST h264-conformance-frext-hpcalq_brcm_b TEST h264-conformance-frext-hpcvmolq_brcm_b TEST h264-conformance-frext-hpcvnl_brcm_a TEST h264-conformance-frext-pph10i1_panasonic_a TEST h264-conformance-frext-pph10i2_panasonic_a TEST h264-conformance-frext-pph10i3_panasonic_a TEST h264-conformance-frext-pph10i6_panasonic_a Test h264-conformance-camp_mot_mbaff_l31 failed. Look at tests/data/fate/h264-conformance-camp_mot_mbaff_l31.err for details. TEST h264-conformance-frext-pph422i1_panasonic_a make: *** [fate-h264-conformance-camp_mot_mbaff_l31] Error 1 TEST h264-conformance-frext-pph422i2_panasonic_a TEST h264-conformance-frext-pph10i4_panasonic_a TEST h264-conformance-frext-pph422i3_panasonic_a TEST h264-conformance-frext-pph422i5_panasonic_a TEST h264-conformance-frext-pph10i7_panasonic_a TEST h264-conformance-frext-pph422i6_panasonic_a TEST h264-conformance-frext-pph422i7_panasonic_a TEST h264-conformance-hcbp2_hhi_a TEST h264-conformance-hcmp1_hhi_a TEST h264-conformance-frext-pph422i4_panasonic_a TEST h264-conformance-ls_sva_d TEST h264-conformance-mps_mw_a TEST h264-conformance-midr_mw_d TEST h264-conformance-mr1_bt_a TEST h264-conformance-mr1_mw_a /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST h264-conformance-mr2_mw_a cat: tests/data/fate/h264-conformance-frext-freh1_b.diff: No such file or directory TEST h264-conformance-mr3_tandberg_b TEST h264-conformance-mr4_tandberg_c /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/h264-conformance-frext-pph422i2_panasonic_a: No space left on device make: *** [fate-h264-conformance-frext-pph422i2_panasonic_a] Error 1 TEST h264-conformance-mr5_tandberg_c TEST h264-conformance-mr6_bt_b diff: standard output: No space left on device diff: TEST h264-co: No space left on device diff: standard output: No space left on device TEST h264-conformance-mr8_bt_b TEST h264-conformance-mr2_tandberg_e /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/h264-conformance-canl1_toshiba_g.rep: No space left on device TEST h264-conformance-mr9_bt_b TEST h264-conformance-mv1_brcm_d Test h264-conformance-canl1_toshiba_g failed. Look at tests/data/fate/h264-conformance-canl1_toshiba_g.err for details. make: *** [fate-h264-conformance-canl1_toshiba_g] Error 1 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-frext-brcm_freh4 failed. Look at tests/data/fate/h264-conformance-frext-brcm_freh4.err for details. make: *** [fate-h264-conformance-frext-brcm_freh4] Error 1 diff: standard output: No space left on device TEST h264-conformance-nl2_sony_h TEST h264-conformance-nl3_sva_e Test h264-conformance-frext-freh1_b failed. Look at tests/data/fate/h264-conformance-frext-freh1_b.err for details. Test h264-conformance-cvwp3_toshiba_e failed. Look at tests/data/fate/h264-conformance-cvwp3_toshiba_e.err for details. Test h264-conformance-frext-frext02_jvc_c failed. Look at tests/data/fate/h264-conformance-frext-frext02_jvc_c.err for details. make: *** [fate-h264-conformance-cvwp3_toshiba_e] Error 1 make: *** [fate-h264-conformance-frext-freh1_b] Error 1 make: *** [fate-h264-conformance-frext-frext02_jvc_c] Error 1 diff: standard output: No space left on device diff: standard output: No space left on device TEST h264-conformance-nlmq1_jvc_c TEST h264-conformance-nl1_sony_d TEST h264-conformance-nlmq2_jvc_c diff: cat: write error: No space left on device TEST h264-conformance-nrf_mw_e --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-frext-hcamff1_hhi_b 2014-07-01 05:51:26.537876211 -0400 +++ tests/data/fate/h264-conformance-frext-hcamff1_hhi_b 2015-07-08 01:09:03.435565877 -0400 @@ -1,11 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 152064, 0x18f494ec -0, 1, 1, 1, 152064, 0x7515e6d7 -0, 2, 2, 1, 152064, 0xaa8ee665 -0, 3, 3, 1, 152064, 0xa946e180 -0, 4, 4, 1, 152064, 0xd1467f7e -0, 5, 5, 1, 152064, 0xd779f4c2 -0, 6, 6, 1, 152064, 0xed456fed -0, 7, 7, 1, 152064, 0x4ca23a72 -0, 8, 8, 1, 152064, 0x26381cd2 -0, 9, 9, 1, 152064, 0x50df40fa diff: write failed make: *** [fate-h264-conformance-frext-hcaff1_hhi_b] Error 1 Test h264-conformance-frext-frext01_jvc_d failed. Look at tests/data/fate/h264-conformance-frext-frext01_jvc_d.err for details. Test h264-conformance-caqp1_sony_b failed. Look at tests/data/fate/h264-conformance-caqp1_sony_b.err for details. -0, 66, 66, 1, 152064, 0x0a025f7e -0, 67, 67, 1, 152064, 0x1cfbae04 -0, 68, 68, 1, 152064, 0x3a874757 -0, 69, 69, 1, 152064, 0x2c67006e -0, 70, 70, 1, 152064, 0x1d409bce -0, 71, 71, 1, 152064, 0xfe43121f -0, 72, 72, 1, 152064, 0x43411830 -0, 73, 73, 1, 152064, 0x536d26ca -0, 74, 74, 1, 152064, 0x9eb873ea -0, 75, 75, 1, 152064, 0x093f93ec -0, 76, 76, 1, 152064, 0xdf6f0381 -0, 77, 77, 1, 152064, 0xa9f4b5e5 -0, 78, 78, 1, 152064, 0x08f71ef8 -0, 79, 79, 1, 152064, 0x7a68f820 -0, 80, 80, 1, 152064, 0xae0c73e7 -0, 81, 81, 1, 152064, 0x886ae6c7 -0, 82, 82, 1, 152064, 0x9357f433 -0, 83, 83, 1, 152064, 0xcc335068 -0, 84, 84, 1, 152064, 0x2ea108ab -0, 85, 85, 1, 152064, 0x06d7dcb0 -0, 86, 86, 1, 152064, 0x81dc81bc -0, 87, 87, 1, 152064, 0xfb32b626 -0, 88, 88, 1, 152064, 0x2787d1c7 -0, 89, 89, 1, 152064, 0x69e51118 -0, 90, 90, 1, 152064, 0xba15d94d -0, 91, 91, 1, 152064, 0xc41c09cf -0, 92, 92, 1, 152064, 0x7e50e12f -0, 93, 93, 1, 152064, 0x0763ddbe -0, 94, 94, 1, 152064, 0x8a09bb88 -0, 95, 95, 1, 152064, 0x530752b7 -0, 96, 96, 1, 152064, 0x9b159923 -0, 97, 97, 1, 152064, 0xcbb83ed3 -0, 98, 98, 1, 152064, 0xdeb5ac0e -0, 99, 99, 1, 152064, 0x189299d4 make: *** [fate-h264-conformance-caqp1_sony_b] Error 1 TEST h264-conformance-sharp_mp_field_1_b Test h264-conformance-frext-brcm_freh9 failed. Look at tests/data/fate/h264-conformance-frext-brcm_freh9.err for details. make: *** [fate-h264-conformance-frext-brcm_freh9] Error 1 make: *** [fate-h264-conformance-frext-frext01_jvc_d] Error 1 Test h264-conformance-frext-frext4_panasonic_a failed. Look at tests/data/fate/h264-conformance-frext-frext4_panasonic_a.err for details. make: *** [fate-h264-conformance-frext-frext4_panasonic_a] Error 1 TEST h264-conformance-sharp_mp_field_2_b TEST h264-conformance-sharp_mp_field_3_b Test h264-conformance-frext-frext1_panasonic_c failed. Look at tests/data/fate/h264-conformance-frext-frext1_panasonic_c.err for details. make: *** [fate-h264-conformance-frext-frext1_panasonic_c] Error 1 TEST h264-conformance-sharp_mp_paff_1r2 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-frext-hi422fr13_sony_b 2014-07-01 05:51:26.537876211 -0400 +++ tests/data/fate/h264-conformance-frext-hi422fr13_sony_b 2015-07-08 01:09:03.425565684 -0400 @@ -1,6 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 405504, 0xe0f40e71 -0, 1, 1, 1, 405504, 0x9bdb5900 -0, 2, 2, 1, 405504, 0x527003ca -0, 3, 3, 1, 405504, 0x1fbf8ba6 -0, 4, 4, 1, 405504, 0x455e2a4e Test h264-conformance-frext-freh2_b failed. Look at tests/data/fate/h264-conformance-frext-freh2_b.err for details. make: *** [fate-h264-conformance-frext-freh2_b] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-frext-frext2_panasonic_b 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-frext-frext2_panasonic_b 2015-07-08 01:09:03.555568193 -0400 @@ -1,16 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 152064, 0x0147a2a9 -0, 1, 1, 1, 152064, 0xe2365351 -0, 2, 2, 1, 152064, 0xb5f9daee -0, 3, 3, 1, 152064, 0xd60818b2 -0, 4, 4, 1, 152064, 0x21b528e5 -0, 5, 5, 1, 152064, 0x9c9dda18 -0, 6, 6, 1, 152064, 0x387fe7de -0, 7, 7, 1, 152064, 0x8f0c5a1e -0, 8, 8, 1, 152064, 0x02409694 -0, 9, 9, 1, 152064, 0x2b36a7a7 -0, 10, 10, 1, 152064, 0x3c6d3863 -0, 11, 11, 1, 152064, 0xaa7835e1 -0, 12, 12, 1, 152064, 0x6d105fe7 -0, 13, 13, 1, 152064, 0x9a348732 -0, 14, 14, 1, 152064, 0x96a3af13 TEST h264-conformance-sharp_mp_paff_2r --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-frext-freh6 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-frext-freh6 2015-07-08 01:09:03.435565877 -0400 @@ -1,101 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 152064, 0x3b21d6cd -0, 1, 1, 1, 152064, 0xc32088c6 -0, 2, 2, 1, 152064, 0x65a64cee -0, 3, 3, 1, 152064, 0x0bd45a5b -0, 4, 4, 1, 152064, 0xb2210d4d -0, 5, 5, 1, 152064, 0xf5b15527 -0, 6, 6, 1, 152064, 0x806572ad -0, 7, 7, 1, 152064, 0x6ecb1fc8 -0, 8, 8, 1, 152064, 0xc25e96d5 -0, 9, 9, 1, 152064, 0x5593b825 -0, 10, 10, 1, 152064, 0xf3be1cff -0, 11, 11, 1, 152064, 0xa9155072 -0, 12, 12, 1, 152064, 0xd5552e26 -0, 13, 13, 1, 152064, 0x7bf0dbee -0, 14, 14, 1, 152064, 0x998b4911 -0, 15, 15, 1, 152064, 0xcc71bbe0 -0, 16, 16, 1, 152064, 0x602415b8 -0, 17, 17, 1, 152064, 0xcfff37cf -0, 18, 18, 1, 152064, 0x7cf824a8 -0, 19, 19, 1, 152064, 0x34816ee5 -0, 20, 20, 1, 152064, 0x1480540c -0, 21, 21, 1, 152064, 0xc2351aaf -0, 22, 22, 1, 152064, 0x3b8eac9f -0, 23, 23, 1, 152064, 0x92a8faf8 -0, 24, 24, 1, 152064, 0x7b6121c8 -0, 25, 25, 1, 152064, 0xe73a3bac -0, 26, 26, 1, 152064, 0xcd6e1e36 -0, 27, 27, 1, 152064, 0xb24660b1 -0, 28, 28, 1, 152064, 0xa290ec25 -0, 29, 29, 1, 152064, 0x308915ff -0, 30, 30, 1, 152064, 0x1e8dd4db -0, 31, 31, 1, 152064, 0x1372f2e0 -0, 32, 32, 1, 152064, 0xa07cc1d0 -0, 33, 33, 1, 152064, 0x34bb872c -0, 34, 34, 1, 152064, 0x59e6a565 -0, 35, 35, 1, 152064, 0x9a097932 -0, 36, 36, 1, 152064, 0x938f2e20 -0, 37, 37, 1, 152064, 0x59a8157d -0, 38, 38, 1, 152064, 0x5cacd404 -0, 39, 39, 1, 152064, 0xdad068f5 -0, 40, 40, 1, 152064, 0x7ba67d47 -0, 41, 41, 1, 152064, 0xc2a11e2d -0, 42, 42, 1, 152064, 0xd37fdef7 -0, 43, 43, 1, 152064, 0x19a3f80a -0, 44, 44, 1, 152064, 0x7ec7426a -0, 45, 45, 1, 152064, 0x8ffedb61 -0, 46, 46, 1, 152064, 0x82aebdd0 -0, 47, 47, 1, 152064, 0xdfc920cc -0, 48, 48, 1, 152064, 0x2a467698 -0, 49, 49, 1, 152064, 0xd08a37d5 -0, 50, 50, 1, 152064, 0xe606e66a -0, 51, 51, 1, 152064, 0x0e7b8bd8 -0, 52, 52, 1, 152064, 0xf983c732 -0, 53, 53, 1, 152064, 0x9b82c2e7 -0, 54, 54, 1, 152064, 0xa990a47e -0, 55, 55, 1, 152064, 0x2d5679f1 -0, 56, 56, 1, 152064, 0x7f1c0201 -0, 57, 57, 1, 152064, 0xc38b709d -0, 58, 58, 1, 152064, 0x040246d8 -0, 59, 59, 1, 152064, 0xbc856021 -0, 60, 60, 1, 152064, 0x81e01a78 -0, 61, 61, 1, 152064, 0xaff1e7f1 -0, 62, 62, 1, 152064, 0x1fee7715 -0, 63, 63, 1, 152064, 0x65053711 -0, 64, 64, 1, 152064, 0x238a0118 -0, 65, 65, 1, 152064, 0x563491b4 -0, 66, 66, 1, 152064, 0x5974a6cc -0, 67, 67, 1, 152064, 0xd8682c35 -0, 68, 68, 1, 152064, 0x85c49e96 -0, 69, 69, 1, 152064, 0x29486faa -0, 70, 70, 1, 152064, 0x1a4f0579 -0, 71, 71, 1, 152064, 0x6ab86c2f -0, 72, 72, 1, 152064, 0x36a36d2b -0, 73, 73, 1, 152064, 0x3bd77543 -0, 74, 74, 1, 152064, 0x8fbddc41 -0, 75, 75, 1, 152064, 0xccc6e0a5 -0, 76, 76, 1, 152064, 0x00a9539e -0, 77, 77, 1, 152064, 0x07ba0714 -0, 78, 78, 1, 152064, 0xbab2735d -0, 79, 79, 1, 152064, 0x79cb5ba0 -0, 80, 80, 1, 152064, 0xdbcc1c92 -0, 81, 81, 1, 152064, 0xffec952c -0, 82, 82, 1, 152064, 0xc31ac68e -0, 83, 83, 1, 152064, 0x24293eb9 -0, 84, 84, 1, 152064, 0x7b9b2cb4 -0, 85, 85, 1, 152064, 0x9dd4fe95 -0, 86, 86, 1, 152064, 0xb62e8baf -0, 87, 87, 1, 152064, 0x9fefc174 -0, 88, 88, 1, 152064, 0xe027c24e -0, 89, 89, 1, 152064, 0xe38adc70 -0, 90, 90, 1, 152064, 0xc7bf536f -0, 91, 91, 1, 152064, 0x4448f330 -0, 92, 92, 1, 152064, 0x4dad5339 -0, 93, 93, 1, 152064, 0x48fbab15 -0, 94, 94, 1, 152064, 0xe6c97b2c -0, 95, 95, 1, 152064, 0x3c3829ee -0, 96, 96, 1, 152064, 0x927772c0 -0, 97, 97, 1, 152064, 0xbb0f0ef4 -0, 98, 98, 1, 152064, 0xe65780a7 -0, 99, 99, 1, 152064, 0xaf8f6d72 TEST h264-conformance-sva_ba1_b Test h264-conformance-frext-hcamff1_hhi_b failed. Look at tests/data/fate/h264-conformance-frext-hcamff1_hhi_b.err for details. make: *** [fate-h264-conformance-frext-hcamff1_hhi_b] Error 1 TEST h264-conformance-sl1_sva_b TEST h264-conformance-sva_ba2_d Test h264-conformance-frext-freh7_b failed. Look at tests/data/fate/h264-conformance-frext-freh7_b.err for details. make: *** [fate-h264-conformance-frext-freh7_b] Error 1 make: *** [fate-h264-conformance-frext-frext2_panasonic_b] Error 1 make: *** [fate-h264-conformance-frext-hi422fr13_sony_b] Error 1 TEST h264-conformance-sva_base_b /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-frext-freh6 failed. Look at tests/data/fate/h264-conformance-frext-freh6.err for details. make: *** [fate-h264-conformance-frext-freh6] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST h264-conformance-sva_cl1_e Test h264-conformance-frext-hi422fr1_sony_a failed. Look at tests/data/fate/h264-conformance-frext-hi422fr1_sony_a.err for details. make: *** [fate-h264-conformance-frext-hi422fr1_sony_a] Error 1 TEST h264-conformance-sva_fm1_e TEST h264-conformance-sva_nl1_b TEST h264-reinit-large_420_8-to-small_420_8 TEST h264-conformance-sva_nl2_e TEST h264-reinit-small_420_8-to-large_444_10 diff: standard output: No space left on device diff: standard output: No space left on device cat: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device diff: standard output: No space left on device diff: standard output: No space left on device diff: standard output: No space left on device TEST h264-reinit-small_420_9-to-small_420_8 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-mps_mw_a failed. Look at tests/data/fate/h264-conformance-mps_mw_a.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-h264-conformance-mps_mw_a] Error 1 Test h264-conformance-midr_mw_d failed. Look at tests/data/fate/h264-conformance-midr_mw_d.err for details. make: *** [fate-h264-conformance-midr_mw_d] Error 1cat: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-frext-hpcvfl_bcrm_a failed. Look at tests/data/fate/h264-conformance-frext-hpcvfl_bcrm_a.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-h264-conformance-frext-hpcvfl_bcrm_a] Error 1 Test h264-conformance-frext-hpcadq_brcm_b failed. Look at tests/data/fate/h264-conformance-frext-hpcadq_brcm_b.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vsynth_lena-jpeg2000-97 failed. Look at tests/data/fate/vsynth_lena-jpeg2000-97.err for details. TEST h264-extreme-plane-pred TEST h264-reinit-small_422_9-to-small_420_9 make: *** [fate-h264-conformance-frext-hpcadq_brcm_b] Error 1 make: *** [fate-vsynth_lena-jpeg2000-97] Error 1 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: write failed diff: TEST h264-lossless standard output: No space left on device cat: write error: No space left on device diff: standard output: No space left on device TEST h264-crop-to-container diff: write failed TEST h264-interlace-crop Test h264-conformance-mr6_bt_b failed. Look at tests/data/fate/h264-conformance-mr6_bt_b.err for details. make: *** [fate-h264-conformance-mr6_bt_b] Error 1 diff: standard output: No space left on device make: *** [fate-h264-conformance-ls_sva_d] Error 1/home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device cat: write error: No space left on device make: diff: write failed diff: standard outputmake: *** [fate-filter-hq3x] Error 1 make: *** [fate-h264-conformance-frext-hpcvnl_brcm_a] Error 1 diff: standard output: No space left on device make: *** [fate-h264-conformance-mr1_mw_a] Error 1 make: *** [fate-hevc-conformance-AMP_A_Samsung_4] Error 1 make: *** [fate-hevc-conformance-AMP_A_Samsung_6] Error 1 make: *** [fate-hevc-conformance-AMP_B_Samsung_4] Error 1 make: *** [fate-hevc-conformance-AMP_B_Samsung_6] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test filter-2xbr failed. Look at tests/data/fate/filter-2xbr.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-mr2_tandberg_e failed. Look at tests/data/fate/h264-conformance-mr2_tandberg_e.err for details. Test h264-conformance-nl3_sva_e failed. Look at tests/data/fate/h264-conformance-nl3_sva_e.err for details. TEST hevc-conformance-AMP_E_Hisilicon Test h264-conformance-mr4_tandberg_c failed. Look at tests/data/fate/h264-conformance-mr4_tandberg_c.err for details. make: *** [fate-filter-2xbr] Error 1 make: *** [fate-h264-conformance-mr2_tandberg_e] Error 1 diff: standard output: No space left on device make: *** [fate-h264-conformance-mr4_tandberg_c] Error 1 make: *** [fate-h264-conformance-nl3_sva_e] Error 1 TEST hevc-conformance-AMP_D_Hisilicon /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST hevc-conformance-AMP_F_Hisilicon_3 Test h264-conformance-nl2_sony_h failed. Look at tests/data/fate/h264-conformance-nl2_sony_h.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-mr8_bt_b failed. Look at tests/data/fate/h264-conformance-mr8_bt_b.err for details. Test h264-conformance-hcmp1_hhi_a failed. Look at tests/data/fate/h264-conformance-hcmp1_hhi_a.err for details. diff: standard output: No space left on device make: *** [fate-h264-conformance-hcmp1_hhi_a] Error 1 make: *** [fate-h264-conformance-mr8_bt_b] Error 1 make: *** [fate-h264-conformance-nl2_sony_h] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-frext-hi422fr6_sony_a failed. Look at tests/data/fate/h264-conformance-frext-hi422fr6_sony_a.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-h264-conformance-frext-hi422fr6_sony_a] Error 1Tdiff: standard output: No space left on device TEST hevc-conformance-AMVP_A_MTK_4 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-h264-conformance-nlmq2_jvc_c] Error 1 TEST hevc-conformance-AMVP_B_MTK_4 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device Test h264-conformance-frext-hpcaq2lq_brcm_b failed. Look at tests/data/fate/h264-conformance-frext-hpcaq2lq_brcm_b.err for details. TEST standard output: No space left on device make: *** [fate-h264-conformance-frext-hpcaq2lq_brcm_b] Error 1 cat: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-frext-frext_mmco4_sony_b failed. Look at tests/data/fate/h264-conformance-frext-frext_mmco4_sony_b.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 296: echo: write error: No space left on device make: Test h264-conformance-nlmq1_jvc_c failed. Look at tests/data/fate/h264-conformance-nlmq1_jvc_c.err for details. Test h264-conformance-hcbp2_hhi_a failed. Look at tests/data/fate/h264-conformance-hcbp2_hhi_a.err for details. diff: standard output: No space left on device --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-sva_ba1_b 2014-07-01 05:51:26.537876211 -0400 +++ tests/data/fate/h264-conformance-sva_ba1_b 2015-07-08 01:09:04.035577458 -0400 @@ -1,18 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 38016, 0x359316a1 -0, 1, 1, 1, 38016, 0xd5fafa54 -0, 2, 2, 1, 38016, 0xea99e9be -0, 3, 3, 1, 38016, 0xd680f3db -0, 4, 4, 1, 38016, 0x8b771545 -0, 5, 5, 1, 38016, 0xff8c3073 -0, 6, 6, 1, 38016, 0x543d403a -0, 7, 7, 1, 38016, 0xd2136010 -0, 8, 8, 1, 38016, 0x11d17cd3 -0, 9, 9, 1, 38016, 0xd8c69527 -0, 10, 10, 1, 38016, 0x070d9a08 -0, 11, 11, 1, 38016, 0xc8e3b21d -0, 12, 12, 1, 38016, 0xe903b09e -0, 13, 13, 1, 38016, 0x30ba9ece -0, 14, 14, 1, 38016, 0xb32482a4 -0, 15, 15, 1, 38016, 0x56cf8ea3 -0, 16, 16, 1, 38016, 0x0b41abd0 make: *** [fate-h264-conformance-camanl2_toshiba_b] Error 1 make: *** [fate-h264-conformance-frext-frext3_panasonic_d] Error 1 make: *** [fate-h264-conformance-frext-hpcv_brcm_a] Error 1 make: *** [fate-h264-conformance-hcbp2_hhi_a] Error 1 make: *** [fate-h264-conformance-nlmq1_jvc_c] Error 1 make: *** [fate-h264-conformance-sl1_sva_b] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-hevc-conformance-CAINIT_C_SHARP_3] Error 1 TEST hevc-conformance-CAINIT_D_SHARP_3 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device TEST hevc-conformance-CAINIT_E_SHARP_3 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-camanl1_toshiba_b 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-camanl1_toshiba_b 2015-07-08 01:09:04.095578616 -0400 @@ -1,91 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 152064, 0xb1edd842 -0, 1, 1, 1, 152064, 0x551f8f45 -0, 2, 2, 1, 152064, 0xb4931cb2 -0, 3, 3, 1, 152064, 0x78882b27 -0, 4, 4, 1, 152064, 0x3afef36d -0, 5, 5, 1, 152064, 0x85afad0a -0, 6, 6, 1, 152064, 0x3a8bab81 -0, 7, 7, 1, 152064, 0x2a437174 -0, 8, 8, 1, 152064, 0x22421437 -0, 9, 9, 1, 152064, 0x39c5f125 -0, 10, 10, 1, 152064, 0x256eaad2 -0, 11, 11, 1, 152064, 0x668a5d31 -0, 12, 12, 1, 152064, 0x412a4aa7 -0, 13, 13, 1, 152064, 0x3f091baf -0, 14, 14, 1, 152064, 0xbf16d262 -0, 15, 15, 1, 152064, 0x2fc4ce67 -0, 16, 16, 1, 152064, 0x119cde3e -0, 17, 17, 1, 152064, 0xb40b8632 -0, 18, 18, 1, 152064, 0x4be4f192 -0, 19, 19, 1, 152064, 0x906c1237 -0, 20, 20, 1, 152064, 0x95380024 -0, 21, 21, 1, 152064, 0x6a833025 -0, 22, 22, 1, 152064, 0x681d1c4f -0, 23, 23, 1, 152064, 0x08c8dea4 -0, 24, 24, 1, 152064, 0xc69226f0 -0, 25, 25, 1, 152064, 0x86631102 -0, 26, 26, 1, 152064, 0x7f40c77a -0, 27, 27, 1, 152064, 0xc746ddd4 -0, 28, 28, 1, 152064, 0x5f2bd3cb -0, 29, 29, 1, 152064, 0x643c8316 -0, 30, 30, 1, 152064, 0x5b7fa380 -0, 31, 31, 1, 152064, 0x82438cf7 -0, 32, 32, 1, 152064, 0xdee0f7e7 -0, 33, 33, 1, 152064, 0xc50d41f1 -0, 34, 34, 1, 152064, 0xf3453631 -0, 35, 35, 1, 152064, 0x90bce66b -0, 36, 36, 1, 152064, 0x045b03f7 -0, 37, 37, 1, 152064, 0xf64bd756 -0, 38, 38, 1, 152064, 0xff997ef2 -0, 39, 39, 1, 152064, 0x3613a0a5 -0, 40, 40, 1, 152064, 0xe6a7a8d6 -0, 41, 41, 1, 152064, 0xb0906c42 -0, 42, 42, 1, 152064, 0x4dfc912b -0, 43, 43, 1, 152064, 0x81e3991c -0, 44, 44, 1, 152064, 0x4efc61fb -0, 45, 45, 1, 152064, 0xed478395 -0, 46, 46, 1, 152064, 0x4cb25ab6 -0, 47, 47, 1, 152064, 0x28e7d51f -0, 48, 48, 1, 152064, 0x8bcc1a8d -0, 49, 49, 1, 152064, 0x2fe1f240 -0, 50, 50, 1, 152064, 0xb4978ef8 -0, 51, 51, 1, 152064, 0xe3929556 -0, 52, 52, 1, 152064, 0xd370632a -0, 53, 53, 1, 152064, 0xba86ffb2 -0, 54, 54, 1, 152064, 0x444bf18c -0, 55, 55, 1, 152064, 0xab40bd14 -0, 56, 56, 1, 152064, 0xfd488a5d -0, 57, 57, 1, 152064, 0xe1f09568 -0, 58, 58, 1, 152064, 0x09ee7a7e -0, 59, 59, 1, 152064, 0x9360397c -0, 60, 60, 1, 152064, 0xdbd467e9 -0, 61, 61, 1, 152064, 0x99726777 -0, 62, 62, 1, 152064, 0x009fd46c -0, 63, 63, 1, 152064, 0xcf770fdb -0, 64, 64, 1, 152064, 0x2a890fd9 -0, 65, 65, 1, 152064, 0x7f40de4b -0, 66, 66, 1, 152064, 0x04191304 -0, 67, 67, 1, 152064, 0x15722022 -0, 68, 68, 1, 152064, 0x59f4ea93 -0, 69, 69, 1, 152064, 0x28ba373f -0, 70, 70, 1, 152064, 0xf9e400b8 -0, 71, 71, 1, 152064, 0x85c4bd98 -0, 72, 72, 1, 152064, 0x6917d2a5 -0, 73, 73, 1, 152064, 0x61cae234 -0, 74, 74, 1, 152064, 0x752a9a2d -0, 75, 75, 1, 152064, 0x1ee2d9bd -0, 76, 76, 1, 152064, 0xdce9ab8e -0, 77, 77, 1, 152064, 0x51225fd0 -0, 78, 78, 1, 152064, 0x10e8cb60 -0, 79, 79, 1, 152064, 0x8d07cd25 -0, 80, 80, 1, 152064, 0xb18ba61b -0, 81, 81, 1, 152064, 0xb0f10280 -0, 82, 82, 1, 152064, 0x76a71f13 -0, 83, 83, 1, 152064, 0x3004f5a1 -0, 84, 84, 1, 152064, 0x9aba5724 -0, 85, 85, 1, 152064, 0x5db85385 -0, 86, 86, 1, 152064, 0xbe9d3f5b -0, 87, 87, 1, 152064, 0xa71e85bb -0, 88, 88, 1, 152064, 0xdcf59cd7 -0, 89, 89, 1, 152064, 0x5e319459 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-sva_base_b 2014-07-01 05:51:26.537876211 -0400 +++ tests/data/fate/h264-conformance-sva_base_b 2015-07-08 01:09:04.125579195 -0400 @@ -1,18 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 38016, 0x1c131302 -0, 1, 1, 1, 38016, 0xbbca0c4f -0, 2, 2, 1, 38016, 0x81f5fd7b -0, 3, 3, 1, 38016, 0xc8990c96 -0, 4, 4, 1, 38016, 0xd4c337ce -0, 5, 5, 1, 38016, 0xc4544ee1 -0, 6, 6, 1, 38016, 0x5de26832 -0, 7, 7, 1, 38016, 0xc1fc7ba9 -0, 8, 8, 1, 38016, 0x5fea9c67 -0, 9, 9, 1, 38016, 0xfa0aaf63 -0, 10, 10, 1, 38016, 0xa7f6c07d -0, 11, 11, 1, 38016, 0x11a0c6ff -0, 12, 12, 1, 38016, 0xfdefc3a0 -0, 13, 13, 1, 38016, 0xdb729a49 -0, 14, 14, 1, 38016, 0x9b5e7f0b -0, 15, 15, 1, 38016, 0x6a047ea9 -0, 16, 16, 1, 38016, 0xd8c29302 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-frext-hcafr4_hhi_a 2014-07-01 05:51:26.537876211 -0400 +++ tests/data/fate/h264-conformance-frext-hcafr4_hhi_a 2015-07-08 01:09:04.135579388 -0400 @@ -1,11 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 152064, 0xc7d8832d -0, 1, 1, 1, 152064, 0x8d9ffc59 -0, 2, 2, 1, 152064, 0xaf3ea0d1 -0, 3, 3, 1, 152064, 0x6805671e -0, 4, 4, 1, 152064, 0x49202ab8 -0, 5, 5, 1, 152064, 0x6b06b1ad -0, 6, 6, 1, 152064, 0x909f3e4e -0, 7, 7, 1, 152064, 0xa4ce28ec -0, 8, 8, 1, 152064, 0xc3c5b8bc -0, 9, 9, 1, 152064, 0x78744dac TEST hevc-conformance-CAINIT_G_SHARP_3 Test h264-conformance-sva_cl1_e failed. Look at tests/data/fate/h264-conformance-sva_cl1_e.err for details. TEST hevc-conformance-CAINIT_H_SHARP_3 Test h264-conformance-sva_ba1_b failed. Look at tests/data/fate/h264-conformance-sva_ba1_b.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-sva_ba2_d failed. Look at tests/data/fate/h264-conformance-sva_ba2_d.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-lavf-dpx] Error 69 make: *** [fate-h264-conformance-sva_ba1_b] Error 1/home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-reinit-large_420_8-to-small_420_8 failed. Look at tests/data/fate/h264-reinit-large_420_8-to-small_420_8.err for details. make: *** [fate-h264-conformance-sva_ba2_d] Error 1 make: Test h264-conformance-mr5_tandberg_c failed. Look at tests/data/fate/h264-conformance-mr5_tandberg_c.err for details. make: /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-frext-hpcalq_brcm_b failed. Look at tests/data/fate/h264-conformance-frext-hpcalq_brcm_b.err for details. Test h264-conformance-sva_fm1_e failed. Look at tests/data/fate/h264-conformance-sva_fm1_e.err for details. make: *** [fate-h264-conformance-frext-hpcalq_brcm_b] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-h264-conformance-mr5_tandberg_c] Error 1 make: *** [fate-h264-conformance-sva_fm1_e] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-sva_base_b failed. Look at tests/data/fate/h264-conformance-sva_base_b.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device *** [fate-h264-: No space left on device Test h264-conformance-camanl1_toshiba_b failed. Look at tests/data/fate/h264-conformance-camanl1_toshiba_b.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST hevc-conformance-cip_B_NEC_3 Test h264-conformance-sva_nl2_e failed. Look at tests/data/fate/h264-conformance-sva_nl2_e.err for details. make: *** [fate-h264-conformance-camanl1_toshiba_b] Error 1 make: *** [fate-h264-conformance-sva_nl2_e] Error 1 TEST hevc-conformance-CIP_C_Panasonic_2 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test gifenc-pal8 failed. Look at tests/data/fate/gifenc-pal8.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-sharp_mp_paff_2r 2014-07-01 05:51:26.537876211 -0400 +++ tests/data/fate/h264-conformance-sharp_mp_paff_2r 2015-07-08 01:09:04.225581125 -0400 @@ -1,16 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 518400, 0xc93c7c47 -0, 1, 1, 1, 518400, 0xfb452a9c -0, 2, 2, 1, 518400, 0x2f7a35bd -0, 3, 3, 1, 518400, 0xe63e30b9 -0, 4, 4, 1, 518400, 0x39628205 -0, 5, 5, 1, 518400, 0x17fa1ea4 -0, 6, 6, 1, 518400, 0xd5ee83e2 -0, 7, 7, 1, 518400, 0x4fd6d5c9 -0, 8, 8, 1, 518400, 0x8703c999 -0, 9, 9, 1, 518400, 0x1a87e2d3 -0, 10, 10, 1, 518400, 0xa27fc4d0 -0, 11, 11, 1, 518400, 0x6effab5d -0, 12, 12, 1, 518400, 0x51ea02c9 -0, 13, 13, 1, 518400, 0xbcf84c88 -0, 14, 14, 1, 518400, 0x1d41076b make: *** [fate-gifenc-pal8] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-reinit-small_420_9-to-small_420_8 2014-07-01 05:51:26.537876211 -0400 +++ tests/data/fate/h264-reinit-small_420_9-to-small_420_8 2015-07-08 01:09:04.225581125 -0400 @@ -1,101 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 608256, 0xee06377f -0, 1, 1, 1, 608256, 0x9c22c5ee -0, 2, 2, 1, 608256, 0x322abee2 -0, 3, 3, 1, 608256, 0x82745ed3 -0, 4, 4, 1, 608256, 0xe7b9248b -0, 5, 5, 1, 608256, 0xc8c1ce0e -0, 6, 6, 1, 608256, 0x8451eba9 -0, 7, 7, 1, 608256, 0xece9412d -0, 8, 8, 1, 608256, 0xffbc2c24 -0, 9, 9, 1, 608256, 0xf58c117e -0, 10, 10, 1, 608256, 0x7853f334 -0, 11, 11, 1, 608256, 0x1acd6465 -0, 12, 12, 1, 608256, 0xb668856c -0, 13, 13, 1, 608256, 0x3f52c230 -0, 14, 14, 1, 608256, 0xd7e8b5b6 -0, 15, 15, 1, 608256, 0xf663681d -0, 16, 16, 1, 608256, 0x07ef670c -0, 17, 17, 1, 608256, 0x1d5084f4 -0, 18, 18, 1, 608256, 0x0ea3fe04 -0, 19, 19, 1, 608256, 0xf095d1e0 -0, 20, 20, 1, 608256, 0xbdac37fb -0, 21, 21, 1, 608256, 0x2cbfdf91 -0, 22, 22, 1, 608256, 0x8da7190f -0, 23, 23, 1, 608256, 0x08bf6fc9 -0, 24, 24, 1, 608256, 0xa2368e5c -0, 25, 25, 1, 608256, 0x36d38f81 -0, 26, 26, 1, 608256, 0x94d344cc -0, 27, 27, 1, 608256, 0x1cf33f86 -0, 28, 28, 1, 608256, 0x98d6341f -0, 29, 29, 1, 608256, 0xb04e3a3a -0, 30, 30, 1, 608256, 0x74e52483 -0, 31, 31, 1, 608256, 0x6acc8d96 -0, 32, 32, 1, 608256, 0x136d6c4e -0, 33, 33, 1, 608256, 0x50efa37a -0, 34, 34, 1, 608256, 0x53170421 -0, 35, 35, 1, 608256, 0x2ed5210e -0, 36, 36, 1, 608256, 0x5f471854 -0, 37, 37, 1, 608256, 0xd6ff7856 -0, 38, 38, 1, 608256, 0x446bf456 -0, 39, 39, 1, 608256, 0x872b95b1 -0, 40, 40, 1, 608256, 0xc9e5e827 -0, 41, 41, 1, 608256, 0xdab3eb04 -0, 42, 42, 1, 608256, 0xccd6347e -0, 43, 43, 1, 608256, 0xd7dfd0a9 -0, 44, 44, 1, 608256, 0x60b834c3 -0, 45, 45, 1, 608256, 0x0b822676 -0, 46, 46, 1, 608256, 0x0e5d3d5a -0, 47, 47, 1, 608256, 0x1fa0233d -0, 48, 48, 1, 608256, 0xb853b650 -0, 49, 49, 1, 608256, 0x30d8d033 -0, 50, 50, 1, 608256, 0x27a069a3 -0, 51, 51, 1, 608256, 0x22a5ff96 -0, 52, 52, 1, 608256, 0x29ad753f -0, 53, 53, 1, 608256, 0x955788a6 -0, 54, 54, 1, 608256, 0xb73599c5 -0, 55, 55, 1, 608256, 0x73765aca -0, 56, 56, 1, 608256, 0x39118f45 -0, 57, 57, 1, 608256, 0xfb0f8b96 -0, 58, 58, 1, 608256, 0xfcf71085 -0, 59, 59, 1, 608256, 0xccaaca7d -0, 60, 60, 1, 608256, 0xde873299 -0, 61, 61, 1, 608256, 0x5d904202 -0, 62, 62, 1, 608256, 0x1e92c9b8 -0, 63, 63, 1, 608256, 0xdb8ec231 -0, 64, 64, 1, 608256, 0x388e2b9f -0, 65, 65, 1, 608256, 0x1d190c39 -0, 66, 66, 1, 608256, 0xb6609efd -0, 67, 67, 1, 608256, 0x0c6bf1d0 -0, 68, 68, 1, 608256, 0x178e0a3c -0, 69, 69, 1, 608256, 0x439509f7 -0, 70, 70, 1, 608256, 0x00eb29ec -0, 71, 71, 1, 608256, 0xee45f2a0 -0, 72, 72, 1, 608256, 0xae62eb8c -0, 73, 73, 1, 608256, 0x3bb7510d -0, 74, 74, 1, 608256, 0x03f08d02 -0, 75, 75, 1, 608256, 0x4beffc2a -0, 76, 76, 1, 608256, 0x6071eb56 -0, 77, 77, 1, 608256, 0xbcb4e4e5 -0, 78, 78, 1, 608256, 0x775864aa -0, 79, 79, 1, 608256, 0x3cfa0a94 -0, 80, 80, 1, 608256, 0x4652d529 -0, 81, 81, 1, 608256, 0xc5be07e2 -0, 82, 82, 1, 608256, 0xe7b480a2 -0, 83, 83, 1, 608256, 0x83b11945 -0, 84, 84, 1, 608256, 0x25ff0458 -0, 85, 85, 1, 608256, 0x5a780cda -0, 86, 86, 1, 608256, 0x3448077c -0, 87, 87, 1, 608256, 0x0f9c6f09 -0, 88, 88, 1, 608256, 0x05ece146 -0, 89, 89, 1, 608256, 0x3b02b504 -0, 90, 90, 1, 608256, 0xf3a8e2a6 -0, 91, 91, 1, 608256, 0xd4544847 -0, 92, 92, 1, 608256, 0x49bd2a3f -0, 93, 93, 1, 608256, 0x22a42082 -0, 94, 94, 1, 608256, 0x8d8d1923 -0, 95, 95, 1, 608256, 0x2ba6877f -0, 96, 96, 1, 608256, 0x494d481b -0, 97, 97, 1, 608256, 0x28c99c35 -0, 98, 98, 1, 608256, 0x80128077 -0, 99, 99, 1, 608256, 0x887c2fb0 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 296: echo: write error: No space left on device TEST hevc-conformance-DBLK_A_SONY_3 Test h264-reinit-small_420_9-to-small_420_8 failed. Look at tests/data/fate/h264-reinit-small_420_9-to-small_420_8.err for details. Test h264-conformance-sharp_mp_field_2_b failed. Look at tests/data/fate/h264-conformance-sharp_mp_field_2_b.err for details. TEST hevc-conformance-DBLK_B_SONY_3 make: *** [fate-h264-conformance-ba1_ft_c] Error 1 make: *** [fate-h264-conformance-sharp_mp_paff_2r] Error 1 make: *** [fate-h264-reinit-small_420_9-to-small_420_8] Error 1 make: *** [fate-h264-conformance-sharp_mp_field_2_b] Error 1TEST hevc-conformance-DBLK_C_SONY_3 TEST hevc-conformance-CONFWIN_A_Sony_1 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-ci1_ft_b 2014-07-01 05:51:26.527876055 -0400 +++ tests/data/fate/h264-conformance-ci1_ft_b 2015-07-08 01:09:04.305582669 -0400 @@ -210,83 +210,3 @@ 0, 208, 208, 1, 152064, 0xe0ae5976 0, 209, 209, 1, 152064, 0xc6f28961 0, 210, 210, 1, 152064, 0x6fb5899d -0, 211, 211, 1, 152064, 0x046f3445 -0, 212, 212, 1, 152064, 0x9b2d5779 -0, 213, 213, 1, 152064, 0xeb9db946 -0, 214, 214, 1, 152064, 0x190bdc3b -0, 215, 215, 1, 152064, 0xb9ae5c7b -0, 216, 216, 1, 152064, 0xca07ad32 -0, 217, 217, 1, 152064, 0x8d1fee22 -0, 218, 218, 1, 152064, 0x446470dd -0, 219, 219, 1, 152064, 0x8802cf93 -0, 220, 220, 1, 152064, 0x8bbaeb30 -0, 221, 221, 1, 152064, 0xfe4e7fdf -0, 222, 222, 1, 152064, 0xc6379dc7 -0, 223, 223, 1, 152064, 0xaa53198b -0, 224, 224, 1, 152064, 0x88d6d37c -0, 225, 225, 1, 152064, 0xd1b89370 -0, 226, 226, 1, 152064, 0xdab349f4 -0, 227, 227, 1, 152064, 0x4702c238 -0, 228, 228, 1, 152064, 0xfaa893bb -0, 229, 229, 1, 152064, 0x515b940e -0, 230, 230, 1, 152064, 0x4d86d838 -0, 231, 231, 1, 152064, 0xe3815641 -0, 232, 232, 1, 152064, 0x0e501c17 -0, 233, 233, 1, 152064, 0x449df073 -0, 234, 234, 1, 152064, 0xc06daa27 -0, 235, 235, 1, 152064, 0x72f5394c -0, 236, 236, 1, 152064, 0x18be9f70 -0, 237, 237, 1, 152064, 0xc508213a -0, 238, 238, 1, 152064, 0xa616a322 -0, 239, 239, 1, 152064, 0x1a5d09e5 -0, 240, 240, 1, 152064, 0xf6e78051 -0, 241, 241, 1, 152064, 0x8945ad83 -0, 242, 242, 1, 152064, 0xa06fd95d -0, 243, 243, 1, 152064, 0x7d86f015 -0, 244, 244, 1, 152064, 0x768af87c -0, 245, 245, 1, 152064, 0xffa2e8d9 -0, 246, 246, 1, 152064, 0x2ac0d2df -0, 247, 247, 1, 152064, 0x40c27662 -0, 248, 248, 1, 152064, 0xfcc7580a -0, 249, 249, 1, 152064, 0xcdbd51f0 -0, 250, 250, 1, 152064, 0xe0d754ec -0, 251, 251, 1, 152064, 0xbfb59395 -0, 252, 252, 1, 152064, 0x26f6db71 -0, 253, 253, 1, 152064, 0x1d85f144 -0, 254, 254, 1, 152064, 0xfacbfbd9 -0, 255, 255, 1, 152064, 0x55bdf6b8 -0, 256, 256, 1, 152064, 0x9c89e3f8 -0, 257, 257, 1, 152064, 0x6e90c4bd -0, 258, 258, 1, 152064, 0x3b19a944 -0, 259, 259, 1, 152064, 0xcb527670 -0, 260, 260, 1, 152064, 0xc0ec5c7b -0, 261, 261, 1, 152064, 0x7f5f4814 -0, 262, 262, 1, 152064, 0xb0983900 -0, 263, 263, 1, 152064, 0xc57534a6 -0, 264, 264, 1, 152064, 0xd37b30b9 -0, 265, 265, 1, 152064, 0x61fe2e9f -0, 266, 266, 1, 152064, 0x613d2e8a -0, 267, 267, 1, 152064, 0x9bc5224b -0, 268, 268, 1, 152064, 0x246122c2 -0, 269, 269, 1, 152064, 0x28811a8f -0, 270, 270, 1, 152064, 0x609cfcbf -0, 271, 271, 1, 152064, 0x9c5aee70 -0, 272, 272, 1, 152064, 0x06d7e997 -0, 273, 273, 1, 152064, 0xcb3e1e4a -0, 274, 274, 1, 152064, 0x65e36256 -0, 275, 275, 1, 152064, 0x571eb628 -0, 276, 276, 1, 152064, 0x9e940be8 -0, 277, 277, 1, 152064, 0x425a374b -0, 278, 278, 1, 152064, 0xbeed72a2 -0, 279, 279, 1, 152064, 0x295bb61d -0, 280, 280, 1, 152064, 0xfe2df639 -0, 281, 281, 1, 152064, 0xbd4f441a -0, 282, 282, 1, 152064, 0x61ce59bc -0, 283, 283, 1, 152064, 0xd5eb825f -0, 284, 284, 1, 152064, 0xc03cb656 -0, 285, 285, 1, 152064, 0xfc10c1f6 -0, 286, 286, 1, 152064, 0xb93908dc -0, 287, 287, 1, 152064, 0xbc2d3209 -0, 288, 288, 1, 152064, 0xcc267ab3 -0, 289, 289, 1, 152064, 0x32629fa0 -0, 290, 290, 1, 152064, 0x5d5bb942 diff: standard output: No space left on device TEST hevc-conformance-DBLK_D_VIXS_2 Test h264-conformance-ci1_ft_b failed. Look at tests/data/fate/h264-conformance-ci1_ft_b.err for details. make: *** [fate-h264-conformance-ci1_ft_b] Error 1 Test filter-paletteuse-nodither failed. Look at tests/data/fate/filter-paletteuse-nodither.err for details. TEST hevc-conformance-DBLK_F_VIXS_2 make: *** [fate-filter-paletteuse-nodither] Error 1 TEST hevc-conformance-DBLK_G_VIXS_2 TEST hevc-conformance-DBLK_E_VIXS_2 TEST hevc-conformance-DELTAQP_A_BRCM_4 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/hevc-conformance-AMVP_A_MTK_4 2014-07-01 05:51:26.537876211 -0400 +++ tests/data/fate/hevc-conformance-AMVP_A_MTK_4 2015-07-08 01:09:04.435585178 -0400 @@ -1,31 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 149760, 0x88619f80 -0, 1, 1, 1, 149760, 0x550bdaf0 -0, 2, 2, 1, 149760, 0xb769fa4c -0, 3, 3, 1, 149760, 0x3c2c2e9a -0, 4, 4, 1, 149760, 0x75316bcc -0, 5, 5, 1, 149760, 0x7b9ba7ff -0, 6, 6, 1, 149760, 0x9981ea7b -0, 7, 7, 1, 149760, 0x3f682105 -0, 8, 8, 1, 149760, 0x63252c25 -0, 9, 9, 1, 149760, 0x44427967 -0, 10, 10, 1, 149760, 0x24199a9e -0, 11, 11, 1, 149760, 0xaa30c241 -0, 12, 12, 1, 149760, 0xf24faaaf -0, 13, 13, 1, 149760, 0x0291c766 -0, 14, 14, 1, 149760, 0xb826e44f -0, 15, 15, 1, 149760, 0xbc2310b8 -0, 16, 16, 1, 149760, 0xcfd81d4a -0, 17, 17, 1, 149760, 0xb356484a -0, 18, 18, 1, 149760, 0x02bf515a -0, 19, 19, 1, 149760, 0x729d778c -0, 20, 20, 1, 149760, 0x3ade8453 -0, 21, 21, 1, 149760, 0xfedead3d -0, 22, 22, 1, 149760, 0x46bfc8db -0, 23, 23, 1, 149760, 0x8590f422 -0, 24, 24, 1, 149760, 0x6d2dfd9d -0, 25, 25, 1, 149760, 0x373f2c82 -0, 26, 26, 1, 149760, 0xa12f3ca1 -0, 27, 27, 1, 149760, 0x34be4b0d -0, 28, 28, 1, 149760, 0x24f538b9 -0, 29, 29, 1, 149760, 0xd1616303 TEST hevc-conformance-DELTAQP_B_SONY_3 TEST hevc-conformance-DELTAQP_C_SONY_3 TEST hevc-conformance-DSLICE_A_HHI_5 TEST hevc-conformance-DSLICE_B_HHI_5 TEST hevc-conformance-DSLICE_C_HHI_5 TEST hevc-conformance-ENTP_A_Qualcomm_1 TEST hevc-conformance-ENTP_B_Qualcomm_1 TEST hevc-conformance-ENTP_C_Qualcomm_1 Test hevc-conformance-AMVP_A_MTK_4 failed. Look at tests/data/fate/hevc-conformance-AMVP_A_MTK_4.err for details. make: *** [fate-hevc-conformance-AMVP_A_MTK_4] Error 1 TEST hevc-conformance-FILLER_A_Sony_1 TEST hevc-conformance-HRD_A_Fujitsu_2 TEST hevc-conformance-HRD_A_Fujitsu_3 TEST hevc-conformance-EXT_A_ericsson_4 TEST hevc-conformance-INITQP_A_Sony_1 TEST hevc-conformance-ipcm_A_NEC_3 TEST hevc-conformance-ipcm_B_NEC_3 TEST hevc-conformance-ipcm_C_NEC_3 TEST hevc-conformance-ipcm_D_NEC_3 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/gapless-mp3 2015-06-24 01:05:38.972294537 -0400 +++ tests/data/fate/gapless-mp3 2015-07-08 01:09:04.735590968 -0400 @@ -1,5 +1,4 @@ -d5c88cf38416329a052a9b0cb140fb4c *tests/data/fate/gapless-mp3.out-1 c96c3ae7bd3300fd2f4debac222de5b7 -3386bc2009b31b7ef39247918cbb02a5 *tests/data/fate/gapless-mp3.out-2 +d41d8cd98f00b204e9800998ecf8427e *tests/data/fate/gapless-mp3.out-2 c96c3ae7bd3300fd2f4debac222de5b7 3ce35ec2a9a59b7459ecd6c98d8fa123 *tests/data/fate/gapless-mp3.out-3 TEST hevc-conformance-IPRED_A_docomo_2 TEST hevc-conformance-ipcm_E_NEC_2 TEST hevc-conformance-IPRED_C_Mitsubishi_3 TEST hevc-conformance-LS_A_Orange_2 TEST hevc-conformance-IPRED_B_Nokia_3 TEST hevc-conformance-LS_B_ORANGE_4 Test gapless-mp3 failed. Look at tests/data/fate/gapless-mp3.err for details. TEST hevc-conformance-LTRPSPS_A_Qualcomm_1 make: *** [fate-gapless-mp3] Error 1 TEST hevc-conformance-MAXBINS_A_TI_4 TEST hevc-conformance-MAXBINS_B_TI_4 TEST hevc-conformance-MERGE_B_TI_3 TEST hevc-conformance-MERGE_D_TI_3 TEST hevc-conformance-MERGE_E_TI_3 TEST hevc-conformance-MERGE_F_MTK_4 TEST hevc-conformance-MERGE_G_HHI_4 TEST hevc-conformance-MVCLIP_A_qualcomm_3 TEST hevc-conformance-MAXBINS_C_TI_4 TEST hevc-conformance-MERGE_A_TI_3 TEST hevc-conformance-MVDL1ZERO_A_docomo_3 TEST hevc-conformance-MVEDGE_A_qualcomm_3 TEST hevc-conformance-MERGE_C_TI_3 TEST hevc-conformance-NoOutPrior_A_Qualcomm_1 TEST hevc-conformance-NoOutPrior_B_Qualcomm_1 TEST hevc-conformance-OPFLAG_B_Qualcomm_1 TEST hevc-conformance-OPFLAG_C_Qualcomm_1 TEST hevc-conformance-PICSIZE_A_Bossen_1 TEST hevc-conformance-PICSIZE_B_Bossen_1 TEST hevc-conformance-OPFLAG_A_Qualcomm_1 TEST hevc-conformance-PICSIZE_C_Bossen_1 TEST hevc-conformance-NUT_A_ericsson_5 TEST hevc-conformance-PICSIZE_D_Bossen_1 TEST hevc-conformance-PMERGE_B_TI_3 TEST hevc-conformance-PMERGE_C_TI_3 TEST hevc-conformance-PMERGE_A_TI_3 TEST hevc-conformance-PMERGE_D_TI_3 --- /home/ibmcrl/ffmpeg/src/tests/ref/lavf/pam 2014-07-01 05:51:26.567876681 -0400 +++ tests/data/fate/lavf-pam 2015-07-08 01:09:05.215600233 -0400 @@ -8,10 +8,10 @@ ./tests/data/images/pam/%02d.pam CRC=0x0ff205be 101445 ./tests/data/images/pam/02.pam 740eb42157af9e9eed46b70ba6a6cf4d *./tests/data/images/pam/02.pam -./tests/data/images/pam/%02d.pam CRC=0x893f10ef +./tests/data/images/pam/%02d.pam CRC=0x6228b5a1 202823 ./tests/data/images/pam/02.pam 032538f0313b4f240b44a5bef115f5bf *./tests/data/images/pam/02.pam -./tests/data/images/pam/%02d.pam CRC=0x5984c023 +./tests/data/images/pam/%02d.pam CRC=0x8dd29cf6 608321 ./tests/data/images/pam/02.pam e8bd9f1830e6a9db201386e96580f869 *./tests/data/images/pam/02.pam ./tests/data/images/pam/%02d.pam CRC=0x65707c37 TEST hevc-conformance-PMERGE_E_TI_3 Test lavf-pam failed. Look at tests/data/fate/lavf-pam.err for details. make: *** [fate-lavf-pam] Error 1 TEST hevc-conformance-POC_A_Bossen_3 TEST hevc-conformance-PPS_A_qualcomm_7 TEST hevc-conformance-PS_A_VIDYO_3 TEST hevc-conformance-PS_B_VIDYO_3 TEST hevc-conformance-RAP_A_docomo_4 TEST hevc-conformance-RPLM_A_qualcomm_4 TEST hevc-conformance-RAP_B_Bossen_1 TEST hevc-conformance-RPLM_B_qualcomm_4 TEST hevc-conformance-RPS_A_docomo_4 TEST hevc-conformance-RPS_B_qualcomm_5 TEST hevc-conformance-RPS_C_ericsson_5 TEST hevc-conformance-RPS_D_ericsson_6 TEST hevc-conformance-RPS_E_qualcomm_5 TEST hevc-conformance-RPS_F_docomo_1 TEST hevc-conformance-RQT_A_HHI_4 TEST hevc-conformance-RQT_B_HHI_4 TEST hevc-conformance-RQT_C_HHI_4 TEST hevc-conformance-RQT_D_HHI_4 TEST hevc-conformance-RQT_E_HHI_4 TEST hevc-conformance-RQT_F_HHI_4 TEST hevc-conformance-RQT_G_HHI_4 TEST hevc-conformance-SAO_A_MediaTek_4 TEST hevc-conformance-SAO_B_MediaTek_5 TEST hevc-conformance-SAO_C_Samsung_4 TEST hevc-conformance-SAO_C_Samsung_5 TEST hevc-conformance-SAO_D_Samsung_4 TEST hevc-conformance-SAO_D_Samsung_5 TEST hevc-conformance-SAO_E_Canon_4 --- /home/ibmcrl/ffmpeg/src/tests/ref/lavf/xwd 2014-07-01 05:51:26.567876681 -0400 +++ tests/data/fate/lavf-xwd 2015-07-08 01:09:06.235619920 -0400 @@ -5,17 +5,17 @@ ./tests/data/images/xwd/%02d.xwd CRC=0xf07d29cd 405615 ./tests/data/images/xwd/02.xwd c0866e9e710fce735423594a93bee604 *./tests/data/images/xwd/02.xwd -./tests/data/images/xwd/%02d.xwd CRC=0x53209216 +./tests/data/images/xwd/%02d.xwd CRC=0xe73dc339 202863 ./tests/data/images/xwd/02.xwd 1300938325d5ac12caa09a43bd58f37c *./tests/data/images/xwd/02.xwd -./tests/data/images/xwd/%02d.xwd CRC=0x14555d6e +./tests/data/images/xwd/%02d.xwd CRC=0x25ada27a 202863 ./tests/data/images/xwd/02.xwd c6f3cb7c45f7238474a89d2ad61a1caf *./tests/data/images/xwd/02.xwd -./tests/data/images/xwd/%02d.xwd CRC=0xfaafb59b -104559 ./tests/data/images/xwd/02.xwd -fe1af954966a40c2cd35fc27094ff823 *./tests/data/images/xwd/02.xwd -./tests/data/images/xwd/%02d.xwd CRC=0xd69c3a09 +./tests/data/images/xwd/%02d.xwd CRC=0xc57a187a 104559 ./tests/data/images/xwd/02.xwd +5797ff0366a1e8669075d994fa38373f *./tests/data/images/xwd/02.xwd +./tests/data/images/xwd/%02d.xwd CRC=0x0c72d301 +65536 ./tests/data/images/xwd/02.xwd 85e9b8b814a1dea71d143aac2e487037 *./tests/data/images/xwd/02.xwd ./tests/data/images/xwd/%02d.xwd CRC=0x0ff205be 101487 ./tests/data/images/xwd/02.xwd TEST hevc-conformance-SAO_F_Canon_3 TEST hevc-conformance-SAO_G_Canon_3 TEST hevc-conformance-SDH_A_Orange_3 Test lavf-xwd failed. Look at tests/data/fate/lavf-xwd.err for details. TEST hevc-conformance-SLICES_A_Rovi_3 make: *** [fate-lavf-xwd] Error 1 TEST hevc-conformance-SLIST_A_Sony_4 TEST hevc-conformance-SLIST_B_Sony_8 TEST hevc-conformance-SLIST_C_Sony_3 TEST hevc-conformance-SLIST_D_Sony_9 TEST hevc-conformance-SLPPLP_A_VIDYO_1 TEST hevc-conformance-SLPPLP_A_VIDYO_2 TEST hevc-conformance-STRUCT_A_Samsung_5 TEST hevc-conformance-STRUCT_B_Samsung_4 TEST hevc-conformance-STRUCT_B_Samsung_6 TEST hevc-conformance-TILES_A_Cisco_2 TEST hevc-conformance-TILES_B_Cisco_1 TEST hevc-conformance-TMVP_A_MS_3 TEST hevc-conformance-TSCL_A_VIDYO_5 TEST hevc-conformance-TSCL_B_VIDYO_4 TEST hevc-conformance-TSKIP_A_MS_3 TEST hevc-conformance-TUSIZE_A_Samsung_1 TEST hevc-conformance-VPSID_A_VIDYO_1 TEST hevc-conformance-VPSID_A_VIDYO_2 TEST hevc-conformance-WP_A_Toshiba_3 TEST hevc-conformance-WP_B_Toshiba_3 TEST hevc-conformance-WPP_A_ericsson_MAIN_2 TEST hevc-conformance-WPP_B_ericsson_MAIN_2 TEST hevc-conformance-WPP_C_ericsson_MAIN_2 TEST hevc-conformance-WPP_D_ericsson_MAIN_2 TEST hevc-conformance-WPP_E_ericsson_MAIN_2 TEST hevc-conformance-WPP_F_ericsson_MAIN_2 TEST hevc-conformance-DBLK_A_MAIN10_VIXS_3 TEST hevc-conformance-WP_A_MAIN10_Toshiba_3 TEST hevc-conformance-WP_MAIN10_B_Toshiba_3 TEST hevc-conformance-WPP_A_ericsson_MAIN10_2 TEST hevc-conformance-WPP_B_ericsson_MAIN10_2 TEST hevc-conformance-WPP_C_ericsson_MAIN10_2 TEST hevc-conformance-WPP_D_ericsson_MAIN10_2 TEST hevc-conformance-WPP_E_ericsson_MAIN10_2 TEST hevc-conformance-WPP_F_ericsson_MAIN10_2 TEST hevc-conformance-INITQP_B_Sony_1 TEST hevc-conformance-ADJUST_IPRED_ANGLE_A_RExt_Mitsubishi_1 TEST hevc-conformance-IPCM_A_RExt_NEC TEST hevc-conformance-Main_422_10_A_RExt_Sony_1 TEST hevc-conformance-Main_422_10_B_RExt_Sony_1 TEST hevc-conformance-QMATRIX_A_RExt_Sony_1 TEST hevc-conformance-IPCM_B_RExt_NEC TEST hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_1 TEST hevc-conformance-SAO_A_RExt_MediaTek_1 TEST hevc-paramchange-yuv420p-yuv420p10 TEST indeo2 TEST indeo3 TEST indeo3-2 TEST indeo4 TEST indeo5 TEST mp3-float-conf-compl TEST mp3-float-conf-he_32khz TEST mp3-float-conf-he_44khz TEST mp3-float-conf-he_48khz TEST mp3-float-conf-hecommon TEST mp3-float-conf-si TEST mp3-float-conf-si_block TEST mp3-float-extra_overread TEST mpc7-demux TEST mpc8-demux TEST musepack7 TEST mpeg4-resolution-change-down-down TEST mpeg4-resolution-change-down-up TEST mpeg4-resolution-change-up-down TEST mpeg4-resolution-change-up-up TEST mpeg4-bsf-unpack-bframes /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST mxf-missing-index-demux /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST mxf-essencegroup-demux TEST iff-pcm TEST pcm_dvd TEST pcm-planar TEST pcm_s16be-stereo --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-conformance-frext-pph422i7_panasonic_a 2014-07-01 05:51:26.537876211 -0400 +++ tests/data/fate/h264-conformance-frext-pph422i7_panasonic_a 2015-07-08 01:09:08.685667208 -0400 @@ -1,11 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 8294400, 0xaa37ceea -0, 1, 1, 1, 8294400, 0xa7546d5c -0, 2, 2, 1, 8294400, 0xf2abaace -0, 3, 3, 1, 8294400, 0x36f4d47e -0, 4, 4, 1, 8294400, 0x1cdf917d -0, 5, 5, 1, 8294400, 0xa9377ba3 -0, 6, 6, 1, 8294400, 0x21c9db51 -0, 7, 7, 1, 8294400, 0x07d7936e -0, 8, 8, 1, 8294400, 0x7878ab94 -0, 9, 9, 1, 8294400, 0x77e40921 TEST pcm_s16le-stereo Test h264-conformance-frext-pph422i7_panasonic_a failed. Look at tests/data/fate/h264-conformance-frext-pph422i7_panasonic_a.err for details. make: *** [fate-h264-conformance-frext-pph422i7_panasonic_a] Error 1 stddev: 0.01 PSNR:137.22 MAXDIFF: 1 bytes: 145152/ 73728 size: |145152 - 73728| >= 0 stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 343296/ 306432 size: |343296 - 306432| >= 0 TEST pcm_u8-mono TEST pcm_u8-stereo Test mp3-float-conf-si_block failed. Look at tests/data/fate/mp3-float-conf-si_block.err for details. Test mp3-float-conf-he_48khz failed. Look at tests/data/fate/mp3-float-conf-he_48khz.err for details. make: *** [fate-mp3-float-conf-si_block] Error 1 make: *** [fate-mp3-float-conf-he_48khz] Error 1 TEST g723_1-dec-1 TEST w64 TEST g723_1-dec-2 stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 942336/ 732672 size: |942336 - 732672| >= 0 TEST g723_1-dec-3 TEST g723_1-dec-4 Test mp3-float-conf-he_44khz failed. Look at tests/data/fate/mp3-float-conf-he_44khz.err for details. make: *** [fate-mp3-float-conf-he_44khz] Error 1 TEST g723_1-dec-5 stddev: 0.04 PSNR:122.68 MAXDIFF: 1 bytes: 882432/ 6912 size: |882432 - 6912| >= 0 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/hevc-conformance-RPLM_A_qualcomm_4 2014-07-01 05:51:26.537876211 -0400 +++ tests/data/fate/hevc-conformance-RPLM_A_qualcomm_4 2015-07-08 01:09:08.695667401 -0400 @@ -69,233 +69,3 @@ 0, 67, 67, 1, 149760, 0x1024bd43 0, 68, 68, 1, 149760, 0x1376a3fe 0, 69, 69, 1, 149760, 0xdf93ec7f -0, 70, 70, 1, 149760, 0x17d27bfa -0, 71, 71, 1, 149760, 0x440cb7aa -0, 72, 72, 1, 149760, 0x8b230df3 -0, 73, 73, 1, 149760, 0x2526130e -0, 74, 74, 1, 149760, 0x77926a77 -0, 75, 75, 1, 149760, 0x8562bddc -0, 76, 76, 1, 149760, 0xda86bb2e -0, 77, 77, 1, 149760, 0x2b4f921b -0, 78, 78, 1, 149760, 0xf13bca77 -0, 79, 79, 1, 149760, 0x53e76b99 -0, 80, 80, 1, 149760, 0x29a2f5bb -0, 81, 81, 1, 149760, 0x83a8c4f8 -0, 82, 82, 1, 149760, 0xbe6d8f45 -0, 83, 83, 1, 149760, 0x03d3bf96 -0, 84, 84, 1, 149760, 0x3a0bd29e -0, 85, 85, 1, 149760, 0xdb656a22 -0, 86, 86, 1, 149760, 0x557b020e -0, 87, 87, 1, 149760, 0x573ee5f2 -0, 88, 88, 1, 149760, 0x5484faea -0, 89, 89, 1, 149760, 0x06bb73ae -0, 90, 90, 1, 149760, 0x3d4049fa -0, 91, 91, 1, 149760, 0xe574eedb -0, 92, 92, 1, 149760, 0x1c46205d -0, 93, 93, 1, 149760, 0x0c5c322e -0, 94, 94, 1, 149760, 0x2bbeed95 -0, 95, 95, 1, 149760, 0x225897dc -0, 96, 96, 1, 149760, 0x0a39aa8b -0, 97, 97, 1, 149760, 0x3242e156 -0, 98, 98, 1, 149760, 0x1790ee85 -0, 99, 99, 1, 149760, 0x55ef9dac -0, 100, 100, 1, 149760, 0x98e1c49e -0, 101, 101, 1, 149760, 0x479a84b5 -0, 102, 102, 1, 149760, 0x1711b4f9 -0, 103, 103, 1, 149760, 0xd7d25fce -0, 104, 104, 1, 149760, 0x7bde1977 -0, 105, 105, 1, 149760, 0x25777a4d -0, 106, 106, 1, 149760, 0x7b55ed5f -0, 107, 107, 1, 149760, 0xb28e59e6 -0, 108, 108, 1, 149760, 0x8314281a -0, 109, 109, 1, 149760, 0x3a5ceeb3 -0, 110, 110, 1, 149760, 0x33760ed8 -0, 111, 111, 1, 149760, 0x19332370 -0, 112, 112, 1, 149760, 0xf25d1f68 -0, 113, 113, 1, 149760, 0x4d665712 -0, 114, 114, 1, 149760, 0x3e310eb7 -0, 115, 115, 1, 149760, 0xafa3c1bb -0, 116, 116, 1, 149760, 0xf0b7a7ec -0, 117, 117, 1, 149760, 0xa88a747a -0, 118, 118, 1, 149760, 0x7b7e6e85 -0, 119, 119, 1, 149760, 0xbc8f8ede -0, 120, 120, 1, 149760, 0x449f7d2f -0, 121, 121, 1, 149760, 0x9bc70c53 -0, 122, 122, 1, 149760, 0x8544dc98 -0, 123, 123, 1, 149760, 0xef687641 -0, 124, 124, 1, 149760, 0x0c962219 -0, 125, 125, 1, 149760, 0x4325ae76 -0, 126, 126, 1, 149760, 0xcec7a18c -0, 127, 127, 1, 149760, 0x941ee8a2 -0, 128, 128, 1, 149760, 0x3eaf3f55 -0, 129, 129, 1, 149760, 0x5b571274 -0, 130, 130, 1, 149760, 0x0532488a -0, 131, 131, 1, 149760, 0x893fbaf7 -0, 132, 132, 1, 149760, 0xd0155ddf -0, 133, 133, 1, 149760, 0x83ec86ee -0, 134, 134, 1, 149760, 0xedffba86 -0, 135, 135, 1, 149760, 0x838c19de -0, 136, 136, 1, 149760, 0x8482639d -0, 137, 137, 1, 149760, 0x9501004d -0, 138, 138, 1, 149760, 0x1db0525f -0, 139, 139, 1, 149760, 0x8b431467 -0, 140, 140, 1, 149760, 0x972e7d24 -0, 141, 141, 1, 149760, 0xd8151b94 -0, 142, 142, 1, 149760, 0x1ded6a85 -0, 143, 143, 1, 149760, 0x03497fe2 -0, 144, 144, 1, 149760, 0x07427bb7 -0, 145, 145, 1, 149760, 0x33c085ef -0, 146, 146, 1, 149760, 0x0feda1d0 -0, 147, 147, 1, 149760, 0xf86930e7 -0, 148, 148, 1, 149760, 0x42c2ea09 -0, 149, 149, 1, 149760, 0xcfb76b86 -0, 150, 150, 1, 149760, 0x672e2fce -0, 151, 151, 1, 149760, 0xb006ec79 -0, 152, 152, 1, 149760, 0xdbc8511c -0, 153, 153, 1, 149760, 0x3278b299 -0, 154, 154, 1, 149760, 0xd19fe063 -0, 155, 155, 1, 149760, 0x13bb8951 -0, 156, 156, 1, 149760, 0xec5cfe36 -0, 157, 157, 1, 149760, 0x9381a0e7 -0, 158, 158, 1, 149760, 0x304cf3c0 -0, 159, 159, 1, 149760, 0xd380511c -0, 160, 160, 1, 149760, 0xbd1abe11 -0, 161, 161, 1, 149760, 0x7b220293 -0, 162, 162, 1, 149760, 0xbbe85931 -0, 163, 163, 1, 149760, 0x316e422a -0, 164, 164, 1, 149760, 0x5e5db530 -0, 165, 165, 1, 149760, 0xc48d6ddb -0, 166, 166, 1, 149760, 0x9adf5d65 -0, 167, 167, 1, 149760, 0x2adb94de -0, 168, 168, 1, 149760, 0xbc052746 -0, 169, 169, 1, 149760, 0xac4d3569 -0, 170, 170, 1, 149760, 0x3cd8fdee -0, 171, 171, 1, 149760, 0x34bfd6ed -0, 172, 172, 1, 149760, 0xf72fec4b -0, 173, 173, 1, 149760, 0xf8c5b374 -0, 174, 174, 1, 149760, 0x28ff7382 -0, 175, 175, 1, 149760, 0xac3b49f4 -0, 176, 176, 1, 149760, 0x9d995a62 -0, 177, 177, 1, 149760, 0xe0b292f1 -0, 178, 178, 1, 149760, 0x4edbd05d -0, 179, 179, 1, 149760, 0x4fd5038b -0, 180, 180, 1, 149760, 0x899d2101 -0, 181, 181, 1, 149760, 0x0733f804 -0, 182, 182, 1, 149760, 0xe4297100 -0, 183, 183, 1, 149760, 0x5aff9292 -0, 184, 184, 1, 149760, 0x41eda25c -0, 185, 185, 1, 149760, 0xb4d7aaf2 -0, 186, 186, 1, 149760, 0xbd99fade -0, 187, 187, 1, 149760, 0xdea6d265 -0, 188, 188, 1, 149760, 0xa2d3bdcd -0, 189, 189, 1, 149760, 0x38f8a729 -0, 190, 190, 1, 149760, 0x0a356f1b -0, 191, 191, 1, 149760, 0x865411a5 -0, 192, 192, 1, 149760, 0xd6720a40 -0, 193, 193, 1, 149760, 0xf40589f9 -0, 194, 194, 1, 149760, 0x0646106d -0, 195, 195, 1, 149760, 0x88e55688 -0, 196, 196, 1, 149760, 0xda2fce82 -0, 197, 197, 1, 149760, 0xc823200b -0, 198, 198, 1, 149760, 0xc9513041 -0, 199, 199, 1, 149760, 0x798d0e88 -0, 200, 200, 1, 149760, 0xb6d4f15a -0, 201, 201, 1, 149760, 0xab5b24a4 -0, 202, 202, 1, 149760, 0x9888aa8d -0, 203, 203, 1, 149760, 0xbf13bbf4 -0, 204, 204, 1, 149760, 0x5450bb23 -0, 205, 205, 1, 149760, 0x12aec398 -0, 206, 206, 1, 149760, 0xa5e1579a -0, 207, 207, 1, 149760, 0xbeeb07e1 -0, 208, 208, 1, 149760, 0x209a9f1b -0, 209, 209, 1, 149760, 0x4d3d1c1a -0, 210, 210, 1, 149760, 0xb4edd703 -0, 211, 211, 1, 149760, 0xc71adf66 -0, 212, 212, 1, 149760, 0x40006d36 -0, 213, 213, 1, 149760, 0x1c5485c9 -0, 214, 214, 1, 149760, 0xa3d8c9a1 -0, 215, 215, 1, 149760, 0x9bfac6de -0, 216, 216, 1, 149760, 0xed3b0782 -0, 217, 217, 1, 149760, 0x8f075ce2 -0, 218, 218, 1, 149760, 0xb744fa07 -0, 219, 219, 1, 149760, 0xa9356722 -0, 220, 220, 1, 149760, 0xd792bd01 -0, 221, 221, 1, 149760, 0xa124618b -0, 222, 222, 1, 149760, 0x7492bb54 -0, 223, 223, 1, 149760, 0x67dcefca -0, 224, 224, 1, 149760, 0x8a7f716d -0, 225, 225, 1, 149760, 0x7775bb01 -0, 226, 226, 1, 149760, 0xe4a845e5 -0, 227, 227, 1, 149760, 0x79a3962d -0, 228, 228, 1, 149760, 0x4f395ad7 -0, 229, 229, 1, 149760, 0x3948ce05 -0, 230, 230, 1, 149760, 0x037e6c07 -0, 231, 231, 1, 149760, 0x91881ae9 -0, 232, 232, 1, 149760, 0x937e2545 -0, 233, 233, 1, 149760, 0xdc892763 -0, 234, 234, 1, 149760, 0x96ebd47f -0, 235, 235, 1, 149760, 0xfecbf8c6 -0, 236, 236, 1, 149760, 0xe1443808 -0, 237, 237, 1, 149760, 0xe0cd36c0 -0, 238, 238, 1, 149760, 0xb485eb4d -0, 239, 239, 1, 149760, 0x36edf31f -0, 240, 240, 1, 149760, 0x988bb97f -0, 241, 241, 1, 149760, 0xc266c616 -0, 242, 242, 1, 149760, 0x7ec4c3f4 -0, 243, 243, 1, 149760, 0xedf5e2ff -0, 244, 244, 1, 149760, 0xbdd351e3 -0, 245, 245, 1, 149760, 0x900e194e -0, 246, 246, 1, 149760, 0x5dc7daad -0, 247, 247, 1, 149760, 0x1ce37e7e -0, 248, 248, 1, 149760, 0x15982333 -0, 249, 249, 1, 149760, 0x976bb72e -0, 250, 250, 1, 149760, 0x0b42e05e -0, 251, 251, 1, 149760, 0xffbcc758 -0, 252, 252, 1, 149760, 0x6377782d -0, 253, 253, 1, 149760, 0x8aa42a80 -0, 254, 254, 1, 149760, 0x8e0ab3fd -0, 255, 255, 1, 149760, 0xdfdd49d4 -0, 256, 256, 1, 149760, 0x2659a6cb -0, 257, 257, 1, 149760, 0x1e9a3d51 -0, 258, 258, 1, 149760, 0x7a66d80d -0, 259, 259, 1, 149760, 0x5756a9e9 -0, 260, 260, 1, 149760, 0x0fa8d6dd -0, 261, 261, 1, 149760, 0x885799a5 -0, 262, 262, 1, 149760, 0xb8d02df7 -0, 263, 263, 1, 149760, 0xd2e2800c -0, 264, 264, 1, 149760, 0xa26ee27a -0, 265, 265, 1, 149760, 0x7c86750f -0, 266, 266, 1, 149760, 0xb4694ea1 -0, 267, 267, 1, 149760, 0x89d0b75a -0, 268, 268, 1, 149760, 0x92b9af80 -0, 269, 269, 1, 149760, 0x107dd610 -0, 270, 270, 1, 149760, 0x8ad35f55 -0, 271, 271, 1, 149760, 0xccc32cb1 -0, 272, 272, 1, 149760, 0xd08ce4ff -0, 273, 273, 1, 149760, 0x30bd8d0a -0, 274, 274, 1, 149760, 0x01b74d14 -0, 275, 275, 1, 149760, 0x79aa7a3b -0, 276, 276, 1, 149760, 0x5f7a40fc -0, 277, 277, 1, 149760, 0x8837643e -0, 278, 278, 1, 149760, 0xb6b66baa -0, 279, 279, 1, 149760, 0xf4ae17cd -0, 280, 280, 1, 149760, 0xe0d2546a -0, 281, 281, 1, 149760, 0x0e118751 -0, 282, 282, 1, 149760, 0x0732e19c -0, 283, 283, 1, 149760, 0x9cfe27b3 -0, 284, 284, 1, 149760, 0x1c77b242 -0, 285, 285, 1, 149760, 0x25be3938 -0, 286, 286, 1, 149760, 0x735ce859 -0, 287, 287, 1, 149760, 0x2bca0f6e -0, 288, 288, 1, 149760, 0xcce3eb48 -0, 289, 289, 1, 149760, 0xf3556dd8 -0, 290, 290, 1, 149760, 0xcb2cecb4 -0, 291, 291, 1, 149760, 0x9c489742 -0, 292, 292, 1, 149760, 0xbe25370d -0, 293, 293, 1, 149760, 0x798ff17f -0, 294, 294, 1, 149760, 0x2f1a46c4 -0, 295, 295, 1, 149760, 0x7d119bd6 -0, 296, 296, 1, 149760, 0x42ceab74 -0, 297, 297, 1, 149760, 0x6fcbe2ef -0, 298, 298, 1, 149760, 0x290fe6da -0, 299, 299, 1, 149760, 0x6b280a24 TEST g723_1-dec-6 Test mp3-float-extra_overread failed. Look at tests/data/fate/mp3-float-extra_overread.err for details. make: *** [fate-mp3-float-extra_overread] Error 1 TEST g723_1-dec-7 TEST g723_1-dec-8 Test hevc-conformance-RPLM_A_qualcomm_4 failed. Look at tests/data/fate/hevc-conformance-RPLM_A_qualcomm_4.err for details. make: *** [fate-hevc-conformance-RPLM_A_qualcomm_4] Error 1 TEST theora-coeff-level64 TEST theora-offset TEST vp31 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp60 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device TEST vp61 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test g723_1-dec-4 failed. Look at tests/data/fate/g723_1-dec-4.err for details. make: *** [fate-g723_: No space left n device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp6a diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test g723_1-dec-1 failed. Look at tests/data/fate/g723_1-dec-1.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/g723_1-dec-2 2014-07-01 05:51:26.517875899 -0400 +++ tests/data/fate/g723_1-dec-2 2015-07-08 01:09:09.095675121 -0400 @@ -1,27 +0,0 @@ -#tb 0: 1/8000 -0, 0, 0, 240, 480, 0x5d9d9091 -0, 240, 240, 240, 480, 0x425095b7 -0, 480, 480, 240, 480, 0xe7b6a1a7 -0, 720, 720, 240, 480, 0x9397af19 -0, 960, 960, 240, 480, 0xe671adf7 -0, 1200, 1200, 240, 480, 0x77deb313 -0, 1440, 1440, 240, 480, 0x64abbb5f -0, 1680, 1680, 240, 480, 0x000bc879 -0, 1920, 1920, 240, 480, 0x5a88c7aa -0, 2160, 2160, 240, 480, 0xb041cbad -0, 2400, 2400, 240, 480, 0x3257cd54 -0, 2640, 2640, 240, 480, 0xd6e7d4b3 -0, 2880, 2880, 240, 480, 0x0054d6b6 -0, 3120, 3120, 240, 480, 0x10bcd58e -0, 3360, 3360, 240, 480, 0x702ed981 -0, 3600, 3600, 240, 480, 0x9870d4e3 -0, 3840, 3840, 240, 480, 0x9c12d6d1 -0, 4080, 4080, 240, 480, 0xc41be449 -0, 4320, 4320, 240, 480, 0xf4bddc5a -0, 4560, 4560, 240, 480, 0x1c03e0d4 -0, 4800, 4800, 240, 480, 0xc287e4f8 -0, 5040, 5040, 240, 480, 0xf705ec20 -0, 5280, 5280, 240, 480, 0x7835f458 -0, 5520, 5520, 240, 480, 0xa8b3e632 -0, 5760, 5760, 240, 480, 0xd358df57 -0, 6000, 6000, 240, 480, 0x934dab80 make: *** [fate-g723_1-dec-1] Error 1TEST vp6a-skip_alpha TEST vp6f TEST wavpack-lossless-8bit cat: write error: No space left on device /home/standard output: No space left on device TEST wavpack-lossless-12bit Test g723_1-dec-2 failed. Look at tests/data/fate/g723_1-dec-2.err for details. Test w64 failed. Look at tests/data/fate/w64.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/pcm-planar 2014-07-01 05:51:26.547876367 -0400 +++ tests/data/fate/pcm-planar 2015-07-08 01:09:09.115675508 -0400 @@ -139,5 +139,3 @@ 0, 201591, 201591, 1472, 5888, 0x00000000 0, 203063, 203063, 1471, 5884, 0x00000000 0, 204534, 204534, 1472, 5888, 0x00000000 -0, 206006, 206006, 1471, 5884, 0x00000000 -0, 207477, 207477, 1262, 5048, 0x00000000 diff: standard output: No space left on device TEST wavpack-lossless-16bit make: *** [fate-w64] Error 2 make: *** [fate-g723_1-dec-2] Error 1 diff: standard output: No space left on device diff: standard output: No space left on device diff: standard output: No space left on device/home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device TEST wavpack-lossless-24bit Test hevc-conformance-PICSIZE_A_Bossen_1 failed. Look at tests/data/fate/hevc-conformance-PICSIZE_A_Bossen_1.err for details. TEST wavpack-lossless-32bit /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-hevc-conformance-PICSIZE_A_Bossen_1] Error 1 Test g723_1-dec-5 failed. Look at tests/data/fate/g723_1-dec-5.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device TEST wavpack-lossless-float Test pcm-planar failed. Look at tests/data/fate/pcm-planar.err for details. make: *** [fate-g723_1-dec-5] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-pcm-planar] Error 1 Test g723_1-dec-6 failed. Look at tests/data/fate/g723_1-dec-6.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test pcm_dvd failed. Look at tests/data/fate/pcm_dvd.err for details. TEST wavpack-lossy-8bit diff: standard output: No space left on device diff: standard output: No space left on device make: *** [fate-g723_1-dec-7] Error 1 Test pcm_u8-mono failed. Look at tests/data/fate/pcm_u8-mono.err for details. make: *** [fate-pcm_u8-mono] Error 2 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST wavpack-lossy-16bit make: *** [fate-hevc-conformance-WP_A_MAIN10_Toshiba_3] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST wavpack-lossy-24bit TEST wavpack-lossy-32bit /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST wavpack-lossy-float diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST wavpack-channels-monofloat diff: standard output: No space left on device Test pcm_s16le-stereo failed. Look at tests/data/fate/pcm_s16le-stereo.err for details. make: *** [fate-pcm_s16le-stereo] Error 2 TEST wavpack-channels-4.0 Test hevc-conformance-TSCL_A_VIDYO_5 failed. Look at tests/data/fate/hevc-conformance-TSCL_A_VIDYO_5.err for details. Test pcm_u8-stereo failed. Look at tests/data/fate/pcm_u8-stereo.err for details. Test h264-conformance-frext-hpca_brcm_c failed. Look at tests/data/fate/h264-conformance-frext-hpca_brcm_c.err for details. TEST wavpack-channels-5.1 make: *** [fate-h264-conformance-frext-hpca_brcm_c] Error 1 make: *** [fate-hevc-conformance-TSCL_A_VIDYO_5] Error 1 make: *** [fate-pcm_u8-stereo] Error 2 TEST wavpack-channels-6.1 TEST wavpack-channels-monoint TEST wavpack-channels-7.1 TEST wavpack-speed-default make: make: *** [fate-wavpack-speed-fast] Error 1 make: *** [fate-wavpack-speed-high] Error 1 diff: TEST wavpack: No space left on device Test hevc-conformance-WP_B_Toshiba_3 failed. Look at tests/data/fate/hevc-conformance-WP_B_Toshiba_3.err for details. make: *** [fate-hevc-conformance-WP_B_Toshiba_3] Error 1 diff: standard output: No space left on device diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST wavpack-clipping diff: standard output: No space left on device TEST wavpack-cuesheet /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST wavpack-falsestereo Test musepack7 failed. Look at tests/data/fate/musepack7.err for details. diff: standard output: No space left on device make: *** [fate-musepack7] Error 1 TEST wavpack-zerolsbs TEST wavpack-matroskamode /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-frext-pph10i5_panasonic_a failed. Look at tests/data/fate/h264-conformance-frext-pph10i5_panasonic_a.err for details. Test mpeg4-resolution-change-up-up failed. Look at tests/data/fate/mpeg4-resolution-change-up-up.err for details. TEST wavpack-matroska_mux-mono make: *** [fate-h264-conformance-frext-pph10i5_panasonic_a] Error 1 make: *** [fate-mpeg4-resolution-change-up-up] Error 1 TEST wavpack-matroska_mux-61 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test theora-coeff-level64 failed. Look at tests/data/fate/theora-coeff-level64.err for details. TEST wmapro-2ch /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-theora-coeff-level64] Error 1 Test vp31 failed. Look at tests/data/fate/vp31.err for details. make: *** [fate-vp31] Error 1 TEST wmapro-ism TEST wmapro-5.1 TEST wmavoice-7k /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test theora-offset failed. Look at tests/data/fate/theora-offset.err for details. TEST wmavoice-11k make: *** [fate-theora-offset] Error 1 TEST wmavoice-19k diff: standard output: No space left on device TEST wmav1-encode diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp60 failed. Look at tests/data/fate/vp60.err for details. make: *** [fate-vp60] Error 1 TEST wmav2-encode TEST xvid-custom-matrix TEST xvid-idct /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test g723_1-dec-8 failed. Look at tests/data/fate/g723_1-dec-8.err for details. make: *** [fate-g723_1-dec-8] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp61 failed. Look at tests/data/fate/vp61.err for details. TEST alac-16-level-0 make: *** [fate-vp61] Error 1 diff: standard output: No space left on device TEST alac-16-level-1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test hevc-conformance-TUSIZE_A_Samsung_1 failed. Look at tests/data/fate/hevc-conformance-TUSIZE_A_Samsung_1.err for details. make: *** [fate-hevc-conformance-TUSIZE_A_Samsung_1] Error 1 diff: standard output: No space left on device cat: write error: No space left on device TEST alac-16-level-2 TEST alac-16-lpc-orders /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp6f failed. Look at tests/data/fate/vp6f.err for details. make: *** [fate-vp6f] Error 1 diff: standard output: No space left on device make: make: *** [fate-amrnb-10k2] Error 1 TEST amrwb-6k60 TEST amrwb-8k85 TEST amrwb-12k65 diff: standard output: No space left on device diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST amrwb-14k25 Test wmavoice-7k failed. Look at tests/data/fate/wmavoice-7k.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test wmav1-encode failed. Look at tests/data/fate/wmav1-encode.err for details. make: *** [fate-wmavoice-7k] Error 1 make: *** [fate-wmav1-encode] Error 1 TEST amrwb-18k25 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 267: tests/data/fate/wmavoice-19k.diff: No space left on device TEST amrwb-15k85 TEST amrwb-19k85 TEST amrwb-23k05 TEST amrwb-23k85 cat: tests/data/fate/wmavoice-19k.diff: No such file or directory TEST amrwb-23k85-2 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test xvid-idct failed. Look at tests/data/fate/xvid-idct.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/wmavoice-19k.diff: No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-xvid-idct] Error 1 Test wmapro-5.1 failed. Look at tests/data/fate/wmapro-5.1.err for details. Test mpeg4-resolution-change-down-up failed. Look at tests/data/fate/mpeg4-resolution-change-down-up.err for details. TEST dpxparser TEST mss2-pal /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test wmavoice-19k failed. Look at tests/data/fate/wmavoice-19k.err for details. make: *** [fate-wmavoice-19k] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST mss2-pals diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test alac-16-level-0 failed. Look at tests/data/fate/alac-16-level-0.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/alac-16-level-2.rep: No space left on device Test wmapro-ism failed. Look at tests/data/fate/wmapro-ism.err for details. Test alac-16-level-2 failed. Look at tests/data/fate/alac-16-level-2.err for details. make: *** [fate-wmapro-ism] Error 1 make: *** [fate-alac-16-level-0] Error 1 make: *** [fate-alac-16-level-2] Error 1 TEST mss2-rgb555 TEST mss2-rgb555s TEST mss2-wmv TEST lossless-monkeysaudio-380-normal TEST lossless-monkeysaudio-380-extrahigh /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/amrwb-18k25.err: No space left on device make: *** [fate-amrwb-18k25] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST lossless-monkeysaudio-388-normal /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test wmapro-2ch failed. Look at tests/data/fate/wmapro-2ch.err for details. diff: standard output: No space left on device Test alac-16-level-1 failed. Look at tests/data/fate/alac-16-level-1.err for details. TEST lossless-monkeysaudio-388-extrahigh make: *** [fate-wmapro-2ch] Error 1 make: *** [fate-alac-16-level-1] Error 1 TEST lossless-monkeysaudio-389b1-normal /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test wavpack-lossless-32bit failed. Look at tests/data/fate/wavpack-lossless-32bit.err for details. TEST lossless-monkeysaudio-389b1-extrahigh /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-wavpack-lossless-32bit] Error 2 diff: standard output: No space left on device TEST lossless-monkeysaudio-391b1-extrahigh /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/amrwb-19k85.err: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test alac-16-lpc-orders failed. Look at tests/data/fate/alac-16-lpc-orders.err for details. make: *** [fate-amrwb-19k85] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test wavpack-lossless-24bit failed. Look at tests/data/fate/wavpack-lossless-24bit.err for details. make: *** [fate-wavpack-lossless-24bit] Error 2 diff: standard output: No space left on device make: *** [fate-alac-16-lpc-orders] Error 1 TEST lossless-monkeysaudio-392b2-normal TEST lossless-monkeysaudio-392b2-extrahigh /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test wavpack-lossless-float failed. Look at tests/data/fate/wavpack-lossless-float.err for details. make: *** [fate-wavpack-lossless-float] Error 2 TEST lossless-monkeysaudio-394b1-normal TEST opus-testvector02 TEST opus-testvector03 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test mpeg4-resolution-change-down-down failed. Look at tests/data/fate/mpeg4-resolution-change-down-down.err for details. make: *** [fate-mpeg4-resolution-change-down-down] Error 1 TEST opus-testvector05 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/lossless-monkeysaudio-389b1-normal: No space left on device TEST *** [fate-lossless-monkeysaudio-389b1-normal] Error 1 TEST opus-testvector07 TEST opus-testvector08 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/opus-testvector05: No space left on device make: *** [fate-opus-testvector05] Error 1 TEST opus-testvector09 diff: standard output: No space left on device Test amrwb-15k85 failed. Look at tests/data/fate/amrwb-15k85.err for details. make: *** [fate-amrwb-15k85] Error 1 Test amrwb-12k65 failed. Look at tests/data/fate/amrwb-12k65.err for details. make: *** [fate-amrwb-12k65] Error 1 TEST opus-testvector10 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test amrwb-8k85 failed. Look at tests/data/fate/amrwb-8k85.err for details. Test amrnb-12k2 failed. Look at tests/data/fate/amrnb-12k2.err for details. Test mss2-pal failed. Look at tests/data/fate/mss2-pal.err for details. TEST opus-testvector11 make: *** [fate-amrnb-12k2] Error 1 make: *** [fate-amrwb-8k85] Error 1 make: *** [fate-mss2-pal] Error 1 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test amrwb-14k25 failed. Look at tests/data/fate/amrwb-14k25.err for details. diff: standard output: No space left on device make: *** [fate-amrwb-14k25] Error 1 TEST opus-testvector12 TEST opus-tron.6ch.tinypkts /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/hevc-conformance-WP_MAIN10_B_Toshiba_3.diff: No space left on device TEST prores-422_hq TEST prores-422 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device cat: tests/data/fate/hevc-conformance-WP_MAIN10_B_Toshiba_3.diff: No such file or directory Test mss2-rgb555s failed. Look at tests/data/fate/mss2-rgb555s.err for details. make: *** [fate-mss2-rgb555s] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test mss2-pals failed. Look at tests/data/fate/mss2-pals.err for details. Test amrwb-23k05 failed. Look at tests/data/fate/amrwb-23k05.err for details. Test amrwb-23k85 failed. Look at tests/data/fate/amrwb-23k85.err for details. make: *** [fate-amrwb-23k05] Error 1 make: *** [fate-amrwb-23k85] Error 1 make: *** [fate-mss2-pals] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/hevc-conformance-WP_MAIN10_B_Toshiba_3.diff: No such file or directory TEST prores-422_lt TEST prores-422_proxy --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/dpxparser 2014-12-19 01:05:06.784767852 -0500 +++ tests/data/fate/dpxparser 2015-07-08 01:09:10.295698283 -0400 @@ -1,5 +0,0 @@ -#tb 0: 1/25 -0, 0, 0, 1, 50700, 0xe7153545 -0, 1, 1, 1, 50700, 0x2bc92ece -0, 2, 2, 1, 50700, 0x83c731bb -0, 3, 3, 1, 50700, 0x92f52f19 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/mss2-rgb555 2014-07-01 05:51:26.547876367 -0400 +++ tests/data/fate/mss2-rgb555 2015-07-08 01:09:10.345699248 -0400 @@ -1,3 +0,0 @@ -#tb 0: 1/1000 -0, 0, 0, 0, 6144, 0x4145b7ae -0, 100, 100, 0, 6144, 0x3b2b38de Test hevc-conformance-WP_MAIN10_B_Toshiba_3 failed. Look at tests/data/fate/hevc-conformance-WP_MAIN10_B_Toshiba_3.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/h264-reinit-small_420_8-to-large_444_10 2014-07-01 05:51:26.537876211 -0400 +++ tests/data/fate/h264-reinit-small_420_8-to-large_444_10 2015-07-08 01:09:10.295698283 -0400 @@ -69,33 +69,3 @@ 0, 67, 67, 1, 608256, 0xe701ea6f 0, 68, 68, 1, 608256, 0x05f61a49 0, 69, 69, 1, 608256, 0xc1de9f65 -0, 70, 70, 1, 608256, 0x2b121933 -0, 71, 71, 1, 608256, 0x4de4e185 -0, 72, 72, 1, 608256, 0x01c6fb05 -0, 73, 73, 1, 608256, 0x1fbf8603 -0, 74, 74, 1, 608256, 0x9d8f2fd4 -0, 75, 75, 1, 608256, 0xb7d6f14e -0, 76, 76, 1, 608256, 0x503c33a9 -0, 77, 77, 1, 608256, 0x051e8b02 -0, 78, 78, 1, 608256, 0xeff7c286 -0, 79, 79, 1, 608256, 0xeb80088a -0, 80, 80, 1, 608256, 0xffbc6cec -0, 81, 81, 1, 608256, 0x42d55e9d -0, 82, 82, 1, 608256, 0x4898c507 -0, 83, 83, 1, 608256, 0x2c2411b5 -0, 84, 84, 1, 608256, 0xd70a34a4 -0, 85, 85, 1, 608256, 0xce5e64f5 -0, 86, 86, 1, 608256, 0x7790d293 -0, 87, 87, 1, 608256, 0xac5b44fb -0, 88, 88, 1, 608256, 0xae4c2921 -0, 89, 89, 1, 608256, 0x373a26bb -0, 90, 90, 1, 608256, 0x3aa3fed4 -0, 91, 91, 1, 608256, 0x4f4b1496 -0, 92, 92, 1, 608256, 0x4760fe2b -0, 93, 93, 1, 608256, 0x9e38af43 -0, 94, 94, 1, 608256, 0xd7c66f6e -0, 95, 95, 1, 608256, 0xf6cb1649 -0, 96, 96, 1, 608256, 0xb0591bf1 -0, 97, 97, 1, 608256, 0xb507b282 -0, 98, 98, 1, 608256, 0xfb53c6e5 -0, 99, 99, 1, 608256, 0x5410f10f stddev: 0.04 PSNR:124.39 MAXDIFF: 1 bytes: 327680/ 3840 size: |327680 - 3840| >= 0 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-hevc-conformance-WP_MAIN10_B_Toshiba_3] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST prores-transparency /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/amrwb-6k60.rep: No space left on device Test dpxparser failed. Look at tests/data/fate/dpxparser.err for details. Test amrwb-6k60 failed. Look at tests/data/fate/amrwb-6k60.err for details. make: *** [fate-dpxparser] Error 1 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/wavpack-lossless-16bit 2014-07-01 05:51:26.567876681 -0400 +++ tests/data/fate/wavpack-lossless-16bit 2015-07-08 01:09:10.485701950 -0400 @@ -1 +0,0 @@ -e2dc4b85377b275a48c8bd2a4f5b91fd /home/*** [fate-aTEST prores-transparency_skip Test h264-reinit-small_420_8-to-large_444_10 failed. Look at tests/data/fate/h264-reinit-small_420_8-to-large_444_10.err for details. Test mss2-rgb555 failed. Look at tests/data/fate/mss2-rgb555.err for details. cat: tests/data/fate/amrwb-23k85-2.diff: No such file or directory make: *** [fate-h264-reinit-small_420_8-to-large_444_10] Error 1 make: *** [fate-mss2-rgb555] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/amrwb-23k85-2.diff: No such file or directory TEST qtrle-1bit diff: standard output: No space left on device TEST qtrle-2bit /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test opus-testvector01 failed. Look at tests/data/fate/opus-testvector01.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/wavpack-lossless-16bit.rep: No space left on device Test wavpack-lossless-16bit failed. Look at tests/data/fate/wavpack-lossless-16bit.err for details. make: *** [fate-opus-testvector01] Error 1 make: *** [fate-wavpack-lossless-16bit] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/prores-alpha: No space left on device make: *** [fate-prores-alpha] Error 1 TEST qtrle-4bit /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test amrwb-23k85-2 failed. Look at tests/data/fate/amrwb-23k85-2.err for details. make: *** [fate-amrwb-23k85-2] Error 1 diff: standard output: No space left on device TEST qtrle-8bit /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST qtrle-16bit Test wavpack-channels-monofloat failed. Look at tests/data/fate/wavpack-channels-monofloat.err for details. make: *** [fate-wavpack-channels-monofloat] Error 2 TEST qtrle-24bit /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test opus-testvector02 failed. Look at tests/data/fate/opus-testvector02.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-opus-testvector02] Error 1 diff: standard output: No space left on device TEST fic-avi TEST qtrle-32bit TEST g2m2 TEST g2m3 TEST g2m4 Test lossless-monkeysaudio-388-normal failed. Look at tests/data/fate/lossless-monkeysaudio-388-normal.err for details. TEST tdsc make: *** [fate-lossless-monkeysaudio-388-normal] Error 2 Test wavpack-speed-default failed. Look at tests/data/fate/wavpack-speed-default.err for details. make: *** [fate-hevc-conformance-OPFLAG_A_Qualcomm_1] Error 1 make: *** [fate-wavpack-speed-default] Error 2 TEST tscc2-mov TEST utvideo_rgb_left TEST utvideo_rgb_median diff: /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device : No space left on device Test opus-testvector04 failed. Look at tests/data/fate/opus-testvector04.err for details. make: *** [fate-opus-testvector04] Error 1 TEST utvideo_rgba_left Test lossless-monkeysaudio-391b1-normal failed. Look at tests/data/fate/lossless-monkeysaudio-391b1-normal.err for details. --- - 2015-07-08 01:09:10.723869919 -0400 +++ tests/data/fate/lossless-monkeysaudio-392b2-normal 2015-07-08 01:09:10.595704073 -0400 @@ -1 +0,0 @@ -CRC=0x5d08c17e make: *** [fate-lossless-monkeysaudio-391b1-normal] Error 2 diff: standard output: No space left on device TEST utvideo_rgba_median /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test opus-testvector06 failed. Look at tests/data/fate/opus-testvector06.err for details. make: *** [fate-opus-testvector06] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test opus-testvector08 failed. Look at tests/data/fate/opus-testvector08.err for details. make: *** [fate-opus-testvector08] Error 1 TEST utvideo_rgba_single_symbol Test lossless-monkeysaudio-392b2-normal failed. Look at tests/data/fate/lossless-monkeysaudio-392b2-normal.err for details. Test opus-testvector07 failed. Look at tests/data/fate/opus-testvector07.err for details. make: *** [fate-canopus-hq_hqa-inter] Error 1 make: *** [fate-opus-testvector07] Error 1 Test opus-testvector03 failed. Look at tests/data/fate/opus-testvector03.err for details. TEST hap1 make: *** [fate-opus-testvector03] Error 1 TEST hap5 TEST hapy TEST vorbis-1 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/qtrle-4bit 2014-07-01 05:51:26.547876367 -0400 +++ tests/data/fate/qtrle-4bit 2015-07-08 01:09:10.785707740 -0400 @@ -1,39 +0,0 @@ -#tb 0: 1/12 -0, 0, 0, 1, 230400, 0x0655b3d9 -0, 1, 1, 1, 230400, 0x9c626fd3 -0, 2, 2, 1, 230400, 0x5bc95868 -0, 3, 3, 1, 230400, 0x55a38387 -0, 4, 4, 1, 230400, 0xd3495b60 -0, 5, 5, 1, 230400, 0xecdb2d15 -0, 6, 6, 1, 230400, 0x7f9b373e -0, 7, 7, 1, 230400, 0x51caac22 -0, 8, 8, 1, 230400, 0x0f2ac153 -0, 9, 9, 1, 230400, 0xe5a6f9e7 -0, 10, 10, 1, 230400, 0xfc2b2250 -0, 11, 11, 1, 230400, 0x24e2da1b -0, 12, 12, 1, 230400, 0x2723d7dd -0, 13, 13, 1, 230400, 0x024a4989 -0, 14, 14, 1, 230400, 0xdbafb92d -0, 15, 15, 1, 230400, 0x6b9b5056 -0, 16, 16, 1, 230400, 0x010cabb4 -0, 17, 17, 1, 230400, 0xf75bc1c0 -0, 18, 18, 1, 230400, 0x6c7fd744 -0, 19, 19, 1, 230400, 0xabe4371a -0, 20, 20, 1, 230400, 0xe41fb781 -0, 21, 21, 1, 230400, 0x42c5649e -0, 22, 22, 1, 230400, 0xf5511deb -0, 23, 23, 1, 230400, 0xebf5ab32 -0, 24, 24, 1, 230400, 0x44398194 -0, 25, 25, 1, 230400, 0xfd63510c -0, 26, 26, 1, 230400, 0xa013975e -0, 27, 27, 1, 230400, 0xe0aa028d -0, 28, 28, 1, 230400, 0x349f6f3b -0, 29, 29, 1, 230400, 0x2446032c -0, 30, 30, 1, 230400, 0x648f122c -0, 31, 31, 1, 230400, 0xbda221fd -0, 32, 32, 1, 230400, 0xf0f97642 -0, 33, 33, 1, 230400, 0x6a1737de -0, 34, 34, 1, 230400, 0x808a8179 -0, 35, 35, 1, 230400, 0x121641cf -0, 36, 36, 1, 230400, 0x275d11ea -0, 37, 37, 1, 230400, 0x92adf2cf diff: standard output: No space left on device cat: write error: No space left on device TEST vorbis-2 cat: write error: No space left on device TEST vorbis-4 TEST vorbis-3 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test hevc-conformance-Main_422_10_A_RExt_Sony_1 failed. Look at tests/data/fate/hevc-conformance-Main_422_10_A_RExt_Sony_1.err for details. make: *** [fate-hevc-conformance-Main_422_10_A_RExt_Sony_1] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test qtrle-4bit failed. Look at tests/data/fate/qtrle-4bit.err for details. Test g2m2 failed. Look at tests/data/fate/g2m2.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test qtrle-16bit failed. Look at tests/data/fate/qtrle-16bit.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-g2m2] Error 1 make: *** [fate-qtrle-16bit] Error 1 diff: standard output: No space left on device TEST vorbis-5 make: diff: standard output /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test g2m3 failed. Look at tests/data/fate/g2m3.err for details. diff: standard output: No space left on device make: *** [fate-opus-tron.6ch.tinypkts] Error 1 make: *** [fate-g2m3] Error 1 make: *** [fate-g2m4] Error 1 TEST vorbis-10 TEST vorbis-11 TEST vorbis-12 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test utvideo_rgb_left failed. Look at tests/data/fate/utvideo_rgb_left.err for details. make: *** [fate-utvideo_rgb_left] Error 1 TEST vorbis-13 diff: standard output: No space left on device TEST vorbis-14 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device Test wavpack-lossless-12bit failed. Look at tests/data/fate/wavpack-lossless-12bit.err for details. diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device stddev: 1.02 PSNR: 96.15 MAXDIFF: 5 bytes: 5114880/ 22944 stddev: |1.02 - 160| >= 3 size: |5114880 - 22944| >= 0 make: *** [fate-wavpack-lossless-12bit] Error 2 diff: standard output: No space left on device Test lossless-monkeysaudio-394b1-extrahigh failed. Look at tests/data/fate/lossless-monkeysaudio-394b1-extrahigh.err for details. diff: standard output: No space left on device TEST vorbis-17 Test utvideo_rgba_single_symbol failed. Look at tests/data/fate/utvideo_rgba_single_symbol.err for details. Test opus-testvector12 failed. Look at tests/data/fate/opus-testvector12.err for details. TEST vorbis-19 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/utvideo_rgba_median 2014-07-01 05:51:26.557876524 -0400 +++ tests/data/fate/utvideo_rgba_median 2015-07-08 01:09:10.965711216 -0400 @@ -1,6 +0,0 @@ -#tb 0: 1001/30000 -0, 0, 0, 1, 1228800, 0xf1bc9432 -0, 1, 1, 1, 1228800, 0x8480d1e5 -0, 2, 2, 1, 1228800, 0xb01d5fb2 -0, 3, 3, 1, 1228800, 0x53cb42c4 -0, 4, 4, 1, 1228800, 0x2b2ea176 make: *** [fate-opus-testvector12] Error 1 make: *** [fate-tdsc] Error 1 make: *** [fate-utvideo_rgba_single_symbol] Error 1 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test tscc2-avi failed. Look at tests/data/fate/tscc2-avi.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test fic-avi failed. Look at tests/data/fate/fic-avi.err for details. Test prores-422_lt failed. Look at tests/data/fate/prores-422_lt.err for details. make: *** [fate-prores-422] Error 1 make: *** [fate-fic-avi] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vorbis-20 diff: standard output: No space left on device Test opus-testvector11 failed. Look at tests/data/fate/opus-testvector11.err for details. evice TEST vp5 Test qtrle-32bit failed. Look at tests/data/fate/qtrle-32bit.err for details. make: *** [fate-prores-422_lt] Error 1 make: *** [fate-opus-testvector11] Error 1 make: *** [fate-qtrle-32bit] Error 1 TEST vp7 TEST vp8-alpha /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST webm-dash-manifest diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test utvideo_rgba_median failed. Look at tests/data/fate/utvideo_rgba_median.err for details. make: *** [fate-utvideo_rgba_median] Error 1 stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 6145920/ 5760 stddev: |0.00 - 38| >= 3 size: |6145920 - 5760| >= 0 make: *** [fate-prores-422_proxy] Error 1 TEST webm-dash-manifest-unaligned-video-streams make: make: diff: make: /home/ibmcrl/ffm: No space left on device make: *** [fate-hevc-conformance-RPLM_B_qualcomm_4] Error 1 make: *** [fate-webm-dash-manifest-representations] Error 1 Test opus-testvector10 failed. Look at tests/data/fate/opus-testvector10.err for details. make: *** [fate-opus-testvector10] Error 1 TEST vp8-test-vector-001 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp8-test-vector-002 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/wavpack-speed-vhigh 2014-07-01 05:51:26.567876681 -0400 +++ tests/data/fate/wavpack-speed-vhigh 2015-07-08 01:09:11.155714882 -0400 @@ -1 +0,0 @@ -a28c4d0f1d0c6ac7739e05150a8c401a TEST vp8-test-vector-003 TEST vp8-test-vector-004 TEST vp8-test-vector-005 Test wavpack-falsestereo failed. Look at tests/data/fate/wavpack-falsestereo.err for details. TEST vp8-test-vector-006 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-wavpack-falsestereo] Error 2 Test prores-422_hq failed. Look at tests/data/fate/prores-422_hq.err for details. make: *** [fate-prores-422_hq] Error 1 TEST vp8-test-vector-007 TEST vp8-test-vector-008 TEST vp8-test-vector-009 Test wavpack-speed-vhigh failed. Look at tests/data/fate/wavpack-speed-vhigh.err for details. make: *** [fate-wavpack-speed-vhigh] Error 1 TEST standard output: No space left on device TEST vp8-test-vector-015 TEST vp8-test-vector-014 Test hap5 failed. Look at tests/data/fate/hap5.err for details. make: *** [fate-hap5] Error 1 TEST vp8-test-vector-016 diff: standard output: No space left on device TEST vp8-test-vector-017 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test lossless-monkeysaudio-399 failed. Look at tests/data/fate/lossless-monkeysaudio-399.err for details. make: *** [fate-lossless-monkeysaudio-399] Error 2 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 53: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 58: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp8-sign-bias diff: standard output: No space left on device TEST vp9-00-quantizer-00 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test prores-alpha_skip failed. Look at tests/data/fate/prores-alpha_skip.err for details. make: *** [fate-prores-alpha_skip] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vorbis-2 failed. Look at tests/data/fate/vorbis-2.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-vorbis-2] Error 1 Test vorbis-4 failed. Look at tests/data/fate/vorbis-4.err for details. TEST vp9-00-quantizer-01 make: *** [fate-vorbis-4] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test webm-dash-manifest-unaligned-video-streams failed. Look at tests/data/fate/webm-dash-manifest-unaligned-video-streams.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp8-test-vector-013.err: No space left on device make: *** [fate-webm-dash-manifest-unaligned-video-streams] Error 2 /home/ibmcrl/ffmpeg/src/test/home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-vorbis-8] Error 1 make: *** [fate-vorbis-9] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vorbis-14 failed. Look at tests/data/fate/vorbis-14.err for details. diff: standard outputuantizer-05 diff: standard output ake:d make:T/home/ibmcrl/ffmpeg/src/testdiff: standard output: No space left on device make: *** [fate-wavpack-channels-6.1] Error 1 make: *** [fate-prores-transparency] Error 1 make: *** [fate-vorbis-12] Error 1 Test h*** [fate-vp9-00-quantizer-02] Error 1 make: *** [fate-vorbis-18] Error 1 make: *** [fate-vp8-test-vector-001] Error 1 cat: tests/data/fate/prores-transparency_skip.diff: No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/vp8-test-vector-007.diff: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h/home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/prores-transparency_skip.diff: No such file or directory Test vorbis-17 failed. Look at tests/data/fate/vorbis-17.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/webm-dash-manifest.diff: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: make: *** [fate-h264-reinit-small_422_9- o-small_420_9] Error 1 make: *** [fate-vorbis-17] Error 1 TEST vp9-00-quantizer-06 cat: tests/data/fate/vp8-test-vector-007.diff: No such file or directory cat: tests/data/fate/webm-dash-manifest.diff: No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-00-quantizer-08 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vp8-test-vector-007.diff: No such file or directory TEST vp9-00-quantizer-07 Test vorbis-19 failed. Look at tests/data/fate/vorbis-19.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp8-test-vector-004 failed. Look at tests/data/fate/vp8-test-vector-004.err for details. make: *** [fate-vorbis-19] Error 1 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/webm-dash-manifest.diff: No such file or directory TEST vp9-00-quantizer-09 TEST vp9-00-quantizer-10 make: *** [fate-vp8-test-vector-004] Error 1 Test wavpack-channels-monoint failed. Look at tests/data/fate/wavpack-channels-monoint.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-wavpack-channels-monoint] Error 2 Test vp8-test-vector-007 failed. Look at tests/data/fate/vp8-test-vector-007.err for details. Test prores-transparency_skip failed. Look at tests/data/fate/prores-transparency_skip.err for details. make: *** [fate-prores-transparency_skip] Error 1 make: *** [fate-vp8-test-vector-007] Error 1 diff: /home/ibmcrl/ff: No space left on device TEST vp9-00-quantizer-11 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp8-test-vector-003 failed. Look at tests/data/fate/vp8-test-vector-003.err for details. diff: standard output: No space left on device diff: standard output: No space left on device TEST vp9-00-quantizer-12 s/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-00-quantizer-13 Test webm-dash-manifest failTEST vp9-00-quantizer-15 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp7 failed. Look at tests/data/fate/vp7.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-webm-dash-manifest] Error 1 Test wavpack-lossless-8bit failed. Look at tests/data/fate/wavpack-lossless-8bit.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device diff: standard output: No space left on device make: *** [fate-wavpack-lossless-8bit] Error 2diff: standard output make: make: TEST vp9-00-quantizer-16 /homewrite error: No space left on device TEST vp9-00-quantizer-17 Test vp8-test-vector-006 failed. Look at tests/data/fate/vp8-test-vector-006.err for details. make: *** [fate-vp8-test-vector-006] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-00-quantizer-19 make: *** [fate-vorbis-13] Error 1 TEST vp9-00-quantizer-21 TEST vp9-00-quantizer-22 TEST vp9-00-quantizer-23 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vorbis-16 failed. Look at tests/data/fate/vorbis-16.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vorbis-20 failed. Look at tests/data/fate/vorbis-20.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-vorbis-16] Error 1 TEST vp9-00-quantizer-24 Test vp8-test-vector-011 failed. Look at tests/data/fate/vp8-test-vector-011.err for details. diff: standard output: No space left on device make: *** [fate-vorbis-20] Error 1 make: *** [fate-vp8-test-vector-011] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp8-test-vector-008 failed. Look at tests/data/fate/vp8-test-vector-008.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp5 failed. Look at tests/data/fate/vp5.err for details. Test h264-conformance-frext-hpcamapalq_bcrm_b failed. Look at tests/data/fate/h264-conformance-frext-hpcamapalq_bcrm_b.err for details. TEST vp9-00-quantizer-25 make: *** [fate-h264-conformance-frext-hpcamapalq_bcrm_b] Error 1 make: *** [fate-vp8-test-vector-008] Error 1 TEST vp9-00-quantizer-26 make: *** [fate-vp5] Error 1 TEST vp9-00-quantizer-27 diff: standard output: No space left on device diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp8-test-vector-010 failed. Look at tests/data/fate/vp8-test-vector-010.err for details. TEST vp9-00-quantizer-28 make: *** [fate-vp8-test-vector-010] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-00-quantizer-29 TEST vp9-00-quantizer-30 TEST vp9-00-quantizer-31 diff: standard output: No space left on device diff: standard output: No space left on device TEST vp9-00-quantizer-32 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp8-test-vector-009 failed. Look at tests/data/fate/vp8-test-vector-009.err for details. TEST vp9-00-quantizer-33 Test vp8-test-vector-012 failed. Look at tests/data/fate/vp8-test-vector-012.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-00-quantizer-18: No space left on device diff: standard output: No space left on device make: *** [fate-vp8-test-vector-009] Error 1 make: *** [fate-vp8-test-vector-012] Error 1 make: *** [fate-vp9-00-quantizer-18] Error 1 TEST vp9-00-quantizer-34 TEST vp9-00-quantizer-35 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-00-quantizer-25: No space left on device TEST vp9-00-quantizer-36 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/vp8-test-vector-014.rep: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/vp8-test-vector-016.rep: No space left on device Test vp8-test-vector-014 failed. Look at tests/data/fate/vp8-test-vector-014.err for details. TEST vp9-00-quantizer-38 diff: *** [fate-vp8-t/home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp8-test-vector-017 failed. Look at tests/data/fate/vp8-test-vector-017.err for details. make: *** [fate-vp8-test-vector-017] Error 1 make: *** [fate-vp9-00-quantizer-28] Error 1 -0, 47, 47, 1, 115200, e7e1d71c1c59bb759c89f15c6e8970f0 -0, 48, 48, 1, 115200, 9c04011f4d92257a6dc112c5acad0f59 -0, 49, 49, 1, 115200, ca7c7cbf52dd7af9a62212f3a9bd1f74 -0, 50, 50, 1, 115200, 3cc9c4d3857d692e0dbfee682d63d32c -0, 51, 51, 1, 115200, 1188fc9620cf0d23af21d8823c127b80 -0, 52, 52, 1, 115200, c614690b8d4d3bea47f1b236ff32d1d8 -0, 53, 53, 1, 115200, d6ccde3360e6a05b61013e85f96de9e9 -0, 54, 54, 1, 115200, 7f11cacc42d14121aeab487975ec190b -0, 55, 55, 1, 115200, cdd8b538ff107f88c5f0dc7128bc331e -0, 56, 56, 1, 115200, f43a387e9bb2f4db387d3f44da16457b -0, 57, 57, 1, 115200, b7ba01b86fce2252105f99848e2ac95c -0, 58, 58, 1, 115200, 094200f775b6ced838d0c37e0d0b34e6 -0, 59, 59, 1, 115200, b2d2fa96666b96b7cb624133cf404b09 -0, 60, 60, 1, 115200, d935644161a2b06f0efc75dc6d0fcf46 -0, 61, 61, 1, 115200, 2a3be6460f313d7fdd6f6f9c70092a50 -0, 62, 62, 1, 115200, f8254b6469b807ce0e9a1ea4b98a59db -0, 63, 63, 1, 115200, 43639a3293ec640b203e0c8a97e6f45e -0, 64, 64, 1, 115200, 055762cccc279c8dd27450ec1d512d5f -0, 65, 65, 1, 115200, a90dac910f3cdd216293bebc46b36501 -0, 66, 66, 1, 115200, 3531ef2a4a59271f89ca0972b65d06aa -0, 67, 67, 1, 115200, 1f87adde14795639105be714247d0bd0 -0, 68, 68, 1, 115200, e991cdd7912266937ca6f0d59199645b -0, 69, 69, 1, 115200, 5b98019db0fca644da5ee73e0160c7c5 -0, 70, 70, 1, 115200, 6276f3907e4bb87885d21e11150d044d -0, 71, 71, 1, 115200, 985785d7a788dcc07bd5fb72d3dc758e -0, 72, 72, 1, 115200, 3379548a573d068d47d5f54aaf79c8a9 -0, 73, 73, 1, 115200, a2b36848e7d19383cfabf8bdcabd241a -0, 74, 74, 1, 115200, 0aeda76888a5a2426ae3b390e38aba52 -0, 75, 75, 1, 115200, 2c652e7850ccc10cbc7a3266f1fb6c00 -0, 76, 76, 1, 115200, 5dfc9e4dce69f1f644fad5b69c0b4008 -0, 77, 77, 1, 115200, da775fc1469012a0c717ebe5dc940e26 -0, 78, 78, 1, 115200, 6185a863f7d023ddb2b049e265aab1bb -0, 79, 79, 1, 115200, 7a56397397191ab1b7c93a4bdc9b57c1 -0, 80, 80, 1, 115200, 3e95a3f2c2660dc28ec64efef29615f0 -0, 81, 81, 1, 115200, b9ba03bd7c09224174368a60af389b9c -0, 82, 82, 1, 115200, bfd23a13e077843506a01e44adb27c04 -0, 83, 83, 1, 115200, 9025dff58a57abcc25da69fd233e312a -0, 84, 84, 1, 115200, ba4b91b0fe4d36f77b62ec3fe7b10a96 -0, 85, 85, 1, 115200, 7955419ff2bc42b703dfc976576a5bd4 -0, 86, 86, 1, 115200, 36d6a723ebb35c45128bfa8a7bba0d49 -0, 87, 87, 1, 115200, 77503cc79e3cb0fc74745bac967fee1d -0, 88, 88, 1, 115200, a05af40cb4fc009fe94be6dbf148b453 -0, 89, 89, 1, 115200, 35bc39585679f7c07f1b196879719ce6 -0, 90, 90, 1, 115200, 48831c2e2212134ab192a123e847c157 -0, 91, 91, 1, 115200, c09c37f9fd929185452a8beb3c61b839 -0, 92, 92, 1, 115200, c534a38d586f3cac998240a7013c636c -0, 93, 93, 1, 115200, b598c6999442cf0c53ed6a19d1215eb8 -0, 94, 94, 1, 115200, c639685c8f4af3d006df1833950943aa -0, 95, 95, 1, 115200, 351e1c089ba5b9024de6e311c4a4afd3 -0, 96, 96, 1, 115200, 67d8ea902179548d0b01544249b2411f -0, 97, 97, 1, 115200diff: standard output: No space left on device TEST vp9-00-quantizer-40 diff: standard output: No space left on device diff: standard output: No space left on device TEST vp9-00-quantizer-42 TEST vp9-00-quantizer-41 diff: standard output: No space left on device TEST vp9-00-quantizer-43 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-00-quantizer-35: No space left on device make: *** [fate-vp9-00-quantizer-35] Error 1 TEST vp9-00-quantizer-44 TEST vp9-00-quantizer-45 TEST vp9-00-quantizer-46 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/lossless-monkeysaudio-380-extrahigh.rep: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test lossless-monkeysaudio-380-extrahigh failed. Look at tests/data/fate/lossless-monkeysaudio-380-extrahigh.err for details. Test vp8-test-vector-015 failed. Look at tests/data/fate/vp8-test-vector-015.err for details. TEST vp9-00-quantizer-47 make: *** [fate-lossless-monkeysaudio-380-extrahigh] Error 2 TEST vp9-00-quantizer-48 Test vp9-00-quantizer-01 failed. Look at tests/data/fate/vp9-00-quantizer-01.err for details. Test wavpack-lossy-float failed. Look at tests/data/fate/wavpack-lossy-float.err for details. make: *** [fate-vp9-00-quantizer-01] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test wavpack-channels-4.0 failed. Look at tests/data/fate/wavpack-channels-4.0.err for details. make: *** [fate-wavpack-channels-4.0] Error 2 TEST vp9-00-quantizer-49 TEST vp9-00-quantiTEST standard output: No space left on device TEST vp9-00-quantizer-52 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/vp9-00-quantizer-03 2014-07-01 05:51:26.557876524 -0400 +++ tests/data/fate/vp9-00-quantizer-03 2015-07-08 01:09:11.755726462 -0400 @@ -1,7 +0,0 @@ -#format: frame checksums -#version: 1 -#hash: MD5 -#tb 0: 1001/30000 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 15c548208f5eda243a151a42f4d64855 -0, 1, 1, 1, 152064, e96d463dc8e9b27b1c2ec40f77eee6ef /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-00-quantizer-40: No space left on device make: *** [fate-vp9-00-quantizer-40] Error 1 diff: standard output: No space left on device diff: standard output: No space left on device diff: standard output: No space left on device TEST vp9-00-quantizer-53 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-00-quantizer-44: No space left on device TEST vp9-00-quantizer-57 TEST vp9-00-quantizer-58 Test vp9-00-quantizer-03 failed. Look at tests/data/fate/vp9-00-quantizer-03.err for details. TEST vp9-00-quantizer-59 make: *** [fate-vp9-00-quantizer-44] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-00-quantizer-41: No space left on device TEST vp9-00-quantizer-54 TEST vp9-00-quantizer-56 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-00-quantizer-55 Test vp9-00-quantizer-04 failed. Look at tests/data/fate/vp9-00-quantizer-04.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-vp9-00-quantizer-03] Error 1 make: *** [fate-vp9-00-quantizer-41] Error 1 Test vp9-00-quantizer-07 failed. Look at tests/data/fate/vp9-00-quantizer-07.err for details. diff: standard output: No space left on device diff: standard output: No space left on device make: make: make: diff: diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vp9-00-quantizer-05.diff: No such file or directory TEST vp9-01-sharpness-1 make: *** [fate-qtrle-8bit] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/wavpack-clipping.diff: No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/vp9-00-quantizer-11.diff: No space left on device diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test h264-conformance-frext-pph10i6_panasonic_a failed. Look at tests/data/fate/h264-conformance-frext-pph10i6_panasonic_a.err for details. make: *** [fate-h264-conformance-frext-pph10i6_panasonic_a] Error 1 TEST vp9-01-sharpness-3 TEST vp9-01-sharpness-2 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device cat: tests/data/fate/vp9-00-quantizer-11.diff: No such file or directory diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/vp9-00-quantizer-31.diff: No space left on device Test vp9-00-quantizer-05 failed. Look at tests/data/fate/vp9-00-quantizer-05.err for details. diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-vp9-00-quantizer-05] Error 1 Test vp9-00-quantizer-33 failed. Look at tests/data/fate/vp9-00-quantizer-33.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-00-quantizer-27 failed. Look at tests/data/fate/vp9-00-quantizer-27.err for details. TEST vp9-01-sharpness-4 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-00-quantizer-16 failed. Look at tests/data/fate/vp9-00-quantizer-16.err for details. Test vp9-00-quantizer-34 failed. Look at tests/data/fate/vp9-00-quantizer-34.err for details. make: *** [fate-vp9-00-quantizer-16] Error 1 make: *** [fate-vp9-00-quantizer-27] Error 1 make: *** [fate-vp9-00-quantizer-33] Error 1cat: tests/data/fate/vp9-00-quantizer-31.diff: No such file or directory make: *** [fate-vp9-00-quantizer-34] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-00-quantizer-30 failed. Look at tests/data/fate/vp9-00-quantizer-30.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/vp9-00-quantizer-22.rep: No space left on device TEST vp9-01-sharpness-5 Test vp9-00-quantizer-22 failed. Look at tests/data/fate/vp9-00-quantizer-22.err for details. make: *** [fate-wavpack-clipping] Error 1 make: *** [fate-vp9-00-quantizer-22] Error 1 TEST vp9-01-sharpness-6 tizer-29] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/vp9-00-quantizer-21.rep: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/vp9-00-quantizer-19.rep: No space left on device diff: standard output: No space left on device Test vp9-00-quantizer-21 failed. Look at tests/data/fate/vp9-00-quantizer-21.err for details. Test vp9-00-quantizer-19 failed. Look at tests/data/fate/vp9-00-quantizer-19.err for details. Test vp9-00-quantizer-23 failed. Look at tests/data/fate/vp9-00-quantizer-23.err for details. make: *** [fate-wavpack-zerolsbs] Error 2 make: *** [fate-wavpack-matroskamode] Error 2 make: *** [fate-vp9-00-quantizer-19] Error 1 make: *** [fate-vp9-00-quantizer-21] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-00-quantizer-24 failed. Look at tests/data/fate/vp9-00-quantizer-24.err for details. Test vp9-00-quantizer-32 failed. Look at tests/data/fate/vp9-00-quantizer-32.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-00-quantizer-37 failed. Look at tests/data/fate/vp9-00-quantizer-37.err for details. make: *** [fate-vp9-00-quantizer-24] Error 1 make: *** [fate-vp9-00-quantizer-32] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-00-quantizer-31 failed. Look at tests/data/fate/vp9-00-quantizer-31.err for details. Test vp9-00-quantizer-11 failed. Look at tests/data/fate/vp9-00-quantizer-11.err for details. TEST vp9-02-size-08x16 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-wavpack-channels-7.1] Error 2 make: *** [fate-vp9-00-quantizer-31] Error 1 make: *** [fate-vp9-00-quantizer-37] Error 1 make: *** [fate-vp9-00-quantizer-11] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-00-quantizer-26 failed. Look at tests/data/fate/vp9-00-quantizer-26.err for details. TEST vp9-02-size-08x18 TEST vp9-02-size-08x32 diff: standard output: No space left on device make: *** [fate-vp9-00-quantizer-26] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-00-quantizer-20 failed. Look at tests/data/fate/vp9-00-quantizer-20.err for details. TEST vp9-02-size-08x34 --- /h*** [fate-vp9-00-quantizer-20] Error 1 TEST vp9-02-size-08x64 diff: standard output: No space left on device TEST vp9-02-size-08x66 Test vp9-00-quantizer-43 failed. Look at tests/data/fate/vp9-00-quantizer-43.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-vp9-00-quantizer-43] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-00-quantizer-38 failed. Look at tests/data/fate/vp9-00-quantizer-38.err for details. TEST vp9-02-size-10x08 make: *** [fate-vp9-00-quantizer-38] Error 1 TEST vp9-02-size-10x10 TEST vp9-02-size-10x16 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/vp9-00-quantizer-42 2014-07-01 05:51:26.557876524 -0400 +++ tests/data/fate/vp9-00-quantizer-42 2015-07-08 01:09:12.135733797 -0400 @@ -1,7 +0,0 @@ -#format: frame checksums -#version: 1 -#hash: MD5 -#tb 0: 1001/30000 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, f016dd8431694d989700fb1ba71a5b2d -0, 1, 1, 1, 152064, e89c3c5b935157b40f2fb0ab92415828 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/vp9-00-quantizer-46 2014-07-01 05:51:26.557876524 -0400 +++ tests/data/fate/vp9-00-quantizer-46 2015-07-08 01:09:12.135733797 -0400 @@ -1,7 +0,0 @@ -#format: frame checksums -#version: 1 -#hash: MD5 -#tb 0: 1001/30000 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, 79ed95c741178bb3c0954f1f6f8e21a3 -0, 1, 1, 1, 152064, f02a06a5e2b5b7619c9a52c5bea0564d TEST vp9-02-size-10x32 TEST vp9-02-size-10x18 TEST vp9-02-size-10x34 TEST vp9-02-size-10x64 Test vp9-00-quantizer-48 failed. Look at tests/data/fate/vp9-00-quantizer-48.err for details. --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/vp9-00-quantizer-45 2014-07-01 05:51:26.557876524 -0400 +++ tests/data/fate/vp9-00-quantizer-45 2015-07-08 01:09:12.105733218 -0400 @@ -1,7 +0,0 @@ -#format: frame checksums -#version: 1 -#hash: MD5 -#tb 0: 1001/30000 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 152064, cc97597b015896d73f3e60e7ae44c4da -0, 1, 1, 1, 152064, fea98bc508f92135641ab99762444b14 make: *** [fate-vp9-00-quantizer-48] Error 1 Test vp9-00-quantizer-42 failed. Look at tests/data/fate/vp9-00-quantizer-42.err for details. Test vp9-00-quantizer-46 failed. Look at tests/data/fate/vp9-00-quantizer-46.err for details. make: *** [fate-vp9-00-quantizer-42] Error 1 TEST vp9-02-size-10x66 TEST vp9-02-size-16x08 make: *** [fate-vp9-00-quantizer-46] Error 1 TEST vp9-02-size-16x10 Test vp9-00-quantizer-45 failed. Look at tests/data/fate/vp9-00-quantizer-45.err for details. make: *** [fate-vp9-00-quantizer-45] Error 1 TEST vp9-02-size-16x18 TEST vp9-02-size-16x32 TEST vp9-02-size-16x16 diff: standard output: No space left on device standard output: No space left on device diff: standard output: No space left on device TEST vp9-02-size-16x34 /home/ibmcrl/ffmpeg/src/teTest vp9-00-quantizer-54 failed. Look at tests/data/fate/vp9-00-quantizer-54.err for details. TEST vp9-02-size-16x66 make: *** [fate-vp9-00-quantizer-54] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/vp9-00-quantizer-50.diff: No space left on device TEST vp9-02-size-18x08 TEST vp9-02-size-18x16 cat: tests/data/fate/vp9-00-quantizer-50.diff: No such file or directory TEST vp9-02-size-18x18 TEST vp9-02-size-18x10 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vp9-00-quantizer-50.diff: No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/vp9-00-quantizer-47.rep: No space left on device Test vp9-00-quantizer-47 failed. Look at tests/data/fate/vp9-00-quantizer-47.err for details. diff: standard output: No space left on device TEST vp9-02-size-18x34 diff: standard output: No space left on device make: *** [fate-vp9-00-quantizer-47] Error 1 TEST vp9-02-size-18x64 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-00-quantizer-55 failed. Look at tests/data/fate/vp9-00-quantizer-55.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/vp9-00-quantizer-49.rep: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-vp9-00-quantizer-55] Error 1 TEST vp9-02-size-18x66 make: *** [fate-vp9-00-quantizer-50] Error 1 make: *** [fate-vp9-00-quantizer-56] Error 1 TEST vp9-02-size-32x08 TEST vp9-02-size-32x10 TEST vp9-02-size-32x16 TEST vp9-02-size-32x18 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-02-size-32x32 make: *** [fate-hevc-conformance-Main_422_10_B_RExt_Sony_1] Error 1 TEST vp9-02-size-32x34 TEST vp9-02-size-32x66 echo: write error: No space left on device pace left on device make: *** [fate-vp9-00-quantizer-52] Error 1 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-02-size-18x34.err: No space left on device make: *** [fate-vp9-02-size-18x34] Error 1 TEST vp9-02-size-34x08 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/vp9-01-sharpness-6.diff: No space left on device diff: standard output: No space left on device cat: tests/data/fate/vp9-01-sharpness-6.diff: No such file or directory TEST vp9-02-size-34x16 sts/fate-run.sh: line 282: tests/data/fate/vp9-01-sharpness-6.diff: No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-02-size-18x64.err: No space left on device make: *** [fate-vp9-02-size-18x64] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-02-size-34x34 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test hevc-conformance-RPS_E_qualcomm_5 failed. Look at tests/data/fate/hevc-conformance-RPS_E_qualcomm_5.err for details. TEST vp9-02-size-34x66 make: *** [fate-hevc-conformance-RPS_E_qualcomm_5] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vp9-02-size-08x08.diff: No such file or directory diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on devdiff: standard output: No space left on device make: *** [fate-vp9-02-size-08x16] Error 1 make: *** [fate-vp9-02-size-64x10] Error 1 make: *** [fate-vp9-02-size-64x16] Error 1 make: *** [fate-vp9-02-size-64x18] Error 1 make: *** [fate-vp9-02-size-64x32] Error 1 Test vp9-01-sharpness-1 failed. Look at tests/data/fate/vp9-01-sharpness-1.err for details. /home/*** [fate-vp9-01-sharpness-1] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/vp9-02-size-08x64.diff: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vp9-02-size-08x18.diff: No such file or directory TEST vp9-02-size-64x64 cat: tests/data/fate/vp9-02-size-08x64.diff: No such file or directory TEST vp9-02-size-64x34 cat: tests/data/fate/vp9-02-size-08x66.diff: No such file or directory diff: standard output: No space left on device diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/vp9-01-sharpness-4.rep: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-02-size-34x64: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vp9-02-size-08x66.diff: No such file or directory TEST vp9-02-size-64x66 Test vp9-01-sharpness-4 failed. Look at tests/data/fate/vp9-01-sharpness-4.err for details. make: *** [fate-vp9-01-sharpness-4] Error 1 /home/*** [fate-vp9-02-size-34x64] Error 1 TEST vp9-02-size-66x10 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-02-size-66x08 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-02-size-08x18 failed. Look at tests/data/fate/vp9-02-size-08x18.err for details. make: *** [fate-vp9-02-size-34x34] Error 1 Test vp9-02-size-08x32 failed. Look at tests/data/fate/vp9-02-size-08x32.err for details. TEST diff: standard output: No space left on device make: *** [fate-vp9-02-size-08x32] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-02-size-10x10 failed. Look at tests/data/fate/vp9-02-size-10x10.err for details. Test vp9-02-size-08x64 failed. Look at tests/data/fate/vp9-02-size-08x64.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device make: *** [fate-vp9-02-size-08x64] Error 1 make: *** [fate-vp9-02-size-08x66] Error 1 make: *** [fate-vp9-02-size-10x10] Error 1 diff: standard output: No space left on device diff: standard output: No space left on device TEST vp9-02-size-66x18 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-02-size-10x16 failed. Look at tests/data/fate/vp9-02-size-10x16.err for details. diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-02-size-66x34 TEST vp9-02-size-66x32 Test vp9-02-size-10x32 failed. Look at tests/data/fate/vp9-02-size-10x32.err for details. make: *** [fate-vp9-02-size-10x32] Error 1 TEST vp9-02-size-66x64 TEST vp9-02-size-66x66 diff: standard output: No space left on device TEST vp9-03-size-196x198 TEST vp9-03-size-196x196 diff: standard output: No space left on device Test vp9-02-size-08x34 failed. Look at tests/data/fate/vp9-02-size-08x34.err for details. TEST vp9-03-size-196x200 make: *** [fate-vp9-02-size-08x34] Error 1 TEST vp9-03-size-196x208 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/vp9-02-size-16x32 2014-07-01 05:51:26.557876524 -0400 +++ tests/data/fate/vp9-02-size-16x32 2015-07-08 01:09:12.495740745 -0400 @@ -1,15 +0,0 @@ -#format: frame checksums -#version: 1 -#hash: MD5 -#tb 0: 1001/30000 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 768, c73d611490a5ddec6c690589deaf5e86 -0, 1, 1, 1, 768, 5d8eaeb222aa64abda59ce7b09b2f6d9 -0, 2, 2, 1, 768, 34321856b8dd5bbb9b63db04d3532289 -0, 3, 3, 1, 768, 947337d2fec8a09242f60e31e99f4065 -0, 4, 4, 1, 768, bb7d92f6fc055f0cf0e97bd2be56cc9e -0, 5, 5, 1, 768, 5d343c82bcdd0e9d08581043cddfd0ca -0, 6, 6, 1, 768, 612ded93207712e4916d584cc4a7b87c -0, 7, 7, 1, 768, 6ba5e0d19893e1b96f5ca86e0bfd7e18 -0, 8, 8, 1, 768, 336572e1dcb110b1eb87bea81e0752f4 -0, 9, 9, 1, 768, 705f73d0a39afce59ea571e68bfe25df /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-02-size-10x18 failed. Look at tests/data/fate/vp9-02-size-10x18.err for details. Test vp9-02-size-10x08 failed. Look at tests/data/fate/vp9-02-size-10x08.err for details. Test vp9-02-size-10x66 failed. Look at tests/data/fate/vp9-02-size-10x66.err for details. TEST vp9-03-size-196x226 make: *** [fate-vp9-02-size-16x64] Error 1 TEST vp9-03-size-198x196 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/vp9-02-size-18x66.diff: No space left on device TEST vp9-03-size-198x198 d. Look at tests/data/fate/vp9-02-size-16x34.err for details. make: *** [fate-vp9-02-size-16x34] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-02-size-66x18: No space left on device cat: tests/data/fate/vp9-02-size-18x66.diff: No such file or directory --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/vp9-02-size-18x16 2014-07-01 05:51:26.557876524 -0400 +++ tests/data/fate/vp9-02-size-18x16 2015-07-08 01:09:12.535741517 -0400 @@ -1,15 +0,0 @@ -#format: frame checksums -#version: 1 -#hash: MD5 -#tb 0: 1001/30000 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 432, 9535aaa2ea26fbdc16e7fe9cba3fc9b4 -0, 1, 1, 1, 432, 7f6e7ca33c0b27ff052dc2ab6721e37d -0, 2, 2, 1, 432, d37e3f169457a9c7f2a197353e39d3d6 -0, 3, 3, 1, 432, f26d7d81dd81d051680ea2485e812705 -0, 4, 4, 1, 432, 704b01955ced6d101b9e9315d3327f28 -0, 5, 5, 1, 432, 30d46d6a0f6be383dede451cacf465f4 -0, 6, 6, 1, 432, 83c7ed04f0af61ec665041967cbce05d -0, 7, 7, 1, 432, 152daf37dd37607886c50dd4c7796357 -0, 8, 8, 1, 432, 609d807351ba74b1c432e3d0516add91 -0, 9, 9, 1, 432, 67953f0c735984232cb6782217cdcdf6 TEST vp9-03-size-198x200 Test vp9-02-size-16x16 failed. Look at tests/data/fate/vp9-02-size-16x16.err for details. diff: standard output: No space left on device make: *** [fate-vp9-02-size-16x16] Error 1 make: *** [fate-vp9-02-size-66x18] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vp9-02-size-18x66.diff: No such file or directory diff: standard output: No space left on device TEST vp9-03-size-198x208 TEST vp9-03-size-198x202 TEST vp9-03-size-198x210 Test vp9-02-size-16x32 failed. Look at tests/data/fate/vp9-02-size-16x32.err for details. make: *** [fate-vp9-02-size-16x32] Error 1 TEST vp9-03-size-198x224 diff: standard output: No space left on device TEST vp9-03-size-200x196 Test vp9-02-size-32x08 failed. Look at tests/data/fate/vp9-02-size-32x08.err for details. Test vp9-02-size-18x66 failed. Look at tests/data/fate/vp9-02-size-18x66.err for details. make: *** [fate-vp9-02-size-32x08] Error 1 make: *** [fate-vp9-02-size-18x66] Error 1 Test vp9-02-size-18x16 failed. Look at tests/data/fate/vp9-02-size-18x16.err for details. Test vp9-02-size-18x18 failed. Look at tests/data/fate/vp9-02-size-18x18.err for details. TEST vp9-03-size-200x202 Test vp9-02-size-18x10 failed. Look at tests/data/fate/vp9-02-size-18x10.err for details. make: *** [fate-vp9-02-size-18x16] Error 1 make: *** [fate-vp9-02-size-18x18] Error 1 make: *** [fate-vp9-02-size-18x10] Error 1 TEST vp9-03-size-200x208 TEST vp9-03-size-200x210 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/vp9-02-size-16x08 2014-07-01 05:51:26.557876524 -0400 +++ tests/data/fate/vp9-02-size-16x08 2015-07-08 01:09:12.535741517 -0400 @@ -1,15 +0,0 @@ -#format: frame checksums -#version: 1 -#hash: MD5 -#tb 0: 1001/30000 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 192, 68dccd167f9aa18df0840ebb8715eb68 -0, 1, 1, 1, 192, 65c90bb99fdbee7abf21031d34cb18dc -0, 2, 2, 1, 192, 9ef1feb2dcbd4d73f3ee84e9e1cd2668 -0, 3, 3, 1, 192, b6281f7c88e9aa132d3902046f8cde5a -0, 4, 4, 1, 192, 4b439b716a294bddf9f56a229705907b -0, 5, 5, 1, 192, d42c0a6f0d24522c90bc2233bc1df2c7 -0, 6, 6, 1, 192, 74b763a5a12c4c4a581efb1818a92970 -0, 7, 7, 1, 192, 0c3a0916ddfda5abdd3ac382f036e71f -0, 8, 8, 1, 192, 26ff590e8ae726f70e8b36f5eaee7a19 -0, 9, 9, 1, 192, 30fa5810995d7132387ea585c4a1cc3a diff: standard output: No space left on device TEST vp9-03-size-200x224 --- /home/ibmcrl/ffmpeg/src/tests/ref/fate/vp9-02-size-18x08 2014-07-01 05:51:26.557876524 -0400 +++ tests/data/fate/vp9-02-size-18x08 2015-07-08 01:09:12.555741903 -0400 @@ -1,15 +0,0 @@ -#format: frame checksums -#version: 1 -#hash: MD5 -#tb 0: 1001/30000 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 216, 3219af4ef540636b0f67a989e9966059 -0, 1, 1, 1, 216, 1a3655c2cfd2ee332bc89da5b3faf778 -0, 2, 2, 1, 216, d638d5b361a6d81440e26993ed86c97d -0, 3, 3, 1, 216, d9bc2e7cffd66db4ba9dcbce99448d4d -0, 4, 4, 1, 216, 399f962e0a0573915bc4da4a9f1effcf -0, 5, 5, 1, 216, 69d917e19b903e4f07f848e9e557bbe7 -0, 6, 6, 1, 216, d6311488a58acf6eb0cc45bc4fe3c2da -0, 7, 7, 1, 216, 0ce360a84d5755307f98d65c83f190e1 -0, 8, 8, 1, 216, 2554828e6dbf94424ccac30fb153872e -0, 9, 9, 1, 216, 598a55f9735e85b8d45105dd6be7f97b /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-03-size-200x226 --- - 2015-07-08 01:09:12.701641221 -0400 +++ tests/data/fate/lossless-monkeysaudio-389b1-extrahigh 2015-07-08 01:09:12.565742096 -0400 @@ -1 +0,0 @@ -CRC=0x5d08c17e Test vp9-02-size-16x10 failed. Look at tests/data/fate/vp9-02-size-16x10.err for details. TEST vp9-03-size-202x196 TEST vp9-03-size-202x198 make: *** [fate-vp9-02-size-16x10] Error 1 TEST vp9-03-size-202x200 TEST vp9-03-size-202x202 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-03-size-202x208 Test vp9-02-size-16x08 failed. Look at tests/data/fate/vp9-02-size-16x08.err for details. TEST vp9-03-size-202x210 diff: standard output: No space left on device diff: standard output: No space left on device make: *** [fate-vp9-02-size-16x08] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device make: /make:TEST vp9-03-size-208x200 *** [fate-vp9-03-size-208x198] Error 1 make: *** [fate-vp9-02-size-32x16] Error 1 make: *** [fate-vp9-02-size-32x10] Error 1 make: *** [fate-vp9-02-size-32x32] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-03-size-202x200.err: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-02-size-32x64 failed. Look at tests/data/fate/vp9-02-size-32x64.err for details. make: *** [fate-vp9-03-size-202x200] Error 1 TEST vp9-03-size-208x202 diff: standard output: No space left on device make: *** [fate-vp9-02-size-32x64] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device diff: standard output: No space left on device TEST vp9-03-size-208x208 diff: standard output: No space left on device TEST vp9-03-size-208x210 diff: standard output: No space left on device TEST vp9-03-size-208x224 Test vp9-02-size-32x34 failed. Look at tests/data/fate/vp9-02-size-32x34.err for details. diff: standard output: No space left on device make: *** [fate-vp9-02-size-32x34] Error 1 diff: standard output: No space left on device TEST vp9-03-size-208x226 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-02-size-64x66 failed. Look at tests/data/fate/vp9-02-size-64x66.err for details. TEST vp9-03-size-210x196 make: *** [fate-vp9-02-size-64x66] Error 1 Test vp9-02-size-34x32 failed. Look at tests/data/fate/vp9-02-size-34x32.err for details. diff: standard output: No space left on device diff: standard output: No space left on device TEST vp9-03-size-210x198 TEST vp9-03-size-210x202 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-02-size-64x34 failed. Look at tests/data/fate/vp9-02-size-64x34.err for details. TEST vp9-03-size-210x200 make: *** [fate-vp9-02-size-64x34] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/vp9-02-size-34x10.rep: No space left on device TEST vp9-03-size-210x208 Test vp9-02-size-34x10 failed. Look at tests/data/fate/vp9-02-size-34x10.err for details. TEST vp9-03-size-210x210 make: *** [fate-vp9-02-size-34x10] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-02-size-32x66 failed. Look at tests/data/fate/vp9-02-size-32x66.err for details. diff: standard output: No space left on device TEST vp9-03-size-210x224 diff: standard output: No space left on device make: *** [fate-vp9-02-size-32x66] Error 1 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-02-size-66x10 failed. Look at tests/data/fate/vp9-02-size-66x10.err for details. make: *** [fate-vp9-02-size-66x10] Error 1 diff: standard output: No space left on device TEST vp9-03-size-210x226 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-02-size-64x64 failed. Look at tests/data/fate/vp9-02-size-64x64.err for details. TEST vp9-03-size-224x196 diff: standard output: No space left on device make: *** [fate-vp9-02-size-64x64] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-03-size-208x208.err: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-03-size-224x200 diff: standard output: No space left on device Test vp9-02-size-34x16 failed. Look at tests/data/fate/vp9-02-size-34x16.err for details. make: *** [fate-vp9-02-size-34x16] Error 1 make: *** [fate-vp9-03-size-208x208] Error 1 TEST vp9-03-size-224x198 TEST vp9-03-size-224x202 diff: standard output: No space left on device diff: standard output /standarstandard output: No space left on device make: *** [fate-vp9-03-size-224x210] Error 1 make: *** [fate-vp9-03-size-224x224] Error 1 /home//home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vp9-03-size-208x210.diff: No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/vp9-03-size-208x200.diff: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/vp9-03-size-208x224.diff: No space left on device diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-03-size-202x196 failed. Look at tests/data/fate/vp9-03-size-202x196.err for details. make: *** [fate-vp9-03-size-202x196] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/vp9-03-size-210x196.diff: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-03-size-198x198 failed. Look at tests/data/fate/vp9-03-size-198x198.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test lossless-monkeysaudio-391b1-extrahigh failed. Look at tests/data/fate/lossless-monkeysaudio-391b1-extrahigh.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-03-size-226x196 make: *** [fate-vp9-03-size-198x198] Error 1 cat: tests/data/fate/vp9-03-size-208x200.diff: No such file or directory Test vp9-03-size-200x202 failed. Look at tests/data/fate/vp9-03-size-200x202.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-03-size-202x210 failed. Look at tests/data/fate/vp9-03-size-202x210.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /hometests/data/fate/vp9-03-size-210x196.diff: No such file or directory Test vp9-03-size-200x226 failed. Look at tests/data/fate/vp9-03-size-200x226.err for details. Test vp9-03-size-208x210 failed. Look at tests/data/fate/vp9-03-size-208x210.err for details. TEST vp9-03-size-226x198 make: *** [fate-lossless-monkeysaudio-391b1-extrahigh] Error 2 make: *** [fate-vp9-03-size-200x202] Error 1 TEST vp9-03-size-226x200 make: *** [fate-vp9-03-size-200x226] Error 1 tests/data/fate/vp9-03-size-208x224.diff: No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vp9-03-size-208x200.diff: No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vp9-03-size-210x196.diff: No such file or directory make: *** [fate-vp9-03-size-202x210] Error 1 make: *** [fate-vp9-03-size-208x210] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST vp9-03-size-226x202 Test vp9-03-size-200x208 failed. Look at tests/data/fate/vp9-03-size-200x208.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/vp9-03-size-208x224.diff: No such file or directory Test wavpack-lossy-8bit failed. Look at tests/data/fate/wavpack-lossy-8bit.err for details. make: *** [fate-vp9-03-size-200x208] Error 1 Test vp9-03-size-200x224 failed. Look at tests/data/fate/vp9-03-size-200x224.err for details. Test vp9-03-size-202x198 failed. Look at tests/data/fate/vp9-03-size-202x198.err for details. make: *** [fate-wavpack-lossy-8bit] Error 1/home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/vp9-03-size-200x210.rep: No space left on device make: *** [fate-vp9-03-size-200x224] Error 1 make: *** [fate-vp9-03-size-202x198] Error 1 Test vp9-03-size-200x210 failed. Look at tests/data/fate/vp9-03-size-200x210.err fTEST vp9-parallelmode-akiyo TEST vp9-segmentation-aq-akiyo TEST vp9-segmentation-sf-akiyo TEST vp9-tiling-pedestrian TEST vp9-trac3849 TEST vp9-trac4359 TEST vp9-05-resize TEST lavf-fate-ogg_vp3 TEST lavf-fate-latm TEST lavf-fate-mp3 TEST aac-ct-sbr_i-ps_i.aac TEST aac-al05_44 TEST aac-al04_44 TEST aac-al06_44 TEST aac-al07_96 TEST aac-al15_44 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-tiling-pedestrian: No space left on device make: *** [fate-vp9-tiling-pedestrian] Error 1 diff: standard output: No space left on device TEST aac-al17_44 TEST aac-al18_44 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vp9-trac3849.err: No space left on device TEST aac-am00_88 TEST aac-am05_44 diff: standard output: No space left on device diff: standard output: No space left on device diff: standard output: No space left on device make: *** [fate-vp9-trac3849] Error 1 TEST aac-al_sbr_hq_cm_48_2 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/lavf-fate-mp3.err: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/hevc-conformance-PICSIZE_C_Bossen_1.diff: No space left on device make: *** [fate-lavf-fate-mp3] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test vp9-03-size-226x200 failed. Look at tests/data/fate/vp9-03-size-226x200.err for details. cat: tests/data/fate/hevc-conformance-PICSIZE_C_Bossen_1.diff: No such file or directory TEST aac-al_sbr_hq_cm_48_5.1 TEST aac-al_sbr_hq_sr_48_2_fsaac48 make: *** [fate-vp9-03-size-226x200] Error 1 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/hevc-conformance-PICSIZE_C_Bossen_1.diff: No such file or directory Test vp9-03-size-226x198 failed. Look at tests/data/fate/vp9-03-size-226x198.err for details. make: *** [fate-vp9-03-size-226x198] Error 1 TEST aac-al_sbr_ps_06_ur /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST aac-ap05_48 cat: write error: No space left on device Test wavpack-lossy-24bit failed. Look at tests/data/fate/wavpack-lossy-24bit.err for details. make: *** [fate-wavpack-lossy-24bit] Error 2 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test hevc-conformance-OPFLAG_C_Qualcomm_1 failed. Look at tests/data/fate/hevc-conformance-OPFLAG_C_Qualcomm_1.err for details. TEST aac-er_ad6000np_44_ep0 make: *** [fate-hevc-conformance-OPFLAG_C_Qualcomm_1] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test hevc-conformance-PICSIZE_C_Bossen_1 failed. Look at tests/data/fate/hevc-conformance-PICSIZE_C_Bossen_1.err for details. make: *** [fate-hevc-conformance-PICSIZE_C_Bossen_1] Error 1 TEST aac-er_eld1001np_44_ep0 TEST aac-er_eld2000np_48_ep0 TEST aac-er_eld2100np_48_ep0 Test hevc-conformance-RPS_B_qualcomm_5 failed. Look at tests/data/fate/hevc-conformance-RPS_B_qualcomm_5.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/lavf-fate-ogg_vp3.diff: No space left on device TEST aac-ct-sbr_bic-ps_i.3gp diff: standard output: No space left on device TEST aac-ct-sbr_bc-ps_i.3gp make: *** [fate-hevc-conformance-RPS_B_qualcomm_5] Error 1 cat: tests/data/fate/lavf-fate-ogg_vp3.diff: No such file or directory TEST aac-ct-sbr_bc-ps_bc.mp4 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/lavf-fate-ogg_vp3.diff: No such file or directory TEST aac-ct-sbr_bc-ps_i.mp4 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/aac-al_sbr_hq_cm_48_5.1.err: No space left on device make: *** [fate-aac-al_sbr_hq_cm_48_5.1] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST aac-ct-sbr_i-ps_bic.mp4 diff: make: *** [fate-imc] Error 1 make: *** [fate-aac-al06_44] Error 1 make: *** [fate-nellymoser] Error 1 make: *** [fate-nellymoser-aref-encode] Error 1 TEST on2avc TEST paf-audio /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test aac-al18_44 failed. Look at tests/data/fate/aac-al18_44.err for details. TEST smacker-audio /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-aac-al18_44] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test hevc-conformance-QMATRIX_A_RExt_Sony_1 failed. Look at tests/data/fate/hevc-conformance-QMATRIX_A_RExt_Sony_1.err for details. Test vp9-trac4359 failed. Look at tests/data/fate/vp9-trac4359.err for details. TEST sierra-vmd-audio make: *** [fate-hevc-conformance-QMATRIX_A_RExt_Sony_1] Error 1 TEST ws_snd make: *** [fate-vp9-trac4359] Error 1 TEST avio-direct TEST adts-demux TEST aea-demux /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST ast Test aac-al07_96 failed. Look at tests/data/fate/aac-al07_96.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/aac-ap05_48.rep: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test aac-ap05_48 failed. Look at tests/data/fate/aac-ap05_48.err for details. make: *** [fate-aac-al07_96] Error 1 Test aac-al_sbr_hq_cm_48_2 failed. Look at tests/data/fate/aac-al_sbr_hq_cm_48_2.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/aac-al15_44.rep: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test aac-al15_44 failed. Look at tests/data/fate/aac-al15_44.err for details. TEST bink-demux make: *** [fate-aac-al_sbr_hq_cm_48_2] Error 1 make: *** [fate-aac-ap05_48] Error 1 Test aac-al05_44 failed. Look at tests/data/fate/aac-al05_44.err for details. TEST bfstm make: *** [fate-aac-al05_44] Error 1 make: *** [fate-aac-al15_44] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/aac-ct-sbr_bc-ps_bc.mp4.rep: No space left on device Test aac-am05_44 failed. Look at tests/data/fate/aac-am05_44.err for details. Test aac-ct-sbr_bc-ps_bc.mp4 failed. Look at tests/data/fate/aac-ct-sbr_bc-ps_bc.mp4.err for details. make: *** [fate-aac-am05_44] Error 1 TEST bcstm make: *** [fate-aac-ct-sbr_bc-ps_bc.mp4] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/on2avc.err: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/aac-al_sbr_hq_sr_48_2_fsaac48.rep: No space left on device Test aac-al_sbr_hq_sr_48_2_fsaac48 failed. Look at tests/data/fate/aac-al_sbr_hq_sr_48_2_fsaac48.err for details. make: *** [fate-on2avc] Error 1 TEST brstm /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-aac-al_sbr_hq_sr_48_2_fsaac48] Error 1 Test aac-ct-sbr_bc-ps_i.mp4 failed. Look at tests/data/fate/aac-ct-sbr_bc-ps_i.mp4.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test aac-er_eld2000np_48_ep0 failed. Look at tests/data/fate/aac-er_eld2000np_48_ep0.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/smacker-audio: No space left on device TEST cdxl-demux make: *** [fate-aac-er_eld2000np_48_ep0] Error 1 make: *** [fate-smacker-audio] Error 1 TEST cine-demux TEST d-cinema-demux TEST d-eavp6-demux TEST gif-demux TEST iv8-demux TEST jv-demux TEST lmlm4-demux TEST maxis-xa TEST mkv /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test aac-er_eld1001np_44_ep0 failed. Look at tests/data/fate/aac-er_eld1001np_44_ep0.err for details. cat: tests/data/fate/maxis-xa.diff: No such file or directory Test iv8-demux failed. Look at tests/data/fate/iv8-demux.err for details. make: *** [fate-hevc-conformance-PICSIZE_D_Bossen_1] Error 1 make: *** [fate-ast] Error 2 make: *** [fate-bcstm] Error 2 make: *** [fate-nc-demux] Error 1 make: *** [fate-oggvp8-demux] Error 1 make: *** [fate-oma-demux] Error 1 make: *** [fate-paf-demux] Error 1 make: *** [fate-pmp-demux] Error 1 make: *** [fate-cdxl-demux] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/hevc-conformance-LTRPSPS_A_Qualcomm_1.rep: No space left on device make: *** [fate-ws_snd] Error 2 make: *** [fate-bfstm] Error 2 make: *** [fate-iv8-demux] Error 1 make: *** [fate-rsd-demux] Error 1 make: *** [fate-redspark-demux] Error 1 make: *** [fate-psx-str-demux] Error 1 Test hevc-conformance-LTRPSPS_A_Qualcomm_1 failed. Look at tests/data/fate/hevc-conformance-LTRPSPS_A_Qualcomm_1.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/maxis-xa.diff: No such file or directory make: *** [fate-hevc-conformance-LTRPSPS_A_Qualcomm_1] Error 1 Test d-cinema-demux failed. Look at tests/data/fate/d-cinema-demux.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test bink-demux failed. Look at tests/data/fate/bink-demux.err for details. Test caf failed. Look at tests/data/fate/caf.err for details. make: *** [fate-bink-demux] Error 1 make: *** [fate-caf] Error 1 make: *** [fate-d-cinema-demux] Error 1 cat: write error: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST qcp-demux Test jv-demux failed. Look at tests/data/fate/jv-demux.err for details. make: *** [fate-jv-demux] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/d-eavp6-demux.rep: No space left on device TEST redcode-demux Test d-eavp6-demux failed. Look at tests/data/fate/d-eavp6-demux.err for details. TEST smjpeg-demux make: *** [fate-d-eavp6-demux] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST siff-demux Test maxis-xa failed. Look at tests/data/fate/maxis-xa.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/brstm.rep: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test brstm failed. Look at tests/data/fate/brstm.err for details. Test paf-audio failed. Look at tests/data/fate/paf-audio.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/sierra-vmd-audio.rep: No space left on device Test sierra-vmd-audio failed. Look at tests/data/fate/sierra-vmd-audio.err for details. make: *** [fate-sierra-vmd-audio] Error 1 make: *** [fate-brstm] Error 2 make: *** [fate-maxis-xa] Error 1 TEST westwood-aud TEST wtv-demux make: *** [fate-paf-audio] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test adts-demux failed. Look at tests/data/fate/adts-demux.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-adts-demux] Error 2 Test avio-direct failed. Look at tests/data/fate/avio-direct.err for details. TEST xmv-demux make: *** [fate-avio-direct] Error 1 TEST xwma-demux TEST ea-cdata /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/lmlm4-demux.diff: No space left on device TEST ea-cmv cat: tests/data/fate/lmlm4-demux.diff: No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/lmlm4-demux.diff: No such file or directory TEST ea-mad TEST ea-tgq /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test lmlm4-demux failed. Look at tests/data/fate/lmlm4-demux.err for details. TEST ea-tgv-1 make: *** [fate-lmlm4-demux] Error 1 TEST ea-tgv-2 TEST ea-tqi make: TEST aliaspix-bgr make: /bin/sh: line 0: echo: write error: No space left on device 1 make: *** [fate-dds-argb] Error 1 make: *** [fate-dds-argb-aexp] Error 1 diff: standard output: No space left on device TEST dds-dx10-bc1a TEST dds-dx10-bc2 TEST dds-dx10-bc3 diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/mkv.diff: No space left on device diff: standard output: No space left on device TEST dds-dx10-bc4 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test qcp-demux failed. Look at tests/data/fate/qcp-demux.err for details. cat: tests/data/fate/mkv.diff: No such file or directory make: *** [fate-qcp-demux] Error 2 TEST dds-dx10-bc5 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/mkv.diff: No such file or directory TEST dds-dxt1 TEST dds-dxt1a TEST dds-dxt1-normalmap /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test westwood-aud failed. Look at tests/data/fate/westwood-aud.err for details. TEST dds-dxt2 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test aea-demux failed. Look at tests/data/fate/aea-demux.err for details. Test mkv failed. Look at tests/data/fate/mkv.err for details. TEST dds-dxt4 make: *** [fate-aea-demux] Error 2 make: *** [fate-mkv] Error 1 TEST dds-dxt5-aexp TEST dds-dxt5-normalmap /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/dds-dx10-bc1a: No space left on device make: *** [fate-dds-dx10-bc1a] Error 1 TEST dds-dxt5-normalmap-ati TEST dds-dxt5-rbxg TEST dds-dxt5-rgxb TEST dds-dxt5-rxbg TEST dds-dxt5-rxgb TEST dds-dxt5-xgbr /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/dds-dx10-bc4.err: No space left on device make: *** [fate-dds-dx10-bc4] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/hevc-conformance-STRUCT_B_Samsung_4.diff: No space left on device TEST dds-dxt5-xgxr cat: tests/data/fate/hevc-conformance-STRUCT_B_Samsung_4.diff: No such file or directory TEST dds-dxt5-xrbg /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/dds-dx10-bc5: No space left on device make: *** [fate-dds-dx10-bc5] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/dds-dxt3.err: No space left on device diff: standard output: No space left on device TEST dds-pal TEST dds-pal-ati make: *** [fate-dds-dxt3] Error 1 TEST dds-dxt5-ycocg-scaled TEST dds-dxt5-ycocg /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/hevc-conformance-STRUCT_B_Samsung_4.diff: No such file or directory /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/hevc-conformance-STRUCT_B_Samsung_4.rep: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/dds-dxt5.err: No space left on device Test hevc-conformance-STRUCT_B_Samsung_4 failed. Look at tests/data/fate/hevc-conformance-STRUCT_B_Samsung_4.err for details. TEST dds-rgb16 make: *** [fate-hevc-conformance-STRUCT_B_Samsung_4] Error 1 make: *** [fate-dds-dxt5] Error 1 TEST dds-rgtc1s /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/dds-dxt5-normalmap: No space left on device TEST dds-rgb24 TEST dds-rgtc1u make: *** [fate-dds-dxt5-normalmap] Error 1 TEST dds-rgtc2s /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 264: tests/data/fate/ea-tgq.diff: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/dds-dxt5-rxgb.err: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST dds-rgtc2u-xy Test e*** [fate-dds-dxt5-rxgb] Error 1 TEST dds-rgtc2u make: *** [fate-ea-tgv-1] Error 1 cat: tests/data/fate/ea-tgq.diff: No such file or directory diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 282: tests/data/fate/ea-tgq.diff: No such file or directory cat: TEST exr-slice-rle TEST exr-slice-zip1 TEST exr-slice-zip16 TEST exr-slice-pxr24 TEST png-gray8 TEST png-gray16 TEST png-rgb24 TEST png-rgb48 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/exr-slice-rle: No space left on device TEST png-rgba make: *** [fate-exr-slice-rle] Error 1 TEST png-ya8 TEST png-ya16 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/exr-slice-zip1: No space left on device TEST sgi-gray make: *** [fate-exr-slice-zip1] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/exr-slice-zip16.err: No space left on device make: *** [fate-exr-slice-zip16] Error 1 TEST sgi-gray16 TEST sgi-rgb24 TEST sgi-rgb24-rle TEST sgi-rgb48 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/png-gray8.err: No space left on device TEST sgi-rgb48-rle make: *** [fate-png-gray8] Error 1 TEST sgi-rgba TEST sgi-rgba64 TEST sgi-rgba64-rle TEST sunraster-1bit-raw TEST sunraster-1bit-rle /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/png-ya16.err: No space left on device make: *** [fate-png-ya16] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/sgi-gray16.err: No space left on device TEST sunraster-8bit-raw /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/sgi-gray: No space left on device make: *** [fate-sgi-gray] Error 1 make: *** [fate-sgi-gray16] Error 1 TEST sunraster-8bit_gray-raw TEST sunraster-24bit-raw TEST sunraster-8bit-rle TEST sunraster-24bit-rle TEST targa-conformance-CBW8 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/sgi-rgb24-rle.err: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/sgi-rgb24.err: No space left on device make: *** [fate-sgi-rgb24-rle] Error 1 make: *** [fate-sgi-rgb24] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/sgi-rgb48: No space left on device make: *** [fate-sgi-rgb48] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/sgi-rgb48-rle: No space left on device make: *** [fate-sgi-rgb48-rle] Error 1 TEST targa-conformance-CCM8 TEST targa-conformance-CTC16 TEST targa-conformance-CTC24 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/sunraster-1bit-raw.err: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/sgi-rgba64.err: No space left on device TEST targa-conformance-CTC32 make: *** [fate-sgi-rgba64] Error 1 make: *** [fate-sunraster-1bit-raw] Error 1 TEST targa-conformance-UCM8 TEST targa-conformance-UBW8 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/sgi-rgba64-rle.err: No space left on device TEST targa-conformance-UTC24 make: *** [fate-sgi-rgba64-rle] Error 1 make: *** [fate-sunraster-1bit-rle] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/hevc-conformance-AMVP_C_Samsung_4.rep: No space left on device TEST targa-conformance-UTC32 TEST targa-top-to-bottom TEST tiff-fax-g3 TEST tiff-fax-g3s TEST xbm10 TEST xbm11 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/sunraster-24bit-raw: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/targa-conformance-CBW8.err: No space left on device TEST bmpparser make: *** [fate-sunraster-24bit-raw] Error 1 make: *** [fate-targa-conformance-CBW8] Error 1 TEST dpx TEST pict /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/targa-conformance-CTC32.err: No space left on device TEST pictor TEST pngparser /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/targa-conformance-CTC24.err: No space left on device TEST ptx TEST xface make: *** [fate-targa-conformance-CTC24] Error 1 make: *** [fate-targa-conformance-CTC32] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/targa-conformance-UTC32: No space left on device make: /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test xbm10 failed. Look at tests/data/fate/xbm10.err for details. Test bmpparser failed. Look at tests/data/fate/bmpparser.err for details. nce-CTC16] Error 1 make: *** [fate-targa-conformance-UTC24] Error 1 make: *** [fate-xbm11] Error 1 make: *** [fate-sgi-rgba] Error 1 make: *** [fate-sunraster-8bit_gray-raw] Error 1 make: *** [fate-sunraster-8bit-rle] Error 1 make: *** [fate-bmpparser] Error 1 Test tiff-fax-g3 failed. Look at tests/data/fate/tiff-fax-g3.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device make: *** [fate-sunraster-8bit-raw] Error 1 make: *** [fate-tiff-fax-g3] Error 1 make: *** [fate-xbm10] Error 1 Test targa-conformance-UCM8 failed. Look at tests/data/fate/targa-conformance-UCM8.err for details. /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test targa-conformance-UTC16 failed. Look at tests/data/fate/targa-conformance-UTC16.err for details. make: *** [fate-targa-conformance-UCM8] Error 1 TEST lossless-tta make: *** [fate-targa-conformance-UTC16] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test sunraster-24bit-rle failed. Look at tests/data/fate/sunraster-24bit-rle.err for details. make: *** [fate-sunraster-24bit-rle] Error 1 TEST lossless-tta-encrypted /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test targa-conformance-UBW8 failed. Look at tests/data/fate/targa-conformance-UBW8.err for details. make: *** [fate-targa-conformance-UBW8] Error 1 TEST lossless-wma TEST canopus-cllc-argb /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST canopus-cllc-rgb Test ptx failed. Look at tests/data/fate/ptx.err for details. TEST canopus-cllc-yuy2-noblock make: *** [fate-ptx] Error 1 TEST lagarith-rgb24 TEST lagarith-rgb32 TEST lagarith-yuy2 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/lossless-tta: No space left on device TEST lagarith-yv12 make: *** [fate-lossless-tta] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/lossless-tta-encrypted.err: No space left on device TEST lagarith-red make: *** [fate-lossless-tta-encrypted] Error 1 diff: standard output: No space left on device TEST loco-rgb /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/canopus-cllc-rgb.err: No space left on device TEST loco-yuy2 TEST msrle-8bit make: *** [fate-canopus-cllc-rgb] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device TEST mszh Test dpx failed. Look at tests/data/fate/dpx.err for details. make: *** [fate-dpx] Error 1 TEST vble TEST zerocodec TEST zlib TEST msmpeg4v1 TEST msvideo1-8bit /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/lagarith-yv12: No space left on device make: *** [fate-lagarith-yv12] Error 1 TEST msvideo1-16bit TEST wmv8-drm TEST wmv8-drm-nodec TEST vc1_sa00050 TEST vc1_sa10091 make: *** [fate-loco-yuy2] Error 1 TEST vc1_sa10143 TEST vc1_sa20021 TEST vc1_ilaced_twomv TEST vc1-ism TEST 8bps /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/wmv8-drm.err: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/wmv8-drm-nodec: No space left on device make: *** [fate-wmv8-drm] Error 1 make: *** [fate-wmv8-drm-nodec] Error 1 TEST qdm2 TEST qt-alaw-mono TEST qt-alaw-stereo TEST qt-ima4-mono TEST qt-mac3-mono TEST qt-ima4-stereo /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/vc1_sa10091: No space left on device make: *** [fate-vc1_sa10091] Error 1 TEST qt-mac6-mono diff: standard output: No space left on device TEST qt-mac3-stereo TEST qt-mac6-stereo TEST qt-ulaw-mono make: *** [fate-vc1-ism] Error 1 TEST qt-ulaw-stereo TEST truemotion2 TEST dxa-scummvm TEST film-cvid TEST flic-af11-palette-change TEST flic-af12 TEST flic-magiccarpet TEST frwu TEST id-cin-video TEST idroq-video-encode TEST iff-byterun1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/dxa-feeble: No space left on device make: *** [fate-dxa-feeble] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/truemotion2.err: No space left on device TEST iff-fibonacci TEST iff-ilbm make: *** [fate-truemotion2] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/flic-af11-palette-change: No space left on device TEST interplay-mve-8bit /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/film-cvid: No space left on device make: *** [fate-film-cvid] Error 1 make: *** [fate-flic-af11-palette-change] Error 1 TEST interplay-mve-16bit TEST jpeg2000-dcinema TEST jv TEST kgv1 TEST kmvc TEST mdec diff: standard output: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/iff-byterun1.err: No space left on device make: *** [fate-iff-byterun1] Error 1 TEST mdec-v3 TEST mjpegb TEST mimic TEST motionpixels /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/iff-fibonacci: No space left on device make: *** [fate-iff-fibonacci] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/iff-ilbm.err: No space left on device make: *** [fate-iff-ilbm] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/lossless-wma.rep: No space left on device Test lossless-wma failed. Look at tests/data/fate/lossless-wma.err for details. make: *** [fate-lossless-wma] Error 2 TEST mpeg2-field-enc /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/interplay-mve-16bit: No space left on device TEST mv-mvc1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/jpeg2000-dcinema: No space left on device make: *** [fate-interplay-mve-16bit] Error 1 TEST mv-mvc2 make: *** [fate-jpeg2000-dcinema] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/kgv1.err: No space left on device TEST mv-sgirle make: *** [fate-kgv1] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/mdec-v3.err: No space left on device make: *** [fate-mdec-v3] Error 1 TEST mxpeg TEST nuv-rtjpeg /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/mjpegb: No space left on device make: *** [fate-mjpegb] Error 1 TEST nuv-rtjpeg-fh TEST paf-video TEST qpeg TEST r210 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/mv-mvc1: No space left on device TEST rl2 make: *** [fate-mv-mvc1] Error 1 diff: standard output: No space left on device TEST sierra-vmd-video TEST roqvideo TEST sanm diff: standard output: No space left on device TEST smacker-video /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/mpeg2-field-enc: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/mv-sgirle.err: No space left on device make: *** [fate-mpeg2-field-enc] Error 1 make: *** [fate-mv-sgirle] Error 1 /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/mxpeg.err: No space left on device /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 254: tests/data/fate/nuv-rtjpeg: No space left on device make: *** [fate-mxpeg] Error 1 make: *** [fate-nuv-rtjpeg] Error 1 TEST smc /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: echo: write error: No space left on device Test dxa-scummvm failed. Look at tests/data/fate/dxa-scummvm.err for details. make: *** [fate-dxa-scummvm] Error 1 TEST sp5x /home/ibmcrl/ffmpeg/src/tests/fate-run.sh: line 285: tests/data/fate/flic-af12.rep: No space left on device Test flic-af12 failed. Look at tests/data/fate/flic-af12.err for details. make: *** [fate-flic-af12] Error 1 TEST tiertex-seq TEST thp TEST tmv make: *** [fate-qpeg] Error 1 cat: make: make: make: make: Target `fate' not remade because of errors.