[#231448] [test-only] FAILED libmediastreamer.git=2.16.1-alt5

Girar Builder awaiter robot girar-builder at altlinux.org
Tue Jun 4 08:37:23 MSK 2019


http://git.altlinux.org/tasks/231448/logs/events.1.1.log

2019-Jun-04 05:33:34 :: test-only task #231448 for sisyphus started by glebfm:
#100 build 2.16.1-alt5 from /people/glebfm/packages/libmediastreamer.git fetched at 2019-Jun-04 05:33:33
2019-Jun-04 05:33:35 :: [i586] #100 libmediastreamer.git 2.16.1-alt5: build start
2019-Jun-04 05:33:35 :: [aarch64] #100 libmediastreamer.git 2.16.1-alt5: build start
2019-Jun-04 05:33:35 :: [x86_64] #100 libmediastreamer.git 2.16.1-alt5: build start
cc1: all warnings being treated as errors
make[3]: *** [Makefile:1822: voip/libmediastreamer_voip_la-mediastream.lo] Error 1
--
base/msfactory.c: In function 'ms_factory_load_plugins':
base/msfactory.c:617:85: error: '%s' directive output may be truncated writing up to 255 bytes into a region of size 64 [-Werror=format-truncation=]
    snprintf(plugin_name, MIN(sizeof(plugin_name), (size_t)(ext - de->d_name + 1)), "%s", de->d_name);
--
        __bos (__s), __fmt, __va_arg_pack ());
cc1: all warnings being treated as errors
make[3]: *** [Makefile:1801: base/msfactory.lo] Error 1
--
voip/videostream.c: In function 'video_stream_start_with_source_and_output':
voip/videostream.c:903:4: error: cast between incompatible function types from 'void (*)(RtpSession *, void *)' {aka 'void (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
    (RtpCallback)video_stream_payload_type_changed,&stream->ms);
