From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 Date: Sat, 28 Feb 2026 20:16:15 +0000 From: "Girar awaiter (antohami)" To: Anton Midyukov Subject: [#409617] [test-only] p11 FAILED f3d.git=3.2.0-alt1 exhibit.git=1.6.0-alt1.g656eaea.7 Message-ID: Mail-Followup-To: Girar awaiter robot MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 409617 X-girar-task-owner: antohami X-girar-task-repo: p11 X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/409617/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#409617] [test-only] p11 FAILED f3d.git=3.2.0-alt1 exhibit.git=1.6.0-alt1.g656eaea.7 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-p11@altlinux.org, girar-builder-p11@lists.altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2026 20:16:18 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/409617/logs/events.1.1.log https://packages.altlinux.org/tasks/409617 subtask name aarch64 i586 x86_64 #100 f3d failed failed failed 2026-Feb-28 20:14:06 :: test-only task #409617 for p11 started by antohami: #100 build 3.2.0-alt1 from /gears/f/f3d.git fetched at 2026-Feb-28 20:13:40 from sisyphus #200 build 1.6.0-alt1.g656eaea.7 from /gears/e/exhibit.git fetched at 2026-Feb-28 20:13:56 from sisyphus 2026-Feb-28 20:14:07 :: created build repo 2026-Feb-28 20:14:08 :: [x86_64] #100 f3d.git 3.2.0-alt1: build start 2026-Feb-28 20:14:08 :: [i586] #100 f3d.git 3.2.0-alt1: build start 2026-Feb-28 20:14:08 :: [aarch64] #100 f3d.git 3.2.0-alt1: build start [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx: In member function 'virtual void vtkF3DPolyDataMapper::ReplaceShaderValues(std::map, vtkRenderer*, vtkActor*)': [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:69:48: error: 'texinfo' in 'class vtkOpenGLPolyDataMapper' does not name a type [x86_64] 69 | using f3d_texinfo = vtkOpenGLPolyDataMapper::texinfo; [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:73:15: error: 'f3d_texinfo' was not declared in this scope [x86_64] 73 | std::vector textures = this->GetTextures(actor); [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:73:26: error: template argument 1 is invalid [x86_64] 73 | std::vector textures = this->GetTextures(actor); [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:73:26: error: template argument 2 is invalid [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:73:56: error: cannot convert 'std::vector > >' to 'int' in initialization [x86_64] 73 | std::vector textures = this->GetTextures(actor); [x86_64] | std::vector > > [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:75:27: error: request for member 'begin' in 'textures', which is of non-class type 'int' [x86_64] 75 | std::find_if(textures.begin(), textures.end(), [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:75:45: error: request for member 'end' in 'textures', which is of non-class type 'int' [x86_64] 75 | std::find_if(textures.begin(), textures.end(), [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:76:16: error: 'f3d_texinfo' does not name a type [x86_64] 76 | [](const f3d_texinfo& tex) { return tex.second == "normalTex"; }) != textures.end(); [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx: In lambda function: [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:76:73: error: expected '{' before '!=' token [x86_64] 76 | [](const f3d_texinfo& tex) { return tex.second == "normalTex"; }) != textures.end(); [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx: In member function 'virtual void vtkF3DPolyDataMapper::ReplaceShaderValues(std::map, vtkRenderer*, vtkActor*)': [x86_64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:76:85: error: request for member 'end' in 'textures', which is of non-class type 'int' [x86_64] 76 | [](const f3d_texinfo& tex) { return tex.second == "normalTex"; }) != textures.end(); 2026-Feb-28 20:15:25 :: [x86_64] f3d.git 3.2.0-alt1: remote: build failed 2026-Feb-28 20:15:25 :: [x86_64] #100 f3d.git 3.2.0-alt1: build FAILED 2026-Feb-28 20:15:25 :: [x86_64] requesting cancellation of task processing [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx: In member function 'virtual void vtkF3DPolyDataMapper::ReplaceShaderValues(std::map, vtkRenderer*, vtkActor*)': [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:69:48: error: 'texinfo' in 'class vtkOpenGLPolyDataMapper' does not name a type [i586] 69 | using f3d_texinfo = vtkOpenGLPolyDataMapper::texinfo; [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:73:15: error: 'f3d_texinfo' was not declared in this scope [i586] 73 | std::vector textures = this->GetTextures(actor); [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:73:26: error: template argument 1 is invalid [i586] 73 | std::vector textures = this->GetTextures(actor); [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:73:26: error: template argument 2 is invalid [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:73:56: error: cannot convert 'std::vector > >' to 'int' in initialization [i586] 73 | std::vector textures = this->GetTextures(actor); [i586] | std::vector > > [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:75:27: error: request for member 'begin' in 'textures', which is of non-class type 'int' [i586] 75 | std::find_if(textures.begin(), textures.end(), [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:75:45: error: request for member 'end' in 'textures', which is of non-class type 'int' [i586] 75 | std::find_if(textures.begin(), textures.end(), [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:76:16: error: 'f3d_texinfo' does not name a type [i586] 76 | [](const f3d_texinfo& tex) { return tex.second == "normalTex"; }) != textures.end(); [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx: In lambda function: [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:76:73: error: expected '{' before '!=' token [i586] 76 | [](const f3d_texinfo& tex) { return tex.second == "normalTex"; }) != textures.end(); [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx: In member function 'virtual void vtkF3DPolyDataMapper::ReplaceShaderValues(std::map, vtkRenderer*, vtkActor*)': [i586] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:76:85: error: request for member 'end' in 'textures', which is of non-class type 'int' [i586] 76 | [](const f3d_texinfo& tex) { return tex.second == "normalTex"; }) != textures.end(); 2026-Feb-28 20:15:35 :: [i586] f3d.git 3.2.0-alt1: remote: build failed 2026-Feb-28 20:15:35 :: [i586] #100 f3d.git 3.2.0-alt1: build FAILED [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx: In member function 'virtual void vtkF3DPolyDataMapper::ReplaceShaderValues(std::map, vtkRenderer*, vtkActor*)': [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:69:48: error: 'texinfo' in 'class vtkOpenGLPolyDataMapper' does not name a type [aarch64] 69 | using f3d_texinfo = vtkOpenGLPolyDataMapper::texinfo; [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:73:15: error: 'f3d_texinfo' was not declared in this scope [aarch64] 73 | std::vector textures = this->GetTextures(actor); [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:73:26: error: template argument 1 is invalid [aarch64] 73 | std::vector textures = this->GetTextures(actor); [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:73:26: error: template argument 2 is invalid [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:73:56: error: cannot convert 'std::vector > >' to 'int' in initialization [aarch64] 73 | std::vector textures = this->GetTextures(actor); [aarch64] | std::vector > > [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:75:27: error: request for member 'begin' in 'textures', which is of non-class type 'int' [aarch64] 75 | std::find_if(textures.begin(), textures.end(), [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:75:45: error: request for member 'end' in 'textures', which is of non-class type 'int' [aarch64] 75 | std::find_if(textures.begin(), textures.end(), [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:76:16: error: 'f3d_texinfo' does not name a type [aarch64] 76 | [](const f3d_texinfo& tex) { return tex.second == "normalTex"; }) != textures.end(); [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx: In lambda function: [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:76:73: error: expected '{' before '!=' token [aarch64] 76 | [](const f3d_texinfo& tex) { return tex.second == "normalTex"; }) != textures.end(); [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx: In member function 'virtual void vtkF3DPolyDataMapper::ReplaceShaderValues(std::map, vtkRenderer*, vtkActor*)': [aarch64] /usr/src/RPM/BUILD/f3d-3.2.0/vtkext/private/module/vtkF3DPolyDataMapper.cxx:76:85: error: request for member 'end' in 'textures', which is of non-class type 'int' [aarch64] 76 | [](const f3d_texinfo& tex) { return tex.second == "normalTex"; }) != textures.end(); 2026-Feb-28 20:16:14 :: [aarch64] f3d.git 3.2.0-alt1: remote: build failed 2026-Feb-28 20:16:14 :: [aarch64] #100 f3d.git 3.2.0-alt1: build FAILED 2026-Feb-28 20:15:25 :: [x86_64] build FAILED 2026-Feb-28 20:15:35 :: [i586] build FAILED 2026-Feb-28 20:16:14 :: [aarch64] build FAILED 2026-Feb-28 20:16:14 :: task #409617 for p11 FAILED