ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#282174] [test-only] FAILED 0ad.git=0.0.25-alt1
@ 2021-08-09  2:30 Girar awaiter (at)
  2021-08-09  2:47 ` [#282174] [test-only] FAILED (try 2) 0ad.git=0.0.25-alt1 Girar awaiter (at)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Girar awaiter (at) @ 2021-08-09  2:30 UTC (permalink / raw)
  To: Alexey M. Tourbin; +Cc: sisyphus-incominger, girar-builder-sisyphus

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

subtask  name  aarch64   armh  i586  ppc64le  x86_64
   #100  0ad      7:10  10:29  7:33   failed    7:00

2021-Aug-09 02:20:08 :: test-only task #282174 for sisyphus started by at:
#100 build 0.0.25-alt1 from /people/at/packages/0ad.git fetched at 2021-Aug-09 02:20:07
2021-Aug-09 02:20:09 :: [x86_64] #100 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:20:09 :: [aarch64] #100 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:20:09 :: [armh] #100 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:20:09 :: [i586] #100 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:20:09 :: [ppc64le] #100 0ad.git 0.0.25-alt1: build start
[ppc64le] /usr/src/RPM/BUILD/0ad-0.0.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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 ) ) );
2021-Aug-09 02:21:50 :: [ppc64le] 0ad.git 0.0.25-alt1: remote: build failed
2021-Aug-09 02:21:50 :: [ppc64le] #100 0ad.git 0.0.25-alt1: build FAILED
2021-Aug-09 02:21:50 :: [ppc64le] requesting cancellation of task processing
2021-Aug-09 02:27:09 :: [x86_64] #100 0ad.git 0.0.25-alt1: build OK
2021-Aug-09 02:27:19 :: [aarch64] #100 0ad.git 0.0.25-alt1: build OK
2021-Aug-09 02:27:42 :: [i586] #100 0ad.git 0.0.25-alt1: build OK
2021-Aug-09 02:30:38 :: [armh] #100 0ad.git 0.0.25-alt1: build OK
2021-Aug-09 02:21:50 :: [ppc64le] build FAILED
2021-Aug-09 02:30:38 :: task #282174 for sisyphus FAILED


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

* [#282174] [test-only] FAILED (try 2) 0ad.git=0.0.25-alt1
  2021-08-09  2:30 [#282174] [test-only] FAILED 0ad.git=0.0.25-alt1 Girar awaiter (at)
@ 2021-08-09  2:47 ` Girar awaiter (at)
  2021-08-09  3:27 ` [#282174] FAILED (try 3) 0ad.git=0.0.25-alt1 srpm=0ad-data-0.0.25-alt1.src.rpm Girar awaiter (at)
  2021-08-09  4:38 ` [#282174] DONE (try 4) srpm=0ad-data-0.0.25-alt1.src.rpm 0ad.git=0.0.25-alt1 Girar pender (at)
  2 siblings, 0 replies; 4+ messages in thread
From: Girar awaiter (at) @ 2021-08-09  2:47 UTC (permalink / raw)
  To: Alexey M. Tourbin; +Cc: sisyphus-incominger, girar-builder-sisyphus

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

subtask  name  aarch64   armh  i586  ppc64le  x86_64
   #200  0ad      7:11  10:35  7:38        -    7:21

2021-Aug-09 02:34:59 :: test-only task #282174 for sisyphus resumed by at:
#100 removed
#200 build 0.0.25-alt1 from /people/at/packages/0ad.git fetched at 2021-Aug-09 02:34:50
2021-Aug-09 02:34:59 :: [aarch64] #200 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:34:59 :: [armh] #200 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:34:59 :: [i586] #200 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:34:59 :: [x86_64] #200 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:34:59 :: [ppc64le] #200 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:35:14 :: [ppc64le] #200 0ad.git 0.0.25-alt1: build SKIPPED
2021-Aug-09 02:42:10 :: [aarch64] #200 0ad.git 0.0.25-alt1: build OK
2021-Aug-09 02:42:20 :: [x86_64] #200 0ad.git 0.0.25-alt1: build OK
2021-Aug-09 02:42:37 :: [i586] #200 0ad.git 0.0.25-alt1: build OK
2021-Aug-09 02:45:34 :: [armh] #200 0ad.git 0.0.25-alt1: build OK
2021-Aug-09 02:45:49 :: #200: 0ad.git 0.0.25-alt1: build check OK
2021-Aug-09 02:45:50 :: build check OK
2021-Aug-09 02:46:21 :: noarch check OK
2021-Aug-09 02:46:23 :: plan: src +1 -1 =17375, aarch64 +2 -2 =28984, armh +2 -0 =27315, i586 +2 -2 =29745, ppc64le +0 -2 =28791, x86_64 +2 -2 =30269
#200 0ad 0.0.23b-alt7 -> 1:0.0.25-alt1
 Mon Aug 09 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.25-alt1
 - 0.0.24b -> 0.0.25
 - build with system mozjs78
 - re-enable Atlas (the scenario editor)
 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
2021-Aug-09 02:47:00 :: patched apt indices
2021-Aug-09 02:47:09 :: created next repo
2021-Aug-09 02:47:18 :: duplicate provides check OK
	x86_64: NEW unmet dependencies detected:
 0ad#1:0.0.25-alt1:sisyphus+282174.200.2.1@1628476901    0ad-data = 1:0.0.25
 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.25-alt1:sisyphus+282174.200.2.1@1628476894    0ad-data = 1:0.0.25
 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.25-alt1:sisyphus+282174.200.2.1@1628476891    0ad-data = 1:0.0.25
 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.25-alt1:sisyphus+282174.200.2.1@1628477046  0ad-data = 1:0.0.25
	ACLs of affected packages (2):
 0ad       boyarsh @everybody
 0ad-data  boyarsh @everybody
2021-Aug-09 02:47:43 :: unmets: x86_64 +2 -0 =2, i586 +2 -0 =2, aarch64 +2 -0 =6, ppc64le +1 -0 =5, armh +1 -0 =22
2021-Aug-09 02:47:43 :: dependencies check FAILED
2021-Aug-09 02:47:43 :: task #282174 for sisyphus FAILED


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

* [#282174] FAILED (try 3) 0ad.git=0.0.25-alt1 srpm=0ad-data-0.0.25-alt1.src.rpm
  2021-08-09  2:30 [#282174] [test-only] FAILED 0ad.git=0.0.25-alt1 Girar awaiter (at)
  2021-08-09  2:47 ` [#282174] [test-only] FAILED (try 2) 0ad.git=0.0.25-alt1 Girar awaiter (at)
@ 2021-08-09  3:27 ` Girar awaiter (at)
  2021-08-09  4:38 ` [#282174] DONE (try 4) srpm=0ad-data-0.0.25-alt1.src.rpm 0ad.git=0.0.25-alt1 Girar pender (at)
  2 siblings, 0 replies; 4+ messages in thread
From: Girar awaiter (at) @ 2021-08-09  3:27 UTC (permalink / raw)
  To: Alexey M. Tourbin
  Cc: sisyphus-incominger, girar-builder-sisyphus, Anton V. Boyarshinov

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

subtask  name      aarch64  armh  i586  ppc64le  x86_64
   #300  0ad-data     3:25  8:34  6:03     4:00    4:25

2021-Aug-09 02:56:30 :: task #282174 for sisyphus resumed by at:
#100 removed
#200 build 0.0.25-alt1 from /people/at/packages/0ad.git fetched at 2021-Aug-09 02:34:50
#300 build 0ad-data-0.0.25-alt1.src.rpm
2021-Aug-09 02:56:30 :: created build repo
2021-Aug-09 02:56:30 :: [armh] #200 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:56:30 :: [x86_64] #200 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:56:30 :: [aarch64] #200 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:56:30 :: [ppc64le] #200 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:56:30 :: [i586] #200 0ad.git 0.0.25-alt1: build start
2021-Aug-09 02:56:51 :: [i586] #200 0ad.git 0.0.25-alt1: build OK (cached)
2021-Aug-09 02:56:51 :: [i586] #300 0ad-data-0.0.25-alt1.src.rpm: build start
2021-Aug-09 02:56:52 :: [x86_64] #200 0ad.git 0.0.25-alt1: build OK (cached)
2021-Aug-09 02:56:52 :: [x86_64] #300 0ad-data-0.0.25-alt1.src.rpm: build start
2021-Aug-09 02:56:53 :: [aarch64] #200 0ad.git 0.0.25-alt1: build OK (cached)
2021-Aug-09 02:56:53 :: [aarch64] #300 0ad-data-0.0.25-alt1.src.rpm: build start
2021-Aug-09 02:56:57 :: [ppc64le] #200 0ad.git 0.0.25-alt1: build SKIPPED
2021-Aug-09 02:56:57 :: [ppc64le] #300 0ad-data-0.0.25-alt1.src.rpm: build start
2021-Aug-09 02:57:04 :: [armh] #200 0ad.git 0.0.25-alt1: build OK (cached)
2021-Aug-09 02:57:04 :: [armh] #300 0ad-data-0.0.25-alt1.src.rpm: build start
2021-Aug-09 03:00:18 :: [aarch64] #300 0ad-data-0.0.25-alt1.src.rpm: build OK
2021-Aug-09 03:00:57 :: [ppc64le] #300 0ad-data-0.0.25-alt1.src.rpm: build OK
2021-Aug-09 03:01:17 :: [x86_64] #300 0ad-data-0.0.25-alt1.src.rpm: build OK
2021-Aug-09 03:02:54 :: [i586] #300 0ad-data-0.0.25-alt1.src.rpm: build OK
2021-Aug-09 03:05:38 :: [armh] #300 0ad-data-0.0.25-alt1.src.rpm: build OK
2021-Aug-09 03:05:55 :: #200: 0ad.git 0.0.25-alt1: build check OK
2021-Aug-09 03:07:14 :: #300: 0ad-data-0.0.25-alt1.src.rpm: build check OK
2021-Aug-09 03:07:15 :: build check OK
2021-Aug-09 03:15:23 :: noarch check OK
2021-Aug-09 03:15:25 :: plan: src +2 -2 =17375, aarch64 +2 -2 =28984, armh +2 -0 =27315, i586 +2 -2 =29745, noarch +1 -1 =15879, ppc64le +0 -2 =28791, x86_64 +2 -2 =30269
#200 0ad 0.0.23b-alt7 -> 1:0.0.25-alt1
 Mon Aug 09 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.25-alt1
 - 0.0.24b -> 0.0.25
 - build with system mozjs78
 - re-enable Atlas (the scenario editor)
 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
#300 0ad-data 0.0.23b-alt1 -> 1:0.0.25-alt1
 Mon Aug 09 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.25-alt1
 - 0.0.24b -> 0.0.25
 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
2021-Aug-09 03:16:10 :: patched apt indices
2021-Aug-09 03:16:20 :: created next repo
2021-Aug-09 03:16:29 :: 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-Aug-09 03:16:54 :: unmets: armh +0 -1 =20
2021-Aug-09 03:16:54 :: dependencies check OK
2021-Aug-09 03:17:24 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
2021-Aug-09 03:19:26 :: [aarch64] #200 0ad: install check OK
2021-Aug-09 03:19:36 :: [x86_64] #200 0ad: install check OK
2021-Aug-09 03:19:37 :: [ppc64le] #300 0ad-data: install check OK
2021-Aug-09 03:19:48 :: [i586] #200 0ad: install check OK
2021-Aug-09 03:20:14 :: [armh] #200 0ad: install check OK
2021-Aug-09 03:21:06 :: [aarch64] #300 0ad-data: install check OK
2021-Aug-09 03:21:21 :: [x86_64] #300 0ad-data: install check OK
2021-Aug-09 03:21:59 :: [i586] #300 0ad-data: install check OK
2021-Aug-09 03:22:35 :: [armh] #300 0ad-data: install check OK
2021-Aug-09 03:23:25 :: [aarch64] #200 0ad-debuginfo: install check OK
2021-Aug-09 03:23:52 :: [x86_64] #200 0ad-debuginfo: install check OK
2021-Aug-09 03:25:11 :: [i586] #200 0ad-debuginfo: install check OK
2021-Aug-09 03:25:51 :: [armh] #200 0ad-debuginfo: install check OK
2021-Aug-09 03:25:52 :: [x86_64-i586] plan: #1 +1 -1 =10234
2021-Aug-09 03:26:40 :: [x86_64-i586] arepo build OK
2021-Aug-09 03:26:52 :: [x86_64-i586] generated apt indices
2021-Aug-09 03:26:54 :: [x86_64-i586] created next repo
2021-Aug-09 03:27:00 :: [x86_64-i586] dependencies check OK
error: 0ad.git tag `0.0.25-alt1' is not inherited from /gears/0/0ad.git branch `sisyphus'
2021-Aug-09 03:27:01 :: gears inheritance check FAILED
2021-Aug-09 03:27:01 :: task #282174 for sisyphus FAILED


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

* [#282174] DONE (try 4) srpm=0ad-data-0.0.25-alt1.src.rpm 0ad.git=0.0.25-alt1
  2021-08-09  2:30 [#282174] [test-only] FAILED 0ad.git=0.0.25-alt1 Girar awaiter (at)
  2021-08-09  2:47 ` [#282174] [test-only] FAILED (try 2) 0ad.git=0.0.25-alt1 Girar awaiter (at)
  2021-08-09  3:27 ` [#282174] FAILED (try 3) 0ad.git=0.0.25-alt1 srpm=0ad-data-0.0.25-alt1.src.rpm Girar awaiter (at)
@ 2021-08-09  4:38 ` Girar pender (at)
  2 siblings, 0 replies; 4+ messages in thread
From: Girar pender (at) @ 2021-08-09  4:38 UTC (permalink / raw)
  To: Alexey M. Tourbin
  Cc: sisyphus-incominger, girar-builder-sisyphus, Anton V. Boyarshinov

http://git.altlinux.org/tasks/archive/done/_275/282174/logs/events.4.1.log

subtask  name  aarch64   armh  i586  ppc64le  x86_64
   #400  0ad      7:12  10:33  8:54        -    7:08

2021-Aug-09 03:55:33 :: task #282174 for sisyphus resumed by at:
#100 removed
#200 removed
#300 build 0ad-data-0.0.25-alt1.src.rpm
#400 build 0.0.25-alt1 from /people/at/packages/0ad.git fetched at 2021-Aug-09 03:55:24
2021-Aug-09 03:55:33 :: created build repo
2021-Aug-09 03:55:34 :: [i586] #300 0ad-data-0.0.25-alt1.src.rpm: build start
2021-Aug-09 03:55:34 :: [ppc64le] #300 0ad-data-0.0.25-alt1.src.rpm: build start
2021-Aug-09 03:55:34 :: [armh] #300 0ad-data-0.0.25-alt1.src.rpm: build start
2021-Aug-09 03:55:34 :: [x86_64] #300 0ad-data-0.0.25-alt1.src.rpm: build start
2021-Aug-09 03:55:34 :: [aarch64] #300 0ad-data-0.0.25-alt1.src.rpm: build start
2021-Aug-09 03:56:14 :: [x86_64] #300 0ad-data-0.0.25-alt1.src.rpm: build OK (cached)
2021-Aug-09 03:56:14 :: [x86_64] #400 0ad.git 0.0.25-alt1: build start
2021-Aug-09 03:56:15 :: [i586] #300 0ad-data-0.0.25-alt1.src.rpm: build OK (cached)
2021-Aug-09 03:56:15 :: [i586] #400 0ad.git 0.0.25-alt1: build start
2021-Aug-09 03:56:17 :: [aarch64] #300 0ad-data-0.0.25-alt1.src.rpm: build OK (cached)
2021-Aug-09 03:56:17 :: [aarch64] #400 0ad.git 0.0.25-alt1: build start
2021-Aug-09 03:56:21 :: [ppc64le] #300 0ad-data-0.0.25-alt1.src.rpm: build OK (cached)
2021-Aug-09 03:56:21 :: [ppc64le] #400 0ad.git 0.0.25-alt1: build start
2021-Aug-09 03:56:38 :: [armh] #300 0ad-data-0.0.25-alt1.src.rpm: build OK (cached)
2021-Aug-09 03:56:38 :: [ppc64le] #400 0ad.git 0.0.25-alt1: build SKIPPED
2021-Aug-09 03:56:38 :: [armh] #400 0ad.git 0.0.25-alt1: build start
2021-Aug-09 04:03:22 :: [x86_64] #400 0ad.git 0.0.25-alt1: build OK
2021-Aug-09 04:03:29 :: [aarch64] #400 0ad.git 0.0.25-alt1: build OK
2021-Aug-09 04:05:09 :: [i586] #400 0ad.git 0.0.25-alt1: build OK
2021-Aug-09 04:07:11 :: [armh] #400 0ad.git 0.0.25-alt1: build OK
2021-Aug-09 04:08:37 :: #300: 0ad-data-0.0.25-alt1.src.rpm: build check OK
2021-Aug-09 04:08:53 :: #400: 0ad.git 0.0.25-alt1: build check OK
2021-Aug-09 04:08:54 :: build check OK
2021-Aug-09 04:17:48 :: noarch check OK
2021-Aug-09 04:17:50 :: plan: src +2 -2 =17375, aarch64 +2 -2 =28984, armh +2 -0 =27315, i586 +2 -2 =29745, noarch +1 -1 =15879, ppc64le +0 -2 =28791, x86_64 +2 -2 =30269
#400 0ad 0.0.23b-alt7 -> 1:0.0.25-alt1
 Mon Aug 09 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.25-alt1
 - 0.0.24b -> 0.0.25
 - build with system mozjs78
 - re-enable Atlas (the scenario editor)
 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
#300 0ad-data 0.0.23b-alt1 -> 1:0.0.25-alt1
 Mon Aug 09 2021 Alexey Tourbin <at@altlinux.ru> 1:0.0.25-alt1
 - 0.0.24b -> 0.0.25
 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
2021-Aug-09 04:18:32 :: patched apt indices
2021-Aug-09 04:18:42 :: created next repo
2021-Aug-09 04:18:51 :: 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-Aug-09 04:19:17 :: unmets: armh +0 -1 =20
2021-Aug-09 04:19:17 :: dependencies check OK
2021-Aug-09 04:19:17 :: [ppc64le] no need to repeat ELF symbols check
2021-Aug-09 04:19:40 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
2021-Aug-09 04:19:56 :: [ppc64le] #300 0ad-data: install check OK (cached)
2021-Aug-09 04:21:40 :: [aarch64] #400 0ad: install check OK
2021-Aug-09 04:21:43 :: [aarch64] #300 0ad-data: install check OK (cached)
2021-Aug-09 04:21:47 :: [x86_64] #400 0ad: install check OK
2021-Aug-09 04:21:50 :: [x86_64] #300 0ad-data: install check OK (cached)
2021-Aug-09 04:22:21 :: [i586] #400 0ad: install check OK
2021-Aug-09 04:22:24 :: [i586] #300 0ad-data: install check OK (cached)
2021-Aug-09 04:22:29 :: [armh] #400 0ad: install check OK
2021-Aug-09 04:22:33 :: [armh] #300 0ad-data: install check OK (cached)
2021-Aug-09 04:24:03 :: [aarch64] #400 0ad-debuginfo: install check OK
2021-Aug-09 04:24:19 :: [x86_64] #400 0ad-debuginfo: install check OK
2021-Aug-09 04:25:10 :: [i586] #400 0ad-debuginfo: install check OK
2021-Aug-09 04:25:48 :: [armh] #400 0ad-debuginfo: install check OK
2021-Aug-09 04:25:49 :: [x86_64-i586] plan: #1 +1 -1 =10234
2021-Aug-09 04:26:10 :: [x86_64-i586] arepo build OK
2021-Aug-09 04:26:22 :: [x86_64-i586] generated apt indices
2021-Aug-09 04:26:23 :: [x86_64-i586] created next repo
2021-Aug-09 04:26:30 :: [x86_64-i586] dependencies check OK
2021-Aug-09 04:26:30 :: gears inheritance check OK
2021-Aug-09 04:26:31 :: srpm inheritance check OK
girar-check-perms: access to 0ad-data ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #300: 0ad-data: allowed for at
girar-check-perms: access to 0ad ALLOWED for at: project leader welcomes random builders
check-subtask-perms: #400: 0ad: allowed for at
2021-Aug-09 04:26:31 :: acl check OK
2021-Aug-09 04:26:50 :: created contents_index files
2021-Aug-09 04:27:05 :: created hash files: aarch64 armh i586 noarch ppc64le src x86_64-i586 x86_64
2021-Aug-09 04:27:07 :: task #282174 for sisyphus TESTED
2021-Aug-09 04:27:07 :: task is ready for commit
2021-Aug-09 04:27:12 :: repo clone OK
2021-Aug-09 04:27:15 :: packages update OK
2021-Aug-09 04:27:25 :: [x86_64 i586 aarch64 ppc64le armh noarch] update OK
2021-Aug-09 04:27:26 :: [x86_64-i586] update OK
2021-Aug-09 04:27:26 :: repo update OK
2021-Aug-09 04:27:44 :: repo save OK
2021-Aug-09 04:27:45 :: src index update OK
2021-Aug-09 04:27:47 :: updated /gears/0/0ad.git branch `sisyphus'
2021-Aug-09 04:38:11 :: updated /srpms/0/0ad-data.git branch `sisyphus'
2021-Aug-09 04:38:11 :: gears update OK
2021-Aug-09 04:38:11 :: task #282174 for sisyphus DONE


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

end of thread, other threads:[~2021-08-09  4:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09  2:30 [#282174] [test-only] FAILED 0ad.git=0.0.25-alt1 Girar awaiter (at)
2021-08-09  2:47 ` [#282174] [test-only] FAILED (try 2) 0ad.git=0.0.25-alt1 Girar awaiter (at)
2021-08-09  3:27 ` [#282174] FAILED (try 3) 0ad.git=0.0.25-alt1 srpm=0ad-data-0.0.25-alt1.src.rpm Girar awaiter (at)
2021-08-09  4:38 ` [#282174] DONE (try 4) srpm=0ad-data-0.0.25-alt1.src.rpm 0ad.git=0.0.25-alt1 Girar pender (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