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

* [#266810] [test-only] FAILED (try 2) srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1
  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 ` Girar awaiter (at)
  2021-02-23 10:26 ` [#266810] [test-only] FAILED (try 3) " Girar awaiter (at)
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Girar awaiter (at) @ 2021-02-23 10:11 UTC (permalink / raw)
  To: Alexey M. Tourbin; +Cc: sisyphus-incominger, girar-builder-sisyphus

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

subtask  name        aarch64    armh    i586  ppc64le  x86_64
   #100  libmozjs78       26      36      22       31      23
   #300  0ad          failed  failed  failed   failed  failed

2021-Feb-23 10:08:39 :: test-only task #266810 for sisyphus resumed by at:
#100 build libmozjs78-78.0.1-alt3.src.rpm
#200 removed
#300 build 0.0.24b-alt1 from /people/at/packages/0ad.git fetched at 2021-Feb-23 10:08:25
2021-Feb-23 10:08:40 :: created build repo
2021-Feb-23 10:08:40 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:08:40 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:08:40 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:08:40 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:08:40 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:09:02 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:09:02 :: [i586] #300 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:09:03 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:09:03 :: [x86_64] #300 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:09:06 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:09:06 :: [aarch64] #300 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:09:11 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:09:11 :: [ppc64le] #300 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:09:16 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:09:16 :: [armh] #300 0ad.git 0.0.24b-alt1: build start
[aarch64] + /usr/bin/patch -p1
[aarch64] can't find file to patch at input line 3
[aarch64] Perhaps you used the wrong -p or --strip option?
[aarch64] The text leading up to this was:
[aarch64] |--- a/0ad/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h
[aarch64] |+++ b/0ad/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h
[aarch64] File to patch: 
[aarch64] Skip this patch? [y] 
[aarch64] Skipping patch.
[aarch64] 1 out of 1 hunk ignored
2021-Feb-23 10:10:14 :: [aarch64] 0ad.git 0.0.24b-alt1: remote: build failed
2021-Feb-23 10:10:14 :: [aarch64] #300 0ad.git 0.0.24b-alt1: build FAILED
2021-Feb-23 10:10:14 :: [aarch64] requesting cancellation of task processing
[i586] + /usr/bin/patch -p1
[i586] can't find file to patch at input line 3
[i586] Perhaps you used the wrong -p or --strip option?
[i586] The text leading up to this was:
[i586] |--- a/0ad/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h
[i586] |+++ b/0ad/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h
[i586] File to patch: 
[i586] Skip this patch? [y] 
[i586] Skipping patch.
[i586] 1 out of 1 hunk ignored
2021-Feb-23 10:10:17 :: [i586] 0ad.git 0.0.24b-alt1: remote: build failed
2021-Feb-23 10:10:17 :: [i586] #300 0ad.git 0.0.24b-alt1: build FAILED
[x86_64] + /usr/bin/patch -p1
[x86_64] can't find file to patch at input line 3
[x86_64] Perhaps you used the wrong -p or --strip option?
[x86_64] The text leading up to this was:
[x86_64] |--- a/0ad/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h
[x86_64] |+++ b/0ad/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h
[x86_64] File to patch: 
[x86_64] Skip this patch? [y] 
[x86_64] Skipping patch.
[x86_64] 1 out of 1 hunk ignored
2021-Feb-23 10:10:21 :: [x86_64] 0ad.git 0.0.24b-alt1: remote: build failed
2021-Feb-23 10:10:21 :: [x86_64] #300 0ad.git 0.0.24b-alt1: build FAILED
[ppc64le] + /usr/bin/patch -p1
[ppc64le] can't find file to patch at input line 3
[ppc64le] Perhaps you used the wrong -p or --strip option?
[ppc64le] The text leading up to this was:
[ppc64le] |--- a/0ad/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h
[ppc64le] |+++ b/0ad/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h
[ppc64le] File to patch: 
[ppc64le] Skip this patch? [y] 
[ppc64le] Skipping patch.
[ppc64le] 1 out of 1 hunk ignored
2021-Feb-23 10:10:36 :: [ppc64le] 0ad.git 0.0.24b-alt1: remote: build failed
2021-Feb-23 10:10:36 :: [ppc64le] #300 0ad.git 0.0.24b-alt1: build FAILED
[armh] + /usr/bin/patch -p1
[armh] can't find file to patch at input line 3
[armh] Perhaps you used the wrong -p or --strip option?
[armh] The text leading up to this was:
[armh] |--- a/0ad/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h
[armh] |+++ b/0ad/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h
[armh] File to patch: 
[armh] Skip this patch? [y] 
[armh] Skipping patch.
[armh] 1 out of 1 hunk ignored
2021-Feb-23 10:11:13 :: [armh] 0ad.git 0.0.24b-alt1: remote: build failed
2021-Feb-23 10:11:13 :: [armh] #300 0ad.git 0.0.24b-alt1: build FAILED
2021-Feb-23 10:10:14 :: [aarch64] build FAILED
2021-Feb-23 10:10:17 :: [i586] build FAILED
2021-Feb-23 10:10:21 :: [x86_64] build FAILED
2021-Feb-23 10:10:36 :: [ppc64le] build FAILED
2021-Feb-23 10:11:13 :: [armh] build FAILED
2021-Feb-23 10:11:13 :: task #266810 for sisyphus FAILED


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

* [#266810] [test-only] FAILED (try 3) srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1
  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 ` Girar awaiter (at)
  2021-02-23 10:51 ` [#266810] [test-only] FAILED (try 4) " Girar awaiter (at)
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Girar awaiter (at) @ 2021-02-23 10:26 UTC (permalink / raw)
  To: Alexey M. Tourbin; +Cc: sisyphus-incominger, girar-builder-sisyphus

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

subtask  name        aarch64  armh  i586  ppc64le  x86_64
   #100  libmozjs78       25    36    26       32      25
   #400  0ad            6:38  9:29  7:08   failed    6:18

2021-Feb-23 10:15:56 :: test-only task #266810 for sisyphus resumed by at:
#100 build libmozjs78-78.0.1-alt3.src.rpm
#200 removed
#300 removed
#400 build 0.0.24b-alt1 from /people/at/packages/0ad.git fetched at 2021-Feb-23 10:15:51
2021-Feb-23 10:15:56 :: created build repo
2021-Feb-23 10:15:56 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:15:56 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:15:56 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:15:56 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:15:56 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:16:21 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:16:21 :: [x86_64] #400 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:16:21 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:16:21 :: [aarch64] #400 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:16:22 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:16:22 :: [i586] #400 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:16:28 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:16:28 :: [ppc64le] #400 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:16:32 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:16:32 :: [armh] #400 0ad.git 0.0.24b-alt1: build start
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h: In function 'nv::SimdVector nv::negativeMultiplySubtract(nv::SimdVector::Arg, nv::SimdVector::Arg, nv::SimdVector::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h:144:28: error: 'vec_nmsub' was not declared in this scope
[ppc64le]   144 |         return SimdVector( vec_nmsub( a.vec, b.vec, c.vec ) );
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h: In function 'nv::SimdVector nv::reciprocal(nv::SimdVector::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h:150:33: error: 'vec_re' was not declared in this scope
[ppc64le]   150 |         vector float estimate = vec_re( v.vec );
[ppc64le] --
[ppc64le]                  from /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/CompressorDX9.cpp:30:
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h:153:57: error: 'vec_splats' was not declared in this scope
[ppc64le]   153 |         vector float diff = vec_nmsub( estimate, v.vec, vec_splats( 1.0f ) );
[ppc64le] --
[ppc64le]                  from /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/CompressorDX9.cpp:30:
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h:153:29: error: 'vec_nmsub' was not declared in this scope
[ppc64le]   153 |         vector float diff = vec_nmsub( estimate, v.vec, vec_splats( 1.0f ) );
[ppc64le] --
[ppc64le]                  from /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/CompressorDX9.cpp:30:
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h:154:28: error: 'vec_madd' was not declared in this scope
[ppc64le]   154 |         return SimdVector( vec_madd( diff, estimate, estimate ) );
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h: In function 'nv::SimdVector nv::min(nv::SimdVector::Arg, nv::SimdVector::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h:159:28: error: 'vec_min' was not declared in this scope
[ppc64le]   159 |         return SimdVector( vec_min( left.vec, right.vec ) );
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h: In function 'nv::SimdVector nv::max(nv::SimdVector::Arg, nv::SimdVector::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h:164:28: error: 'vec_max' was not declared in this scope
[ppc64le]   164 |         return SimdVector( vec_max( left.vec, right.vec ) );
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h: In function 'nv::SimdVector nv::truncate(nv::SimdVector::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h:169:28: error: 'vec_trunc' was not declared in this scope
[ppc64le]   169 |         return SimdVector( vec_trunc( v.vec ) );
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h: In function 'nv::SimdVector nv::compareEqual(nv::SimdVector::Arg, nv::SimdVector::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h:174:44: error: 'vec_cmpeq' was not declared in this scope
[ppc64le]   174 |         return SimdVector( ( vector float )vec_cmpeq( left.vec, right.vec ) );
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h: In function 'nv::SimdVector nv::select(nv::SimdVector::Arg, nv::SimdVector::Arg, nv::SimdVector::Arg)':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvmath/SimdVector_VE.h:179:28: error: 'vec_sel' was not declared in this scope
[ppc64le]   179 |         return SimdVector( vec_sel( off.vec, on.vec, ( vector unsigned int )bits.vec ) );
2021-Feb-23 10:18:15 :: [ppc64le] 0ad.git 0.0.24b-alt1: remote: build failed
2021-Feb-23 10:18:15 :: [ppc64le] #400 0ad.git 0.0.24b-alt1: build FAILED
2021-Feb-23 10:18:15 :: [ppc64le] requesting cancellation of task processing
2021-Feb-23 10:22:39 :: [x86_64] #400 0ad.git 0.0.24b-alt1: build OK
2021-Feb-23 10:22:59 :: [aarch64] #400 0ad.git 0.0.24b-alt1: build OK
2021-Feb-23 10:23:30 :: [i586] #400 0ad.git 0.0.24b-alt1: build OK
2021-Feb-23 10:26:01 :: [armh] #400 0ad.git 0.0.24b-alt1: build OK
2021-Feb-23 10:18:15 :: [ppc64le] build FAILED
2021-Feb-23 10:26:01 :: task #266810 for sisyphus FAILED


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

* [#266810] [test-only] FAILED (try 4) srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1
  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 ` Girar awaiter (at)
  2021-02-23 12:35 ` [#266810] [test-only] POSTPONED (try 5) " Girar awaiter (at)
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Girar awaiter (at) @ 2021-02-23 10:51 UTC (permalink / raw)
  To: Alexey M. Tourbin; +Cc: sisyphus-incominger, girar-builder-sisyphus

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

subtask  name        aarch64  armh  i586  ppc64le  x86_64
   #100  libmozjs78       23    34    24       27      28
   #500  0ad            6:38  9:52  6:58        -    7:54

2021-Feb-23 10:35:42 :: test-only task #266810 for sisyphus resumed by at:
#100 build libmozjs78-78.0.1-alt3.src.rpm
#200 removed
#300 removed
#400 removed
#500 build 0.0.24b-alt1 from /people/at/packages/0ad.git fetched at 2021-Feb-23 10:35:35
2021-Feb-23 10:35:42 :: created build repo
2021-Feb-23 10:35:43 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:35:43 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:35:43 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:35:43 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:35:43 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 10:36:06 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:36:06 :: [aarch64] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:36:07 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:36:07 :: [i586] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:36:10 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:36:10 :: [ppc64le] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:36:11 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:36:11 :: [x86_64] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:36:17 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 10:36:17 :: [armh] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 10:36:26 :: [ppc64le] #500 0ad.git 0.0.24b-alt1: build SKIPPED
2021-Feb-23 10:42:44 :: [aarch64] #500 0ad.git 0.0.24b-alt1: build OK
2021-Feb-23 10:43:05 :: [i586] #500 0ad.git 0.0.24b-alt1: build OK
2021-Feb-23 10:44:05 :: [x86_64] #500 0ad.git 0.0.24b-alt1: build OK
2021-Feb-23 10:46:09 :: [armh] #500 0ad.git 0.0.24b-alt1: build OK
2021-Feb-23 10:46:50 :: #100: libmozjs78-78.0.1-alt3.src.rpm: build check OK
2021-Feb-23 10:47:05 :: #500: 0ad.git 0.0.24b-alt1: build check OK
2021-Feb-23 10:47:05 :: build check OK
2021-Feb-23 10:49:46 :: noarch check OK
2021-Feb-23 10:49:48 :: plan: src +2 -2 =17839, aarch64 +8 -8 =29736, armh +8 -6 =27707, i586 +8 -8 =30655, ppc64le +6 -8 =29665, x86_64 +8 -8 =31118
#500 0ad 0.0.23b-alt6 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - build with system mozjs78 for now
 - disable Atlas (scenario editor) for now
 - removed ExcludeArch: %arm; added ExcludeArch: ppc64le
 - new BuildRequires: libmozjs78-devel libfmt-devel boost-lockfree-devel
#100 libmozjs78 78.0.1-alt2 -> 78.0.1-alt3
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 78.0.1-alt3
 - export class SharedArrayRawBufferRefs, patch from 0ad
2021-Feb-23 10:50:27 :: patched apt indices
2021-Feb-23 10:50:37 :: created next repo
2021-Feb-23 10:50:45 :: duplicate provides check OK
	x86_64: NEW unmet dependencies detected:
 0ad#1:0.0.24b-alt1:sisyphus+266810.500.4.1@1614076979   0ad-data = 1:0.0.24b
 0ad-data#1:0.0.23b-alt1:sisyphus.218470.200@1545619571  0ad = 1:0.0.23b
	i586: NEW unmet dependencies detected:
 0ad#1:0.0.24b-alt1:sisyphus+266810.500.4.1@1614076932   0ad-data = 1:0.0.24b
 0ad-data#1:0.0.23b-alt1:sisyphus.218470.200@1545619571  0ad = 1:0.0.23b
	aarch64: NEW unmet dependencies detected:
 0ad#1:0.0.24b-alt1:sisyphus+266810.500.4.1@1614076926   0ad-data = 1:0.0.24b
 0ad-data#1:0.0.23b-alt1:sisyphus.218470.200@1545619571  0ad = 1:0.0.23b
	ppc64le: NEW unmet dependencies detected:
 0ad-data#1:0.0.23b-alt1:sisyphus.218470.200@1545619571  0ad = 1:0.0.23b
	armh: NEW unmet dependencies detected:
 0ad#1:0.0.24b-alt1:sisyphus+266810.500.4.1@1614077089  0ad-data = 1:0.0.24b
	ACLs of affected packages (2):
 0ad       boyarsh @everybody
 0ad-data  boyarsh @everybody
2021-Feb-23 10:51:11 :: unmets: x86_64 +2 -0 =2, i586 +2 -0 =2, aarch64 +2 -0 =6, ppc64le +1 -0 =6, armh +1 -0 =32
2021-Feb-23 10:51:11 :: dependencies check FAILED
2021-Feb-23 10:51:11 :: task #266810 for sisyphus FAILED


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

* [#266810] [test-only] POSTPONED (try 5) srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1 ...
  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)
                   ` (2 preceding siblings ...)
  2021-02-23 10:51 ` [#266810] [test-only] FAILED (try 4) " Girar awaiter (at)
@ 2021-02-23 12:35 ` Girar awaiter (at)
  2021-02-24  4:56 ` Girar awaiter (at)
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Girar awaiter (at) @ 2021-02-23 12:35 UTC (permalink / raw)
  To: Alexey M. Tourbin; +Cc: sisyphus-incominger, girar-builder-sisyphus

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

subtask  name        aarch64  armh  i586  ppc64le  x86_64
   #100  libmozjs78       17    25    24       17      16
   #600  0ad-data       2:34  7:08  5:21     3:04    3:21

2021-Feb-23 12:05:30 :: test-only task #266810 for sisyphus resumed by at:
#100 build libmozjs78-78.0.1-alt3.src.rpm
#200 removed
#300 removed
#400 removed
#500 build 0.0.24b-alt1 from /people/at/packages/0ad.git fetched at 2021-Feb-23 10:35:35
#600 build 0ad-data-0.0.24b-alt1.src.rpm
2021-Feb-23 12:05:31 :: created build repo
2021-Feb-23 12:05:31 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 12:05:31 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 12:05:31 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 12:05:31 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 12:05:31 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-23 12:05:47 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 12:05:47 :: [x86_64] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 12:05:48 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 12:05:48 :: [ppc64le] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 12:05:48 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 12:05:48 :: [aarch64] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 12:05:55 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 12:05:55 :: [i586] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 12:05:56 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-23 12:05:56 :: [armh] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-23 12:06:04 :: [x86_64] #500 0ad.git 0.0.24b-alt1: build OK (cached)
2021-Feb-23 12:06:04 :: [x86_64] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-23 12:06:04 :: [ppc64le] #500 0ad.git 0.0.24b-alt1: build SKIPPED
2021-Feb-23 12:06:04 :: [ppc64le] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-23 12:06:05 :: [aarch64] #500 0ad.git 0.0.24b-alt1: build OK (cached)
2021-Feb-23 12:06:05 :: [aarch64] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-23 12:06:11 :: [i586] #500 0ad.git 0.0.24b-alt1: build OK (cached)
2021-Feb-23 12:06:11 :: [i586] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-23 12:06:21 :: [armh] #500 0ad.git 0.0.24b-alt1: build OK (cached)
2021-Feb-23 12:06:21 :: [armh] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-23 12:08:39 :: [aarch64] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-23 12:09:08 :: [ppc64le] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-23 12:09:25 :: [x86_64] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-23 12:11:32 :: [i586] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-23 12:13:29 :: [armh] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-23 12:14:10 :: #100: libmozjs78-78.0.1-alt3.src.rpm: build check OK
2021-Feb-23 12:14:25 :: #500: 0ad.git 0.0.24b-alt1: build check OK
2021-Feb-23 12:15:20 :: #600: 0ad-data-0.0.24b-alt1.src.rpm: build check OK
2021-Feb-23 12:15:21 :: build check OK
2021-Feb-23 12:23:19 :: noarch check OK
2021-Feb-23 12:23:21 :: plan: src +3 -3 =17839, aarch64 +8 -8 =29736, armh +8 -6 =27707, i586 +8 -8 =30655, noarch +1 -1 =17381, ppc64le +6 -8 =29665, x86_64 +8 -8 =31118
#500 0ad 0.0.23b-alt6 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - build with system mozjs78 for now
 - disable Atlas (scenario editor) for now
 - removed ExcludeArch: %arm; added ExcludeArch: ppc64le
 - new BuildRequires: libmozjs78-devel libfmt-devel boost-lockfree-devel
#600 0ad-data 0.0.23b-alt1 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - removed Requires: 0ad, to avoid an unmet dependency on ppc64le
#100 libmozjs78 78.0.1-alt2 -> 78.0.1-alt3
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 78.0.1-alt3
 - export class SharedArrayRawBufferRefs, patch from 0ad
2021-Feb-23 12:24:03 :: patched apt indices
2021-Feb-23 12:24:12 :: created next repo
2021-Feb-23 12:24:21 :: duplicate provides check OK
	armh: old unmet dependencies resolved:
 0ad-data#1:0.0.23b-alt1:sisyphus.218470.200@1545619571  0ad = 1:0.0.23b
2021-Feb-23 12:24:47 :: unmets: armh +0 -1 =30
2021-Feb-23 12:24:47 :: dependencies check OK
2021-Feb-23 12:25:25 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
2021-Feb-23 12:26:50 :: [aarch64] #500 0ad: install check OK
2021-Feb-23 12:26:54 :: [x86_64] #500 0ad: install check OK
2021-Feb-23 12:27:00 :: [ppc64le] #600 0ad-data: install check OK
2021-Feb-23 12:27:07 :: [ppc64le] #100 libmozjs78: install check OK
2021-Feb-23 12:27:19 :: [i586] #500 0ad: install check OK
2021-Feb-23 12:27:23 :: [armh] #500 0ad: install check OK
2021-Feb-23 12:27:26 :: [ppc64le] #100 libmozjs78-debuginfo: install check OK
2021-Feb-23 12:27:33 :: [ppc64le] #100 libmozjs78-devel: install check OK
2021-Feb-23 12:27:59 :: [aarch64] #600 0ad-data: install check OK
2021-Feb-23 12:28:04 :: [ppc64le] #100 libmozjs78-devel-static: install check OK
2021-Feb-23 12:28:08 :: [x86_64] #600 0ad-data: install check OK
2021-Feb-23 12:28:12 :: [ppc64le] #100 libmozjs78-tools: install check OK
2021-Feb-23 12:28:31 :: [ppc64le] #100 libmozjs78-tools-debuginfo: install check OK
2021-Feb-23 12:28:42 :: [i586] #600 0ad-data: install check OK
2021-Feb-23 12:29:01 :: [armh] #600 0ad-data: install check OK
2021-Feb-23 12:29:30 :: [aarch64] #500 0ad-debuginfo: install check OK
2021-Feb-23 12:29:37 :: [aarch64] #100 libmozjs78: install check OK
2021-Feb-23 12:29:51 :: [x86_64] #500 0ad-debuginfo: install check OK
2021-Feb-23 12:29:53 :: [aarch64] #100 libmozjs78-debuginfo: install check OK
2021-Feb-23 12:29:57 :: [x86_64] #100 libmozjs78: install check OK
2021-Feb-23 12:29:59 :: [aarch64] #100 libmozjs78-devel: install check OK
2021-Feb-23 12:30:16 :: [x86_64] #100 libmozjs78-debuginfo: install check OK
2021-Feb-23 12:30:22 :: [x86_64] #100 libmozjs78-devel: install check OK
2021-Feb-23 12:30:26 :: [aarch64] #100 libmozjs78-devel-static: install check OK
2021-Feb-23 12:30:32 :: [aarch64] #100 libmozjs78-tools: install check OK
2021-Feb-23 12:30:47 :: [x86_64] #100 libmozjs78-devel-static: install check OK
2021-Feb-23 12:30:48 :: [aarch64] #100 libmozjs78-tools-debuginfo: install check OK
2021-Feb-23 12:30:50 :: [i586] #500 0ad-debuginfo: install check OK
2021-Feb-23 12:30:53 :: [x86_64] #100 libmozjs78-tools: install check OK
2021-Feb-23 12:30:57 :: [i586] #100 libmozjs78: install check OK
2021-Feb-23 12:31:09 :: [armh] #500 0ad-debuginfo: install check OK
2021-Feb-23 12:31:09 :: [x86_64] #100 libmozjs78-tools-debuginfo: install check OK
2021-Feb-23 12:31:14 :: [i586] #100 libmozjs78-debuginfo: install check OK
2021-Feb-23 12:31:19 :: [armh] #100 libmozjs78: install check OK
2021-Feb-23 12:31:20 :: [i586] #100 libmozjs78-devel: install check OK
2021-Feb-23 12:31:42 :: [armh] #100 libmozjs78-debuginfo: install check OK
2021-Feb-23 12:31:49 :: [i586] #100 libmozjs78-devel-static: install check OK
2021-Feb-23 12:31:52 :: [armh] #100 libmozjs78-devel: install check OK
2021-Feb-23 12:31:59 :: [i586] #100 libmozjs78-tools: install check OK
2021-Feb-23 12:32:22 :: [i586] #100 libmozjs78-tools-debuginfo: install check OK
2021-Feb-23 12:32:27 :: [armh] #100 libmozjs78-devel-static: install check OK
2021-Feb-23 12:32:37 :: [armh] #100 libmozjs78-tools: install check OK
2021-Feb-23 12:33:00 :: [armh] #100 libmozjs78-tools-debuginfo: install check OK
2021-Feb-23 12:33:01 :: [x86_64-i586] plan: #4 +4 -4 =10576
2021-Feb-23 12:34:47 :: [x86_64-i586] arepo build OK
2021-Feb-23 12:34:59 :: [x86_64-i586] generated apt indices
2021-Feb-23 12:35:01 :: [x86_64-i586] created next repo
2021-Feb-23 12:35:07 :: [x86_64-i586] dependencies check OK
2021-Feb-23 12:35:08 :: gears inheritance check OK
2021-Feb-23 12:35:08 :: srpm inheritance check OK
girar-check-perms: access to libmozjs78 DENIED for at: does not belong to approved builders list: aris 
check-subtask-perms: #100: libmozjs78: Operation not permitted
girar-check-perms: access to 0ad ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #500: 0ad: allowed for at
girar-check-perms: access to 0ad-data ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #600: 0ad-data: allowed for at
2021-Feb-23 12:35:08 :: acl check IGNORED
2021-Feb-23 12:35:09 :: following just built binary packages affect protected task #265234:
 libmozjs78
2021-Feb-23 12:35:09 :: sorry for the inconvenience, another build iteration will be made later
2021-Feb-23 12:35:09 :: task #266810 for sisyphus POSTPONED


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

* [#266810] [test-only] POSTPONED (try 5) srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1 ...
  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)
                   ` (3 preceding siblings ...)
  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)
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Girar awaiter (at) @ 2021-02-24  4:56 UTC (permalink / raw)
  To: Alexey M. Tourbin; +Cc: sisyphus-incominger, girar-builder-sisyphus

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

subtask  name        aarch64   armh  i586  ppc64le  x86_64
   #100  libmozjs78     6:50  11:58  7:15     7:28    5:26
   #500  0ad            7:08  10:24  6:32        -    5:45
   #600  0ad-data       3:06   7:39  4:52     3:39    3:05

2021-Feb-24 04:03:12 :: test-only task #266810 for sisyphus resumed by at:
#100 build libmozjs78-78.0.1-alt3.src.rpm
#200 removed
#300 removed
#400 removed
#500 build 0.0.24b-alt1 from /people/at/packages/0ad.git fetched at 2021-Feb-23 10:35:35
#600 build 0ad-data-0.0.24b-alt1.src.rpm
2021-Feb-24 04:03:12 :: created build repo
2021-Feb-24 04:03:12 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 04:03:12 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 04:03:12 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 04:03:12 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 04:03:12 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 04:08:38 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Feb-24 04:08:38 :: [x86_64] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 04:10:02 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Feb-24 04:10:02 :: [aarch64] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 04:10:27 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Feb-24 04:10:27 :: [i586] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 04:10:40 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Feb-24 04:10:40 :: [ppc64le] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 04:11:00 :: [ppc64le] #500 0ad.git 0.0.24b-alt1: build SKIPPED
2021-Feb-24 04:11:00 :: [ppc64le] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 04:14:23 :: [x86_64] #500 0ad.git 0.0.24b-alt1: build OK
2021-Feb-24 04:14:23 :: [x86_64] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 04:14:39 :: [ppc64le] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-24 04:15:10 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Feb-24 04:15:10 :: [armh] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 04:16:59 :: [i586] #500 0ad.git 0.0.24b-alt1: build OK
2021-Feb-24 04:16:59 :: [i586] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 04:17:10 :: [aarch64] #500 0ad.git 0.0.24b-alt1: build OK
2021-Feb-24 04:17:10 :: [aarch64] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 04:17:28 :: [x86_64] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-24 04:20:16 :: [aarch64] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-24 04:21:51 :: [i586] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-24 04:25:34 :: [armh] #500 0ad.git 0.0.24b-alt1: build OK
2021-Feb-24 04:25:34 :: [armh] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 04:33:13 :: [armh] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-24 04:33:57 :: #100: libmozjs78-78.0.1-alt3.src.rpm: build check OK
2021-Feb-24 04:34:13 :: #500: 0ad.git 0.0.24b-alt1: build check OK
2021-Feb-24 04:35:31 :: #600: 0ad-data-0.0.24b-alt1.src.rpm: build check OK
2021-Feb-24 04:35:31 :: build check OK
2021-Feb-24 04:45:01 :: noarch check OK
2021-Feb-24 04:45:03 :: plan: src +3 -3 =17839, aarch64 +8 -8 =29725, armh +8 -6 =27732, i586 +8 -8 =30644, noarch +1 -1 =17380, ppc64le +6 -8 =29654, x86_64 +8 -8 =31107
#500 0ad 0.0.23b-alt6 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - build with system mozjs78 for now
 - disable Atlas (scenario editor) for now
 - removed ExcludeArch: %arm; added ExcludeArch: ppc64le
 - new BuildRequires: libmozjs78-devel libfmt-devel boost-lockfree-devel
#600 0ad-data 0.0.23b-alt1 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - removed Requires: 0ad, to avoid an unmet dependency on ppc64le
#100 libmozjs78 78.0.1-alt2 -> 78.0.1-alt3
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 78.0.1-alt3
 - export class SharedArrayRawBufferRefs, patch from 0ad
2021-Feb-24 04:45:48 :: patched apt indices
2021-Feb-24 04:46:01 :: created next repo
2021-Feb-24 04:46:10 :: duplicate provides check OK
	armh: old unmet dependencies resolved:
 0ad-data#1:0.0.23b-alt1:sisyphus.218470.200@1545619571  0ad = 1:0.0.23b
2021-Feb-24 04:46:40 :: unmets: armh +0 -1 =30
2021-Feb-24 04:46:40 :: dependencies check OK
2021-Feb-24 04:47:28 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
2021-Feb-24 04:48:52 :: [aarch64] #500 0ad: install check OK
2021-Feb-24 04:48:55 :: [x86_64] #500 0ad: install check OK
2021-Feb-24 04:49:03 :: [ppc64le] #600 0ad-data: install check OK
2021-Feb-24 04:49:04 :: [i586] #500 0ad: install check OK
2021-Feb-24 04:49:10 :: [ppc64le] #100 libmozjs78: install check OK
2021-Feb-24 04:49:28 :: [ppc64le] #100 libmozjs78-debuginfo: install check OK
2021-Feb-24 04:49:29 :: [armh] #500 0ad: install check OK
2021-Feb-24 04:49:36 :: [ppc64le] #100 libmozjs78-devel: install check OK
2021-Feb-24 04:50:02 :: [aarch64] #600 0ad-data: install check OK
2021-Feb-24 04:50:08 :: [ppc64le] #100 libmozjs78-devel-static: install check OK
2021-Feb-24 04:50:09 :: [x86_64] #600 0ad-data: install check OK
2021-Feb-24 04:50:15 :: [ppc64le] #100 libmozjs78-tools: install check OK
2021-Feb-24 04:50:26 :: [i586] #600 0ad-data: install check OK
2021-Feb-24 04:50:34 :: [ppc64le] #100 libmozjs78-tools-debuginfo: install check OK
2021-Feb-24 04:51:09 :: [armh] #600 0ad-data: install check OK
2021-Feb-24 04:51:34 :: [aarch64] #500 0ad-debuginfo: install check OK
2021-Feb-24 04:51:40 :: [aarch64] #100 libmozjs78: install check OK
2021-Feb-24 04:51:46 :: [x86_64] #500 0ad-debuginfo: install check OK
2021-Feb-24 04:51:52 :: [x86_64] #100 libmozjs78: install check OK
2021-Feb-24 04:51:57 :: [aarch64] #100 libmozjs78-debuginfo: install check OK
2021-Feb-24 04:52:04 :: [aarch64] #100 libmozjs78-devel: install check OK
2021-Feb-24 04:52:08 :: [x86_64] #100 libmozjs78-debuginfo: install check OK
2021-Feb-24 04:52:14 :: [i586] #500 0ad-debuginfo: install check OK
2021-Feb-24 04:52:14 :: [x86_64] #100 libmozjs78-devel: install check OK
2021-Feb-24 04:52:20 :: [i586] #100 libmozjs78: install check OK
2021-Feb-24 04:52:31 :: [aarch64] #100 libmozjs78-devel-static: install check OK
2021-Feb-24 04:52:36 :: [x86_64] #100 libmozjs78-devel-static: install check OK
2021-Feb-24 04:52:37 :: [i586] #100 libmozjs78-debuginfo: install check OK
2021-Feb-24 04:52:37 :: [aarch64] #100 libmozjs78-tools: install check OK
2021-Feb-24 04:52:42 :: [x86_64] #100 libmozjs78-tools: install check OK
2021-Feb-24 04:52:43 :: [i586] #100 libmozjs78-devel: install check OK
2021-Feb-24 04:52:53 :: [aarch64] #100 libmozjs78-tools-debuginfo: install check OK
2021-Feb-24 04:52:58 :: [x86_64] #100 libmozjs78-tools-debuginfo: install check OK
2021-Feb-24 04:53:12 :: [i586] #100 libmozjs78-devel-static: install check OK
2021-Feb-24 04:53:18 :: [armh] #500 0ad-debuginfo: install check OK
2021-Feb-24 04:53:20 :: [i586] #100 libmozjs78-tools: install check OK
2021-Feb-24 04:53:29 :: [armh] #100 libmozjs78: install check OK
2021-Feb-24 04:53:37 :: [i586] #100 libmozjs78-tools-debuginfo: install check OK
2021-Feb-24 04:53:52 :: [armh] #100 libmozjs78-debuginfo: install check OK
2021-Feb-24 04:54:03 :: [armh] #100 libmozjs78-devel: install check OK
2021-Feb-24 04:54:38 :: [armh] #100 libmozjs78-devel-static: install check OK
2021-Feb-24 04:54:48 :: [armh] #100 libmozjs78-tools: install check OK
2021-Feb-24 04:55:11 :: [armh] #100 libmozjs78-tools-debuginfo: install check OK
2021-Feb-24 04:55:13 :: [x86_64-i586] plan: #4 +4 -4 =10572
2021-Feb-24 04:56:20 :: [x86_64-i586] arepo build OK
2021-Feb-24 04:56:33 :: [x86_64-i586] generated apt indices
2021-Feb-24 04:56:35 :: [x86_64-i586] created next repo
2021-Feb-24 04:56:41 :: [x86_64-i586] dependencies check OK
2021-Feb-24 04:56:42 :: gears inheritance check OK
2021-Feb-24 04:56:42 :: srpm inheritance check OK
girar-check-perms: access to libmozjs78 DENIED for at: does not belong to approved builders list: aris 
check-subtask-perms: #100: libmozjs78: Operation not permitted
girar-check-perms: access to 0ad ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #500: 0ad: allowed for at
girar-check-perms: access to 0ad-data ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #600: 0ad-data: allowed for at
2021-Feb-24 04:56:42 :: acl check IGNORED
2021-Feb-24 04:56:43 :: following just built binary packages affect protected task #265234:
 libmozjs78
2021-Feb-24 04:56:43 :: sorry for the inconvenience, another build iteration will be made later
2021-Feb-24 04:56:43 :: task #266810 for sisyphus POSTPONED


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

* [#266810] TESTED (try 5) srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1 ...
  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)
                   ` (4 preceding siblings ...)
  2021-02-24  4:56 ` Girar awaiter (at)
@ 2021-02-24  9:29 ` 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)
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Girar awaiter (at) @ 2021-02-24  9:29 UTC (permalink / raw)
  To: Alexey M. Tourbin
  Cc: sisyphus-incominger, Anton V. Boyarshinov,
	girar-builder-sisyphus, Yuri Sedunov

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

subtask  name        aarch64   armh  i586  ppc64le  x86_64
   #100  libmozjs78       26     37    27       30      22
   #500  0ad            7:08  10:24  6:32        -    5:45
   #600  0ad-data         30     51    27       30      27

2021-Feb-24 09:11:47 :: test-only task #266810 for sisyphus resumed by at:
#100 build libmozjs78-78.0.1-alt3.src.rpm
#200 removed
#300 removed
#400 removed
#500 build 0.0.24b-alt1 from /people/at/packages/0ad.git fetched at 2021-Feb-23 10:35:35
#600 build 0ad-data-0.0.24b-alt1.src.rpm
2021-Feb-24 09:11:47 :: created build repo
2021-Feb-24 09:11:47 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 09:11:47 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 09:11:47 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 09:11:47 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 09:11:47 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 09:12:09 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 09:12:09 :: [x86_64] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 09:12:13 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 09:12:13 :: [aarch64] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 09:12:14 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 09:12:14 :: [i586] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 09:12:17 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 09:12:17 :: [ppc64le] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 09:12:24 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 09:12:24 :: [armh] #500 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 09:12:24 :: [x86_64] #500 0ad.git 0.0.24b-alt1: build OK (cached)
2021-Feb-24 09:12:24 :: [x86_64] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 09:12:31 :: [aarch64] #500 0ad.git 0.0.24b-alt1: build OK (cached)
2021-Feb-24 09:12:31 :: [aarch64] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 09:12:31 :: [i586] #500 0ad.git 0.0.24b-alt1: build OK (cached)
2021-Feb-24 09:12:31 :: [i586] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 09:12:33 :: [ppc64le] #500 0ad.git 0.0.24b-alt1: build SKIPPED
2021-Feb-24 09:12:33 :: [ppc64le] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 09:12:49 :: [armh] #500 0ad.git 0.0.24b-alt1: build OK (cached)
2021-Feb-24 09:12:49 :: [armh] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 09:12:51 :: [x86_64] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-24 09:12:58 :: [i586] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-24 09:13:01 :: [aarch64] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-24 09:13:03 :: [ppc64le] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-24 09:13:40 :: [armh] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-24 09:14:25 :: #100: libmozjs78-78.0.1-alt3.src.rpm: build check OK
2021-Feb-24 09:14:41 :: #500: 0ad.git 0.0.24b-alt1: build check OK
2021-Feb-24 09:15:54 :: #600: 0ad-data-0.0.24b-alt1.src.rpm: build check OK
2021-Feb-24 09:15:54 :: build check OK
2021-Feb-24 09:25:40 :: noarch check OK
2021-Feb-24 09:25:42 :: plan: src +3 -3 =17843, aarch64 +8 -8 =29728, armh +8 -6 =27732, i586 +8 -8 =30644, noarch +1 -1 =17382, ppc64le +6 -8 =29654, x86_64 +8 -8 =31110
#500 0ad 0.0.23b-alt6 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - build with system mozjs78 for now
 - disable Atlas (scenario editor) for now
 - removed ExcludeArch: %arm; added ExcludeArch: ppc64le
 - new BuildRequires: libmozjs78-devel libfmt-devel boost-lockfree-devel
#600 0ad-data 0.0.23b-alt1 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - removed Requires: 0ad, to avoid an unmet dependency on ppc64le
#100 libmozjs78 78.0.1-alt2 -> 78.0.1-alt3
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 78.0.1-alt3
 - export class SharedArrayRawBufferRefs, patch from 0ad
2021-Feb-24 09:26:24 :: patched apt indices
2021-Feb-24 09:26:35 :: created next repo
2021-Feb-24 09:26:48 :: duplicate provides check OK
	armh: old unmet dependencies resolved:
 0ad-data#1:0.0.23b-alt1:sisyphus.218470.200@1545619571  0ad = 1:0.0.23b
2021-Feb-24 09:27:19 :: unmets: armh +0 -1 =30
2021-Feb-24 09:27:19 :: dependencies check OK
2021-Feb-24 09:27:46 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
2021-Feb-24 09:27:59 :: [i586] #500 0ad: install check OK (cached)
2021-Feb-24 09:28:00 :: [x86_64] #500 0ad: install check OK (cached)
2021-Feb-24 09:28:01 :: [aarch64] #500 0ad: install check OK (cached)
2021-Feb-24 09:28:01 :: [i586] #600 0ad-data: install check OK (cached)
2021-Feb-24 09:28:02 :: [x86_64] #600 0ad-data: install check OK (cached)
2021-Feb-24 09:28:03 :: [ppc64le] #600 0ad-data: install check OK (cached)
2021-Feb-24 09:28:04 :: [i586] #500 0ad-debuginfo: install check OK (cached)
2021-Feb-24 09:28:04 :: [aarch64] #600 0ad-data: install check OK (cached)
2021-Feb-24 09:28:04 :: [x86_64] #500 0ad-debuginfo: install check OK (cached)
2021-Feb-24 09:28:06 :: [i586] #100 libmozjs78: install check OK (cached)
2021-Feb-24 09:28:06 :: [x86_64] #100 libmozjs78: install check OK (cached)
2021-Feb-24 09:28:06 :: [ppc64le] #100 libmozjs78: install check OK (cached)
2021-Feb-24 09:28:07 :: [aarch64] #500 0ad-debuginfo: install check OK (cached)
2021-Feb-24 09:28:07 :: [armh] #500 0ad: install check OK (cached)
2021-Feb-24 09:28:08 :: [i586] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-24 09:28:08 :: [x86_64] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-24 09:28:09 :: [aarch64] #100 libmozjs78: install check OK (cached)
2021-Feb-24 09:28:10 :: [ppc64le] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-24 09:28:10 :: [i586] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-24 09:28:10 :: [x86_64] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-24 09:28:11 :: [armh] #600 0ad-data: install check OK (cached)
2021-Feb-24 09:28:12 :: [aarch64] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-24 09:28:12 :: [i586] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-24 09:28:13 :: [x86_64] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-24 09:28:13 :: [ppc64le] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-24 09:28:15 :: [i586] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-24 09:28:15 :: [x86_64] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-24 09:28:15 :: [aarch64] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-24 09:28:15 :: [armh] #500 0ad-debuginfo: install check OK (cached)
2021-Feb-24 09:28:16 :: [ppc64le] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-24 09:28:17 :: [i586] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-24 09:28:17 :: [x86_64] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-24 09:28:17 :: [aarch64] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-24 09:28:19 :: [armh] #100 libmozjs78: install check OK (cached)
2021-Feb-24 09:28:20 :: [ppc64le] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-24 09:28:20 :: [aarch64] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-24 09:28:23 :: [aarch64] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-24 09:28:23 :: [ppc64le] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-24 09:28:23 :: [armh] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-24 09:28:27 :: [armh] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-24 09:28:31 :: [armh] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-24 09:28:35 :: [armh] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-24 09:28:40 :: [armh] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-24 09:28:41 :: [x86_64-i586] plan: #0 +4 -4 =10572
2021-Feb-24 09:28:56 :: [x86_64-i586] generated apt indices
2021-Feb-24 09:28:58 :: [x86_64-i586] created next repo
2021-Feb-24 09:29:05 :: [x86_64-i586] dependencies check OK
2021-Feb-24 09:29:06 :: gears inheritance check OK
2021-Feb-24 09:29:06 :: srpm inheritance check OK
girar-check-perms: access to libmozjs78 DENIED for at: does not belong to approved builders list: aris 
check-subtask-perms: #100: libmozjs78: Operation not permitted
girar-check-perms: access to 0ad ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #500: 0ad: allowed for at
girar-check-perms: access to 0ad-data ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #600: 0ad-data: allowed for at
2021-Feb-24 09:29:06 :: acl check IGNORED
2021-Feb-24 09:29:27 :: created contents_index files
2021-Feb-24 09:29:44 :: created hash files: aarch64 armh i586 noarch ppc64le src x86_64-i586 x86_64
2021-Feb-24 09:29:46 :: task #266810 for sisyphus TESTED


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

* [#266810] FAILED (try 6) srpm=libmozjs78-78.0.1-alt3.src.rpm srpm=0ad-data-0.0.24b-alt1.src.rpm ...
  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)
                   ` (5 preceding siblings ...)
  2021-02-24  9:29 ` [#266810] TESTED " Girar awaiter (at)
@ 2021-02-24 10:05 ` 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)
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Girar awaiter (at) @ 2021-02-24 10:05 UTC (permalink / raw)
  To: Alexey M. Tourbin
  Cc: sisyphus-incominger, Anton V. Boyarshinov,
	girar-builder-sisyphus, Yuri Sedunov

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

subtask  name        aarch64  armh  i586  ppc64le  x86_64
   #100  libmozjs78       34    38    26       34      27
   #600  0ad-data         34    47    36       29      35
   #700  0ad            7:17  9:42  6:51   failed    7:24

2021-Feb-24 09:54:27 :: task #266810 for sisyphus resumed by at:
#100 build libmozjs78-78.0.1-alt3.src.rpm
#200 removed
#300 removed
#400 removed
#500 removed
#600 build 0ad-data-0.0.24b-alt1.src.rpm
#700 build 0.0.24b-alt1 from /people/at/packages/0ad.git fetched at 2021-Feb-24 09:53:12
2021-Feb-24 09:54:28 :: created build repo
2021-Feb-24 09:54:29 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 09:54:29 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 09:54:29 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 09:54:29 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 09:54:29 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 09:54:55 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 09:54:55 :: [i586] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 09:54:56 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 09:54:56 :: [x86_64] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 09:55:03 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 09:55:03 :: [aarch64] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 09:55:03 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 09:55:03 :: [ppc64le] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 09:55:07 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 09:55:07 :: [armh] #600 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 09:55:31 :: [i586] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-24 09:55:31 :: [i586] #700 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 09:55:31 :: [x86_64] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-24 09:55:31 :: [x86_64] #700 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 09:55:32 :: [ppc64le] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-24 09:55:32 :: [ppc64le] #700 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 09:55:37 :: [aarch64] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-24 09:55:37 :: [aarch64] #700 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 09:55:54 :: [armh] #600 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-24 09:55:54 :: [armh] #700 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::SplatX() const':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:90:37: error: 'vec_splat' was not declared in this scope
[ppc64le]    90 |  Vec4 SplatX() const { return Vec4( vec_splat( m_v, 0 ) ); }
[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::SplatY() const':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:91:37: error: 'vec_splat' was not declared in this scope
[ppc64le]    91 |  Vec4 SplatY() const { return Vec4( vec_splat( m_v, 1 ) ); }
[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::SplatZ() const':
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.24b/libraries/source/nvtt/src/src/nvtt/squish/simd_ve.h:92:37: error: 'vec_splat' was not declared in this scope
[ppc64le]    92 |  Vec4 SplatZ() const { return Vec4( vec_splat( m_v, 2 ) ); }
[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 ) );
2021-Feb-24 09:57:50 :: [ppc64le] 0ad.git 0.0.24b-alt1: remote: build failed
2021-Feb-24 09:57:50 :: [ppc64le] #700 0ad.git 0.0.24b-alt1: build FAILED
2021-Feb-24 09:57:50 :: [ppc64le] requesting cancellation of task processing
2021-Feb-24 10:02:22 :: [i586] #700 0ad.git 0.0.24b-alt1: build OK
2021-Feb-24 10:02:54 :: [aarch64] #700 0ad.git 0.0.24b-alt1: build OK
2021-Feb-24 10:02:55 :: [x86_64] #700 0ad.git 0.0.24b-alt1: build OK
2021-Feb-24 10:05:36 :: [armh] #700 0ad.git 0.0.24b-alt1: build OK
2021-Feb-24 09:57:50 :: [ppc64le] build FAILED
2021-Feb-24 10:05:36 :: task #266810 for sisyphus FAILED


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

* [#266810] EPERM (try 7) srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1 ...
  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)
                   ` (6 preceding siblings ...)
  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 ` Girar awaiter (at)
  2021-02-25  8:59 ` [#266810] EPERM (try 8) " Girar awaiter (at)
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Girar awaiter (at) @ 2021-02-24 11:08 UTC (permalink / raw)
  To: Alexey M. Tourbin
  Cc: sisyphus-incominger, Anton V. Boyarshinov,
	girar-builder-sisyphus, Yuri Sedunov

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

subtask  name        aarch64   armh  i586  ppc64le  x86_64
   #100  libmozjs78       18     26    15       17      15
  #1000  0ad            6:42  10:11  6:25        -    5:54
  #1100  0ad-data       2:41   7:41  4:26     3:09    3:00

2021-Feb-24 10:27:18 :: task #266810 for sisyphus resumed by at:
#100 build libmozjs78-78.0.1-alt3.src.rpm
#200 removed
#300 removed
#400 removed
#500 removed
#600 removed
#700 removed
#1000 build 0.0.24b-alt1 from /people/at/packages/0ad.git fetched at 2021-Feb-24 10:25:37
#1100 build 0ad-data-0.0.24b-alt1.src.rpm
2021-Feb-24 10:27:18 :: created build repo
2021-Feb-24 10:27:19 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 10:27:19 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 10:27:19 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 10:27:19 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 10:27:19 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-24 10:27:34 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 10:27:34 :: [i586] #1000 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 10:27:34 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 10:27:34 :: [x86_64] #1000 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 10:27:36 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 10:27:36 :: [ppc64le] #1000 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 10:27:37 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 10:27:37 :: [aarch64] #1000 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 10:27:45 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-24 10:27:45 :: [armh] #1000 0ad.git 0.0.24b-alt1: build start
2021-Feb-24 10:27:52 :: [ppc64le] #1000 0ad.git 0.0.24b-alt1: build SKIPPED
2021-Feb-24 10:27:52 :: [ppc64le] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 10:31:01 :: [ppc64le] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-24 10:33:28 :: [x86_64] #1000 0ad.git 0.0.24b-alt1: build OK
2021-Feb-24 10:33:28 :: [x86_64] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 10:33:59 :: [i586] #1000 0ad.git 0.0.24b-alt1: build OK
2021-Feb-24 10:33:59 :: [i586] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 10:34:19 :: [aarch64] #1000 0ad.git 0.0.24b-alt1: build OK
2021-Feb-24 10:34:19 :: [aarch64] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 10:36:28 :: [x86_64] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-24 10:37:00 :: [aarch64] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-24 10:37:56 :: [armh] #1000 0ad.git 0.0.24b-alt1: build OK
2021-Feb-24 10:37:56 :: [armh] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-24 10:38:25 :: [i586] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-24 10:45:37 :: [armh] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Feb-24 10:46:19 :: #100: libmozjs78-78.0.1-alt3.src.rpm: build check OK
2021-Feb-24 10:46:33 :: #1000: 0ad.git 0.0.24b-alt1: build check OK
2021-Feb-24 10:47:39 :: #1100: 0ad-data-0.0.24b-alt1.src.rpm: build check OK
2021-Feb-24 10:47:40 :: build check OK
2021-Feb-24 10:57:47 :: noarch check OK
2021-Feb-24 10:57:49 :: plan: src +3 -3 =17843, aarch64 +8 -8 =29728, armh +8 -6 =27732, i586 +8 -8 =30644, noarch +1 -1 =17382, ppc64le +6 -8 =29654, x86_64 +8 -8 =31110
#1000 0ad 0.0.23b-alt6 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - build with system mozjs78 for now
 - disable Atlas (the scenario editor) for now
 - removed ExcludeArch: %arm; added ExcludeArch: ppc64le
 - new BuildRequires: libmozjs78-devel libfmt-devel boost-lockfree-devel
#1100 0ad-data 0.0.23b-alt1 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - removed Requires: 0ad, to avoid an unmet dependency on ppc64le
#100 libmozjs78 78.0.1-alt2 -> 78.0.1-alt3
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 78.0.1-alt3
 - export class SharedArrayRawBufferRefs, patch from 0ad
2021-Feb-24 10:58:37 :: patched apt indices
2021-Feb-24 10:58:50 :: created next repo
2021-Feb-24 10:59:01 :: duplicate provides check OK
	armh: old unmet dependencies resolved:
 0ad-data#1:0.0.23b-alt1:sisyphus.218470.200@1545619571  0ad = 1:0.0.23b
2021-Feb-24 10:59:34 :: unmets: armh +0 -1 =30
2021-Feb-24 10:59:34 :: dependencies check OK
2021-Feb-24 11:00:02 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
2021-Feb-24 11:01:26 :: [aarch64] #1000 0ad: install check OK
2021-Feb-24 11:01:31 :: [x86_64] #1000 0ad: install check OK
2021-Feb-24 11:01:37 :: [ppc64le] #1100 0ad-data: install check OK
2021-Feb-24 11:01:39 :: [i586] #1000 0ad: install check OK
2021-Feb-24 11:01:40 :: [ppc64le] #100 libmozjs78: install check OK (cached)
2021-Feb-24 11:01:43 :: [ppc64le] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-24 11:01:45 :: [ppc64le] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-24 11:01:48 :: [ppc64le] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-24 11:01:51 :: [ppc64le] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-24 11:01:54 :: [ppc64le] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-24 11:02:04 :: [armh] #1000 0ad: install check OK
2021-Feb-24 11:02:36 :: [aarch64] #1100 0ad-data: install check OK
2021-Feb-24 11:02:45 :: [x86_64] #1100 0ad-data: install check OK
2021-Feb-24 11:03:00 :: [i586] #1100 0ad-data: install check OK
2021-Feb-24 11:03:42 :: [armh] #1100 0ad-data: install check OK
2021-Feb-24 11:04:08 :: [aarch64] #1000 0ad-debuginfo: install check OK
2021-Feb-24 11:04:11 :: [aarch64] #100 libmozjs78: install check OK (cached)
2021-Feb-24 11:04:14 :: [aarch64] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-24 11:04:16 :: [aarch64] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-24 11:04:19 :: [aarch64] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-24 11:04:21 :: [x86_64] #1000 0ad-debuginfo: install check OK
2021-Feb-24 11:04:22 :: [aarch64] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-24 11:04:24 :: [x86_64] #100 libmozjs78: install check OK (cached)
2021-Feb-24 11:04:24 :: [aarch64] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-24 11:04:26 :: [x86_64] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-24 11:04:28 :: [x86_64] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-24 11:04:30 :: [x86_64] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-24 11:04:32 :: [x86_64] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-24 11:04:35 :: [x86_64] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-24 11:04:48 :: [i586] #1000 0ad-debuginfo: install check OK
2021-Feb-24 11:04:51 :: [i586] #100 libmozjs78: install check OK (cached)
2021-Feb-24 11:04:53 :: [i586] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-24 11:04:55 :: [i586] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-24 11:04:57 :: [i586] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-24 11:04:59 :: [i586] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-24 11:05:01 :: [i586] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-24 11:05:51 :: [armh] #1000 0ad-debuginfo: install check OK
2021-Feb-24 11:05:57 :: [armh] #100 libmozjs78: install check OK (cached)
2021-Feb-24 11:06:01 :: [armh] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-24 11:06:06 :: [armh] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-24 11:06:10 :: [armh] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-24 11:06:14 :: [armh] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-24 11:06:18 :: [armh] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-24 11:06:19 :: [x86_64-i586] plan: #1 +4 -4 =10572
2021-Feb-24 11:06:38 :: [x86_64-i586] arepo build OK
2021-Feb-24 11:06:54 :: [x86_64-i586] generated apt indices
2021-Feb-24 11:06:56 :: [x86_64-i586] created next repo
2021-Feb-24 11:07:05 :: [x86_64-i586] dependencies check OK
2021-Feb-24 11:08:03 :: gears inheritance check OK
2021-Feb-24 11:08:03 :: srpm inheritance check OK
girar-check-perms: access to libmozjs78 DENIED for at: does not belong to approved builders list: aris 
check-subtask-perms: #100: libmozjs78: Operation not permitted
girar-check-perms: access to 0ad ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #1000: 0ad: allowed for at
girar-check-perms: access to 0ad-data ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #1100: 0ad-data: allowed for at
2021-Feb-24 11:08:04 :: acl check FAILED
2021-Feb-24 11:08:25 :: created contents_index files
2021-Feb-24 11:08:38 :: created hash files: aarch64 armh i586 noarch ppc64le src x86_64-i586 x86_64
2021-Feb-24 11:08:41 :: task #266810 for sisyphus EPERM


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

* [#266810] EPERM (try 8) srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1 ...
  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)
                   ` (7 preceding siblings ...)
  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 ` 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)
  10 siblings, 0 replies; 12+ messages in thread
From: Girar awaiter (at) @ 2021-02-25  8:59 UTC (permalink / raw)
  To: Alexey M. Tourbin
  Cc: sisyphus-incominger, Anton V. Boyarshinov,
	girar-builder-sisyphus, Yuri Sedunov

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

subtask  name  aarch64  armh  i586  ppc64le  x86_64
  #1000  0ad      6:38  9:37  7:26        -    6:36

2021-Feb-25 08:29:42 :: task #266810 for sisyphus resumed by at:
#100 build libmozjs78-78.0.1-alt3.src.rpm
#200 removed
#300 removed
#400 removed
#500 removed
#600 removed
#700 removed
#1000 build 0.0.24b-alt1 from /people/at/packages/0ad.git fetched at 2021-Feb-24 10:25:37
#1100 build 0ad-data-0.0.24b-alt1.src.rpm
2021-Feb-25 08:29:43 :: created build repo
2021-Feb-25 08:29:44 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-25 08:29:44 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-25 08:29:44 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-25 08:29:44 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-25 08:29:44 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Feb-25 08:30:06 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-25 08:30:06 :: [i586] #1000 0ad.git 0.0.24b-alt1: build start
2021-Feb-25 08:30:07 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-25 08:30:07 :: [x86_64] #1000 0ad.git 0.0.24b-alt1: build start
2021-Feb-25 08:30:09 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-25 08:30:09 :: [aarch64] #1000 0ad.git 0.0.24b-alt1: build start
2021-Feb-25 08:30:14 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-25 08:30:14 :: [ppc64le] #1000 0ad.git 0.0.24b-alt1: build start
2021-Feb-25 08:30:20 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK (cached)
2021-Feb-25 08:30:20 :: [armh] #1000 0ad.git 0.0.24b-alt1: build start
2021-Feb-25 08:30:30 :: [ppc64le] #1000 0ad.git 0.0.24b-alt1: build SKIPPED
2021-Feb-25 08:30:30 :: [ppc64le] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-25 08:31:01 :: [ppc64le] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-25 08:36:43 :: [x86_64] #1000 0ad.git 0.0.24b-alt1: build OK
2021-Feb-25 08:36:43 :: [x86_64] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-25 08:36:47 :: [aarch64] #1000 0ad.git 0.0.24b-alt1: build OK
2021-Feb-25 08:36:47 :: [aarch64] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-25 08:37:10 :: [x86_64] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-25 08:37:16 :: [aarch64] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-25 08:37:32 :: [i586] #1000 0ad.git 0.0.24b-alt1: build OK
2021-Feb-25 08:37:32 :: [i586] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-25 08:37:57 :: [i586] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-25 08:39:57 :: [armh] #1000 0ad.git 0.0.24b-alt1: build OK
2021-Feb-25 08:39:57 :: [armh] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Feb-25 08:40:44 :: [armh] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK (cached)
2021-Feb-25 08:41:25 :: #100: libmozjs78-78.0.1-alt3.src.rpm: build check OK
2021-Feb-25 08:41:41 :: #1000: 0ad.git 0.0.24b-alt1: build check OK
2021-Feb-25 08:42:37 :: #1100: 0ad-data-0.0.24b-alt1.src.rpm: build check OK
2021-Feb-25 08:42:38 :: build check OK
2021-Feb-25 08:50:54 :: noarch check OK
2021-Feb-25 08:50:56 :: plan: src +3 -3 =17846, aarch64 +8 -8 =29740, armh +8 -6 =27744, i586 +8 -8 =30656, noarch +1 -1 =17382, ppc64le +6 -8 =29666, x86_64 +8 -8 =31122
#1000 0ad 0.0.23b-alt6 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - build with system mozjs78 for now
 - disable Atlas (the scenario editor) for now
 - removed ExcludeArch: %arm; added ExcludeArch: ppc64le
 - new BuildRequires: libmozjs78-devel libfmt-devel boost-lockfree-devel
#1100 0ad-data 0.0.23b-alt1 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - removed Requires: 0ad, to avoid an unmet dependency on ppc64le
#100 libmozjs78 78.0.1-alt2 -> 78.0.1-alt3
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 78.0.1-alt3
 - export class SharedArrayRawBufferRefs, patch from 0ad
2021-Feb-25 08:51:35 :: patched apt indices
2021-Feb-25 08:51:45 :: created next repo
2021-Feb-25 08:51:54 :: duplicate provides check OK
	armh: old unmet dependencies resolved:
 0ad-data#1:0.0.23b-alt1:sisyphus.218470.200@1545619571  0ad = 1:0.0.23b
2021-Feb-25 08:52:20 :: unmets: armh +0 -1 =28
2021-Feb-25 08:52:20 :: dependencies check OK
2021-Feb-25 08:52:45 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
2021-Feb-25 08:53:00 :: [ppc64le] #1100 0ad-data: install check OK (cached)
2021-Feb-25 08:53:03 :: [ppc64le] #100 libmozjs78: install check OK (cached)
2021-Feb-25 08:53:06 :: [ppc64le] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-25 08:53:08 :: [ppc64le] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-25 08:53:11 :: [ppc64le] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-25 08:53:14 :: [ppc64le] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-25 08:53:17 :: [ppc64le] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-25 08:54:08 :: [aarch64] #1000 0ad: install check OK
2021-Feb-25 08:54:11 :: [aarch64] #1100 0ad-data: install check OK (cached)
2021-Feb-25 08:54:15 :: [x86_64] #1000 0ad: install check OK
2021-Feb-25 08:54:18 :: [x86_64] #1100 0ad-data: install check OK (cached)
2021-Feb-25 08:54:23 :: [i586] #1000 0ad: install check OK
2021-Feb-25 08:54:25 :: [i586] #1100 0ad-data: install check OK (cached)
2021-Feb-25 08:54:44 :: [armh] #1000 0ad: install check OK
2021-Feb-25 08:54:49 :: [armh] #1100 0ad-data: install check OK (cached)
2021-Feb-25 08:55:42 :: [aarch64] #1000 0ad-debuginfo: install check OK
2021-Feb-25 08:55:46 :: [aarch64] #100 libmozjs78: install check OK (cached)
2021-Feb-25 08:55:48 :: [aarch64] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-25 08:55:51 :: [aarch64] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-25 08:55:53 :: [aarch64] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-25 08:55:56 :: [aarch64] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-25 08:55:57 :: [x86_64] #1000 0ad-debuginfo: install check OK
2021-Feb-25 08:55:59 :: [aarch64] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-25 08:55:59 :: [x86_64] #100 libmozjs78: install check OK (cached)
2021-Feb-25 08:56:01 :: [x86_64] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-25 08:56:04 :: [x86_64] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-25 08:56:06 :: [x86_64] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-25 08:56:08 :: [x86_64] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-25 08:56:10 :: [x86_64] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-25 08:56:14 :: [i586] #1000 0ad-debuginfo: install check OK
2021-Feb-25 08:56:16 :: [i586] #100 libmozjs78: install check OK (cached)
2021-Feb-25 08:56:18 :: [i586] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-25 08:56:21 :: [i586] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-25 08:56:23 :: [i586] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-25 08:56:25 :: [i586] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-25 08:56:27 :: [i586] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-25 08:56:57 :: [armh] #1000 0ad-debuginfo: install check OK
2021-Feb-25 08:57:02 :: [armh] #100 libmozjs78: install check OK (cached)
2021-Feb-25 08:57:06 :: [armh] #100 libmozjs78-debuginfo: install check OK (cached)
2021-Feb-25 08:57:10 :: [armh] #100 libmozjs78-devel: install check OK (cached)
2021-Feb-25 08:57:14 :: [armh] #100 libmozjs78-devel-static: install check OK (cached)
2021-Feb-25 08:57:19 :: [armh] #100 libmozjs78-tools: install check OK (cached)
2021-Feb-25 08:57:23 :: [armh] #100 libmozjs78-tools-debuginfo: install check OK (cached)
2021-Feb-25 08:57:24 :: [x86_64-i586] plan: #4 +4 -4 =10573
2021-Feb-25 08:58:33 :: [x86_64-i586] arepo build OK
2021-Feb-25 08:58:47 :: [x86_64-i586] generated apt indices
2021-Feb-25 08:58:48 :: [x86_64-i586] created next repo
2021-Feb-25 08:58:55 :: [x86_64-i586] dependencies check OK
2021-Feb-25 08:58:56 :: gears inheritance check OK
2021-Feb-25 08:58:56 :: srpm inheritance check OK
girar-check-perms: access to libmozjs78 DENIED for at: does not belong to approved builders list: aris 
check-subtask-perms: #100: libmozjs78: Operation not permitted
girar-check-perms: access to 0ad ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #1000: 0ad: allowed for at
girar-check-perms: access to 0ad-data ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #1100: 0ad-data: allowed for at
2021-Feb-25 08:58:56 :: acl check FAILED
2021-Feb-25 08:59:16 :: created contents_index files
2021-Feb-25 08:59:28 :: created hash files: aarch64 armh i586 noarch ppc64le src x86_64-i586 x86_64
2021-Feb-25 08:59:31 :: task #266810 for sisyphus EPERM


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

* [#266810] EPERM (try 9) srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1 ...
  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)
                   ` (8 preceding siblings ...)
  2021-02-25  8:59 ` [#266810] EPERM (try 8) " Girar awaiter (at)
@ 2021-03-01  1:44 ` Girar awaiter (at)
  2021-03-07  3:15 ` [#266810] FAILED (try 10) " Girar awaiter (at)
  10 siblings, 0 replies; 12+ messages in thread
From: Girar awaiter (at) @ 2021-03-01  1:44 UTC (permalink / raw)
  To: Alexey M. Tourbin
  Cc: sisyphus-incominger, Anton V. Boyarshinov,
	girar-builder-sisyphus, Yuri Sedunov

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

subtask  name        aarch64  armh  i586  ppc64le  x86_64
   #100  libmozjs78     6:06  9:42  8:03     7:03    6:47
  #1000  0ad            6:32  9:25  7:28        -    7:30
  #1100  0ad-data       2:47  6:57  4:54     3:23    4:51

2021-Mar-01 00:56:59 :: task #266810 for sisyphus resumed by at:
#100 build libmozjs78-78.0.1-alt3.src.rpm
#200 removed
#300 removed
#400 removed
#500 removed
#600 removed
#700 removed
#1000 build 0.0.24b-alt1 from /people/at/packages/0ad.git fetched at 2021-Feb-24 10:25:37
#1100 build 0ad-data-0.0.24b-alt1.src.rpm
2021-Mar-01 00:57:00 :: created build repo
2021-Mar-01 00:57:01 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Mar-01 00:57:01 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Mar-01 00:57:01 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Mar-01 00:57:01 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Mar-01 00:57:01 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Mar-01 01:03:07 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Mar-01 01:03:07 :: [aarch64] #1000 0ad.git 0.0.24b-alt1: build start
2021-Mar-01 01:03:48 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Mar-01 01:03:48 :: [x86_64] #1000 0ad.git 0.0.24b-alt1: build start
2021-Mar-01 01:04:04 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Mar-01 01:04:04 :: [ppc64le] #1000 0ad.git 0.0.24b-alt1: build start
2021-Mar-01 01:04:19 :: [ppc64le] #1000 0ad.git 0.0.24b-alt1: build SKIPPED
2021-Mar-01 01:04:19 :: [ppc64le] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Mar-01 01:05:04 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Mar-01 01:05:04 :: [i586] #1000 0ad.git 0.0.24b-alt1: build start
2021-Mar-01 01:06:43 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build OK
2021-Mar-01 01:06:43 :: [armh] #1000 0ad.git 0.0.24b-alt1: build start
2021-Mar-01 01:07:42 :: [ppc64le] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Mar-01 01:09:39 :: [aarch64] #1000 0ad.git 0.0.24b-alt1: build OK
2021-Mar-01 01:09:39 :: [aarch64] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Mar-01 01:11:18 :: [x86_64] #1000 0ad.git 0.0.24b-alt1: build OK
2021-Mar-01 01:11:18 :: [x86_64] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Mar-01 01:12:26 :: [aarch64] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Mar-01 01:12:32 :: [i586] #1000 0ad.git 0.0.24b-alt1: build OK
2021-Mar-01 01:12:32 :: [i586] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Mar-01 01:16:08 :: [armh] #1000 0ad.git 0.0.24b-alt1: build OK
2021-Mar-01 01:16:08 :: [armh] #1100 0ad-data-0.0.24b-alt1.src.rpm: build start
2021-Mar-01 01:16:09 :: [x86_64] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Mar-01 01:17:26 :: [i586] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Mar-01 01:23:05 :: [armh] #1100 0ad-data-0.0.24b-alt1.src.rpm: build OK
2021-Mar-01 01:23:46 :: #100: libmozjs78-78.0.1-alt3.src.rpm: build check OK
2021-Mar-01 01:24:01 :: #1000: 0ad.git 0.0.24b-alt1: build check OK
2021-Mar-01 01:24:56 :: #1100: 0ad-data-0.0.24b-alt1.src.rpm: build check OK
2021-Mar-01 01:24:56 :: build check OK
2021-Mar-01 01:32:43 :: noarch check OK
2021-Mar-01 01:32:45 :: plan: src +3 -3 =17839, aarch64 +8 -8 =29717, armh +8 -6 =27743, i586 +8 -8 =30629, noarch +1 -1 =17384, ppc64le +6 -8 =29638, x86_64 +8 -8 =31097
#1000 0ad 0.0.23b-alt6 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - build with system mozjs78 for now
 - disable Atlas (the scenario editor) for now
 - removed ExcludeArch: %arm; added ExcludeArch: ppc64le
 - new BuildRequires: libmozjs78-devel libfmt-devel boost-lockfree-devel
#1100 0ad-data 0.0.23b-alt1 -> 1:0.0.24b-alt1
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.24b-alt1
 - 0.0.23b -> 0.0.24b
 - removed Requires: 0ad, to avoid an unmet dependency on ppc64le
#100 libmozjs78 78.0.1-alt2 -> 78.0.1-alt3
 Tue Feb 23 2021 Alexey Tourbin <at@altlinux.ru> 78.0.1-alt3
 - export class SharedArrayRawBufferRefs, patch from 0ad
2021-Mar-01 01:33:26 :: patched apt indices
2021-Mar-01 01:33:35 :: created next repo
2021-Mar-01 01:33:44 :: duplicate provides check OK
	armh: old unmet dependencies resolved:
 0ad-data#1:0.0.23b-alt1:sisyphus.218470.200@1545619571  0ad = 1:0.0.23b
2021-Mar-01 01:34:08 :: unmets: armh +0 -1 =28
2021-Mar-01 01:34:08 :: dependencies check OK
2021-Mar-01 01:34:50 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
2021-Mar-01 01:36:14 :: [aarch64] #1000 0ad: install check OK
2021-Mar-01 01:36:19 :: [x86_64] #1000 0ad: install check OK
2021-Mar-01 01:36:24 :: [ppc64le] #1100 0ad-data: install check OK
2021-Mar-01 01:36:26 :: [i586] #1000 0ad: install check OK
2021-Mar-01 01:36:32 :: [ppc64le] #100 libmozjs78: install check OK
2021-Mar-01 01:36:49 :: [armh] #1000 0ad: install check OK
2021-Mar-01 01:36:50 :: [ppc64le] #100 libmozjs78-debuginfo: install check OK
2021-Mar-01 01:36:58 :: [ppc64le] #100 libmozjs78-devel: install check OK
2021-Mar-01 01:37:23 :: [aarch64] #1100 0ad-data: install check OK
2021-Mar-01 01:37:29 :: [ppc64le] #100 libmozjs78-devel-static: install check OK
2021-Mar-01 01:37:35 :: [x86_64] #1100 0ad-data: install check OK
2021-Mar-01 01:37:36 :: [ppc64le] #100 libmozjs78-tools: install check OK
2021-Mar-01 01:37:49 :: [i586] #1100 0ad-data: install check OK
2021-Mar-01 01:37:55 :: [ppc64le] #100 libmozjs78-tools-debuginfo: install check OK
2021-Mar-01 01:38:27 :: [armh] #1100 0ad-data: install check OK
2021-Mar-01 01:38:54 :: [aarch64] #1000 0ad-debuginfo: install check OK
2021-Mar-01 01:39:01 :: [aarch64] #100 libmozjs78: install check OK
2021-Mar-01 01:39:13 :: [x86_64] #1000 0ad-debuginfo: install check OK
2021-Mar-01 01:39:17 :: [aarch64] #100 libmozjs78-debuginfo: install check OK
2021-Mar-01 01:39:19 :: [x86_64] #100 libmozjs78: install check OK
2021-Mar-01 01:39:23 :: [aarch64] #100 libmozjs78-devel: install check OK
2021-Mar-01 01:39:36 :: [x86_64] #100 libmozjs78-debuginfo: install check OK
2021-Mar-01 01:39:43 :: [x86_64] #100 libmozjs78-devel: install check OK
2021-Mar-01 01:39:44 :: [i586] #1000 0ad-debuginfo: install check OK
2021-Mar-01 01:39:49 :: [aarch64] #100 libmozjs78-devel-static: install check OK
2021-Mar-01 01:39:50 :: [i586] #100 libmozjs78: install check OK
2021-Mar-01 01:39:56 :: [aarch64] #100 libmozjs78-tools: install check OK
2021-Mar-01 01:40:06 :: [x86_64] #100 libmozjs78-devel-static: install check OK
2021-Mar-01 01:40:08 :: [i586] #100 libmozjs78-debuginfo: install check OK
2021-Mar-01 01:40:12 :: [x86_64] #100 libmozjs78-tools: install check OK
2021-Mar-01 01:40:12 :: [aarch64] #100 libmozjs78-tools-debuginfo: install check OK
2021-Mar-01 01:40:14 :: [i586] #100 libmozjs78-devel: install check OK
2021-Mar-01 01:40:29 :: [x86_64] #100 libmozjs78-tools-debuginfo: install check OK
2021-Mar-01 01:40:34 :: [i586] #100 libmozjs78-devel-static: install check OK
2021-Mar-01 01:40:35 :: [armh] #1000 0ad-debuginfo: install check OK
2021-Mar-01 01:40:41 :: [i586] #100 libmozjs78-tools: install check OK
2021-Mar-01 01:40:45 :: [armh] #100 libmozjs78: install check OK
2021-Mar-01 01:40:58 :: [i586] #100 libmozjs78-tools-debuginfo: install check OK
2021-Mar-01 01:41:08 :: [armh] #100 libmozjs78-debuginfo: install check OK
2021-Mar-01 01:41:17 :: [armh] #100 libmozjs78-devel: install check OK
2021-Mar-01 01:41:53 :: [armh] #100 libmozjs78-devel-static: install check OK
2021-Mar-01 01:42:02 :: [armh] #100 libmozjs78-tools: install check OK
2021-Mar-01 01:42:26 :: [armh] #100 libmozjs78-tools-debuginfo: install check OK
2021-Mar-01 01:42:27 :: [x86_64-i586] plan: #4 +4 -4 =10570
2021-Mar-01 01:43:35 :: [x86_64-i586] arepo build OK
2021-Mar-01 01:43:47 :: [x86_64-i586] generated apt indices
2021-Mar-01 01:43:48 :: [x86_64-i586] created next repo
2021-Mar-01 01:43:54 :: [x86_64-i586] dependencies check OK
2021-Mar-01 01:43:55 :: gears inheritance check OK
2021-Mar-01 01:43:55 :: srpm inheritance check OK
girar-check-perms: access to libmozjs78 DENIED for at: does not belong to approved builders list: aris 
check-subtask-perms: #100: libmozjs78: Operation not permitted
girar-check-perms: access to 0ad ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #1000: 0ad: allowed for at
girar-check-perms: access to 0ad-data ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #1100: 0ad-data: allowed for at
2021-Mar-01 01:43:55 :: acl check FAILED
2021-Mar-01 01:44:16 :: created contents_index files
2021-Mar-01 01:44:28 :: created hash files: aarch64 armh i586 noarch ppc64le src x86_64-i586 x86_64
2021-Mar-01 01:44:30 :: task #266810 for sisyphus EPERM


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

* [#266810] FAILED (try 10) srpm=libmozjs78-78.0.1-alt3.src.rpm 0ad.git=0.0.24b-alt1 ...
  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)
                   ` (9 preceding siblings ...)
  2021-03-01  1:44 ` [#266810] EPERM (try 9) " Girar awaiter (at)
@ 2021-03-07  3:15 ` Girar awaiter (at)
  10 siblings, 0 replies; 12+ messages in thread
From: Girar awaiter (at) @ 2021-03-07  3:15 UTC (permalink / raw)
  To: Alexey M. Tourbin
  Cc: sisyphus-incominger, Anton V. Boyarshinov,
	girar-builder-sisyphus, Yuri Sedunov

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

subtask  name        aarch64    armh    i586  ppc64le  x86_64
   #100  libmozjs78   failed  failed  failed   failed  failed

2021-Mar-07 03:12:21 :: task #266810 for sisyphus resumed by at:
#100 build libmozjs78-78.0.1-alt3.src.rpm
#200 removed
#300 removed
#400 removed
#500 removed
#600 removed
#700 removed
#1000 build 0.0.24b-alt1 from /people/at/packages/0ad.git fetched at 2021-Feb-24 10:25:37
#1100 build 0ad-data-0.0.24b-alt1.src.rpm
2021-Mar-07 03:12:21 :: created build repo
2021-Mar-07 03:12:21 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Mar-07 03:12:21 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Mar-07 03:12:21 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Mar-07 03:12:21 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
2021-Mar-07 03:12:21 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build start
[aarch64] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/vm/Interpreter.h:90:29:   required from here
[aarch64] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/vm/Stack.h:892:19: warning: comparison is always true due to limited range of data type [-Wtype-limits]
[aarch64]   892 |   static_assert(N <= ARGS_LENGTH_MAX, "o/~ too many args o/~");
[aarch64] In file included from Unified_cpp_js_src_jit4.cpp:47:
[aarch64] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/jit/IonCacheIRCompiler.cpp: In member function 'bool js::jit::IonCacheIRCompiler::emitStoreFixedSlot(js::jit::ObjOperandId, uint32_t, js::jit::ValOperandId)':
[aarch64] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/jit/IonCacheIRCompiler.cpp:1428:30: warning: 'scratch.js::jit::AutoScratchRegister::reg_.js::jit::Register::reg_' may be used uninitialized in this function [-Wmaybe-uninitialized]
[aarch64]  1428 |   Maybe<AutoScratchRegister> scratch;
[aarch64] make[3]: Leaving directory '/usr/src/RPM/BUILD/mozjs-78.0.1gnome/_build/js/src/jit'
[aarch64] make[1]: *** [/usr/src/RPM/BUILD/mozjs-78.0.1gnome/config/recurse.mk:34: compile] Error 2
[aarch64] make: *** [/usr/src/RPM/BUILD/mozjs-78.0.1gnome/config/rules.mk:390: default] Error 2
2021-Mar-07 03:14:23 :: [aarch64] libmozjs78-78.0.1-alt3.src.rpm: remote: build failed
2021-Mar-07 03:14:23 :: [aarch64] #100 libmozjs78-78.0.1-alt3.src.rpm: build FAILED
2021-Mar-07 03:14:23 :: [aarch64] requesting cancellation of task processing
[x86_64]                  from /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/vm/Iteration.cpp:9,
[x86_64]                  from Unified_cpp_js_src20.cpp:2:
[x86_64] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/vm/Stack.h: In instantiation of 'class js::detail::FixedArgsBase<js::NO_CONSTRUCT, 0>':
[x86_64] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/vm/Stack.h:935:7:   required from 'class js::FixedInvokeArgs<0>'
[x86_64] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/vm/Interpreter.h:90:29:   required from here
[x86_64] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/vm/Stack.h:892:19: warning: comparison is always true due to limited range of data type [-Wtype-limits]
[x86_64]   892 |   static_assert(N <= ARGS_LENGTH_MAX, "o/~ too many args o/~");
[x86_64] make[3]: Leaving directory '/usr/src/RPM/BUILD/mozjs-78.0.1gnome/_build/js/src'
[x86_64] make[1]: *** [/usr/src/RPM/BUILD/mozjs-78.0.1gnome/config/recurse.mk:34: compile] Error 2
[x86_64] make: *** [/usr/src/RPM/BUILD/mozjs-78.0.1gnome/config/rules.mk:390: default] Error 2
2021-Mar-07 03:14:36 :: [x86_64] libmozjs78-78.0.1-alt3.src.rpm: remote: build failed
2021-Mar-07 03:14:36 :: [x86_64] #100 libmozjs78-78.0.1-alt3.src.rpm: build FAILED
[ppc64le]                  from /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/vm/TypeInference.cpp:7,
[ppc64le]                  from Unified_cpp_js_src27.cpp:2:
[ppc64le] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/vm/Stack.h: In instantiation of 'class js::detail::FixedArgsBase<js::NO_CONSTRUCT, 0>':
[ppc64le] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/vm/Stack.h:935:7:   required from 'class js::FixedInvokeArgs<0>'
[ppc64le] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/vm/Interpreter.h:90:29:   required from here
[ppc64le] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/vm/Stack.h:892:19: warning: comparison is always true due to limited range of data type [-Wtype-limits]
[ppc64le]   892 |   static_assert(N <= ARGS_LENGTH_MAX, "o/~ too many args o/~");
[ppc64le] make[3]: Leaving directory '/usr/src/RPM/BUILD/mozjs-78.0.1gnome/_build/js/src'
[ppc64le] make[1]: *** [/usr/src/RPM/BUILD/mozjs-78.0.1gnome/config/recurse.mk:34: compile] Error 2
[ppc64le] make: *** [/usr/src/RPM/BUILD/mozjs-78.0.1gnome/config/rules.mk:390: default] Error 2
2021-Mar-07 03:14:56 :: [ppc64le] libmozjs78-78.0.1-alt3.src.rpm: remote: build failed
2021-Mar-07 03:14:56 :: [ppc64le] #100 libmozjs78-78.0.1-alt3.src.rpm: build FAILED
[armh] make[3]: Entering directory '/usr/src/RPM/BUILD/mozjs-78.0.1gnome/_build/js/src/jit'
[armh] js/src/jit/Unified_cpp_js_src_jit4.o
[armh] /usr/bin/g++ -std=gnu++17 -o Unified_cpp_js_src_jit4.o -c  -I/usr/src/RPM/BUILD/mozjs-78.0.1gnome/_build/dist/system_wrappers -include /usr/src/RPM/BUILD/mozjs-78.0.1gnome/config/gcc_hidden.h -fstack-protector-strong -DNDEBUG=1 -DTRIMMED=1 -DEXPORT_JS_API -DMOZ_HAS_MOZGLUE -I/usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/jit -I/usr/src/RPM/BUILD/mozjs-78.0.1gnome/_build/js/src/jit -I/usr/src/RPM/BUILD/mozjs-78.0.1gnome/_build/js/src -I/usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src -I/usr/src/RPM/BUILD/mozjs-78.0.1gnome/_build/dist/include -fPIC -DMOZILLA_CLIENT -include /usr/src/RPM/BUILD/mozjs-78.0.1gnome/_build/js/src/js-confdefs.h -Wall -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wwrite-strings -Wno-invalid-offsetof -Wc++2a-compat -Wduplicated-cond -Wimplicit-fallthrough -Wunused-function -Wunused-variable -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object -Wno-multistatement-macros -Wno-error=class-memaccess -Wno-error=deprecated-copy -Wformat -Wformat-security -Wformat-overflow=2 -Wno-noexcept-type -fno-sized-deallocation -fno-aligned-new -pipe -frecord-gcc-switches -Wall -g -O2 -fomit-frame-pointer -march=armv7-a -mthumb -fPIC -DPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -pipe -g -fno-omit-frame-pointer -funwind-tables -fno-strict-aliasing -Werror=format -Wno-shadow -Wno-attributes  -MD -MP -MF .deps/Unified_cpp_js_src_jit4.o.pp   Unified_cpp_js_src_jit4.cpp
[armh] In file included from Unified_cpp_js_src_jit4.cpp:47:
[armh] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/jit/IonCacheIRCompiler.cpp: In member function 'bool js::jit::IonCacheIRCompiler::emitStoreFixedSlot(js::jit::ObjOperandId, uint32_t, js::jit::ValOperandId)':
[armh] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/jit/IonCacheIRCompiler.cpp:1428:30: warning: '*((void*)& scratch +4)' may be used uninitialized in this function [-Wmaybe-uninitialized]
[armh]  1428 |   Maybe<AutoScratchRegister> scratch;
[armh] make[3]: Leaving directory '/usr/src/RPM/BUILD/mozjs-78.0.1gnome/_build/js/src/jit'
[armh] make[1]: *** [/usr/src/RPM/BUILD/mozjs-78.0.1gnome/config/recurse.mk:34: compile] Error 2
[armh] make: *** [/usr/src/RPM/BUILD/mozjs-78.0.1gnome/config/rules.mk:390: default] Error 2
2021-Mar-07 03:15:19 :: [armh] libmozjs78-78.0.1-alt3.src.rpm: remote: build failed
2021-Mar-07 03:15:19 :: [armh] #100 libmozjs78-78.0.1-alt3.src.rpm: build FAILED
[i586]   430 |     return fromTagAndPayload(JSVAL_TAG_INT32, uint32_t(i));
[i586] In file included from Unified_cpp_js_src_jit7.cpp:47:
[i586] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/jit/MIR.cpp:3940:13: note: 'res' was declared here
[i586]  3940 |     int32_t res;
[i586] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/jit/MIR.cpp: In member function 'virtual js::jit::MDefinition* js::jit::MSignExtendInt64::foldsTo(js::jit::TempAllocator&)':
[i586] /usr/src/RPM/BUILD/mozjs-78.0.1gnome/js/src/jit/MIR.cpp:3971:31: warning: 'res' may be used uninitialized in this function [-Wmaybe-uninitialized]
[i586]  3971 |     return MConstant::NewInt64(alloc, res);
[i586] make[3]: Leaving directory '/usr/src/RPM/BUILD/mozjs-78.0.1gnome/_build/js/src/jit'
[i586] make[1]: *** [/usr/src/RPM/BUILD/mozjs-78.0.1gnome/config/recurse.mk:34: compile] Error 2
[i586] make: *** [/usr/src/RPM/BUILD/mozjs-78.0.1gnome/config/rules.mk:390: default] Error 2
2021-Mar-07 03:15:36 :: [i586] libmozjs78-78.0.1-alt3.src.rpm: remote: build failed
2021-Mar-07 03:15:36 :: [i586] #100 libmozjs78-78.0.1-alt3.src.rpm: build FAILED
2021-Mar-07 03:14:23 :: [aarch64] build FAILED
2021-Mar-07 03:14:36 :: [x86_64] build FAILED
2021-Mar-07 03:14:56 :: [ppc64le] build FAILED
2021-Mar-07 03:15:19 :: [armh] build FAILED
2021-Mar-07 03:15:36 :: [i586] build FAILED
2021-Mar-07 03:15:36 :: 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