* [#323680] [test-only] FAILED mfgtools.git=1.5.21-alt1
@ 2023-06-25 9:24 Girar awaiter (zorg)
0 siblings, 0 replies; only message in thread
From: Girar awaiter (zorg) @ 2023-06-25 9:24 UTC (permalink / raw)
To: Pavel Nakonechny; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/323680/logs/events.1.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#100 mfgtools failed failed failed failed failed
2023-Jun-25 09:23:47 :: test-only task #323680 for sisyphus started by zorg:
#100 build 1.5.21-alt1 from /people/zorg/packages/mfgtools.git fetched at 2023-Jun-25 09:23:45
2023-Jun-25 09:23:49 :: [aarch64] #100 mfgtools.git 1.5.21-alt1: build start
2023-Jun-25 09:23:49 :: [x86_64] #100 mfgtools.git 1.5.21-alt1: build start
2023-Jun-25 09:23:49 :: [armh] #100 mfgtools.git 1.5.21-alt1: build start
2023-Jun-25 09:23:49 :: [i586] #100 mfgtools.git 1.5.21-alt1: build start
2023-Jun-25 09:23:49 :: [ppc64le] #100 mfgtools.git 1.5.21-alt1: build start
[i586] In file included from /usr/src/RPM/BUILD/mfgtools/libuuu/fat.cpp:35:
[i586] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:88:8: error: 'uint64_t' does not name a type
[i586] 88 | inline uint64_t EndianSwap(uint64_t x) {
[i586] --
[i586] 36 | #pragma once
[i586] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:99:8: error: 'uint32_t' does not name a type
[i586] 99 | inline uint32_t EndianSwap(uint32_t x)
[i586] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:99:8: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[i586] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:106:8: error: 'uint16_t' does not name a type
[i586] 106 | inline uint16_t EndianSwap(uint16_t x)
[i586] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:106:8: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[i586] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:145:1: error: 'uint16_t' does not name a type
[i586] 145 | uint16_t str_to_uint16(const string &str, bool * conversion_suceeded = nullptr);
[i586] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:145:1: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[i586] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:146:1: error: 'uint32_t' does not name a type
[i586] 146 | uint32_t str_to_uint32(const string &str, bool * conversion_suceeded = nullptr);
[i586] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:146:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[i586] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:147:1: error: 'uint64_t' does not name a type
[i586] 147 | uint64_t str_to_uint64(const string &str, bool * conversion_suceeded = nullptr);
2023-Jun-25 09:24:08 :: [i586] mfgtools.git 1.5.21-alt1: remote: build failed
2023-Jun-25 09:24:08 :: [i586] #100 mfgtools.git 1.5.21-alt1: build FAILED
2023-Jun-25 09:24:08 :: [i586] requesting cancellation of task processing
[x86_64] In file included from /usr/src/RPM/BUILD/mfgtools/libuuu/fat.cpp:35:
[x86_64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:88:8: error: 'uint64_t' does not name a type
[x86_64] 88 | inline uint64_t EndianSwap(uint64_t x) {
[x86_64] --
[x86_64] 36 | #pragma once
[x86_64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:99:8: error: 'uint32_t' does not name a type
[x86_64] 99 | inline uint32_t EndianSwap(uint32_t x)
[x86_64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:99:8: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[x86_64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:106:8: error: 'uint16_t' does not name a type
[x86_64] 106 | inline uint16_t EndianSwap(uint16_t x)
[x86_64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:106:8: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[x86_64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:145:1: error: 'uint16_t' does not name a type
[x86_64] 145 | uint16_t str_to_uint16(const string &str, bool * conversion_suceeded = nullptr);
[x86_64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:145:1: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[x86_64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:146:1: error: 'uint32_t' does not name a type
[x86_64] 146 | uint32_t str_to_uint32(const string &str, bool * conversion_suceeded = nullptr);
[x86_64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:146:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[x86_64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:147:1: error: 'uint64_t' does not name a type
[x86_64] 147 | uint64_t str_to_uint64(const string &str, bool * conversion_suceeded = nullptr);
2023-Jun-25 09:24:10 :: [x86_64] mfgtools.git 1.5.21-alt1: remote: build failed
2023-Jun-25 09:24:10 :: [x86_64] #100 mfgtools.git 1.5.21-alt1: build FAILED
[aarch64] In file included from /usr/src/RPM/BUILD/mfgtools/libuuu/fat.cpp:35:
[aarch64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:88:8: error: 'uint64_t' does not name a type
[aarch64] 88 | inline uint64_t EndianSwap(uint64_t x) {
[aarch64] --
[aarch64] 36 | #pragma once
[aarch64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:99:8: error: 'uint32_t' does not name a type
[aarch64] 99 | inline uint32_t EndianSwap(uint32_t x)
[aarch64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:99:8: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[aarch64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:106:8: error: 'uint16_t' does not name a type
[aarch64] 106 | inline uint16_t EndianSwap(uint16_t x)
[aarch64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:106:8: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[aarch64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:145:1: error: 'uint16_t' does not name a type
[aarch64] 145 | uint16_t str_to_uint16(const string &str, bool * conversion_suceeded = nullptr);
[aarch64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:145:1: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[aarch64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:146:1: error: 'uint32_t' does not name a type
[aarch64] 146 | uint32_t str_to_uint32(const string &str, bool * conversion_suceeded = nullptr);
[aarch64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:146:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[aarch64] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:147:1: error: 'uint64_t' does not name a type
[aarch64] 147 | uint64_t str_to_uint64(const string &str, bool * conversion_suceeded = nullptr);
2023-Jun-25 09:24:22 :: [aarch64] mfgtools.git 1.5.21-alt1: remote: build failed
2023-Jun-25 09:24:22 :: [aarch64] #100 mfgtools.git 1.5.21-alt1: build FAILED
[ppc64le] In file included from /usr/src/RPM/BUILD/mfgtools/libuuu/fat.cpp:35:
[ppc64le] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:88:8: error: 'uint64_t' does not name a type
[ppc64le] 88 | inline uint64_t EndianSwap(uint64_t x) {
[ppc64le] --
[ppc64le] 36 | #pragma once
[ppc64le] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:99:8: error: 'uint32_t' does not name a type
[ppc64le] 99 | inline uint32_t EndianSwap(uint32_t x)
[ppc64le] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:99:8: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[ppc64le] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:106:8: error: 'uint16_t' does not name a type
[ppc64le] 106 | inline uint16_t EndianSwap(uint16_t x)
[ppc64le] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:106:8: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[ppc64le] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:145:1: error: 'uint16_t' does not name a type
[ppc64le] 145 | uint16_t str_to_uint16(const string &str, bool * conversion_suceeded = nullptr);
[ppc64le] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:145:1: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[ppc64le] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:146:1: error: 'uint32_t' does not name a type
[ppc64le] 146 | uint32_t str_to_uint32(const string &str, bool * conversion_suceeded = nullptr);
[ppc64le] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:146:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[ppc64le] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:147:1: error: 'uint64_t' does not name a type
[ppc64le] 147 | uint64_t str_to_uint64(const string &str, bool * conversion_suceeded = nullptr);
2023-Jun-25 09:24:25 :: [ppc64le] mfgtools.git 1.5.21-alt1: remote: build failed
2023-Jun-25 09:24:25 :: [ppc64le] #100 mfgtools.git 1.5.21-alt1: build FAILED
[armh] In file included from /usr/src/RPM/BUILD/mfgtools/libuuu/fat.cpp:35:
[armh] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:88:8: error: 'uint64_t' does not name a type
[armh] 88 | inline uint64_t EndianSwap(uint64_t x) {
[armh] --
[armh] 36 | #pragma once
[armh] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:99:8: error: 'uint32_t' does not name a type
[armh] 99 | inline uint32_t EndianSwap(uint32_t x)
[armh] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:99:8: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[armh] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:106:8: error: 'uint16_t' does not name a type
[armh] 106 | inline uint16_t EndianSwap(uint16_t x)
[armh] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:106:8: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[armh] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:145:1: error: 'uint16_t' does not name a type
[armh] 145 | uint16_t str_to_uint16(const string &str, bool * conversion_suceeded = nullptr);
[armh] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:145:1: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[armh] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:146:1: error: 'uint32_t' does not name a type
[armh] 146 | uint32_t str_to_uint32(const string &str, bool * conversion_suceeded = nullptr);
[armh] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:146:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[armh] /usr/src/RPM/BUILD/mfgtools/libuuu/libcomm.h:147:1: error: 'uint64_t' does not name a type
[armh] 147 | uint64_t str_to_uint64(const string &str, bool * conversion_suceeded = nullptr);
2023-Jun-25 09:24:39 :: [armh] mfgtools.git 1.5.21-alt1: remote: build failed
2023-Jun-25 09:24:39 :: [armh] #100 mfgtools.git 1.5.21-alt1: build FAILED
2023-Jun-25 09:24:08 :: [i586] build FAILED
2023-Jun-25 09:24:10 :: [x86_64] build FAILED
2023-Jun-25 09:24:23 :: [aarch64] build FAILED
2023-Jun-25 09:24:25 :: [ppc64le] build FAILED
2023-Jun-25 09:24:39 :: [armh] build FAILED
2023-Jun-25 09:24:39 :: task #323680 for sisyphus FAILED
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-25 9:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-25 9:24 [#323680] [test-only] FAILED mfgtools.git=1.5.21-alt1 Girar awaiter (zorg)
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