ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: "Girar awaiter (rider)" <girar-builder@altlinux.org>
To: Anton Farygin <rider@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
	girar-builder-p11@altlinux.org,
	girar-builder-p11@lists.altlinux.org
Subject: [#418908] p11 FAILED (try 3) sdbus-cpp.git=2.3.1-alt1 del=libsdbus-cpp waked.git=0.1.1-alt2 ...
Date: Fri, 22 May 2026 10:37:05 +0000
Message-ID: <girar.task.418908.3.1@gyle.mskdc.altlinux.org> (raw)
In-Reply-To: <girar.task.418908.1.1@gyle.mskdc.altlinux.org>

https://git.altlinux.org/tasks/418908/logs/events.3.1.log
https://packages.altlinux.org/tasks/418908

subtask  name   aarch64    i586  x86_64
   #300  waked   failed  failed  failed

2026-May-22 10:35:45 :: task #418908 for p11 resumed by rider:
2026-May-22 10:35:45 :: message: New package
#100 build 2.3.1-alt1 from /people/rider/packages/sdbus-cpp.git fetched at 2026-May-22 09:29:03
#200 delete libsdbus-cpp
#300 build 0.1.1-alt2 from /gears/w/waked.git fetched at 2026-May-22 10:35:15 from p11
#400 build xdg-desktop-portal-hyprland-1.3.3-alt1.src.rpm from p11
#500 build 0.1.2-alt2 from /gears/h/hypridle.git fetched at 2026-May-22 10:35:26 from p11
#600 build 0.2.2-alt1 from /gears/a/alterator-usbguard.git fetched at 2026-May-22 10:35:34 from p11
#700 build 0.1.4-alt2 from /gears/a/alterator-usbmount.git fetched at 2026-May-22 10:35:39 from p11
2026-May-22 10:35:45 :: created build repo
2026-May-22 10:35:46 :: [aarch64] #100 sdbus-cpp.git 2.3.1-alt1: build start
2026-May-22 10:35:46 :: [x86_64] #100 sdbus-cpp.git 2.3.1-alt1: build start
2026-May-22 10:35:46 :: [i586] #100 sdbus-cpp.git 2.3.1-alt1: build start
2026-May-22 10:36:04 :: [i586] #100 sdbus-cpp.git 2.3.1-alt1: build OK (cached)
2026-May-22 10:36:04 :: [i586] #300 waked.git 0.1.1-alt2: build start
2026-May-22 10:36:05 :: [x86_64] #100 sdbus-cpp.git 2.3.1-alt1: build OK (cached)
2026-May-22 10:36:05 :: [x86_64] #300 waked.git 0.1.1-alt2: build start
2026-May-22 10:36:23 :: [aarch64] #100 sdbus-cpp.git 2.3.1-alt1: build OK (cached)
2026-May-22 10:36:23 :: [aarch64] #300 waked.git 0.1.1-alt2: build start
[i586]                  from /usr/src/RPM/BUILD/waked-0.1.1/src/main.cpp:21:
[i586] /usr/include/c++/13/coroutine:355:2: error: #error "the <coroutine> header requires -fcoroutines"
[i586]   355 | #error "the <coroutine> header requires -fcoroutines"
[i586] /usr/src/RPM/BUILD/waked-0.1.1/src/main.cpp:32:52: error: no matching function for call to 'createProxy(const char*&, const char*&)'
[i586]    32 | std::unique_ptr inhibitorProxy = sdbus::createProxy(inhibitorDestinationName, inhibitorObjectPath);
[i586] --
[i586] /usr/src/RPM/BUILD/waked-0.1.1/src/main.cpp: In function 'int main(int, char**)':
[i586] /usr/src/RPM/BUILD/waked-0.1.1/src/main.cpp:144:55: error: no matching function for call to 'createSystemBusConnection(const char*&)'
[i586]   144 |     auto connection = sdbus::createSystemBusConnection(serviceName);
[i586] --
[i586] /usr/include/sdbus-c++/Message.h:753:54:   in 'constexpr' expansion of 'sdbus::as_null_terminated<char, 1>(sdbus::signature_of_v<sdbus::Variant>)'
[i586] /usr/include/sdbus-c++/TypeTraits.h:387:20: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; unsigned int N1 = 1; unsigned int N2 = 1]' called in a constant expression
[i586]   387 |         return arr + std::array<T, 1>{0};
[i586] --
[i586]   703 |     constexpr std::array<T, N1 + N2> operator+(std::array<T, N1> lhs, std::array<T, N2> rhs)
[i586] /usr/include/sdbus-c++/TypeTraits.h:707:18: error: call to non-'constexpr' function '_OI std::move(_II, _II, _OI) [with _II = char*; _OI = char*]'
[i586]   707 |         std::move(lhs.begin(), lhs.end(), result.begin());
[i586] --
[i586] /usr/include/sdbus-c++/ConvenienceApiClasses.inl:704:30:   required from here
[i586] /usr/include/sdbus-c++/TypeTraits.h:378:76: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; unsigned int N1 = 0; unsigned int N2 = 1]' called in a constant expression
[i586]   378 |         static constexpr std::array value = (std::array<char, 0>{} + ... + signature_of_v<Types>);
[i586] --
[i586]   703 |     constexpr std::array<T, N1 + N2> operator+(std::array<T, N1> lhs, std::array<T, N2> rhs)
[i586] /usr/include/sdbus-c++/TypeTraits.h:707:18: error: call to non-'constexpr' function '_OI std::move(_II, _II, _OI) [with _II = char*; _OI = char*]'
[i586]   707 |         std::move(lhs.begin(), lhs.end(), result.begin());
[i586] --
[i586] /usr/include/sdbus-c++/StandardInterfaces.h:373:95:   required from here
[i586] /usr/include/sdbus-c++/TypeTraits.h:378:76: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; unsigned int N1 = 0; unsigned int N2 = 1]' called in a constant expression
[i586]   378 |         static constexpr std::array value = (std::array<char, 0>{} + ... + signature_of_v<Types>);
[i586] --
[i586] /usr/include/sdbus-c++/StandardInterfaces.h:373:95:   required from here
[i586] /usr/include/sdbus-c++/TypeTraits.h:378:76: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; unsigned int N1 = 0; unsigned int N2 = 1]' called in a constant expression
[i586] /usr/include/sdbus-c++/Message.h: In instantiation of 'sdbus::Message& sdbus::Message::enterContainer() [with ElementType = sdbus::MemberName]':
[i586] --
[i586] /usr/include/sdbus-c++/Message.h:767:54:   in 'constexpr' expansion of 'sdbus::as_null_terminated<char, 1>(sdbus::signature_of_v<sdbus::MemberName>)'
[i586] /usr/include/sdbus-c++/TypeTraits.h:387:20: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; unsigned int N1 = 1; unsigned int N2 = 1]' called in a constant expression
[i586]   387 |         return arr + std::array<T, 1>{0};
2026-May-22 10:36:27 :: [i586] waked.git 0.1.1-alt2: remote: build failed
2026-May-22 10:36:27 :: [i586] #300 waked.git 0.1.1-alt2: build FAILED
2026-May-22 10:36:27 :: [i586] requesting cancellation of task processing
[x86_64]                  from /usr/src/RPM/BUILD/waked-0.1.1/src/main.cpp:21:
[x86_64] /usr/include/c++/13/coroutine:355:2: error: #error "the <coroutine> header requires -fcoroutines"
[x86_64]   355 | #error "the <coroutine> header requires -fcoroutines"
[x86_64] /usr/src/RPM/BUILD/waked-0.1.1/src/main.cpp:32:52: error: no matching function for call to 'createProxy(const char*&, const char*&)'
[x86_64]    32 | std::unique_ptr inhibitorProxy = sdbus::createProxy(inhibitorDestinationName, inhibitorObjectPath);
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/waked-0.1.1/src/main.cpp: In function 'int main(int, char**)':
[x86_64] /usr/src/RPM/BUILD/waked-0.1.1/src/main.cpp:144:55: error: no matching function for call to 'createSystemBusConnection(const char*&)'
[x86_64]   144 |     auto connection = sdbus::createSystemBusConnection(serviceName);
[x86_64] --
[x86_64] /usr/include/sdbus-c++/Message.h:753:54:   in 'constexpr' expansion of 'sdbus::as_null_terminated<char, 1>(sdbus::signature_of_v<sdbus::Variant>)'
[x86_64] /usr/include/sdbus-c++/TypeTraits.h:387:20: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; long unsigned int N1 = 1; long unsigned int N2 = 1]' called in a constant expression
[x86_64]   387 |         return arr + std::array<T, 1>{0};
[x86_64] --
[x86_64]   703 |     constexpr std::array<T, N1 + N2> operator+(std::array<T, N1> lhs, std::array<T, N2> rhs)
[x86_64] /usr/include/sdbus-c++/TypeTraits.h:707:18: error: call to non-'constexpr' function '_OI std::move(_II, _II, _OI) [with _II = char*; _OI = char*]'
[x86_64]   707 |         std::move(lhs.begin(), lhs.end(), result.begin());
[x86_64] --
[x86_64] /usr/include/sdbus-c++/ConvenienceApiClasses.inl:704:30:   required from here
[x86_64] /usr/include/sdbus-c++/TypeTraits.h:378:76: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; long unsigned int N1 = 0; long unsigned int N2 = 1]' called in a constant expression
[x86_64]   378 |         static constexpr std::array value = (std::array<char, 0>{} + ... + signature_of_v<Types>);
[x86_64] --
[x86_64]   703 |     constexpr std::array<T, N1 + N2> operator+(std::array<T, N1> lhs, std::array<T, N2> rhs)
[x86_64] /usr/include/sdbus-c++/TypeTraits.h:707:18: error: call to non-'constexpr' function '_OI std::move(_II, _II, _OI) [with _II = char*; _OI = char*]'
[x86_64]   707 |         std::move(lhs.begin(), lhs.end(), result.begin());
[x86_64] --
[x86_64] /usr/include/sdbus-c++/StandardInterfaces.h:373:95:   required from here
[x86_64] /usr/include/sdbus-c++/TypeTraits.h:378:76: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; long unsigned int N1 = 0; long unsigned int N2 = 1]' called in a constant expression
[x86_64]   378 |         static constexpr std::array value = (std::array<char, 0>{} + ... + signature_of_v<Types>);
[x86_64] --
[x86_64] /usr/include/sdbus-c++/StandardInterfaces.h:373:95:   required from here
[x86_64] /usr/include/sdbus-c++/TypeTraits.h:378:76: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; long unsigned int N1 = 0; long unsigned int N2 = 1]' called in a constant expression
[x86_64] /usr/include/sdbus-c++/Message.h: In instantiation of 'sdbus::Message& sdbus::Message::enterContainer() [with ElementType = sdbus::MemberName]':
[x86_64] --
[x86_64] /usr/include/sdbus-c++/Message.h:767:54:   in 'constexpr' expansion of 'sdbus::as_null_terminated<char, 1>(sdbus::signature_of_v<sdbus::MemberName>)'
[x86_64] /usr/include/sdbus-c++/TypeTraits.h:387:20: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; long unsigned int N1 = 1; long unsigned int N2 = 1]' called in a constant expression
[x86_64]   387 |         return arr + std::array<T, 1>{0};
2026-May-22 10:36:28 :: [x86_64] waked.git 0.1.1-alt2: remote: build failed
2026-May-22 10:36:28 :: [x86_64] #300 waked.git 0.1.1-alt2: build FAILED
[aarch64]                  from /usr/src/RPM/BUILD/waked-0.1.1/src/main.cpp:21:
[aarch64] /usr/include/c++/13/coroutine:355:2: error: #error "the <coroutine> header requires -fcoroutines"
[aarch64]   355 | #error "the <coroutine> header requires -fcoroutines"
[aarch64] /usr/src/RPM/BUILD/waked-0.1.1/src/main.cpp:32:52: error: no matching function for call to 'createProxy(const char*&, const char*&)'
[aarch64]    32 | std::unique_ptr inhibitorProxy = sdbus::createProxy(inhibitorDestinationName, inhibitorObjectPath);
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/waked-0.1.1/src/main.cpp: In function 'int main(int, char**)':
[aarch64] /usr/src/RPM/BUILD/waked-0.1.1/src/main.cpp:144:55: error: no matching function for call to 'createSystemBusConnection(const char*&)'
[aarch64]   144 |     auto connection = sdbus::createSystemBusConnection(serviceName);
[aarch64] --
[aarch64] /usr/include/sdbus-c++/Message.h:753:54:   in 'constexpr' expansion of 'sdbus::as_null_terminated<char, 1>(sdbus::signature_of_v<sdbus::Variant>)'
[aarch64] /usr/include/sdbus-c++/TypeTraits.h:387:20: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; long unsigned int N1 = 1; long unsigned int N2 = 1]' called in a constant expression
[aarch64]   387 |         return arr + std::array<T, 1>{0};
[aarch64] --
[aarch64]   703 |     constexpr std::array<T, N1 + N2> operator+(std::array<T, N1> lhs, std::array<T, N2> rhs)
[aarch64] /usr/include/sdbus-c++/TypeTraits.h:707:18: error: call to non-'constexpr' function '_OI std::move(_II, _II, _OI) [with _II = char*; _OI = char*]'
[aarch64]   707 |         std::move(lhs.begin(), lhs.end(), result.begin());
[aarch64] --
[aarch64] /usr/include/sdbus-c++/ConvenienceApiClasses.inl:704:30:   required from here
[aarch64] /usr/include/sdbus-c++/TypeTraits.h:378:76: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; long unsigned int N1 = 0; long unsigned int N2 = 1]' called in a constant expression
[aarch64]   378 |         static constexpr std::array value = (std::array<char, 0>{} + ... + signature_of_v<Types>);
[aarch64] --
[aarch64]   703 |     constexpr std::array<T, N1 + N2> operator+(std::array<T, N1> lhs, std::array<T, N2> rhs)
[aarch64] /usr/include/sdbus-c++/TypeTraits.h:707:18: error: call to non-'constexpr' function '_OI std::move(_II, _II, _OI) [with _II = char*; _OI = char*]'
[aarch64]   707 |         std::move(lhs.begin(), lhs.end(), result.begin());
[aarch64] --
[aarch64] /usr/include/sdbus-c++/StandardInterfaces.h:373:95:   required from here
[aarch64] /usr/include/sdbus-c++/TypeTraits.h:378:76: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; long unsigned int N1 = 0; long unsigned int N2 = 1]' called in a constant expression
[aarch64]   378 |         static constexpr std::array value = (std::array<char, 0>{} + ... + signature_of_v<Types>);
[aarch64] --
[aarch64] /usr/include/sdbus-c++/StandardInterfaces.h:373:95:   required from here
[aarch64] /usr/include/sdbus-c++/TypeTraits.h:378:76: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; long unsigned int N1 = 0; long unsigned int N2 = 1]' called in a constant expression
[aarch64] /usr/include/sdbus-c++/Message.h: In instantiation of 'sdbus::Message& sdbus::Message::enterContainer() [with ElementType = sdbus::MemberName]':
[aarch64] --
[aarch64] /usr/include/sdbus-c++/Message.h:767:54:   in 'constexpr' expansion of 'sdbus::as_null_terminated<char, 1>(sdbus::signature_of_v<sdbus::MemberName>)'
[aarch64] /usr/include/sdbus-c++/TypeTraits.h:387:20: error: 'constexpr std::array<T, (N1 + N2)> sdbus::operator+(std::array<_Tp, _Nm>, std::array<T, N2>) [with T = char; long unsigned int N1 = 1; long unsigned int N2 = 1]' called in a constant expression
[aarch64]   387 |         return arr + std::array<T, 1>{0};
2026-May-22 10:37:05 :: [aarch64] waked.git 0.1.1-alt2: remote: build failed
2026-May-22 10:37:05 :: [aarch64] #300 waked.git 0.1.1-alt2: build FAILED
2026-May-22 10:36:27 :: [i586] build FAILED
2026-May-22 10:36:28 :: [x86_64] build FAILED
2026-May-22 10:37:05 :: [aarch64] build FAILED
2026-May-22 10:37:05 :: task #418908 for p11 FAILED


  parent reply	other threads:[~2026-05-22 10:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-22  9:55 [#418908] p11 FAILED sdbus-cpp.git=2.3.1-alt1 Girar awaiter (rider)
2026-05-22 10:34 ` [#418908] p11 FAILED (try 2) sdbus-cpp.git=2.3.1-alt1 del=libsdbus-cpp Girar awaiter (rider)
2026-05-22 10:37 ` Girar awaiter (rider) [this message]
2026-05-22 14:58 ` [#418908] p11 FAILED (try 4) sdbus-cpp.git=2.3.1-alt1 del=libsdbus-cpp waked.git=0.1.1-alt3 Girar awaiter (rider)
2026-05-24 12:34 ` [#418908] p11 FAILED (try 5) sdbus-cpp.git=2.3.1-alt1 del=libsdbus-cpp Girar awaiter (rider)
2026-05-24 13:41 ` [#418908] p11 FAILED (try 6) " Girar awaiter (rider)
2026-05-24 13:46 ` [#418908] p11 FAILED (try 7) sdbus-cpp.git=2.3.1-alt1 del=libsdbus-cpp hypridle.git=0.1.2-alt2 Girar awaiter (rider)
2026-05-24 13:47 ` [#418908] p11 FAILED (try 8) sdbus-cpp.git=2.3.1-alt1 del=libsdbus-cpp Girar awaiter (rider)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=girar.task.418908.3.1@gyle.mskdc.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=devel@lists.altlinux.org \
    --cc=girar-builder-p11@altlinux.org \
    --cc=girar-builder-p11@lists.altlinux.org \
    --cc=rider@altlinux.org \
    --cc=sisyphus-incominger@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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