[#363861] p11 FAILED (try 4) fwupd.git=2.0.2-alt1 gnome-firmware.git=46.0-alt1 ...

Girar awaiter (egori) girar-builder at altlinux.org
Wed Dec 4 11:43:31 MSK 2024


https://git.altlinux.org/tasks/363861/logs/events.4.1.log

subtask  name            aarch64    i586  x86_64
   #200  gnome-firmware   failed  failed  failed

2024-Dec-04 08:41:52 :: task #363861 for p11 resumed by egori:
2024-Dec-04 08:41:52 :: message: update;new_libfwupd_abi_version
#100 build 2.0.2-alt1 from /people/egori/packages/fwupd.git fetched at 2024-Dec-02 11:52:20
#200 build 46.0-alt1 from /gears/g/gnome-firmware.git fetched at 2024-Dec-02 12:10:56 from p11
#300 build gnome-software-47.1-alt1.src.rpm from p11
#400 build 6.2.4-alt1 from /gears/p/plasma-discover.git fetched at 2024-Dec-02 12:11:09 from p11
2024-Dec-04 08:41:53 :: created build repo
2024-Dec-04 08:41:54 :: [aarch64] #100 fwupd.git 2.0.2-alt1: build start
2024-Dec-04 08:41:54 :: [x86_64] #100 fwupd.git 2.0.2-alt1: build start
2024-Dec-04 08:41:54 :: [i586] #100 fwupd.git 2.0.2-alt1: build start
2024-Dec-04 08:42:14 :: [i586] #100 fwupd.git 2.0.2-alt1: build OK (cached)
2024-Dec-04 08:42:14 :: [i586] #200 gnome-firmware.git 46.0-alt1: build start
2024-Dec-04 08:42:14 :: [x86_64] #100 fwupd.git 2.0.2-alt1: build OK (cached)
2024-Dec-04 08:42:15 :: [x86_64] #200 gnome-firmware.git 46.0-alt1: build start
2024-Dec-04 08:42:30 :: [aarch64] #100 fwupd.git 2.0.2-alt1: build OK (cached)
2024-Dec-04 08:42:31 :: [aarch64] #200 gnome-firmware.git 46.0-alt1: build start
[x86_64] [40/42] Compiling C object src/gnome-firmware.p/gfu-common.c.o
[x86_64] FAILED: src/gnome-firmware.p/gfu-common.c.o 
[x86_64] cc -Isrc/gnome-firmware.p -Isrc -I../src -I. -I.. -I/usr/include/gtk-4.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/graphene-1.0 -I/usr/lib64/graphene-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fwupd-3 -I/usr/include/gio-unix-2.0 -I/usr/include/json-glib-1.0 -I/usr/include/libxmlb-2 -I/usr/include/libadwaita-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -Waggregate-return -Warray-bounds -Wcast-align -Wclobbered -Wdeclaration-after-statement -Wempty-body -Wextra -Wformat=2 -Wformat-security -Wformat-signedness -Wignored-qualifiers -Wimplicit-function-declaration -Winit-self -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-discarded-qualifiers -Wno-missing-field-initializers -Wno-strict-aliasing -Wno-suggest-attribute=format -Wno-unused-parameter -Wno-cast-function-type -Wold-style-definition -Wno-deprecated-declarations -Wno-format-nonliteral -Woverride-init -Wpacked -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunused-but-set-variable -Wwrite-strings -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 '-DG_LOG_DOMAIN="Gfu"' -MD -MQ src/gnome-firmware.p/gfu-common.c.o -MF src/gnome-firmware.p/gfu-common.c.o.d -o src/gnome-firmware.p/gfu-common.c.o -c ../src/gfu-common.c
[x86_64] ../src/gfu-common.c: In function ‘gfu_common_device_flags_to_string’:
[x86_64] ../src/gfu-common.c:309:28: error: ‘FWUPD_DEVICE_FLAG_ONLY_OFFLINE’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_END_OF_LIFE’?
[x86_64]   309 |         if (device_flag == FWUPD_DEVICE_FLAG_ONLY_OFFLINE) {
[x86_64] --
[x86_64] ../src/gfu-common.c:309:28: note: each undeclared identifier is reported only once for each function it appears in
[x86_64] ../src/gfu-common.c:345:28: error: ‘FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_CAN_VERIFY’?
[x86_64]   345 |         if (device_flag == FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION) {
[x86_64]       |                            FWUPD_DEVICE_FLAG_CAN_VERIFY
[x86_64] ../src/gfu-common.c:349:28: error: ‘FWUPD_DEVICE_FLAG_INSTALL_PARENT_FIRST’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES’?
[x86_64]   349 |         if (device_flag == FWUPD_DEVICE_FLAG_INSTALL_PARENT_FIRST) {
[x86_64]       |                            FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES
[x86_64] ../src/gfu-common.c:361:28: error: ‘FWUPD_DEVICE_FLAG_IGNORE_VALIDATION’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_NEEDS_ACTIVATION’?
[x86_64]   361 |         if (device_flag == FWUPD_DEVICE_FLAG_IGNORE_VALIDATION) {
[x86_64]       |                            FWUPD_DEVICE_FLAG_NEEDS_ACTIVATION
[x86_64] ../src/gfu-common.c:405:28: error: ‘FWUPD_DEVICE_FLAG_SKIPS_RESTART’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_NEEDS_REBOOT’?
[x86_64]   405 |         if (device_flag == FWUPD_DEVICE_FLAG_SKIPS_RESTART) {
[x86_64] --
[x86_64] ../src/gfu-common.c: In function ‘gfu_common_device_icon_from_flag’:
[x86_64] ../src/gfu-common.c:477:28: error: ‘FWUPD_DEVICE_FLAG_ONLY_OFFLINE’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_END_OF_LIFE’?
[x86_64]   477 |         if (device_flag == FWUPD_DEVICE_FLAG_ONLY_OFFLINE)
[x86_64]       |                            FWUPD_DEVICE_FLAG_END_OF_LIFE
[x86_64] ../src/gfu-common.c:495:28: error: ‘FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_CAN_VERIFY’?
[x86_64]   495 |         if (device_flag == FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION)
[x86_64]       |                            FWUPD_DEVICE_FLAG_CAN_VERIFY
[x86_64] ../src/gfu-common.c:497:28: error: ‘FWUPD_DEVICE_FLAG_INSTALL_PARENT_FIRST’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES’?
[x86_64]   497 |         if (device_flag == FWUPD_DEVICE_FLAG_INSTALL_PARENT_FIRST)
[x86_64]       |                            FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES
[x86_64] ../src/gfu-common.c:503:28: error: ‘FWUPD_DEVICE_FLAG_IGNORE_VALIDATION’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_NEEDS_ACTIVATION’?
[x86_64]   503 |         if (device_flag == FWUPD_DEVICE_FLAG_IGNORE_VALIDATION)
2024-Dec-04 08:42:53 :: [x86_64] gnome-firmware.git 46.0-alt1: remote: build failed
2024-Dec-04 08:42:53 :: [x86_64] #200 gnome-firmware.git 46.0-alt1: build FAILED
2024-Dec-04 08:42:53 :: [x86_64] requesting cancellation of task processing
[i586] [40/42] Compiling C object src/gnome-firmware.p/gfu-common.c.o
[i586] FAILED: src/gnome-firmware.p/gfu-common.c.o 
[i586] cc -Isrc/gnome-firmware.p -Isrc -I../src -I. -I.. -I/usr/include/gtk-4.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/graphene-1.0 -I/usr/lib/graphene-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/fwupd-3 -I/usr/include/gio-unix-2.0 -I/usr/include/json-glib-1.0 -I/usr/include/libxmlb-2 -I/usr/include/libadwaita-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -Waggregate-return -Warray-bounds -Wcast-align -Wclobbered -Wdeclaration-after-statement -Wempty-body -Wextra -Wformat=2 -Wformat-security -Wformat-signedness -Wignored-qualifiers -Wimplicit-function-declaration -Winit-self -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-discarded-qualifiers -Wno-missing-field-initializers -Wno-strict-aliasing -Wno-suggest-attribute=format -Wno-unused-parameter -Wno-cast-function-type -Wold-style-definition -Wno-deprecated-declarations -Wno-format-nonliteral -Woverride-init -Wpacked -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunused-but-set-variable -Wwrite-strings -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -pthread '-DG_LOG_DOMAIN="Gfu"' -MD -MQ src/gnome-firmware.p/gfu-common.c.o -MF src/gnome-firmware.p/gfu-common.c.o.d -o src/gnome-firmware.p/gfu-common.c.o -c ../src/gfu-common.c
[i586] ../src/gfu-common.c: In function ‘gfu_common_device_flags_to_string’:
[i586] ../src/gfu-common.c:309:28: error: ‘FWUPD_DEVICE_FLAG_ONLY_OFFLINE’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_END_OF_LIFE’?
[i586]   309 |         if (device_flag == FWUPD_DEVICE_FLAG_ONLY_OFFLINE) {
[i586] --
[i586] ../src/gfu-common.c:309:28: note: each undeclared identifier is reported only once for each function it appears in
[i586] ../src/gfu-common.c:345:28: error: ‘FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_CAN_VERIFY’?
[i586]   345 |         if (device_flag == FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION) {
[i586]       |                            FWUPD_DEVICE_FLAG_CAN_VERIFY
[i586] ../src/gfu-common.c:349:28: error: ‘FWUPD_DEVICE_FLAG_INSTALL_PARENT_FIRST’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES’?
[i586]   349 |         if (device_flag == FWUPD_DEVICE_FLAG_INSTALL_PARENT_FIRST) {
[i586]       |                            FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES
[i586] ../src/gfu-common.c:361:28: error: ‘FWUPD_DEVICE_FLAG_IGNORE_VALIDATION’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_NEEDS_ACTIVATION’?
[i586]   361 |         if (device_flag == FWUPD_DEVICE_FLAG_IGNORE_VALIDATION) {
[i586]       |                            FWUPD_DEVICE_FLAG_NEEDS_ACTIVATION
[i586] ../src/gfu-common.c:405:28: error: ‘FWUPD_DEVICE_FLAG_SKIPS_RESTART’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_NEEDS_REBOOT’?
[i586]   405 |         if (device_flag == FWUPD_DEVICE_FLAG_SKIPS_RESTART) {
[i586] --
[i586] ../src/gfu-common.c: In function ‘gfu_common_device_icon_from_flag’:
[i586] ../src/gfu-common.c:477:28: error: ‘FWUPD_DEVICE_FLAG_ONLY_OFFLINE’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_END_OF_LIFE’?
[i586]   477 |         if (device_flag == FWUPD_DEVICE_FLAG_ONLY_OFFLINE)
[i586]       |                            FWUPD_DEVICE_FLAG_END_OF_LIFE
[i586] ../src/gfu-common.c:495:28: error: ‘FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_CAN_VERIFY’?
[i586]   495 |         if (device_flag == FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION)
[i586]       |                            FWUPD_DEVICE_FLAG_CAN_VERIFY
[i586] ../src/gfu-common.c:497:28: error: ‘FWUPD_DEVICE_FLAG_INSTALL_PARENT_FIRST’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES’?
[i586]   497 |         if (device_flag == FWUPD_DEVICE_FLAG_INSTALL_PARENT_FIRST)
[i586]       |                            FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES
[i586] ../src/gfu-common.c:503:28: error: ‘FWUPD_DEVICE_FLAG_IGNORE_VALIDATION’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_NEEDS_ACTIVATION’?
[i586]   503 |         if (device_flag == FWUPD_DEVICE_FLAG_IGNORE_VALIDATION)
2024-Dec-04 08:42:54 :: [i586] gnome-firmware.git 46.0-alt1: remote: build failed
2024-Dec-04 08:42:54 :: [i586] #200 gnome-firmware.git 46.0-alt1: build FAILED
[aarch64] [39/42] Compiling C object src/gnome-firmware.p/gfu-common.c.o
[aarch64] FAILED: src/gnome-firmware.p/gfu-common.c.o 
[aarch64] cc -Isrc/gnome-firmware.p -Isrc -I../src -I. -I.. -I/usr/include/gtk-4.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/graphene-1.0 -I/usr/lib64/graphene-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fwupd-3 -I/usr/include/gio-unix-2.0 -I/usr/include/json-glib-1.0 -I/usr/include/libxmlb-2 -I/usr/include/libadwaita-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -Waggregate-return -Warray-bounds -Wcast-align -Wclobbered -Wdeclaration-after-statement -Wempty-body -Wextra -Wformat=2 -Wformat-security -Wformat-signedness -Wignored-qualifiers -Wimplicit-function-declaration -Winit-self -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-discarded-qualifiers -Wno-missing-field-initializers -Wno-strict-aliasing -Wno-suggest-attribute=format -Wno-unused-parameter -Wno-cast-function-type -Wold-style-definition -Wno-deprecated-declarations -Wno-format-nonliteral -Woverride-init -Wpacked -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunused-but-set-variable -Wwrite-strings -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -pthread '-DG_LOG_DOMAIN="Gfu"' -MD -MQ src/gnome-firmware.p/gfu-common.c.o -MF src/gnome-firmware.p/gfu-common.c.o.d -o src/gnome-firmware.p/gfu-common.c.o -c ../src/gfu-common.c
[aarch64] ../src/gfu-common.c: In function ‘gfu_common_device_flags_to_string’:
[aarch64] ../src/gfu-common.c:309:28: error: ‘FWUPD_DEVICE_FLAG_ONLY_OFFLINE’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_END_OF_LIFE’?
[aarch64]   309 |         if (device_flag == FWUPD_DEVICE_FLAG_ONLY_OFFLINE) {
[aarch64] --
[aarch64] ../src/gfu-common.c:309:28: note: each undeclared identifier is reported only once for each function it appears in
[aarch64] ../src/gfu-common.c:345:28: error: ‘FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_CAN_VERIFY’?
[aarch64]   345 |         if (device_flag == FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION) {
[aarch64]       |                            FWUPD_DEVICE_FLAG_CAN_VERIFY
[aarch64] ../src/gfu-common.c:349:28: error: ‘FWUPD_DEVICE_FLAG_INSTALL_PARENT_FIRST’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES’?
[aarch64]   349 |         if (device_flag == FWUPD_DEVICE_FLAG_INSTALL_PARENT_FIRST) {
[aarch64]       |                            FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES
[aarch64] ../src/gfu-common.c:361:28: error: ‘FWUPD_DEVICE_FLAG_IGNORE_VALIDATION’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_NEEDS_ACTIVATION’?
[aarch64]   361 |         if (device_flag == FWUPD_DEVICE_FLAG_IGNORE_VALIDATION) {
[aarch64]       |                            FWUPD_DEVICE_FLAG_NEEDS_ACTIVATION
[aarch64] ../src/gfu-common.c:405:28: error: ‘FWUPD_DEVICE_FLAG_SKIPS_RESTART’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_NEEDS_REBOOT’?
[aarch64]   405 |         if (device_flag == FWUPD_DEVICE_FLAG_SKIPS_RESTART) {
[aarch64] --
[aarch64] ../src/gfu-common.c: In function ‘gfu_common_device_icon_from_flag’:
[aarch64] ../src/gfu-common.c:477:28: error: ‘FWUPD_DEVICE_FLAG_ONLY_OFFLINE’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_END_OF_LIFE’?
[aarch64]   477 |         if (device_flag == FWUPD_DEVICE_FLAG_ONLY_OFFLINE)
[aarch64]       |                            FWUPD_DEVICE_FLAG_END_OF_LIFE
[aarch64] ../src/gfu-common.c:495:28: error: ‘FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_CAN_VERIFY’?
[aarch64]   495 |         if (device_flag == FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION)
[aarch64]       |                            FWUPD_DEVICE_FLAG_CAN_VERIFY
[aarch64] ../src/gfu-common.c:497:28: error: ‘FWUPD_DEVICE_FLAG_INSTALL_PARENT_FIRST’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES’?
[aarch64]   497 |         if (device_flag == FWUPD_DEVICE_FLAG_INSTALL_PARENT_FIRST)
[aarch64]       |                            FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES
[aarch64] ../src/gfu-common.c:503:28: error: ‘FWUPD_DEVICE_FLAG_IGNORE_VALIDATION’ undeclared (first use in this function); did you mean ‘FWUPD_DEVICE_FLAG_NEEDS_ACTIVATION’?
[aarch64]   503 |         if (device_flag == FWUPD_DEVICE_FLAG_IGNORE_VALIDATION)
2024-Dec-04 08:43:30 :: [aarch64] gnome-firmware.git 46.0-alt1: remote: build failed
2024-Dec-04 08:43:30 :: [aarch64] #200 gnome-firmware.git 46.0-alt1: build FAILED
2024-Dec-04 08:42:53 :: [x86_64] build FAILED
2024-Dec-04 08:42:54 :: [i586] build FAILED
2024-Dec-04 08:43:30 :: [aarch64] build FAILED
2024-Dec-04 08:43:30 :: task #363861 for p11 FAILED


More information about the Girar-builder-p11 mailing list