[#281954] [test-only] FAILED (try 4) python3-module-curtsies.git=0.3.5-alt1 ...

Girar awaiter (lav) girar-builder at altlinux.org
Thu Aug 5 00:28:09 MSK 2021


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

subtask  name                     aarch64    armh    i586  ppc64le  x86_64
   #140  python3-module-cwcwidth       38      49      32       43      34
   #300  bpython3                  failed  failed  failed   failed  failed

2021-Aug-04 21:26:05 :: test-only task #281954 for sisyphus resumed by lav:
#100 build 0.3.5-alt1 from /people/lav/packages/python3-module-curtsies.git fetched at 2021-Aug-04 21:08:51
#140 build 0.1.4-alt1 from /people/lav/packages/python3-module-cwcwidth.git fetched at 2021-Aug-04 21:26:03
#200 removed
#300 build 0.20.1-alt1 from /people/lav/packages/bpython3.git fetched at 2021-Aug-04 21:20:13
2021-Aug-04 21:26:05 :: created build repo
2021-Aug-04 21:26:06 :: [i586] #100 python3-module-curtsies.git 0.3.5-alt1: build start
2021-Aug-04 21:26:06 :: [x86_64] #100 python3-module-curtsies.git 0.3.5-alt1: build start
2021-Aug-04 21:26:06 :: [ppc64le] #100 python3-module-curtsies.git 0.3.5-alt1: build start
2021-Aug-04 21:26:06 :: [aarch64] #100 python3-module-curtsies.git 0.3.5-alt1: build start
2021-Aug-04 21:26:06 :: [armh] #100 python3-module-curtsies.git 0.3.5-alt1: build start
2021-Aug-04 21:26:19 :: [i586] #100 python3-module-curtsies.git 0.3.5-alt1: build OK (cached)
2021-Aug-04 21:26:19 :: [i586] #140 python3-module-cwcwidth.git 0.1.4-alt1: build start
2021-Aug-04 21:26:20 :: [x86_64] #100 python3-module-curtsies.git 0.3.5-alt1: build OK (cached)
2021-Aug-04 21:26:20 :: [x86_64] #140 python3-module-cwcwidth.git 0.1.4-alt1: build start
2021-Aug-04 21:26:23 :: [ppc64le] #100 python3-module-curtsies.git 0.3.5-alt1: build OK (cached)
2021-Aug-04 21:26:23 :: [ppc64le] #140 python3-module-cwcwidth.git 0.1.4-alt1: build start
2021-Aug-04 21:26:23 :: [aarch64] #100 python3-module-curtsies.git 0.3.5-alt1: build OK (cached)
2021-Aug-04 21:26:23 :: [aarch64] #140 python3-module-cwcwidth.git 0.1.4-alt1: build start
2021-Aug-04 21:26:28 :: [armh] #100 python3-module-curtsies.git 0.3.5-alt1: build OK (cached)
2021-Aug-04 21:26:28 :: [armh] #140 python3-module-cwcwidth.git 0.1.4-alt1: build start
2021-Aug-04 21:26:51 :: [i586] #140 python3-module-cwcwidth.git 0.1.4-alt1: build OK
2021-Aug-04 21:26:51 :: [i586] #300 bpython3.git 0.20.1-alt1: build start
2021-Aug-04 21:26:54 :: [x86_64] #140 python3-module-cwcwidth.git 0.1.4-alt1: build OK
2021-Aug-04 21:26:54 :: [x86_64] #300 bpython3.git 0.20.1-alt1: build start
2021-Aug-04 21:27:01 :: [aarch64] #140 python3-module-cwcwidth.git 0.1.4-alt1: build OK
2021-Aug-04 21:27:01 :: [aarch64] #300 bpython3.git 0.20.1-alt1: build start
2021-Aug-04 21:27:06 :: [ppc64le] #140 python3-module-cwcwidth.git 0.1.4-alt1: build OK
2021-Aug-04 21:27:06 :: [ppc64le] #300 bpython3.git 0.20.1-alt1: build start
2021-Aug-04 21:27:17 :: [armh] #140 python3-module-cwcwidth.git 0.1.4-alt1: build OK
2021-Aug-04 21:27:17 :: [armh] #300 bpython3.git 0.20.1-alt1: build start
[i586] test_peal_off_string (bpython.test.test_curtsies_parser.TestExecArgs) ... ok
[i586] test_curtsies_painting (unittest.loader._FailedTest) ... ERROR
[i586] test_exception (bpython.test.test_curtsies_coderunner.TestCodeRunner) ... tmp4p97nf2h
[i586] --
[i586] test_version (bpython.test.test_args.TestParse) ... ok
[i586] ERROR: test_curtsies_painting (unittest.loader._FailedTest)
[i586] ImportError: Failed to import test module: test_curtsies_painting
[i586] Traceback (most recent call last):
[i586] --
[i586]     from curtsies.formatstringarray import FormatStringTest, fsarray
[i586] ImportError: cannot import name 'FormatStringTest' from 'curtsies.formatstringarray' (/usr/lib/python3/site-packages/curtsies/formatstringarray.py)
[i586] FAIL: test_exec_dunder_file (bpython.test.test_args.TestExecArgs)
[i586] Traceback (most recent call last):
[i586] --
[i586]     self.assertEqual(stderr.strip(), f.name)
[i586] AssertionError: '' != '/usr/src/tmp/tmpkh8rm0go'
[i586] + /usr/src/tmp/tmpkh8rm0go
[i586] FAIL: test_exec_nonascii_file_linenums (bpython.test.test_args.TestExecArgs)
[i586] Traceback (most recent call last):
[i586] --
[i586]     self.assertIn("line 3", clean_colors(stderr))
[i586] AssertionError: 'line 3' not found in ''
[i586] Ran 296 tests in 2.192s
[i586] FAILED (failures=2, errors=1, skipped=34)
[i586] Test failed: <unittest.runner.TextTestResult run=296 errors=1 failures=2>
[i586] bpython version unknown on top of Python 3.9.6 /usr/bin/python3
2021-Aug-04 21:27:27 :: [i586] bpython3.git 0.20.1-alt1: remote: build failed
2021-Aug-04 21:27:27 :: [i586] #300 bpython3.git 0.20.1-alt1: build FAILED
2021-Aug-04 21:27:27 :: [i586] requesting cancellation of task processing
[aarch64] test_peal_off_string (bpython.test.test_curtsies_parser.TestExecArgs) ... ok
[aarch64] test_curtsies_painting (unittest.loader._FailedTest) ... ERROR
[aarch64] test_exception (bpython.test.test_curtsies_coderunner.TestCodeRunner) ... tmpcrcfdcm8
[aarch64] --
[aarch64] test_version (bpython.test.test_args.TestParse) ... ok
[aarch64] ERROR: test_curtsies_painting (unittest.loader._FailedTest)
[aarch64] ImportError: Failed to import test module: test_curtsies_painting
[aarch64] Traceback (most recent call last):
[aarch64] --
[aarch64]     from curtsies.formatstringarray import FormatStringTest, fsarray
[aarch64] ImportError: cannot import name 'FormatStringTest' from 'curtsies.formatstringarray' (/usr/lib/python3/site-packages/curtsies/formatstringarray.py)
[aarch64] FAIL: test_exec_dunder_file (bpython.test.test_args.TestExecArgs)
[aarch64] Traceback (most recent call last):
[aarch64] --
[aarch64]     self.assertEqual(stderr.strip(), f.name)
[aarch64] AssertionError: '' != '/usr/src/tmp/tmpfdsmlt74'
[aarch64] + /usr/src/tmp/tmpfdsmlt74
[aarch64] FAIL: test_exec_nonascii_file_linenums (bpython.test.test_args.TestExecArgs)
[aarch64] Traceback (most recent call last):
[aarch64] --
[aarch64]     self.assertIn("line 3", clean_colors(stderr))
[aarch64] AssertionError: 'line 3' not found in ''
[aarch64] Ran 296 tests in 2.000s
[aarch64] FAILED (failures=2, errors=1, skipped=34)
[aarch64] Test failed: <unittest.runner.TextTestResult run=296 errors=1 failures=2>
[aarch64] bpython version unknown on top of Python 3.9.6 /usr/bin/python3
2021-Aug-04 21:27:39 :: [aarch64] bpython3.git 0.20.1-alt1: remote: build failed
2021-Aug-04 21:27:39 :: [aarch64] #300 bpython3.git 0.20.1-alt1: build FAILED
[x86_64] test_peal_off_string (bpython.test.test_curtsies_parser.TestExecArgs) ... ok
[x86_64] test_curtsies_painting (unittest.loader._FailedTest) ... ERROR
[x86_64] test_exception (bpython.test.test_curtsies_coderunner.TestCodeRunner) ... tmppyb57b9u
[x86_64] --
[x86_64] test_version (bpython.test.test_args.TestParse) ... ok
[x86_64] ERROR: test_curtsies_painting (unittest.loader._FailedTest)
[x86_64] ImportError: Failed to import test module: test_curtsies_painting
[x86_64] Traceback (most recent call last):
[x86_64] --
[x86_64]     from curtsies.formatstringarray import FormatStringTest, fsarray
[x86_64] ImportError: cannot import name 'FormatStringTest' from 'curtsies.formatstringarray' (/usr/lib/python3/site-packages/curtsies/formatstringarray.py)
[x86_64] FAIL: test_exec_dunder_file (bpython.test.test_args.TestExecArgs)
[x86_64] Traceback (most recent call last):
[x86_64] --
[x86_64]     self.assertEqual(stderr.strip(), f.name)
[x86_64] AssertionError: '' != '/usr/src/tmp/tmpe9h6s1c3'
[x86_64] + /usr/src/tmp/tmpe9h6s1c3
[x86_64] FAIL: test_exec_nonascii_file_linenums (bpython.test.test_args.TestExecArgs)
[x86_64] Traceback (most recent call last):
[x86_64] --
[x86_64]     self.assertIn("line 3", clean_colors(stderr))
[x86_64] AssertionError: 'line 3' not found in ''
[x86_64] Ran 296 tests in 1.701s
[x86_64] FAILED (failures=2, errors=1, skipped=34)
[x86_64] Test failed: <unittest.runner.TextTestResult run=296 errors=1 failures=2>
[x86_64] bpython version unknown on top of Python 3.9.6 /usr/bin/python3
2021-Aug-04 21:27:43 :: [x86_64] bpython3.git 0.20.1-alt1: remote: build failed
2021-Aug-04 21:27:43 :: [x86_64] #300 bpython3.git 0.20.1-alt1: build FAILED
[ppc64le] test_peal_off_string (bpython.test.test_curtsies_parser.TestExecArgs) ... ok
[ppc64le] test_curtsies_painting (unittest.loader._FailedTest) ... ERROR
[ppc64le] test_exception (bpython.test.test_curtsies_coderunner.TestCodeRunner) ... tmp62shd856
[ppc64le] --
[ppc64le] test_version (bpython.test.test_args.TestParse) ... ok
[ppc64le] ERROR: test_curtsies_painting (unittest.loader._FailedTest)
[ppc64le] ImportError: Failed to import test module: test_curtsies_painting
[ppc64le] Traceback (most recent call last):
[ppc64le] --
[ppc64le]     from curtsies.formatstringarray import FormatStringTest, fsarray
[ppc64le] ImportError: cannot import name 'FormatStringTest' from 'curtsies.formatstringarray' (/usr/lib/python3/site-packages/curtsies/formatstringarray.py)
[ppc64le] FAIL: test_exec_dunder_file (bpython.test.test_args.TestExecArgs)
[ppc64le] Traceback (most recent call last):
[ppc64le] --
[ppc64le]     self.assertEqual(stderr.strip(), f.name)
[ppc64le] AssertionError: '' != '/usr/src/tmp/tmpkhx3xog3'
[ppc64le] + /usr/src/tmp/tmpkhx3xog3
[ppc64le] FAIL: test_exec_nonascii_file_linenums (bpython.test.test_args.TestExecArgs)
[ppc64le] Traceback (most recent call last):
[ppc64le] --
[ppc64le]     self.assertIn("line 3", clean_colors(stderr))
[ppc64le] AssertionError: 'line 3' not found in ''
[ppc64le] Ran 296 tests in 3.399s
[ppc64le] FAILED (failures=2, errors=1, skipped=34)
[ppc64le] Test failed: <unittest.runner.TextTestResult run=296 errors=1 failures=2>
[ppc64le] bpython version unknown on top of Python 3.9.6 /usr/bin/python3
2021-Aug-04 21:27:50 :: [ppc64le] bpython3.git 0.20.1-alt1: remote: build failed
2021-Aug-04 21:27:50 :: [ppc64le] #300 bpython3.git 0.20.1-alt1: build FAILED
[armh] test_peal_off_string (bpython.test.test_curtsies_parser.TestExecArgs) ... ok
[armh] test_curtsies_painting (unittest.loader._FailedTest) ... ERROR
[armh] test_exception (bpython.test.test_curtsies_coderunner.TestCodeRunner) ... tmp0woqw0bo
[armh] --
[armh] test_version (bpython.test.test_args.TestParse) ... ok
[armh] ERROR: test_curtsies_painting (unittest.loader._FailedTest)
[armh] ImportError: Failed to import test module: test_curtsies_painting
[armh] Traceback (most recent call last):
[armh] --
[armh]     from curtsies.formatstringarray import FormatStringTest, fsarray
[armh] ImportError: cannot import name 'FormatStringTest' from 'curtsies.formatstringarray' (/usr/lib/python3/site-packages/curtsies/formatstringarray.py)
[armh] FAIL: test_exec_dunder_file (bpython.test.test_args.TestExecArgs)
[armh] Traceback (most recent call last):
[armh] --
[armh]     self.assertEqual(stderr.strip(), f.name)
[armh] AssertionError: '' != '/usr/src/tmp/tmpr6s12o1r'
[armh] + /usr/src/tmp/tmpr6s12o1r
[armh] FAIL: test_exec_nonascii_file_linenums (bpython.test.test_args.TestExecArgs)
[armh] Traceback (most recent call last):
[armh] --
[armh]     self.assertIn("line 3", clean_colors(stderr))
[armh] AssertionError: 'line 3' not found in ''
[armh] Ran 296 tests in 3.312s
[armh] FAILED (failures=2, errors=1, skipped=34)
[armh] Test failed: <unittest.runner.TextTestResult run=296 errors=1 failures=2>
[armh] bpython version unknown on top of Python 3.9.6 /usr/bin/python3
2021-Aug-04 21:28:09 :: [armh] bpython3.git 0.20.1-alt1: remote: build failed
2021-Aug-04 21:28:09 :: [armh] #300 bpython3.git 0.20.1-alt1: build FAILED
2021-Aug-04 21:27:27 :: [i586] build FAILED
2021-Aug-04 21:27:39 :: [aarch64] build FAILED
2021-Aug-04 21:27:43 :: [x86_64] build FAILED
2021-Aug-04 21:27:51 :: [ppc64le] build FAILED
2021-Aug-04 21:28:09 :: [armh] build FAILED
2021-Aug-04 21:28:09 :: task #281954 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list