ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#426988] FAILED pdns.git=4.9.1-alt1.1
@ 2026-07-25 11:23 Girar awaiter (iv)
  0 siblings, 0 replies; only message in thread
From: Girar awaiter (iv) @ 2026-07-25 11:23 UTC (permalink / raw)
  To: Ivan Melnikov; +Cc: sisyphus-incominger, girar-builder-sisyphus

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

subtask  name  aarch64  i586  x86_64
   #100  pdns   failed     -  failed

2026-Jul-25 11:21:31 :: task #426988 for sisyphus started by iv:
2026-Jul-25 11:21:31 :: message: rebuild_with_boost_1.91
#100 build 4.9.1-alt1.1 from /gears/p/pdns.git fetched at 2026-Jul-25 09:26:49 from sisyphus
2026-Jul-25 11:21:33 :: [x86_64] #100 pdns.git 4.9.1-alt1.1: build start
2026-Jul-25 11:21:33 :: [i586] #100 pdns.git 4.9.1-alt1.1: build start
2026-Jul-25 11:21:33 :: [aarch64] #100 pdns.git 4.9.1-alt1.1: build start
2026-Jul-25 11:21:39 :: [i586] #100 pdns.git 4.9.1-alt1.1: build SKIPPED
[x86_64] json11.cpp: In function 'void json11::dump(const std::string&, std::string&)':
[x86_64] json11.cpp:96:32: error: 'uint8_t' does not name a type
[x86_64]    96 |         } else if (static_cast<uint8_t>(ch) <= 0x1f) {
[x86_64] --
[x86_64]    25 | #include <cstdlib>
[x86_64] json11.cpp:100:32: error: 'uint8_t' does not name a type
[x86_64]   100 |         } else if (static_cast<uint8_t>(ch) == 0xe2 && static_cast<uint8_t>(value[i+1]) == 0x80
[x86_64] json11.cpp:100:32: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
[x86_64] json11.cpp:100:68: error: 'uint8_t' does not name a type
[x86_64]   100 |         } else if (static_cast<uint8_t>(ch) == 0xe2 && static_cast<uint8_t>(value[i+1]) == 0x80
[x86_64] json11.cpp:100:68: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
[x86_64] json11.cpp:101:35: error: 'uint8_t' does not name a type
[x86_64]   101 |                    && static_cast<uint8_t>(value[i+2]) == 0xa8) {
[x86_64] json11.cpp:101:35: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
[x86_64] json11.cpp:104:32: error: 'uint8_t' does not name a type
[x86_64]   104 |         } else if (static_cast<uint8_t>(ch) == 0xe2 && static_cast<uint8_t>(value[i+1]) == 0x80
[x86_64] json11.cpp:104:32: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
[x86_64] json11.cpp:104:68: error: 'uint8_t' does not name a type
[x86_64]   104 |         } else if (static_cast<uint8_t>(ch) == 0xe2 && static_cast<uint8_t>(value[i+1]) == 0x80
[x86_64] json11.cpp:104:68: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
[x86_64] json11.cpp:105:35: error: 'uint8_t' does not name a type
[x86_64]   105 |                    && static_cast<uint8_t>(value[i+2]) == 0xa9) {
[x86_64] --
[x86_64] json11.cpp: In function 'std::string json11::esc(char)':
[x86_64] json11.cpp:327:21: error: 'uint8_t' does not name a type
[x86_64]   327 |     if (static_cast<uint8_t>(c) >= 0x20 && static_cast<uint8_t>(c) <= 0x7f) {
[x86_64] json11.cpp:327:21: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
[x86_64] json11.cpp:327:56: error: 'uint8_t' does not name a type
[x86_64]   327 |     if (static_cast<uint8_t>(c) >= 0x20 && static_cast<uint8_t>(c) <= 0x7f) {
2026-Jul-25 11:22:42 :: [x86_64] pdns.git 4.9.1-alt1.1: remote: build failed
2026-Jul-25 11:22:42 :: [x86_64] #100 pdns.git 4.9.1-alt1.1: build FAILED
2026-Jul-25 11:22:42 :: [x86_64] requesting cancellation of task processing
[aarch64] json11.cpp: In function 'void json11::dump(const std::string&, std::string&)':
[aarch64] json11.cpp:96:32: error: 'uint8_t' does not name a type
[aarch64]    96 |         } else if (static_cast<uint8_t>(ch) <= 0x1f) {
[aarch64] --
[aarch64]    25 | #include <cstdlib>
[aarch64] json11.cpp:100:32: error: 'uint8_t' does not name a type
[aarch64]   100 |         } else if (static_cast<uint8_t>(ch) == 0xe2 && static_cast<uint8_t>(value[i+1]) == 0x80
[aarch64] json11.cpp:100:32: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
[aarch64] json11.cpp:100:68: error: 'uint8_t' does not name a type
[aarch64]   100 |         } else if (static_cast<uint8_t>(ch) == 0xe2 && static_cast<uint8_t>(value[i+1]) == 0x80
[aarch64] json11.cpp:100:68: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
[aarch64] json11.cpp:101:35: error: 'uint8_t' does not name a type
[aarch64]   101 |                    && static_cast<uint8_t>(value[i+2]) == 0xa8) {
[aarch64] json11.cpp:101:35: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
[aarch64] json11.cpp:104:32: error: 'uint8_t' does not name a type
[aarch64]   104 |         } else if (static_cast<uint8_t>(ch) == 0xe2 && static_cast<uint8_t>(value[i+1]) == 0x80
[aarch64] json11.cpp:104:32: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
[aarch64] json11.cpp:104:68: error: 'uint8_t' does not name a type
[aarch64]   104 |         } else if (static_cast<uint8_t>(ch) == 0xe2 && static_cast<uint8_t>(value[i+1]) == 0x80
[aarch64] json11.cpp:104:68: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
[aarch64] json11.cpp:105:35: error: 'uint8_t' does not name a type
[aarch64]   105 |                    && static_cast<uint8_t>(value[i+2]) == 0xa9) {
[aarch64] --
[aarch64] json11.cpp: In function 'std::string json11::esc(char)':
[aarch64] json11.cpp:327:21: error: 'uint8_t' does not name a type
[aarch64]   327 |     if (static_cast<uint8_t>(c) >= 0x20 && static_cast<uint8_t>(c) <= 0x7f) {
[aarch64] json11.cpp:327:21: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
[aarch64] json11.cpp:327:56: error: 'uint8_t' does not name a type
[aarch64]   327 |     if (static_cast<uint8_t>(c) >= 0x20 && static_cast<uint8_t>(c) <= 0x7f) {
2026-Jul-25 11:23:39 :: [aarch64] pdns.git 4.9.1-alt1.1: remote: build failed
2026-Jul-25 11:23:39 :: [aarch64] #100 pdns.git 4.9.1-alt1.1: build FAILED
2026-Jul-25 11:22:42 :: [x86_64] build FAILED
2026-Jul-25 11:23:39 :: [aarch64] build FAILED
2026-Jul-25 11:23:40 :: task #426988 for sisyphus FAILED


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

only message in thread, other threads:[~2026-07-25 11:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 11:23 [#426988] FAILED pdns.git=4.9.1-alt1.1 Girar awaiter (iv)

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