ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#311338] [test-only] FAILED dlib.git=19.24-alt1
@ 2022-12-07 15:00 Girar awaiter (lvol)
  2022-12-07 15:16 ` [#311338] [test-only] FAILED (try 2) dlib.git=19.24-alt1 Girar awaiter (lvol)
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Girar awaiter (lvol) @ 2022-12-07 15:00 UTC (permalink / raw)
  To: Leontiy Volodin; +Cc: sisyphus-incominger, girar-builder-sisyphus

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 4833 bytes --]

https://git.altlinux.org/tasks/311338/logs/events.1.1.log

subtask  name  aarch64  armh  i586  ppc64le  x86_64
   #100  dlib     6:15  9:24  3:42   failed    3:07

2022-Dec-07 14:50:50 :: test-only task #311338 for sisyphus started by lvol:
#100 build 19.24-alt1 from /people/lvol/packages/dlib.git fetched at 2022-Dec-07 14:50:24
2022-Dec-07 14:50:52 :: [ppc64le] #100 dlib.git 19.24-alt1: build start
2022-Dec-07 14:50:52 :: [aarch64] #100 dlib.git 19.24-alt1: build start
2022-Dec-07 14:50:52 :: [i586] #100 dlib.git 19.24-alt1: build start
2022-Dec-07 14:50:52 :: [armh] #100 dlib.git 19.24-alt1: build start
2022-Dec-07 14:50:52 :: [x86_64] #100 dlib.git 19.24-alt1: build start
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In member function ‘void dlib::simd4f::store_aligned(float*) const’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:119:64: error: ‘const union dlib::simd4f::v4f’ has no member named ‘v’
[ppc64le]   119 |         inline void store_aligned(float* ptr) const { vec_st(x.v, 0, ptr); }
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In member function ‘void dlib::simd4f::load(const float*)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:120:48: error: ‘union dlib::simd4f::v4f’ has no member named ‘v’
[ppc64le]   120 |         inline void load(const float* ptr) { x.v = vec_vsx_ld(0, ptr); }
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In member function ‘void dlib::simd4f::store(float*) const’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:121:60: error: ‘const union dlib::simd4f::v4f’ has no member named ‘v’
[ppc64le]   121 |         inline void store(float* ptr) const { vec_vsx_st(x.v, 0, ptr); }
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In function ‘dlib::simd4f dlib::operator+(const simd4f&, const simd4f&)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:307:27: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   307 |         return vec_add(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:307:34: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   307 |         return vec_add(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In function ‘dlib::simd4f dlib::operator-(const simd4f&, const simd4f&)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:327:27: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   327 |         return vec_sub(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:327:34: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   327 |         return vec_sub(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In function ‘dlib::simd4f dlib::operator*(const simd4f&, const simd4f&)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:347:27: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   347 |         return vec_mul(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:347:34: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   347 |         return vec_mul(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In function ‘dlib::simd4f dlib::operator/(const simd4f&, const simd4f&)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:367:27: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   367 |         return vec_div(lhs(), rhs());
2022-Dec-07 14:52:25 :: [ppc64le] dlib.git 19.24-alt1: remote: build failed
2022-Dec-07 14:52:25 :: [ppc64le] #100 dlib.git 19.24-alt1: build FAILED
2022-Dec-07 14:52:25 :: [ppc64le] requesting cancellation of task processing
2022-Dec-07 14:53:59 :: [x86_64] #100 dlib.git 19.24-alt1: build OK
2022-Dec-07 14:54:34 :: [i586] #100 dlib.git 19.24-alt1: build OK
2022-Dec-07 14:57:07 :: [aarch64] #100 dlib.git 19.24-alt1: build OK
2022-Dec-07 15:00:16 :: [armh] #100 dlib.git 19.24-alt1: build OK
2022-Dec-07 14:52:26 :: [ppc64le] build FAILED
2022-Dec-07 15:00:17 :: task #311338 for sisyphus FAILED


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

* [#311338] [test-only] FAILED (try 2) dlib.git=19.24-alt1
  2022-12-07 15:00 [#311338] [test-only] FAILED dlib.git=19.24-alt1 Girar awaiter (lvol)
@ 2022-12-07 15:16 ` Girar awaiter (lvol)
  2022-12-08 11:42 ` [#311338] [test-only] FAILED (try 3) dlib.git=19.24-alt1 Girar awaiter (lvol)
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Girar awaiter (lvol) @ 2022-12-07 15:16 UTC (permalink / raw)
  To: Leontiy Volodin; +Cc: sisyphus-incominger, girar-builder-sisyphus

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 4835 bytes --]

https://git.altlinux.org/tasks/311338/logs/events.2.1.log

subtask  name  aarch64  armh  i586  ppc64le  x86_64
    #40  dlib     6:14  9:22  3:38   failed    3:13

2022-Dec-07 15:06:38 :: test-only task #311338 for sisyphus resumed by lvol:
#40 build 19.24-alt1 from /people/lvol/packages/dlib.git fetched at 2022-Dec-07 15:05:08
#100 removed
2022-Dec-07 15:06:39 :: [x86_64] #40 dlib.git 19.24-alt1: build start
2022-Dec-07 15:06:39 :: [ppc64le] #40 dlib.git 19.24-alt1: build start
2022-Dec-07 15:06:39 :: [i586] #40 dlib.git 19.24-alt1: build start
2022-Dec-07 15:06:40 :: [aarch64] #40 dlib.git 19.24-alt1: build start
2022-Dec-07 15:06:40 :: [armh] #40 dlib.git 19.24-alt1: build start
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In member function ‘void dlib::simd4f::store_aligned(float*) const’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:119:64: error: ‘const union dlib::simd4f::v4f’ has no member named ‘v’
[ppc64le]   119 |         inline void store_aligned(float* ptr) const { vec_st(x.v, 0, ptr); }
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In member function ‘void dlib::simd4f::load(const float*)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:120:48: error: ‘union dlib::simd4f::v4f’ has no member named ‘v’
[ppc64le]   120 |         inline void load(const float* ptr) { x.v = vec_vsx_ld(0, ptr); }
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In member function ‘void dlib::simd4f::store(float*) const’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:121:60: error: ‘const union dlib::simd4f::v4f’ has no member named ‘v’
[ppc64le]   121 |         inline void store(float* ptr) const { vec_vsx_st(x.v, 0, ptr); }
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In function ‘dlib::simd4f dlib::operator+(const simd4f&, const simd4f&)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:307:27: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   307 |         return vec_add(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:307:34: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   307 |         return vec_add(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In function ‘dlib::simd4f dlib::operator-(const simd4f&, const simd4f&)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:327:27: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   327 |         return vec_sub(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:327:34: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   327 |         return vec_sub(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In function ‘dlib::simd4f dlib::operator*(const simd4f&, const simd4f&)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:347:27: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   347 |         return vec_mul(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:347:34: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   347 |         return vec_mul(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In function ‘dlib::simd4f dlib::operator/(const simd4f&, const simd4f&)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:367:27: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   367 |         return vec_div(lhs(), rhs());
2022-Dec-07 15:08:14 :: [ppc64le] dlib.git 19.24-alt1: remote: build failed
2022-Dec-07 15:08:14 :: [ppc64le] #40 dlib.git 19.24-alt1: build FAILED
2022-Dec-07 15:08:14 :: [ppc64le] requesting cancellation of task processing
2022-Dec-07 15:09:52 :: [x86_64] #40 dlib.git 19.24-alt1: build OK
2022-Dec-07 15:10:17 :: [i586] #40 dlib.git 19.24-alt1: build OK
2022-Dec-07 15:12:54 :: [aarch64] #40 dlib.git 19.24-alt1: build OK
2022-Dec-07 15:16:02 :: [armh] #40 dlib.git 19.24-alt1: build OK
2022-Dec-07 15:08:14 :: [ppc64le] build FAILED
2022-Dec-07 15:16:03 :: task #311338 for sisyphus FAILED


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

* [#311338] [test-only] FAILED (try 3) dlib.git=19.24-alt1
  2022-12-07 15:00 [#311338] [test-only] FAILED dlib.git=19.24-alt1 Girar awaiter (lvol)
  2022-12-07 15:16 ` [#311338] [test-only] FAILED (try 2) dlib.git=19.24-alt1 Girar awaiter (lvol)
@ 2022-12-08 11:42 ` Girar awaiter (lvol)
  2022-12-08 12:01 ` [#311338] TESTED (try 4) dlib.git=19.24-alt1 Girar awaiter (lvol)
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Girar awaiter (lvol) @ 2022-12-08 11:42 UTC (permalink / raw)
  To: Leontiy Volodin; +Cc: sisyphus-incominger, girar-builder-sisyphus

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 4847 bytes --]

https://git.altlinux.org/tasks/311338/logs/events.3.1.log

subtask  name  aarch64  armh  i586  ppc64le  x86_64
    #20  dlib     7:00  9:26  3:38   failed    3:08

2022-Dec-08 11:32:32 :: test-only task #311338 for sisyphus resumed by lvol:
#20 build 19.24-alt1 from /people/lvol/packages/dlib.git fetched at 2022-Dec-08 11:32:22
#40 removed
#100 removed
2022-Dec-08 11:32:35 :: [ppc64le] #20 dlib.git 19.24-alt1: build start
2022-Dec-08 11:32:35 :: [i586] #20 dlib.git 19.24-alt1: build start
2022-Dec-08 11:32:35 :: [x86_64] #20 dlib.git 19.24-alt1: build start
2022-Dec-08 11:32:35 :: [aarch64] #20 dlib.git 19.24-alt1: build start
2022-Dec-08 11:32:35 :: [armh] #20 dlib.git 19.24-alt1: build start
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In member function ‘void dlib::simd4f::store_aligned(float*) const’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:119:64: error: ‘const union dlib::simd4f::v4f’ has no member named ‘v’
[ppc64le]   119 |         inline void store_aligned(float* ptr) const { vec_st(x.v, 0, ptr); }
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In member function ‘void dlib::simd4f::load(const float*)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:120:48: error: ‘union dlib::simd4f::v4f’ has no member named ‘v’
[ppc64le]   120 |         inline void load(const float* ptr) { x.v = vec_vsx_ld(0, ptr); }
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In member function ‘void dlib::simd4f::store(float*) const’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:121:60: error: ‘const union dlib::simd4f::v4f’ has no member named ‘v’
[ppc64le]   121 |         inline void store(float* ptr) const { vec_vsx_st(x.v, 0, ptr); }
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In function ‘dlib::simd4f dlib::operator+(const simd4f&, const simd4f&)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:307:27: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   307 |         return vec_add(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:307:34: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   307 |         return vec_add(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In function ‘dlib::simd4f dlib::operator-(const simd4f&, const simd4f&)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:327:27: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   327 |         return vec_sub(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:327:34: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   327 |         return vec_sub(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In function ‘dlib::simd4f dlib::operator*(const simd4f&, const simd4f&)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:347:27: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   347 |         return vec_mul(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:347:34: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   347 |         return vec_mul(lhs(), rhs());
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h: In function ‘dlib::simd4f dlib::operator/(const simd4f&, const simd4f&)’:
[ppc64le] /usr/src/RPM/BUILD/dlib-19.24/dlib/../dlib/data_io/../image_transforms/../simd/simd4f.h:367:27: error: no match for call to ‘(const dlib::simd4f) ()’
[ppc64le]   367 |         return vec_div(lhs(), rhs());
2022-Dec-08 11:33:50 :: [ppc64le] dlib.git 19.24-alt1: remote: build failed
2022-Dec-08 11:33:50 :: [ppc64le] #20 dlib.git 19.24-alt1: build FAILED
2022-Dec-08 11:33:50 :: [ppc64le] requesting cancellation of task processing
2022-Dec-08 11:35:43 :: [x86_64] #20 dlib.git 19.24-alt1: build OK
2022-Dec-08 11:36:13 :: [i586] #20 dlib.git 19.24-alt1: build OK
2022-Dec-08 11:39:35 :: [aarch64] #20 dlib.git 19.24-alt1: build OK
2022-Dec-08 11:42:01 :: [armh] #20 dlib.git 19.24-alt1: build OK
2022-Dec-08 11:33:50 :: [ppc64le] build FAILED
2022-Dec-08 11:42:01 :: task #311338 for sisyphus FAILED


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

* [#311338] TESTED (try 4) dlib.git=19.24-alt1
  2022-12-07 15:00 [#311338] [test-only] FAILED dlib.git=19.24-alt1 Girar awaiter (lvol)
  2022-12-07 15:16 ` [#311338] [test-only] FAILED (try 2) dlib.git=19.24-alt1 Girar awaiter (lvol)
  2022-12-08 11:42 ` [#311338] [test-only] FAILED (try 3) dlib.git=19.24-alt1 Girar awaiter (lvol)
@ 2022-12-08 12:01 ` Girar awaiter (lvol)
  2022-12-08 12:15 ` [#311338] TESTED (try 5) dlib.git=19.24-alt1 howdy.git=3.0.0-alt2.beta1.git943f1e1 Girar awaiter (lvol)
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Girar awaiter (lvol) @ 2022-12-08 12:01 UTC (permalink / raw)
  To: Leontiy Volodin; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/311338/logs/events.4.1.log

subtask  name  aarch64  armh  i586  ppc64le  x86_64
    #10  dlib     8:29  9:27  3:37     5:12    3:09

2022-Dec-08 11:46:18 :: test-only task #311338 for sisyphus resumed by lvol:
#10 build 19.24-alt1 from /people/lvol/packages/dlib.git fetched at 2022-Dec-08 11:46:04
#20 removed
#40 removed
#100 removed
2022-Dec-08 11:46:19 :: [aarch64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 11:46:19 :: [i586] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 11:46:19 :: [ppc64le] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 11:46:19 :: [armh] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 11:46:19 :: [x86_64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 11:49:28 :: [x86_64] #10 dlib.git 19.24-alt1: build OK
2022-Dec-08 11:49:56 :: [i586] #10 dlib.git 19.24-alt1: build OK
2022-Dec-08 11:51:31 :: [ppc64le] #10 dlib.git 19.24-alt1: build OK
2022-Dec-08 11:54:48 :: [aarch64] #10 dlib.git 19.24-alt1: build OK
2022-Dec-08 11:55:46 :: [armh] #10 dlib.git 19.24-alt1: build OK
2022-Dec-08 11:56:09 :: #10: dlib.git 19.24-alt1: build check OK
2022-Dec-08 11:56:11 :: build check OK
2022-Dec-08 11:56:21 :: noarch check OK
2022-Dec-08 11:56:23 :: plan: src +1 -0 =17975, aarch64 +4 -0 =30548, armh +4 -0 =28605, i586 +4 -0 =30684, ppc64le +3 -0 =30044, x86_64 +4 -0 =31497
2022-Dec-08 11:57:14 :: patched apt indices
2022-Dec-08 11:57:27 :: created next repo
2022-Dec-08 11:57:37 :: duplicate provides check OK
2022-Dec-08 11:58:13 :: dependencies check OK
2022-Dec-08 11:58:36 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
	x86_64: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 11:58:50 :: [x86_64] #10 dlib-devel: install check OK
	i586: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib/cmake
2022-Dec-08 11:58:50 :: [i586] #10 dlib-devel: install check OK
2022-Dec-08 11:58:54 :: [x86_64] #10 libdlib19: install check OK
2022-Dec-08 11:58:54 :: [i586] #10 libdlib19: install check OK
2022-Dec-08 11:59:00 :: [x86_64] #10 libdlib19-debuginfo: install check OK
	aarch64: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 11:59:01 :: [aarch64] #10 dlib-devel: install check OK
2022-Dec-08 11:59:01 :: [i586] #10 libdlib19-debuginfo: install check OK
	ppc64le: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 11:59:04 :: [ppc64le] #10 dlib-devel: install check OK
2022-Dec-08 11:59:05 :: [x86_64] #10 python3-module-dlib: install check OK
2022-Dec-08 11:59:07 :: [i586] #10 python3-module-dlib: install check OK
2022-Dec-08 11:59:09 :: [aarch64] #10 libdlib19: install check OK
2022-Dec-08 11:59:12 :: [ppc64le] #10 libdlib19: install check OK
	armh: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib/cmake
2022-Dec-08 11:59:13 :: [armh] #10 dlib-devel: install check OK
2022-Dec-08 11:59:20 :: [aarch64] #10 libdlib19-debuginfo: install check OK
2022-Dec-08 11:59:24 :: [armh] #10 libdlib19: install check OK
2022-Dec-08 11:59:25 :: [ppc64le] #10 libdlib19-debuginfo: install check OK
2022-Dec-08 11:59:29 :: [aarch64] #10 python3-module-dlib: install check OK
2022-Dec-08 11:59:41 :: [armh] #10 libdlib19-debuginfo: install check OK
2022-Dec-08 11:59:54 :: [armh] #10 python3-module-dlib: install check OK
2022-Dec-08 11:59:55 :: [x86_64-i586] plan: #3 +3 -0 =10526
2022-Dec-08 12:00:14 :: [x86_64-i586] arepo build OK
2022-Dec-08 12:00:30 :: [x86_64-i586] generated apt indices
2022-Dec-08 12:00:32 :: [x86_64-i586] created next repo
2022-Dec-08 12:00:41 :: [x86_64-i586] dependencies check OK
2022-Dec-08 12:00:42 :: gears inheritance check OK
2022-Dec-08 12:00:43 :: srpm inheritance check OK
girar-check-perms: access to dlib ALLOWED for lvol: project `dlib' is not listed in the acl file for repository `sisyphus', and the policy for such projects in `sisyphus' is to allow
check-subtask-perms: #10: dlib: allowed for lvol
2022-Dec-08 12:00:43 :: acl check OK
2022-Dec-08 12:00:52 :: created contents_index files
2022-Dec-08 12:01:02 :: created hash files: aarch64 armh i586 ppc64le src x86_64-i586 x86_64
2022-Dec-08 12:01:04 :: task #311338 for sisyphus TESTED


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

* [#311338] TESTED (try 5) dlib.git=19.24-alt1 howdy.git=3.0.0-alt2.beta1.git943f1e1
  2022-12-07 15:00 [#311338] [test-only] FAILED dlib.git=19.24-alt1 Girar awaiter (lvol)
                   ` (2 preceding siblings ...)
  2022-12-08 12:01 ` [#311338] TESTED (try 4) dlib.git=19.24-alt1 Girar awaiter (lvol)
@ 2022-12-08 12:15 ` Girar awaiter (lvol)
  2022-12-08 12:28 ` [#311338] TESTED (try 6) " Girar awaiter (lvol)
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Girar awaiter (lvol) @ 2022-12-08 12:15 UTC (permalink / raw)
  To: Leontiy Volodin; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/311338/logs/events.5.1.log

subtask  name   aarch64  armh  i586  ppc64le  x86_64
   #200  howdy     1:36  2:17  1:06     1:46    1:00

2022-Dec-08 12:06:35 :: test-only task #311338 for sisyphus resumed by lvol:
#10 build 19.24-alt1 from /people/lvol/packages/dlib.git fetched at 2022-Dec-08 11:46:04
#20 removed
#40 removed
#100 removed
#200 build 3.0.0-alt2.beta1.git943f1e1 from /people/lvol/packages/howdy.git fetched at 2022-Dec-08 12:06:26
2022-Dec-08 12:06:36 :: created build repo
2022-Dec-08 12:06:37 :: [ppc64le] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:06:37 :: [i586] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:06:37 :: [aarch64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:06:37 :: [x86_64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:06:37 :: [armh] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:06:50 :: [i586] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:06:51 :: [x86_64] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:06:51 :: [i586] #200 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:06:51 :: [x86_64] #200 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:07:05 :: [aarch64] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:07:05 :: [aarch64] #200 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:07:11 :: [ppc64le] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:07:11 :: [ppc64le] #200 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:07:17 :: [armh] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:07:17 :: [armh] #200 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:07:51 :: [x86_64] #200 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:07:57 :: [i586] #200 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:08:41 :: [aarch64] #200 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:08:57 :: [ppc64le] #200 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:09:34 :: [armh] #200 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:09:56 :: #10: dlib.git 19.24-alt1: build check OK
2022-Dec-08 12:10:20 :: #200: howdy.git 3.0.0-alt2.beta1.git943f1e1: build check OK
2022-Dec-08 12:10:22 :: build check OK
2022-Dec-08 12:10:49 :: noarch check OK
2022-Dec-08 12:10:52 :: plan: src +2 -1 =17975, aarch64 +7 -3 =30548, armh +7 -3 =28605, i586 +7 -3 =30684, noarch +1 -1 =18454, ppc64le +6 -3 =30044, x86_64 +7 -3 =31497
#200 howdy 3.0.0-alt1.beta1.git943f1e1 -> 3.0.0-alt2.beta1.git943f1e1
 Thu Dec 08 2022 Leontiy Volodin <lvol@altlinux> 3.0.0-alt2.beta1.git943f1e1
 - Fixed howdy startup (ALT #44558).
2022-Dec-08 12:10:52 :: howdy: closes bugs: 44558
2022-Dec-08 12:11:39 :: patched apt indices
2022-Dec-08 12:11:52 :: created next repo
2022-Dec-08 12:12:01 :: duplicate provides check OK
2022-Dec-08 12:12:39 :: dependencies check OK
2022-Dec-08 12:13:06 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
	x86_64: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 12:13:17 :: [x86_64] #10 dlib-devel: install check OK (cached)
	i586: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib/cmake
2022-Dec-08 12:13:17 :: [i586] #10 dlib-devel: install check OK (cached)
	aarch64: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 12:13:24 :: [aarch64] #10 dlib-devel: install check OK (cached)
	ppc64le: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 12:13:25 :: [ppc64le] #10 dlib-devel: install check OK (cached)
2022-Dec-08 12:13:30 :: [x86_64] #200 howdy: install check OK
2022-Dec-08 12:13:32 :: [i586] #200 howdy: install check OK
	armh: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib/cmake
2022-Dec-08 12:13:34 :: [armh] #10 dlib-devel: install check OK (cached)
2022-Dec-08 12:13:35 :: [x86_64] #200 howdy-gtk: install check OK
2022-Dec-08 12:13:37 :: [i586] #200 howdy-gtk: install check OK
2022-Dec-08 12:13:38 :: [x86_64] #200 howdy-pam: install check OK
2022-Dec-08 12:13:40 :: [i586] #200 howdy-pam: install check OK
2022-Dec-08 12:13:42 :: [x86_64] #200 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:13:44 :: [x86_64] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:13:44 :: [aarch64] #200 howdy: install check OK
2022-Dec-08 12:13:44 :: [i586] #200 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:13:46 :: [x86_64] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:13:46 :: [i586] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:13:47 :: [x86_64] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 12:13:48 :: [i586] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:13:49 :: [i586] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 12:13:50 :: [ppc64le] #200 howdy: install check OK
2022-Dec-08 12:13:52 :: [aarch64] #200 howdy-gtk: install check OK
2022-Dec-08 12:13:59 :: [ppc64le] #200 howdy-gtk: install check OK
2022-Dec-08 12:13:59 :: [aarch64] #200 howdy-pam: install check OK
2022-Dec-08 12:14:04 :: [armh] #200 howdy: install check OK
2022-Dec-08 12:14:05 :: [ppc64le] #200 howdy-pam: install check OK
2022-Dec-08 12:14:06 :: [aarch64] #200 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:14:09 :: [aarch64] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:14:13 :: [aarch64] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:14:14 :: [ppc64le] #200 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:14:16 :: [aarch64] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 12:14:16 :: [armh] #200 howdy-gtk: install check OK
2022-Dec-08 12:14:17 :: [ppc64le] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:14:21 :: [ppc64le] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:14:26 :: [armh] #200 howdy-pam: install check OK
2022-Dec-08 12:14:37 :: [armh] #200 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:14:43 :: [armh] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:14:48 :: [armh] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:14:53 :: [armh] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 12:14:55 :: [x86_64-i586] plan: #0 +3 -0 =10526
2022-Dec-08 12:15:12 :: [x86_64-i586] generated apt indices
2022-Dec-08 12:15:13 :: [x86_64-i586] created next repo
2022-Dec-08 12:15:24 :: [x86_64-i586] dependencies check OK
2022-Dec-08 12:15:25 :: gears inheritance check OK
2022-Dec-08 12:15:25 :: srpm inheritance check OK
girar-check-perms: access to dlib ALLOWED for lvol: project `dlib' is not listed in the acl file for repository `sisyphus', and the policy for such projects in `sisyphus' is to allow
check-subtask-perms: #10: dlib: allowed for lvol
girar-check-perms: access to howdy ALLOWED for lvol: project leader
check-subtask-perms: #200: howdy: allowed for lvol
2022-Dec-08 12:15:26 :: acl check OK
2022-Dec-08 12:15:46 :: created contents_index files
2022-Dec-08 12:15:56 :: created hash files: aarch64 armh i586 noarch ppc64le src x86_64-i586 x86_64
2022-Dec-08 12:15:59 :: task #311338 for sisyphus TESTED


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

* [#311338] TESTED (try 6) dlib.git=19.24-alt1 howdy.git=3.0.0-alt2.beta1.git943f1e1
  2022-12-07 15:00 [#311338] [test-only] FAILED dlib.git=19.24-alt1 Girar awaiter (lvol)
                   ` (3 preceding siblings ...)
  2022-12-08 12:15 ` [#311338] TESTED (try 5) dlib.git=19.24-alt1 howdy.git=3.0.0-alt2.beta1.git943f1e1 Girar awaiter (lvol)
@ 2022-12-08 12:28 ` Girar awaiter (lvol)
  2022-12-08 12:50 ` [#311338] TESTED (try 7) " Girar awaiter (lvol)
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Girar awaiter (lvol) @ 2022-12-08 12:28 UTC (permalink / raw)
  To: Leontiy Volodin; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/311338/logs/events.6.1.log

subtask  name   aarch64  armh  i586  ppc64le  x86_64
   #140  howdy     1:35  2:14  1:06     1:40    1:05

2022-Dec-08 12:19:17 :: test-only task #311338 for sisyphus resumed by lvol:
#10 build 19.24-alt1 from /people/lvol/packages/dlib.git fetched at 2022-Dec-08 11:46:04
#20 removed
#40 removed
#100 removed
#140 build 3.0.0-alt2.beta1.git943f1e1 from /people/lvol/packages/howdy.git fetched at 2022-Dec-08 12:19:00
#200 removed
2022-Dec-08 12:19:18 :: created build repo
2022-Dec-08 12:19:19 :: [aarch64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:19:19 :: [armh] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:19:19 :: [ppc64le] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:19:19 :: [x86_64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:19:19 :: [i586] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:19:33 :: [i586] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:19:33 :: [i586] #140 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:19:33 :: [x86_64] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:19:34 :: [x86_64] #140 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:19:48 :: [aarch64] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:19:49 :: [aarch64] #140 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:19:53 :: [ppc64le] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:19:54 :: [ppc64le] #140 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:20:00 :: [armh] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:20:00 :: [armh] #140 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:20:39 :: [i586] #140 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:20:39 :: [x86_64] #140 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:21:24 :: [aarch64] #140 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:21:34 :: [ppc64le] #140 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:22:14 :: [armh] #140 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:22:37 :: #10: dlib.git 19.24-alt1: build check OK
2022-Dec-08 12:23:01 :: #140: howdy.git 3.0.0-alt2.beta1.git943f1e1: build check OK
2022-Dec-08 12:23:03 :: build check OK
2022-Dec-08 12:23:29 :: noarch check OK
2022-Dec-08 12:23:32 :: plan: src +2 -1 =17975, aarch64 +7 -3 =30548, armh +7 -3 =28605, i586 +7 -3 =30684, noarch +1 -1 =18454, ppc64le +6 -3 =30044, x86_64 +7 -3 =31497
#140 howdy 3.0.0-alt1.beta1.git943f1e1 -> 3.0.0-alt2.beta1.git943f1e1
 Thu Dec 08 2022 Leontiy Volodin <lvol@altlinux> 3.0.0-alt2.beta1.git943f1e1
 - Fixed howdy startup (ALT #44558).
2022-Dec-08 12:23:32 :: howdy: closes bugs: 44558
2022-Dec-08 12:24:20 :: patched apt indices
2022-Dec-08 12:24:33 :: created next repo
2022-Dec-08 12:24:42 :: duplicate provides check OK
2022-Dec-08 12:25:33 :: dependencies check OK
2022-Dec-08 12:26:02 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
	i586: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib/cmake
2022-Dec-08 12:26:12 :: [i586] #10 dlib-devel: install check OK (cached)
	x86_64: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 12:26:13 :: [x86_64] #10 dlib-devel: install check OK (cached)
	aarch64: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 12:26:20 :: [aarch64] #10 dlib-devel: install check OK (cached)
	ppc64le: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 12:26:21 :: [ppc64le] #10 dlib-devel: install check OK (cached)
2022-Dec-08 12:26:26 :: [x86_64] #140 howdy: install check OK
2022-Dec-08 12:26:26 :: [i586] #140 howdy: install check OK
	armh: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib/cmake
2022-Dec-08 12:26:29 :: [armh] #10 dlib-devel: install check OK (cached)
2022-Dec-08 12:26:30 :: [x86_64] #140 howdy-gtk: install check OK
2022-Dec-08 12:26:31 :: [i586] #140 howdy-gtk: install check OK
2022-Dec-08 12:26:33 :: [x86_64] #140 howdy-pam: install check OK
2022-Dec-08 12:26:34 :: [i586] #140 howdy-pam: install check OK
2022-Dec-08 12:26:38 :: [x86_64] #140 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:26:38 :: [i586] #140 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:26:39 :: [x86_64] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:26:40 :: [i586] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:26:40 :: [aarch64] #140 howdy: install check OK
2022-Dec-08 12:26:41 :: [x86_64] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:26:41 :: [i586] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:26:43 :: [x86_64] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 12:26:43 :: [i586] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 12:26:46 :: [ppc64le] #140 howdy: install check OK
2022-Dec-08 12:26:48 :: [aarch64] #140 howdy-gtk: install check OK
2022-Dec-08 12:26:54 :: [aarch64] #140 howdy-pam: install check OK
2022-Dec-08 12:26:55 :: [ppc64le] #140 howdy-gtk: install check OK
2022-Dec-08 12:26:59 :: [armh] #140 howdy: install check OK
2022-Dec-08 12:27:01 :: [ppc64le] #140 howdy-pam: install check OK
2022-Dec-08 12:27:01 :: [aarch64] #140 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:27:05 :: [aarch64] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:27:08 :: [aarch64] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:27:09 :: [ppc64le] #140 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:27:11 :: [armh] #140 howdy-gtk: install check OK
2022-Dec-08 12:27:11 :: [aarch64] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 12:27:13 :: [ppc64le] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:27:16 :: [ppc64le] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:27:20 :: [armh] #140 howdy-pam: install check OK
2022-Dec-08 12:27:31 :: [armh] #140 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:27:36 :: [armh] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:27:42 :: [armh] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:27:47 :: [armh] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 12:27:49 :: [x86_64-i586] plan: #0 +3 -0 =10526
2022-Dec-08 12:28:06 :: [x86_64-i586] generated apt indices
2022-Dec-08 12:28:08 :: [x86_64-i586] created next repo
2022-Dec-08 12:28:17 :: [x86_64-i586] dependencies check OK
2022-Dec-08 12:28:19 :: gears inheritance check OK
2022-Dec-08 12:28:19 :: srpm inheritance check OK
girar-check-perms: access to dlib ALLOWED for lvol: project `dlib' is not listed in the acl file for repository `sisyphus', and the policy for such projects in `sisyphus' is to allow
check-subtask-perms: #10: dlib: allowed for lvol
girar-check-perms: access to howdy ALLOWED for lvol: project leader
check-subtask-perms: #140: howdy: allowed for lvol
2022-Dec-08 12:28:20 :: acl check OK
2022-Dec-08 12:28:40 :: created contents_index files
2022-Dec-08 12:28:51 :: created hash files: aarch64 armh i586 noarch ppc64le src x86_64-i586 x86_64
2022-Dec-08 12:28:54 :: task #311338 for sisyphus TESTED


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

* [#311338] TESTED (try 7) dlib.git=19.24-alt1 howdy.git=3.0.0-alt2.beta1.git943f1e1
  2022-12-07 15:00 [#311338] [test-only] FAILED dlib.git=19.24-alt1 Girar awaiter (lvol)
                   ` (4 preceding siblings ...)
  2022-12-08 12:28 ` [#311338] TESTED (try 6) " Girar awaiter (lvol)
@ 2022-12-08 12:50 ` Girar awaiter (lvol)
  2022-12-08 14:27 ` [#311338] TESTED (try 8) dlib.git=19.24-alt1 python3-module-elevate.git=0.1.3-alt0.1.git78e82a8 Girar awaiter (lvol)
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Girar awaiter (lvol) @ 2022-12-08 12:50 UTC (permalink / raw)
  To: Leontiy Volodin; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/311338/logs/events.7.1.log

subtask  name   aarch64  armh  i586  ppc64le  x86_64
   #120  howdy     1:37  2:16  1:05     1:41    1:04

2022-Dec-08 12:41:21 :: test-only task #311338 for sisyphus resumed by lvol:
#10 build 19.24-alt1 from /people/lvol/packages/dlib.git fetched at 2022-Dec-08 11:46:04
#20 removed
#40 removed
#100 removed
#120 build 3.0.0-alt2.beta1.git943f1e1 from /people/lvol/packages/howdy.git fetched at 2022-Dec-08 12:35:26
#140 removed
#200 removed
2022-Dec-08 12:41:22 :: created build repo
2022-Dec-08 12:41:23 :: [ppc64le] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:41:23 :: [aarch64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:41:23 :: [armh] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:41:23 :: [i586] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:41:23 :: [x86_64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 12:41:35 :: [i586] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:41:36 :: [i586] #120 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:41:36 :: [x86_64] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:41:36 :: [x86_64] #120 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:41:50 :: [aarch64] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:41:50 :: [aarch64] #120 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:41:56 :: [ppc64le] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:41:56 :: [ppc64le] #120 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:42:03 :: [armh] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 12:42:03 :: [armh] #120 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 12:42:40 :: [x86_64] #120 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:42:41 :: [i586] #120 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:43:27 :: [aarch64] #120 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:43:37 :: [ppc64le] #120 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:44:19 :: [armh] #120 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 12:44:42 :: #10: dlib.git 19.24-alt1: build check OK
2022-Dec-08 12:45:06 :: #120: howdy.git 3.0.0-alt2.beta1.git943f1e1: build check OK
2022-Dec-08 12:45:08 :: build check OK
2022-Dec-08 12:45:32 :: noarch check OK
2022-Dec-08 12:45:34 :: plan: src +2 -1 =17975, aarch64 +7 -3 =30548, armh +7 -3 =28605, i586 +7 -3 =30684, noarch +1 -1 =18454, ppc64le +6 -3 =30044, x86_64 +7 -3 =31497
#120 howdy 3.0.0-alt1.beta1.git943f1e1 -> 3.0.0-alt2.beta1.git943f1e1
 Thu Dec 08 2022 Leontiy Volodin <lvol@altlinux> 3.0.0-alt2.beta1.git943f1e1
 - Fixed howdy startup (ALT #44558).
2022-Dec-08 12:45:35 :: howdy: closes bugs: 44558
2022-Dec-08 12:46:19 :: patched apt indices
2022-Dec-08 12:46:32 :: created next repo
2022-Dec-08 12:46:41 :: duplicate provides check OK
2022-Dec-08 12:47:17 :: dependencies check OK
2022-Dec-08 12:47:43 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
	i586: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib/cmake
2022-Dec-08 12:47:53 :: [i586] #10 dlib-devel: install check OK (cached)
	x86_64: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 12:47:53 :: [x86_64] #10 dlib-devel: install check OK (cached)
	aarch64: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 12:48:01 :: [aarch64] #10 dlib-devel: install check OK (cached)
	ppc64le: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 12:48:02 :: [ppc64le] #10 dlib-devel: install check OK (cached)
2022-Dec-08 12:48:06 :: [x86_64] #120 howdy: install check OK
2022-Dec-08 12:48:07 :: [i586] #120 howdy: install check OK
	armh: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib/cmake
2022-Dec-08 12:48:09 :: [armh] #10 dlib-devel: install check OK (cached)
2022-Dec-08 12:48:10 :: [x86_64] #120 howdy-gtk: install check OK
2022-Dec-08 12:48:11 :: [i586] #120 howdy-gtk: install check OK
2022-Dec-08 12:48:13 :: [x86_64] #120 howdy-pam: install check OK
2022-Dec-08 12:48:14 :: [i586] #120 howdy-pam: install check OK
2022-Dec-08 12:48:17 :: [x86_64] #120 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:48:18 :: [i586] #120 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:48:19 :: [x86_64] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:48:19 :: [i586] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:48:21 :: [x86_64] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:48:21 :: [i586] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:48:21 :: [aarch64] #120 howdy: install check OK
2022-Dec-08 12:48:22 :: [x86_64] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 12:48:22 :: [i586] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 12:48:26 :: [ppc64le] #120 howdy: install check OK
2022-Dec-08 12:48:29 :: [aarch64] #120 howdy-gtk: install check OK
2022-Dec-08 12:48:35 :: [ppc64le] #120 howdy-gtk: install check OK
2022-Dec-08 12:48:35 :: [aarch64] #120 howdy-pam: install check OK
2022-Dec-08 12:48:39 :: [armh] #120 howdy: install check OK
2022-Dec-08 12:48:41 :: [ppc64le] #120 howdy-pam: install check OK
2022-Dec-08 12:48:43 :: [aarch64] #120 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:48:46 :: [aarch64] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:48:49 :: [aarch64] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:48:50 :: [ppc64le] #120 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:48:52 :: [armh] #120 howdy-gtk: install check OK
2022-Dec-08 12:48:53 :: [aarch64] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 12:48:53 :: [ppc64le] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:48:57 :: [ppc64le] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:49:01 :: [armh] #120 howdy-pam: install check OK
2022-Dec-08 12:49:13 :: [armh] #120 howdy-pam-debuginfo: install check OK
2022-Dec-08 12:49:20 :: [armh] #10 libdlib19: install check OK (cached)
2022-Dec-08 12:49:25 :: [armh] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 12:49:30 :: [armh] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 12:49:32 :: [x86_64-i586] plan: #0 +3 -0 =10526
2022-Dec-08 12:49:49 :: [x86_64-i586] generated apt indices
2022-Dec-08 12:49:50 :: [x86_64-i586] created next repo
2022-Dec-08 12:50:00 :: [x86_64-i586] dependencies check OK
2022-Dec-08 12:50:01 :: gears inheritance check OK
2022-Dec-08 12:50:02 :: srpm inheritance check OK
girar-check-perms: access to dlib ALLOWED for lvol: project `dlib' is not listed in the acl file for repository `sisyphus', and the policy for such projects in `sisyphus' is to allow
check-subtask-perms: #10: dlib: allowed for lvol
girar-check-perms: access to howdy ALLOWED for lvol: project leader
check-subtask-perms: #120: howdy: allowed for lvol
2022-Dec-08 12:50:02 :: acl check OK
2022-Dec-08 12:50:22 :: created contents_index files
2022-Dec-08 12:50:32 :: created hash files: aarch64 armh i586 noarch ppc64le src x86_64-i586 x86_64
2022-Dec-08 12:50:35 :: task #311338 for sisyphus TESTED


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

* [#311338] TESTED (try 8) dlib.git=19.24-alt1 python3-module-elevate.git=0.1.3-alt0.1.git78e82a8 ...
  2022-12-07 15:00 [#311338] [test-only] FAILED dlib.git=19.24-alt1 Girar awaiter (lvol)
                   ` (5 preceding siblings ...)
  2022-12-08 12:50 ` [#311338] TESTED (try 7) " Girar awaiter (lvol)
@ 2022-12-08 14:27 ` Girar awaiter (lvol)
  2022-12-08 14:39 ` [#311338] FAILED (try 9) " Girar awaiter (lvol)
  2022-12-08 14:53 ` [#311338] DONE (try 10) " Girar pender (lvol)
  8 siblings, 0 replies; 10+ messages in thread
From: Girar awaiter (lvol) @ 2022-12-08 14:27 UTC (permalink / raw)
  To: Leontiy Volodin; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/311338/logs/events.8.1.log

subtask  name                    aarch64  armh  i586  ppc64le  x86_64
   #110  python3-module-elevate       31    48    17       35      17
   #114  howdy                      1:32  2:15  1:06     1:43    1:01

2022-Dec-08 14:17:27 :: test-only task #311338 for sisyphus resumed by lvol:
#10 build 19.24-alt1 from /people/lvol/packages/dlib.git fetched at 2022-Dec-08 11:46:04
#20 removed
#40 removed
#100 removed
#110 build 0.1.3-alt0.1.git78e82a8 from /people/lvol/packages/python3-module-elevate.git fetched at 2022-Dec-08 14:14:31
#114 build 3.0.0-alt2.beta1.git943f1e1 from /people/lvol/packages/howdy.git fetched at 2022-Dec-08 14:16:52
#120 removed
#140 removed
#200 removed
2022-Dec-08 14:17:27 :: created build repo
2022-Dec-08 14:17:28 :: [i586] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:17:28 :: [armh] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:17:28 :: [aarch64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:17:28 :: [ppc64le] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:17:28 :: [x86_64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:17:41 :: [i586] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:17:41 :: [i586] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:17:42 :: [x86_64] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:17:42 :: [x86_64] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:17:56 :: [aarch64] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:17:56 :: [aarch64] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:17:58 :: [i586] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK
2022-Dec-08 14:17:58 :: [i586] #114 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:17:59 :: [x86_64] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK
2022-Dec-08 14:17:59 :: [x86_64] #114 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:18:04 :: [ppc64le] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:18:04 :: [ppc64le] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:18:08 :: [armh] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:18:08 :: [armh] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:18:27 :: [aarch64] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK
2022-Dec-08 14:18:27 :: [aarch64] #114 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:18:39 :: [ppc64le] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK
2022-Dec-08 14:18:39 :: [ppc64le] #114 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:18:56 :: [armh] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK
2022-Dec-08 14:18:57 :: [armh] #114 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:19:00 :: [x86_64] #114 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 14:19:04 :: [i586] #114 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 14:19:59 :: [aarch64] #114 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 14:20:22 :: [ppc64le] #114 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 14:21:12 :: [armh] #114 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 14:21:35 :: #10: dlib.git 19.24-alt1: build check OK
2022-Dec-08 14:21:45 :: #110: python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build check OK
2022-Dec-08 14:22:10 :: #114: howdy.git 3.0.0-alt2.beta1.git943f1e1: build check OK
2022-Dec-08 14:22:12 :: build check OK
2022-Dec-08 14:22:36 :: noarch check OK
2022-Dec-08 14:22:38 :: plan: src +3 -1 =17976, aarch64 +7 -3 =30548, armh +7 -3 =28605, i586 +7 -3 =30684, noarch +2 -1 =18455, ppc64le +6 -3 =30044, x86_64 +7 -3 =31497
#114 howdy 3.0.0-alt1.beta1.git943f1e1 -> 3.0.0-alt2.beta1.git943f1e1
 Thu Dec 08 2022 Leontiy Volodin <lvol@altlinux> 3.0.0-alt2.beta1.git943f1e1
 - Fixed howdy startup (ALT #44558).
2022-Dec-08 14:22:38 :: howdy: closes bugs: 44558
2022-Dec-08 14:23:20 :: patched apt indices
2022-Dec-08 14:23:32 :: created next repo
2022-Dec-08 14:23:40 :: duplicate provides check OK
2022-Dec-08 14:24:14 :: dependencies check OK
2022-Dec-08 14:24:38 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
	i586: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib/cmake
2022-Dec-08 14:24:48 :: [i586] #10 dlib-devel: install check OK (cached)
	x86_64: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 14:24:48 :: [x86_64] #10 dlib-devel: install check OK (cached)
	aarch64: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 14:24:55 :: [aarch64] #10 dlib-devel: install check OK (cached)
	ppc64le: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 14:24:57 :: [ppc64le] #10 dlib-devel: install check OK (cached)
2022-Dec-08 14:25:00 :: [x86_64] #114 howdy: install check OK
2022-Dec-08 14:25:02 :: [i586] #114 howdy: install check OK
	armh: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib/cmake
2022-Dec-08 14:25:04 :: [armh] #10 dlib-devel: install check OK (cached)
2022-Dec-08 14:25:04 :: [x86_64] #114 howdy-gtk: install check OK
2022-Dec-08 14:25:06 :: [i586] #114 howdy-gtk: install check OK
2022-Dec-08 14:25:07 :: [x86_64] #114 howdy-pam: install check OK
2022-Dec-08 14:25:09 :: [i586] #114 howdy-pam: install check OK
2022-Dec-08 14:25:11 :: [x86_64] #114 howdy-pam-debuginfo: install check OK
2022-Dec-08 14:25:13 :: [x86_64] #10 libdlib19: install check OK (cached)
2022-Dec-08 14:25:14 :: [i586] #114 howdy-pam-debuginfo: install check OK
2022-Dec-08 14:25:14 :: [x86_64] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 14:25:14 :: [aarch64] #114 howdy: install check OK
2022-Dec-08 14:25:15 :: [i586] #10 libdlib19: install check OK (cached)
2022-Dec-08 14:25:16 :: [x86_64] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 14:25:17 :: [i586] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 14:25:19 :: [i586] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 14:25:20 :: [x86_64] #110 python3-module-elevate: install check OK
2022-Dec-08 14:25:21 :: [ppc64le] #114 howdy: install check OK
2022-Dec-08 14:25:22 :: [aarch64] #114 howdy-gtk: install check OK
2022-Dec-08 14:25:23 :: [i586] #110 python3-module-elevate: install check OK
2022-Dec-08 14:25:28 :: [aarch64] #114 howdy-pam: install check OK
2022-Dec-08 14:25:30 :: [ppc64le] #114 howdy-gtk: install check OK
2022-Dec-08 14:25:33 :: [armh] #114 howdy: install check OK
2022-Dec-08 14:25:35 :: [aarch64] #114 howdy-pam-debuginfo: install check OK
2022-Dec-08 14:25:37 :: [ppc64le] #114 howdy-pam: install check OK
2022-Dec-08 14:25:38 :: [aarch64] #10 libdlib19: install check OK (cached)
2022-Dec-08 14:25:41 :: [aarch64] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 14:25:44 :: [aarch64] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 14:25:45 :: [ppc64le] #114 howdy-pam-debuginfo: install check OK
2022-Dec-08 14:25:46 :: [armh] #114 howdy-gtk: install check OK
2022-Dec-08 14:25:49 :: [ppc64le] #10 libdlib19: install check OK (cached)
2022-Dec-08 14:25:52 :: [aarch64] #110 python3-module-elevate: install check OK
2022-Dec-08 14:25:52 :: [ppc64le] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 14:25:55 :: [armh] #114 howdy-pam: install check OK
2022-Dec-08 14:26:01 :: [ppc64le] #110 python3-module-elevate: install check OK
2022-Dec-08 14:26:06 :: [armh] #114 howdy-pam-debuginfo: install check OK
2022-Dec-08 14:26:11 :: [armh] #10 libdlib19: install check OK (cached)
2022-Dec-08 14:26:16 :: [armh] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 14:26:21 :: [armh] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 14:26:33 :: [armh] #110 python3-module-elevate: install check OK
2022-Dec-08 14:26:35 :: [x86_64-i586] plan: #0 +3 -0 =10526
2022-Dec-08 14:26:54 :: [x86_64-i586] generated apt indices
2022-Dec-08 14:26:56 :: [x86_64-i586] created next repo
2022-Dec-08 14:27:05 :: [x86_64-i586] dependencies check OK
2022-Dec-08 14:27:07 :: gears inheritance check OK
2022-Dec-08 14:27:07 :: srpm inheritance check OK
girar-check-perms: access to dlib ALLOWED for lvol: project `dlib' is not listed in the acl file for repository `sisyphus', and the policy for such projects in `sisyphus' is to allow
check-subtask-perms: #10: dlib: allowed for lvol
girar-check-perms: access to python3-module-elevate ALLOWED for lvol: project `python3-module-elevate' is not listed in the acl file for repository `sisyphus', and the policy for such projects in `sisyphus' is to allow
check-subtask-perms: #110: python3-module-elevate: allowed for lvol
girar-check-perms: access to howdy ALLOWED for lvol: project leader
check-subtask-perms: #114: howdy: allowed for lvol
2022-Dec-08 14:27:08 :: acl check OK
2022-Dec-08 14:27:29 :: created contents_index files
2022-Dec-08 14:27:40 :: created hash files: aarch64 armh i586 noarch ppc64le src x86_64-i586 x86_64
2022-Dec-08 14:27:44 :: task #311338 for sisyphus TESTED


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

* [#311338] FAILED (try 9) dlib.git=19.24-alt1 python3-module-elevate.git=0.1.3-alt0.1.git78e82a8 ...
  2022-12-07 15:00 [#311338] [test-only] FAILED dlib.git=19.24-alt1 Girar awaiter (lvol)
                   ` (6 preceding siblings ...)
  2022-12-08 14:27 ` [#311338] TESTED (try 8) dlib.git=19.24-alt1 python3-module-elevate.git=0.1.3-alt0.1.git78e82a8 Girar awaiter (lvol)
@ 2022-12-08 14:39 ` Girar awaiter (lvol)
  2022-12-08 14:53 ` [#311338] DONE (try 10) " Girar pender (lvol)
  8 siblings, 0 replies; 10+ messages in thread
From: Girar awaiter (lvol) @ 2022-12-08 14:39 UTC (permalink / raw)
  To: Leontiy Volodin; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/311338/logs/events.9.1.log

subtask  name   aarch64  armh    i586  ppc64le  x86_64
   #112  howdy   failed     ?  failed   failed  failed

2022-Dec-08 14:37:19 :: task #311338 for sisyphus resumed by lvol:
#10 build 19.24-alt1 from /people/lvol/packages/dlib.git fetched at 2022-Dec-08 11:46:04
#20 removed
#40 removed
#100 removed
#110 build 0.1.3-alt0.1.git78e82a8 from /people/lvol/packages/python3-module-elevate.git fetched at 2022-Dec-08 14:14:31
#112 build 3.0.0-alt2.beta1.git943f1e1 from /people/lvol/packages/howdy.git fetched at 2022-Dec-08 14:36:15
#114 removed
#120 removed
#140 removed
#200 removed
2022-Dec-08 14:37:19 :: created build repo
2022-Dec-08 14:37:20 :: [armh] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:37:20 :: [x86_64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:37:20 :: [aarch64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:37:20 :: [ppc64le] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:37:20 :: [i586] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:37:34 :: [i586] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:37:34 :: [x86_64] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:37:34 :: [i586] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:37:34 :: [x86_64] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:37:43 :: [i586] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK (cached)
2022-Dec-08 14:37:43 :: [i586] #112 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:37:43 :: [x86_64] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK (cached)
2022-Dec-08 14:37:43 :: [x86_64] #112 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:37:48 :: [aarch64] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:37:49 :: [aarch64] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:37:55 :: [ppc64le] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:37:55 :: [ppc64le] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:38:01 :: [armh] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:38:02 :: [armh] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:38:07 :: [aarch64] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK (cached)
2022-Dec-08 14:38:08 :: [aarch64] #112 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:38:15 :: [ppc64le] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK (cached)
2022-Dec-08 14:38:16 :: [ppc64le] #112 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
[i586] + sed -i 's|/lib/security/howdy/config.ini|/lib/security/howdy/config.ini|' howdy/src/autocomplite/howdy
[i586] sed: can't read howdy/src/autocomplite/howdy: No such file or directory
2022-Dec-08 14:38:21 :: [i586] howdy.git 3.0.0-alt2.beta1.git943f1e1: remote: build failed
2022-Dec-08 14:38:21 :: [i586] #112 howdy.git 3.0.0-alt2.beta1.git943f1e1: build FAILED
2022-Dec-08 14:38:21 :: [i586] requesting cancellation of task processing
[x86_64] + sed -i 's|/lib/security/howdy/config.ini|/lib64/security/howdy/config.ini|' howdy/src/autocomplite/howdy
[x86_64] sed: can't read howdy/src/autocomplite/howdy: No such file or directory
2022-Dec-08 14:38:22 :: [x86_64] howdy.git 3.0.0-alt2.beta1.git943f1e1: remote: build failed
2022-Dec-08 14:38:22 :: [x86_64] #112 howdy.git 3.0.0-alt2.beta1.git943f1e1: build FAILED
2022-Dec-08 14:38:32 :: [armh] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK (cached)
2022-Dec-08 14:38:32 :: [armh] task processing CANCELLED
[aarch64] + sed -i 's|/lib/security/howdy/config.ini|/lib64/security/howdy/config.ini|' howdy/src/autocomplite/howdy
[aarch64] sed: can't read howdy/src/autocomplite/howdy: No such file or directory
2022-Dec-08 14:39:06 :: [aarch64] howdy.git 3.0.0-alt2.beta1.git943f1e1: remote: build failed
2022-Dec-08 14:39:06 :: [aarch64] #112 howdy.git 3.0.0-alt2.beta1.git943f1e1: build FAILED
[ppc64le] + sed -i 's|/lib/security/howdy/config.ini|/lib64/security/howdy/config.ini|' howdy/src/autocomplite/howdy
[ppc64le] sed: can't read howdy/src/autocomplite/howdy: No such file or directory
2022-Dec-08 14:39:21 :: [ppc64le] howdy.git 3.0.0-alt2.beta1.git943f1e1: remote: build failed
2022-Dec-08 14:39:21 :: [ppc64le] #112 howdy.git 3.0.0-alt2.beta1.git943f1e1: build FAILED
2022-Dec-08 14:38:21 :: [i586] build FAILED
2022-Dec-08 14:38:23 :: [x86_64] build FAILED
2022-Dec-08 14:38:32 :: [armh] build FAILED
2022-Dec-08 14:39:06 :: [aarch64] build FAILED
2022-Dec-08 14:39:21 :: [ppc64le] build FAILED
2022-Dec-08 14:39:21 :: task #311338 for sisyphus FAILED


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

* [#311338] DONE (try 10) dlib.git=19.24-alt1 python3-module-elevate.git=0.1.3-alt0.1.git78e82a8 ...
  2022-12-07 15:00 [#311338] [test-only] FAILED dlib.git=19.24-alt1 Girar awaiter (lvol)
                   ` (7 preceding siblings ...)
  2022-12-08 14:39 ` [#311338] FAILED (try 9) " Girar awaiter (lvol)
@ 2022-12-08 14:53 ` Girar pender (lvol)
  8 siblings, 0 replies; 10+ messages in thread
From: Girar pender (lvol) @ 2022-12-08 14:53 UTC (permalink / raw)
  To: Leontiy Volodin; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/archive/done/_304/311338/logs/events.10.1.log

subtask  name   aarch64  armh  i586  ppc64le  x86_64
   #111  howdy     1:32  2:15  1:05     1:42    1:03

2022-Dec-08 14:42:32 :: task #311338 for sisyphus resumed by lvol:
#10 build 19.24-alt1 from /people/lvol/packages/dlib.git fetched at 2022-Dec-08 11:46:04
#20 removed
#40 removed
#100 removed
#110 build 0.1.3-alt0.1.git78e82a8 from /people/lvol/packages/python3-module-elevate.git fetched at 2022-Dec-08 14:14:31
#111 build 3.0.0-alt2.beta1.git943f1e1 from /people/lvol/packages/howdy.git fetched at 2022-Dec-08 14:42:20
#112 removed
#114 removed
#120 removed
#140 removed
#200 removed
2022-Dec-08 14:42:32 :: created build repo
2022-Dec-08 14:42:33 :: [aarch64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:42:33 :: [i586] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:42:33 :: [x86_64] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:42:33 :: [ppc64le] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:42:33 :: [armh] #10 dlib.git 19.24-alt1: build start
2022-Dec-08 14:42:42 :: [i586] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:42:43 :: [x86_64] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:42:43 :: [i586] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:42:43 :: [x86_64] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:42:51 :: [i586] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK (cached)
2022-Dec-08 14:42:52 :: [i586] #111 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:42:52 :: [x86_64] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK (cached)
2022-Dec-08 14:42:52 :: [x86_64] #111 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:42:53 :: [aarch64] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:42:53 :: [aarch64] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:42:56 :: [ppc64le] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:42:56 :: [ppc64le] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:43:03 :: [armh] #10 dlib.git 19.24-alt1: build OK (cached)
2022-Dec-08 14:43:03 :: [armh] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build start
2022-Dec-08 14:43:11 :: [aarch64] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK (cached)
2022-Dec-08 14:43:12 :: [aarch64] #111 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:43:18 :: [ppc64le] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK (cached)
2022-Dec-08 14:43:18 :: [ppc64le] #111 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:43:32 :: [armh] #110 python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build OK (cached)
2022-Dec-08 14:43:33 :: [armh] #111 howdy.git 3.0.0-alt2.beta1.git943f1e1: build start
2022-Dec-08 14:43:55 :: [x86_64] #111 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 14:43:57 :: [i586] #111 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 14:44:44 :: [aarch64] #111 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 14:45:00 :: [ppc64le] #111 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 14:45:48 :: [armh] #111 howdy.git 3.0.0-alt2.beta1.git943f1e1: build OK
2022-Dec-08 14:46:12 :: #10: dlib.git 19.24-alt1: build check OK
2022-Dec-08 14:46:21 :: #110: python3-module-elevate.git 0.1.3-alt0.1.git78e82a8: build check OK
2022-Dec-08 14:46:43 :: #111: howdy.git 3.0.0-alt2.beta1.git943f1e1: build check OK
2022-Dec-08 14:46:45 :: build check OK
2022-Dec-08 14:47:09 :: noarch check OK
2022-Dec-08 14:47:12 :: plan: src +3 -1 =17976, aarch64 +7 -3 =30548, armh +7 -3 =28605, i586 +7 -3 =30684, noarch +2 -1 =18455, ppc64le +6 -3 =30044, x86_64 +7 -3 =31497
#111 howdy 3.0.0-alt1.beta1.git943f1e1 -> 3.0.0-alt2.beta1.git943f1e1
 Thu Dec 08 2022 Leontiy Volodin <lvol@altlinux> 3.0.0-alt2.beta1.git943f1e1
 - Fixed howdy startup (ALT #44558).
2022-Dec-08 14:47:12 :: howdy: closes bugs: 44558
2022-Dec-08 14:47:55 :: patched apt indices
2022-Dec-08 14:48:06 :: created next repo
2022-Dec-08 14:48:15 :: duplicate provides check OK
2022-Dec-08 14:48:49 :: dependencies check OK
2022-Dec-08 14:49:12 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK
	i586: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib/cmake
2022-Dec-08 14:49:22 :: [i586] #10 dlib-devel: install check OK (cached)
	x86_64: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 14:49:22 :: [x86_64] #10 dlib-devel: install check OK (cached)
	aarch64: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 14:49:30 :: [aarch64] #10 dlib-devel: install check OK (cached)
	ppc64le: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib64/cmake
2022-Dec-08 14:49:31 :: [ppc64le] #10 dlib-devel: install check OK (cached)
2022-Dec-08 14:49:35 :: [x86_64] #111 howdy: install check OK
2022-Dec-08 14:49:36 :: [i586] #111 howdy: install check OK
	armh: dlib-devel=19.24-alt1 post-install unowned files:
 /usr/lib/cmake
2022-Dec-08 14:49:38 :: [armh] #10 dlib-devel: install check OK (cached)
2022-Dec-08 14:49:40 :: [x86_64] #111 howdy-gtk: install check OK
2022-Dec-08 14:49:40 :: [i586] #111 howdy-gtk: install check OK
2022-Dec-08 14:49:43 :: [x86_64] #111 howdy-pam: install check OK
2022-Dec-08 14:49:43 :: [i586] #111 howdy-pam: install check OK
2022-Dec-08 14:49:47 :: [i586] #111 howdy-pam-debuginfo: install check OK
2022-Dec-08 14:49:47 :: [x86_64] #111 howdy-pam-debuginfo: install check OK
2022-Dec-08 14:49:48 :: [i586] #10 libdlib19: install check OK (cached)
2022-Dec-08 14:49:49 :: [x86_64] #10 libdlib19: install check OK (cached)
2022-Dec-08 14:49:49 :: [aarch64] #111 howdy: install check OK
2022-Dec-08 14:49:50 :: [i586] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 14:49:50 :: [x86_64] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 14:49:52 :: [i586] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 14:49:52 :: [x86_64] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 14:49:53 :: [i586] #110 python3-module-elevate: install check OK (cached)
2022-Dec-08 14:49:54 :: [x86_64] #110 python3-module-elevate: install check OK (cached)
2022-Dec-08 14:49:56 :: [ppc64le] #111 howdy: install check OK
2022-Dec-08 14:49:57 :: [aarch64] #111 howdy-gtk: install check OK
2022-Dec-08 14:50:03 :: [aarch64] #111 howdy-pam: install check OK
2022-Dec-08 14:50:04 :: [ppc64le] #111 howdy-gtk: install check OK
2022-Dec-08 14:50:08 :: [armh] #111 howdy: install check OK
2022-Dec-08 14:50:10 :: [aarch64] #111 howdy-pam-debuginfo: install check OK
2022-Dec-08 14:50:11 :: [ppc64le] #111 howdy-pam: install check OK
2022-Dec-08 14:50:13 :: [aarch64] #10 libdlib19: install check OK (cached)
2022-Dec-08 14:50:16 :: [aarch64] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 14:50:19 :: [ppc64le] #111 howdy-pam-debuginfo: install check OK
2022-Dec-08 14:50:20 :: [aarch64] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 14:50:20 :: [armh] #111 howdy-gtk: install check OK
2022-Dec-08 14:50:23 :: [aarch64] #110 python3-module-elevate: install check OK (cached)
2022-Dec-08 14:50:23 :: [ppc64le] #10 libdlib19: install check OK (cached)
2022-Dec-08 14:50:26 :: [ppc64le] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 14:50:30 :: [armh] #111 howdy-pam: install check OK
2022-Dec-08 14:50:30 :: [ppc64le] #110 python3-module-elevate: install check OK (cached)
2022-Dec-08 14:50:41 :: [armh] #111 howdy-pam-debuginfo: install check OK
2022-Dec-08 14:50:46 :: [armh] #10 libdlib19: install check OK (cached)
2022-Dec-08 14:50:52 :: [armh] #10 libdlib19-debuginfo: install check OK (cached)
2022-Dec-08 14:50:58 :: [armh] #10 python3-module-dlib: install check OK (cached)
2022-Dec-08 14:51:03 :: [armh] #110 python3-module-elevate: install check OK (cached)
2022-Dec-08 14:51:05 :: [x86_64-i586] plan: #0 +3 -0 =10526
2022-Dec-08 14:51:20 :: [x86_64-i586] generated apt indices
2022-Dec-08 14:51:21 :: [x86_64-i586] created next repo
2022-Dec-08 14:51:30 :: [x86_64-i586] dependencies check OK
2022-Dec-08 14:51:32 :: gears inheritance check OK
2022-Dec-08 14:51:32 :: srpm inheritance check OK
girar-check-perms: access to dlib ALLOWED for lvol: project `dlib' is not listed in the acl file for repository `sisyphus', and the policy for such projects in `sisyphus' is to allow
check-subtask-perms: #10: dlib: allowed for lvol
girar-check-perms: access to python3-module-elevate ALLOWED for lvol: project `python3-module-elevate' is not listed in the acl file for repository `sisyphus', and the policy for such projects in `sisyphus' is to allow
check-subtask-perms: #110: python3-module-elevate: allowed for lvol
girar-check-perms: access to howdy ALLOWED for lvol: project leader
check-subtask-perms: #111: howdy: allowed for lvol
2022-Dec-08 14:51:33 :: acl check OK
2022-Dec-08 14:51:52 :: created contents_index files
2022-Dec-08 14:52:01 :: created hash files: aarch64 armh i586 noarch ppc64le src x86_64-i586 x86_64
2022-Dec-08 14:52:04 :: task #311338 for sisyphus TESTED
2022-Dec-08 14:52:05 :: task is ready for commit
2022-Dec-08 14:52:10 :: repo clone OK
2022-Dec-08 14:52:11 :: packages update OK
2022-Dec-08 14:52:22 :: [x86_64 i586 aarch64 ppc64le armh noarch] update OK
2022-Dec-08 14:52:22 :: [x86_64-i586] update OK
2022-Dec-08 14:52:22 :: repo update OK
2022-Dec-08 14:52:37 :: repo save OK
2022-Dec-08 14:52:37 :: src index update OK
2022-Dec-08 14:52:39 :: created /gears/d/dlib.git branch `sisyphus'
2022-Dec-08 14:52:39 :: updated /gears/h/howdy.git branch `sisyphus'
2022-Dec-08 14:52:39 :: created /gears/p/python3-module-elevate.git branch `sisyphus'
2022-Dec-08 14:53:55 :: gears update OK
2022-Dec-08 14:53:55 :: ACL for new project `dlib' assigned to user `lvol'
2022-Dec-08 14:53:56 :: ACL for new project `python3-module-elevate' assigned to user `lvol'
2022-Dec-08 14:53:56 :: task #311338 for sisyphus DONE


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

end of thread, other threads:[~2022-12-08 14:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07 15:00 [#311338] [test-only] FAILED dlib.git=19.24-alt1 Girar awaiter (lvol)
2022-12-07 15:16 ` [#311338] [test-only] FAILED (try 2) dlib.git=19.24-alt1 Girar awaiter (lvol)
2022-12-08 11:42 ` [#311338] [test-only] FAILED (try 3) dlib.git=19.24-alt1 Girar awaiter (lvol)
2022-12-08 12:01 ` [#311338] TESTED (try 4) dlib.git=19.24-alt1 Girar awaiter (lvol)
2022-12-08 12:15 ` [#311338] TESTED (try 5) dlib.git=19.24-alt1 howdy.git=3.0.0-alt2.beta1.git943f1e1 Girar awaiter (lvol)
2022-12-08 12:28 ` [#311338] TESTED (try 6) " Girar awaiter (lvol)
2022-12-08 12:50 ` [#311338] TESTED (try 7) " Girar awaiter (lvol)
2022-12-08 14:27 ` [#311338] TESTED (try 8) dlib.git=19.24-alt1 python3-module-elevate.git=0.1.3-alt0.1.git78e82a8 Girar awaiter (lvol)
2022-12-08 14:39 ` [#311338] FAILED (try 9) " Girar awaiter (lvol)
2022-12-08 14:53 ` [#311338] DONE (try 10) " Girar pender (lvol)

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