ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#341872] [test-only] FAILED python3-module-ipykernel.git=6.29.2-alt2
@ 2024-03-02 19:21 Girar awaiter (lav)
  2024-03-05  6:18 ` [#341872] TESTED (try 2) python3-module-ipykernel.git=6.29.3-alt2 Girar awaiter (lav)
  2024-03-05  6:49 ` [#341872] DONE (try 3) python3-module-ipykernel.git=6.29.3-alt2 Girar pender (lav)
  0 siblings, 2 replies; 3+ messages in thread
From: Girar awaiter (lav) @ 2024-03-02 19:21 UTC (permalink / raw)
  To: Vitaly Lipatov; +Cc: sisyphus-incominger, girar-builder-sisyphus

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

subtask  name                      aarch64    armh    i586  ppc64le  x86_64
   #100  python3-module-ipykernel   failed  failed  failed   failed  failed

2024-Mar-02 19:18:15 :: test-only task #341872 for sisyphus started by lav:
#100 build 6.29.2-alt2 from /people/lav/packages/python3-module-ipykernel.git fetched at 2024-Mar-02 19:17:25
2024-Mar-02 19:18:17 :: [x86_64] #100 python3-module-ipykernel.git 6.29.2-alt2: build start
2024-Mar-02 19:18:17 :: [ppc64le] #100 python3-module-ipykernel.git 6.29.2-alt2: build start
2024-Mar-02 19:18:17 :: [i586] #100 python3-module-ipykernel.git 6.29.2-alt2: build start
2024-Mar-02 19:18:17 :: [aarch64] #100 python3-module-ipykernel.git 6.29.2-alt2: build start
2024-Mar-02 19:18:17 :: [armh] #100 python3-module-ipykernel.git 6.29.2-alt2: build start
[x86_64] >       msg_id = KC.inspect("does_not_exist")
[x86_64] E       AttributeError: 'NoneType' object has no attribute 'inspect'
[x86_64] tests/test_message_spec.py:474: AttributeError
[x86_64] --
[x86_64] >       msg_id = KC.complete("al", 2)
[x86_64] E       AttributeError: 'NoneType' object has no attribute 'complete'
[x86_64] msg_id     = '8dd4bd9e-6b33f6504078146696ceab11_1316432_136'
[x86_64] --
[x86_64] >       msg_id = KC.kernel_info()
[x86_64] E       AttributeError: 'NoneType' object has no attribute 'kernel_info'
[x86_64] tests/test_message_spec.py:497: AttributeError
[x86_64] --
[x86_64] >       msg = KC.session.msg("connect_request")
[x86_64] E       AttributeError: 'NoneType' object has no attribute 'session'
[x86_64] tests/test_message_spec.py:504: AttributeError
[x86_64] --
[x86_64] >       msg_id = KC.comm_info()
[x86_64] E       AttributeError: 'NoneType' object has no attribute 'comm_info'
[x86_64] tests/test_message_spec.py:517: AttributeError
[x86_64] --
[x86_64] >       msg_id = KC.is_complete("a = 1")
[x86_64] E       AttributeError: 'NoneType' object has no attribute 'is_complete'
[x86_64] tests/test_message_spec.py:544: AttributeError
[x86_64] --
[x86_64] >       KC.execute(code="x=1", store_history=True)
[x86_64] E       AttributeError: 'NoneType' object has no attribute 'execute'
[x86_64] tests/test_message_spec.py:552: AttributeError
[x86_64] --
[x86_64] >       KC.execute(code="x=1", store_history=True)
[x86_64] E       AttributeError: 'NoneType' object has no attribute 'execute'
[x86_64] tests/test_message_spec.py:565: AttributeError
[x86_64] --
[x86_64] >       KC.execute(code="x=1", store_history=True)
[x86_64] E       AttributeError: 'NoneType' object has no attribute 'execute'
[x86_64] tests/test_message_spec.py:578: AttributeError
[x86_64] --
[x86_64] >       stdout = KC.get_iopub_msg(timeout=TIMEOUT)
[x86_64] E       AttributeError: 'NoneType' object has no attribute 'get_iopub_msg'
[x86_64] msg_id     = '8dd4bd9e-6b33f6504078146696ceab11_1316432_138'
2024-Mar-02 19:19:47 :: [x86_64] python3-module-ipykernel.git 6.29.2-alt2: remote: build failed
2024-Mar-02 19:19:47 :: [x86_64] #100 python3-module-ipykernel.git 6.29.2-alt2: build FAILED
2024-Mar-02 19:19:47 :: [x86_64] requesting cancellation of task processing
[i586] >       msg_id = KC.inspect("does_not_exist")
[i586] E       AttributeError: 'NoneType' object has no attribute 'inspect'
[i586] tests/test_message_spec.py:474: AttributeError
[i586] --
[i586] >       msg_id = KC.complete("al", 2)
[i586] E       AttributeError: 'NoneType' object has no attribute 'complete'
[i586] msg_id     = '0370f39b-08be54a276424b15f8cc86bb_3793949_136'
[i586] --
[i586] >       msg_id = KC.kernel_info()
[i586] E       AttributeError: 'NoneType' object has no attribute 'kernel_info'
[i586] tests/test_message_spec.py:497: AttributeError
[i586] --
[i586] >       msg = KC.session.msg("connect_request")
[i586] E       AttributeError: 'NoneType' object has no attribute 'session'
[i586] tests/test_message_spec.py:504: AttributeError
[i586] --
[i586] >       msg_id = KC.comm_info()
[i586] E       AttributeError: 'NoneType' object has no attribute 'comm_info'
[i586] tests/test_message_spec.py:517: AttributeError
[i586] --
[i586] >       msg_id = KC.is_complete("a = 1")
[i586] E       AttributeError: 'NoneType' object has no attribute 'is_complete'
[i586] tests/test_message_spec.py:544: AttributeError
[i586] --
[i586] >       KC.execute(code="x=1", store_history=True)
[i586] E       AttributeError: 'NoneType' object has no attribute 'execute'
[i586] tests/test_message_spec.py:552: AttributeError
[i586] --
[i586] >       KC.execute(code="x=1", store_history=True)
[i586] E       AttributeError: 'NoneType' object has no attribute 'execute'
[i586] tests/test_message_spec.py:565: AttributeError
[i586] --
[i586] >       KC.execute(code="x=1", store_history=True)
[i586] E       AttributeError: 'NoneType' object has no attribute 'execute'
[i586] tests/test_message_spec.py:578: AttributeError
[i586] --
[i586] >       stdout = KC.get_iopub_msg(timeout=TIMEOUT)
[i586] E       AttributeError: 'NoneType' object has no attribute 'get_iopub_msg'
[i586] msg_id     = '0370f39b-08be54a276424b15f8cc86bb_3793949_138'
2024-Mar-02 19:19:53 :: [i586] python3-module-ipykernel.git 6.29.2-alt2: remote: build failed
2024-Mar-02 19:19:53 :: [i586] #100 python3-module-ipykernel.git 6.29.2-alt2: build FAILED
[aarch64] >       msg_id = KC.inspect("does_not_exist")
[aarch64] E       AttributeError: 'NoneType' object has no attribute 'inspect'
[aarch64] tests/test_message_spec.py:474: AttributeError
[aarch64] --
[aarch64] >       msg_id = KC.complete("al", 2)
[aarch64] E       AttributeError: 'NoneType' object has no attribute 'complete'
[aarch64] msg_id     = 'f93a73fc-39fefb1164b1476db03a5918_3316987_138'
[aarch64] --
[aarch64] >       msg_id = KC.kernel_info()
[aarch64] E       AttributeError: 'NoneType' object has no attribute 'kernel_info'
[aarch64] tests/test_message_spec.py:497: AttributeError
[aarch64] --
[aarch64] >       msg = KC.session.msg("connect_request")
[aarch64] E       AttributeError: 'NoneType' object has no attribute 'session'
[aarch64] tests/test_message_spec.py:504: AttributeError
[aarch64] --
[aarch64] >       msg_id = KC.comm_info()
[aarch64] E       AttributeError: 'NoneType' object has no attribute 'comm_info'
[aarch64] tests/test_message_spec.py:517: AttributeError
[aarch64] --
[aarch64] >       msg_id = KC.is_complete("a = 1")
[aarch64] E       AttributeError: 'NoneType' object has no attribute 'is_complete'
[aarch64] tests/test_message_spec.py:544: AttributeError
[aarch64] --
[aarch64] >       KC.execute(code="x=1", store_history=True)
[aarch64] E       AttributeError: 'NoneType' object has no attribute 'execute'
[aarch64] tests/test_message_spec.py:552: AttributeError
[aarch64] --
[aarch64] >       KC.execute(code="x=1", store_history=True)
[aarch64] E       AttributeError: 'NoneType' object has no attribute 'execute'
[aarch64] tests/test_message_spec.py:565: AttributeError
[aarch64] --
[aarch64] >       KC.execute(code="x=1", store_history=True)
[aarch64] E       AttributeError: 'NoneType' object has no attribute 'execute'
[aarch64] tests/test_message_spec.py:578: AttributeError
[aarch64] --
[aarch64] >       stdout = KC.get_iopub_msg(timeout=TIMEOUT)
[aarch64] E       AttributeError: 'NoneType' object has no attribute 'get_iopub_msg'
[aarch64] msg_id     = 'f93a73fc-39fefb1164b1476db03a5918_3316987_140'
2024-Mar-02 19:20:33 :: [aarch64] python3-module-ipykernel.git 6.29.2-alt2: remote: build failed
2024-Mar-02 19:20:33 :: [aarch64] #100 python3-module-ipykernel.git 6.29.2-alt2: build FAILED
[ppc64le] >       msg_id = KC.inspect("does_not_exist")
[ppc64le] E       AttributeError: 'NoneType' object has no attribute 'inspect'
[ppc64le] tests/test_message_spec.py:474: AttributeError
[ppc64le] --
[ppc64le] >       msg_id = KC.complete("al", 2)
[ppc64le] E       AttributeError: 'NoneType' object has no attribute 'complete'
[ppc64le] msg_id     = 'd6037a32-e1da25ca9ec86f64296ac5f5_487401_137'
[ppc64le] --
[ppc64le] >       msg_id = KC.kernel_info()
[ppc64le] E       AttributeError: 'NoneType' object has no attribute 'kernel_info'
[ppc64le] tests/test_message_spec.py:497: AttributeError
[ppc64le] --
[ppc64le] >       msg = KC.session.msg("connect_request")
[ppc64le] E       AttributeError: 'NoneType' object has no attribute 'session'
[ppc64le] tests/test_message_spec.py:504: AttributeError
[ppc64le] --
[ppc64le] >       msg_id = KC.comm_info()
[ppc64le] E       AttributeError: 'NoneType' object has no attribute 'comm_info'
[ppc64le] tests/test_message_spec.py:517: AttributeError
[ppc64le] --
[ppc64le] >       msg_id = KC.is_complete("a = 1")
[ppc64le] E       AttributeError: 'NoneType' object has no attribute 'is_complete'
[ppc64le] tests/test_message_spec.py:544: AttributeError
[ppc64le] --
[ppc64le] >       KC.execute(code="x=1", store_history=True)
[ppc64le] E       AttributeError: 'NoneType' object has no attribute 'execute'
[ppc64le] tests/test_message_spec.py:552: AttributeError
[ppc64le] --
[ppc64le] >       KC.execute(code="x=1", store_history=True)
[ppc64le] E       AttributeError: 'NoneType' object has no attribute 'execute'
[ppc64le] tests/test_message_spec.py:565: AttributeError
[ppc64le] --
[ppc64le] >       KC.execute(code="x=1", store_history=True)
[ppc64le] E       AttributeError: 'NoneType' object has no attribute 'execute'
[ppc64le] tests/test_message_spec.py:578: AttributeError
[ppc64le] --
[ppc64le] >       stdout = KC.get_iopub_msg(timeout=TIMEOUT)
[ppc64le] E       AttributeError: 'NoneType' object has no attribute 'get_iopub_msg'
[ppc64le] msg_id     = 'd6037a32-e1da25ca9ec86f64296ac5f5_487401_139'
2024-Mar-02 19:20:51 :: [ppc64le] python3-module-ipykernel.git 6.29.2-alt2: remote: build failed
2024-Mar-02 19:20:51 :: [ppc64le] #100 python3-module-ipykernel.git 6.29.2-alt2: build FAILED
[armh] >       msg_id = KC.inspect("does_not_exist")
[armh] E       AttributeError: 'NoneType' object has no attribute 'inspect'
[armh] tests/test_message_spec.py:474: AttributeError
[armh] --
[armh] >       msg_id = KC.complete("al", 2)
[armh] E       AttributeError: 'NoneType' object has no attribute 'complete'
[armh] msg_id     = '1f29963c-c5ce84327804fcb0579a472c_3811167_138'
[armh] --
[armh] >       msg_id = KC.kernel_info()
[armh] E       AttributeError: 'NoneType' object has no attribute 'kernel_info'
[armh] tests/test_message_spec.py:497: AttributeError
[armh] --
[armh] >       msg = KC.session.msg("connect_request")
[armh] E       AttributeError: 'NoneType' object has no attribute 'session'
[armh] tests/test_message_spec.py:504: AttributeError
[armh] --
[armh] >       msg_id = KC.comm_info()
[armh] E       AttributeError: 'NoneType' object has no attribute 'comm_info'
[armh] tests/test_message_spec.py:517: AttributeError
[armh] --
[armh] >       msg_id = KC.is_complete("a = 1")
[armh] E       AttributeError: 'NoneType' object has no attribute 'is_complete'
[armh] tests/test_message_spec.py:544: AttributeError
[armh] --
[armh] >       KC.execute(code="x=1", store_history=True)
[armh] E       AttributeError: 'NoneType' object has no attribute 'execute'
[armh] tests/test_message_spec.py:552: AttributeError
[armh] --
[armh] >       KC.execute(code="x=1", store_history=True)
[armh] E       AttributeError: 'NoneType' object has no attribute 'execute'
[armh] tests/test_message_spec.py:565: AttributeError
[armh] --
[armh] >       KC.execute(code="x=1", store_history=True)
[armh] E       AttributeError: 'NoneType' object has no attribute 'execute'
[armh] tests/test_message_spec.py:578: AttributeError
[armh] --
[armh] >       stdout = KC.get_iopub_msg(timeout=TIMEOUT)
[armh] E       AttributeError: 'NoneType' object has no attribute 'get_iopub_msg'
[armh] msg_id     = '1f29963c-c5ce84327804fcb0579a472c_3811167_140'
2024-Mar-02 19:21:35 :: [armh] python3-module-ipykernel.git 6.29.2-alt2: remote: build failed
2024-Mar-02 19:21:35 :: [armh] #100 python3-module-ipykernel.git 6.29.2-alt2: build FAILED
2024-Mar-02 19:19:47 :: [x86_64] build FAILED
2024-Mar-02 19:19:53 :: [i586] build FAILED
2024-Mar-02 19:20:33 :: [aarch64] build FAILED
2024-Mar-02 19:20:51 :: [ppc64le] build FAILED
2024-Mar-02 19:21:35 :: [armh] build FAILED
2024-Mar-02 19:21:35 :: task #341872 for sisyphus FAILED


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

* [#341872] TESTED (try 2) python3-module-ipykernel.git=6.29.3-alt2
  2024-03-02 19:21 [#341872] [test-only] FAILED python3-module-ipykernel.git=6.29.2-alt2 Girar awaiter (lav)
@ 2024-03-05  6:18 ` Girar awaiter (lav)
  2024-03-05  6:49 ` [#341872] DONE (try 3) python3-module-ipykernel.git=6.29.3-alt2 Girar pender (lav)
  1 sibling, 0 replies; 3+ messages in thread
From: Girar awaiter (lav) @ 2024-03-05  6:18 UTC (permalink / raw)
  To: Vitaly Lipatov; +Cc: sisyphus-incominger, girar-builder-sisyphus, Anton Vyatkin

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

subtask  name                      aarch64  armh  i586  ppc64le  x86_64
    #40  python3-module-ipykernel     1:19  1:57    51     1:31      48

2024-Mar-05 06:12:19 :: test-only task #341872 for sisyphus resumed by lav:
#40 build 6.29.3-alt2 from /people/lav/packages/python3-module-ipykernel.git fetched at 2024-Mar-05 06:12:17
#100 removed
2024-Mar-05 06:12:21 :: [ppc64le] #40 python3-module-ipykernel.git 6.29.3-alt2: build start
2024-Mar-05 06:12:21 :: [x86_64] #40 python3-module-ipykernel.git 6.29.3-alt2: build start
2024-Mar-05 06:12:21 :: [i586] #40 python3-module-ipykernel.git 6.29.3-alt2: build start
2024-Mar-05 06:12:21 :: [aarch64] #40 python3-module-ipykernel.git 6.29.3-alt2: build start
2024-Mar-05 06:12:21 :: [armh] #40 python3-module-ipykernel.git 6.29.3-alt2: build start
2024-Mar-05 06:13:09 :: [x86_64] #40 python3-module-ipykernel.git 6.29.3-alt2: build OK
2024-Mar-05 06:13:12 :: [i586] #40 python3-module-ipykernel.git 6.29.3-alt2: build OK
2024-Mar-05 06:13:40 :: [aarch64] #40 python3-module-ipykernel.git 6.29.3-alt2: build OK
2024-Mar-05 06:13:52 :: [ppc64le] #40 python3-module-ipykernel.git 6.29.3-alt2: build OK
2024-Mar-05 06:14:18 :: [armh] #40 python3-module-ipykernel.git 6.29.3-alt2: build OK
2024-Mar-05 06:14:32 :: #40: python3-module-ipykernel.git 6.29.3-alt2: build check OK
2024-Mar-05 06:14:34 :: build check OK
2024-Mar-05 06:14:36 :: noarch check OK
2024-Mar-05 06:14:38 :: plan: src +1 -1 =19073, noarch +2 -2 =19702
#40 python3-module-ipykernel 6.29.3-alt1 -> 6.29.3-alt2
 Sat Mar 02 2024 Vitaly Lipatov <lav@altlinux.ru> 6.29.3-alt2
 - NMU: drop gobject require used for obsoleted gtk2 (see ALT bug #41092)
2024-Mar-05 06:15:07 :: patched apt indices
2024-Mar-05 06:15:20 :: created next repo
2024-Mar-05 06:15:29 :: duplicate provides check OK
2024-Mar-05 06:16:06 :: dependencies check OK
2024-Mar-05 06:16:35 :: [x86_64] #40 python3-module-ipykernel: install check OK
2024-Mar-05 06:16:36 :: [i586] #40 python3-module-ipykernel: install check OK
2024-Mar-05 06:16:53 :: [aarch64] #40 python3-module-ipykernel: install check OK
2024-Mar-05 06:16:58 :: [x86_64] #40 python3-module-ipykernel-tests: install check OK
2024-Mar-05 06:17:01 :: [i586] #40 python3-module-ipykernel-tests: install check OK
2024-Mar-05 06:17:04 :: [ppc64le] #40 python3-module-ipykernel: install check OK
2024-Mar-05 06:17:19 :: [armh] #40 python3-module-ipykernel: install check OK
2024-Mar-05 06:17:32 :: [aarch64] #40 python3-module-ipykernel-tests: install check OK
2024-Mar-05 06:17:53 :: [ppc64le] #40 python3-module-ipykernel-tests: install check OK
2024-Mar-05 06:18:22 :: [armh] #40 python3-module-ipykernel-tests: install check OK
2024-Mar-05 06:18:23 :: gears inheritance check OK
2024-Mar-05 06:18:24 :: srpm inheritance check OK
girar-check-perms: access to python3-module-ipykernel ALLOWED for lav: project leader welcomes random builders
check-subtask-perms: #40: python3-module-ipykernel: allowed for lav
2024-Mar-05 06:18:24 :: acl check OK
2024-Mar-05 06:18:45 :: created contents_index files
2024-Mar-05 06:18:55 :: created hash files: noarch src
2024-Mar-05 06:18:58 :: task #341872 for sisyphus TESTED


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

* [#341872] DONE (try 3) python3-module-ipykernel.git=6.29.3-alt2
  2024-03-02 19:21 [#341872] [test-only] FAILED python3-module-ipykernel.git=6.29.2-alt2 Girar awaiter (lav)
  2024-03-05  6:18 ` [#341872] TESTED (try 2) python3-module-ipykernel.git=6.29.3-alt2 Girar awaiter (lav)
@ 2024-03-05  6:49 ` Girar pender (lav)
  1 sibling, 0 replies; 3+ messages in thread
From: Girar pender (lav) @ 2024-03-05  6:49 UTC (permalink / raw)
  To: Vitaly Lipatov; +Cc: sisyphus-incominger, girar-builder-sisyphus, Anton Vyatkin

https://git.altlinux.org/tasks/archive/done/_333/341872/logs/events.3.1.log

2024-Mar-05 06:44:29 :: task #341872 for sisyphus resumed by lav:
#40 build 6.29.3-alt2 from /people/lav/packages/python3-module-ipykernel.git fetched at 2024-Mar-05 06:12:17
#100 removed
2024-Mar-05 06:44:31 :: [i586] #40 python3-module-ipykernel.git 6.29.3-alt2: build start
2024-Mar-05 06:44:31 :: [aarch64] #40 python3-module-ipykernel.git 6.29.3-alt2: build start
2024-Mar-05 06:44:31 :: [ppc64le] #40 python3-module-ipykernel.git 6.29.3-alt2: build start
2024-Mar-05 06:44:31 :: [x86_64] #40 python3-module-ipykernel.git 6.29.3-alt2: build start
2024-Mar-05 06:44:31 :: [armh] #40 python3-module-ipykernel.git 6.29.3-alt2: build start
2024-Mar-05 06:44:41 :: [i586] #40 python3-module-ipykernel.git 6.29.3-alt2: build OK (cached)
2024-Mar-05 06:44:41 :: [x86_64] #40 python3-module-ipykernel.git 6.29.3-alt2: build OK (cached)
2024-Mar-05 06:44:50 :: [aarch64] #40 python3-module-ipykernel.git 6.29.3-alt2: build OK (cached)
2024-Mar-05 06:44:51 :: [ppc64le] #40 python3-module-ipykernel.git 6.29.3-alt2: build OK (cached)
2024-Mar-05 06:44:59 :: [armh] #40 python3-module-ipykernel.git 6.29.3-alt2: build OK (cached)
2024-Mar-05 06:45:13 :: #40: python3-module-ipykernel.git 6.29.3-alt2: build check OK
2024-Mar-05 06:45:14 :: build check OK
2024-Mar-05 06:45:17 :: noarch check OK
2024-Mar-05 06:45:19 :: plan: src +1 -1 =19073, noarch +2 -2 =19702
#40 python3-module-ipykernel 6.29.3-alt1 -> 6.29.3-alt2
 Sat Mar 02 2024 Vitaly Lipatov <lav@altlinux.ru> 6.29.3-alt2
 - NMU: drop gobject require used for obsoleted gtk2 (see ALT bug #41092)
2024-Mar-05 06:45:47 :: patched apt indices
2024-Mar-05 06:46:01 :: created next repo
2024-Mar-05 06:46:11 :: duplicate provides check OK
2024-Mar-05 06:46:47 :: dependencies check OK
2024-Mar-05 06:46:57 :: [i586] #40 python3-module-ipykernel: install check OK (cached)
2024-Mar-05 06:46:58 :: [x86_64] #40 python3-module-ipykernel: install check OK (cached)
2024-Mar-05 06:47:01 :: [i586] #40 python3-module-ipykernel-tests: install check OK (cached)
2024-Mar-05 06:47:02 :: [x86_64] #40 python3-module-ipykernel-tests: install check OK (cached)
2024-Mar-05 06:47:06 :: [aarch64] #40 python3-module-ipykernel: install check OK (cached)
2024-Mar-05 06:47:07 :: [ppc64le] #40 python3-module-ipykernel: install check OK (cached)
2024-Mar-05 06:47:14 :: [armh] #40 python3-module-ipykernel: install check OK (cached)
2024-Mar-05 06:47:15 :: [aarch64] #40 python3-module-ipykernel-tests: install check OK (cached)
2024-Mar-05 06:47:17 :: [ppc64le] #40 python3-module-ipykernel-tests: install check OK (cached)
2024-Mar-05 06:47:28 :: [armh] #40 python3-module-ipykernel-tests: install check OK (cached)
2024-Mar-05 06:47:29 :: gears inheritance check OK
2024-Mar-05 06:47:29 :: srpm inheritance check OK
girar-check-perms: access to python3-module-ipykernel ALLOWED for lav: project leader welcomes random builders
check-subtask-perms: #40: python3-module-ipykernel: allowed for lav
2024-Mar-05 06:47:30 :: acl check OK
2024-Mar-05 06:47:49 :: created contents_index files
2024-Mar-05 06:47:57 :: created hash files: noarch src
2024-Mar-05 06:48:00 :: task #341872 for sisyphus TESTED
2024-Mar-05 06:48:00 :: task is ready for commit
2024-Mar-05 06:48:06 :: repo clone OK
2024-Mar-05 06:48:06 :: packages update OK
2024-Mar-05 06:48:08 :: [noarch] update OK
2024-Mar-05 06:48:09 :: repo update OK
2024-Mar-05 06:48:19 :: repo save OK
2024-Mar-05 06:48:19 :: src index update OK
2024-Mar-05 06:48:19 :: updated /gears/p/python3-module-ipykernel.git branch `sisyphus'
2024-Mar-05 06:49:08 :: gears update OK
2024-Mar-05 06:49:08 :: task #341872 for sisyphus DONE


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

end of thread, other threads:[~2024-03-05  6:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-02 19:21 [#341872] [test-only] FAILED python3-module-ipykernel.git=6.29.2-alt2 Girar awaiter (lav)
2024-03-05  6:18 ` [#341872] TESTED (try 2) python3-module-ipykernel.git=6.29.3-alt2 Girar awaiter (lav)
2024-03-05  6:49 ` [#341872] DONE (try 3) python3-module-ipykernel.git=6.29.3-alt2 Girar pender (lav)

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