https://git.altlinux.org/tasks/312141/logs/events.1.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#100 libaom 6:58 12:46 6:42 14:00 2:38
#200 gstreamer1.0 ? ? ? ? 1:38
#300 gst-plugins-base1.0 ? ? ? ? 1:36
#400 gst-plugins-good1.0 ? ? ? ? failed
2022-Dec-21 17:03:44 :: task #312141 for p10 started by aris:
2022-Dec-21 17:03:44 :: message: new_GStreamer
#100 build 3.5.0-alt1 from /gears/l/libaom.git fetched at 2022-Dec-21 11:22:16
from sisyphus
#200 build gstreamer1.0-1.20.5-alt1.src.rpm from sisyphus
#300 build gst-plugins-base1.0-1.20.5-alt1.src.rpm from sisyphus
#400 build gst-plugins-good1.0-1.20.5-alt1.src.rpm from sisyphus
#500 build gst-plugins-bad1.0-1.20.5-alt1.1.src.rpm from sisyphus
#600 build gst-plugins-ugly1.0-1.20.5-alt1.src.rpm from sisyphus
#700 build python3-module-gst1.0-1.20.5-alt1.src.rpm from sisyphus
#1000 build gst-libav-1.20.5-alt1.src.rpm from sisyphus
#1100 build libgst-rtsp-server-1.20.5-alt1.src.rpm from sisyphus
#1200 build gst-devtools-1.20.5-alt1.src.rpm from sisyphus
#1300 build gstreamer-editing-services-1.20.5-alt1.src.rpm from sisyphus
#1400 build gstreamer-vaapi-1.20.5-alt1.src.rpm from sisyphus
2022-Dec-21 17:03:45 :: created build repo
2022-Dec-21 17:03:46 :: [x86_64] #100 libaom.git 3.5.0-alt1: build start
2022-Dec-21 17:03:46 :: [aarch64] #100 libaom.git 3.5.0-alt1: build start
2022-Dec-21 17:03:46 :: [i586] #100 libaom.git 3.5.0-alt1: build start
2022-Dec-21 17:03:46 :: [ppc64le] #100 libaom.git 3.5.0-alt1: build start
2022-Dec-21 17:03:46 :: [armh] #100 libaom.git 3.5.0-alt1: build start
2022-Dec-21 17:06:24 :: [x86_64] #100 libaom.git 3.5.0-alt1: build OK
2022-Dec-21 17:06:25 :: [x86_64] #200 gstreamer1.0-1.20.5-alt1.src.rpm: build
start
2022-Dec-21 17:08:03 :: [x86_64] #200 gstreamer1.0-1.20.5-alt1.src.rpm: build OK
2022-Dec-21 17:08:03 :: [x86_64] #300 gst-plugins-base1.0-1.20.5-alt1.src.rpm:
build start
2022-Dec-21 17:09:39 :: [x86_64] #300 gst-plugins-base1.0-1.20.5-alt1.src.rpm:
build OK
2022-Dec-21 17:09:40 :: [x86_64] #400 gst-plugins-good1.0-1.20.5-alt1.src.rpm:
build start
[x86_64] [799/840] Compiling C object
tests/check/elements_souphttpsrc3.p/elements_souphttpsrc.c.o
[x86_64] FAILED: tests/check/elements_souphttpsrc3.p/elements_souphttpsrc.c.o
[x86_64] cc -Itests/check/elements_souphttpsrc3.p -Itests/check
-I../tests/check -I. -I.. -I../gst-libs -I/usr/include/gstreamer-1.0
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/gio-unix-2.0 -I/usr/include/orc-0.4 -I/usr/include/valgrind
-I/usr/include/libsoup-3.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64
-Wall -Winvalid-pch -O2 -fvisibility=hidden -fno-strict-aliasing
-DG_DISABLE_CAST_CHECKS -Wmissing-declarations -Wredundant-decls
-Wwrite-strings -Winit-self -Wmissing-include-dirs -Wno-multichar -Wvla
-Wpointer-arith -Wmissing-prototypes -Wold-style-definition -Waggregate-return
-pipe -frecord-gcc-switches -Wall -g -O2 -pthread -DHAVE_CONFIG_H=1
-UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
'-DGST_CHECK_TEST_ENVIRONMENT_BEACON="GST_PLUGIN_LOADING_WHITELIST"'
'-DGST_TEST_FILES_PATH="/usr/src/RPM/BUILD/gst-plugins-good-1.20.5/tests/check/../files"'
-DGST_USE_UNSTABLE_API -MD -MQ
tests/check/elements_souphttpsrc3.p/elements_souphttpsrc.c.o -MF
tests/check/elements_souphttpsrc3.p/elements_souphttpsrc.c.o.d -o
tests/check/elements_souphttpsrc3.p/elements_souphttpsrc.c.o -c
../tests/check/elements/souphttpsrc.c
[x86_64] --
[x86_64] 530 | uri = gst_soup_uri_to_string (soup_server_message_get_uri
(msg));
[x86_64] ../tests/check/elements/souphttpsrc.c:65:55: error: invalid use of
incomplete typedef ???SoupMessage??? {aka ???struct _SoupMessage???}
[x86_64] 65 | #define soup_server_message_get_response_headers(x)
(x->response_headers)
[x86_64] --
[x86_64] 552 | soup_message_headers_append
(soup_server_message_get_response_headers (msg),
[x86_64] ../tests/check/elements/souphttpsrc.c:58:45: error: invalid use of
incomplete typedef ???SoupMessage??? {aka ???struct _SoupMessage???}
[x86_64] 58 | #define soup_server_message_get_method(x) (x->method)
[x86_64] --
[x86_64] 559 | if (soup_server_message_get_method (msg) == SOUP_METHOD_GET)
{
[x86_64] ../tests/check/elements/souphttpsrc.c:67:52: error: invalid use of
incomplete typedef ???SoupMessage??? {aka ???struct _SoupMessage???}
[x86_64] 67 | #define soup_server_message_get_response_body(x)
(x->response_body)
[x86_64] --
[x86_64] 564 | soup_message_body_append
(soup_server_message_get_response_body (msg),
[x86_64] ../tests/check/elements/souphttpsrc.c:65:55: error: invalid use of
incomplete typedef ???SoupMessage??? {aka ???struct _SoupMessage???}
[x86_64] 65 | #define soup_server_message_get_response_headers(x)
(x->response_headers)
[x86_64] --
[x86_64] ../tests/check/elements/souphttpsrc.c: At top level:
[x86_64] ../tests/check/elements/souphttpsrc.c:595:5: error: unknown type name
???SoupClientContext???
[x86_64] 595 | SoupClientContext * context,
[x86_64] --
[x86_64] 625 | port = gst_soup_uri_get_port (uris->data);
[x86_64] ../tests/check/elements/souphttpsrc.c:52:27: error:
???soup_uri_free??? undeclared (first use in this function); did you mean
???soup_uri_copy????
[x86_64] 52 | #define gst_soup_uri_free soup_uri_free
[x86_64] --
[x86_64] ../tests/check/elements/souphttpsrc.c: In function ???run_server???:
[x86_64] ../tests/check/elements/souphttpsrc.c:674:42: error:
???server_callback??? undeclared (first use in this function)
[x86_64] 674 | soup_server_add_handler (server, NULL, server_callback,
NULL, NULL);
[x86_64] ../tests/check/elements/souphttpsrc.c:680:9: error:
???SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK??? undeclared (first use in this
function)
[x86_64] 680 | SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK, basic_auth_cb,
NULL);
[x86_64] ../tests/check/elements/souphttpsrc.c:686:9: error:
???SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK??? undeclared (first use in this
function); did you mean ???SOUP_AUTH_DOMAIN_GET_CLASS????
[x86_64] 686 | SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK, digest_auth_cb,
NULL);
2022-Dec-21 17:10:25 :: [x86_64] gst-plugins-good1.0-1.20.5-alt1.src.rpm:
remote: build failed
2022-Dec-21 17:10:25 :: [x86_64] #400 gst-plugins-good1.0-1.20.5-alt1.src.rpm:
build FAILED
2022-Dec-21 17:10:25 :: [x86_64] requesting cancellation of task processing
2022-Dec-21 17:10:28 :: [i586] #100 libaom.git 3.5.0-alt1: build OK
2022-Dec-21 17:10:29 :: [i586] task processing CANCELLED
2022-Dec-21 17:10:44 :: [aarch64] #100 libaom.git 3.5.0-alt1: build OK
2022-Dec-21 17:10:44 :: [aarch64] task processing CANCELLED
2022-Dec-21 17:16:32 :: [armh] #100 libaom.git 3.5.0-alt1: build OK
2022-Dec-21 17:16:33 :: [armh] task processing CANCELLED
2022-Dec-21 17:17:46 :: [ppc64le] #100 libaom.git 3.5.0-alt1: build OK
2022-Dec-21 17:17:46 :: [ppc64le] task processing CANCELLED
2022-Dec-21 17:10:26 :: [x86_64] build FAILED
2022-Dec-21 17:10:29 :: [i586] build FAILED
2022-Dec-21 17:10:44 :: [aarch64] build FAILED
2022-Dec-21 17:16:33 :: [armh] build FAILED
2022-Dec-21 17:17:46 :: [ppc64le] build FAILED
2022-Dec-21 17:17:46 :: task #312141 for p10 FAILED
_______________________________________________
Sisyphus-incominger mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sisyphus-incominger