http://git.altlinux.org/tasks/168439/logs/events.2.1.log
2016-Aug-09 08:40:42 :: test-only task #168439 for sisyphus resumed by taf: #100 build 0.2.0-alt1 from /people/taf/packages/libbctoolbox.git #200 build 1.5.0-alt1 from /people/taf/packages/libbelle-sip.git #300 build 0.27.0-alt1 from /people/taf/packages/libortp.git #400 build 2.14.0-alt1 from /people/taf/packages/libmediastreamer.git #500 build 3.10.0-alt1 from /people/taf/packages/linphone.git #600 build 2.1.2-alt2 from /people/taf/packages/libmediastreamer-ilbc.git #700 build 1.5.2-alt3 from /people/taf/packages/libmediastreamer-x264.git 2016-Aug-09 08:43:39 :: created build repo 2016-Aug-09 08:43:51 :: [x86_64] #100 libbctoolbox.git 0.2.0-alt1: build start 2016-Aug-09 08:43:51 :: [i586] #100 libbctoolbox.git 0.2.0-alt1: build start 2016-Aug-09 08:44:34 :: [x86_64] libbctoolbox.git 0.2.0-alt1: remote: no need to rebuild 2016-Aug-09 08:44:35 :: [i586] libbctoolbox.git 0.2.0-alt1: remote: no need to rebuild 2016-Aug-09 08:44:36 :: [i586] #100 libbctoolbox.git 0.2.0-alt1: build OK 2016-Aug-09 08:44:36 :: [x86_64] #100 libbctoolbox.git 0.2.0-alt1: build OK 2016-Aug-09 08:44:36 :: [i586] #200 libbelle-sip.git 1.5.0-alt1: build start 2016-Aug-09 08:44:36 :: [x86_64] #200 libbelle-sip.git 1.5.0-alt1: build start 2016-Aug-09 08:44:59 :: [i586] libbelle-sip.git 1.5.0-alt1: remote: no need to rebuild 2016-Aug-09 08:44:59 :: [x86_64] libbelle-sip.git 1.5.0-alt1: remote: no need to rebuild 2016-Aug-09 08:45:00 :: [i586] #200 libbelle-sip.git 1.5.0-alt1: build OK 2016-Aug-09 08:45:01 :: [i586] #300 libortp.git 0.27.0-alt1: build start 2016-Aug-09 08:45:01 :: [x86_64] #200 libbelle-sip.git 1.5.0-alt1: build OK 2016-Aug-09 08:45:01 :: [x86_64] #300 libortp.git 0.27.0-alt1: build start 2016-Aug-09 08:45:22 :: [x86_64] libortp.git 0.27.0-alt1: remote: no need to rebuild 2016-Aug-09 08:45:22 :: [i586] libortp.git 0.27.0-alt1: remote: no need to rebuild 2016-Aug-09 08:45:23 :: [i586] #300 libortp.git 0.27.0-alt1: build OK 2016-Aug-09 08:45:23 :: [x86_64] #300 libortp.git 0.27.0-alt1: build OK 2016-Aug-09 08:45:24 :: [i586] #400 libmediastreamer.git 2.14.0-alt1: build start 2016-Aug-09 08:45:24 :: [x86_64] #400 libmediastreamer.git 2.14.0-alt1: build start 2016-Aug-09 08:45:50 :: [i586] libmediastreamer.git 2.14.0-alt1: remote: no need to rebuild 2016-Aug-09 08:45:50 :: [x86_64] libmediastreamer.git 2.14.0-alt1: remote: no need to rebuild 2016-Aug-09 08:45:50 :: [i586] #400 libmediastreamer.git 2.14.0-alt1: build OK 2016-Aug-09 08:45:51 :: [i586] #500 linphone.git 3.10.0-alt1: build start 2016-Aug-09 08:45:52 :: [x86_64] #400 libmediastreamer.git 2.14.0-alt1: build OK 2016-Aug-09 08:45:52 :: [x86_64] #500 linphone.git 3.10.0-alt1: build start 2016-Aug-09 08:46:25 :: [i586] linphone.git 3.10.0-alt1: remote: no need to rebuild 2016-Aug-09 08:46:25 :: [x86_64] linphone.git 3.10.0-alt1: remote: no need to rebuild 2016-Aug-09 08:46:26 :: [i586] #500 linphone.git 3.10.0-alt1: build OK 2016-Aug-09 08:46:27 :: [i586] #600 libmediastreamer-ilbc.git 2.1.2-alt2: build start 2016-Aug-09 08:46:28 :: [x86_64] #500 linphone.git 3.10.0-alt1: build OK 2016-Aug-09 08:46:28 :: [x86_64] #600 libmediastreamer-ilbc.git 2.1.2-alt2: build start 2016-Aug-09 08:47:21 :: [i586] #600 libmediastreamer-ilbc.git 2.1.2-alt2: build OK 2016-Aug-09 08:47:22 :: [i586] #700 libmediastreamer-x264.git 1.5.2-alt3: build start 2016-Aug-09 08:47:23 :: [x86_64] #600 libmediastreamer-ilbc.git 2.1.2-alt2: build OK 2016-Aug-09 08:47:24 :: [x86_64] #700 libmediastreamer-x264.git 1.5.2-alt3: build start msx264.c: In function 'enc_init': msx264.c:132:2: error: 'ms_get_cpu_count' is deprecated [-Werror=deprecated-declarations] d->vconf = ms_video_find_best_configuration_for_bitrate(d->vconf_list, 384000, ms_get_cpu_count()); -- msx264.c: In function 'enc_preprocess': msx264.c:173:2: error: 'ms_get_cpu_count' is deprecated [-Werror=deprecated-declarations] params->i_threads=ms_get_cpu_count(); -- MS2_PUBLIC MS2_DEPRECATED unsigned int ms_get_cpu_count(void); msx264.c:179:2: error: 'ms_get_payload_max_size' is deprecated [-Werror=deprecated-declarations] params->i_slice_max_size=ms_get_payload_max_size()-100; /*-100 security margin*/ -- msx264.c: In function 'enc_set_br': msx264.c:331:3: error: 'ms_get_cpu_count' is deprecated [-Werror=deprecated-declarations] MSVideoConfiguration best_vconf = ms_video_find_best_configuration_for_bitrate(d->vconf_list, br, ms_get_cpu_count()); -- msx264.c: In function 'enc_set_vsize': msx264.c:360:2: error: 'ms_get_cpu_count' is deprecated [-Werror=deprecated-declarations] best_vconf = ms_video_find_best_configuration_for_size(d->vconf_list, *vs, ms_get_cpu_count()); -- msx264.c: In function 'libmsx264_init': msx264.c:447:2: error: 'ms_filter_register' is deprecated [-Werror=deprecated-declarations] ms_filter_register(&x264_enc_desc); -- MS2_PUBLIC MS2_DEPRECATED void ms_filter_register(MSFilterDesc *desc); cc1: all warnings being treated as errors make[2]: *** [msx264.lo] Error 1 2016-Aug-09 08:48:06 :: [i586] libmediastreamer-x264.git 1.5.2-alt3: remote: build failed msx264.c: In function 'enc_init': msx264.c:132:2: error: 'ms_get_cpu_count' is deprecated [-Werror=deprecated-declarations] d->vconf = ms_video_find_best_configuration_for_bitrate(d->vconf_list, 384000, ms_get_cpu_count()); -- msx264.c: In function 'enc_preprocess': msx264.c:173:2: error: 'ms_get_cpu_count' is deprecated [-Werror=deprecated-declarations] params->i_threads=ms_get_cpu_count(); -- MS2_PUBLIC MS2_DEPRECATED unsigned int ms_get_cpu_count(void); msx264.c:179:2: error: 'ms_get_payload_max_size' is deprecated [-Werror=deprecated-declarations] params->i_slice_max_size=ms_get_payload_max_size()-100; /*-100 security margin*/ -- msx264.c: In function 'enc_set_br': msx264.c:331:3: error: 'ms_get_cpu_count' is deprecated [-Werror=deprecated-declarations] MSVideoConfiguration best_vconf = ms_video_find_best_configuration_for_bitrate(d->vconf_list, br, ms_get_cpu_count()); -- msx264.c: In function 'enc_set_vsize': msx264.c:360:2: error: 'ms_get_cpu_count' is deprecated [-Werror=deprecated-declarations] best_vconf = ms_video_find_best_configuration_for_size(d->vconf_list, *vs, ms_get_cpu_count()); -- msx264.c: In function 'libmsx264_init': msx264.c:447:2: error: 'ms_filter_register' is deprecated [-Werror=deprecated-declarations] ms_filter_register(&x264_enc_desc); -- MS2_PUBLIC MS2_DEPRECATED void ms_filter_register(MSFilterDesc *desc); cc1: all warnings being treated as errors make[2]: *** [msx264.lo] Error 1 2016-Aug-09 08:48:06 :: [x86_64] libmediastreamer-x264.git 1.5.2-alt3: remote: build failed 2016-Aug-09 08:48:06 :: [i586] #700 libmediastreamer-x264.git 1.5.2-alt3: build FAILED 2016-Aug-09 08:48:06 :: [x86_64] #700 libmediastreamer-x264.git 1.5.2-alt3: build FAILED 2016-Aug-09 08:48:06 :: [i586] build FAILED 2016-Aug-09 08:48:06 :: [x86_64] build FAILED 2016-Aug-09 08:48:06 :: task #168439 for sisyphus FAILED _______________________________________________ Sisyphus-incominger mailing list [email protected] https://lists.altlinux.org/mailman/listinfo/sisyphus-incominger
