[devel] [#216721] DONE (try 6) python-module-kiwisolver.git=1.0.1-alt1 ...

Dmitry V. Levin ldv на altlinux.org
Сб Дек 1 03:32:17 MSK 2018


On Thu, Nov 29, 2018 at 07:54:58PM +0000, Girar Builder pender robot wrote:
> http://git.altlinux.org/tasks/archive/done/_211/216721/logs/events.6.2.log
> 
> 2018-Nov-29 14:50:25 :: task #216721 for sisyphus resumed by cas:
> #40 build 1.0.1-alt1 from /people/cas/packages/python-module-kiwisolver.git fetched at 2018-Nov-27 17:12:31
> #60 build 2.2.3-alt1 from /people/cas/packages/python-module-matplotlib.git fetched at 2018-Nov-27 17:14:08
[...]
> 2018-Nov-29 19:53:40 :: updated /gears/p/python-module-matplotlib.git branch `sisyphus'
> 2018-Nov-29 19:54:26 :: created /gears/p/python3-module-kiwisolver.git branch `sisyphus'
> 2018-Nov-29 19:54:56 :: gears update OK
> 2018-Nov-29 19:54:57 :: ACL for new project `python3-module-kiwisolver' assigned to user `cas'
> 2018-Nov-29 19:54:57 :: task #216721 for sisyphus DONE

В результате этого обновления перестали собираться следующие пакеты:

On Fri, Nov 30, 2018 at 11:36:15AM +0000, ALT beekeeper wrote:
> python-module-descartes-1.1.0-alt1.1
> 	running build_ext
> 	descartes.tests (unittest.loader.ModuleImportFailure) ... ERROR
> 	ERROR: descartes.tests (unittest.loader.ModuleImportFailure)
> 	ImportError: Failed to import test module: descartes.tests
> 	Traceback (most recent call last):
> 	--
> 	from matplotlib import cbook, testing
> 	ImportError: cannot import name testing
> 	Ran 1 test in 0.000s
> 	FAILED (errors=1)
> 	Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
> 	error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
> 
> python-module-nibabel-2.3.0-alt1
> 	Generating grammar tables from
> 	/usr/lib/python2.7/site-packages/sphinx/pycode/Grammar-py2.txt
> 	Extension error:
> 	Could not import extension matplotlib.sphinxext.plot_directive (exception: cannot import
> 	name testing)
> 
> python-module-patsy-0.4.0-alt2
> 	+    print("numpy: %s, %s" % (numpy.__version__, numpy.__file__))
> 	except ImportError:
> 	-    print "no numpy"
> 	--
> 	+    print("matplotlib: %s, %s" % (matplotlib.__version__, matplotlib.__file__))
> 	except ImportError:
> 	-    print "no matplotlib"
> 	--
> 	+    print("ipython: %s, %s" % (IPython.__version__, IPython.__file__))
> 	except ImportError:
> 	-    print "no ipython"
> 	--
> 	loading intersphinx inventory from objects.inv...
> 	WARNING: intersphinx inventory 'objects.inv' not fetchable due to
> 	<type 'exceptions.IOError'>: [Errno 2] No such file or directory:
> 	u'/usr/src/RPM/BUILD/python-module-patsy-0.4.0/doc/objects.inv'
> 	loading intersphinx inventory from objects.inv...
> 	WARNING: intersphinx inventory 'objects.inv' not fetchable due to
> 	<type 'exceptions.IOError'>: [Errno 2] No such file or directory:
> 	u'/usr/src/RPM/BUILD/python-module-patsy-0.4.0/doc/objects.inv'
> 	loading intersphinx inventory from objects.inv...
> 	WARNING: intersphinx inventory 'objects.inv' not fetchable due to
> 	<type 'exceptions.IOError'>: [Errno 2] No such file or directory:
> 	u'/usr/src/RPM/BUILD/python-module-patsy-0.4.0/doc/objects.inv'
> 	building [mo]: targets for 0 po files that are out of date
> 	--
> 	from . import cbook
> 	ImportError: cannot import name cbook
> 	The full traceback has been saved in /usr/src/tmp/sphinx-err-bynVJF.log, if you want
> 	to report the issue to the developers.
> 
> python-module-pyfits-3.2.4-alt1.1.1.1
> 	matplotlib, and specifically matplotlib.sphinxext are required to build this documentation
> 	Configuration error:
> 	The configuration file (or one of the modules it imports) called sys.exit()
> 
> python-module-scikits.audiolab-1:0.11.0-alt4.git20130116.1
> 	Generating grammar tables from
> 	/usr/lib/python2.7/site-packages/sphinx/pycode/Grammar-py2.txt
> 	Extension error:
> 	Could not import extension matplotlib.sphinxext.only_directives (exception: cannot
> 	import name testing)
> 
> python-module-scikits.hydroclimpy-1:0.67.1-alt2.git20100929.1
> 	WARNING: sphinx.ext.pngmath has been deprecated. Please use sphinx.ext.imgmath instead.
> 	Extension error:
> 	Could not import extension plot_directive (exception: cannot import name testing)
> 
> python-module-scikits.scattpy-0.1.2-alt3.git20120523.1.1
> 	from matplotlib import cbook, testing
> 	ImportError: cannot import name testing
> 	The full traceback has been saved in /usr/src/tmp/sphinx-err-RQudh5.log, if you want
> 	to report the issue to the developers.
> 
> python-module-scipy-1.0.0-alt2.1
> 	# for source files.
> 	RuntimeError: You need a recent enough version of matplotlib
> 	The full traceback has been saved in /usr/src/tmp/sphinx-err-Qd8a9F.log, if you want
> 	to report the issue to the developers.
> 
> python-module-shapely-1.5.17-alt1.post1.1.1.1
> 	DLL: <CDLL 'libc.so.6', handle 7f554646c4f0 at 7f554125ab50>
> 	Extension error:
> 	Could not import extension matplotlib.sphinxext.only_directives (exception: cannot
> 	import name testing)
> 
> python-module-texext-0.5-alt1
> 	>	    raise e
> 	E	    ExtensionError: Could not import extension matplotlib.sphinxext.plot_directive
> 	(exception: cannot import name cbook)
> 	/usr/lib/python2.7/site-packages/sphinxtesters/sphinxutils.py:161: ExtensionError
> 	__________ ERROR at setup of TestCustomPlotDirective.test_build_error __________
> 	cls = <class 'texext.tests.test_custom_plotdirective.TestCustomPlotDirective'>
> 	--
> 	>	    raise e
> 	E	    ExtensionError: Could not import extension matplotlib.sphinxext.plot_directive
> 	(exception: cannot import name cbook)
> 	/usr/lib/python2.7/site-packages/sphinxtesters/sphinxutils.py:161: ExtensionError
> 	--
> 	making output directory...
> 	_________ ERROR at setup of TestCustomPlotDirective.test_plot_and_math _________
> 	cls = <class 'texext.tests.test_custom_plotdirective.TestCustomPlotDirective'>
> 	--
> 	>	    raise e
> 	E	    ExtensionError: Could not import extension matplotlib.sphinxext.plot_directive
> 	(exception: cannot import name cbook)
> 	/usr/lib/python2.7/site-packages/sphinxtesters/sphinxutils.py:161: ExtensionError
> 	_____________ ERROR at setup of TestPlotDirective.test_build_error _____________
> 	cls = <class 'texext.tests.test_plotdirective.TestPlotDirective'>
> 	--
> 	>	    raise e
> 	E	    ExtensionError: Could not import extension matplotlib.sphinxext.plot_directive
> 	(exception: cannot import name cbook)
> 	/usr/lib/python2.7/site-packages/sphinxtesters/sphinxutils.py:161: ExtensionError
> 	--
> 	making output directory...
> 	____________ ERROR at setup of TestPlotDirective.test_plot_and_math ____________
> 	cls = <class 'texext.tests.test_plotdirective.TestPlotDirective'>
> 	--
> 	>	    raise e
> 	E	    ExtensionError: Could not import extension matplotlib.sphinxext.plot_directive
> 	(exception: cannot import name cbook)
> 	/usr/lib/python2.7/site-packages/sphinxtesters/sphinxutils.py:161: ExtensionError
> 	___________ ERROR at setup of TestTopPlotDirective.test_build_error ____________
> 	cls = <class 'texext.tests.test_plotdirective.TestTopPlotDirective'>
> 
> python-module-triangle-2017.04.29-alt1.1.1
> 	making output directory...
> 	Extension error:
> 	Could not import extension matplotlib.sphinxext.only_directives (exception: cannot
> 	import name testing)
> 
> python-module-zdaemon-4.2.0-alt1
> 	testDirectoryChown (zdaemon.tests.testzdrun.TestRunnerDirectory) ... ok
> 	FAIL: test_start_test_program (zdaemon.tests.tests)
> 	Doctest: zdaemon.tests.tests.test_start_test_program
> 	--
> 	raise self.failureException(self.format_failure(new.getvalue()))
> 	AssertionError: Failed doctest test for zdaemon.tests.tests.test_start_test_program
> 	File "/usr/src/RPM/BUILD/python-module-zdaemon-4.2.0/src/zdaemon/tests/tests.py",
> 	line 267, in test_start_test_program
> 	--
> 	Ran 81 tests in 128.799s
> 	FAILED (failures=1)
> 	Test failed: <unittest.runner.TextTestResult run=81 errors=0 failures=1>
> 	error: Test failed: <unittest.runner.TextTestResult run=81 errors=0 failures=1>


-- 
ldv
----------- следующая часть -----------
Было удалено вложение не в текстовом формате...
Имя     : signature.asc
Тип     : application/pgp-signature
Размер  : 801 байтов
Описание: отсутствует
Url     : <http://lists.altlinux.org/pipermail/devel/attachments/20181201/a3246518/attachment-0001.bin>


Подробная информация о списке рассылки Devel