ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#354317] FAILED mediastreamer2.git=5.3.74-alt1 msopenh264.git=5.2.0-alt1
@ 2024-08-04  9:59 Girar awaiter (cas)
  0 siblings, 0 replies; only message in thread
From: Girar awaiter (cas) @ 2024-08-04  9:59 UTC (permalink / raw)
  To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/354317/logs/events.1.1.log

subtask  name            aarch64    i586  ppc64le  x86_64
   #100  mediastreamer2   failed  failed   failed  failed

2024-Aug-04 09:58:03 :: task #354317 for sisyphus started by cas:
#100 build 5.3.74-alt1 from /people/cas/packages/mediastreamer2.git fetched at 2024-Aug-04 09:56:33
#200 build 5.2.0-alt1 from /people/cas/packages/msopenh264.git fetched at 2024-Aug-04 09:57:58
2024-Aug-04 09:58:04 :: created build repo
2024-Aug-04 09:58:06 :: [x86_64] #100 mediastreamer2.git 5.3.74-alt1: build start
2024-Aug-04 09:58:06 :: [aarch64] #100 mediastreamer2.git 5.3.74-alt1: build start
2024-Aug-04 09:58:06 :: [i586] #100 mediastreamer2.git 5.3.74-alt1: build start
2024-Aug-04 09:58:06 :: [ppc64le] #100 mediastreamer2.git 5.3.74-alt1: build start
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c: In function 'avcodec_alloc_context3':
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:46:16: error: implicit declaration of function 'avcodec_alloc_context'; did you mean 'avcodec_alloc_context3'? [-Werror=implicit-function-declaration]
[x86_64]    46 |         return avcodec_alloc_context();
[x86_64]       |                avcodec_alloc_context3
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:46:16: error: returning 'int' from a function with return type 'AVCodecContext *' makes pointer from integer without a cast [-Werror=int-conversion]
[x86_64]    46 |         return avcodec_alloc_context();
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:45:49: error: unused parameter 'codec' [-Werror=unused-parameter]
[x86_64]    45 | AVCodecContext *avcodec_alloc_context3(AVCodec *codec) {
[x86_64] cc1: all warnings being treated as errors
[x86_64] [97/170] Building C object src/CMakeFiles/mediastreamer2.dir/videofilters/videoenc.c.o
[x86_64] FAILED: src/CMakeFiles/mediastreamer2.dir/videofilters/videoenc.c.o 
[x86_64] /usr/bin/cc -DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DHAVE_CONFIG_H -DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DVIDEO_ENABLED -D_TRUE_TIME -Dmediastreamer2_EXPORTS -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/include/OpenGL -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/include -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/audiofilters -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/voip -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/x86_64-alt-linux -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/x86_64-alt-linux/src -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC  -Wall -Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation -Wno-cast-function-type -Werror -Wextra -Wunused-parameter -fno-strict-aliasing -Wno-missing-field-initializers -Wno-error=deprecated-declarations -Wstrict-prototypes -Wno-error=strict-prototypes -Wno-error=deprecated-declarations -MD -MT src/CMakeFiles/mediastreamer2.dir/videofilters/videoenc.c.o -MF src/CMakeFiles/mediastreamer2.dir/videofilters/videoenc.c.o.d -o src/CMakeFiles/mediastreamer2.dir/videofilters/videoenc.c.o -c /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videoenc.c
[x86_64] In file included from /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videoenc.c:25:
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.h:121:17: error: conflicting types for 'avcodec_alloc_context3'; have 'AVCodecContext *(AVCodec *)'
[x86_64]   121 | AVCodecContext *avcodec_alloc_context3(AVCodec *codec);
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videoenc.c: In function 'ms_ffmpeg_check_init':
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videoenc.c:112:17: error: implicit declaration of function 'avcodec_register_all' [-Werror=implicit-function-declaration]
[x86_64]   112 |                 avcodec_register_all();
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videoenc.c: In function 'prepare_h263':
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videoenc.c:315:10: error: 'AVCodecContext' has no member named 'rtp_payload_size'
[x86_64]   315 |         c->rtp_payload_size = s->mtu / 2;
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videoenc.c: In function 'enc_preprocess':
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videoenc.c:358:21: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
[x86_64]   358 |         s->av_codec = avcodec_find_encoder(s->codec);
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videoenc.c: In function 'process_frame':
[x86_64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videoenc.c:790:9: error: implicit declaration of function 'avpicture_fill' [-Werror=implicit-function-declaration]
[x86_64]   790 |         avpicture_fill((AVPicture *)s->pict, yuv.planes[0], c->pix_fmt, c->width, c->height);
2024-Aug-04 09:58:54 :: [x86_64] mediastreamer2.git 5.3.74-alt1: remote: build failed
2024-Aug-04 09:58:54 :: [x86_64] #100 mediastreamer2.git 5.3.74-alt1: build FAILED
2024-Aug-04 09:58:55 :: [x86_64] requesting cancellation of task processing
[i586] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:41:9: error: implicit declaration of function 'avcodec_get_context_defaults'; did you mean 'avcodec_get_context_defaults3'? [-Werror=implicit-function-declaration]
[i586]    41 |         avcodec_get_context_defaults(s);
[i586]       |         avcodec_get_context_defaults3
[i586] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:40:63: error: unused parameter 'codec' [-Werror=unused-parameter]
[i586]    40 | int avcodec_get_context_defaults3(AVCodecContext *s, AVCodec *codec) {
[i586] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c: At top level:
[i586] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:45:17: error: conflicting types for 'avcodec_alloc_context3'; have 'AVCodecContext *(AVCodec *)'
[i586]    45 | AVCodecContext *avcodec_alloc_context3(AVCodec *codec) {
[i586] --
[i586] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c: In function 'avcodec_alloc_context3':
[i586] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:46:16: error: implicit declaration of function 'avcodec_alloc_context'; did you mean 'avcodec_alloc_context3'? [-Werror=implicit-function-declaration]
[i586]    46 |         return avcodec_alloc_context();
[i586]       |                avcodec_alloc_context3
[i586] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:46:16: error: returning 'int' from a function with return type 'AVCodecContext *' makes pointer from integer without a cast [-Werror=int-conversion]
[i586]    46 |         return avcodec_alloc_context();
[i586] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:45:49: error: unused parameter 'codec' [-Werror=unused-parameter]
[i586]    45 | AVCodecContext *avcodec_alloc_context3(AVCodec *codec) {
[i586] cc1: all warnings being treated as errors
[i586] [99/170] Building C object src/CMakeFiles/mediastreamer2.dir/videofilters/videodec.c.o
[i586] FAILED: src/CMakeFiles/mediastreamer2.dir/videofilters/videodec.c.o 
[i586] /usr/bin/cc -DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DHAVE_CONFIG_H -DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DVIDEO_ENABLED -D_TRUE_TIME -Dmediastreamer2_EXPORTS -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/include/OpenGL -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/include -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/audiofilters -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/voip -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/i586-alt-linux -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/i586-alt-linux/src -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC  -Wall -Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation -Wno-cast-function-type -Werror -Wextra -Wunused-parameter -fno-strict-aliasing -Wno-missing-field-initializers -Wno-error=deprecated-declarations -Wstrict-prototypes -Wno-error=strict-prototypes -Wno-error=deprecated-declarations -MD -MT src/CMakeFiles/mediastreamer2.dir/videofilters/videodec.c.o -MF src/CMakeFiles/mediastreamer2.dir/videofilters/videodec.c.o.d -o src/CMakeFiles/mediastreamer2.dir/videofilters/videodec.c.o -c /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videodec.c
[i586] In file included from /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videodec.c:30:
[i586] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.h:121:17: error: conflicting types for 'avcodec_alloc_context3'; have 'AVCodecContext *(AVCodec *)'
[i586]   121 | AVCodecContext *avcodec_alloc_context3(AVCodec *codec);
[i586] --
[i586] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videodec.c: In function 'dec_init':
[i586] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videodec.c:82:21: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
[i586]    82 |         s->av_codec = avcodec_find_decoder(s->codec);
2024-Aug-04 09:58:56 :: [i586] mediastreamer2.git 5.3.74-alt1: remote: build failed
2024-Aug-04 09:58:56 :: [i586] #100 mediastreamer2.git 5.3.74-alt1: build FAILED
[aarch64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.h:121:17: error: conflicting types for 'avcodec_alloc_context3'; have 'AVCodecContext *(AVCodec *)'
[aarch64]   121 | AVCodecContext *avcodec_alloc_context3(AVCodec *codec);
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c: In function 'avcodec_encode_video2':
[aarch64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:26:21: error: implicit declaration of function 'avcodec_encode_video'; did you mean 'avcodec_encode_video2'? [-Werror=implicit-function-declaration]
[aarch64]    26 |         int error = avcodec_encode_video(avctx, avpkt->data, avpkt->size, frame);
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c: In function 'avcodec_get_context_defaults3':
[aarch64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:41:9: error: implicit declaration of function 'avcodec_get_context_defaults'; did you mean 'avcodec_get_context_defaults3'? [-Werror=implicit-function-declaration]
[aarch64]    41 |         avcodec_get_context_defaults(s);
[aarch64]       |         avcodec_get_context_defaults3
[aarch64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:40:63: error: unused parameter 'codec' [-Werror=unused-parameter]
[aarch64]    40 | int avcodec_get_context_defaults3(AVCodecContext *s, AVCodec *codec) {
[aarch64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c: At top level:
[aarch64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:45:17: error: conflicting types for 'avcodec_alloc_context3'; have 'AVCodecContext *(AVCodec *)'
[aarch64]    45 | AVCodecContext *avcodec_alloc_context3(AVCodec *codec) {
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c: In function 'avcodec_alloc_context3':
[aarch64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:46:16: error: implicit declaration of function 'avcodec_alloc_context'; did you mean 'avcodec_alloc_context3'? [-Werror=implicit-function-declaration]
[aarch64]    46 |         return avcodec_alloc_context();
[aarch64]       |                avcodec_alloc_context3
[aarch64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:46:16: error: returning 'int' from a function with return type 'AVCodecContext *' makes pointer from integer without a cast [-Werror=int-conversion]
[aarch64]    46 |         return avcodec_alloc_context();
[aarch64] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:45:49: error: unused parameter 'codec' [-Werror=unused-parameter]
[aarch64]    45 | AVCodecContext *avcodec_alloc_context3(AVCodec *codec) {
[aarch64] cc1: all warnings being treated as errors
[aarch64] [95/170] Building C object src/CMakeFiles/mediastreamer2.dir/utils/jpgloader-ffmpeg.c.o
[aarch64] FAILED: src/CMakeFiles/mediastreamer2.dir/utils/jpgloader-ffmpeg.c.o 
[aarch64] /usr/bin/cc -DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DHAVE_CONFIG_H -DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DVIDEO_ENABLED -D_TRUE_TIME -Dmediastreamer2_EXPORTS -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/include/OpenGL -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/include -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/audiofilters -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/voip -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/aarch64-alt-linux -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/aarch64-alt-linux/src -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC  -Wall -Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation -Wno-cast-function-type -Werror -Wextra -Wunused-parameter -fno-strict-aliasing -Wno-missing-field-initializers -Wno-error=deprecated-declarations -Wstrict-prototypes -Wno-error=strict-prototypes -MD -MT src/CMakeFiles/mediastreamer2.dir/utils/jpgloader-ffmpeg.c.o -MF src/CMakeFiles/mediastreamer2.dir/utils/jpgloader-ffmpeg.c.o.d -o src/CMakeFiles/mediastreamer2.dir/utils/jpgloader-ffmpeg.c.o -c /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/jpgloader-ffmpeg.c
2024-Aug-04 09:59:26 :: [aarch64] mediastreamer2.git 5.3.74-alt1: remote: build failed
2024-Aug-04 09:59:26 :: [aarch64] #100 mediastreamer2.git 5.3.74-alt1: build FAILED
[ppc64le] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c: In function 'avcodec_alloc_context3':
[ppc64le] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:46:16: error: implicit declaration of function 'avcodec_alloc_context'; did you mean 'avcodec_alloc_context3'? [-Werror=implicit-function-declaration]
[ppc64le]    46 |         return avcodec_alloc_context();
[ppc64le]       |                avcodec_alloc_context3
[ppc64le] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:46:16: error: returning 'int' from a function with return type 'AVCodecContext *' makes pointer from integer without a cast [-Werror=int-conversion]
[ppc64le]    46 |         return avcodec_alloc_context();
[ppc64le] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.c:45:49: error: unused parameter 'codec' [-Werror=unused-parameter]
[ppc64le]    45 | AVCodecContext *avcodec_alloc_context3(AVCodec *codec) {
[ppc64le] cc1: all warnings being treated as errors
[ppc64le] [105/170] Building C object src/CMakeFiles/mediastreamer2.dir/videofilters/videodec.c.o
[ppc64le] FAILED: src/CMakeFiles/mediastreamer2.dir/videofilters/videodec.c.o 
[ppc64le] /usr/bin/cc -DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DHAVE_CONFIG_H -DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DVIDEO_ENABLED -D_TRUE_TIME -Dmediastreamer2_EXPORTS -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/include/OpenGL -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/include -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/audiofilters -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/voip -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/ppc64le-alt-linux -I/usr/src/RPM/BUILD/mediastreamer2-5.3.74/ppc64le-alt-linux/src -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC  -Wall -Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation -Wno-cast-function-type -Werror -Wextra -Wunused-parameter -fno-strict-aliasing -Wno-missing-field-initializers -Wno-error=deprecated-declarations -Wstrict-prototypes -Wno-error=strict-prototypes -Wno-error=deprecated-declarations -MD -MT src/CMakeFiles/mediastreamer2.dir/videofilters/videodec.c.o -MF src/CMakeFiles/mediastreamer2.dir/videofilters/videodec.c.o.d -o src/CMakeFiles/mediastreamer2.dir/videofilters/videodec.c.o -c /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videodec.c
[ppc64le] In file included from /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videodec.c:30:
[ppc64le] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/utils/ffmpeg-priv.h:121:17: error: conflicting types for 'avcodec_alloc_context3'; have 'AVCodecContext *(AVCodec *)'
[ppc64le]   121 | AVCodecContext *avcodec_alloc_context3(AVCodec *codec);
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videodec.c: In function 'dec_init':
[ppc64le] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videodec.c:82:21: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
[ppc64le]    82 |         s->av_codec = avcodec_find_decoder(s->codec);
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videodec.c: In function 'get_as_yuvmsg':
[ppc64le] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videodec.c:594:58: error: 'AVFrame' has no member named 'pkt_pts'; did you mean 'pkt_dts'?
[ppc64le]   594 |         mblk_set_timestamp_info(yuv_msg, (uint32_t)orig->pkt_pts);
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videodec.c: In function 'dec_process_frame':
[ppc64le] /usr/src/RPM/BUILD/mediastreamer2-5.3.74/src/videofilters/videodec.c:652:39: error: implicit declaration of function 'avcodec_decode_video2'; did you mean 'avcodec_encode_video2'? [-Werror=implicit-function-declaration]
[ppc64le]   652 |                                 len = avcodec_decode_video2(&s->av_context, s->orig, &got_picture, &pkt);
[ppc64le]       |                                       avcodec_encode_video2
[ppc64le] cc1: all warnings being treated as errors
[ppc64le] [106/170] Building C object src/CMakeFiles/mediastreamer2.dir/videofilters/videoenc.c.o
2024-Aug-04 09:59:40 :: [ppc64le] mediastreamer2.git 5.3.74-alt1: remote: build failed
2024-Aug-04 09:59:40 :: [ppc64le] #100 mediastreamer2.git 5.3.74-alt1: build FAILED
2024-Aug-04 09:58:55 :: [x86_64] build FAILED
2024-Aug-04 09:58:56 :: [i586] build FAILED
2024-Aug-04 09:59:26 :: [aarch64] build FAILED
2024-Aug-04 09:59:40 :: [ppc64le] build FAILED
2024-Aug-04 09:59:40 :: task #354317 for sisyphus FAILED


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-04  9:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-04  9:59 [#354317] FAILED mediastreamer2.git=5.3.74-alt1 msopenh264.git=5.2.0-alt1 Girar awaiter (cas)

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git