[#366256] [test-only] FAILED (try 2) SFML.git=3.0.0-alt1 attract.git=2.7.0-alt3 dolphin-emu.git=2412-alt1 ...
Girar awaiter (nenderus)
girar-builder at altlinux.org
Sun Dec 22 22:32:30 MSK 2024
https://git.altlinux.org/tasks/366256/logs/events.2.1.log
https://packages.altlinux.org/tasks/366256
subtask name aarch64 i586 ppc64le x86_64
#200 attract failed failed failed failed
2024-Dec-22 19:30:41 :: test-only task #366256 for sisyphus resumed by nenderus:
2024-Dec-22 19:30:41 :: message: New version 3.0.0.
#100 build 3.0.0-alt1 from /people/nenderus/packages/SFML.git fetched at 2024-Dec-22 19:24:07
#200 build 2.7.0-alt3 from /gears/a/attract.git fetched at 2024-Dec-22 19:29:12 from sisyphus
#300 build 2412-alt1 from /gears/d/dolphin-emu.git fetched at 2024-Dec-22 19:29:23 from sisyphus
#400 build 0.8.4-alt1 from /gears/e/extreme-tuxracer.git fetched at 2024-Dec-22 19:29:47 from sisyphus
#500 build 0.7.6-alt2 from /gears/m/marsshooter.git fetched at 2024-Dec-22 19:29:57 from sisyphus
#600 build 3.2.6-alt1 from /gears/s/slade.git fetched at 2024-Dec-22 19:30:06 from sisyphus
#700 build 2.1.11-alt1 from /gears/v/visualboyadvance-m.git fetched at 2024-Dec-22 19:30:15 from sisyphus
2024-Dec-22 19:30:42 :: created build repo
2024-Dec-22 19:30:43 :: [i586] #100 SFML.git 3.0.0-alt1: build start
2024-Dec-22 19:30:43 :: [x86_64] #100 SFML.git 3.0.0-alt1: build start
2024-Dec-22 19:30:43 :: [ppc64le] #100 SFML.git 3.0.0-alt1: build start
2024-Dec-22 19:30:43 :: [aarch64] #100 SFML.git 3.0.0-alt1: build start
2024-Dec-22 19:31:02 :: [i586] #100 SFML.git 3.0.0-alt1: build OK (cached)
2024-Dec-22 19:31:02 :: [i586] #200 attract.git 2.7.0-alt3: build start
2024-Dec-22 19:31:02 :: [x86_64] #100 SFML.git 3.0.0-alt1: build OK (cached)
2024-Dec-22 19:31:03 :: [x86_64] #200 attract.git 2.7.0-alt3: build start
2024-Dec-22 19:31:18 :: [aarch64] #100 SFML.git 3.0.0-alt1: build OK (cached)
2024-Dec-22 19:31:18 :: [aarch64] #200 attract.git 2.7.0-alt3: build start
2024-Dec-22 19:31:26 :: [ppc64le] #100 SFML.git 3.0.0-alt1: build OK (cached)
2024-Dec-22 19:31:26 :: [ppc64le] #200 attract.git 2.7.0-alt3: build start
[x86_64] /usr/include/SFML/System/Utf.inl: In static member function 'static Out sf::Utf<8>::encode(char32_t, Out, uint8_t)':
[x86_64] /usr/include/SFML/System/Utf.inl:137:25: error: 'byte' is not a member of 'std'
[x86_64] 137 | std::array<std::byte, 4> bytes{};
[x86_64] /usr/include/SFML/System/Utf.inl:137:25: note: 'std::byte' is only available from C++17 onwards
[x86_64] /usr/include/SFML/System/Utf.inl:137:25: error: 'byte' is not a member of 'std'
[x86_64] /usr/include/SFML/System/Utf.inl:137:25: note: 'std::byte' is only available from C++17 onwards
[x86_64] /usr/include/SFML/System/Utf.inl:137:32: error: template argument 1 is invalid
[x86_64] 137 | std::array<std::byte, 4> bytes{};
[x86_64] /usr/include/SFML/System/Utf.inl:142:26: error: invalid types 'int[int]' for array subscript
[x86_64] 142 | case 4: bytes[3] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[x86_64] /usr/include/SFML/System/Utf.inl:142:49: error: 'byte' in namespace 'std' does not name a type
[x86_64] 142 | case 4: bytes[3] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[x86_64] --
[x86_64] 142 | case 4: bytes[3] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[x86_64] /usr/include/SFML/System/Utf.inl:143:26: error: invalid types 'int[int]' for array subscript
[x86_64] 143 | case 3: bytes[2] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[x86_64] /usr/include/SFML/System/Utf.inl:143:49: error: 'byte' in namespace 'std' does not name a type
[x86_64] 143 | case 3: bytes[2] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[x86_64] --
[x86_64] 143 | case 3: bytes[2] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[x86_64] /usr/include/SFML/System/Utf.inl:144:26: error: invalid types 'int[int]' for array subscript
[x86_64] 144 | case 2: bytes[1] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[x86_64] /usr/include/SFML/System/Utf.inl:144:49: error: 'byte' in namespace 'std' does not name a type
[x86_64] 144 | case 2: bytes[1] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[x86_64] --
[x86_64] 144 | case 2: bytes[1] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[x86_64] /usr/include/SFML/System/Utf.inl:145:26: error: invalid types 'int[int]' for array subscript
[x86_64] 145 | case 1: bytes[0] = static_cast<std::byte> (input | firstBytes[bytestoWrite]);
2024-Dec-22 19:31:38 :: [x86_64] attract.git 2.7.0-alt3: remote: build failed
2024-Dec-22 19:31:38 :: [x86_64] #200 attract.git 2.7.0-alt3: build FAILED
2024-Dec-22 19:31:38 :: [x86_64] requesting cancellation of task processing
[i586] /usr/include/SFML/System/Utf.inl: In static member function 'static Out sf::Utf<8>::encode(char32_t, Out, uint8_t)':
[i586] /usr/include/SFML/System/Utf.inl:137:25: error: 'byte' is not a member of 'std'
[i586] 137 | std::array<std::byte, 4> bytes{};
[i586] /usr/include/SFML/System/Utf.inl:137:25: note: 'std::byte' is only available from C++17 onwards
[i586] /usr/include/SFML/System/Utf.inl:137:25: error: 'byte' is not a member of 'std'
[i586] /usr/include/SFML/System/Utf.inl:137:25: note: 'std::byte' is only available from C++17 onwards
[i586] /usr/include/SFML/System/Utf.inl:137:32: error: template argument 1 is invalid
[i586] 137 | std::array<std::byte, 4> bytes{};
[i586] /usr/include/SFML/System/Utf.inl:142:26: error: invalid types 'int[int]' for array subscript
[i586] 142 | case 4: bytes[3] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[i586] /usr/include/SFML/System/Utf.inl:142:49: error: 'byte' in namespace 'std' does not name a type
[i586] 142 | case 4: bytes[3] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[i586] --
[i586] 142 | case 4: bytes[3] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[i586] /usr/include/SFML/System/Utf.inl:143:26: error: invalid types 'int[int]' for array subscript
[i586] 143 | case 3: bytes[2] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[i586] /usr/include/SFML/System/Utf.inl:143:49: error: 'byte' in namespace 'std' does not name a type
[i586] 143 | case 3: bytes[2] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[i586] --
[i586] 143 | case 3: bytes[2] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[i586] /usr/include/SFML/System/Utf.inl:144:26: error: invalid types 'int[int]' for array subscript
[i586] 144 | case 2: bytes[1] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[i586] /usr/include/SFML/System/Utf.inl:144:49: error: 'byte' in namespace 'std' does not name a type
[i586] 144 | case 2: bytes[1] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[i586] --
[i586] 144 | case 2: bytes[1] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[i586] /usr/include/SFML/System/Utf.inl:145:26: error: invalid types 'int[int]' for array subscript
[i586] 145 | case 1: bytes[0] = static_cast<std::byte> (input | firstBytes[bytestoWrite]);
2024-Dec-22 19:31:40 :: [i586] attract.git 2.7.0-alt3: remote: build failed
2024-Dec-22 19:31:40 :: [i586] #200 attract.git 2.7.0-alt3: build FAILED
[aarch64] /usr/include/SFML/System/Utf.inl: In static member function 'static Out sf::Utf<8>::encode(char32_t, Out, uint8_t)':
[aarch64] /usr/include/SFML/System/Utf.inl:137:25: error: 'byte' is not a member of 'std'
[aarch64] 137 | std::array<std::byte, 4> bytes{};
[aarch64] /usr/include/SFML/System/Utf.inl:137:25: note: 'std::byte' is only available from C++17 onwards
[aarch64] /usr/include/SFML/System/Utf.inl:137:25: error: 'byte' is not a member of 'std'
[aarch64] /usr/include/SFML/System/Utf.inl:137:25: note: 'std::byte' is only available from C++17 onwards
[aarch64] /usr/include/SFML/System/Utf.inl:137:32: error: template argument 1 is invalid
[aarch64] 137 | std::array<std::byte, 4> bytes{};
[aarch64] /usr/include/SFML/System/Utf.inl:142:26: error: invalid types 'int[int]' for array subscript
[aarch64] 142 | case 4: bytes[3] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[aarch64] /usr/include/SFML/System/Utf.inl:142:49: error: 'byte' in namespace 'std' does not name a type
[aarch64] 142 | case 4: bytes[3] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[aarch64] --
[aarch64] 142 | case 4: bytes[3] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[aarch64] /usr/include/SFML/System/Utf.inl:143:26: error: invalid types 'int[int]' for array subscript
[aarch64] 143 | case 3: bytes[2] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[aarch64] /usr/include/SFML/System/Utf.inl:143:49: error: 'byte' in namespace 'std' does not name a type
[aarch64] 143 | case 3: bytes[2] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[aarch64] --
[aarch64] 143 | case 3: bytes[2] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[aarch64] /usr/include/SFML/System/Utf.inl:144:26: error: invalid types 'int[int]' for array subscript
[aarch64] 144 | case 2: bytes[1] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[aarch64] /usr/include/SFML/System/Utf.inl:144:49: error: 'byte' in namespace 'std' does not name a type
[aarch64] 144 | case 2: bytes[1] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[aarch64] --
[aarch64] 144 | case 2: bytes[1] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[aarch64] /usr/include/SFML/System/Utf.inl:145:26: error: invalid types 'int[int]' for array subscript
[aarch64] 145 | case 1: bytes[0] = static_cast<std::byte> (input | firstBytes[bytestoWrite]);
2024-Dec-22 19:32:14 :: [aarch64] attract.git 2.7.0-alt3: remote: build failed
2024-Dec-22 19:32:14 :: [aarch64] #200 attract.git 2.7.0-alt3: build FAILED
[ppc64le] /usr/include/SFML/System/Utf.inl: In static member function 'static Out sf::Utf<8>::encode(char32_t, Out, uint8_t)':
[ppc64le] /usr/include/SFML/System/Utf.inl:137:25: error: 'byte' is not a member of 'std'
[ppc64le] 137 | std::array<std::byte, 4> bytes{};
[ppc64le] /usr/include/SFML/System/Utf.inl:137:25: note: 'std::byte' is only available from C++17 onwards
[ppc64le] /usr/include/SFML/System/Utf.inl:137:25: error: 'byte' is not a member of 'std'
[ppc64le] /usr/include/SFML/System/Utf.inl:137:25: note: 'std::byte' is only available from C++17 onwards
[ppc64le] /usr/include/SFML/System/Utf.inl:137:32: error: template argument 1 is invalid
[ppc64le] 137 | std::array<std::byte, 4> bytes{};
[ppc64le] /usr/include/SFML/System/Utf.inl:142:26: error: invalid types 'int[int]' for array subscript
[ppc64le] 142 | case 4: bytes[3] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[ppc64le] /usr/include/SFML/System/Utf.inl:142:49: error: 'byte' in namespace 'std' does not name a type
[ppc64le] 142 | case 4: bytes[3] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[ppc64le] --
[ppc64le] 142 | case 4: bytes[3] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[ppc64le] /usr/include/SFML/System/Utf.inl:143:26: error: invalid types 'int[int]' for array subscript
[ppc64le] 143 | case 3: bytes[2] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[ppc64le] /usr/include/SFML/System/Utf.inl:143:49: error: 'byte' in namespace 'std' does not name a type
[ppc64le] 143 | case 3: bytes[2] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[ppc64le] --
[ppc64le] 143 | case 3: bytes[2] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[ppc64le] /usr/include/SFML/System/Utf.inl:144:26: error: invalid types 'int[int]' for array subscript
[ppc64le] 144 | case 2: bytes[1] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[ppc64le] /usr/include/SFML/System/Utf.inl:144:49: error: 'byte' in namespace 'std' does not name a type
[ppc64le] 144 | case 2: bytes[1] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[ppc64le] --
[ppc64le] 144 | case 2: bytes[1] = static_cast<std::byte>((input | 0x80) & 0xBF); input >>= 6; [[fallthrough]];
[ppc64le] /usr/include/SFML/System/Utf.inl:145:26: error: invalid types 'int[int]' for array subscript
[ppc64le] 145 | case 1: bytes[0] = static_cast<std::byte> (input | firstBytes[bytestoWrite]);
2024-Dec-22 19:32:30 :: [ppc64le] attract.git 2.7.0-alt3: remote: build failed
2024-Dec-22 19:32:30 :: [ppc64le] #200 attract.git 2.7.0-alt3: build FAILED
2024-Dec-22 19:31:38 :: [x86_64] build FAILED
2024-Dec-22 19:31:40 :: [i586] build FAILED
2024-Dec-22 19:32:14 :: [aarch64] build FAILED
2024-Dec-22 19:32:30 :: [ppc64le] build FAILED
2024-Dec-22 19:32:30 :: task #366256 for sisyphus FAILED
More information about the Sisyphus-incominger
mailing list