ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#266810] [test-only] FAILED srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1
@ 2021-02-23  9:43 Girar awaiter (at)
  2021-02-23 10:11 ` [#266810] [test-only] FAILED (try 2) " Girar awaiter (at)
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Girar awaiter (at) @ 2021-02-23  9:43 UTC (permalink / raw)
  To: Alexey M. Tourbin; +Cc: sisyphus-incominger, girar-builder-sisyphus

http://git.altlinux.org/tasks/266810/logs/events.1.1.log

subtask  name        aarch64  armh  i586  ppc64le  x86_64
   #100  libmozjs78     6:07  9:38  8:40     7:02    6:04
   #200  0ad            6:36     ?  7:18   failed    6:32

2021-Feb-23 09:27:50 :: test-only task #266810 for sisyphus started by at:
#100 build libmozjs78-78.0.1-alt3.src.rpm
#200 build 0.0.24b-alt1 from /people/at/packages/0ad.git fetched at 2021-Feb-23 09:27:41
2021-Feb-23 09:27:50 :: created build repo
2021-Feb-23 09:27:51 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 09:27:51 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 09:27:51 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 09:27:51 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 09:27:51 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 09:33:55 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Feb-23 09:33:55 :: [x86_64] #200 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 09:33:58 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Feb-23 09:33:58 :: [aarch64] #200 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 09:34:53 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Feb-23 09:34:53 :: [ppc64le] #200 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 09:36:31 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Feb-23 09:36:31 :: [i586] #200 0ad.git 0.0.24b-alt1: build start
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h: In member function 'nvsquish::Vec4 nvsquish::Vec4::SplatW() const':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:93:37: error: 'vec_splat' was not declared in this scope
[ppc64le]    93 |  Vec4 SplatW() const { return Vec4( vec_splat( m_v, 3 ) ); }
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h: In member function 'nvsquish::Vec4& nvsquish::Vec4::operator+=(nvsquish::Vec4::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:97:9: error: 'vec_add' was not declared in this scope
[ppc64le]    97 |   m_v = vec_add( m_v, v.m_v );
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h: In member function 'nvsquish::Vec4& nvsquish::Vec4::operator-=(nvsquish::Vec4::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:103:9: error: 'vec_sub' was not declared in this scope
[ppc64le]   103 |   m_v = vec_sub( m_v, v.m_v );
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h: In member function 'nvsquish::Vec4& nvsquish::Vec4::operator*=(nvsquish::Vec4::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:109:31: error: 'vec_splats' was not declared in this scope
[ppc64le]   109 |   m_v = vec_madd( m_v, v.m_v, vec_splats( -0.0f ) );
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:109:9: error: 'vec_madd' was not declared in this scope
[ppc64le]   109 |   m_v = vec_madd( m_v, v.m_v, vec_splats( -0.0f ) );
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h: In function 'nvsquish::Vec4 nvsquish::operator+(nvsquish::Vec4::Arg, nvsquish::Vec4::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:115:16: error: 'vec_add' was not declared in this scope
[ppc64le]   115 |   return Vec4( vec_add( left.m_v, right.m_v ) );
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h: In function 'nvsquish::Vec4 nvsquish::operator-(nvsquish::Vec4::Arg, nvsquish::Vec4::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:120:16: error: 'vec_sub' was not declared in this scope
[ppc64le]   120 |   return Vec4( vec_sub( left.m_v, right.m_v ) );
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h: In function 'nvsquish::Vec4 nvsquish::operator*(nvsquish::Vec4::Arg, nvsquish::Vec4::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:125:47: error: 'vec_splats' was not declared in this scope
[ppc64le]   125 |   return Vec4( vec_madd( left.m_v, right.m_v, vec_splats( -0.0f ) ) );
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:125:16: error: 'vec_madd' was not declared in this scope
[ppc64le]   125 |   return Vec4( vec_madd( left.m_v, right.m_v, vec_splats( -0.0f ) ) );
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h: In function 'nvsquish::Vec4 nvsquish::MultiplyAdd(nvsquish::Vec4::Arg, nvsquish::Vec4::Arg, nvsquish::Vec4::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:131:16: error: 'vec_madd' was not declared in this scope
[ppc64le]   131 |   return Vec4( vec_madd( a.m_v, b.m_v, c.m_v ) );
2021-Feb-23 09:36:33 :: [ppc64le] 0ad.git 0.0.24b-alt1: remote: build failed
2021-Feb-23 09:36:33 :: [ppc64le] #200 0ad.git 0.0.24b-alt1: build FAILED
2021-Feb-23 09:36:33 :: [ppc64le] requesting cancellation of task processing
2021-Feb-23 09:37:29 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Feb-23 09:37:29 :: [armh] task processing CANCELLED
2021-Feb-23 09:40:27 :: [x86_64] #200 0ad.git 0.0.24b-alt1: build OK
2021-Feb-23 09:40:34 :: [aarch64] #200 0ad.git 0.0.24b-alt1: build OK
2021-Feb-23 09:43:49 :: [i586] #200 0ad.git 0.0.24b-alt1: build OK
2021-Feb-23 09:36:33 :: [ppc64le] build FAILED
2021-Feb-23 09:37:29 :: [armh] build FAILED
2021-Feb-23 09:43:49 :: task #266810 for sisyphus FAILED


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-03-07  3:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23  9:43 [#266810] [test-only] FAILED srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1 Girar awaiter (at)
2021-02-23 10:11 ` [#266810] [test-only] FAILED (try 2) " Girar awaiter (at)
2021-02-23 10:26 ` [#266810] [test-only] FAILED (try 3) " Girar awaiter (at)
2021-02-23 10:51 ` [#266810] [test-only] FAILED (try 4) " Girar awaiter (at)
2021-02-23 12:35 ` [#266810] [test-only] POSTPONED (try 5) " Girar awaiter (at)
2021-02-24  4:56 ` Girar awaiter (at)
2021-02-24  9:29 ` [#266810] TESTED " Girar awaiter (at)
2021-02-24 10:05 ` [#266810] FAILED (try 6) srpm=libmozjs78-78.0.1-alt3.src.rpm srpm=0ad-data-0.0.24b-alt1.src.rpm Girar awaiter (at)
2021-02-24 11:08 ` [#266810] EPERM (try 7) srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1 Girar awaiter (at)
2021-02-25  8:59 ` [#266810] EPERM (try 8) " Girar awaiter (at)
2021-03-01  1:44 ` [#266810] EPERM (try 9) " Girar awaiter (at)
2021-03-07  3:15 ` [#266810] FAILED (try 10) " Girar awaiter (at)

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