ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#409617] [test-only] p11 FAILED f3d.git=3.2.0-alt1 exhibit.git=1.6.0-alt1.g656eaea.7
@ 2026-02-28 20:16 Girar awaiter (antohami)
  0 siblings, 0 replies; only message in thread
From: Girar awaiter (antohami) @ 2026-02-28 20:16 UTC (permalink / raw)
  To: Anton Midyukov; +Cc: sisyphus-incominger, girar-builder-p11, girar-builder-p11

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<vtkShader::Type, vtkShader*>, 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<f3d_texinfo> 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<f3d_texinfo> 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<std::pair<vtkTexture*, std::__cxx11::basic_string<char> > >' to 'int' in initialization
[x86_64]    73 |   std::vector<f3d_texinfo> textures = this->GetTextures(actor);
[x86_64]       |                                                        std::vector<std::pair<vtkTexture*, std::__cxx11::basic_string<char> > >
[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<vtkShader::Type, vtkShader*>, 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<vtkShader::Type, vtkShader*>, 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<f3d_texinfo> 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<f3d_texinfo> 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<std::pair<vtkTexture*, std::__cxx11::basic_string<char> > >' to 'int' in initialization
[i586]    73 |   std::vector<f3d_texinfo> textures = this->GetTextures(actor);
[i586]       |                                                        std::vector<std::pair<vtkTexture*, std::__cxx11::basic_string<char> > >
[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<vtkShader::Type, vtkShader*>, 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<vtkShader::Type, vtkShader*>, 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<f3d_texinfo> 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<f3d_texinfo> 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<std::pair<vtkTexture*, std::__cxx11::basic_string<char> > >' to 'int' in initialization
[aarch64]    73 |   std::vector<f3d_texinfo> textures = this->GetTextures(actor);
[aarch64]       |                                                        std::vector<std::pair<vtkTexture*, std::__cxx11::basic_string<char> > >
[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<vtkShader::Type, vtkShader*>, 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-02-28 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-28 20:16 [#409617] [test-only] p11 FAILED f3d.git=3.2.0-alt1 exhibit.git=1.6.0-alt1.g656eaea.7 Girar awaiter (antohami)

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