GEN tests/pixfmts.mak HOSTCC tests/base64.o HOSTCC tests/tiny_psnr.o CC tests/api/api-flac-test.o HOSTCC tests/tiny_ssim.o HOSTCC tests/audiomatch.o CC tests/api/api-seek-test.o CC tests/api/api-threadmessage-test.o HOSTCC tests/videogen.o HOSTCC tests/audiogen.o CC tests/api/api-h264-test.o CC tests/api/api-band-test.o CC tests/api/api-codec-param-test.o CC libavcodec/dctref.o CC libavformat/tests/fifo_muxer.o GEN tests/data/hls-list.m3u8 GEN tests/data/hls-list-append.m3u8 src/tests/api/api-band-test.c: In function ‘video_decode’: src/tests/api/api-band-test.c:171:13: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^~~~~~ In file included from src/tests/api/api-band-test.c:28:0: src/libavcodec/avcodec.h:4992:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ COPY tests/data/filtergraphs/channelmap_one_int src/tests/api/api-h264-test.c: In function ‘video_decode_example’: src/tests/api/api-h264-test.c:121:13: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^~~~~~ In file included from src/tests/api/api-h264-test.c:28:0: src/libavcodec/avcodec.h:4992:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ COPY tests/data/filtergraphs/channelmap_one_str src/tests/api/api-seek-test.c: In function ‘compute_crc_of_packets’: src/tests/api/api-seek-test.c:119:13: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^~~~~~ In file included from src/tests/api/api-seek-test.c:28:0: src/libavcodec/avcodec.h:4992:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ GEN tests/data/add_keyframe_index.flv COPY tests/data/filtergraphs/scalenorm src/tests/api/api-flac-test.c: In function ‘run_test’: src/tests/api/api-flac-test.c:166:9: warning: ‘avcodec_encode_audio2’ is deprecated [-Wdeprecated-declarations] result = avcodec_encode_audio2(enc_ctx, &enc_pkt, in_frame, &got_output); ^~~~~~ In file included from src/tests/api/api-flac-test.c:30:0: src/libavcodec/avcodec.h:5468:5: note: declared here int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ src/tests/api/api-flac-test.c:174:13: warning: ‘avcodec_decode_audio4’ is deprecated [-Wdeprecated-declarations] result = avcodec_decode_audio4(dec_ctx, out_frame, &got_output, &enc_pkt); ^~~~~~ In file included from src/tests/api/api-flac-test.c:30:0: src/libavcodec/avcodec.h:4943:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ COPY tests/data/filtergraphs/concat HOSTCC tests/rotozoom.o CC libavformat/tests/seek.o COPY tests/data/filtergraphs/mergeplanes COPY tests/data/filtergraphs/hstack COPY tests/data/filtergraphs/vstack COPY tests/data/filtergraphs/overlay COPY tests/data/filtergraphs/overlay_rgb COPY tests/data/filtergraphs/overlay_yuv420 src/tests/api/api-codec-param-test.c: In function ‘try_decode_video_frame’: src/tests/api/api-codec-param-test.c:58:9: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &got_frame, pkt); ^~~ In file included from src/libavformat/avformat.h:319:0, from src/tests/api/api-codec-param-test.c:24: src/libavcodec/avcodec.h:4992:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ src/tests/api/api-codec-param-test.c: In function ‘find_video_stream_info’: src/tests/api/api-codec-param-test.c:95:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] codec_ctx = st->codec; ^~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c:120:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] codec_ctx = st->codec; ^~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c:135:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avcodec_close(st->codec); ^~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c: In function ‘dump_video_streams’: src/tests/api/api-codec-param-test.c:148:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx = st->codec; ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c: In function ‘check_video_streams’: src/tests/api/api-codec-param-test.c:199:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx1 = st1->codec; ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ src/tests/api/api-codec-param-test.c:200:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx2 = st2->codec; ^~~~~~~~~~~~~~ In file included from src/tests/api/api-codec-param-test.c:24:0: src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ COPY tests/data/filtergraphs/overlay_nv12 COPY tests/data/filtergraphs/overlay_nv21 COPY tests/data/filtergraphs/overlay_yuv422 COPY tests/data/filtergraphs/overlay_yuv444 COPY tests/data/filtergraphs/select-alternate COPY tests/data/filtergraphs/setpts COPY tests/data/filtergraphs/alphamerge_alphaextract_rgb COPY tests/data/filtergraphs/alphamerge_alphaextract_yuv COPY tests/data/filtergraphs/scale2ref_keep_aspect CC libavfilter/tests/filtfmts.o COPY tests/test_copy.ffmeta GEN tests/data/hevc-mp4.mov GEN tests/data/mp4-to-ts.m3u8 GEN tests/data/adts-to-mkv.m3u8 GEN tests/data/adts-to-mkv-header.mkv GEN tests/data/fits-multi.fits COPY tests/data/filtergraphs/hqdn3d COPY tests/data/filtergraphs/overlay-dvdsub-2397 COPY tests/data/filtergraphs/gradfun GEN tests/data/file4560-override2rotate0.mov GEN tests/data/lena-gray.fits GEN tests/data/lena-gbrp.fits GEN tests/data/lena-gbrp16.fits GEN tests/data/lena-gbrap16.fits COPY tests/data/filtergraphs/colorkey HOSTLD tests/base64 HOSTLD tests/tiny_psnr HOSTLD tests/tiny_ssim HOSTLD tests/audiomatch LD tests/api/api-threadmessage-test LD tests/api/api-flac-test LD tests/api/api-seek-test HOSTLD tests/audiogen HOSTLD tests/videogen LD tests/api/api-band-test LD tests/api/api-h264-test src/libavfilter/tests/filtfmts.c: In function ‘main’: src/libavfilter/tests/filtfmts.c:145:9: warning: ignoring return value of ‘ff_default_query_formats’, declared with attribute warn_unused_result [-Wunused-result] ff_default_query_formats(filter_ctx); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LD tests/api/api-codec-param-test CC tests/checkasm/aacpsdsp.o CC tests/checkasm/alacdsp.o CC tests/checkasm/audiodsp.o CC tests/checkasm/blockdsp.o CC tests/checkasm/bswapdsp.o CC tests/checkasm/checkasm.o CC tests/checkasm/exrdsp.o CC tests/checkasm/fixed_dsp.o CC tests/checkasm/flacdsp.o CC tests/checkasm/float_dsp.o CC tests/checkasm/fmtconvert.o CC tests/checkasm/g722dsp.o CC tests/checkasm/h264dsp.o CC tests/checkasm/h264pred.o CC tests/checkasm/h264qpel.o CC tests/checkasm/hevc_add_res.o CC tests/checkasm/hevc_idct.o CC tests/checkasm/jpeg2000dsp.o CC tests/checkasm/llviddsp.o CC tests/checkasm/pixblockdsp.o CC tests/checkasm/sbrdsp.o CC tests/checkasm/synth_filter.o CC tests/checkasm/v210enc.o CC tests/checkasm/vf_blend.o CC tests/checkasm/vf_colorspace.o CC tests/checkasm/videodsp.o CC tests/checkasm/vp8dsp.o CC tests/checkasm/vp9dsp.o CC libavcodec/tests/fft.o X86ASM tests/checkasm/x86/checkasm.o STRIP tests/checkasm/x86/checkasm.o CC libavcodec/tests/fft-fixed.o CC libavcodec/tests/fft-fixed32.o CC libavcodec/tests/avfft.o CC libavcodec/tests/avpacket.o CC libavcodec/tests/cabac.o CC libavcodec/tests/celp_math.o CC libavcodec/tests/golomb.o CC libavcodec/tests/dct.o CC libavcodec/tests/iirfilter.o CC libavcodec/tests/options.o CC libavcodec/tests/rangecoder.o CC libavcodec/tests/mathops.o CC libavcodec/tests/jpeg2000dwt.o CC libavcodec/tests/utils.o CC libavcodec/tests/mjpegenc_huffman.o CC libavcodec/tests/htmlsubtitles.o CC libavformat/tests/noproxy.o CC libavformat/tests/srtp.o src/libavcodec/tests/options.c: In function ‘test_copy’: src/libavcodec/tests/options.c:152:5: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ctx2, ctx1); ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22:0: src/libavcodec/options.c:216:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/tests/options.c:167:9: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ctx2, ctx1); ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22:0: src/libavcodec/options.c:216:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) ^~~~~~~~~~~~~~~~~~~~ CC libavformat/tests/url.o CC libavformat/tests/movenc.o CC libavutil/tests/adler32.o CC libavutil/tests/aes.o CC libavutil/tests/aes_ctr.o CC libavutil/tests/camellia.o CC libavutil/tests/cast5.o CC libavutil/tests/atomic.o CC libavutil/tests/audio_fifo.o CC libavutil/tests/avstring.o CC libavutil/tests/base64.o CC libavutil/tests/blowfish.o CC libavutil/tests/bprint.o CC libavutil/tests/cpu.o CC libavutil/tests/crc.o CC libavutil/tests/color_utils.o CC libavutil/tests/des.o CC libavutil/tests/dict.o CC libavutil/tests/eval.o CC libavutil/tests/fifo.o CC libavutil/tests/hash.o CC libavutil/tests/hmac.o CC libavutil/tests/imgutils.o CC libavutil/tests/lfg.o CC libavutil/tests/md5.o CC libavutil/tests/murmur3.o src/libavutil/tests/md5.c: In function ‘main’: src/libavutil/tests/md5.c:41:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 1000); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:89:6: note: expected ‘const uint8_t * {aka const unsigned char *}’ but argument is of type ‘volatile uint8_t * {aka volatile unsigned char *}’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ src/libavutil/tests/md5.c:43:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 63); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:89:6: note: expected ‘const uint8_t * {aka const unsigned char *}’ but argument is of type ‘volatile uint8_t * {aka volatile unsigned char *}’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ src/libavutil/tests/md5.c:45:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 64); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:89:6: note: expected ‘const uint8_t * {aka const unsigned char *}’ but argument is of type ‘volatile uint8_t * {aka volatile unsigned char *}’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ src/libavutil/tests/md5.c:47:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 65); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:89:6: note: expected ‘const uint8_t * {aka const unsigned char *}’ but argument is of type ‘volatile uint8_t * {aka volatile unsigned char *}’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ src/libavutil/tests/md5.c:51:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 999); ^~ In file included from src/libavutil/tests/md5.c:22:0: src/libavutil/md5.h:89:6: note: expected ‘const uint8_t * {aka const unsigned char *}’ but argument is of type ‘volatile uint8_t * {aka volatile unsigned char *}’ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^~~~~~~~~~ CC libavutil/tests/parseutils.o In file included from src/libavutil/tests/bprint.c:21:0: src/libavutil/bprint.c: In function ‘av_bprintf’: src/libavutil/bprint.c:105:19: warning: null destination pointer [-Wformat-truncation=] extra_len = vsnprintf(dst, room, fmt, vl); ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/bprint.c: In function ‘av_vbprintf’: src/libavutil/bprint.c:128:19: warning: null destination pointer [-Wformat-truncation=] extra_len = vsnprintf(dst, room, fmt, vl); ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavutil/tests/pixfmt_best.o CC libavutil/tests/display.o CC libavutil/tests/random_seed.o CC libavutil/tests/ripemd.o CC libavutil/tests/sha.o CC libavutil/tests/sha512.o CC libavutil/tests/tree.o CC libavutil/tests/twofish.o CC libavutil/tests/xtea.o CC libavutil/tests/tea.o CC libavutil/tests/opt.o CC libavutil/tests/cpu_init.o CC libavutil/tests/pixelutils.o CC libswscale/tests/pixdesc_query.o GEN tests/data/asynth-22050-6.wav GEN tests/data/asynth-22050-1.wav GEN tests/data/asynth-44100-2.wav GEN tests/data/asynth-44100-3.wav LD libavformat/tests/fifo_muxer GEN tests/data/asynth-44100-1.wav COPY tests/data/filtergraphs/anequalizer TEST filter-asetnsamples-pad TEST filter-asetnsamples-nopad /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-asetnsamples-pad] Error 2 TEST filter-chorus TEST filter-dcshift TEST filter-asetrate /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-asetnsamples-nopad] Error 2 TEST filter-earwax /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-dcshift] Error 2 TEST filter-extrastereo /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-asetrate] Error 2 COPY tests/data/filtergraphs/firequalizer /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-chorus] Error 2 TEST filter-tremolo COPY tests/data/filtergraphs/compand /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-earwax] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-extrastereo] Error 2 TEST filter-hls TEST filter-hls-append TEST filter-atrim-duration /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-tremolo] Error 2 TEST filter-atrim-mixed TEST filter-atrim-samples /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hls-append] Error 2 TEST filter-atrim-time /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hls] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-atrim-mixed] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-atrim-duration] Error 2 GEN tests/data/asynth-44100-6.wav TEST filter-channelmap-one-str TEST filter-channelsplit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-atrim-samples] Error 2 TEST filter-join /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-atrim-time] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-channelmap-one-str] Error 2 TEST filter-volume /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-channelsplit] Error 2 CC libavfilter/tests/formats.o TEST flv-add_keyframe_index /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-join] Error 2 TEST filter-lavd-life TEST filter-lavd-testsrc TEST filter-testsrc2-yuv420p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-volume] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-flv-add_keyframe_index] Error 2 TEST filter-testsrc2-yuv444p make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-lavd-life] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-lavd-testsrc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-testsrc2-yuv420p] Error 2 TEST filter-testsrc2-rgb24 TEST filter-testsrc2-rgba TEST filter-allrgb TEST filter-allyuv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-testsrc2-yuv444p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-testsrc2-rgba] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-rgbtestsrc make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-testsrc2-rgb24] Error 2 TEST filter-smptebars /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-smptehdbars make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-allrgb] Error 2 TEST filter-yuvtestsrc-yuv444p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-allyuv] Error 2 TEST filter-yuvtestsrc-yuv444p12 TEST filter-lavd-scalenorm TEST filter-framerate-up /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-smptebars] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-rgbtestsrc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-smptehdbars] Error 2 TEST filter-framerate-down TEST filter-concat TEST filter-mpdecimate /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-yuvtestsrc-yuv444p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-lavd-scalenorm] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-yuvtestsrc-yuv444p12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-framerate-up] Error 2 GEN tests/data/asynth-8000-1.wav GEN tests/data/asynth-2626-1.wav TEST swr-resample-s16p-44100-2626 TEST swr-resample-s16p-44100-8000 TEST swr-resample-s16p-44100-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-s16p-44100-96000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-framerate-down] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-concat] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-mpdecimate] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file GEN tests/data/asynth-48000-1.wav make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s16p-44100-2626] Error 2 GEN tests/data/asynth-96000-1.wav TEST swr-resample-s32p-2626-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-s32p-2626-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s16p-44100-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s16p-44100-48000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s16p-44100-96000] Error 2 TEST swr-resample-s32p-2626-48000 TEST swr-resample-s32p-2626-96000 TEST swr-resample-s32p-8000-2626 TEST swr-resample-s32p-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s32p-2626-8000] Error 2 TEST swr-resample-s32p-8000-48000 TEST swr-resample-s32p-8000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s32p-2626-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s32p-2626-44100] Error 2 TEST swr-resample-s32p-44100-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s32p-2626-48000] Error 2 TEST swr-resample-s32p-44100-8000 TEST swr-resample-s32p-44100-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s32p-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s32p-8000-2626] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s32p-8000-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s32p-8000-48000] Error 2 TEST swr-resample-s32p-44100-96000 TEST swr-resample-s32p-48000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s32p-44100-2626] Error 2 TEST swr-resample-s32p-48000-8000 TEST swr-resample-s32p-48000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-s32p-48000-96000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s32p-44100-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s32p-44100-48000] Error 2 TEST swr-resample-s32p-96000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-s32p-96000-8000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s32p-44100-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-s32p-96000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s32p-48000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s32p-48000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s32p-48000-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s32p-48000-96000] Error 2 TEST swr-resample-s32p-96000-48000 TEST swr-resample-fltp-2626-8000 TEST swr-resample-fltp-2626-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-fltp-2626-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s32p-96000-2626] Error 2 TEST swr-resample-fltp-2626-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s32p-96000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s32p-96000-48000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-fltp-2626-8000] Error 2 TEST swr-resample-fltp-8000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s32p-96000-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-fltp-8000-44100 TEST swr-resample-fltp-8000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-fltp-2626-44100] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-fltp-2626-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-fltp-2626-96000] Error 2 TEST swr-resample-fltp-8000-96000 TEST swr-resample-fltp-44100-2626 TEST swr-resample-fltp-44100-8000 TEST swr-resample-fltp-44100-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-fltp-8000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-fltp-8000-96000] Error 2 TEST swr-resample-fltp-44100-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-fltp-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-fltp-44100-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-fltp-48000-2626 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-fltp-8000-48000] Error 2 TEST swr-resample-fltp-48000-8000 TEST swr-resample-fltp-48000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-fltp-48000-96000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-fltp-44100-2626] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-fltp-44100-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-fltp-44100-96000] Error 2 TEST swr-resample-fltp-96000-2626 TEST swr-resample-fltp-96000-8000 TEST swr-resample-fltp-96000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-fltp-48000-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-fltp-48000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-fltp-48000-44100] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-fltp-48000-96000] Error 2 TEST swr-resample-fltp-96000-48000 TEST swr-resample-dblp-2626-8000 TEST swr-resample-dblp-2626-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-fltp-96000-2626] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-fltp-96000-8000] Error 2 TEST swr-resample-dblp-2626-48000 TEST swr-resample-dblp-2626-96000 TEST swr-resample-dblp-8000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-dblp-2626-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-fltp-96000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-fltp-96000-44100] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-dblp-2626-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-dblp-8000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-dblp-2626-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-dblp-8000-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-dblp-2626-96000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-dblp-8000-2626] Error 2 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 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-dblp-8000-48000] Error 2 TEST swr-resample-dblp-48000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-dblp-8000-96000] Error 2 TEST swr-resample-dblp-48000-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-dblp-8000-44100] Error 2 TEST swr-resample-dblp-48000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-dblp-44100-2626] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-dblp-44100-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-dblp-48000-96000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-dblp-44100-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-dblp-44100-96000] Error 2 TEST swr-resample-dblp-96000-2626 TEST swr-resample-dblp-96000-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-dblp-48000-2626] Error 2 TEST swr-resample-dblp-96000-44100 TEST swr-resample-dblp-96000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-dblp-48000-8000] Error 2 TEST swr-resample_lin-s16p-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-dblp-48000-44100] Error 2 TEST swr-resample_lin-s16p-8000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-dblp-96000-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-dblp-48000-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-dblp-96000-2626] Error 2 TEST swr-resample_lin-s16p-44100-8000 TEST swr-resample_lin-s16p-44100-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_lin-s16p-48000-8000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-dblp-96000-44100] Error 2 TEST swr-resample_lin-s16p-48000-44100 TEST swr-resample_lin-fltp-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-dblp-96000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_lin-fltp-8000-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_lin-s16p-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_lin-s16p-44100-8000] Error 2 TEST swr-resample_lin-fltp-44100-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_lin-s16p-8000-48000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_lin-s16p-44100-48000] Error 2 TEST swr-resample_lin-fltp-44100-48000 TEST swr-resample_lin-fltp-48000-8000 TEST swr-resample_lin-fltp-48000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_lin-s16p-48000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_lin-s16p-48000-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_lin-dblp-8000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_lin-fltp-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_lin-fltp-8000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_lin-dblp-8000-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_lin-fltp-44100-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_lin-fltp-44100-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_lin-fltp-48000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_lin-dblp-44100-8000 TEST swr-resample_lin-dblp-44100-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_lin-fltp-48000-8000] Error 2 TEST swr-resample_lin-dblp-48000-8000 TEST swr-resample_lin-dblp-48000-44100 TEST swr-resample_nn-s16p-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_lin-dblp-8000-44100] Error 2 TEST swr-resample_nn-s16p-44100-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_lin-dblp-44100-8000] Error 2 TEST swr-resample_nn-fltp-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_lin-dblp-8000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_lin-dblp-44100-48000] Error 2 TEST swr-resample_nn-fltp-44100-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_async-s16p-8000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_lin-dblp-48000-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_nn-s16p-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_lin-dblp-48000-44100] Error 2 TEST swr-resample_async-s16p-44100-8000 TEST swr-resample_async-fltp-44100-8000 TEST swr-resample_async-fltp-8000-44100 TEST swr-resample_exact-s16p-2626-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_nn-fltp-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_nn-s16p-44100-8000] Error 2 TEST swr-resample_exact-s16p-2626-44100 TEST swr-resample_exact-s16p-2626-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_async-fltp-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_nn-fltp-44100-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_async-s16p-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_async-fltp-44100-8000] Error 2 TEST swr-resample_exact-s16p-2626-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s16p-2626-8000] Error 2 TEST swr-resample_exact-s16p-8000-2626 TEST swr-resample_exact-s16p-8000-44100 TEST swr-resample_exact-s16p-8000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_async-s16p-44100-8000] Error 2 TEST swr-resample_exact-s16p-8000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-s16p-44100-2626 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s16p-2626-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s16p-2626-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s16p-8000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s16p-2626-96000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s16p-8000-48000] Error 2 TEST swr-resample_exact-s16p-44100-8000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s16p-8000-44100] Error 2 TEST swr-resample_exact-s16p-44100-48000 TEST swr-resample_exact-s16p-48000-2626 TEST swr-resample_exact-s16p-44100-96000 TEST swr-resample_exact-s16p-48000-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-s16p-48000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s16p-8000-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s16p-44100-2626] Error 2 TEST swr-resample_exact-s16p-48000-96000 TEST swr-resample_exact-s16p-96000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s16p-44100-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s16p-44100-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s16p-44100-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-s16p-96000-8000 TEST swr-resample_exact-s16p-96000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s16p-48000-2626] Error 2 TEST swr-resample_exact-s16p-96000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s16p-48000-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s16p-48000-44100] Error 2 TEST swr-resample_exact-s32p-2626-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s16p-96000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s16p-48000-96000] Error 2 TEST swr-resample_exact-s32p-2626-44100 TEST swr-resample_exact-s32p-2626-48000 TEST swr-resample_exact-s32p-2626-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s16p-96000-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s16p-96000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s16p-96000-48000] Error 2 TEST swr-resample_exact-s32p-8000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-s32p-8000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s32p-2626-8000] Error 2 TEST swr-resample_exact-s32p-8000-48000 TEST swr-resample_exact-s32p-8000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-s32p-44100-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-2626-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-2626-48000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-2626-96000] Error 2 TEST swr-resample_exact-s32p-44100-8000 TEST swr-resample_exact-s32p-44100-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-8000-2626] Error 2 TEST swr-resample_exact-s32p-44100-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-s32p-48000-2626 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s32p-8000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s32p-8000-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-s32p-48000-8000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s32p-44100-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-44100-8000] Error 2 TEST swr-resample_exact-s32p-48000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-s32p-48000-96000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s32p-44100-48000] Error 2 TEST swr-resample_exact-s32p-96000-2626 TEST swr-resample_exact-s32p-96000-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-s32p-96000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-44100-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s32p-48000-2626] Error 2 TEST swr-resample_exact-s32p-96000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-48000-96000] Error 2 TEST swr-resample_exact-fltp-2626-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-48000-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-48000-44100] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-96000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-s32p-96000-44100] Error 2 TEST swr-resample_exact-fltp-2626-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-fltp-2626-48000 TEST swr-resample_exact-fltp-2626-96000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-96000-8000] Error 2 TEST swr-resample_exact-fltp-8000-2626 TEST swr-resample_exact-fltp-8000-44100 TEST swr-resample_exact-fltp-8000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-s32p-96000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-fltp-2626-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-fltp-2626-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-fltp-8000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-fltp-2626-48000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-fltp-8000-2626] Error 2 TEST swr-resample_exact-fltp-44100-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-fltp-44100-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-fltp-2626-44100] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-fltp-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-fltp-44100-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-fltp-8000-48000] Error 2 TEST swr-resample_exact-fltp-44100-96000 TEST swr-resample_exact-fltp-48000-2626 TEST swr-resample_exact-fltp-48000-8000 TEST swr-resample_exact-fltp-48000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-fltp-8000-96000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-fltp-44100-2626] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-fltp-44100-8000] Error 2 TEST swr-resample_exact-fltp-48000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-fltp-96000-2626 TEST swr-resample_exact-fltp-96000-8000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-fltp-44100-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-fltp-48000-2626] Error 2 TEST swr-resample_exact-fltp-96000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-fltp-44100-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-fltp-48000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-fltp-96000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-fltp-48000-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-fltp-48000-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-fltp-96000-8000] Error 2 TEST swr-resample_exact-dblp-2626-8000 TEST swr-resample_exact-dblp-2626-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact-dblp-2626-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-fltp-96000-2626] Error 2 TEST swr-resample_exact-dblp-2626-96000 TEST swr-resample_exact-dblp-8000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-fltp-96000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-fltp-96000-48000] Error 2 TEST swr-resample_exact-dblp-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-dblp-2626-8000] Error 2 TEST swr-resample_exact-dblp-8000-48000 TEST swr-resample_exact-dblp-8000-96000 TEST swr-resample_exact-dblp-44100-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-dblp-2626-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-dblp-2626-96000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-dblp-8000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-dblp-2626-48000] Error 2 TEST swr-resample_exact-dblp-44100-8000 TEST swr-resample_exact-dblp-44100-48000 TEST swr-resample_exact-dblp-44100-96000 TEST swr-resample_exact-dblp-48000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-dblp-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-dblp-8000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-dblp-8000-96000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-dblp-44100-2626] Error 2 TEST swr-resample_exact-dblp-48000-8000 TEST swr-resample_exact-dblp-48000-44100 TEST swr-resample_exact-dblp-48000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-dblp-44100-48000] Error 2 TEST swr-resample_exact-dblp-96000-2626 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-dblp-44100-96000] Error 2 TEST swr-resample_exact-dblp-96000-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-dblp-44100-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-dblp-48000-2626] Error 2 TEST swr-resample_exact-dblp-96000-44100 TEST swr-resample_exact-dblp-96000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_async-s16p-8000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-dblp-48000-44100] Error 2 TEST swr-resample_exact_async-s16p-8000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-dblp-48000-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-dblp-48000-8000] Error 2 TEST swr-resample_exact_async-s16p-44100-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-dblp-96000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_async-s16p-44100-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact-dblp-96000-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-dblp-96000-44100] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact-dblp-96000-48000] Error 2 TEST swr-resample_exact_async-s16p-48000-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-s16p-8000-44100] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-s16p-8000-48000] Error 2 TEST swr-resample_exact_async-s16p-48000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-s16p-44100-8000] Error 2 TEST swr-resample_exact_async-s32p-8000-44100 TEST swr-resample_exact_async-s32p-8000-48000 TEST swr-resample_exact_async-s32p-44100-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_async-s32p-44100-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-s16p-44100-48000] Error 2 TEST swr-resample_exact_async-s32p-48000-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_async-s16p-48000-8000] Error 2 TEST swr-resample_exact_async-s32p-48000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-s16p-48000-44100] Error 2 TEST swr-resample_exact_async-fltp-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_async-s32p-44100-8000] Error 2 TEST swr-resample_exact_async-fltp-8000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_async-s32p-8000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_async-s32p-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_async-fltp-44100-8000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-s32p-44100-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-s32p-48000-8000] Error 2 TEST swr-resample_exact_async-fltp-44100-48000 TEST swr-resample_exact_async-fltp-48000-8000 TEST swr-resample_exact_async-fltp-48000-44100 TEST swr-resample_exact_async-dblp-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_async-s32p-48000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-fltp-8000-44100] Error 2 TEST swr-resample_exact_async-dblp-8000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_async-fltp-8000-48000] Error 2 TEST swr-resample_exact_async-dblp-44100-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_async-dblp-44100-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-fltp-44100-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-fltp-48000-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_async-fltp-48000-44100] Error 2 TEST swr-resample_exact_async-dblp-48000-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-dblp-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_async-dblp-48000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-fltp-44100-48000] Error 2 TEST swr-resample_exact_lin-s16p-2626-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_async-dblp-8000-48000] Error 2 TEST swr-resample_exact_lin-s16p-2626-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-dblp-44100-8000] Error 2 TEST swr-resample_exact_lin-s16p-2626-48000 TEST swr-resample_exact_lin-s16p-2626-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-dblp-44100-48000] Error 2 TEST swr-resample_exact_lin-s16p-8000-2626 TEST swr-resample_exact_lin-s16p-8000-44100 TEST swr-resample_exact_lin-s16p-8000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_async-dblp-48000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-2626-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-2626-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_async-dblp-48000-8000] Error 2 TEST swr-resample_exact_lin-s16p-8000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-2626-48000] Error 2 TEST swr-resample_exact_lin-s16p-44100-2626 TEST swr-resample_exact_lin-s16p-44100-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-2626-96000] Error 2 TEST swr-resample_exact_lin-s16p-44100-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s16p-8000-2626] Error 2 TEST swr-resample_exact_lin-s16p-44100-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-8000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-s16p-48000-2626 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s16p-8000-44100] Error 2 TEST swr-resample_exact_lin-s16p-48000-8000 TEST swr-resample_exact_lin-s16p-48000-44100 TEST swr-resample_exact_lin-s16p-48000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-8000-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-44100-2626] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-44100-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s16p-44100-48000] Error 2 TEST swr-resample_exact_lin-s16p-96000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s16p-48000-2626] Error 2 TEST swr-resample_exact_lin-s16p-96000-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-s16p-96000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-44100-96000] Error 2 TEST swr-resample_exact_lin-s16p-96000-48000 TEST swr-resample_exact_lin-s32p-2626-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-s32p-2626-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-48000-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-48000-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s16p-48000-44100] Error 2 TEST swr-resample_exact_lin-s32p-2626-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-s32p-2626-96000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-96000-8000] Error 2 TEST swr-resample_exact_lin-s32p-8000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-96000-2626] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s16p-96000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-s32p-8000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s16p-96000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-s32p-8000-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s32p-2626-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s32p-2626-44100] Error 2 TEST swr-resample_exact_lin-s32p-8000-96000 TEST swr-resample_exact_lin-s32p-44100-2626 TEST swr-resample_exact_lin-s32p-44100-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-s32p-44100-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s32p-2626-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s32p-2626-96000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s32p-8000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-s32p-44100-96000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s32p-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s32p-8000-48000] Error 2 TEST swr-resample_exact_lin-s32p-48000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-s32p-48000-8000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s32p-8000-96000] Error 2 TEST swr-resample_exact_lin-s32p-48000-44100 TEST swr-resample_exact_lin-s32p-48000-96000 TEST swr-resample_exact_lin-s32p-96000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s32p-44100-2626] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s32p-44100-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s32p-44100-48000] Error 2 TEST swr-resample_exact_lin-s32p-96000-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s32p-48000-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-s32p-96000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s32p-44100-96000] Error 2 TEST swr-resample_exact_lin-s32p-96000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s32p-48000-2626] Error 2 TEST swr-resample_exact_lin-fltp-2626-8000 TEST swr-resample_exact_lin-fltp-2626-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s32p-48000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s32p-48000-96000] Error 2 TEST swr-resample_exact_lin-fltp-2626-48000 TEST swr-resample_exact_lin-fltp-2626-96000 TEST swr-resample_exact_lin-fltp-8000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-s32p-96000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s32p-96000-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s32p-96000-44100] Error 2 TEST swr-resample_exact_lin-fltp-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-fltp-2626-8000] Error 2 TEST swr-resample_exact_lin-fltp-8000-48000 TEST swr-resample_exact_lin-fltp-8000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-fltp-2626-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-s32p-96000-48000] Error 2 TEST swr-resample_exact_lin-fltp-44100-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-fltp-2626-48000] Error 2 TEST swr-resample_exact_lin-fltp-44100-8000 TEST swr-resample_exact_lin-fltp-44100-48000 TEST swr-resample_exact_lin-fltp-44100-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-fltp-2626-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-fltp-8000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-fltp-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-fltp-48000-2626 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-fltp-8000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-fltp-48000-8000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-fltp-8000-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-fltp-48000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-fltp-44100-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-fltp-48000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-fltp-44100-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-fltp-44100-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-fltp-96000-2626 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-fltp-44100-96000] Error 2 TEST swr-resample_exact_lin-fltp-96000-8000 TEST swr-resample_exact_lin-fltp-96000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-fltp-96000-48000 TEST swr-resample_exact_lin-dblp-2626-8000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-fltp-48000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-fltp-48000-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-fltp-48000-44100] Error 2 TEST swr-resample_exact_lin-dblp-2626-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-dblp-2626-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-fltp-48000-96000] Error 2 TEST swr-resample_exact_lin-dblp-2626-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-fltp-96000-2626] Error 2 TEST swr-resample_exact_lin-dblp-8000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-fltp-96000-44100] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-2626-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-fltp-96000-48000] Error 2 TEST swr-resample_exact_lin-dblp-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-fltp-96000-8000] Error 2 TEST swr-resample_exact_lin-dblp-8000-48000 TEST swr-resample_exact_lin-dblp-8000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-dblp-44100-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-2626-44100] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-2626-48000] Error 2 TEST swr-resample_exact_lin-dblp-44100-8000 TEST swr-resample_exact_lin-dblp-44100-48000 TEST swr-resample_exact_lin-dblp-44100-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-2626-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-dblp-8000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-dblp-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-dblp-48000-2626 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-dblp-44100-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin-dblp-48000-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-8000-48000] Error 2 TEST swr-resample_exact_lin-dblp-48000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-8000-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-dblp-44100-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-dblp-44100-48000] Error 2 TEST swr-resample_exact_lin-dblp-48000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-44100-96000] Error 2 TEST swr-resample_exact_lin-dblp-96000-8000 TEST swr-resample_exact_lin-dblp-96000-2626 TEST swr-resample_exact_lin-dblp-96000-44100 TEST swr-resample_exact_lin-dblp-96000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin_async-s16p-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-48000-2626] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-48000-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-48000-44100] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-48000-96000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-96000-2626] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-96000-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin-dblp-96000-44100] Error 2 TEST swr-resample_exact_lin_async-s16p-8000-48000 TEST swr-resample_exact_lin_async-s16p-44100-8000 TEST swr-resample_exact_lin_async-s16p-44100-48000 TEST swr-resample_exact_lin_async-s16p-48000-8000 TEST swr-resample_exact_lin_async-s16p-48000-44100 TEST swr-resample_exact_lin_async-s32p-8000-44100 TEST swr-resample_exact_lin_async-s32p-8000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-s16p-8000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin-dblp-96000-48000] Error 2 TEST swr-resample_exact_lin_async-s32p-44100-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-s16p-44100-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-s16p-44100-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin_async-s32p-44100-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin_async-s16p-8000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-s16p-48000-44100] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-s32p-8000-44100] Error 2 TEST swr-resample_exact_lin_async-s32p-48000-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin_async-s32p-48000-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-s16p-48000-8000] Error 2 TEST swr-resample_exact_lin_async-fltp-8000-44100 TEST swr-resample_exact_lin_async-fltp-8000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin_async-s32p-8000-48000] Error 2 TEST swr-resample_exact_lin_async-fltp-44100-8000 TEST swr-resample_exact_lin_async-fltp-44100-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-s32p-44100-8000] Error 2 TEST swr-resample_exact_lin_async-fltp-48000-8000 TEST swr-resample_exact_lin_async-fltp-48000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-s32p-44100-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin_async-fltp-8000-44100] Error 2 TEST swr-resample_exact_lin_async-dblp-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-s32p-48000-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin_async-fltp-8000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample_exact_lin_async-dblp-8000-48000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin_async-s32p-48000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin_async-fltp-44100-48000] Error 2 TEST swr-resample_exact_lin_async-dblp-44100-8000 TEST swr-resample_exact_lin_async-dblp-44100-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-fltp-44100-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-fltp-48000-8000] Error 2 TEST swr-resample_exact_lin_async-dblp-48000-8000 TEST swr-resample_exact_lin_async-dblp-48000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-fltp-48000-44100] Error 2 TEST swr-audioconvert GEN tests/data/asynth-96000-6.wav TEST ffmpeg-filter_complex /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-dblp-8000-44100] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-dblp-8000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin_async-dblp-44100-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin_async-dblp-44100-48000] Error 2 TEST ffmpeg-lavfi TEST acodec-pcm-alaw /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample_exact_lin_async-dblp-48000-8000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-audioconvert] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample_exact_lin_async-dblp-48000-44100] Error 2 TEST acodec-pcm-mulaw TEST acodec-pcm-s8 TEST acodec-pcm-u8 TEST acodec-pcm-s16be TEST acodec-pcm-s16le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ffmpeg-filter_complex] Error 2 TEST acodec-pcm-u16be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-pcm-alaw] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ffmpeg-lavfi] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-mulaw] Error 2 TEST acodec-pcm-u16le make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-s8] Error 2 TEST acodec-pcm-s24be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-s16le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST acodec-pcm-s24le make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-u8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-s16be] Error 2 TEST acodec-pcm-u24be TEST acodec-pcm-u24le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-pcm-u16be] Error 2 TEST acodec-pcm-s32be TEST acodec-pcm-s32le TEST acodec-pcm-u32be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-pcm-u16le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-s24be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-u24be] Error 2 TEST acodec-pcm-u32le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-pcm-u24le] Error 2 TEST acodec-pcm-f32be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-s24le] Error 2 TEST acodec-pcm-f32le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST acodec-pcm-f64be make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-s32be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-pcm-s32le] Error 2 TEST acodec-pcm-f64le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-pcm-u32be] Error 2 TEST acodec-pcm-s8_planar TEST acodec-pcm-s16le_planar TEST acodec-pcm-s16be_planar /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-pcm-u32le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-pcm-f32be] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-pcm-f64be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-f32le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-f64le] Error 2 TEST acodec-pcm-s24le_planar TEST acodec-pcm-s32le_planar TEST acodec-adpcm-adx TEST acodec-adpcm-ima_qt TEST acodec-adpcm-ima_wav /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-pcm-s8_planar] Error 2 TEST acodec-adpcm-ms /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-s16le_planar] Error 2 TEST acodec-adpcm-swf /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-pcm-s16be_planar] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-s24le_planar] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-pcm-s32le_planar] Error 2 TEST acodec-adpcm-yamaha /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-adpcm-ima_qt] Error 2 TEST acodec-adpcm-ima_qt-trellis TEST acodec-adpcm-adx-trellis /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-adpcm-adx] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-adpcm-ima_wav] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST acodec-adpcm-ima_wav-trellis make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-adpcm-ms] Error 2 TEST acodec-adpcm-ms-trellis TEST acodec-adpcm-swf-trellis /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST acodec-adpcm-yamaha-trellis make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-adpcm-swf] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-adpcm-yamaha] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST acodec-mp2 TEST acodec-mp2fixed /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-adpcm-adx-trellis] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-adpcm-ima_qt-trellis] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-adpcm-ima_wav-trellis] Error 2 TEST acodec-alac /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-adpcm-ms-trellis] Error 2 TEST acodec-dca TEST acodec-dca2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-adpcm-swf-trellis] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-adpcm-yamaha-trellis] Error 2 TEST acodec-flac TEST acodec-flac-exact-rice TEST acodec-g723_1 TEST acodec-ra144 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-mp2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-mp2fixed] Error 2 TEST acodec-roqaudio /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-alac] Error 2 TEST acodec-s302m TEST acodec-wavpack /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-dca] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-flac] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST acodec-tta make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-dca2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-g723_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-flac-exact-rice] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file GEN tests/data/vsynth1.yuv make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-ra144] Error 2 HOSTLD tests/rotozoom GEN tests/data/vsynth3.yuv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-roqaudio] Error 2 LD libavformat/tests/seek LD libavfilter/tests/filtfmts /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-acodec-s302m] Error 2 GEN tests/data/ffprobe-test.nut TEST probe-format-roundup997 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-wavpack] Error 2 TEST probe-format-roundup1383 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-acodec-tta] Error 2 TEST probe-format-roundup1414 TEST probe-format-roundup2015 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-probe-format-roundup997] Error 2 TEST ac3-2.0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-probe-format-roundup1383] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-probe-format-roundup1414] Error 2 TEST ac3-4.0-downmix-mono TEST ac3-4.0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ac3-2.0] Error 2 TEST ac3-4.0-downmix-stereo /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-probe-format-roundup2015] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ac3-4.0-downmix-mono] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ac3-4.0] Error 2 TEST ac3-5.1 TEST ac3-5.1-downmix-mono TEST ac3-5.1-downmix-stereo TEST ac3-fixed-2.0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST ac3-fixed-4.0-downmix-mono make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ac3-4.0-downmix-stereo] Error 2 TEST ac3-fixed-5.1-downmix-mono TEST ac3-fixed-5.1-downmix-stereo /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ac3-5.1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ac3-5.1-downmix-mono] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST ac3-encode /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ac3-5.1-downmix-stereo] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ac3-fixed-2.0] Error 2 TEST ac3-fixed-encode /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ac3-fixed-4.0-downmix-mono] Error 2 TEST eac3-1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST eac3-2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ac3-fixed-5.1-downmix-mono] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ac3-fixed-5.1-downmix-stereo] Error 2 TEST eac3-3 TEST eac3-4 TEST eac3-encode /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ac3-fixed-encode] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ac3-encode] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST adpcm-afc TEST adpcm-4xm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-eac3-1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-eac3-3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST adpcm-creative make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-eac3-2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-eac3-encode] Error 2 TEST adpcm-creative-8-2bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-eac3-4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-4xm] Error 2 TEST adpcm-creative-8-2.6bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-afc] Error 2 TEST adpcm-creative-8-4bit TEST adpcm-dtk TEST adpcm-ea-1 TEST adpcm-ea-2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-creative-8-2bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-creative] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-creative-8-2.6bit] Error 2 TEST adpcm-ea-maxis-xa TEST adpcm-ea-r1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-creative-8-4bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST adpcm-ea-r2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-dtk] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-ea-2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-ea-1] Error 2 TEST adpcm-ea-r3 TEST adpcm-ima-amv TEST adpcm-ima-apc TEST adpcm-ima-dk3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-ea-maxis-xa] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-ea-r2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-ea-r1] Error 2 TEST adpcm-ima-dk4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST adpcm-ima-ea-eacs /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-ea-r3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-ima-amv] Error 2 TEST adpcm-ima-ea-sead /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-ima-apc] Error 2 TEST adpcm-ima-iss TEST adpcm-ima-rad TEST adpcm-ima-oki /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-ima-dk4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-ima-ea-eacs] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-ima-dk3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST adpcm-ima-smjpeg make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-ima-ea-sead] Error 2 TEST adpcm-ima_wav-stereo /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST adpcm-ima-ws make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-ima-oki] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-ima-rad] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-ima-iss] Error 2 TEST adpcm_ms-stereo TEST adpcm-ms-mono TEST adpcm-thp TEST adpcm-vima /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-thp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-ms-mono] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-ima_wav-stereo] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-ima-ws] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm_ms-stereo] Error 2 TEST adpcm-xa /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST atrac1-2 TEST atrac1-1 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adpcm-ima-smjpeg] Error 2 TEST atrac3-1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST atrac3-2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-vima] Error 2 TEST atrac3-3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adpcm-xa] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-atrac1-1] Error 2 TEST atrac3p-1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST atrac3p-2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-atrac1-2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-atrac3-1] Error 2 TEST bmp-1bit TEST bmp-4bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-atrac3-2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST bmp-4bit-os2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-atrac3-3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-atrac3p-1] Error 2 TEST bmp-8bit TEST bmp-8bit-os2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-atrac3p-2] Error 2 TEST bmp-15bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-bmp-1bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-bmp-4bit-os2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bmp-4bit] Error 2 TEST bmp-15bit-mask TEST bmp-16bit-mask TEST bmp-24bit TEST bmp-32bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-bmp-15bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-bmp-8bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-bmp-8bit-os2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bmp-15bit-mask] Error 2 TEST bmp-32bit-mask TEST bmp-rle8 TEST bmp-rle4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST cdxl-bitline-ham6 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-bmp-16bit-mask] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-bmp-24bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bmp-32bit] Error 2 TEST cdxl-ham6 TEST cdxl-ham8 TEST cdxl-pal8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bmp-32bit-mask] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bmp-rle8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bmp-rle4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-cdxl-bitline-ham6] Error 2 TEST cdxl-pal8-small /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST cover-art-ape make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cdxl-ham8] Error 2 TEST cover-art-flac TEST cover-art-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cdxl-pal8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-cdxl-ham6] Error 2 TEST cover-art-ogg TEST cover-art-wma-id3 TEST cover-art-wma /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cdxl-pal8-small] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cover-art-ape] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cover-art-flac] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-cover-art-m4a] Error 2 TEST cover-art-wma-metadatalib TEST cover-art-wv TEST dfa1 TEST dfa2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cover-art-ogg] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cover-art-wma] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dfa3 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-cover-art-wma-id3] Error 2 TEST dfa4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-cover-art-wv] Error 2 TEST dfa5 TEST dfa6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dfa2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-cover-art-wma-metadatalib] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dfa3] Error 2 TEST dfa7 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dfa1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dfa8 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dfa4] Error 2 TEST dfa9 TEST dfa10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dfa6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dfa5] Error 2 TEST dfa11 TEST dpcm-idroq TEST dpcm-interplay /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dfa9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dfa7] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dfa10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dfa8] Error 2 TEST dpcm-sierra TEST dpcm-xan TEST filter-acrossfade TEST filter-silenceremove /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dfa11] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dpcm-idroq] Error 2 TEST filter-stereotools /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dpcm-sierra] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dpcm-interplay] Error 2 GEN tests/data/asynth-44100-2-2.wav /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-silenceremove] Error 2 GEN tests/data/asynth-44100-2-3.wav TEST filter-aresample TEST filter-hdcd-mix /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-acrossfade] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dpcm-xan] Error 2 TEST filter-hdcd-analyze-pe TEST filter-hdcd-mix-psoff /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-hdcd-analyze-lle /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-aresample] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-stereotools] Error 2 TEST filter-hdcd-analyze-cdt TEST filter-hdcd-analyze-tgm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-hdcd-analyze-ltgm make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-hdcd-mix] Error 2 TEST filter-hdcd-analyze-pel /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hdcd-analyze-pe] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hdcd-analyze-lle] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hdcd-mix-psoff] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hdcd-analyze-cdt] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-hdcd-false-positive make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-hdcd-analyze-tgm] Error 2 TEST filter-hdcd-detect-errors TEST filter-hdcd-20bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hdcd-analyze-ltgm] Error 2 TEST filter-hdcd-mono TEST filter-hdcd-s16p TEST filter-hdcd-s32p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hdcd-analyze-pel] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-hdcd-detect-errors] Error 2 TEST flac-16-chmode-indep /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST flac-16-chmode-left_side make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hdcd-false-positive] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hdcd-20bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hdcd-s16p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-hdcd-mono] Error 2 TEST flac-16-chmode-mid_side /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-hdcd-s32p] Error 2 TEST flac-16-chmode-right_side TEST flac-16-fixed TEST flac-16-lpc-cholesky TEST flac-16-lpc-levinson /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-flac-16-chmode-left_side] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-flac-16-chmode-indep] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-flac-16-chmode-mid_side] Error 2 TEST flac-24-comp-8 TEST flac-rice-params TEST gapless-mp3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-flac-16-chmode-right_side] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-flac-16-fixed] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-flac-16-lpc-cholesky] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-flac-16-lpc-levinson] Error 2 TEST audiomatch-square-mp3 TEST audiomatch-square-aac /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-flac-24-comp-8] Error 2 TEST audiomatch-afconvert-16000-mono-lc-adts TEST audiomatch-afconvert-16000-mono-lc-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-flac-rice-params] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-gapless-mp3] Error 2 TEST audiomatch-afconvert-44100-mono-lc-adts TEST audiomatch-afconvert-44100-mono-lc-m4a TEST audiomatch-afconvert-16000-mono-he-adts /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-square-mp3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-square-aac] Error 2 TEST audiomatch-afconvert-16000-mono-he-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-16000-mono-lc-adts] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-afconvert-16000-mono-lc-m4a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST audiomatch-afconvert-44100-mono-he-adts make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-afconvert-44100-mono-lc-adts] Error 2 TEST audiomatch-afconvert-44100-mono-he-m4a TEST audiomatch-afconvert-16000-stereo-he-adts TEST audiomatch-afconvert-16000-stereo-he-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-16000-mono-he-adts] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-44100-mono-lc-m4a] Error 2 TEST audiomatch-afconvert-44100-stereo-he-adts TEST audiomatch-afconvert-44100-stereo-he-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-16000-mono-he-m4a] Error 2 TEST audiomatch-afconvert-16000-stereo-he2-adts /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-44100-mono-he-m4a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-16000-stereo-he-m4a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-afconvert-44100-mono-he-adts] Error 2 TEST audiomatch-afconvert-16000-stereo-he2-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-16000-stereo-he-adts] Error 2 TEST audiomatch-afconvert-44100-stereo-he2-adts TEST audiomatch-afconvert-44100-stereo-he2-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-44100-stereo-he-adts] Error 2 TEST audiomatch-afconvert-16000-stereo-lc-adts TEST audiomatch-afconvert-16000-stereo-lc-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-afconvert-44100-stereo-he-m4a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-afconvert-16000-stereo-he2-adts] Error 2 TEST audiomatch-afconvert-44100-stereo-lc-adts /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-16000-stereo-he2-m4a] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-44100-stereo-he2-m4a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-afconvert-44100-stereo-he2-adts] Error 2 TEST audiomatch-afconvert-44100-stereo-lc-m4a TEST audiomatch-faac-16000-mono-lc-adts TEST audiomatch-faac-16000-mono-lc-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST audiomatch-faac-44100-mono-lc-adts make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-16000-stereo-lc-m4a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-16000-stereo-lc-adts] Error 2 TEST audiomatch-faac-44100-mono-lc-m4a TEST audiomatch-faac-16000-stereo-lc-adts /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-afconvert-44100-stereo-lc-m4a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-afconvert-44100-stereo-lc-adts] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-faac-16000-mono-lc-m4a] Error 2 TEST audiomatch-faac-16000-stereo-lc-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST audiomatch-faac-44100-stereo-lc-m4a TEST audiomatch-faac-44100-stereo-lc-adts make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-faac-16000-mono-lc-adts] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-faac-44100-mono-lc-adts] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-faac-16000-stereo-lc-adts] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-faac-44100-mono-lc-m4a] Error 2 TEST audiomatch-dolby-44100-mono-lc-mp4 TEST audiomatch-dolby-44100-mono-he-mp4 TEST audiomatch-dolby-44100-stereo-he-mp4 TEST audiomatch-dolby-44100-stereo-he2-mp4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-faac-16000-stereo-lc-m4a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-faac-44100-stereo-lc-adts] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-faac-44100-stereo-lc-m4a] Error 2 TEST audiomatch-dolby-44100-stereo-lc-mp4 TEST audiomatch-nero-16000-mono-lc-m4a TEST audiomatch-nero-44100-mono-lc-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-dolby-44100-stereo-he-mp4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-dolby-44100-mono-lc-mp4] Error 2 TEST audiomatch-nero-16000-mono-he-m4a TEST audiomatch-nero-44100-mono-he-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-dolby-44100-stereo-he2-mp4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-dolby-44100-stereo-lc-mp4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-dolby-44100-mono-he-mp4] Error 2 TEST audiomatch-nero-16000-stereo-he-m4a TEST audiomatch-nero-44100-stereo-he-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-nero-16000-mono-lc-m4a] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-nero-16000-mono-he-m4a] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-nero-44100-mono-he-m4a] Error 2 TEST audiomatch-nero-16000-stereo-he2-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-nero-44100-mono-lc-m4a] Error 2 TEST audiomatch-nero-44100-stereo-he2-m4a TEST audiomatch-nero-16000-stereo-lc-m4a TEST audiomatch-nero-44100-stereo-lc-m4a TEST audiomatch-quicktime7-44100-stereo-lc-mp4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-nero-16000-stereo-he-m4a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-audiomatch-nero-44100-stereo-he-m4a] Error 2 TEST audiomatch-quicktimeX-44100-stereo-lc-m4a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-nero-16000-stereo-he2-m4a] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-nero-44100-stereo-he2-m4a] Error 2 TEST gaplessinfo-itunes1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST gaplessinfo-itunes2 TEST gaplessenc-itunes-to-ipod-aac make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-nero-16000-stereo-lc-m4a] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-nero-44100-stereo-lc-m4a] Error 2 TEST gif-color TEST gif-disposal-background /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-quicktimeX-44100-stereo-lc-m4a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audiomatch-quicktime7-44100-stereo-lc-mp4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-gaplessinfo-itunes1] Error 2 TEST gif-disposal-restore /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-gaplessenc-itunes-to-ipod-aac] Error 2 TEST gif-gray /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-gaplessinfo-itunes2] Error 2 TEST gif-deal TEST gifenc-rgb8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST gifenc-bgr8 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-gif-disposal-background] Error 2 TEST gifenc-rgb4_byte /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-gif-color] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-gif-disposal-restore] Error 2 TEST gifenc-bgr4_byte /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-gif-gray] Error 2 TEST gifenc-gray /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-gifenc-rgb8] Error 2 TEST gifenc-pal8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-gif-deal] Error 2 TEST h264-conformance-aud_mw_e /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-gifenc-bgr8] Error 2 TEST h264-conformance-ba1_ft_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-gifenc-bgr4_byte] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-ba1_sony_d make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-gifenc-rgb4_byte] Error 2 TEST h264-conformance-ba2_sony_f /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-gifenc-gray] Error 2 TEST h264-conformance-ba3_sva_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-ba_mw_d make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-gifenc-pal8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-aud_mw_e] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-bamq1_jvc_c make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-ba1_ft_c] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-ba1_sony_d] Error 2 TEST h264-conformance-bamq2_jvc_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-ba2_sony_f] Error 2 TEST h264-conformance-banm_mw_d TEST h264-conformance-basqp1_sony_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-caba1_sony_d make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-ba3_sva_c] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-ba_mw_d] Error 2 TEST h264-conformance-caba1_sva_b TEST h264-conformance-caba2_sony_e /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-bamq2_jvc_c] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-bamq1_jvc_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-caba2_sva_b make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-basqp1_sony_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-banm_mw_d] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-caba3_sony_c make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-caba1_sony_d] Error 2 TEST h264-conformance-caba3_sva_b TEST h264-conformance-caba3_toshiba_e TEST h264-conformance-cabac_mot_fld0_full /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-caba1_sva_b] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-caba2_sony_e] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-caba2_sva_b] Error 2 TEST h264-conformance-cabac_mot_frm0_full TEST h264-conformance-cabac_mot_mbaff0_full TEST h264-conformance-cabac_mot_picaff0_full /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-caba3_sony_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-caba3_sva_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-caba3_toshiba_e] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cabac_mot_fld0_full] Error 2 TEST h264-conformance-cabaci3_sony_b TEST h264-conformance-cabast3_sony_e TEST h264-conformance-cabastbr3_sony_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cabac_mot_mbaff0_full] Error 2 TEST h264-conformance-cabref3_sand_d TEST h264-conformance-cacqp3_sony_d /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cabac_mot_picaff0_full] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cabac_mot_frm0_full] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cabastbr3_sony_b] Error 2 TEST h264-conformance-cafi1_sva_c make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cabaci3_sony_b] Error 2 TEST h264-conformance-cama1_sony_c TEST h264-conformance-cama1_toshiba_b TEST h264-conformance-cama1_vtc_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cabast3_sony_e] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cabref3_sand_d] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cacqp3_sony_d] Error 2 TEST h264-conformance-cama2_vtc_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-cama3_sand_e make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cafi1_sva_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cama1_sony_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-cama3_vtc_b make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cama1_toshiba_b] Error 2 TEST h264-conformance-camaci3_sony_c TEST h264-conformance-camanl1_toshiba_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cama1_vtc_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cama2_vtc_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-camanl2_toshiba_b make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cama3_sand_e] Error 2 TEST h264-conformance-camanl3_sand_e /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cama3_vtc_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-camasl3_sony_b make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-camaci3_sony_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-camanl1_toshiba_b] Error 2 TEST h264-conformance-camp_mot_mbaff_l30 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-camp_mot_mbaff_l31 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-camanl2_toshiba_b] Error 2 TEST h264-conformance-canl1_sony_e TEST h264-conformance-canl1_sva_b TEST h264-conformance-canl1_toshiba_g /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-camanl3_sand_e] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-camasl3_sony_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-camp_mot_mbaff_l30] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-camp_mot_mbaff_l31] Error 2 TEST h264-conformance-canl2_sony_e /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-canl1_sony_e] Error 2 TEST h264-conformance-canl2_sva_b TEST h264-conformance-canl3_sony_c TEST h264-conformance-canl3_sva_b TEST h264-conformance-canl4_sva_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-canl1_toshiba_g] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-canl1_sva_b] Error 2 TEST h264-conformance-canlma2_sony_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-canl2_sva_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-canl3_sony_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-canl2_sony_e] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-canl3_sva_b] Error 2 TEST h264-conformance-canlma3_sony_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-canl4_sva_b] Error 2 TEST h264-conformance-capa1_toshiba_b TEST h264-conformance-capama3_sand_f TEST h264-conformance-capcm1_sand_e TEST h264-conformance-capcmnl1_sand_e /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-canlma2_sony_c] Error 2 TEST h264-conformance-capm3_sony_d TEST h264-conformance-caqp1_sony_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-canlma3_sony_c] Error 2 TEST h264-conformance-cavlc_mot_fld0_full_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-capama3_sand_f] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-capa1_toshiba_b] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-capcm1_sand_e] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-capcmnl1_sand_e] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-cavlc_mot_frm0_full_b make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-capm3_sony_d] Error 2 TEST h264-conformance-cavlc_mot_mbaff0_full_b TEST h264-conformance-cavlc_mot_picaff0_full_b TEST h264-conformance-cawp1_toshiba_e /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-caqp1_sony_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cavlc_mot_fld0_full_b] Error 2 TEST h264-conformance-cawp5_toshiba_e TEST h264-conformance-ci1_ft_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cavlc_mot_mbaff0_full_b] Error 2 TEST h264-conformance-ci_mw_d make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cavlc_mot_frm0_full_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cawp1_toshiba_e] Error 2 TEST h264-conformance-cvbs3_sony_c TEST h264-conformance-cvcanlma2_sony_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cavlc_mot_picaff0_full_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cawp5_toshiba_e] Error 2 TEST h264-conformance-cvfc1_sony_c TEST h264-conformance-cvfi1_sva_c TEST h264-conformance-cvfi1_sony_d /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-ci_mw_d] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-ci1_ft_b] Error 2 TEST h264-conformance-cvfi2_sony_h TEST h264-conformance-cvfi2_sva_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvbs3_sony_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvcanlma2_sony_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cvfi1_sva_c] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cvfi1_sony_d] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cvfc1_sony_c] Error 2 TEST h264-conformance-cvma1_sony_d TEST h264-conformance-cvma1_toshiba_b TEST h264-conformance-cvmanl1_toshiba_b TEST h264-conformance-cvmanl2_toshiba_b TEST h264-conformance-cvmapaqp3_sony_e /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvfi2_sva_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cvfi2_sony_h] Error 2 TEST h264-conformance-cvmaqp2_sony_g /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvma1_toshiba_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cvma1_sony_d] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cvmanl1_toshiba_b] Error 2 TEST h264-conformance-cvmaqp3_sony_d TEST h264-conformance-cvmp_mot_fld_l30_b TEST h264-conformance-cvmp_mot_frm_l31_b TEST h264-conformance-cvnlfi1_sony_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvmanl2_toshiba_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cvmapaqp3_sony_e] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cvmaqp2_sony_g] Error 2 TEST h264-conformance-cvnlfi2_sony_h TEST h264-conformance-cvpa1_toshiba_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvmaqp3_sony_d] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvmp_mot_fld_l30_b] Error 2 TEST h264-conformance-cvpcmnl1_sva_c TEST h264-conformance-cvpcmnl2_sva_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvnlfi1_sony_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-cvwp1_toshiba_e make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvmp_mot_frm_l31_b] Error 2 TEST h264-conformance-cvwp2_toshiba_e TEST h264-conformance-cvwp3_toshiba_e /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvpa1_toshiba_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cvnlfi2_sony_h] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cvpcmnl1_sva_c] Error 2 TEST h264-conformance-cvwp5_toshiba_e /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvpcmnl2_sva_c] Error 2 TEST h264-conformance-fi1_sony_e TEST h264-conformance-frext-alphaconformanceg /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvwp1_toshiba_e] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-frext-bcrm_freh10 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-cvwp2_toshiba_e] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvwp3_toshiba_e] Error 2 TEST h264-conformance-frext-brcm_freh11 TEST h264-conformance-frext-brcm_freh3 TEST h264-conformance-frext-brcm_freh4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-cvwp5_toshiba_e] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-fi1_sony_e] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-alphaconformanceg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-bcrm_freh10] Error 2 TEST h264-conformance-frext-brcm_freh5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-frext-brcm_freh8 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-brcm_freh11] Error 2 TEST h264-conformance-frext-brcm_freh9 TEST h264-conformance-frext-freh12_b TEST h264-conformance-frext-freh1_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-brcm_freh3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-brcm_freh4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-frext-freh2_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-brcm_freh8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-brcm_freh5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-freh12_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-brcm_freh9] Error 2 TEST h264-conformance-frext-freh6 TEST h264-conformance-frext-frext01_jvc_d TEST h264-conformance-frext-freh7_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-freh1_b] Error 2 TEST h264-conformance-frext-frext02_jvc_c TEST h264-conformance-frext-frext1_panasonic_c TEST h264-conformance-frext-frext2_panasonic_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-freh2_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-freh6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-freh7_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-frext01_jvc_d] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-frext02_jvc_c] Error 2 TEST h264-conformance-frext-frext3_panasonic_d TEST h264-conformance-frext-frext4_panasonic_a TEST h264-conformance-frext-frext_mmco4_sony_b TEST h264-conformance-frext-hcaff1_hhi_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-frext1_panasonic_c] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-frext2_panasonic_b] Error 2 TEST h264-conformance-frext-hcafr2_hhi_a TEST h264-conformance-frext-hcafr1_hhi_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-frext-hcafr3_hhi_a make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-frext_mmco4_sony_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-frext3_panasonic_d] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-frext-hcafr4_hhi_a make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-frext4_panasonic_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hcaff1_hhi_b] Error 2 TEST h264-conformance-frext-hcamff1_hhi_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-frext-hi422fr10_sony_b make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-hcafr2_hhi_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-frext-hi422fr13_sony_b make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hcafr1_hhi_c] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hcafr3_hhi_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-hcafr4_hhi_a] Error 2 TEST h264-conformance-frext-hi422fr1_sony_a TEST h264-conformance-frext-hi422fr6_sony_a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-frext-hpca_brcm_c make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-hcamff1_hhi_b] Error 2 TEST h264-conformance-frext-hpcadq_brcm_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hi422fr10_sony_b] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hi422fr13_sony_b] Error 2 TEST h264-conformance-frext-hpcafl_bcrm_c TEST h264-conformance-frext-hpcaflnl_bcrm_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-hi422fr1_sony_a] Error 2 TEST h264-conformance-frext-hpcalq_brcm_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hi422fr6_sony_a] Error 2 TEST h264-conformance-frext-hpcamapalq_bcrm_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-hpcadq_brcm_b] Error 2 TEST h264-conformance-frext-hpcamolq_brcm_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-hpcaflnl_bcrm_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hpca_brcm_c] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hpcafl_bcrm_c] Error 2 TEST h264-conformance-frext-hpcanl_brcm_c TEST h264-conformance-frext-hpcaq2lq_brcm_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hpcalq_brcm_b] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hpcamapalq_bcrm_b] Error 2 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-hpcvmolq_brcm_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hpcamolq_brcm_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hpcanl_brcm_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-hpcaq2lq_brcm_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-hpcvfl_bcrm_a] Error 2 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 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hpcv_brcm_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hpcvflnl_bcrm_a] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hpcvmolq_brcm_b] Error 2 TEST h264-conformance-frext-pph10i4_panasonic_a TEST h264-conformance-frext-pph10i5_panasonic_a TEST h264-conformance-frext-pph10i6_panasonic_a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-hpcvnl_brcm_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-pph10i1_panasonic_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-pph10i2_panasonic_a] Error 2 TEST h264-conformance-frext-pph10i7_panasonic_a TEST h264-conformance-frext-pph422i1_panasonic_a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-pph10i3_panasonic_a] Error 2 TEST h264-conformance-frext-pph422i2_panasonic_a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-pph10i4_panasonic_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-pph10i5_panasonic_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-pph10i6_panasonic_a] Error 2 TEST h264-conformance-frext-pph422i3_panasonic_a TEST h264-conformance-frext-pph422i4_panasonic_a TEST h264-conformance-frext-pph422i5_panasonic_a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-pph422i1_panasonic_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-frext-pph422i6_panasonic_a make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-pph10i7_panasonic_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-frext-pph422i7_panasonic_a make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-pph422i2_panasonic_a] Error 2 TEST h264-conformance-hcbp2_hhi_a TEST h264-conformance-hcmp1_hhi_a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-pph422i4_panasonic_a] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-pph422i3_panasonic_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-frext-pph422i5_panasonic_a] Error 2 TEST h264-conformance-ls_sva_d TEST h264-conformance-midr_mw_d TEST h264-conformance-mps_mw_a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-pph422i6_panasonic_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-frext-pph422i7_panasonic_a] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-hcbp2_hhi_a] Error 2 TEST h264-conformance-mr1_bt_a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-mr1_mw_a make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-hcmp1_hhi_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-midr_mw_d] Error 2 TEST h264-conformance-mr2_mw_a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-ls_sva_d] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-mr2_tandberg_e make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-mps_mw_a] Error 2 TEST h264-conformance-mr3_tandberg_b TEST h264-conformance-mr4_tandberg_c TEST h264-conformance-mr5_tandberg_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-mr1_mw_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-mr1_bt_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-mr6_bt_b make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-mr2_mw_a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-mr3_tandberg_b] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-mr4_tandberg_c] Error 2 TEST h264-conformance-mr7_bt_b TEST h264-conformance-mr8_bt_b TEST h264-conformance-mr9_bt_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-mv1_brcm_d /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-mr5_tandberg_c] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-mr2_tandberg_e] Error 2 TEST h264-conformance-nl1_sony_d /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-mr6_bt_b] Error 2 TEST h264-conformance-nl2_sony_h /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-nl3_sva_e make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-mr7_bt_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-mr8_bt_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-mr9_bt_b] Error 2 TEST h264-conformance-nlmq1_jvc_c TEST h264-conformance-nlmq2_jvc_c /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-nrf_mw_e make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-mv1_brcm_d] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-sharp_mp_field_1_b make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-nl1_sony_d] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-nl3_sva_e] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-nl2_sony_h] Error 2 TEST h264-conformance-sharp_mp_field_2_b TEST h264-conformance-sharp_mp_field_3_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-nlmq1_jvc_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-sharp_mp_paff_1r2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-nlmq2_jvc_c] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-conformance-sharp_mp_paff_2r /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-nrf_mw_e] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-sharp_mp_field_1_b] Error 2 TEST h264-conformance-sl1_sva_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-sharp_mp_field_2_b] Error 2 TEST h264-conformance-sva_ba1_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-sharp_mp_field_3_b] Error 2 TEST h264-conformance-sva_ba2_d TEST h264-conformance-sva_base_b TEST h264-conformance-sva_cl1_e /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-sharp_mp_paff_2r] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-sharp_mp_paff_1r2] Error 2 TEST h264-conformance-sva_fm1_e TEST h264-conformance-sva_nl1_b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-sl1_sva_b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-sva_ba2_d] Error 2 TEST h264-conformance-sva_nl2_e /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-sva_ba1_b] Error 2 TEST h264-reinit-large_420_8-to-small_420_8 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-sva_cl1_e] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-sva_base_b] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-sva_fm1_e] Error 2 TEST h264-reinit-small_420_8-to-large_444_10 TEST h264-reinit-small_420_9-to-small_420_8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-conformance-sva_nl1_b] Error 2 TEST h264-reinit-small_422_9-to-small_420_9 TEST h264-extreme-plane-pred /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-intra-refresh-recovery make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-conformance-sva_nl2_e] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-reinit-large_420_8-to-small_420_8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-reinit-small_420_8-to-large_444_10] Error 2 TEST h264-lossless TEST h264-3386 TEST h264-missing-frame /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-reinit-small_420_9-to-small_420_8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-reinit-small_422_9-to-small_420_9] Error 2 TEST h264-crop-to-container TEST h264-extradata-reload /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-intra-refresh-recovery] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-extreme-plane-pred] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-lossless] Error 2 TEST h264-interlace-crop /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-invalid-ref-mod make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-3386] Error 2 TEST h264-mixed-nal-coding /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-missing-frame] Error 2 TEST h264-unescaped-extradata /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-extradata-reload] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-twofields-packet make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-crop-to-container] Error 2 TEST h264-bsf-mp4toannexb TEST h264-direct-bff /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-invalid-ref-mod] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-interlace-crop] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST h264-brokensps-2580 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-mixed-nal-coding] Error 2 TEST h264-xavc-4389 TEST h264-attachment-631 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-unescaped-extradata] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-twofields-packet] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-bsf-mp4toannexb] Error 2 TEST h264-skip-nokey TEST h264-skip-nointra /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-direct-bff] Error 2 TEST hevc-bsf-mp4toannexb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-brokensps-2580] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-xavc-4389] Error 2 TEST hevc-conformance-AMP_A_Samsung_4 TEST hevc-conformance-AMP_A_Samsung_6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-attachment-631] Error 2 TEST hevc-conformance-AMP_B_Samsung_4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264-skip-nokey] Error 2 TEST hevc-conformance-AMP_B_Samsung_6 TEST hevc-conformance-AMP_D_Hisilicon /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-bsf-mp4toannexb] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-skip-nointra] Error 2 TEST hevc-conformance-AMP_E_Hisilicon /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-AMP_B_Samsung_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-AMP_A_Samsung_6] Error 2 TEST hevc-conformance-AMP_F_Hisilicon_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-AMP_A_Samsung_4] Error 2 TEST hevc-conformance-AMVP_A_MTK_4 TEST hevc-conformance-AMVP_B_MTK_4 TEST hevc-conformance-AMVP_C_Samsung_4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-AMP_D_Hisilicon] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-AMP_B_Samsung_6] Error 2 TEST hevc-conformance-AMVP_C_Samsung_6 TEST hevc-conformance-BUMPING_A_ericsson_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-AMP_E_Hisilicon] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-AMVP_A_MTK_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-AMP_F_Hisilicon_3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-AMVP_B_MTK_4] Error 2 TEST hevc-conformance-CAINIT_A_SHARP_4 TEST hevc-conformance-CAINIT_B_SHARP_4 TEST hevc-conformance-CAINIT_C_SHARP_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-AMVP_C_Samsung_4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-BUMPING_A_ericsson_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-AMVP_C_Samsung_6] Error 2 TEST hevc-conformance-CAINIT_D_SHARP_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-CAINIT_E_SHARP_3 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-CAINIT_A_SHARP_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-CAINIT_F_SHARP_3 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-CAINIT_B_SHARP_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-CAINIT_C_SHARP_3] Error 2 TEST hevc-conformance-CAINIT_G_SHARP_3 TEST hevc-conformance-CAINIT_H_SHARP_3 TEST hevc-conformance-CIP_A_Panasonic_3 TEST hevc-conformance-cip_B_NEC_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-CAINIT_D_SHARP_3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-CAINIT_E_SHARP_3] Error 2 TEST hevc-conformance-CIP_C_Panasonic_2 TEST hevc-conformance-CONFWIN_A_Sony_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-CAINIT_F_SHARP_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-CAINIT_G_SHARP_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-CIP_A_Panasonic_3] Error 2 TEST hevc-conformance-DBLK_A_SONY_3 TEST hevc-conformance-DBLK_B_SONY_3 TEST hevc-conformance-DBLK_C_SONY_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-cip_B_NEC_3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-CIP_C_Panasonic_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-CAINIT_H_SHARP_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-CONFWIN_A_Sony_1] Error 2 TEST hevc-conformance-DBLK_D_VIXS_2 TEST hevc-conformance-DBLK_E_VIXS_2 TEST hevc-conformance-DBLK_F_VIXS_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-DBLK_G_VIXS_2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-DBLK_A_SONY_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-DBLK_C_SONY_3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-DBLK_B_SONY_3] Error 2 TEST hevc-conformance-DELTAQP_A_BRCM_4 TEST hevc-conformance-DELTAQP_B_SONY_3 TEST hevc-conformance-DELTAQP_C_SONY_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-DBLK_D_VIXS_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-DBLK_E_VIXS_2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-DBLK_G_VIXS_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-DBLK_F_VIXS_2] Error 2 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 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-DELTAQP_A_BRCM_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-DELTAQP_B_SONY_3] Error 2 TEST hevc-conformance-ENTP_B_Qualcomm_1 TEST hevc-conformance-ENTP_C_Qualcomm_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-DSLICE_A_HHI_5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-DELTAQP_C_SONY_3] Error 2 TEST hevc-conformance-EXT_A_ericsson_4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-DSLICE_B_HHI_5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-DSLICE_C_HHI_5] Error 2 TEST hevc-conformance-FILLER_A_Sony_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-HRD_A_Fujitsu_2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-ENTP_A_Qualcomm_1] Error 2 TEST hevc-conformance-HRD_A_Fujitsu_3 TEST hevc-conformance-INITQP_A_Sony_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-ENTP_B_Qualcomm_1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-ENTP_C_Qualcomm_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-EXT_A_ericsson_4] Error 2 TEST hevc-conformance-ipcm_A_NEC_3 TEST hevc-conformance-ipcm_B_NEC_3 TEST hevc-conformance-ipcm_C_NEC_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-FILLER_A_Sony_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-HRD_A_Fujitsu_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-ipcm_D_NEC_3 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-HRD_A_Fujitsu_2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-INITQP_A_Sony_1] Error 2 TEST hevc-conformance-ipcm_E_NEC_2 TEST hevc-conformance-IPRED_A_docomo_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-IPRED_B_Nokia_3 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-ipcm_B_NEC_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-ipcm_A_NEC_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-IPRED_C_Mitsubishi_3 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-ipcm_C_NEC_3] Error 2 TEST hevc-conformance-LS_A_Orange_2 TEST hevc-conformance-LS_B_ORANGE_4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-ipcm_D_NEC_3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-ipcm_E_NEC_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-IPRED_B_Nokia_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-IPRED_A_docomo_2] Error 2 TEST hevc-conformance-LTRPSPS_A_Qualcomm_1 TEST hevc-conformance-MAXBINS_B_TI_4 TEST hevc-conformance-MAXBINS_C_TI_4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-MAXBINS_A_TI_4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-IPRED_C_Mitsubishi_3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-LS_A_Orange_2] Error 2 TEST hevc-conformance-MERGE_A_TI_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-LS_B_ORANGE_4] Error 2 TEST hevc-conformance-MERGE_B_TI_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-MAXBINS_B_TI_4] Error 2 TEST hevc-conformance-MERGE_C_TI_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-MAXBINS_A_TI_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-MAXBINS_C_TI_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-MERGE_D_TI_3 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-LTRPSPS_A_Qualcomm_1] Error 2 TEST hevc-conformance-MERGE_E_TI_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-MERGE_F_MTK_4 TEST hevc-conformance-MERGE_G_HHI_4 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-MERGE_A_TI_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-MERGE_B_TI_3] Error 2 TEST hevc-conformance-MVCLIP_A_qualcomm_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-MERGE_C_TI_3] Error 2 TEST hevc-conformance-MVDL1ZERO_A_docomo_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-MERGE_D_TI_3] Error 2 TEST hevc-conformance-MVEDGE_A_qualcomm_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-MERGE_F_MTK_4] Error 2 TEST hevc-conformance-NoOutPrior_A_Qualcomm_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-MERGE_G_HHI_4] Error 2 TEST hevc-conformance-NoOutPrior_B_Qualcomm_1 TEST hevc-conformance-NUT_A_ericsson_5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-MERGE_E_TI_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-MVCLIP_A_qualcomm_3] Error 2 TEST hevc-conformance-OPFLAG_A_Qualcomm_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-OPFLAG_B_Qualcomm_1 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-MVEDGE_A_qualcomm_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-MVDL1ZERO_A_docomo_3] Error 2 TEST hevc-conformance-OPFLAG_C_Qualcomm_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-NoOutPrior_A_Qualcomm_1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-NUT_A_ericsson_5] Error 2 TEST hevc-conformance-PICSIZE_A_Bossen_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-NoOutPrior_B_Qualcomm_1] Error 2 TEST hevc-conformance-PICSIZE_B_Bossen_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-PICSIZE_C_Bossen_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-OPFLAG_A_Qualcomm_1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-OPFLAG_B_Qualcomm_1] Error 2 TEST hevc-conformance-PICSIZE_D_Bossen_1 TEST hevc-conformance-PMERGE_A_TI_3 TEST hevc-conformance-PMERGE_B_TI_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-OPFLAG_C_Qualcomm_1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-PICSIZE_A_Bossen_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-PICSIZE_B_Bossen_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-PMERGE_C_TI_3 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-PICSIZE_C_Bossen_1] Error 2 TEST hevc-conformance-PMERGE_D_TI_3 TEST hevc-conformance-PMERGE_E_TI_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-POC_A_Bossen_3 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-PICSIZE_D_Bossen_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-PMERGE_A_TI_3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-PMERGE_B_TI_3] Error 2 TEST hevc-conformance-PPS_A_qualcomm_7 TEST hevc-conformance-PS_A_VIDYO_3 TEST hevc-conformance-PS_B_VIDYO_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-PMERGE_C_TI_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-PMERGE_E_TI_3] Error 2 TEST hevc-conformance-RAP_A_docomo_4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-PMERGE_D_TI_3] Error 2 TEST hevc-conformance-RAP_B_Bossen_1 TEST hevc-conformance-RPLM_A_qualcomm_4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-POC_A_Bossen_3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-PPS_A_qualcomm_7] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-PS_B_VIDYO_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-PS_A_VIDYO_3] Error 2 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 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-RAP_B_Bossen_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-RPLM_A_qualcomm_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-RAP_A_docomo_4] Error 2 TEST hevc-conformance-RPS_D_ericsson_6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-RPLM_B_qualcomm_4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-RPS_B_qualcomm_5] Error 2 TEST hevc-conformance-RPS_E_qualcomm_5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-RPS_C_ericsson_5] Error 2 TEST hevc-conformance-RPS_F_docomo_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-RPS_A_docomo_4] Error 2 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 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-RPS_D_ericsson_6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-RPS_E_qualcomm_5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-RPS_F_docomo_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-RQT_A_HHI_4] Error 2 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 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-RQT_C_HHI_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-RQT_D_HHI_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-RQT_B_HHI_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-RQT_E_HHI_4] Error 2 TEST hevc-conformance-SAO_B_MediaTek_5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-SAO_C_Samsung_4 TEST hevc-conformance-SAO_C_Samsung_5 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-RQT_F_HHI_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-RQT_G_HHI_4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-SAO_A_MediaTek_4] Error 2 TEST hevc-conformance-SAO_D_Samsung_4 TEST hevc-conformance-SAO_D_Samsung_5 TEST hevc-conformance-SAO_E_Canon_4 TEST hevc-conformance-SAO_F_Canon_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-SAO_C_Samsung_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-SAO_B_MediaTek_5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-SAO_C_Samsung_5] Error 2 TEST hevc-conformance-SAO_G_Canon_3 TEST hevc-conformance-SDH_A_Orange_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-SAO_D_Samsung_4] Error 2 TEST hevc-conformance-SLICES_A_Rovi_3 TEST hevc-conformance-SLIST_A_Sony_4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-SAO_D_Samsung_5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-SAO_E_Canon_4] Error 2 TEST hevc-conformance-SLIST_B_Sony_8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-SAO_G_Canon_3] Error 2 TEST hevc-conformance-SLIST_C_Sony_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-SLIST_D_Sony_9 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-SAO_F_Canon_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-SLIST_A_Sony_4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-SLPPLP_A_VIDYO_1 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-SDH_A_Orange_3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-SLICES_A_Rovi_3] Error 2 TEST hevc-conformance-SLPPLP_A_VIDYO_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-STRUCT_A_Samsung_5 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-SLIST_B_Sony_8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-SLIST_C_Sony_3] Error 2 TEST hevc-conformance-STRUCT_B_Samsung_4 TEST hevc-conformance-STRUCT_B_Samsung_6 TEST hevc-conformance-TILES_A_Cisco_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-SLIST_D_Sony_9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-SLPPLP_A_VIDYO_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-STRUCT_A_Samsung_5] Error 2 TEST hevc-conformance-TILES_B_Cisco_1 TEST hevc-conformance-TMVP_A_MS_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-TSCL_A_VIDYO_5 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-SLPPLP_A_VIDYO_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-STRUCT_B_Samsung_6] Error 2 TEST hevc-conformance-TSCL_B_VIDYO_4 TEST hevc-conformance-TSKIP_A_MS_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-TILES_A_Cisco_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-TILES_B_Cisco_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-STRUCT_B_Samsung_4] Error 2 TEST hevc-conformance-TUSIZE_A_Samsung_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-TMVP_A_MS_3] Error 2 TEST hevc-conformance-VPSID_A_VIDYO_1 TEST hevc-conformance-VPSID_A_VIDYO_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-TSCL_A_VIDYO_5] Error 2 TEST hevc-conformance-WP_A_Toshiba_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-TSKIP_A_MS_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-TSCL_B_VIDYO_4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-TUSIZE_A_Samsung_1] Error 2 TEST hevc-conformance-WP_B_Toshiba_3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-VPSID_A_VIDYO_1] Error 2 TEST hevc-conformance-WPP_A_ericsson_MAIN_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-VPSID_A_VIDYO_2] Error 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 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-WP_A_Toshiba_3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-WPP_A_ericsson_MAIN_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-WPP_B_ericsson_MAIN_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-WP_B_Toshiba_3] Error 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 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-WPP_C_ericsson_MAIN_2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-WPP_D_ericsson_MAIN_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hevc-conformance-WPP_A_ericsson_MAIN10_2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-WPP_E_ericsson_MAIN_2] Error 2 TEST hevc-conformance-WPP_B_ericsson_MAIN10_2 TEST hevc-conformance-WPP_C_ericsson_MAIN10_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-WPP_F_ericsson_MAIN_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-DBLK_A_MAIN10_VIXS_3] Error 2 TEST hevc-conformance-WPP_D_ericsson_MAIN10_2 TEST hevc-conformance-WPP_E_ericsson_MAIN10_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-WP_MAIN10_B_Toshiba_3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-WP_A_MAIN10_Toshiba_3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-WPP_A_ericsson_MAIN10_2] Error 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 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-WPP_C_ericsson_MAIN10_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-WPP_B_ericsson_MAIN10_2] Error 2 TEST hevc-conformance-IPCM_A_RExt_NEC /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-WPP_E_ericsson_MAIN10_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-WPP_D_ericsson_MAIN10_2] Error 2 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 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-ADJUST_IPRED_ANGLE_A_RExt_Mitsubishi_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-INITQP_B_Sony_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-WPP_F_ericsson_MAIN10_2] Error 2 TEST hevc-conformance-IPCM_B_RExt_NEC TEST hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-IPCM_A_RExt_NEC] Error 2 TEST hevc-conformance-SAO_A_RExt_MediaTek_1 TEST hevc-paramchange-yuv420p-yuv420p10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-Main_422_10_A_RExt_Sony_1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-Main_422_10_B_RExt_Sony_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-QMATRIX_A_RExt_Sony_1] Error 2 TEST hevc-extradata-reload TEST indeo4 TEST indeo5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-IPCM_B_RExt_NEC] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-paramchange-yuv420p-yuv420p10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hevc-conformance-SAO_A_RExt_MediaTek_1] Error 2 TEST matroska-remux TEST mov-3elist TEST mov-3elist-1ctts /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-extradata-reload] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-indeo4] Error 2 TEST mov-1elist-1ctts /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mov-1elist-noctts make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-indeo5] Error 2 TEST mov-elist-starts-ctts-2ndsample /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-matroska-remux] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mov-3elist] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mov-3elist-1ctts] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mov-1elist-1ctts] Error 2 TEST mov-1elist-ends-last-bframe TEST mov-2elist-elist1-ends-bframe TEST mov-3elist-encrypted TEST mov-gpmf-remux TEST mp3-float-conf-compl /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mov-1elist-noctts] Error 2 TEST mp3-float-conf-he_32khz /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mov-2elist-elist1-ends-bframe] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mov-elist-starts-ctts-2ndsample] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mov-1elist-ends-last-bframe] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mov-3elist-encrypted] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mov-gpmf-remux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mp3-float-conf-he_44khz TEST mp3-float-conf-he_48khz make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mp3-float-conf-compl] Error 2 TEST mp3-float-conf-hecommon TEST mp3-float-conf-si TEST mp3-float-extra_overread TEST mp3-float-conf-si_block /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mp3-float-conf-he_32khz] Error 2 TEST mpc7-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mp3-float-conf-he_44khz] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mp3-float-conf-he_48khz] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mpc8-demux make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mp3-float-conf-si_block] Error 2 TEST musepack7 TEST mpeg4-resolution-change-down-down /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mpeg4-resolution-change-down-up make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mp3-float-conf-hecommon] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mp3-float-conf-si] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mp3-float-extra_overread] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mpc7-demux] Error 2 TEST mpeg4-resolution-change-up-down TEST mpeg4-bsf-unpack-bframes /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mpc8-demux] Error 2 TEST mpeg4-resolution-change-up-up TEST mpeg4-packed /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-musepack7] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mpeg4-resolution-change-down-down] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mpeg4-resolution-change-down-up] Error 2 TEST m4v /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST m4v-cfr make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mpeg4-resolution-change-up-down] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mpeg4-bsf-unpack-bframes] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mxf-missing-index-demux make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mpeg4-resolution-change-up-up] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mpeg4-packed] Error 2 TEST mxf-essencegroup-demux TEST mxf-multiple-components-demux TEST mxf-metadata-source-ref1 TEST mxf-metadata-source-ref2 TEST iff-pcm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-m4v-cfr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mxf-missing-index-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-m4v] Error 2 TEST pcm_dvd /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mxf-essencegroup-demux] Error 2 TEST pcm-planar /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mxf-multiple-components-demux] Error 2 TEST pcm_s16be-stereo TEST pcm_s16le-stereo TEST pcm_u8-mono /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mxf-metadata-source-ref1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mxf-metadata-source-ref2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST pcm_u8-stereo make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-iff-pcm] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-pcm_dvd] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST w64 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-pcm-planar] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-pcm_s16be-stereo] Error 2 TEST theora-coeff-level64 TEST theora-offset /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp31 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-pcm_s16le-stereo] Error 2 TEST vp60 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-pcm_u8-mono] Error 2 TEST vp61 TEST vp6a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-theora-coeff-level64] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-pcm_u8-stereo] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-theora-offset] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-w64] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp31] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp60] Error 2 TEST vp6a-skip_alpha TEST vp6f TEST vp8-alpha TEST webm-dash-manifest TEST webm-dash-manifest-unaligned-video-streams /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp61] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp6a] Error 2 TEST webm-dash-manifest-unaligned-audio-streams TEST webm-dash-manifest-representations TEST webm-dash-manifest-live /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp6f] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-webm-dash-manifest-unaligned-video-streams] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-webm-dash-manifest] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp6a-skip_alpha] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-alpha] Error 2 TEST webm-dash-manifest-live-bandwidth TEST vp8-2451 TEST vp8-test-vector-001 TEST vp8-test-vector-002 TEST vp8-test-vector-003 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-webm-dash-manifest-unaligned-audio-streams] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-webm-dash-manifest-representations] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-webm-dash-manifest-live] Error 2 TEST vp8-test-vector-004 TEST vp8-test-vector-005 TEST vp8-test-vector-006 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-webm-dash-manifest-live-bandwidth] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-test-vector-001] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-2451] Error 2 TEST vp8-test-vector-007 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-test-vector-002] Error 2 TEST vp8-test-vector-008 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp8-test-vector-003] Error 2 TEST vp8-test-vector-009 TEST vp8-test-vector-010 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp8-test-vector-004] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp8-test-vector-011 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-test-vector-006] Error 2 TEST vp8-test-vector-012 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp8-test-vector-005] Error 2 TEST vp8-test-vector-013 TEST vp8-test-vector-014 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp8-test-vector-009] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp8-test-vector-008] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-test-vector-010] Error 2 TEST vp8-test-vector-015 TEST vp8-test-vector-016 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp8-test-vector-012] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-test-vector-011] Error 2 TEST vp8-test-vector-017 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-test-vector-007] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp8-sign-bias make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp8-test-vector-013] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp8-size-change make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp8-test-vector-014] Error 2 TEST wavpack-lossless-8bit TEST wavpack-lossless-12bit TEST wavpack-lossless-16bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-test-vector-017] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-test-vector-015] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-sign-bias] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-test-vector-016] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp8-size-change] Error 2 TEST wavpack-lossless-24bit TEST wavpack-lossless-32bit TEST wavpack-lossless-float TEST wavpack-lossy-16bit TEST wavpack-lossy-8bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-lossless-16bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-lossless-8bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-lossless-12bit] Error 2 TEST wavpack-lossy-24bit TEST wavpack-lossy-32bit TEST wavpack-lossy-float /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-lossless-32bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-lossless-float] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wavpack-lossless-24bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wavpack-lossy-8bit] Error 2 TEST wavpack-channels-monofloat TEST wavpack-channels-monoint TEST wavpack-channels-4.0 TEST wavpack-channels-5.1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-lossy-16bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-lossy-24bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-lossy-float] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST wavpack-channels-6.1 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wavpack-lossy-32bit] Error 2 TEST wavpack-channels-7.1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST wavpack-speed-default /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wavpack-channels-monofloat] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wavpack-channels-monoint] Error 2 TEST wavpack-speed-fast /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST wavpack-speed-high make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-channels-4.0] Error 2 TEST wavpack-speed-vhigh /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-channels-5.1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST wavpack-clipping make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wavpack-channels-6.1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wavpack-channels-7.1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST wavpack-cuesheet make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wavpack-speed-default] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wavpack-speed-fast] Error 2 TEST wavpack-falsestereo TEST wavpack-zerolsbs /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-speed-high] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST wavpack-matroskamode make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wavpack-speed-vhigh] Error 2 TEST wavpack-matroska_mux-mono /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST wavpack-matroska_mux-61 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-clipping] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST wmapro-2ch make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wavpack-cuesheet] Error 2 TEST wmapro-5.1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wavpack-falsestereo] Error 2 TEST wmapro-ism TEST wmavoice-7k /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-zerolsbs] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-matroska_mux-61] Error 2 TEST wmavoice-11k /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST wmavoice-19k /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-matroska_mux-mono] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wmapro-5.1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wavpack-matroskamode] Error 2 TEST wmav1-encode TEST wmav2-encode /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wmapro-2ch] Error 2 TEST xvid-custom-matrix /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wmapro-ism] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wmavoice-7k] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wmavoice-11k] Error 2 TEST xvid-idct /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST alac-16-level-0 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wmavoice-19k] Error 2 TEST alac-16-level-1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST alac-16-level-2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wmav1-encode] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wmav2-encode] Error 2 TEST alac-16-lpc-orders /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-xvid-custom-matrix] Error 2 TEST alac-24-level-0 TEST alac-24-level-1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST alac-24-level-2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-alac-16-level-0] Error 2 TEST alac-24-lpc-orders /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-xvid-idct] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-alac-16-level-2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-alac-16-level-1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mpeg4-als-conformance-00 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-alac-16-lpc-orders] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-alac-24-level-0] Error 2 TEST mpeg4-als-conformance-01 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mpeg4-als-conformance-02 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-alac-24-level-1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-alac-24-level-2] Error 2 TEST mpeg4-als-conformance-03 TEST mpeg4-als-conformance-04 TEST mpeg4-als-conformance-05 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-alac-24-lpc-orders] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST amrnb-4k75 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mpeg4-als-conformance-00] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mpeg4-als-conformance-01] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mpeg4-als-conformance-02] Error 2 TEST amrnb-5k15 TEST amrnb-5k9 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST amrnb-6k7 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mpeg4-als-conformance-04] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mpeg4-als-conformance-05] Error 2 TEST amrnb-7k4 TEST amrnb-7k95 TEST amrnb-10k2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-amrnb-7k4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mpeg4-als-conformance-03] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-amrnb-4k75] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-amrnb-5k15] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-amrnb-5k9] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-amrnb-6k7] Error 2 TEST amrnb-12k2 TEST amrwb-6k60 TEST amrwb-8k85 TEST amrwb-12k65 TEST amrwb-14k25 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-amrnb-7k95] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-amrnb-10k2] Error 2 TEST amrwb-15k85 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-amrnb-12k2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-amrwb-8k85] Error 2 TEST amrwb-18k25 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-amrwb-6k60] Error 2 TEST amrwb-19k85 TEST amrwb-23k05 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-amrwb-14k25] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST amrwb-23k85 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-amrwb-12k65] Error 2 TEST amrwb-23k85-2 TEST dnxhd-mbaff TEST dnxhr-444 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-amrwb-18k25] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-amrwb-19k85] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-amrwb-15k85] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dnxhr-12bit make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-amrwb-23k05] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-amrwb-23k85-2] Error 2 TEST dnxhr-parse TEST dnxhr-prefix1 TEST dnxhr-prefix2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dnxhr-prefix3 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dnxhd-mbaff] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-amrwb-23k85] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dnxhr-444] Error 2 TEST dnxhr-prefix4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dnxhr-12bit] Error 2 TEST dnxhr-prefix5 TEST dpxparser /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST indeo2-delta make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dnxhr-parse] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dnxhr-prefix1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dnxhr-prefix3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dnxhr-prefix2] Error 2 TEST indeo2-intra TEST indeo3-1 TEST indeo3-2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mss1-pal /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dnxhr-prefix4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dnxhr-prefix5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dpxparser] Error 2 TEST mss2-pal TEST mss2-pals TEST mss2-rgb555 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-indeo2-intra] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-indeo2-delta] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-indeo3-1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mss2-rgb555s make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-indeo3-2] Error 2 TEST mss2-wmv TEST mts2-xesc TEST wmv3-drm-dec /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mss1-pal] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mss2-pal] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mss2-pals] Error 2 TEST wmv3-drm-nodec TEST lossless-monkeysaudio-380-normal TEST lossless-monkeysaudio-380-extrahigh /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mss2-rgb555] Error 2 TEST lossless-monkeysaudio-388-normal /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mss2-rgb555s] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mts2-xesc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wmv3-drm-dec] Error 2 TEST lossless-monkeysaudio-388-extrahigh make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mss2-wmv] Error 2 TEST lossless-monkeysaudio-389b1-normal /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lossless-monkeysaudio-389b1-extrahigh make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wmv3-drm-nodec] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lossless-monkeysaudio-391b1-normal make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lossless-monkeysaudio-380-normal] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-monkeysaudio-380-extrahigh] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lossless-monkeysaudio-388-normal] Error 2 TEST lossless-monkeysaudio-391b1-extrahigh TEST lossless-monkeysaudio-392b2-normal TEST lossless-monkeysaudio-392b2-extrahigh /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-monkeysaudio-388-extrahigh] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lossless-monkeysaudio-394b1-normal make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lossless-monkeysaudio-389b1-extrahigh] Error 2 TEST lossless-monkeysaudio-394b1-extrahigh /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-monkeysaudio-389b1-normal] Error 2 TEST lossless-monkeysaudio-399 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lossless-monkeysaudio-391b1-normal] Error 2 TEST opus-testvector01 TEST opus-testvector02 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-monkeysaudio-391b1-extrahigh] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-monkeysaudio-392b2-normal] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lossless-monkeysaudio-394b1-extrahigh] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lossless-monkeysaudio-394b1-normal] Error 2 TEST opus-testvector03 TEST opus-testvector04 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-monkeysaudio-392b2-extrahigh] Error 2 TEST opus-testvector05 TEST opus-testvector06 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-monkeysaudio-399] Error 2 TEST opus-testvector07 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-opus-testvector01] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-opus-testvector02] Error 2 TEST opus-testvector08 TEST opus-testvector09 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-opus-testvector03] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-opus-testvector04] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-opus-testvector05] Error 2 TEST opus-testvector10 TEST opus-testvector11 TEST opus-testvector12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-opus-testvector06] Error 2 TEST opus-tron.6ch.tinypkts TEST pixlet-rgb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-opus-testvector07] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-opus-testvector08] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-opus-testvector10] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-opus-testvector11] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST prores-422 TEST prores-422_hq /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-opus-testvector09] Error 2 TEST prores-422_lt make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-opus-testvector12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST prores-422_proxy /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-opus-tron.6ch.tinypkts] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-pixlet-rgb] Error 2 TEST prores-alpha TEST prores-alpha_skip TEST prores-transparency TEST prores-transparency_skip /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-prores-422] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-prores-422_hq] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-prores-422_lt] Error 2 TEST prores-gray TEST qtrle-1bit TEST qtrle-2bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-prores-422_proxy] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-prores-alpha] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST qtrle-4bit make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-prores-alpha_skip] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-prores-transparency] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST qtrle-8bit make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-prores-transparency_skip] Error 2 TEST qtrle-16bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-prores-gray] Error 2 TEST qtrle-24bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST qtrle-32bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-qtrle-1bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-qtrle-2bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-qtrle-4bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST fic-avi make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-qtrle-8bit] Error 2 TEST g2m2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-qtrle-16bit] Error 2 TEST g2m3 TEST g2m4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-qtrle-24bit] Error 2 TEST iscc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-qtrle-32bit] Error 2 TEST rscc-8bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST rscc-16bit make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fic-avi] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-g2m2] Error 2 TEST rscc-24bit TEST rscc-32bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-g2m3] Error 2 TEST screenpresso-16bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-g2m4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-iscc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rscc-8bit] Error 2 TEST screenpresso-24bit TEST screenpresso-32bit TEST tdsc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rscc-16bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rscc-24bit] Error 2 TEST tscc2-avi /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rscc-32bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST tscc2-mov /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST utvideo_rgb_left make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-screenpresso-16bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-screenpresso-32bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST utvideo_rgb_median make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-screenpresso-24bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST utvideo_rgba_left TEST utvideo_rgba_median make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-tdsc] Error 2 TEST utvideo_rgba_single_symbol /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST utvideo_yuv420_left make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-tscc2-avi] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-tscc2-mov] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideo_rgb_left] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideo_rgb_median] Error 2 TEST utvideo_yuv420_median TEST utvideo_yuv422_left TEST utvideo_yuv422_median /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideo_rgba_left] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideo_rgba_median] Error 2 TEST vorbis-encode /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideo_rgba_single_symbol] Error 2 TEST vorbis-1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideo_yuv420_left] Error 2 TEST vorbis-2 TEST vorbis-3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vorbis-4 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideo_yuv420_median] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-utvideo_yuv422_left] Error 2 TEST vorbis-5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vorbis-encode] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-1] Error 2 TEST vorbis-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vorbis-7 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideo_yuv422_median] Error 2 TEST vorbis-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vorbis-3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vorbis-9 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vorbis-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-5] Error 2 TEST vorbis-10 TEST vorbis-11 TEST vorbis-12 TEST vorbis-13 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vorbis-6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-8] Error 2 TEST vorbis-14 TEST vorbis-15 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vorbis-16 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-10] Error 2 TEST vorbis-17 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vorbis-11] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vorbis-12] Error 2 TEST vorbis-18 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-13] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-14] Error 2 TEST vorbis-19 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-15] Error 2 TEST vorbis-20 TEST truemotion1-15 TEST truemotion1-24 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vorbis-17] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-16] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-18] Error 2 TEST truemotion2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST truemotion2rt-low make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vorbis-19] Error 2 TEST truemotion2rt-mid /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp5 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-truemotion1-15] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-truemotion1-24] Error 2 TEST truemotion2rt-high /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vorbis-20] Error 2 TEST vp7 TEST vp9-00-quantizer-00 TEST vp9-00-quantizer-01 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-truemotion2rt-low] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-truemotion2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-02 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-truemotion2rt-mid] Error 2 TEST vp9-00-quantizer-03 TEST vp9-00-quantizer-04 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-05 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-truemotion2rt-high] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-00] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-01] Error 2 TEST vp9-00-quantizer-06 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-08 TEST vp9-00-quantizer-07 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-02] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-03] Error 2 TEST vp9-00-quantizer-09 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-04] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-05] Error 2 TEST vp9-00-quantizer-10 TEST vp9-00-quantizer-11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-12 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-06] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-07] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-13 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-08] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-09] Error 2 TEST vp9-00-quantizer-14 TEST vp9-00-quantizer-15 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-10] Error 2 TEST vp9-00-quantizer-16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-17 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-12] Error 2 TEST vp9-00-quantizer-18 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-11] Error 2 TEST vp9-00-quantizer-19 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-14] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-20 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-13] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-15] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-16] Error 2 TEST vp9-00-quantizer-21 TEST vp9-00-quantizer-22 TEST vp9-00-quantizer-23 TEST vp9-00-quantizer-24 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-17] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-18] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-19] Error 2 TEST vp9-00-quantizer-25 TEST vp9-00-quantizer-26 TEST vp9-00-quantizer-27 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-21] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-20] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-28 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-22] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-24] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-29 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-23] Error 2 TEST vp9-00-quantizer-30 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-25] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-26] Error 2 TEST vp9-00-quantizer-31 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-32 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-27] Error 2 TEST vp9-00-quantizer-33 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-28] Error 2 TEST vp9-00-quantizer-34 TEST vp9-00-quantizer-35 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-29] Error 2 TEST vp9-00-quantizer-36 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-30] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-31] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-32] Error 2 TEST vp9-00-quantizer-37 TEST vp9-00-quantizer-38 TEST vp9-00-quantizer-39 TEST vp9-00-quantizer-40 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-33] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-35] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-34] Error 2 TEST vp9-00-quantizer-41 TEST vp9-00-quantizer-42 TEST vp9-00-quantizer-43 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-36] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-37] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-38] Error 2 TEST vp9-00-quantizer-44 TEST vp9-00-quantizer-45 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-40] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-39] Error 2 TEST vp9-00-quantizer-46 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-47 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-41] Error 2 TEST vp9-00-quantizer-48 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-42] Error 2 TEST vp9-00-quantizer-49 TEST vp9-00-quantizer-50 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-43] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-44] Error 2 TEST vp9-00-quantizer-51 TEST vp9-00-quantizer-52 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-45] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-46] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-47] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-48] Error 2 TEST vp9-00-quantizer-53 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-54 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-49] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-50] Error 2 TEST vp9-00-quantizer-55 TEST vp9-00-quantizer-56 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-57 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-51] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-52] Error 2 TEST vp9-00-quantizer-58 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-53] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-54] Error 2 TEST vp9-00-quantizer-59 TEST vp9-00-quantizer-60 TEST vp9-00-quantizer-61 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-55] Error 2 TEST vp9-00-quantizer-62 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-57] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-00-quantizer-63 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-56] Error 2 TEST vp9-01-sharpness-1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-59] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-58] Error 2 TEST vp9-01-sharpness-2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-61] Error 2 TEST vp9-01-sharpness-3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-00-quantizer-60] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-62] Error 2 TEST vp9-01-sharpness-4 TEST vp9-01-sharpness-6 TEST vp9-01-sharpness-5 TEST vp9-01-sharpness-7 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-00-quantizer-63] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-01-sharpness-1] Error 2 TEST vp9-02-size-08x08 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-01-sharpness-3] Error 2 TEST vp9-02-size-08x10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-01-sharpness-2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-01-sharpness-4] Error 2 TEST vp9-02-size-08x16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-01-sharpness-5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-01-sharpness-6] Error 2 TEST vp9-02-size-08x18 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-02-size-08x32 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-01-sharpness-7] Error 2 TEST vp9-02-size-08x34 TEST vp9-02-size-08x64 TEST vp9-02-size-08x66 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-08x10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-08x18] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-08x08] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-08x34] Error 2 TEST vp9-02-size-10x08 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-02-size-10x10 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-08x32] Error 2 TEST vp9-02-size-10x16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-08x16] Error 2 TEST vp9-02-size-10x18 TEST vp9-02-size-10x32 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-08x64] Error 2 TEST vp9-02-size-10x34 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-08x66] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-10x10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-10x08] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-02-size-10x64 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-10x16] Error 2 TEST vp9-02-size-10x66 TEST vp9-02-size-16x08 TEST vp9-02-size-16x10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-02-size-16x16 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-10x18] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-10x32] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-10x34] Error 2 TEST vp9-02-size-16x18 TEST vp9-02-size-16x34 TEST vp9-02-size-16x32 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-10x64] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-10x66] Error 2 TEST vp9-02-size-16x64 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-16x08] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-16x16] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-02-size-16x66 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-16x10] Error 2 TEST vp9-02-size-18x08 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-16x18] Error 2 TEST vp9-02-size-18x10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-02-size-18x16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-16x32] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-16x34] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-16x64] Error 2 TEST vp9-02-size-18x18 TEST vp9-02-size-18x32 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-16x66] Error 2 TEST vp9-02-size-18x34 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-18x10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-18x08] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-18x16] Error 2 TEST vp9-02-size-18x64 TEST vp9-02-size-18x66 TEST vp9-02-size-32x08 TEST vp9-02-size-32x10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-18x18] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-18x32] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-18x34] Error 2 TEST vp9-02-size-32x16 TEST vp9-02-size-32x18 TEST vp9-02-size-32x32 TEST vp9-02-size-32x34 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-32x08] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-32x10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-18x64] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-18x66] Error 2 TEST vp9-02-size-32x64 TEST vp9-02-size-32x66 TEST vp9-02-size-34x08 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-02-size-34x10 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-32x16] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-32x18] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-02-size-34x16 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-32x32] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-32x34] Error 2 TEST vp9-02-size-34x18 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-32x66] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-02-size-34x32 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-32x64] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-34x10] Error 2 TEST vp9-02-size-34x34 TEST vp9-02-size-34x64 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-34x08] Error 2 TEST vp9-02-size-34x66 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-34x16] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-34x18] Error 2 TEST vp9-02-size-64x08 TEST vp9-02-size-64x10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-34x32] Error 2 TEST vp9-02-size-64x16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-02-size-64x18 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-34x64] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-34x66] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-34x34] Error 2 TEST vp9-02-size-64x32 TEST vp9-02-size-64x34 TEST vp9-02-size-64x64 TEST vp9-02-size-64x66 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-64x08] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-64x10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-64x18] Error 2 TEST vp9-02-size-66x08 TEST vp9-02-size-66x10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-64x16] Error 2 TEST vp9-02-size-66x16 TEST vp9-02-size-66x18 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-64x32] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-64x34] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-64x66] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-64x64] Error 2 TEST vp9-02-size-66x32 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-02-size-66x34 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-66x08] Error 2 TEST vp9-02-size-66x64 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-02-size-66x66 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-66x10] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-66x16] Error 2 TEST vp9-03-size-196x196 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-66x18] Error 2 TEST vp9-03-size-196x198 TEST vp9-03-size-196x200 TEST vp9-03-size-196x202 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-66x32] Error 2 TEST vp9-03-size-196x208 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-02-size-66x66] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-66x34] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-02-size-66x64] Error 2 TEST vp9-03-size-196x210 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-196x224 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-196x196] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-196x198] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-196x200] Error 2 TEST vp9-03-size-196x226 TEST vp9-03-size-198x196 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-198x198 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-196x202] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-198x200 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-196x208] Error 2 TEST vp9-03-size-198x202 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-196x224] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-196x210] Error 2 TEST vp9-03-size-198x208 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-198x210 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-196x226] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-198x196] Error 2 TEST vp9-03-size-198x224 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-198x200] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-198x226 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-198x198] Error 2 TEST vp9-03-size-200x196 TEST vp9-03-size-200x198 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-198x202] Error 2 TEST vp9-03-size-200x200 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-198x208] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-198x224] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-200x202 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-198x210] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-198x226] Error 2 TEST vp9-03-size-200x208 TEST vp9-03-size-200x210 TEST vp9-03-size-200x224 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-200x226 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-200x196] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-200x198] Error 2 TEST vp9-03-size-202x196 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-200x202] Error 2 TEST vp9-03-size-202x198 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-200x208] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-202x200 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-200x200] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-200x210] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-200x226] Error 2 TEST vp9-03-size-202x202 TEST vp9-03-size-202x208 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-202x210 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-200x224] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-202x196] Error 2 TEST vp9-03-size-202x224 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-202x226 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-202x198] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-202x200] Error 2 TEST vp9-03-size-208x196 TEST vp9-03-size-208x198 TEST vp9-03-size-208x200 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-202x208] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-202x202] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-202x210] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-202x226] Error 2 TEST vp9-03-size-208x202 TEST vp9-03-size-208x208 TEST vp9-03-size-208x210 TEST vp9-03-size-208x224 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-202x224] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-208x198] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-208x196] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-208x200] Error 2 TEST vp9-03-size-208x226 TEST vp9-03-size-210x196 TEST vp9-03-size-210x198 TEST vp9-03-size-210x200 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-208x202] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-208x208] Error 2 TEST vp9-03-size-210x202 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-210x208 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-208x224] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-208x210] Error 2 TEST vp9-03-size-210x210 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-208x226] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-210x224 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-210x198] Error 2 TEST vp9-03-size-210x226 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-210x196] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-210x200] Error 2 TEST vp9-03-size-224x196 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-224x198 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-210x208] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-210x202] Error 2 TEST vp9-03-size-224x200 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-210x210] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-210x224] Error 2 TEST vp9-03-size-224x202 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-210x226] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-03-size-224x208 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-224x196] Error 2 TEST vp9-03-size-224x210 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-224x198] Error 2 TEST vp9-03-size-224x224 TEST vp9-03-size-224x226 TEST vp9-03-size-226x196 TEST vp9-03-size-226x198 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-224x200] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-224x202] Error 2 TEST vp9-03-size-226x200 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-224x210] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-224x224] Error 2 TEST vp9-03-size-226x202 TEST vp9-03-size-226x208 TEST vp9-03-size-226x210 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-224x208] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-226x196] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-226x198] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-224x226] Error 2 TEST vp9-03-size-226x224 TEST vp9-03-size-226x226 TEST vp9-03-deltaq /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9p1-04-yuv422 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-226x200] Error 2 TEST vp9p1-04-yuv440 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-226x208] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-226x202] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-226x210] Error 2 TEST vp9p1-04-yuv444 TEST vp9p2-20-10bit-yuv420 TEST vp9p2-20-12bit-yuv420 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-deltaq] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-03-size-226x224] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-03-size-226x226] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9p1-04-yuv440] Error 2 TEST vp9p3-20-10bit-yuv422 TEST vp9p3-20-10bit-yuv440 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9p1-04-yuv422] Error 2 TEST vp9p3-20-10bit-yuv444 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9p1-04-yuv444] Error 2 TEST vp9p3-20-12bit-yuv422 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9p2-20-12bit-yuv420] Error 2 TEST vp9p3-20-12bit-yuv440 TEST vp9p3-20-12bit-yuv444 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-06-bilinear make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9p2-20-10bit-yuv420] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9p3-20-10bit-yuv440] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-09-lf_deltas make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9p3-20-10bit-yuv422] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9p3-20-10bit-yuv444] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-10-show-existing-frame make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9p3-20-12bit-yuv422] Error 2 TEST vp9-10-show-existing-frame2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vp9-15-segkey_adpq make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9p3-20-12bit-yuv440] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9p3-20-12bit-yuv444] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-06-bilinear] Error 2 TEST vp9-16-intra-only TEST vp9-2pass-akiyo TEST vp9-parallelmode-akiyo /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-09-lf_deltas] Error 2 TEST vp9-segmentation-aq-akiyo TEST vp9-segmentation-sf-akiyo TEST vp9-tiling-pedestrian /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-10-show-existing-frame] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-10-show-existing-frame2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-15-segkey_adpq] Error 2 TEST vp9-trac3849 TEST vp9-trac4359 TEST vp9-05-resize /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-parallelmode-akiyo] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-16-intra-only] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-2pass-akiyo] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-fate-ogg_vp3 TEST lavf-fate-ogg_vp8 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-segmentation-aq-akiyo] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-segmentation-sf-akiyo] Error 2 TEST lavf-fate-latm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-tiling-pedestrian] Error 2 TEST lavf-fate-mp3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-fate-mov_qtrle_mace6 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-trac3849] Error 2 TEST lavf-fate-avi_cram /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vp9-trac4359] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vp9-05-resize] Error 2 TEST segment-mp4-to-ts TEST segment-adts-to-mkv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-fate-ogg_vp8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file GEN tests/data/adts-to-mkv-cated-000.mkv make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-fate-ogg_vp3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file GEN tests/data/adts-to-mkv-cated-001.mkv make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-fate-latm] Error 2 GEN tests/data/adts-to-mkv-cated-002.mkv GEN tests/data/adts-to-mkv-cated-all.mkv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-fate-mov_qtrle_mace6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST aac-ct-sbr_i-ps_i.aac make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-fate-mp3] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-fate-avi_cram] Error 2 TEST aac-al04_44 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST aac-al05_44 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-segment-adts-to-mkv] Error 2 TEST aac-al04sf_48 TEST aac-al06_44 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-segment-mp4-to-ts] Error 2 TEST aac-al07_96 TEST aac-al15_44 TEST aac-al17_44 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST aac-al18_44 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-ct-sbr_i-ps_i.aac] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST aac-am00_88 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-al05_44] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-al04sf_48] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-al04_44] Error 2 TEST aac-am05_44 TEST aac-al_sbr_hq_cm_48_5.1 TEST aac-al_sbr_hq_cm_48_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-al17_44] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-al06_44] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-al15_44] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-al07_96] Error 2 TEST aac-al_sbr_ps_04_ur TEST aac-al_sbr_hq_sr_48_2_fsaac48 TEST aac-al_sbr_ps_06_ur TEST aac-ap05_48 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-al18_44] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-am00_88] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-am05_44] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-al_sbr_hq_cm_48_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-al_sbr_hq_cm_48_5.1] Error 2 TEST aac-er_ad6000np_44_ep0 TEST aac-er_eld1001np_44_ep0 TEST aac-er_eld2000np_48_ep0 TEST aac-er_eld2100np_48_ep0 TEST aac-ct-sbr_bc-ps_i.3gp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-al_sbr_hq_sr_48_2_fsaac48] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-al_sbr_ps_06_ur] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST aac-ct-sbr_bic-ps_i.3gp make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-al_sbr_ps_04_ur] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-er_ad6000np_44_ep0] Error 2 TEST aac-ct-sbr_bc-ps_bc.mp4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-ap05_48] Error 2 TEST aac-ct-sbr_bc-ps_i.mp4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-er_eld1001np_44_ep0] Error 2 TEST aac-ct-sbr_i-ps_bic.mp4 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-er_eld2000np_48_ep0] Error 2 TEST aac-ct-sbr_i-ps_i.mp4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-er_eld2100np_48_ep0] Error 2 TEST aac-fixed-al04_44 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-ct-sbr_bc-ps_i.3gp] Error 2 TEST aac-fixed-al05_44 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-ct-sbr_bic-ps_i.3gp] Error 2 TEST aac-fixed-al06_44 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST aac-fixed-al15_44 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-ct-sbr_bc-ps_bc.mp4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-ct-sbr_i-ps_bic.mp4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-ct-sbr_bc-ps_i.mp4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-fixed-al04_44] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST aac-fixed-al17_44 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-ct-sbr_i-ps_i.mp4] Error 2 TEST aac-fixed-al18_44 TEST aac-fixed-al_sbr_hq_cm_48_2 TEST aac-fixed-al_sbr_hq_cm_48_5.1 TEST aac-fixed-al_sbr_hq_sr_48_2_fsaac48 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-fixed-al05_44] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-fixed-al06_44] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-fixed-al15_44] Error 2 TEST aac-fixed-ap05_48 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-fixed-al17_44] Error 2 TEST aac-fixed-er_ad6000np_44_ep0 TEST aac-fixed-er_eld1001np_44_ep0 TEST aac-fixed-er_eld2000np_48_ep0 TEST aac-latm_000000001180bc60 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-fixed-al18_44] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-fixed-al_sbr_hq_cm_48_5.1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST aac-latm_stereo_to_51 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-fixed-al_sbr_hq_cm_48_2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-fixed-al_sbr_hq_sr_48_2_fsaac48] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-fixed-ap05_48] Error 2 TEST aac-aref-encode /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-fixed-er_ad6000np_44_ep0] Error 2 TEST aac-ln-encode TEST aac-ln-encode-128k TEST aac-pns-encode TEST aac-tns-encode /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-fixed-er_eld1001np_44_ep0] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-fixed-er_eld2000np_48_ep0] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST aac-is-encode make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-latm_000000001180bc60] Error 2 TEST aac-ms-encode /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-latm_stereo_to_51] Error 2 TEST aac-ltp-encode /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-aref-encode] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-ln-encode] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST aac-yoraw-encode make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-pns-encode] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-ln-encode-128k] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-tns-encode] Error 2 TEST aac-pred-encode TEST aac-autobsf-adtstoasc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST apng-clock make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-is-encode] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST apng-osample make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-ms-encode] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-ltp-encode] Error 2 TEST binkaudio-dct /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST binkaudio-rdft make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-yoraw-encode] Error 2 TEST bmv-audio TEST delphine-cin-audio TEST dss-lp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aac-autobsf-adtstoasc] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-apng-clock] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aac-pred-encode] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-apng-osample] Error 2 TEST dss-sp TEST imc TEST nellymoser GEN tests/data/asynth-16000-1.wav /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-binkaudio-dct] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-binkaudio-rdft] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-delphine-cin-audio] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dss-lp] Error 2 TEST on2avc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bmv-audio] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST paf-audio make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dss-sp] Error 2 TEST sierra-vmd-audio /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST smacker-audio make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imc] Error 2 TEST ws_snd TEST dca-xll_51_16_192_768_0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dca-xll_51_16_192_768_0-dmix_2 TEST dca-xll_51_16_192_768_0-dmix_6 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-nellymoser] Error 2 TEST dca-xll_51_16_192_768_1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-on2avc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-paf-audio] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sierra-vmd-audio] Error 2 TEST dca-xll_51_16_192_768_1-dmix_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ws_snd] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-smacker-audio] Error 2 TEST dca-xll_51_16_192_768_1-dmix_6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_51_16_192_768_0-dmix_2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_51_16_192_768_0-dmix_6] Error 2 TEST dca-xll_51_24_48_768 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_51_16_192_768_0] Error 2 TEST dca-xll_51_24_48_768-dmix_2 TEST dca-xll_51_24_48_768-dmix_6 TEST dca-xll_51_24_48_none /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_51_16_192_768_1] Error 2 TEST dca-xll_51_24_48_none-dmix_2 TEST dca-xll_51_24_48_none-dmix_6 TEST dca-xll_71_24_48_768_0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_51_16_192_768_1-dmix_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dca-xll_71_24_48_768_0-dmix_2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_51_24_48_768] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_51_16_192_768_1-dmix_6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_51_24_48_768-dmix_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_51_24_48_none] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_51_24_48_none-dmix_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dca-xll_71_24_48_768_0-dmix_6 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_71_24_48_768_0] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_51_24_48_768-dmix_6] Error 2 TEST dca-xll_71_24_48_768_1 TEST dca-xll_71_24_48_768_1-dmix_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dca-xll_71_24_48_768_1-dmix_6 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_51_24_48_none-dmix_6] Error 2 TEST dca-xll_71_24_96_768 TEST dca-xll_71_24_96_768-dmix_2 TEST dca-xll_71_24_96_768-dmix_6 TEST dca-xll_x96_51_24_96_1509 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_71_24_48_768_0-dmix_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_71_24_48_768_1-dmix_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_71_24_48_768_1] Error 2 TEST dca-xll_x96_51_24_96_1509-dmix_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dca-xll_x96_51_24_96_1509-dmix_6 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_71_24_48_768_0-dmix_6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dca-xll_xch_61_24_48_768 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_71_24_48_768_1-dmix_6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_71_24_96_768] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dca-xll_xch_61_24_48_768-dmix_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_71_24_96_768-dmix_2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_71_24_96_768-dmix_6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_x96_51_24_96_1509] Error 2 TEST dca-xll_xch_61_24_48_768-dmix_6 TEST dca-core_51_24_48_768_0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dca-core_51_24_48_768_1 TEST dca-x96_51_24_96_1509 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_x96_51_24_96_1509-dmix_2] Error 2 TEST dca-x96_xch_61_24_96_3840 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_xch_61_24_48_768] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xll_x96_51_24_96_1509-dmix_6] Error 2 TEST dca-x96_xxch_71_24_96_3840 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_xch_61_24_48_768-dmix_2] Error 2 TEST dca-xbr_51_24_48_3840 TEST dca-xbr_xch_61_24_48_3840 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-core_51_24_48_768_0] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dca-xbr_xxch_71_24_48_3840 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-core_51_24_48_768_1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll_xch_61_24_48_768-dmix_6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-x96_xch_61_24_96_3840] Error 2 TEST dca-xch_61_24_48_768 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-x96_51_24_96_1509] Error 2 TEST dca-xxch_71_24_48_2046 TEST dca-core_51_24_48_768_1-dmix_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-x96_xxch_71_24_96_3840] Error 2 TEST dca-x96_xxch_71_24_96_3840-dmix_2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xbr_51_24_48_3840] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xbr_xch_61_24_48_3840] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-xbr_xxch_71_24_48_3840] Error 2 TEST dca-x96_xxch_71_24_96_3840-dmix_6 TEST dca-xch_61_24_48_768-dmix_6 TEST dca-core TEST dca-xll /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dts_es /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xch_61_24_48_768] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xxch_71_24_48_2046] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-core_51_24_48_768_1-dmix_2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-x96_xxch_71_24_96_3840-dmix_2] Error 2 TEST avio-direct TEST adts-demux TEST adts-id3v1-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST aea-demux make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xch_61_24_48_768-dmix_6] Error 2 TEST ast /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-x96_xxch_71_24_96_3840-dmix_6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dca-xll] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dts_es] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dca-core] Error 2 TEST bink-demux TEST bfstm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-avio-direct] Error 2 TEST bcstm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST brstm make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adts-demux] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adts-id3v1-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST caf make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aea-demux] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ast] Error 2 TEST cine-demux TEST cdxl-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bfstm] Error 2 TEST d-cinema-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST d-eavp6-demux make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-bink-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bcstm] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-brstm] Error 2 TEST fits-demux TEST flv-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-caf] Error 2 TEST gif-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-cdxl-demux] Error 2 TEST iv8-demux TEST jv-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lmlm4-demux make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-d-eavp6-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-cine-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-d-cinema-demux] Error 2 TEST maxis-xa /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mkv make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fits-demux] Error 2 TEST mkv-1242 TEST mlv-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-flv-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-gif-demux] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-jv-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-iv8-demux] Error 2 TEST mov-mp3-demux TEST ts-opus-demux TEST mtv TEST mxf-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-maxis-xa] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mkv] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lmlm4-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mlv-demux] Error 2 TEST nc-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mkv-1242] Error 2 TEST nistsphere-demux TEST nsv-demux TEST oggopus-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mov-mp3-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST oggvp8-demux make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ts-opus-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mtv] Error 2 TEST oma-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mxf-demux] Error 2 TEST paf-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST pmp-demux make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-nc-demux] Error 2 TEST rsd-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST redspark-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-nistsphere-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-nsv-demux] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-oggopus-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-oggvp8-demux] Error 2 TEST psx-str-demux TEST pva-demux TEST qcp-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST redcode-demux make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-oma-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-paf-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST siff-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-pmp-demux] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-redspark-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rsd-demux] Error 2 TEST smjpeg-demux TEST wav-ac3 TEST westwood-aud /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST wtv-demux make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-psx-str-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-pva-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-qcp-demux] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-redcode-demux] Error 2 TEST xmv-demux TEST xwma-demux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST ts-demux make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-siff-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-smjpeg-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wav-ac3] Error 2 TEST ea-cdata /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-westwood-aud] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wtv-demux] Error 2 TEST ea-cmv TEST ea-mad TEST ea-tgq TEST ea-tgv-1 TEST ea-tgv-2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-xwma-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-xmv-demux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ts-demux] Error 2 TEST ea-tqi /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST fifo-muxer-h264 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ea-cdata] Error 2 TEST fifo-muxer-wav /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ea-tgq] Error 2 TEST filter-owdenoise-sample /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ea-mad] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ea-tgv-2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-delogo make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ea-cmv] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ea-tgv-1] Error 2 TEST filter-yadif-mode0 TEST filter-yadif-mode1 TEST filter-yadif10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ea-tqi] Error 2 TEST filter-yadif16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fifo-muxer-h264] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fifo-muxer-wav] Error 2 TEST filter-w3fdif-simple TEST filter-w3fdif-complex TEST filter-mcdeint-fast /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-delogo] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-owdenoise-sample] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-yadif-mode0] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-yadif-mode1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-yadif16] Error 2 TEST filter-mcdeint-medium /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-yadif10] Error 2 TEST filter-codecview-mvs TEST filter-showpalette TEST filter-palettegen-1 TEST filter-palettegen-2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-paletteuse-nodither /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-mcdeint-fast] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-w3fdif-complex] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-w3fdif-simple] Error 2 TEST filter-paletteuse-bayer TEST filter-paletteuse-sierra2_4a TEST filter-overlay_yuv420_yuva420 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-mcdeint-medium] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-codecview-mvs] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-palettegen-1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-palettegen-2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-showpalette] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-paletteuse-nodither] Error 2 TEST filter-overlay_yuv422_yuva422 TEST filter-overlay_yuv444_yuva444 TEST filter-overlay_rgb_rgba TEST filter-overlay_gbrp_gbrap TEST filter-overlay_yuva420_yuva420 TEST filter-overlay_yuva422_yuva422 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-paletteuse-sierra2_4a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-paletteuse-bayer] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-overlay_yuv420_yuva420] Error 2 TEST filter-overlay_yuva444_yuva444 TEST filter-overlay_rgba_rgba TEST filter-overlay_gbrap_gbrap /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-overlay_yuv422_yuva422] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-overlay_yuv444_yuva444] Error 2 TEST filter-hqdn3d-sample /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-overlay_gbrp_gbrap] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-overlay_rgb_rgba] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-overlay_yuva422_yuva422] Error 2 TEST filter-overlay-dvdsub-2397 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-hq2x make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-overlay_yuva420_yuva420] Error 2 TEST filter-hq3x TEST filter-hq4x /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-overlay_rgba_rgba] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-2xbr make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-overlay_yuva444_yuva444] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-overlay_gbrap_gbrap] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-hqdn3d-sample] Error 2 TEST filter-3xbr TEST filter-4xbr TEST filter-curves /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-overlay-dvdsub-2397] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hq2x] Error 2 TEST filter-gradfun-sample TEST filter-fps-cfr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hq3x] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hq4x] Error 2 TEST filter-fps /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-2xbr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-fps-r /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-3xbr] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-curves] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-meta-4560-rotate0 TEST filter-refcmp-psnr-rgb make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-4xbr] Error 2 TEST filter-refcmp-psnr-yuv TEST filter-refcmp-ssim-rgb TEST filter-refcmp-ssim-yuv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-fps] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-fps-cfr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-gradfun-sample] Error 2 TEST fitsdec-ext_data_min_max /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-meta-4560-rotate0] Error 2 TEST fitsdec-blank_bitpix32 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-fps-r] Error 2 TEST fitsdec-bitpix-32 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-refcmp-psnr-rgb] Error 2 TEST fitsdec-bitpix-64 TEST fitsdec-multi /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST fitsdec-gray make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-refcmp-ssim-rgb] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-refcmp-ssim-yuv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-refcmp-psnr-yuv] Error 2 TEST fitsdec-gbrp TEST fitsdec-gbrp16 TEST fitsdec-gbrap16 TEST fitsenc-gray /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fitsdec-ext_data_min_max] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fitsdec-blank_bitpix32] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fitsdec-bitpix-32] Error 2 TEST fitsenc-gray16be make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fitsdec-bitpix-64] Error 2 TEST fitsenc-gbrp TEST fitsenc-gbrap /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fitsdec-gbrp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fitsdec-gray] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fitsdec-multi] Error 2 TEST fitsenc-gbrp16be TEST fitsenc-gbrap16be TEST aliaspix-bgr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fitsdec-gbrap16] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fitsenc-gray] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST aliaspix-gray make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fitsdec-gbrp16] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fitsenc-gbrp] Error 2 TEST brenderpix-24 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fitsenc-gray16be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fitsenc-gbrap] Error 2 TEST brenderpix-565 TEST brenderpix-defpal TEST brenderpix-intpal TEST brenderpix-y400a TEST dds-alpha8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fitsenc-gbrp16be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fitsenc-gbrap16be] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aliaspix-bgr] Error 2 TEST dds-argb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aliaspix-gray] Error 2 TEST dds-argb-aexp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-brenderpix-24] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-brenderpix-565] Error 2 TEST dds-dx10-bc1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dds-dx10-bc1a make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-brenderpix-defpal] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-brenderpix-y400a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dds-dx10-bc2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-brenderpix-intpal] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-alpha8] Error 2 TEST dds-dx10-bc3 TEST dds-dx10-bc4 TEST dds-dx10-bc5 TEST dds-dxt1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dds-dxt1a make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-argb] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-argb-aexp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dx10-bc1a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dx10-bc2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dx10-bc1] Error 2 TEST dds-dxt1-normalmap TEST dds-dxt2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dds-dxt3 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-dx10-bc3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-dx10-bc4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-dx10-bc5] Error 2 TEST dds-dxt4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dds-dxt5 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dxt1] Error 2 TEST dds-dxt5-aexp TEST dds-dxt5-normalmap /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-dxt1a] Error 2 TEST dds-dxt5-normalmap-ati /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dxt1-normalmap] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dxt2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dxt3] Error 2 TEST dds-dxt5-rbxg TEST dds-dxt5-rgxb TEST dds-dxt5-rxbg TEST dds-dxt5-rxgb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dds-dxt5-xgbr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-dxt4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-dxt5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dxt5-aexp] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dxt5-normalmap] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dxt5-normalmap-ati] Error 2 TEST dds-dxt5-xgxr TEST dds-dxt5-xrbg TEST dds-dxt5-ycocg TEST dds-dxt5-ycocg-scaled TEST dds-monob /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-dxt5-rbxg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-dxt5-rgxb] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dxt5-rxbg] Error 2 TEST dds-pal /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dxt5-rxgb] Error 2 TEST dds-pal-ati TEST dds-rgb1555 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-dxt5-xgbr] Error 2 TEST dds-rgb16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dds-rgb24 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-dxt5-xgxr] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-dxt5-ycocg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-monob] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dxt5-xrbg] Error 2 TEST dds-rgb555 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-dxt5-ycocg-scaled] Error 2 TEST dds-rgba TEST dds-rgtc1s /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-pal] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-pal-ati] Error 2 TEST dds-rgtc1u TEST dds-rgtc2s TEST dds-rgtc2u /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-rgb1555] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dds-rgtc2u-xy make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-rgb24] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-rgb16] Error 2 TEST dds-uyvy TEST dds-xbgr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dds-xrgb make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-rgb555] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-rgba] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-rgtc1s] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-rgtc1u] Error 2 TEST dds-y /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-rgtc2u] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-rgtc2s] Error 2 TEST dds-ya TEST dds-ycocg TEST dds-yuyv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-rgtc2u-xy] Error 2 TEST exr-slice-raw TEST exr-slice-rle /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-uyvy] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-xbgr] Error 2 TEST exr-slice-zip1 TEST exr-slice-zip16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-xrgb] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-slice-pxr24 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-y] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-ya] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dds-yuyv] Error 2 TEST exr-rgb-scanline-pxr24-float-12x8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-rgba-multiscanline-half-b44 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dds-ycocg] Error 2 TEST exr-rgb-scanline-float-b44 TEST exr-rgb-scanline-half-b44-12x8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-slice-raw] Error 2 TEST exr-rgb-scanline-half-b44-13x9 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-slice-zip1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-slice-rle] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-slice-pxr24] Error 2 TEST exr-rgb-tile-float-raw-12x8 TEST exr-rgb-tile-float-raw-150x130 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-rgb-tile-half-raw-12x8 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-slice-zip16] Error 2 TEST exr-rgba-scanline-float-half-b44-13x9-l1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-scanline-float-b44] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-rgba-scanline-float-half-b44-13x9-l2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgba-multiscanline-half-b44] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-scanline-half-b44-13x9] Error 2 TEST exr-rgba-scanline-float-half-b44-12x8-l1 TEST exr-rgba-scanline-float-half-b44-12x8-l2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-rgba-scanline-float-half-b44a-12x8-l1 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-pxr24-float-12x8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-tile-float-raw-12x8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-tile-float-raw-150x130] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-scanline-half-b44-12x8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgba-scanline-float-half-b44-13x9-l1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-tile-half-raw-12x8] Error 2 TEST exr-rgba-scanline-float-half-b44a-12x8-l2 TEST exr-rgba-scanline-float-half-b44a-13x9-l1 TEST exr-rgba-scanline-float-half-b44a-13x9-l2 TEST exr-rgb-tile-pxr24-float-half-l1 TEST exr-rgb-tile-pxr24-float-half-l2 TEST exr-rgb-tile-pxr24-half-float-l1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgba-scanline-float-half-b44-13x9-l2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgba-scanline-float-half-b44-12x8-l2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgba-scanline-float-half-b44a-12x8-l1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgba-scanline-float-half-b44-12x8-l1] Error 2 TEST exr-rgb-tile-pxr24-half-float-l2 TEST exr-rgb-tile-half-float-b44-12x8-l1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgba-scanline-float-half-b44a-12x8-l2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgba-scanline-float-half-b44a-13x9-l1] Error 2 TEST exr-rgb-tile-half-float-b44-12x8-l2 TEST exr-rgb-tile-zip-half-float-l1 TEST exr-rgb-tile-zip-half-float-l2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-rgb-tile-zip1-half-float-l1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-tile-pxr24-float-half-l2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-tile-pxr24-float-half-l1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgba-scanline-float-half-b44a-13x9-l2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-rgb-tile-zip1-half-float-l2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-tile-pxr24-half-float-l1] Error 2 TEST exr-rgb-tile-rle-half-float-l2 TEST exr-rgb-tile-rle-half-float-l1 TEST exr-rgb-tile-raw-half-float-l1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-tile-half-float-b44-12x8-l1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-tile-pxr24-half-float-l2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-rgb-tile-raw-half-float-l2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-tile-half-float-b44-12x8-l2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-tile-zip1-half-float-l1] Error 2 TEST exr-rgb-scanline-b44-half-float-12x8-l1 TEST exr-rgb-scanline-b44-half-float-12x8-l2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-tile-zip-half-float-l2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-tile-zip-half-float-l1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-tile-rle-half-float-l2] Error 2 TEST exr-rgb-scanline-pxr24-half-float-l1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-tile-zip1-half-float-l2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-tile-rle-half-float-l1] Error 2 TEST exr-rgb-scanline-pxr24-half-float-l2 TEST exr-rgb-scanline-pxr24-float-half-l1 TEST exr-rgb-scanline-pxr24-float-half-l2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-tile-raw-half-float-l1] Error 2 TEST exr-rgb-scanline-pxr24-half-uint32-13x9 TEST exr-rgb-scanline-zip-half-float-l1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-tile-raw-half-float-l2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-rgb-scanline-zip-half-float-l2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-scanline-b44-half-float-12x8-l1] Error 2 TEST exr-rgb-scanline-zip1-half-float-l1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-rgb-scanline-zip1-half-float-l2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-b44-half-float-12x8-l2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-pxr24-half-float-l1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-pxr24-half-float-l2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-scanline-pxr24-float-half-l1] Error 2 TEST exr-rgb-scanline-rle-half-float-l1 TEST exr-rgb-scanline-rle-half-float-l2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-rgb-scanline-raw-half-float-l1 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-pxr24-float-half-l2] Error 2 TEST exr-rgb-scanline-raw-half-float-l2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-zip-half-float-l1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-pxr24-half-uint32-13x9] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-zip-half-float-l2] Error 2 TEST exr-rgb-scanline-b44-uint32 TEST exr-rgb-scanline-pxr24-uint32 TEST exr-rgb-scanline-zip1-half-float-l1-zero-offsets TEST exr-rgb-scanline-half-piz-bw /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-zip1-half-float-l1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-scanline-zip1-half-float-l2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-scanline-rle-half-float-l1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-scanline-rle-half-float-l2] Error 2 TEST exr-rgb-scanline-half-piz-color /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-rgb-scanline-half-piz-dw-t01 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-raw-half-float-l1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-raw-half-float-l2] Error 2 TEST exr-rgb-scanline-float-piz-48x32 TEST exr-rgb-scanline-none-negative-red /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-pxr24-uint32] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-zip1-half-float-l1-zero-offsets] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-rgb-b44a-half-negative-4x4 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-scanline-b44-uint32] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exr-y-tile-zip-half-12x8 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-scanline-half-piz-bw] Error 2 TEST exr-y-scanline-zip-half-12x8 TEST exr-rgb-scanline-half-piz-dw-t08 TEST jpg-12bpp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-half-piz-color] Error 2 TEST jpg-jfif /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-half-piz-dw-t01] Error 2 TEST png-gray8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-none-negative-red] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-scanline-float-piz-48x32] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-rgb-b44a-half-negative-4x4] Error 2 TEST png-gray16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-y-tile-zip-half-12x8] Error 2 TEST png-rgb24 TEST png-rgb48 TEST png-rgba /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exr-rgb-scanline-half-piz-dw-t08] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-jpg-12bpp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exr-y-scanline-zip-half-12x8] Error 2 TEST png-rgba64 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-jpg-jfif] Error 2 TEST png-ya8 TEST png-ya16 TEST png-int-rgb24 TEST psd-gray8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-png-gray8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-png-gray16] Error 2 TEST psd-gray16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-png-rgb48] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-png-rgba] Error 2 TEST psd-rgb24 TEST psd-rgb48 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-png-rgb24] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-png-rgba64] Error 2 TEST psd-rgba TEST psd-rgba64 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-png-int-rgb24] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-png-ya8] Error 2 TEST psd-ya8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-psd-gray16] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST psd-lena-127x127-rgb24 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-psd-gray8] Error 2 TEST psd-ya16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-png-ya16] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST psd-lena-rgb-rle-127x127-16b TEST psd-lena-rgb-rle-127x127-8b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-psd-rgb24] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-psd-rgb48] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST psd-lena-rgba-rle-128x128-8b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST psd-lena-256c make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-psd-rgba] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-psd-rgba64] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-psd-ya8] Error 2 TEST psd-lena-bitmap TEST psd-duo-tone-color /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-psd-ya16] Error 2 TEST sgi-gray8 TEST sgi-gray8-rle /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-psd-lena-rgb-rle-127x127-8b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-psd-lena-127x127-rgb24] Error 2 TEST sgi-gray16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-psd-lena-rgb-rle-127x127-16b] Error 2 TEST sgi-gray16-rle TEST sgi-rgb24 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-psd-lena-rgba-rle-128x128-8b] Error 2 TEST sgi-rgb24-rle /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-psd-lena-256c] Error 2 TEST sgi-rgb48 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-psd-duo-tone-color] Error 2 TEST sgi-rgb48-rle /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sgi-gray8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-psd-lena-bitmap] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sgi-gray8-rle] Error 2 TEST sgi-rgba TEST sgi-rgba-rle TEST sgi-rgba64 TEST sgi-rgba64-rle /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sgi-gray16] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sgi-gray16-rle] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sgi-rgb24] Error 2 TEST sunraster-1bit-raw /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sgi-rgb24-rle] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sgi-rgb48] Error 2 TEST sunraster-1bit-rle TEST sunraster-8bit-raw TEST sunraster-8bit_gray-raw /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST sunraster-8bit-rle make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sgi-rgba-rle] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sgi-rgb48-rle] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sgi-rgba64] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sgi-rgba64-rle] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sgi-rgba] Error 2 TEST sunraster-24bit-raw TEST sunraster-24bit-rle TEST targa-conformance-CBW8 TEST targa-conformance-CCM8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sunraster-1bit-raw] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sunraster-1bit-rle] Error 2 TEST targa-conformance-CTC16 TEST targa-conformance-CTC24 TEST targa-conformance-CTC32 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sunraster-8bit-raw] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sunraster-8bit-rle] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sunraster-24bit-raw] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sunraster-8bit_gray-raw] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sunraster-24bit-rle] Error 2 TEST targa-conformance-UBW8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST targa-conformance-UCM8 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-targa-conformance-CCM8] Error 2 TEST targa-conformance-UTC16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST targa-conformance-UTC24 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-targa-conformance-CTC16] Error 2 TEST targa-conformance-UTC32 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-targa-conformance-CBW8] Error 2 TEST targa-top-to-bottom /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-targa-conformance-CTC32] Error 2 TEST tiff-fax-g3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-targa-conformance-CTC24] Error 2 TEST tiff-fax-g3s make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-targa-conformance-UBW8] Error 2 TEST webp-rgb-lossless /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST webp-rgb-lena-lossless /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST webp-rgb-lena-lossless-rgb24 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-targa-conformance-UCM8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-targa-conformance-UTC16] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-targa-conformance-UTC32] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-targa-conformance-UTC24] Error 2 TEST webp-rgba-lossless /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST webp-rgb-lossy-q80 TEST webp-rgba-lossy-q80 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-targa-top-to-bottom] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-tiff-fax-g3] Error 2 TEST xbm10 TEST xbm11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST bmpparser make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-webp-rgb-lena-lossless-rgb24] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-webp-rgb-lena-lossless] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-webp-rgb-lossless] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-tiff-fax-g3s] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-webp-rgba-lossless] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dpx make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-webp-rgb-lossy-q80] Error 2 TEST pict /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST pictor make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-webp-rgba-lossy-q80] Error 2 TEST pngparser TEST ptx /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-xbm10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST xface make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bmpparser] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-xbm11] Error 2 TEST lossless-alac TEST lossless-meridianaudio /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST ralf make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dpx] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lossless-shorten make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-pict] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-pngparser] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-pictor] Error 2 TEST lossless-tak TEST lossless-truehd-5.1 TEST lossless-truehd-5.1-downmix-2.0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lossless-tta make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-xface] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ptx] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lossless-tta-encrypted make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lossless-alac] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-meridianaudio] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ralf] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lossless-wma make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lossless-shorten] Error 2 TEST lossless-wma24-1 TEST lossless-wma24-2 TEST lossless-wma24-rawtile /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-tta] Error 2 TEST lagarith-rgb24 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-tak] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-truehd-5.1-downmix-2.0] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lossless-truehd-5.1] Error 2 TEST lagarith-rgb32 TEST lagarith-yuy2 TEST lagarith-yv12 TEST lagarith-red /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-tta-encrypted] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-wma] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-wma24-1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lossless-wma24-2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lossless-wma24-rawtile] Error 2 TEST lagarith-ticket4119 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lagarith-rgb24] Error 2 TEST lagarith-ticket4119-cfr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lagarith-rgb32] Error 2 TEST lagarith-ticket4119-vfr TEST lagarith-ticket4119-pass TEST lagarith-ticket4119-drop /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST loco-rgb make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lagarith-yuy2] Error 2 TEST loco-yuy2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lagarith-yv12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST msrle-8bit make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lagarith-red] Error 2 TEST mszh /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lagarith-ticket4119] Error 2 TEST vble /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lagarith-ticket4119-cfr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST zerocodec make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lagarith-ticket4119-vfr] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lagarith-ticket4119-pass] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lagarith-ticket4119-drop] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST zlib make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-loco-rgb] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST msmpeg4v1 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-loco-yuy2] Error 2 TEST msvideo1-8bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST msvideo1-16bit make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-msrle-8bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mszh] Error 2 TEST wmv8-x8intra /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vble] Error 2 TEST vc1_sa00040 TEST vc1_sa00050 TEST vc1_sa10091 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-zerocodec] Error 2 TEST vc1_sa10143 TEST vc1_sa20021 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-zlib] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-msvideo1-16bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wmv8-x8intra] Error 2 TEST vc1_ilaced_twomv TEST vc1-ism /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-msvideo1-8bit] Error 2 TEST asf-repldata /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-msmpeg4v1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vc1_sa00050] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vc1_sa00040] Error 2 TEST 8bps /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vc1_sa10143] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vc1_sa10091] Error 2 TEST qdm2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST qt-alaw-mono make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vc1_sa20021] Error 2 TEST qt-alaw-stereo TEST qt-ima4-mono /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vc1_ilaced_twomv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST qt-ima4-stereo make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vc1-ism] Error 2 TEST qt-mac3-mono /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-asf-repldata] Error 2 TEST qt-mac3-stereo /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-8bps] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST qt-mac6-mono make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-qdm2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-qt-alaw-mono] Error 2 TEST qt-mac6-stereo TEST qt-ulaw-stereo TEST qt-ulaw-mono TEST quickdraw /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-qt-ima4-mono] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-qt-alaw-stereo] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-qt-mac3-mono] Error 2 TEST rpza TEST svq1 TEST svq1-headerswap /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-qt-ima4-stereo] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-qt-mac6-stereo] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-qt-mac3-stereo] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-qt-ulaw-stereo] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-qt-ulaw-mono] Error 2 TEST svq3-1 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-qt-mac6-mono] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST svq3-watermark make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-quickdraw] Error 2 TEST ra3-144 TEST ra-144 TEST ra-288 TEST ra-cook /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST sipr-5k0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-rpza] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-svq1-headerswap] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-svq1] Error 2 TEST sipr-6k5 TEST sipr-8k5 TEST sipr-16k /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-svq3-watermark] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ra3-144] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ra-288] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ra-144] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-svq3-1] Error 2 TEST rv20-1239 TEST rv30 TEST cscd /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sipr-5k0] Error 2 TEST rv40 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ra-cook] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sipr-6k5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sipr-8k5] Error 2 TEST dxtory TEST fraps-v0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sipr-16k] Error 2 TEST fraps-v1 TEST fraps-v2 TEST fraps-v3 TEST fraps-v4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-rv30] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-rv20-1239] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-cscd] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST fraps-v5 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rv40] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dxtory] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fraps-v0] Error 2 TEST tscc-15bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST tscc-32bit make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fraps-v2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vmnc-16bit make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fraps-v1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fraps-v3] Error 2 TEST vmnc-32bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fraps-v4] Error 2 TEST zmbv-15bit TEST zmbv-8bit TEST zmbv-16bit TEST zmbv-32bit TEST binsub-mksenc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fraps-v5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-tscc-32bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vmnc-16bit] Error 2 TEST sub-microdvd-remux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vmnc-32bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST binsub-movtextenc make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-zmbv-15bit] Error 2 TEST sub-srt-rrn-remux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST sub-srt-madness-timeshift /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-zmbv-8bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-tscc-15bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-zmbv-16bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST sub-srt-empty-events make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-zmbv-32bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-binsub-mksenc] Error 2 TEST sub-subripenc TEST sub-webvttenc TEST sub-textenc TEST sub-scc TEST sub-aqtitle /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-binsub-movtextenc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-microdvd-remux] Error 2 TEST sub-cc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST sub-cc-realtime make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-srt-madness-timeshift] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-srt-empty-events] Error 2 TEST sub-ass-to-ass-transcode /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-srt-rrn-remux] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-textenc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-subripenc] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-scc] Error 2 TEST sub-ssa-to-ass-remux /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-webvttenc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-aqtitle] Error 2 TEST sub-jacosub TEST sub-movtext TEST sub-microdvd TEST sub-mpl2 TEST sub-mpsub TEST sub-mpsub-frames /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-cc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-cc-realtime] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-ssa-to-ass-remux] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-ass-to-ass-transcode] Error 2 TEST sub-pjs /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-jacosub] Error 2 TEST sub-realtext TEST sub-sami /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST sub-sami2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-microdvd] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-mpl2] Error 2 TEST sub-srt /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-mpsub] Error 2 TEST sub-srt-badsyntax make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-movtext] Error 2 TEST sub-stl /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-mpsub-frames] Error 2 TEST sub-subviewer1 TEST sub-subviewer TEST sub-vplayer /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-pjs] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-realtext] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-sami] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-sami2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-srt] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-srt-badsyntax] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-stl] Error 2 TEST sub-webvtt TEST sub-webvtt2 TEST sub-charenc TEST 4xm-1 TEST 4xm-2 TEST 012v TEST aasc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-subviewer] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-subviewer1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-vplayer] Error 2 TEST aic-oddsize TEST aic /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-webvtt2] Error 2 TEST alg-mm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-012v] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-4xm-2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sub-charenc] Error 2 TEST amv TEST ansi TEST ansi256 TEST armovie-escape124 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub-webvtt] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-4xm-1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aic-oddsize] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aic] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aasc] Error 2 TEST armovie-escape130 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST auravision-v1 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-alg-mm] Error 2 TEST auravision-v2 TEST bethsoft-vid TEST bfi /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-amv] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ansi256] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-armovie-escape124] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ansi] Error 2 TEST bink-video-b TEST bink-video-i TEST bink-video-f TEST bmv-video TEST cavs /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-armovie-escape130] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-auravision-v1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-auravision-v2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-bethsoft-vid] Error 2 TEST cdgraphics TEST cljr TEST corepng TEST rgbapng-4816 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-bink-video-i] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bink-video-b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bfi] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bink-video-f] Error 2 TEST creatureshock-avs /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cavs] Error 2 TEST cvid-palette TEST cvid-partial TEST cvid-grayscale /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-bmv-video] Error 2 TEST cyberia-c93 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cdgraphics] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cljr] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-corepng] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rgbapng-4816] Error 2 TEST cyuv TEST delphine-cin-video TEST deluxepaint-anm TEST dirac /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dirac-low-delay make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-creatureshock-avs] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cvid-partial] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cvid-palette] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-cyberia-c93] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-cvid-grayscale] Error 2 TEST dxa-feeble TEST dxa-scummvm TEST dxv-dxt1 TEST dxv-dxt5 TEST dxv3-dxt1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-delphine-cin-video] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cyuv] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-deluxepaint-anm] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dirac] Error 2 TEST dxv3-dxt5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dirac-low-delay] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dxa-feeble] Error 2 TEST film-cvid TEST flic-af11-palette-change /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST flic-af12 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dxa-scummvm] Error 2 TEST flic-magiccarpet TEST frwu /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dxv-dxt1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dxv-dxt5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dxv3-dxt1] Error 2 TEST id-cin-video /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dxv3-dxt5] Error 2 TEST idroq-video-encode TEST hap1 TEST hap5 TEST hapy /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-flic-af12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-film-cvid] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-flic-magiccarpet] Error 2 TEST hap-chunk TEST iff-byterun1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST iff-fibonacci /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-frwu] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-id-cin-video] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST iff-ilbm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-flic-af11-palette-change] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-idroq-video-encode] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hap1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hap5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hapy] Error 2 TEST interplay-mve-8bit TEST interplay-mve-16bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST jpeg2000-dcinema TEST jv make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hap-chunk] Error 2 TEST kgv1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-iff-byterun1] Error 2 TEST kmvc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-iff-fibonacci] Error 2 TEST magicyuv-y4444i TEST magicyuv-y400i /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-iff-ilbm] Error 2 TEST magicyuv-y420 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST magicyuv-y422i /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-interplay-mve-16bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-interplay-mve-8bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-jv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-kgv1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-jpeg2000-dcinema] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-kmvc] Error 2 TEST magicyuv-y444 TEST magicyuv-rgba /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST magicyuv-rgb make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-magicyuv-y400i] Error 2 TEST mdec /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-magicyuv-y4444i] Error 2 TEST mdec-v3 TEST mimic /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mjpegb make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-magicyuv-y420] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-magicyuv-y422i] Error 2 TEST motionpixels TEST mpeg2-field-enc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-magicyuv-y444] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-magicyuv-rgba] Error 2 TEST mpeg2-ticket186 TEST mpeg2-ticket6024 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdec] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdec-v3] Error 2 TEST mv-mvc1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-magicyuv-rgb] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mimic] Error 2 TEST mv-mvc2 TEST mv-sgirle TEST mxpeg /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST nuv-rtjpeg make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-motionpixels] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mpeg2-ticket186] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mpeg2-field-enc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mjpegb] Error 2 TEST nuv-rtjpeg-fh TEST paf-video TEST qpeg TEST r210 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mpeg2-ticket6024] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mv-sgirle] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mv-mvc2] Error 2 TEST rl2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mv-mvc1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST roqvideo /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mxpeg] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-nuv-rtjpeg] Error 2 TEST sanm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST sierra-vmd-video /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST smacker-video make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-nuv-rtjpeg-fh] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-paf-video] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-qpeg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-r210] Error 2 TEST smc TEST sp5x TEST thp TEST tiertex-seq TEST tmv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sanm] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rl2] Error 2 TEST txd-16bpp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-roqvideo] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-smacker-video] Error 2 TEST txd-odd /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sierra-vmd-video] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-smc] Error 2 TEST txd-pal8 TEST ulti /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sp5x] Error 2 TEST v210 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-thp] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-tmv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-tiertex-seq] Error 2 TEST v410dec TEST vb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vcr1 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-txd-16bpp] Error 2 TEST vcr2 TEST videoxl /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-txd-odd] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ulti] Error 2 TEST vqa-cc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-txd-pal8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-v210] Error 2 TEST wc3movie-xan /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST wnv1 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-v410dec] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST yop make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vb] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vcr1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vcr2] Error 2 TEST xxan-wc4 TEST smvjpeg TEST g722dec-1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST g722-encode make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-videoxl] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST g723_1-dec-1 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vqa-cc] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-wc3movie-xan] Error 2 TEST g723_1-dec-2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST g723_1-dec-3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-wnv1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-xxan-wc4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-yop] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST g723_1-dec-4 TEST g723_1-dec-6 TEST g723_1-dec-5 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-g722dec-1] Error 2 TEST g723_1-dec-7 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-smvjpeg] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-g723_1-dec-1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST g723_1-dec-8 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-g722-encode] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-g723_1-dec-2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST g726-encode-2bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST g726-encode-3bit make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-g723_1-dec-3] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-g723_1-dec-4] Error 2 TEST g726-encode-4bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-g723_1-dec-5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST g726-encode-5bit make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-g723_1-dec-6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-g723_1-dec-7] Error 2 TEST gsm-ms TEST gsm-toast TEST qcelp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST truespeech make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-g723_1-dec-8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST twinvq make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-g726-encode-2bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-g726-encode-4bit] Error 2 TEST vqf-demux TEST canopus-cllc-argb TEST canopus-cllc-rgb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-g726-encode-3bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-g726-encode-5bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-gsm-ms] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-gsm-toast] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-qcelp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST canopus-cllc-yuy2-noblock make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-truespeech] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST canopus-hq_hqa-hq make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-twinvq] Error 2 TEST canopus-hq_hqa-hqa TEST canopus-hq_hqa-inter TEST canopus-hqx422 TEST canopus-hqx422a /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vqf-demux] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-canopus-cllc-argb] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-canopus-cllc-rgb] Error 2 TEST ffmpeg-filter_colorkey TEST rgb24-mkv TEST adtstoasc_ticket3715 TEST h264_mp4toannexb_ticket2991 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-canopus-cllc-yuy2-noblock] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-canopus-hq_hqa-hq] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-canopus-hq_hqa-inter] Error 2 TEST h264_mp4toannexb_ticket5927 TEST h264_mp4toannexb_ticket5927_2 TEST ffmpeg-bsf-remove-k /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-canopus-hq_hqa-hqa] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-canopus-hqx422] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-canopus-hqx422a] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rgb24-mkv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST ffmpeg-bsf-remove-r make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ffmpeg-filter_colorkey] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264_mp4toannexb_ticket2991] Error 2 TEST ffmpeg-bsf-remove-e /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST copy-trac3074 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-adtstoasc_ticket3715] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST copy-trac236 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264_mp4toannexb_ticket5927] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST copy-trac4914 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-h264_mp4toannexb_ticket5927_2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ffmpeg-bsf-remove-k] Error 2 TEST copy-trac4914-avi TEST copy-trac2211-avi TEST limited_input_seek /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST limited_input_seek-copyts make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ffmpeg-bsf-remove-r] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ffmpeg-bsf-remove-e] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-copy-trac236] Error 2 TEST copy-psp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST time_base /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST speedhq-422 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-copy-trac3074] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-copy-trac4914] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-copy-trac4914-avi] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-copy-trac2211-avi] Error 2 TEST flcl1905 TEST speedhq-422-singlefield TEST exif-image-tiff /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-limited_input_seek] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST exif-image-jpg make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-limited_input_seek-copyts] Error 2 TEST exif-image-webp TEST exif-image-embedded /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-time_base] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-copy-psp] Error 2 TEST filter-metadata-scenedetect /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-speedhq-422] Error 2 TEST filter-metadata-cropdetect TEST filter-metadata-silencedetect /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-flcl1905] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-metadata-ebur128 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exif-image-jpg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-speedhq-422-singlefield] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exif-image-tiff] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-exif-image-embedded] Error 2 TEST filter-metadata-readvitc-def TEST filter-metadata-readvitc-thr TEST filter-metadata-avf-aphase-meter-mono TEST filter-metadata-avf-aphase-meter-out-of-phase /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-exif-image-webp] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-metadata-scenedetect] Error 2 TEST h264-dts_5frames TEST hevc-paired-fields /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST matroska-spherical-mono make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-metadata-ebur128] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-metadata-silencedetect] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-metadata-cropdetect] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-metadata-readvitc-thr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mov-aac-2048-priming make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-metadata-readvitc-def] Error 2 TEST mov-displaymatrix TEST mov-zombie TEST mov-init-nonkeyframe /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-metadata-avf-aphase-meter-mono] Error 2 TEST mov-spherical-mono /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-metadata-avf-aphase-meter-out-of-phase] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-h264-dts_5frames] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-hevc-paired-fields] Error 2 TEST mpegts-probe-latm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-matroska-spherical-mono] Error 2 TEST mxf-probe-d10 TEST mxf-probe-dnxhd /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mov-aac-2048-priming] Error 2 TEST mxf-probe-dv25 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mov-displaymatrix] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mov-zombie] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vorbis-1833-chapters make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mov-init-nonkeyframe] Error 2 TEST source /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST api-threadmessage TEST api-flac make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mov-spherical-mono] Error 2 GEN tests/data/asynth1.sw GEN tests/vsynth1/00.pgm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mxf-probe-dnxhd] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mpegts-probe-latm] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mxf-probe-d10] Error 2 TEST api-band /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST api-h264 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mxf-probe-dv25] Error 2 TEST api-png-codec-param /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vorbis-1833-chapters] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-api-threadmessage] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-api-flac] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST api-mjpeg-codec-param make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-source] Error 2 LD tests/checkasm/checkasm LD libavcodec/tests/fft LD libavcodec/tests/fft-fixed LD libavcodec/tests/fft-fixed32 LD libavcodec/tests/avfft /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-api-band] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-api-h264] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-api-png-codec-param] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-api-mjpeg-codec-param] Error 2 LD libavcodec/tests/avpacket LD libavcodec/tests/cabac LD libavcodec/tests/celp_math LD libavcodec/tests/golomb LD libavcodec/tests/dct LD libavcodec/tests/iirfilter LD libavcodec/tests/options LD libavcodec/tests/rangecoder LD libavcodec/tests/mathops LD libavcodec/tests/jpeg2000dwt LD libavcodec/tests/utils LD libavcodec/tests/mjpegenc_huffman LD libavcodec/tests/htmlsubtitles LD libavformat/tests/noproxy LD libavformat/tests/srtp LD libavformat/tests/url LD libavformat/tests/movenc LD libavutil/tests/adler32 LD libavutil/tests/aes LD libavutil/tests/aes_ctr LD libavutil/tests/camellia LD libavutil/tests/cast5 LD libavutil/tests/atomic LD libavutil/tests/audio_fifo LD libavutil/tests/avstring LD libavutil/tests/base64 LD libavutil/tests/blowfish LD libavutil/tests/bprint LD libavutil/tests/cpu LD libavutil/tests/crc LD libavutil/tests/color_utils LD libavutil/tests/des LD libavutil/tests/dict LD libavutil/tests/eval LD libavutil/tests/fifo LD libavutil/tests/hash LD libavutil/tests/hmac LD libavutil/tests/imgutils LD libavutil/tests/lfg LD libavutil/tests/md5 LD libavutil/tests/murmur3 LD libavutil/tests/parseutils LD libavutil/tests/pixfmt_best LD libavutil/tests/display LD libavutil/tests/random_seed LD libavutil/tests/ripemd LD libavutil/tests/sha LD libavutil/tests/sha512 LD libavutil/tests/tree LD libavutil/tests/twofish LD libavutil/tests/xtea LD libavutil/tests/tea LD libavutil/tests/opt LD libavutil/tests/cpu_init LD libavutil/tests/pixelutils LD libswscale/tests/pixdesc_query TEST mapchan-6ch-extract-2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mapchan-6ch-extract-2] Error 2 TEST mapchan-6ch-extract-2-downmix-mono TEST mapchan-silent-mono TEST mapchan-2ch-extract-ch0-ch2-trailing /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mapchan-3ch-extract-ch0-ch2-trailing make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mapchan-6ch-extract-2-downmix-mono] Error 2 TEST fifo-muxer-tst TEST filter-adelay /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mapchan-silent-mono] Error 2 TEST filter-aecho /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mapchan-2ch-extract-ch0-ch2-trailing] Error 2 TEST filter-aemphasis-50fm TEST filter-aemphasis-75kf /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mapchan-3ch-extract-ch0-ch2-trailing] Error 2 TEST filter-afade-qsin TEST filter-afade-iqsin TEST filter-afade-esin /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-adelay] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-aecho] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fifo-muxer-tst] Error 2 TEST filter-afade-hsin TEST filter-afade-exp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-afade-log make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-aemphasis-75kf] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-afade-iqsin] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-agate make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-aemphasis-50fm] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-alimiter make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-afade-qsin] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-afade-esin] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-afade-hsin] Error 2 TEST filter-amerge /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-afade-exp] Error 2 TEST filter-apad /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-anequalizer make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-afade-log] Error 2 TEST filter-firequalizer /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-compand make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-agate] Error 2 TEST filter-channelmap-one-int LD libavfilter/tests/formats /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-alimiter] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-amerge] Error 2 TEST swr-resample-s16p-2626-8000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-s16p-2626-44100 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-apad] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-firequalizer] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-channelmap-one-int] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-anequalizer] Error 2 TEST swr-resample-s16p-2626-48000 TEST swr-resample-s16p-8000-2626 TEST swr-resample-s16p-2626-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-compand] Error 2 TEST swr-resample-s16p-8000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s16p-2626-44100] Error 2 TEST swr-resample-s16p-8000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s16p-2626-8000] Error 2 TEST swr-resample-s16p-8000-96000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s16p-2626-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-s16p-48000-2626 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s16p-8000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-s16p-48000-8000 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s16p-2626-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s16p-8000-44100] Error 2 TEST swr-resample-s16p-48000-44100 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-s16p-48000-96000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s16p-8000-48000] Error 2 TEST swr-resample-s16p-96000-2626 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST swr-resample-s16p-96000-8000 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s16p-8000-96000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s16p-48000-2626] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s16p-48000-8000] Error 2 TEST swr-resample-s16p-96000-44100 TEST dcinema-encode TEST swr-resample-s16p-96000-48000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s16p-48000-96000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s16p-48000-44100] Error 2 TEST unknown_layout-pcm TEST unknown_layout-ac3 TEST vsynth1-amv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s16p-96000-44100] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-swr-resample-s16p-96000-48000] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s16p-96000-2626] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-swr-resample-s16p-96000-8000] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dcinema-encode] Error 2 TEST vsynth1-asv1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-unknown_layout-pcm] Error 2 TEST vsynth1-asv2 TEST vsynth1-cinepak /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-unknown_layout-ac3] Error 2 TEST vsynth1-cljr TEST vsynth1-dnxhd-720p TEST vsynth1-dnxhd-720p-rd /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-amv] Error 2 TEST vsynth1-dnxhd-720p-10bit TEST vsynth1-dnxhd-720p-hr-lb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-cinepak] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-asv1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-cljr] Error 2 TEST vsynth1-dnxhd-4k-hr-lb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-dnxhd-uhd-hr-sq make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-dnxhd-720p] Error 2 TEST vsynth1-dnxhd-2k-hr-hq /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-dnxhd-720p-10bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-asv2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-dnxhd-720p-rd] Error 2 TEST vsynth1-dnxhd-edge1-hr TEST vsynth1-dnxhd-edge2-hr TEST vsynth1-dnxhd-edge3-hr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-dnxhd-720p-hr-lb] Error 2 TEST vsynth1-vc2-420p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-dnxhd-4k-hr-lb] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-dnxhd-uhd-hr-sq] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-dnxhd-2k-hr-hq] Error 2 TEST vsynth1-vc2-420p10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-vc2-420p12 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-dnxhd-edge1-hr] Error 2 TEST vsynth1-vc2-422p10 TEST vsynth1-vc2-422p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-dnxhd-edge2-hr] Error 2 TEST vsynth1-vc2-422p12 TEST vsynth1-vc2-444p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-vc2-420p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-vc2-420p10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-vc2-422p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-vc2-444p10 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-vc2-420p12] Error 2 TEST vsynth1-vc2-444p12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-dnxhd-1080i make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-vc2-422p10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-dnxhd-edge3-hr] Error 2 TEST vsynth1-dnxhd-1080i-10bit TEST vsynth1-dnxhd-1080i-colr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-vc2-422p12] Error 2 TEST vsynth1-dnxhd-hr-lb-mov TEST vsynth1-dnxhd-hr-sq-mov /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-vc2-444p10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-dnxhd-1080i] Error 2 TEST vsynth1-dnxhd-hr-hq-mov /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-vc2-444p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-dnxhd-1080i-10bit] Error 2 TEST vsynth1-dv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-vc2-444p12] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-dnxhd-hr-lb-mov] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-dnxhd-1080i-colr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-dnxhd-hr-sq-mov] Error 2 TEST vsynth1-dv-411 TEST vsynth1-dv-50 TEST vsynth1-ffv1 TEST vsynth1-ffv1-v0 TEST vsynth1-ffv1-v3-yuv420p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-dnxhd-hr-hq-mov] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-ffv1-v3-yuv422p10 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-dv] Error 2 TEST vsynth1-ffv1-v3-yuv444p16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-ffv1-v0] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-dv-411] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-ffv1-v3-yuv420p] Error 2 TEST vsynth1-ffv1-v3-bgr0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-dv-50] Error 2 TEST vsynth1-ffv1-v3-rgb48 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-ffv1] Error 2 TEST vsynth1-ffvhuff TEST vsynth1-ffvhuff444 TEST vsynth1-ffvhuff420p12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-ffv1-v3-yuv422p10] Error 2 TEST vsynth1-ffvhuff422p10left TEST vsynth1-ffvhuff444p16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-ffv1-v3-yuv444p16] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-ffv1-v3-bgr0] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-ffv1-v3-rgb48] Error 2 TEST vsynth1-flashsv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-ffvhuff444] Error 2 TEST vsynth1-flashsv2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-ffvhuff] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-ffvhuff420p12] Error 2 TEST vsynth1-flv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-h261 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-ffvhuff422p10left] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-ffvhuff444p16] Error 2 TEST vsynth1-h261-trellis TEST vsynth1-h263 TEST vsynth1-h263-obmc TEST vsynth1-h263p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-flashsv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-flashsv2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-flv] Error 2 TEST vsynth1-huffyuv make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-h261] Error 2 TEST vsynth1-huffyuvbgr24 TEST vsynth1-huffyuvbgra TEST vsynth1-jpegls /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-h261-trellis] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-h263] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-h263-obmc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-h263p] Error 2 TEST vsynth1-jpeg2000 TEST vsynth1-jpeg2000-97 TEST vsynth1-ljpeg /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-mjpeg make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-huffyuv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-huffyuvbgr24] Error 2 TEST vsynth1-mjpeg-422 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-huffyuvbgra] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-jpegls] Error 2 TEST vsynth1-mjpeg-444 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-jpeg2000-97] Error 2 TEST vsynth1-mjpeg-trell TEST vsynth1-mjpeg-huffman /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mjpeg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-mjpeg-trell-huffman make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-jpeg2000] Error 2 TEST vsynth1-mpeg1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-ljpeg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-mjpeg-444] Error 2 TEST vsynth1-mpeg1b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-mjpeg-422] Error 2 TEST vsynth1-mpeg2 TEST vsynth1-mpeg2-422 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mjpeg-huffman] Error 2 TEST vsynth1-mpeg2-idct-int /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mjpeg-trell-huffman] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-mjpeg-trell] Error 2 TEST vsynth1-mpeg2-ilace TEST vsynth1-mpeg2-ivlc-qprd TEST vsynth1-mpeg2-thread /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpeg1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpeg1b] Error 2 TEST vsynth1-mpeg2-thread-ivlc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpeg2] Error 2 TEST vsynth1-mpeg4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpeg2-idct-int] Error 2 TEST vsynth1-mpeg4-rc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpeg2-ivlc-qprd] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-mpeg4-adv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-mpeg2-422] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-mpeg2-ilace] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-mpeg2-thread] Error 2 TEST vsynth1-mpeg4-qprd TEST vsynth1-mpeg4-adap TEST vsynth1-mpeg4-qpel TEST vsynth1-mpeg4-thread /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpeg2-thread-ivlc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpeg4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpeg4-rc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-mpeg4-error make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-mpeg4-adv] Error 2 TEST vsynth1-mpeg4-nr TEST vsynth1-mpeg4-nsse /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpeg4-qprd] Error 2 TEST vsynth1-msmpeg4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpeg4-adap] Error 2 TEST vsynth1-msmpeg4v2 TEST vsynth1-mpng /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpeg4-qpel] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpeg4-thread] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-msvideo1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-mpeg4-error] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-msmpeg4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-mpeg4-nsse] Error 2 TEST vsynth1-prores /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-mpeg4-nr] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-msmpeg4v2] Error 2 TEST vsynth1-prores_ks /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mpng] Error 2 TEST vsynth1-qtrle TEST vsynth1-qtrlegray TEST vsynth1-rgb TEST vsynth1-bpp1 TEST vsynth1-bpp15 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-msvideo1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-prores] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-prores_ks] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-mov-bgr24 TEST vsynth1-mov-bpp15 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-qtrle] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-rgb] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-qtrlegray] Error 2 TEST vsynth1-mov-bpp16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-roqvideo make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-bpp1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-rv10 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-bpp15] Error 2 TEST vsynth1-rv20 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mov-bgr24] Error 2 TEST vsynth1-snow /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mov-bpp15] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-mov-bpp16] Error 2 TEST vsynth1-snow-hpel /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-roqvideo] Error 2 TEST vsynth1-snow-ll TEST vsynth1-svq1 TEST vsynth1-r210 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-v210 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-rv10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-snow] Error 2 TEST vsynth1-v210-10 TEST vsynth1-v308 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-rv20] Error 2 TEST vsynth1-v408 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-snow-hpel] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-snow-ll] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-svq1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-r210] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-avui make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-v210] Error 2 TEST vsynth1-wmv2 TEST vsynth1-wmv1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth1-yuv make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-v210-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-v308] Error 2 TEST vsynth1-xface TEST vsynth1-yuv4 TEST vsynth1-y41p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-v408] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-wmv1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-avui] Error 2 TEST vsynth1-zlib TEST vsynth3-amv GEN tests/data/vsynth2.yuv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-wmv2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-yuv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-xface] Error 2 TEST vsynth3-asv1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth3-asv2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-yuv4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth3-cljr make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth1-y41p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth1-zlib] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-amv] Error 2 TEST vsynth3-dnxhd-720p-hr-lb TEST vsynth3-dnxhd-4k-hr-lb TEST vsynth3-dnxhd-uhd-hr-sq /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-asv1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-asv2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-cljr] Error 2 TEST vsynth3-dnxhd-2k-hr-hq TEST vsynth3-dnxhd-edge1-hr TEST vsynth3-dnxhd-edge2-hr TEST vsynth3-dnxhd-edge3-hr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-dnxhd-720p-hr-lb] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-dnxhd-uhd-hr-sq] Error 2 TEST vsynth3-dnxhd-1080i-10bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-dnxhd-4k-hr-lb] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-dnxhd-edge1-hr] Error 2 TEST vsynth3-dnxhd-1080i-colr TEST vsynth3-dnxhd-hr-lb-mov TEST vsynth3-dnxhd-hr-sq-mov /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-dnxhd-2k-hr-hq] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-dnxhd-edge3-hr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-dnxhd-edge2-hr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-dnxhd-1080i-10bit] Error 2 TEST vsynth3-dnxhd-hr-hq-mov TEST vsynth3-ffv1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth3-ffv1-v0 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-dnxhd-1080i-colr] Error 2 TEST vsynth3-ffv1-v3-yuv420p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-dnxhd-hr-lb-mov] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-dnxhd-hr-sq-mov] Error 2 TEST vsynth3-ffv1-v3-yuv422p10 TEST vsynth3-ffv1-v3-yuv444p16 TEST vsynth3-ffv1-v3-bgr0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-ffv1-v3-yuv420p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-dnxhd-hr-hq-mov] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-ffv1] Error 2 TEST vsynth3-ffv1-v3-rgb48 TEST vsynth3-ffvhuff TEST vsynth3-ffvhuff444 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-ffv1-v0] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-ffv1-v3-yuv422p10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-ffv1-v3-bgr0] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-ffv1-v3-yuv444p16] Error 2 TEST vsynth3-ffvhuff420p12 TEST vsynth3-ffvhuff422p10left /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-ffv1-v3-rgb48] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-ffvhuff] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-ffvhuff444] Error 2 TEST vsynth3-ffvhuff444p16 TEST vsynth3-flashsv TEST vsynth3-flashsv2 TEST vsynth3-flv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-ffvhuff420p12] Error 2 TEST vsynth3-huffyuvbgr24 TEST vsynth3-huffyuv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-ffvhuff422p10left] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-ffvhuff444p16] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-flashsv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-flashsv2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-flv] Error 2 TEST vsynth3-huffyuvbgra TEST vsynth3-jpegls TEST vsynth3-jpeg2000 TEST vsynth3-jpeg2000-97 TEST vsynth3-ljpeg /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-huffyuvbgr24] Error 2 TEST vsynth3-mjpeg /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-huffyuv] Error 2 TEST vsynth3-mjpeg-444 TEST vsynth3-mjpeg-422 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-jpegls] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-huffyuvbgra] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-jpeg2000] Error 2 TEST vsynth3-mjpeg-trell TEST vsynth3-mjpeg-huffman TEST vsynth3-mjpeg-trell-huffman /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-jpeg2000-97] Error 2 TEST vsynth3-mpeg1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mjpeg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mjpeg-444] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-ljpeg] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mjpeg-422] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mjpeg-huffman] Error 2 TEST vsynth3-mpeg1b TEST vsynth3-mpeg2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth3-mpeg2-422 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mjpeg-trell] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mjpeg-trell-huffman] Error 2 TEST vsynth3-mpeg2-idct-int TEST vsynth3-mpeg2-ilace TEST vsynth3-mpeg2-ivlc-qprd TEST vsynth3-mpeg2-thread /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mpeg1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg1b] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg2-422] Error 2 TEST vsynth3-mpeg2-thread-ivlc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth3-mpeg4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mpeg2-idct-int] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mpeg2-ilace] Error 2 TEST vsynth3-mpeg4-rc TEST vsynth3-mpeg4-adv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mpeg2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mpeg2-ivlc-qprd] Error 2 TEST vsynth3-mpeg4-qprd /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth3-mpeg4-adap make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg2-thread] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg4-rc] Error 2 TEST vsynth3-mpeg4-qpel /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg4] Error 2 TEST vsynth3-mpeg4-thread TEST vsynth3-mpeg4-error /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg2-thread-ivlc] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg4-adv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth3-mpeg4-nr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg4-qprd] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg4-adap] Error 2 TEST vsynth3-mpeg4-nsse TEST vsynth3-msmpeg4 TEST vsynth3-msmpeg4v2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg4-qpel] Error 2 TEST vsynth3-mpng /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg4-thread] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg4-error] Error 2 TEST vsynth3-prores TEST vsynth3-prores_ks TEST vsynth3-qtrle /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mpeg4-nr] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-msmpeg4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-msmpeg4v2] Error 2 TEST vsynth3-rgb TEST vsynth3-bpp1 TEST vsynth3-bpp15 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mpng] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-prores] Error 2 TEST vsynth3-mov-bgr24 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mpeg4-nsse] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-qtrle] Error 2 TEST vsynth3-mov-bpp15 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-prores_ks] Error 2 TEST vsynth3-svq1 TEST vsynth3-mov-bpp16 TEST vsynth3-r210 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-rgb] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-bpp1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-bpp15] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-mov-bgr24] Error 2 TEST vsynth3-v210 TEST vsynth3-v210-10 TEST vsynth3-v308 TEST vsynth3-v408 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mov-bpp15] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-mov-bpp16] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-svq1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-r210] Error 2 TEST vsynth3-wmv1 TEST vsynth3-wmv2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-v210] Error 2 TEST vsynth3-yuv make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-v210-10] Error 2 TEST vsynth3-xface /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-v308] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-v408] Error 2 TEST vsynth3-yuv4 TEST vsynth3-zlib /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-aiff /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-wmv1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-wmv2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-yuv] Error 2 TEST lavf-alaw TEST lavf-apng TEST lavf-asf TEST lavf-ast /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth3-xface] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-yuv4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth3-zlib] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-au make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-aiff] Error 2 TEST lavf-avi TEST lavf-bmp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-caf make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-alaw] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-apng] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-asf] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-ast] Error 2 TEST lavf-dpx /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-dv_fmt /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-au] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-avi] Error 2 TEST lavf-ffm TEST lavf-fits /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-bmp] Error 2 TEST lavf-flm TEST lavf-gif /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-caf] Error 2 TEST lavf-gxf /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-dpx] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-dv_fmt] Error 2 TEST lavf-ircam TEST lavf-jpg TEST lavf-mka /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-fits] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-ffm] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-gif] Error 2 TEST lavf-mkv TEST lavf-mov TEST lavf-mmf /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-flm] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-gxf] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-jpg] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-mka] Error 2 TEST lavf-ismv TEST lavf-mpg /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-ircam] Error 2 TEST lavf-mulaw TEST lavf-mxf_dv25 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-mmf] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-mov] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-mkv] Error 2 TEST lavf-mxf_dvcpro50 TEST lavf-mxf_opatom TEST lavf-mxf_opatom_audio TEST lavf-nut /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-ismv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-mpg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-mulaw] Error 2 TEST lavf-ogg TEST lavf-pam TEST lavf-pbmpipe /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-mxf_opatom_audio] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-mxf_dvcpro50] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-mxf_dv25] Error 2 TEST lavf-pcx /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-pgm make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-mxf_opatom] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-nut] Error 2 TEST lavf-pgmpipe TEST lavf-png /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-ogg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-pam] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-pbmpipe] Error 2 TEST lavf-ppm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-ppmpipe make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-pcx] Error 2 TEST lavf-rm TEST lavf-rso /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-sgi make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-pgm] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-pgmpipe] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-png] Error 2 TEST lavf-smjpeg TEST lavf-sox /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-ppmpipe] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-sunrast make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-ppm] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-rm] Error 2 TEST lavf-swf /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-tga TEST lavf-tiff make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-rso] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-sgi] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-tta make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-sox] Error 2 TEST lavf-voc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-sunrast] Error 2 TEST lavf-voc_s16 TEST lavf-wav /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-swf] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-tiff] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-smjpeg] Error 2 TEST lavf-wav_peak TEST lavf-wav_peak_only TEST lavf-w64 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-tga] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-voc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-tta] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-wtv TEST lavf-wv make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-voc_s16] Error 2 TEST lavf-xbm /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-wav] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-xwd make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-wav_peak_only] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lavf-yuv4mpeg make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-wav_peak] Error 2 TEST lavf-pixfmt /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-wtv] Error 2 TEST filter-boxblur TEST filter-colorchannelmixer /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-xbm] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-w64] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-drawbox /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-wv] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-xwd] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-yuv4mpeg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-pixfmt] Error 2 TEST filter-fade TEST filter-fieldorder TEST filter-framepack-columns TEST filter-framepack-frameseq /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-boxblur] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-framepack-lines make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-colorchannelmixer] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-drawbox] Error 2 TEST filter-framepack-sbs TEST filter-framepack-tab TEST filter-gradfun /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-framepack-columns] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-fieldorder] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-fade] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-framepack-lines] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-framepack-frameseq] Error 2 TEST filter-hqdn3d TEST filter-interlace TEST filter-interlace-complex TEST filter-negate TEST filter-histogram-levels /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-framepack-sbs] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-framepack-tab] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-gradfun] Error 2 TEST filter-waveform_column /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-waveform_row make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hqdn3d] Error 2 TEST filter-waveform_envelope TEST filter-waveform_uv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-negate] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-histogram-levels] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-interlace-complex] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-vectorscope_gray make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-interlace] Error 2 TEST filter-vectorscope_color /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-waveform_row] Error 2 TEST filter-vectorscope_color3 TEST filter-vectorscope_color2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-vectorscope_color4 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-waveform_column] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-waveform_envelope] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-waveform_uv] Error 2 TEST filter-vectorscope_xy /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-mergeplanes make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-vectorscope_gray] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-vectorscope_color] Error 2 TEST filter-hstack /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-vstack make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-vectorscope_color2] Error 2 TEST filter-overlay /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-vectorscope_color4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-vectorscope_color3] Error 2 TEST filter-overlay_rgb TEST filter-overlay_yuv420 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-vectorscope_xy] Error 2 TEST filter-overlay_nv12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-mergeplanes] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-vstack] Error 2 TEST filter-overlay_nv21 TEST filter-overlay_yuv422 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-hstack] Error 2 TEST filter-overlay_yuv444 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-overlay] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-overlay_rgb] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-phase make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-overlay_yuv420] Error 2 TEST filter-removegrain-mode-00 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-removegrain-mode-01 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-overlay_nv12] Error 2 TEST filter-removegrain-mode-02 TEST filter-removegrain-mode-03 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-overlay_nv21] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-overlay_yuv422] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-removegrain-mode-04 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-overlay_yuv444] Error 2 TEST filter-removegrain-mode-05 TEST filter-removegrain-mode-06 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-phase] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-removegrain-mode-01] Error 2 TEST filter-removegrain-mode-07 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-removegrain-mode-03] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-00] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-removegrain-mode-08 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-removegrain-mode-02] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-removegrain-mode-04] Error 2 TEST filter-removegrain-mode-09 TEST filter-removegrain-mode-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-05] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-06] Error 2 TEST filter-removegrain-mode-11 TEST filter-removegrain-mode-12 TEST filter-removegrain-mode-13 TEST filter-removegrain-mode-14 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-08] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-07] Error 2 TEST filter-removegrain-mode-15 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-09] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-11] Error 2 TEST filter-removegrain-mode-16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-removegrain-mode-17 TEST filter-removegrain-mode-18 TEST filter-removegrain-mode-19 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-removegrain-mode-13] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-removegrain-mode-12] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-removegrain-mode-14] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-removegrain-mode-15] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-16] Error 2 TEST filter-removegrain-mode-20 TEST filter-removegrain-mode-21 TEST filter-removegrain-mode-22 TEST filter-removegrain-mode-23 TEST filter-removegrain-mode-24 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-19] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-18] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-separatefields make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-removegrain-mode-17] Error 2 TEST filter-weave /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-20] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-22] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-23] Error 2 TEST filter-select-alternate /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-removegrain-mode-21] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-removegrain-mode-24] Error 2 TEST filter-setpts TEST filter-shuffleframes TEST filter-shuffleplanes-dup-luma TEST filter-shuffleplanes-swapuv TEST filter-swaprect /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-separatefields] Error 2 TEST filter-tblend /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-select-alternate] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-shuffleplanes-dup-luma] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-setpts] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-weave] Error 2 TEST filter-telecine /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-shuffleframes] Error 2 TEST filter-transpose /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-shuffleplanes-swapuv] Error 2 TEST filter-trim-duration /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-swaprect] Error 2 TEST filter-trim-frame TEST filter-trim-mixed /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-tblend] Error 2 TEST filter-trim-time TEST filter-unsharp TEST filter-alphaextract_alphamerge_rgb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-telecine] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-transpose] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-trim-duration] Error 2 TEST filter-alphaextract_alphamerge_yuv TEST filter-crop /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-crop_scale make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-trim-frame] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-unsharp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-trim-mixed] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-alphaextract_alphamerge_rgb] Error 2 TEST filter-crop_scale_vflip /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-crop_vflip make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-trim-time] Error 2 TEST filter-null TEST filter-scale200 TEST filter-scale500 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-alphaextract_alphamerge_yuv] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-crop] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-crop_scale] Error 2 TEST filter-scale2ref_keep_aspect TEST filter-scalechroma TEST filter-vflip /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-crop_scale_vflip] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-crop_vflip] Error 2 TEST filter-colormatrix1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-null] Error 2 TEST filter-colormatrix2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-scale500] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-scale2ref_keep_aspect] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-scalechroma] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-scale200] Error 2 TEST filter-vflip_crop TEST filter-vflip_vflip TEST filter-edgedetect TEST filter-edgedetect-colormix /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-vflip] Error 2 TEST filter-hue TEST filter-idet /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-colormatrix1] Error 2 TEST filter-pad /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-colormatrix2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-vflip_crop] Error 2 TEST filter-qp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-vflip_vflip] Error 2 TEST filter-select /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-edgedetect] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-edgedetect-colormix] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-setdar make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-idet] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-hue] Error 2 TEST filter-setsar TEST filter-stereo3d-al-sbsl TEST filter-stereo3d-ar-abl TEST filter-stereo3d-abr-mr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pad] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-select] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-qp] Error 2 TEST filter-stereo3d-abr-ml TEST filter-stereo3d-sbsl-abl /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-stereo3d-sbsl-abr make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-stereo3d-al-sbsl] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-setsar] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-setdar] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-ar-abl] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-abr-mr] Error 2 TEST filter-stereo3d-sbsl-al TEST filter-stereo3d-sbsl-sbsr TEST filter-stereo3d-sbsl-agmc TEST filter-stereo3d-sbsl-agmd TEST filter-stereo3d-sbsl-agmg /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-stereo3d-abr-ml] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-sbsl-abl] Error 2 TEST filter-stereo3d-sbsl-agmh /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-sbsl-abr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-stereo3d-sbsl-arbg make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-sbsl-al] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-stereo3d-sbsl-agmc] Error 2 TEST filter-stereo3d-sbsl-arcc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-sbsl-agmd] Error 2 TEST filter-stereo3d-sbsl-arcd /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-sbsl-sbsr] Error 2 TEST filter-stereo3d-sbsl-arcg /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-sbsl-agmg] Error 2 TEST filter-stereo3d-sbsl-arch /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-stereo3d-sbsl-argg make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-stereo3d-sbsl-agmh] Error 2 TEST filter-stereo3d-sbsl-aybc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-stereo3d-sbsl-aybd make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-stereo3d-sbsl-arbg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-sbsl-arcc] Error 2 TEST filter-stereo3d-sbsl-aybg TEST filter-stereo3d-sbsl-aybh /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-stereo3d-sbsl-arcd] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-sbsl-arch] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-sbsl-argg] Error 2 TEST filter-thumbnail /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-sbsl-arcg] Error 2 TEST filter-tile TEST filter-pixdesc-yuv420p TEST filter-pixdesc-yuyv422 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-stereo3d-sbsl-aybc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-sbsl-aybg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-stereo3d-sbsl-aybd] Error 2 TEST filter-pixdesc-rgb24 TEST filter-pixdesc-bgr24 TEST filter-pixdesc-yuv422p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-stereo3d-sbsl-aybh] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuyv422] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-thumbnail] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-tile] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv420p] Error 2 TEST filter-pixdesc-yuv410p TEST filter-pixdesc-yuv444p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-rgb24] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-bgr24] Error 2 TEST filter-pixdesc-yuv411p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv422p] Error 2 TEST filter-pixdesc-gray TEST filter-pixdesc-monow TEST filter-pixdesc-monob TEST filter-pixdesc-yuvj420p TEST filter-pixdesc-yuvj422p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv444p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gray] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv410p] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv411p] Error 2 TEST filter-pixdesc-yuvj444p TEST filter-pixdesc-uyvy422 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-bgr8 TEST filter-pixdesc-bgr4_byte make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-monow] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-monob] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuvj422p] Error 2 TEST filter-pixdesc-rgb8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuvj420p] Error 2 TEST filter-pixdesc-rgb4_byte TEST filter-pixdesc-nv12 TEST filter-pixdesc-nv21 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-uyvy422] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuvj444p] Error 2 TEST filter-pixdesc-argb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-bgr8] Error 2 TEST filter-pixdesc-rgba /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-bgr4_byte] Error 2 TEST filter-pixdesc-abgr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-rgb8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-nv12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-bgra make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-nv21] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-rgb4_byte] Error 2 TEST filter-pixdesc-gray16le TEST filter-pixdesc-gray16be TEST filter-pixdesc-yuv440p TEST filter-pixdesc-yuvj440p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-argb] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-rgba] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-abgr] Error 2 TEST filter-pixdesc-yuva420p TEST filter-pixdesc-rgb48be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-bgra] Error 2 TEST filter-pixdesc-rgb48le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-gray16be] Error 2 TEST filter-pixdesc-rgb565be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-gray16le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv440p] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuvj440p] Error 2 TEST filter-pixdesc-rgb565le TEST filter-pixdesc-rgb555be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-rgb555le make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuva420p] Error 2 TEST filter-pixdesc-bgr565be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-rgb48be] Error 2 TEST filter-pixdesc-bgr565le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-rgb48le] Error 2 TEST filter-pixdesc-bgr555be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-rgb565be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-rgb565le] Error 2 TEST filter-pixdesc-bgr555le TEST filter-pixdesc-yuv420p16le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-bgr565be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-rgb555be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-yuv420p16be make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-rgb555le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-yuv422p16le TEST filter-pixdesc-yuv422p16be make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-bgr565le] Error 2 TEST filter-pixdesc-yuv444p16le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-bgr555be] Error 2 TEST filter-pixdesc-yuv444p16be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv420p16be] Error 2 TEST filter-pixdesc-rgb444le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv420p16le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-bgr555le] Error 2 TEST filter-pixdesc-rgb444be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-bgr444le make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv422p16le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-bgr444be make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv422p16be] Error 2 TEST filter-pixdesc-ya8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv444p16le] Error 2 TEST filter-pixdesc-bgr48be make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv444p16be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-bgr48le make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-rgb444le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-rgb444be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-bgr444be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-bgr444le] Error 2 TEST filter-pixdesc-yuv420p9be TEST filter-pixdesc-yuv420p9le TEST filter-pixdesc-yuv420p10be TEST filter-pixdesc-yuv420p10le TEST filter-pixdesc-yuv422p10be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-ya8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-bgr48be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv420p9be] Error 2 TEST filter-pixdesc-yuv422p10le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-yuv444p9be make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-bgr48le] Error 2 TEST filter-pixdesc-yuv444p9le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv420p9le] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv420p10le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv422p10be] Error 2 TEST filter-pixdesc-yuv444p10be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv420p10be] Error 2 TEST filter-pixdesc-yuv444p10le TEST filter-pixdesc-yuv422p9be TEST filter-pixdesc-yuv422p9le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv422p10le] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv444p9be] Error 2 TEST filter-pixdesc-gbrp TEST filter-pixdesc-gbrp9be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv444p9le] Error 2 TEST filter-pixdesc-gbrp9le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv444p10be] Error 2 TEST filter-pixdesc-gbrp10be make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv444p10le] Error 2 TEST filter-pixdesc-gbrp10le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv422p9be] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv422p9le] Error 2 TEST filter-pixdesc-gbrp16be TEST filter-pixdesc-gbrp16le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-gbrp] Error 2 TEST filter-pixdesc-yuva422p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-gbrp9le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gbrp9be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-yuva444p make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gbrp10be] Error 2 TEST filter-pixdesc-yuva420p9be TEST filter-pixdesc-yuva420p9le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gbrp10le] Error 2 TEST filter-pixdesc-yuva422p9be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-yuva422p9le make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-gbrp16be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gbrp16le] Error 2 TEST filter-pixdesc-yuva444p9be TEST filter-pixdesc-yuva444p9le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuva422p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuva420p9le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuva444p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-yuva420p10be TEST filter-pixdesc-yuva420p10le make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuva420p9be] Error 2 TEST filter-pixdesc-yuva422p10be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuva422p9le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuva422p9be] Error 2 TEST filter-pixdesc-yuva422p10le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-yuva444p10be make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuva444p9be] Error 2 TEST filter-pixdesc-yuva444p10le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuva444p9le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuva420p10be] Error 2 TEST filter-pixdesc-yuva420p16be TEST filter-pixdesc-yuva420p16le TEST filter-pixdesc-yuva422p16be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuva420p10le] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuva422p10be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuva422p10le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuva444p10be] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuva444p10le] Error 2 TEST filter-pixdesc-yuva422p16le TEST filter-pixdesc-yuva444p16be TEST filter-pixdesc-yuva444p16le TEST filter-pixdesc-xyz12le TEST filter-pixdesc-xyz12be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuva420p16be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuva422p16be] Error 2 TEST filter-pixdesc-rgba64be TEST filter-pixdesc-rgba64le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuva420p16le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuva444p16be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuva422p16le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuva444p16le] Error 2 TEST filter-pixdesc-bgra64be TEST filter-pixdesc-bgra64le TEST filter-pixdesc-yvyu422 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-gbrap make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-xyz12be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-xyz12le] Error 2 TEST filter-pixdesc-gbrap16be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-rgba64be] Error 2 TEST filter-pixdesc-gbrap16le TEST filter-pixdesc-0rgb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-rgba64le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-bgra64be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gbrap] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yvyu422] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-rgb0 TEST filter-pixdesc-0bgr make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-bgra64le] Error 2 TEST filter-pixdesc-bgr0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-yuv420p12be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gbrap16be] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-gbrap16le] Error 2 TEST filter-pixdesc-yuv420p12le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-0rgb] Error 2 TEST filter-pixdesc-yuv420p14be TEST filter-pixdesc-yuv420p14le TEST filter-pixdesc-yuv422p12be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-rgb0] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-0bgr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-bgr0] Error 2 TEST filter-pixdesc-yuv422p12le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv420p12be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-yuv422p14be make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv420p12le] Error 2 TEST filter-pixdesc-yuv422p14le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv420p14be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-yuv444p12be make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv422p12be] Error 2 TEST filter-pixdesc-yuv444p12le TEST filter-pixdesc-yuv444p14be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv420p14le] Error 2 TEST filter-pixdesc-yuv444p14le TEST filter-pixdesc-gbrp12be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv422p14be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv422p12le] Error 2 TEST filter-pixdesc-gbrp12le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv444p12be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv422p14le] Error 2 TEST filter-pixdesc-gbrp14be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-gbrp14le TEST filter-pixdesc-yuvj411p make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv444p12le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv444p14le] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv444p14be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-yuv440p10le make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gbrp12be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-yuv440p10be make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gbrp12le] Error 2 TEST filter-pixdesc-yuv440p12le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-gbrp14be] Error 2 TEST filter-pixdesc-yuv440p12be TEST filter-pixdesc-ayuv64le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-gbrp14le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-p010le make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuvj411p] Error 2 TEST filter-pixdesc-p010be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv440p10le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-yuv440p10be] Error 2 TEST filter-pixdesc-gbrap12be /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv440p12le] Error 2 TEST filter-pixdesc-gbrap12le TEST filter-pixdesc-gbrap10be TEST filter-pixdesc-gbrap10le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-ayuv64le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-p010le] Error 2 TEST filter-pixdesc-gray12be TEST filter-pixdesc-gray12le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-yuv440p12be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-p010be] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-gray10be make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gbrap12be] Error 2 TEST filter-pixdesc-gray10le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gbrap12le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixdesc-gray9be make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gbrap10le] Error 2 TEST filter-pixdesc-gray9le /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-gbrap10be] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-gray12be] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-gray12le] Error 2 TEST filter-pixfmts-copy /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gray10be] Error 2 TEST filter-pixfmts-crop /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixfmts-field make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gray10le] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixdesc-gray9be] Error 2 TEST filter-pixfmts-fieldmatch TEST filter-pixfmts-fieldorder TEST filter-pixfmts-hflip TEST filter-pixfmts-il /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixdesc-gray9le] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixfmts-copy] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixfmts-kerndeint make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixfmts-crop] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixfmts-field] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixfmts-fieldmatch] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixfmts-fieldorder] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixfmts-null TEST filter-pixfmts-lut make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixfmts-il] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixfmts-pad make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixfmts-hflip] Error 2 TEST filter-pixfmts-pullup TEST filter-pixfmts-rotate TEST filter-pixfmts-scale TEST filter-pixfmts-super2xsai /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixfmts-kerndeint] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixfmts-pad] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixfmts-null] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixfmts-lut] Error 2 TEST filter-pixfmts-swapuv TEST filter-pixfmts-tinterlace_cvlpf TEST filter-pixfmts-tinterlace_merge /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixfmts-pullup] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixfmts-scale] Error 2 TEST filter-pixfmts-tinterlace_pad /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-pixfmts-tinterlace_vlpf /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixfmts-rotate] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixfmts-super2xsai] Error 2 TEST filter-pixfmts-vflip TEST utvideoenc_rgba_left TEST utvideoenc_rgba_median /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixfmts-swapuv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST utvideoenc_rgba_none make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-pixfmts-tinterlace_vlpf] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixfmts-tinterlace_cvlpf] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixfmts-tinterlace_merge] Error 2 TEST utvideoenc_rgb_left /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-utvideoenc_rgba_left] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixfmts-tinterlace_pad] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-pixfmts-vflip] Error 2 TEST utvideoenc_rgb_median /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST utvideoenc_rgb_none make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideoenc_rgba_median] Error 2 TEST utvideoenc_yuv420_left TEST utvideoenc_yuv420_median TEST utvideoenc_yuv420_none TEST utvideoenc_yuv422_left /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideoenc_rgba_none] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideoenc_rgb_left] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-utvideoenc_rgb_median] Error 2 TEST utvideoenc_yuv422_median /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-utvideoenc_rgb_none] Error 2 TEST utvideoenc_yuv422_none TEST ffprobe_compact /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST ffprobe_csv make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideoenc_yuv420_median] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-utvideoenc_yuv420_left] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-utvideoenc_yuv420_none] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-utvideoenc_yuv422_left] Error 2 TEST ffprobe_default TEST ffprobe_flat TEST ffprobe_ini /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-utvideoenc_yuv422_median] Error 2 TEST ffprobe_json /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST ffprobe_xml make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ffprobe_compact] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ffprobe_csv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-utvideoenc_yuv422_none] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ffprobe_default] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ffprobe_flat] Error 2 GEN tests/data/vsynth_lena.yuv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST seek-extra-mp3 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ffprobe_ini] Error 2 TEST seek-cache-pipe TEST seek-mkv-codec-delay TEST seek-extra-mp4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ffprobe_json] Error 2 TEST filter-amix-simple /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST filter-amix-first make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ffprobe_xml] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-seek-cache-pipe] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-seek-mkv-codec-delay] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-seek-extra-mp4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-seek-extra-mp3] Error 2 TEST filter-amix-transition TEST segment-adts-to-mkv-header-000 TEST gaplessenc-pcm-to-mov-aac TEST segment-adts-to-mkv-header-001 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-amix-simple] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-amix-first] Error 2 TEST segment-adts-to-mkv-header-002 TEST nellymoser-aref-encode TEST segment-adts-to-mkv-header-all /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-filter-amix-transition] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-gaplessenc-pcm-to-mov-aac] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-segment-adts-to-mkv-header-001] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-segment-adts-to-mkv-header-000] Error 2 TEST v410enc TEST lavf-flv_fmt /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST checkasm-aacpsdsp make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-segment-adts-to-mkv-header-002] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-nellymoser-aref-encode] Error 2 TEST checkasm-alacdsp TEST checkasm-audiodsp TEST checkasm-bswapdsp TEST checkasm-blockdsp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-segment-adts-to-mkv-header-all] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-v410enc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-flv_fmt] Error 2 TEST checkasm-exrdsp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-alacdsp] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-aacpsdsp] Error 2 TEST checkasm-fixed_dsp TEST checkasm-flacdsp TEST checkasm-float_dsp TEST checkasm-fmtconvert /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-audiodsp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-bswapdsp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-checkasm-blockdsp] Error 2 TEST checkasm-g722dsp TEST checkasm-h264dsp TEST checkasm-h264pred /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-fixed_dsp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-float_dsp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-checkasm-flacdsp] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-checkasm-fmtconvert] Error 2 TEST checkasm-h264qpel /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-exrdsp] Error 2 TEST checkasm-hevc_add_res /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST checkasm-hevc_idct TEST checkasm-jpeg2000dsp make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-g722dsp] Error 2 TEST checkasm-llviddsp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-h264dsp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-checkasm-h264pred] Error 2 TEST checkasm-pixblockdsp TEST checkasm-sbrdsp TEST checkasm-synth_filter /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-h264qpel] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-checkasm-hevc_idct] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-checkasm-jpeg2000dsp] Error 2 TEST checkasm-v210enc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-llviddsp] Error 2 TEST checkasm-vf_blend TEST checkasm-vf_colorspace /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-hevc_add_res] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-pixblockdsp] Error 2 TEST checkasm-videodsp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-checkasm-sbrdsp] Error 2 TEST checkasm-vp9dsp TEST checkasm-vp8dsp /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-synth_filter] Error 2 TEST lavf-mxf TEST lavf-mxf_d10 TEST lavf-ts /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-v210enc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-vf_blend] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-checkasm-vf_colorspace] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-checkasm-videodsp] Error 2 TEST dct1d-4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-checkasm-vp9dsp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST idct1d-4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-checkasm-vp8dsp] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-mxf] Error 2 TEST idct1d-5 TEST dct1d-5 TEST dct1d-6 TEST idct1d-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lavf-mxf_d10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-lavf-ts] Error 2 TEST dct1d-7 TEST idct1d-7 TEST dct1d-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dct1d-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-idct1d-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-idct1d-5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dct1d-5] Error 2 TEST idct1d-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dct1d-9 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dct1d-6] Error 2 TEST idct1d-9 TEST dct1d-10 TEST idct1d-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-idct1d-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-idct1d-6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dct1d-8] Error 2 TEST dct1d-11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dct1d-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-idct1d-8] Error 2 TEST idct1d-11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dct1d-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST dct1d-12 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-idct1d-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST idct1d-12 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dct1d-10] Error 2 TEST fft-4 TEST ifft-4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-idct1d-10] Error 2 TEST fft-5 TEST ifft-5 TEST fft-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-idct1d-11] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dct1d-11] Error 2 TEST ifft-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-idct1d-12] Error 2 TEST fft-7 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ifft-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-dct1d-12] Error 2 TEST ifft-7 TEST ifft-8 TEST fft-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-6] Error 2 TEST fft-9 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ifft-6] Error 2 TEST ifft-9 TEST fft-10 TEST ifft-10 TEST fft-11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ifft-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST ifft-11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fft-8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fft-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ifft-9] Error 2 TEST fft-12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ifft-10] Error 2 TEST ifft-12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mdct-4 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fft-11] Error 2 TEST mdct-5 TEST imdct-4 TEST imdct-5 TEST mdct-6 TEST imdct-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-11] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mdct-7 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fft-12] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imdct-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST imdct-7 TEST mdct-8 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-6] Error 2 TEST imdct-8 TEST imdct-9 TEST mdct-9 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imdct-6] Error 2 TEST mdct-10 TEST imdct-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mdct-11 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-8] Error 2 TEST imdct-11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mdct-12 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imdct-7] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-9] Error 2 TEST imdct-12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imdct-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST rdft-4 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-10] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-11] Error 2 TEST irdft-4 TEST irdft-5 TEST rdft-5 TEST rdft-6 TEST irdft-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imdct-11] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST rdft-7 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-12] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rdft-4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rdft-5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST irdft-7 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-irdft-4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-irdft-5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rdft-6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-irdft-6] Error 2 TEST rdft-9 TEST rdft-8 TEST irdft-8 TEST irdft-9 TEST rdft-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST irdft-10 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-rdft-7] Error 2 TEST rdft-11 TEST irdft-11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-irdft-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-rdft-8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-irdft-8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rdft-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-irdft-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST rdft-12 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rdft-10] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-irdft-10] Error 2 TEST irdft-12 TEST fft-fixed-4 TEST ifft-fixed-4 TEST fft-fixed-5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-rdft-11] Error 2 TEST ifft-fixed-5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-irdft-11] Error 2 TEST fft-fixed-6 TEST ifft-fixed-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fft-fixed-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-rdft-12] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-irdft-12] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fft-fixed-5] Error 2 TEST fft-fixed-7 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-fixed-4] Error 2 TEST ifft-fixed-7 TEST fft-fixed-8 TEST ifft-fixed-8 TEST fft-fixed-9 TEST ifft-fixed-9 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-fixed-5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-fixed-6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ifft-fixed-6] Error 2 TEST fft-fixed-10 TEST ifft-fixed-10 TEST fft-fixed-11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-fixed-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-fixed-7] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-fixed-8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-fixed-9] Error 2 TEST ifft-fixed-11 TEST fft-fixed-12 TEST ifft-fixed-12 TEST mdct-fixed-4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-fixed-8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-fixed-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-fixed-9] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-fixed-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fft-fixed-11] Error 2 TEST imdct-fixed-4 TEST mdct-fixed-5 TEST imdct-fixed-5 TEST imdct-fixed-6 TEST mdct-fixed-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-fixed-12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-fixed-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ifft-fixed-11] Error 2 TEST mdct-fixed-7 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-fixed-12] Error 2 TEST imdct-fixed-7 TEST mdct-fixed-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-fixed-5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-fixed-6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-fixed-6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-fixed-4] Error 2 TEST imdct-fixed-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imdct-fixed-5] Error 2 TEST mdct-fixed-9 TEST imdct-fixed-9 TEST mdct-fixed-10 TEST imdct-fixed-10 TEST mdct-fixed-11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-fixed-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-fixed-8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-fixed-7] Error 2 TEST imdct-fixed-11 TEST mdct-fixed-12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-fixed-9] Error 2 TEST imdct-fixed-12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imdct-fixed-8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST fft-fixed32-4 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-fixed-9] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-fixed-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-fixed-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-fixed-11] Error 2 TEST ifft-fixed32-4 TEST mdct-fixed32-4 TEST imdct-fixed32-4 TEST fft-fixed32-5 TEST ifft-fixed32-5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imdct-fixed-12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-fixed-11] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-fixed-12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mdct-fixed32-5 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fft-fixed32-4] Error 2 TEST imdct-fixed32-5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-fixed32-4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-fixed32-4] Error 2 TEST fft-fixed32-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST ifft-fixed32-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-fixed32-4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fft-fixed32-5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mdct-fixed32-6 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ifft-fixed32-5] Error 2 TEST imdct-fixed32-6 TEST fft-fixed32-7 TEST ifft-fixed32-7 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-fixed32-5] Error 2 TEST mdct-fixed32-7 TEST imdct-fixed32-7 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-fixed32-6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imdct-fixed32-5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST fft-fixed32-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ifft-fixed32-6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-fixed32-6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-fixed32-6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fft-fixed32-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST ifft-fixed32-8 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ifft-fixed32-7] Error 2 TEST mdct-fixed32-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST imdct-fixed32-8 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-fixed32-7] Error 2 TEST fft-fixed32-9 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-fixed32-7] Error 2 TEST ifft-fixed32-9 TEST mdct-fixed32-9 TEST fft-fixed32-10 TEST imdct-fixed32-9 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-fixed32-8] Error 2 TEST ifft-fixed32-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-fixed32-8] Error 2 TEST mdct-fixed32-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-fixed32-9] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-fixed32-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imdct-fixed32-8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-fixed32-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-fixed32-8] Error 2 TEST imdct-fixed32-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST fft-fixed32-11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fft-fixed32-10] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imdct-fixed32-9] Error 2 TEST ifft-fixed32-11 TEST mdct-fixed32-11 TEST imdct-fixed32-11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-ifft-fixed32-10] Error 2 TEST fft-fixed32-12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-mdct-fixed32-10] Error 2 TEST ifft-fixed32-12 TEST mdct-fixed32-12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-fixed32-10] Error 2 TEST imdct-fixed32-12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fft-fixed32-11] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-dct1d-4 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-fixed32-11] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-fixed32-11] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-idct1d-4 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-imdct-fixed32-11] Error 2 TEST av-dct1d-5 TEST av-idct1d-5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ifft-fixed32-12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-dct1d-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-fft-fixed32-12] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mdct-fixed32-12] Error 2 TEST av-idct1d-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-dct1d-7 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imdct-fixed32-12] Error 2 TEST av-idct1d-7 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-dct1d-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-idct1d-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-dct1d-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-dct1d-5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-idct1d-5] Error 2 TEST av-idct1d-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-dct1d-9 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-dct1d-6] Error 2 TEST av-idct1d-9 TEST av-dct1d-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-dct1d-7] Error 2 TEST av-idct1d-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-dct1d-11 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-idct1d-6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-idct1d-7] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-dct1d-8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-idct1d-8] Error 2 TEST av-idct1d-11 TEST av-dct1d-12 TEST av-idct1d-12 TEST av-fft-4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-dct1d-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-dct1d-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-idct1d-9] Error 2 TEST av-ifft-4 TEST av-fft-5 TEST av-ifft-5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-idct1d-10] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-dct1d-11] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-idct1d-11] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-idct1d-12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-fft-6 TEST av-ifft-6 TEST av-fft-7 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-dct1d-12] Error 2 TEST av-ifft-7 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-ifft-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-fft-4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-fft-5] Error 2 TEST av-fft-8 TEST av-ifft-8 TEST av-fft-9 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-ifft-5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-ifft-9 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-fft-6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-ifft-6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-fft-7] Error 2 TEST av-fft-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-ifft-7] Error 2 TEST av-ifft-10 TEST av-fft-11 TEST av-ifft-11 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-fft-8] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-ifft-8] Error 2 TEST av-fft-12 TEST av-ifft-12 TEST av-mdct-4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-fft-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-ifft-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-fft-10] Error 2 TEST av-imdct-4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-fft-11] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-ifft-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-ifft-11] Error 2 TEST av-mdct-5 TEST av-imdct-5 TEST av-mdct-6 TEST av-imdct-6 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-fft-12] Error 2 TEST av-mdct-7 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-ifft-12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-imdct-7 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-mdct-4] Error 2 TEST av-mdct-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-mdct-5] Error 2 TEST av-imdct-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-imdct-4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-imdct-5] Error 2 TEST av-mdct-9 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-mdct-6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-imdct-6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-mdct-7] Error 2 TEST av-imdct-9 TEST av-mdct-10 TEST av-imdct-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-imdct-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-mdct-11 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-mdct-8] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-imdct-11 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-imdct-8] Error 2 TEST av-mdct-12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-imdct-12 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-mdct-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-mdct-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-imdct-9] Error 2 TEST av-rdft-4 TEST av-irdft-4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-rdft-5 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-imdct-10] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-mdct-11] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-irdft-5 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-imdct-11] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-mdct-12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-imdct-12] Error 2 TEST av-rdft-6 TEST av-irdft-6 TEST av-rdft-7 TEST av-irdft-7 TEST av-rdft-8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-rdft-4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-irdft-4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-rdft-5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-irdft-8 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-irdft-5] Error 2 TEST av-rdft-9 TEST av-irdft-9 TEST av-rdft-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-rdft-6] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-irdft-6] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-irdft-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-rdft-7] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-rdft-8] Error 2 TEST av-irdft-10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-irdft-8] Error 2 TEST av-rdft-11 TEST av-irdft-11 TEST av-rdft-12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST av-irdft-12 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-rdft-9] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-irdft-9] Error 2 TEST avpacket /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-rdft-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-av-irdft-10] Error 2 TEST cabac TEST celp_math TEST golomb TEST idct8x8-0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-irdft-11] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-rdft-11] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-rdft-12] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-avpacket] Error 2 TEST idct8x8-1 TEST idct248 TEST idct8x8-2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-av-irdft-12] Error 2 TEST dct8x8 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cabac] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-celp_math] Error 2 TEST iirfilter /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-idct8x8-0] Error 2 TEST libavcodec-options /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-golomb] Error 2 TEST rangecoder /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-idct8x8-1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST mathops TEST j2k-dwt make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-idct248] Error 2 TEST libavcodec-utils /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-idct8x8-2] Error 2 TEST libavcodec-huffman /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dct8x8] Error 2 TEST libavcodec-htmlsubtitles make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-libavcodec-options] Error 2 TEST noproxy /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-iirfilter] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-rangecoder] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-mathops] Error 2 TEST srtp TEST url TEST adler32 TEST aes /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-j2k-dwt] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-libavcodec-utils] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-libavcodec-huffman] Error 2 TEST aes_ctr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-libavcodec-htmlsubtitles] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-noproxy] Error 2 TEST camellia TEST cast5 TEST atomic /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST audio_fifo /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-adler32] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-srtp] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-url] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-aes] Error 2 TEST avstring TEST blowfish TEST base64 TEST bprint /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-camellia] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-aes_ctr] Error 2 TEST cpu /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cast5] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-audio_fifo] Error 2 TEST crc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-atomic] Error 2 TEST color_utils /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST des make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-avstring] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-base64] Error 2 TEST dict /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-blowfish] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-bprint] Error 2 TEST eval TEST fifo TEST hash /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST hmac /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cpu] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-crc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-color_utils] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST imgutils make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-des] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST lfg make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-dict] Error 2 TEST md5 TEST murmur3 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST parseutils make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-fifo] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-eval] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hash] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-hmac] Error 2 TEST pixfmt_best /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST display make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-imgutils] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-lfg] Error 2 TEST random_seed /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-md5] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-murmur3] Error 2 TEST ripemd /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-parseutils] Error 2 TEST sha TEST sha512 TEST tree TEST twofish TEST xtea /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-pixfmt_best] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-display] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST tea TEST opt make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-random_seed] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-ripemd] Error 2 TEST cpu_init /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-sha] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-tree] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST pixelutils make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sha512] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-twofish] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-xtea] Error 2 TEST sws-pixdesc-query TEST filter-formats TEST vsynth2-amv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-asv1 TEST vsynth2-asv2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-tea] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-opt] Error 2 TEST vsynth2-cinepak TEST vsynth2-cljr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-pixelutils] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-cpu_init] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sws-pixdesc-query] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-filter-formats] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-amv] Error 2 TEST vsynth2-dnxhd-720p TEST vsynth2-dnxhd-720p-rd TEST vsynth2-dnxhd-720p-10bit /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-asv2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-dnxhd-720p-hr-lb make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-asv1] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-cinepak] Error 2 TEST vsynth2-dnxhd-4k-hr-lb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-dnxhd-uhd-hr-sq make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-cljr] Error 2 TEST vsynth2-dnxhd-2k-hr-hq TEST vsynth2-dnxhd-edge1-hr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-dnxhd-edge2-hr make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-dnxhd-720p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-dnxhd-720p-10bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-dnxhd-720p-hr-lb] Error 2 TEST vsynth2-dnxhd-edge3-hr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-dnxhd-720p-rd] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-dnxhd-4k-hr-lb] Error 2 TEST vsynth2-vc2-420p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-dnxhd-uhd-hr-sq] Error 2 TEST vsynth2-vc2-420p10 TEST vsynth2-vc2-420p12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-dnxhd-2k-hr-hq] Error 2 TEST vsynth2-vc2-422p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-dnxhd-edge1-hr] Error 2 TEST vsynth2-vc2-422p10 TEST vsynth2-vc2-422p12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-dnxhd-edge2-hr] Error 2 TEST vsynth2-vc2-444p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-dnxhd-edge3-hr] Error 2 TEST vsynth2-vc2-444p10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-vc2-420p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-vc2-420p10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-vc2-420p12] Error 2 TEST vsynth2-vc2-444p12 TEST vsynth2-dnxhd-1080i TEST vsynth2-dnxhd-1080i-10bit TEST vsynth2-dnxhd-1080i-colr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-vc2-422p] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-vc2-422p12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-vc2-422p10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-vc2-444p] Error 2 TEST vsynth2-dnxhd-hr-lb-mov TEST vsynth2-dnxhd-hr-sq-mov TEST vsynth2-dnxhd-hr-hq-mov TEST vsynth2-dv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-vc2-444p10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-vc2-444p12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-dnxhd-1080i] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-dnxhd-1080i-colr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-dnxhd-1080i-10bit] Error 2 TEST vsynth2-dv-411 TEST vsynth2-dv-50 TEST vsynth2-ffv1 TEST vsynth2-ffv1-v0 TEST vsynth2-ffv1-v3-yuv420p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-dnxhd-hr-sq-mov] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-dnxhd-hr-lb-mov] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-dnxhd-hr-hq-mov] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-dv] Error 2 TEST vsynth2-ffv1-v3-yuv422p10 TEST vsynth2-ffv1-v3-yuv444p16 TEST vsynth2-ffv1-v3-bgr0 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-dv-411] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-dv-50] Error 2 TEST vsynth2-ffv1-v3-rgb48 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-ffv1] Error 2 TEST vsynth2-ffvhuff TEST vsynth2-ffvhuff444 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-ffv1-v0] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-ffv1-v3-yuv420p] Error 2 TEST vsynth2-ffvhuff420p12 TEST vsynth2-ffvhuff422p10left TEST vsynth2-ffvhuff444p16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-ffv1-v3-yuv422p10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-ffv1-v3-bgr0] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-ffv1-v3-rgb48] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-ffv1-v3-yuv444p16] Error 2 TEST vsynth2-flashsv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-ffvhuff444] Error 2 TEST vsynth2-flashsv2 TEST vsynth2-flv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-ffvhuff] Error 2 TEST vsynth2-h261 TEST vsynth2-h261-trellis TEST vsynth2-h263 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-ffvhuff420p12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-ffvhuff422p10left] Error 2 TEST vsynth2-h263-obmc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-ffvhuff444p16] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-flashsv2] Error 2 TEST vsynth2-h263p /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-flashsv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-h261] Error 2 TEST vsynth2-huffyuv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-huffyuvbgr24 TEST vsynth2-huffyuvbgra make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-flv] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-h261-trellis] Error 2 TEST vsynth2-jpegls /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-h263] Error 2 TEST vsynth2-jpeg2000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-h263-obmc] Error 2 TEST vsynth2-jpeg2000-97 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-h263p] Error 2 TEST vsynth2-ljpeg TEST vsynth2-mjpeg /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-huffyuvbgr24] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-mjpeg-422 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-huffyuv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-huffyuvbgra] Error 2 TEST vsynth2-mjpeg-444 TEST vsynth2-mjpeg-trell /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-jpegls] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-jpeg2000] Error 2 TEST vsynth2-mjpeg-huffman TEST vsynth2-mjpeg-trell-huffman /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-ljpeg] Error 2 TEST vsynth2-mpeg1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-jpeg2000-97] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mjpeg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mjpeg-422] Error 2 TEST vsynth2-mpeg1b TEST vsynth2-mpeg2 TEST vsynth2-mpeg2-422 TEST vsynth2-mpeg2-idct-int /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mjpeg-444] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mjpeg-trell] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-mpeg2-ilace make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mjpeg-huffman] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mpeg1] Error 2 TEST vsynth2-mpeg2-ivlc-qprd TEST vsynth2-mpeg2-thread /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-mpeg2-thread-ivlc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mjpeg-trell-huffman] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mpeg2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mpeg1b] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mpeg2-422] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mpeg2-idct-int] Error 2 TEST vsynth2-mpeg4 TEST vsynth2-mpeg4-rc TEST vsynth2-mpeg4-adv TEST vsynth2-mpeg4-qprd /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mpeg2-ilace] Error 2 TEST vsynth2-mpeg4-adap TEST vsynth2-mpeg4-qpel /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mpeg2-ivlc-qprd] Error 2 TEST vsynth2-mpeg4-thread /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mpeg2-thread] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mpeg2-thread-ivlc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mpeg4-adv] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mpeg4-rc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mpeg4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mpeg4-qprd] Error 2 TEST vsynth2-mpeg4-error /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-mpeg4-nr TEST vsynth2-mpeg4-nsse make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mpeg4-qpel] Error 2 TEST vsynth2-msmpeg4 TEST vsynth2-msmpeg4v2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-mpng make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mpeg4-adap] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mpeg4-thread] Error 2 TEST vsynth2-msvideo1 TEST vsynth2-prores_ks TEST vsynth2-prores /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mpeg4-nr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mpeg4-nsse] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mpeg4-error] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-msmpeg4] Error 2 TEST vsynth2-qtrle TEST vsynth2-qtrlegray TEST vsynth2-rgb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-bpp1 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-msmpeg4v2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-msvideo1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mpng] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-prores_ks] Error 2 TEST vsynth2-bpp15 TEST vsynth2-mov-bgr24 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-prores] Error 2 TEST vsynth2-mov-bpp15 TEST vsynth2-mov-bpp16 TEST vsynth2-roqvideo /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-qtrle] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-rgb] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-qtrlegray] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-rv10 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-bpp1] Error 2 TEST vsynth2-rv20 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-bpp15] Error 2 TEST vsynth2-snow TEST vsynth2-snow-hpel /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-snow-ll /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mov-bgr24] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-mov-bpp16] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-mov-bpp15] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-svq1 TEST vsynth2-r210 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-roqvideo] Error 2 TEST vsynth2-v210 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-v210-10 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-rv10] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-rv20] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-v308 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-snow] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-snow-hpel] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-snow-ll] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-v408 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-svq1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-avui /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth2-wmv1 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-r210] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-v210] Error 2 TEST vsynth2-wmv2 TEST vsynth2-yuv TEST vsynth2-xface TEST vsynth2-yuv4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-v308] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-v210-10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-v408] Error 2 TEST vsynth2-y41p TEST vsynth2-zlib /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-amv make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-wmv1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-wmv2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-asv1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-avui] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-yuv] Error 2 TEST vsynth_lena-asv2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-cinepak make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-xface] Error 2 TEST vsynth_lena-cljr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-yuv4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth2-y41p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-dnxhd-720p make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth2-zlib] Error 2 TEST vsynth_lena-dnxhd-720p-rd /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-amv] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-asv1] Error 2 TEST vsynth_lena-dnxhd-720p-10bit TEST vsynth_lena-dnxhd-720p-hr-lb TEST vsynth_lena-dnxhd-4k-hr-lb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-dnxhd-uhd-hr-sq /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-asv2] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-cinepak] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-cljr] Error 2 TEST vsynth_lena-dnxhd-2k-hr-hq /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-dnxhd-720p] Error 2 TEST vsynth_lena-dnxhd-edge1-hr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-dnxhd-edge2-hr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-dnxhd-720p-rd] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-dnxhd-720p-10bit] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-dnxhd-720p-hr-lb] Error 2 TEST vsynth_lena-dnxhd-edge3-hr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-dnxhd-uhd-hr-sq] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-vc2-420p make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-dnxhd-4k-hr-lb] Error 2 TEST vsynth_lena-vc2-420p10 TEST vsynth_lena-vc2-420p12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-vc2-422p TEST vsynth_lena-vc2-422p10 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-dnxhd-2k-hr-hq] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-dnxhd-edge2-hr] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-dnxhd-edge1-hr] Error 2 TEST vsynth_lena-vc2-422p12 TEST vsynth_lena-vc2-444p TEST vsynth_lena-vc2-444p10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-vc2-420p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-vc2-420p10] Error 2 TEST vsynth_lena-vc2-444p12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-dnxhd-edge3-hr] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-vc2-422p] Error 2 TEST vsynth_lena-dnxhd-1080i /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-dnxhd-1080i-10bit make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-vc2-420p12] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-vc2-422p10] Error 2 TEST vsynth_lena-dnxhd-1080i-colr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-vc2-422p12] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-vc2-444p10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-dnxhd-hr-lb-mov make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-vc2-444p] Error 2 TEST vsynth_lena-dnxhd-hr-sq-mov TEST vsynth_lena-dnxhd-hr-hq-mov TEST vsynth_lena-dv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-dv-411 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-vc2-444p12] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-dnxhd-1080i] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-dnxhd-1080i-10bit] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-dnxhd-1080i-colr] Error 2 TEST vsynth_lena-dv-50 TEST vsynth_lena-ffv1 TEST vsynth_lena-ffv1-v0 TEST vsynth_lena-ffv1-v3-yuv420p TEST vsynth_lena-ffv1-v3-yuv422p10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-dnxhd-hr-hq-mov] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-dnxhd-hr-lb-mov] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-dnxhd-hr-sq-mov] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-dv] Error 2 TEST vsynth_lena-ffv1-v3-yuv444p16 TEST vsynth_lena-ffv1-v3-bgr0 TEST vsynth_lena-ffv1-v3-rgb48 TEST vsynth_lena-ffvhuff /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-dv-411] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-dv-50] Error 2 TEST vsynth_lena-ffvhuff444 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-ffv1-v3-yuv420p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-ffv1-v3-yuv422p10] Error 2 TEST vsynth_lena-ffvhuff420p12 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-ffv1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-ffvhuff422p10left make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-ffv1-v0] Error 2 TEST vsynth_lena-ffvhuff444p16 TEST vsynth_lena-flashsv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-ffv1-v3-yuv444p16] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-ffv1-v3-bgr0] Error 2 TEST vsynth_lena-flashsv2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-ffv1-v3-rgb48] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-flv make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-ffvhuff] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-ffvhuff444] Error 2 TEST vsynth_lena-h261 TEST vsynth_lena-h261-trellis /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-ffvhuff420p12] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-h263 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-ffvhuff422p10left] Error 2 TEST vsynth_lena-h263-obmc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-h263p make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-ffvhuff444p16] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-flashsv] Error 2 TEST vsynth_lena-huffyuv /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-flashsv2] Error 2 TEST vsynth_lena-huffyuvbgr24 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-flv] Error 2 TEST vsynth_lena-huffyuvbgra /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-h261-trellis] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-h261] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-jpegls /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-h263-obmc] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-h263] Error 2 TEST vsynth_lena-jpeg2000 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-jpeg2000-97 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-h263p] Error 2 TEST vsynth_lena-ljpeg TEST vsynth_lena-mjpeg /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-mjpeg-422 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-huffyuv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-huffyuvbgr24] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-huffyuvbgra] Error 2 TEST vsynth_lena-mjpeg-444 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-jpegls] Error 2 TEST vsynth_lena-mjpeg-trell TEST vsynth_lena-mjpeg-huffman /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-jpeg2000] Error 2 TEST vsynth_lena-mjpeg-trell-huffman TEST vsynth_lena-mpeg1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-jpeg2000-97] Error 2 TEST vsynth_lena-mpeg1b /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mjpeg-422] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mjpeg] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-ljpeg] Error 2 TEST vsynth_lena-mpeg2 TEST vsynth_lena-mpeg2-422 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-mpeg2-idct-int /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mjpeg-444] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mjpeg-trell] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mjpeg-huffman] Error 2 TEST vsynth_lena-mpeg2-ilace /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-mpeg2-ivlc-qprd /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mjpeg-trell-huffman] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mpeg1] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-mpeg2-thread make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mpeg1b] Error 2 TEST vsynth_lena-mpeg2-thread-ivlc TEST vsynth_lena-mpeg4 TEST vsynth_lena-mpeg4-rc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-mpeg4-adv make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mpeg2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mpeg2-422] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mpeg2-idct-int] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mpeg2-ilace] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-mpeg4-qprd make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mpeg2-ivlc-qprd] Error 2 TEST vsynth_lena-mpeg4-adap TEST vsynth_lena-mpeg4-qpel /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-mpeg4-thread make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mpeg2-thread-ivlc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-mpeg4-error make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mpeg2-thread] Error 2 TEST vsynth_lena-mpeg4-nr /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mpeg4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mpeg4-rc] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-mpeg4-nsse make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mpeg4-adv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-msmpeg4 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mpeg4-qprd] Error 2 TEST vsynth_lena-msmpeg4v2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mpeg4-adap] Error 2 TEST vsynth_lena-mpng /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-msvideo1 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mpeg4-thread] Error 2 TEST vsynth_lena-prores /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mpeg4-qpel] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mpeg4-nr] Error 2 TEST vsynth_lena-prores_ks /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mpeg4-error] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mpeg4-nsse] Error 2 TEST vsynth_lena-qtrle TEST vsynth_lena-qtrlegray /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-msmpeg4] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-msmpeg4v2] Error 2 TEST vsynth_lena-rgb /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-mpng] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-msvideo1] Error 2 TEST vsynth_lena-bpp1 TEST vsynth_lena-bpp15 TEST vsynth_lena-mov-bgr24 TEST vsynth_lena-mov-bpp15 TEST vsynth_lena-mov-bpp16 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-prores] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-prores_ks] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-qtrle] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-roqvideo make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-qtrlegray] Error 2 TEST vsynth_lena-rv10 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-rv20 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-rgb] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-bpp1] Error 2 TEST vsynth_lena-snow /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mov-bgr24] Error 2 TEST vsynth_lena-snow-hpel /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-bpp15] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mov-bpp15] Error 2 TEST vsynth_lena-snow-ll /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-mov-bpp16] Error 2 TEST vsynth_lena-svq1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-roqvideo] Error 2 TEST vsynth_lena-r210 TEST vsynth_lena-v210 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-v210-10 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-rv10] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-v308 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-rv20] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-snow-hpel] Error 2 TEST vsynth_lena-v408 TEST vsynth_lena-avui /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-snow-ll] Error 2 TEST vsynth_lena-wmv1 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-snow] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-svq1] Error 2 TEST vsynth_lena-wmv2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-r210] Error 2 TEST vsynth_lena-yuv TEST vsynth_lena-xface /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-v210] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-v210-10] Error 2 make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-v308] Error 2 TEST vsynth_lena-yuv4 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-v408] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file TEST vsynth_lena-y41p make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-avui] Error 2 TEST vsynth_lena-zlib /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-wmv1] Error 2 TEST force_key_frames TEST sub2video /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:226: fate-vsynth_lena-wmv2] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-yuv] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-xface] Error 2 TEST movenc /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-yuv4] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-zlib] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-vsynth_lena-y41p] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-force_key_frames] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-sub2video] Error 2 /home/fate/ffmpeg/tests/fate-run.sh: line 418: syntax error: unexpected end of file make: *** [/home/fate/ffmpeg/tests/Makefile:227: fate-movenc] Error 2 make: Target 'fate' not remade because of errors.