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 3) SFML.git=3.0.0-alt1 dolphin-emu.git=2412-alt1 ... Date: Sun, 22 Dec 2024 19:47:03 +0000 Message-ID: <girar.task.366256.3.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.3.1.log https://packages.altlinux.org/tasks/366256 subtask name aarch64 i586 ppc64le x86_64 #300 dolphin-emu 12:06 - - 5:55 #400 extreme-tuxracer ? failed failed ? 2024-Dec-22 19:34:20 :: test-only task #366256 for sisyphus resumed by nenderus: 2024-Dec-22 19:34:20 :: 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 removed #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:34:21 :: created build repo 2024-Dec-22 19:34:22 :: [i586] #100 SFML.git 3.0.0-alt1: build start 2024-Dec-22 19:34:22 :: [x86_64] #100 SFML.git 3.0.0-alt1: build start 2024-Dec-22 19:34:22 :: [ppc64le] #100 SFML.git 3.0.0-alt1: build start 2024-Dec-22 19:34:22 :: [aarch64] #100 SFML.git 3.0.0-alt1: build start 2024-Dec-22 19:34:40 :: [i586] #100 SFML.git 3.0.0-alt1: build OK (cached) 2024-Dec-22 19:34:40 :: [i586] #300 dolphin-emu.git 2412-alt1: build start 2024-Dec-22 19:34:41 :: [x86_64] #100 SFML.git 3.0.0-alt1: build OK (cached) 2024-Dec-22 19:34:41 :: [x86_64] #300 dolphin-emu.git 2412-alt1: build start 2024-Dec-22 19:34:53 :: [i586] #300 dolphin-emu.git 2412-alt1: build SKIPPED 2024-Dec-22 19:34:53 :: [i586] #400 extreme-tuxracer.git 0.8.4-alt1: build start 2024-Dec-22 19:34:57 :: [aarch64] #100 SFML.git 3.0.0-alt1: build OK (cached) 2024-Dec-22 19:34:57 :: [aarch64] #300 dolphin-emu.git 2412-alt1: build start 2024-Dec-22 19:35:04 :: [ppc64le] #100 SFML.git 3.0.0-alt1: build OK (cached) 2024-Dec-22 19:35:04 :: [ppc64le] #300 dolphin-emu.git 2412-alt1: build start 2024-Dec-22 19:35:27 :: [ppc64le] #300 dolphin-emu.git 2412-alt1: build SKIPPED 2024-Dec-22 19:35:27 :: [ppc64le] #400 extreme-tuxracer.git 0.8.4-alt1: build start [i586] 147 | Shader(const std::filesystem::path& filename, Type type); [i586] /usr/include/SFML/Graphics/Shader.hpp:190:41: error: 'vertexShaderFilename' does not name a type [i586] 190 | Shader(const std::filesystem::path& vertexShaderFilename, [i586] /usr/include/SFML/Graphics/Shader.hpp:212:28: error: expected ')' before 'shader' [i586] 212 | Shader(std::string_view shader, Type type); [i586] /usr/include/SFML/Graphics/Shader.hpp:233:28: error: expected ')' before 'vertexShader' [i586] 233 | Shader(std::string_view vertexShader, std::string_view fragmentShader); [i586] /usr/include/SFML/Graphics/Shader.hpp:255:28: error: expected ')' before 'vertexShader' [i586] 255 | Shader(std::string_view vertexShader, std::string_view geometryShader, std::string_view fragmentShader); [i586] /usr/include/SFML/Graphics/Shader.hpp:339:48: error: 'filesystem' in namespace 'std' does not name a type; did you mean 'system'? [i586] 339 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename, Type type); [i586] | system [i586] /usr/include/SFML/Graphics/Shader.hpp:339:64: error: expected unqualified-id before '&' token [i586] 339 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename, Type type); [i586] /usr/include/SFML/Graphics/Shader.hpp:339:64: error: expected ')' before '&' token [i586] 339 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename, Type type); [i586] /usr/include/SFML/Graphics/Shader.hpp:339:64: error: expected ';' at end of member declaration [i586] 339 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename, Type type); [i586] /usr/include/SFML/Graphics/Shader.hpp:339:66: error: 'filename' does not name a type [i586] 339 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename, Type type); [i586] /usr/include/SFML/Graphics/Shader.hpp:360:48: error: 'filesystem' in namespace 'std' does not name a type; did you mean 'system'? [i586] 360 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& vertexShaderFilename, 2024-Dec-22 19:35:49 :: [i586] extreme-tuxracer.git 0.8.4-alt1: remote: build failed 2024-Dec-22 19:35:49 :: [i586] #400 extreme-tuxracer.git 0.8.4-alt1: build FAILED 2024-Dec-22 19:35:49 :: [i586] requesting cancellation of task processing [ppc64le] /usr/include/SFML/Graphics/Shader.hpp:233:28: error: expected ')' before 'vertexShader' [ppc64le] 233 | Shader(std::string_view vertexShader, std::string_view fragmentShader); [ppc64le] /usr/include/SFML/Graphics/Shader.hpp:255:28: error: expected ')' before 'vertexShader' [ppc64le] 255 | Shader(std::string_view vertexShader, std::string_view geometryShader, std::string_view fragmentShader); [ppc64le] /usr/include/SFML/Graphics/Shader.hpp:339:48: error: 'filesystem' in namespace 'std' does not name a type; did you mean 'system'? [ppc64le] 339 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename, Type type); [ppc64le] | system [ppc64le] /usr/include/SFML/Graphics/Shader.hpp:339:64: error: expected unqualified-id before '&' token [ppc64le] 339 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename, Type type); [ppc64le] /usr/include/SFML/Graphics/Shader.hpp:339:64: error: expected ')' before '&' token [ppc64le] 339 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename, Type type); [ppc64le] /usr/include/SFML/Graphics/Shader.hpp:339:64: error: expected ';' at end of member declaration [ppc64le] 339 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename, Type type); [ppc64le] /usr/include/SFML/Graphics/Shader.hpp:339:66: error: 'filename' does not name a type [ppc64le] 339 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename, Type type); [ppc64le] /usr/include/SFML/Graphics/Shader.hpp:360:48: error: 'filesystem' in namespace 'std' does not name a type; did you mean 'system'? [ppc64le] 360 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& vertexShaderFilename, [ppc64le] | system [ppc64le] /usr/include/SFML/Graphics/Shader.hpp:360:64: error: expected unqualified-id before '&' token [ppc64le] 360 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& vertexShaderFilename, [ppc64le] /usr/include/SFML/Graphics/Shader.hpp:360:64: error: expected ')' before '&' token [ppc64le] 360 | [[nodiscard]] bool loadFromFile(const std::filesystem::path& vertexShaderFilename, 2024-Dec-22 19:36:55 :: [ppc64le] extreme-tuxracer.git 0.8.4-alt1: remote: build failed 2024-Dec-22 19:36:55 :: [ppc64le] #400 extreme-tuxracer.git 0.8.4-alt1: build FAILED 2024-Dec-22 19:40:36 :: [x86_64] #300 dolphin-emu.git 2412-alt1: build OK 2024-Dec-22 19:40:36 :: [x86_64] task processing CANCELLED 2024-Dec-22 19:47:03 :: [aarch64] #300 dolphin-emu.git 2412-alt1: build OK 2024-Dec-22 19:47:03 :: [aarch64] task processing CANCELLED 2024-Dec-22 19:35:50 :: [i586] build FAILED 2024-Dec-22 19:36:55 :: [ppc64le] build FAILED 2024-Dec-22 19:40:36 :: [x86_64] build FAILED 2024-Dec-22 19:47:03 :: [aarch64] build FAILED 2024-Dec-22 19:47:03 :: task #366256 for sisyphus FAILED
next prev parent reply other threads:[~2024-12-22 19:47 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 ` [#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) 2024-12-22 19:47 ` Girar awaiter (nenderus) [this message] 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.3.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