voip/videostream.c: In function '_video_stream_stop':
voip/videostream.c:1446:99: error: cast between incompatible function types from 'void (*)(RtpSession *, void *)' {aka 'void (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_disconnect_by_callback(stream->ms.sessions.rtp_session,"payload_type_changed",(RtpCallback)video_stream_payload_type_changed);
cc1: all warnings being treated as errors
make[3]: *** [Makefile:2515: voip/libmediastreamer_voip_la-videostream.lo] Error 1
--
voip/audiostream.c: In function 'audio_stream_start_from_io':
voip/audiostream.c:816:52: error: cast between incompatible function types from 'void (*)(RtpSession *, uint32_t,  void *)' {aka 'void (*)(struct _RtpSession *, unsigned int,  void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_connect(rtps,"telephone-event",(RtpCallback)on_dtmf_received,stream);
voip/audiostream.c:817:57: error: cast between incompatible function types from 'bool_t (*)(RtpSession *, void *)' {aka 'unsigned char (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_connect(rtps,"payload_type_changed",(RtpCallback)audio_stream_payload_type_changed,stream);
voip/audiostream.c: In function 'audio_stream_stop':
voip/audiostream.c:1783:94: error: cast between incompatible function types from 'void (*)(RtpSession *, uint32_t,  void *)' {aka 'void (*)(struct _RtpSession *, unsigned int,  void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_disconnect_by_callback(stream->ms.sessions.rtp_session,"telephone-event",(RtpCallback)on_dtmf_received);
voip/audiostream.c:1784:99: error: cast between incompatible function types from 'bool_t (*)(RtpSession *, void *)' {aka 'unsigned char (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_disconnect_by_callback(stream->ms.sessions.rtp_session,"payload_type_changed",(RtpCallback)audio_stream_payload_type_changed);
2019-Jun-04 05:35:04 :: [x86_64] libmediastreamer.git 2.16.1-alt5: remote: build failed
2019-Jun-04 05:35:04 :: [x86_64] #100 libmediastreamer.git 2.16.1-alt5: build FAILED
2019-Jun-04 05:35:04 :: [x86_64] requesting cancellation of task processing
        __bos (__s), __fmt, __va_arg_pack ());
cc1: all warnings being treated as errors
make[3]: *** [Makefile:1801: base/msfactory.lo] Error 1
--
voip/mediastream.c: In function 'ms_create_duplex_rtp_session':
voip/mediastream.c:140:53: error: cast between incompatible function types from 'void (*)(RtpSession *)' {aka 'void (*)(struct _RtpSession *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_connect(rtpr, "timestamp_jump", (RtpCallback)rtp_session_resync, NULL);
voip/mediastream.c:141:51: error: cast between incompatible function types from 'void (*)(RtpSession *)' {aka 'void (*)(struct _RtpSession *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_connect(rtpr, "ssrc_changed", (RtpCallback)rtp_session_resync, NULL);
cc1: all warnings being treated as errors
make[3]: *** [Makefile:1822: voip/libmediastreamer_voip_la-mediastream.lo] Error 1
--
voip/videostream.c: In function 'video_stream_start_with_source_and_output':
voip/videostream.c:903:4: error: cast between incompatible function types from 'void (*)(RtpSession *, void *)' {aka 'void (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
    (RtpCallback)video_stream_payload_type_changed,&stream->ms);
voip/videostream.c: In function '_video_stream_stop':
voip/videostream.c:1446:99: error: cast between incompatible function types from 'void (*)(RtpSession *, void *)' {aka 'void (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_disconnect_by_callback(stream->ms.sessions.rtp_session,"payload_type_changed",(RtpCallback)video_stream_payload_type_changed);
cc1: all warnings being treated as errors
make[3]: *** [Makefile:2515: voip/libmediastreamer_voip_la-videostream.lo] Error 1
--
voip/audiostream.c: In function 'audio_stream_start_from_io':
voip/audiostream.c:816:52: error: cast between incompatible function types from 'void (*)(RtpSession *, uint32_t,  void *)' {aka 'void (*)(struct _RtpSession *, unsigned int,  void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_connect(rtps,"telephone-event",(RtpCallback)on_dtmf_received,stream);
voip/audiostream.c:817:57: error: cast between incompatible function types from 'bool_t (*)(RtpSession *, void *)' {aka 'unsigned char (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_connect(rtps,"payload_type_changed",(RtpCallback)audio_stream_payload_type_changed,stream);
voip/audiostream.c: In function 'audio_stream_stop':
voip/audiostream.c:1783:94: error: cast between incompatible function types from 'void (*)(RtpSession *, uint32_t,  void *)' {aka 'void (*)(struct _RtpSession *, unsigned int,  void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_disconnect_by_callback(stream->ms.sessions.rtp_session,"telephone-event",(RtpCallback)on_dtmf_received);
2019-Jun-04 05:35:31 :: [i586] libmediastreamer.git 2.16.1-alt5: remote: build failed
2019-Jun-04 05:35:31 :: [i586] #100 libmediastreamer.git 2.16.1-alt5: build FAILED
        __bos (__s), __fmt, __va_arg_pack ());
cc1: all warnings being treated as errors
make[3]: *** [Makefile:1801: base/msfactory.lo] Error 1
--
voip/videostream.c: In function 'video_stream_start_with_source_and_output':
voip/videostream.c:903:4: error: cast between incompatible function types from 'void (*)(RtpSession *, void *)' {aka 'void (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
    (RtpCallback)video_stream_payload_type_changed,&stream->ms);
voip/videostream.c: In function '_video_stream_stop':
voip/videostream.c:1446:99: error: cast between incompatible function types from 'void (*)(RtpSession *, void *)' {aka 'void (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_disconnect_by_callback(stream->ms.sessions.rtp_session,"payload_type_changed",(RtpCallback)video_stream_payload_type_changed);
cc1: all warnings being treated as errors
make[3]: *** [Makefile:2515: voip/libmediastreamer_voip_la-videostream.lo] Error 1
--
voip/audiostream.c: In function 'audio_stream_start_from_io':
voip/audiostream.c:816:52: error: cast between incompatible function types from 'void (*)(RtpSession *, uint32_t,  void *)' {aka 'void (*)(struct _RtpSession *, unsigned int,  void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_connect(rtps,"telephone-event",(RtpCallback)on_dtmf_received,stream);
voip/audiostream.c:817:57: error: cast between incompatible function types from 'bool_t (*)(RtpSession *, void *)' {aka 'unsigned char (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_connect(rtps,"payload_type_changed",(RtpCallback)audio_stream_payload_type_changed,stream);
voip/audiostream.c: In function 'audio_stream_stop':
voip/audiostream.c:1783:94: error: cast between incompatible function types from 'void (*)(RtpSession *, uint32_t,  void *)' {aka 'void (*)(struct _RtpSession *, unsigned int,  void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_disconnect_by_callback(stream->ms.sessions.rtp_session,"telephone-event",(RtpCallback)on_dtmf_received);
voip/audiostream.c:1784:99: error: cast between incompatible function types from 'bool_t (*)(RtpSession *, void *)' {aka 'unsigned char (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type]
  rtp_session_signal_disconnect_by_callback(stream->ms.sessions.rtp_session,"payload_type_changed",(RtpCallback)audio_stream_payload_type_changed);
cc1: all warnings being treated as errors
make[3]: *** [Makefile:1829: voip/libmediastreamer_voip_la-audiostream.lo] Error 1
--
voip/ice.c: In function 'ice_remove_gathering_stun_server_requests':
voip/ice.c:3777:59: error: cast between incompatible function types from 'int (*)(const IceStunServerRequest *)' {aka 'int (*)(const struct _IceStunServerRequest *)'} to 'int (*)(const void *, const void *)' [-Werror=cast-function-type]
   elem = bctbx_list_find_custom(cl->stun_server_requests, (bctbx_compare_func)ice_find_gathering_stun_server_request, NULL);
2019-Jun-04 05:37:23 :: [aarch64] libmediastreamer.git 2.16.1-alt5: remote: build failed
2019-Jun-04 05:37:23 :: [aarch64] #100 libmediastreamer.git 2.16.1-alt5: build FAILED
2019-Jun-04 05:35:04 :: [x86_64] build FAILED
2019-Jun-04 05:35:31 :: [i586] build FAILED
2019-Jun-04 05:37:23 :: [aarch64] build FAILED
2019-Jun-04 05:37:23 :: task #231448 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list