From: "Girar awaiter (nenderus)" <girar-builder@altlinux.org> To: Nazarov Denis <nenderus@altlinux.org> Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org Subject: [#366256] [test-only] FAILED (try 2) SFML.git=3.0.0-alt1 attract.git=2.7.0-alt3 dolphin-emu.git=2412-alt1 ... Date: Sun, 22 Dec 2024 19:32:30 +0000 Message-ID: <girar.task.366256.2.1@gyle.mskdc.altlinux.org> (raw) In-Reply-To: <girar.task.366256.1.1@gyle.mskdc.altlinux.org> 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
next prev parent reply other threads:[~2024-12-22 19:32 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-12-22 19:27 [#366256] [test-only] FAILED SFML.git=3.0.0-alt1 Girar awaiter (nenderus) 2024-12-22 19:32 ` Girar awaiter (nenderus) [this message] 2024-12-22 19:47 ` [#366256] [test-only] FAILED (try 3) SFML.git=3.0.0-alt1 dolphin-emu.git=2412-alt1 Girar awaiter (nenderus) 2024-12-22 19:53 ` [#366256] [test-only] FAILED (try 4) SFML.git=3.0.0-alt1 dolphin-emu.git=2412-alt1 marsshooter.git=0.7.6-alt2 Girar awaiter (nenderus) 2024-12-22 19:58 ` [#366256] [test-only] FAILED (try 5) SFML.git=3.0.0-alt1 dolphin-emu.git=2412-alt1 slade.git=3.2.6-alt1 Girar awaiter (nenderus) 2024-12-22 20:02 ` [#366256] [test-only] FAILED (try 6) SFML.git=3.0.0-alt1 dolphin-emu.git=2412-alt1 Girar awaiter (nenderus) 2024-12-22 20:20 ` [#366256] DONE (try 7) SFML.git=3.0.0-alt1 dolphin-emu.git=2412-alt1 SFML.git=2.6.2-alt2 Girar pender (nenderus)
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.366256.2.1@gyle.mskdc.altlinux.org \ --to=girar-builder@altlinux.org \ --cc=devel@lists.altlinux.org \ --cc=girar-builder-sisyphus@altlinux.org \ --cc=nenderus@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