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

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