priority | HIGH |
---|---|
options | install=python_setup lgp_suffix=yes publish_host=publish lgp_sign=yes upload_host=upload debian.repository=apycot |
apycot status | error |
branch | default |
keep_archive | no |
for environment | rql env |
recipe information
from checkers.apycot import python, scenarios, debcheck, lgp # trigger registration
from checkers.jpl import jpl # trigger registration
from apycotlib import narvalactions as na
from apycotlib import SUCCESS, FAILURE, PARTIAL, NODATA, ERROR
with na.apycot_environment(plan) as test:
na.install_environment(test)
pylint, status = test.run_checker('pylint')
pyunit, status = test.run_checker('pyunit', pycoverage=True)
if status > ERROR and status != NODATA:
pycov, status = test.run_checker('pycoverage',
coverage_data=pyunit.coverage_data)
checker, status = test.run_checker('lgp.check')
build, status = test.run_checker('lgp.build')
lintian, status = test.run_checker('lintian', changes_files=build.debian_changes)
# piuparts, status = test.run_checker('piuparts', changes_files=build.debian_changes)
rsync, status = test.run_checker('jpl.rsync', changes_files=build.debian_changes, rpm_files=build.rpms)
version configuration
execution information
type | label | value |
---|---|---|
version | apycot | 3.4.1 |
log
severity | path or command | line | message |
---|---|---|---|
¶ DEBUG | Set NO_SETUPTOOLS=u'1' | ||
¶ DEBUG | Set DISPLAY=u':1.0' | ||
¶ DEBUG | Set LC_ALL=u'fr_FR.UTF-8' | ||
¶ DEBUG | hg clone -q http://hg.logilab.org/review/logilab/constraint && hg -R /tmp/tmp6zydfn/constraint up '::. and public()' | `hg clone -q http://hg.logilab.org/review/logilab/constraint && hg -R /tmp/tmp6zydfn/constraint up '::. and public()'` executed successfuly
output:
0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
¶ DEBUG | hg -R /tmp/tmp6zydfn/constraint up 'first(id(default) + max(branch(default) and public()))' | `hg -R /tmp/tmp6zydfn/constraint up 'first(id(default) + max(branch(default) and public()))'` executed successfuly
output:
0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
¶ INFO | /tmp/tmp6zydfn/constraint | running preprocessor python_setup to perform install | |
¶ DEBUG | Set PYTHONPATH=u'/tmp/tmp6zydfn/local/lib/python:/usr/share/narval:/usr/share/narval' | ||
¶ DEBUG | Set PATH=u'/tmp/tmp6zydfn/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' | ||
¶ DEBUG | python2.7 setup.py install --home /tmp/tmp6zydfn/local --quiet | `python2.7 setup.py install --home /tmp/tmp6zydfn/local --quiet` executed successfuly
output:
...
79 more lines [double click to expand]
...
Using /usr/lib/python2.7/dist-packages
Finished processing dependencies for logilab-constraint==0.6.0 `python2.7 setup.py install --home /tmp/tmp6zydfn/local --quiet` executed successfuly output: running install running bdist_egg running egg_info creating logilab_constraint.egg-info writing requirements to logilab_constraint.egg-info/requires.txt writing logilab_constraint.egg-info/PKG-INFO writing namespace_packages to logilab_constraint.egg-info/namespace_packages.txt writing top-level names to logilab_constraint.egg-info/top_level.txt writing dependency_links to logilab_constraint.egg-info/dependency_links.txt writing manifest file 'logilab_constraint.egg-info/SOURCES.txt' reading manifest file 'logilab_constraint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'logilab_constraint.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/logilab copying logilab/__init__.py -> build/lib.linux-x86_64-2.7/logilab creating build/lib.linux-x86_64-2.7/logilab/constraint copying logilab/constraint/interfaces.py -> build/lib.linux-x86_64-2.7/logilab/constraint copying logilab/constraint/fi.py -> build/lib.linux-x86_64-2.7/logilab/constraint copying logilab/constraint/propagation.py -> build/lib.linux-x86_64-2.7/logilab/constraint copying logilab/constraint/__init__.py -> build/lib.linux-x86_64-2.7/logilab/constraint copying logilab/constraint/distributors.py -> build/lib.linux-x86_64-2.7/logilab/constraint copying logilab/constraint/fd.py -> build/lib.linux-x86_64-2.7/logilab/constraint creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/logilab creating build/bdist.linux-x86_64/egg/logilab/constraint copying build/lib.linux-x86_64-2.7/logilab/constraint/interfaces.py -> build/bdist.linux-x86_64/egg/logilab/constraint copying build/lib.linux-x86_64-2.7/logilab/constraint/fi.py -> build/bdist.linux-x86_64/egg/logilab/constraint copying build/lib.linux-x86_64-2.7/logilab/constraint/propagation.py -> build/bdist.linux-x86_64/egg/logilab/constraint copying build/lib.linux-x86_64-2.7/logilab/constraint/__init__.py -> build/bdist.linux-x86_64/egg/logilab/constraint copying build/lib.linux-x86_64-2.7/logilab/constraint/distributors.py -> build/bdist.linux-x86_64/egg/logilab/constraint copying build/lib.linux-x86_64-2.7/logilab/constraint/fd.py -> build/bdist.linux-x86_64/egg/logilab/constraint copying build/lib.linux-x86_64-2.7/logilab/__init__.py -> build/bdist.linux-x86_64/egg/logilab byte-compiling build/bdist.linux-x86_64/egg/logilab/constraint/interfaces.py to interfaces.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/constraint/fi.py to fi.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/constraint/propagation.py to propagation.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/constraint/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/constraint/distributors.py to distributors.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/constraint/fd.py to fd.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/__init__.py to __init__.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_constraint.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_constraint.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_constraint.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_constraint.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_constraint.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_constraint.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/logilab_constraint-0.6.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Creating /tmp/tmp6zydfn/local/lib/python/site.py Processing logilab_constraint-0.6.0-py2.7.egg Copying logilab_constraint-0.6.0-py2.7.egg to /tmp/tmp6zydfn/local/lib/python Adding logilab-constraint 0.6.0 to easy-install.pth file Installed /tmp/tmp6zydfn/local/lib/python/logilab_constraint-0.6.0-py2.7.egg Processing dependencies for logilab-constraint==0.6.0 Searching for six==1.8.0 Best match: six 1.8.0 Adding six 1.8.0 to easy-install.pth file Using /usr/lib/python2.7/dist-packages Searching for logilab-common==1.1.0 Best match: logilab-common 1.1.0 logilab-common 1.1.0 is already the active version in easy-install.pth Using /usr/lib/python2.7/dist-packages Searching for setuptools==5.5.1 Best match: setuptools 5.5.1 setuptools 5.5.1 is already the active version in easy-install.pth Installing easy_install script to /tmp/tmp6zydfn/local/bin Installing easy_install-2.7 script to /tmp/tmp6zydfn/local/bin Using /usr/lib/python2.7/dist-packages Finished processing dependencies for logilab-constraint==0.6.0 | |
¶ DEBUG | hg clone -q http://hg.logilab.org/review/logilab/common/ && hg -R /tmp/tmp6zydfn/common up '::. and public()' | `hg clone -q http://hg.logilab.org/review/logilab/common/ && hg -R /tmp/tmp6zydfn/common up '::. and public()'` executed successfuly
output:
2 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
¶ DEBUG | hg -R /tmp/tmp6zydfn/common up 'first(id(default) + max(branch(default) and public()))' | `hg -R /tmp/tmp6zydfn/common up 'first(id(default) + max(branch(default) and public()))'` executed successfuly
output:
0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
¶ INFO | /tmp/tmp6zydfn/common | running preprocessor python_setup to perform install | |
¶ DEBUG | python2.7 setup.py install --home /tmp/tmp6zydfn/local --quiet | `python2.7 setup.py install --home /tmp/tmp6zydfn/local --quiet` executed successfuly
output:
...
195 more lines [double click to expand]
...
Using /usr/lib/python2.7/dist-packages
Finished processing dependencies for logilab-common==1.1.0 `python2.7 setup.py install --home /tmp/tmp6zydfn/local --quiet` executed successfuly output: running install running bdist_egg running egg_info creating logilab_common.egg-info writing requirements to logilab_common.egg-info/requires.txt writing logilab_common.egg-info/PKG-INFO writing namespace_packages to logilab_common.egg-info/namespace_packages.txt writing top-level names to logilab_common.egg-info/top_level.txt writing dependency_links to logilab_common.egg-info/dependency_links.txt writing manifest file 'logilab_common.egg-info/SOURCES.txt' reading manifest file 'logilab_common.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.py' under directory 'test/input' warning: no files found matching '*' under directory 'doc/html' writing manifest file 'logilab_common.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/logilab copying logilab/__init__.py -> build/lib.linux-x86_64-2.7/logilab creating build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/sphinxutils.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/tasksqueue.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/changelog.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/debugger.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/cache.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/fileutils.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/modutils.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/pytest.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/visitor.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/graph.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/vcgutils.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/tree.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/textutils.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/compat.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/registry.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/date.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/xmlutils.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/sphinx_ext.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/urllib2ext.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/table.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/testlib.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/proc.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/clcommands.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/logging_ext.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/__init__.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/decorators.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/daemon.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/shellutils.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/configuration.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/optparser.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/deprecation.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/optik_ext.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/umessage.py -> build/lib.linux-x86_64-2.7/logilab/common copying logilab/common/interface.py -> build/lib.linux-x86_64-2.7/logilab/common creating build/lib.linux-x86_64-2.7/logilab/common/ureports copying logilab/common/ureports/html_writer.py -> build/lib.linux-x86_64-2.7/logilab/common/ureports copying logilab/common/ureports/nodes.py -> build/lib.linux-x86_64-2.7/logilab/common/ureports copying logilab/common/ureports/docbook_writer.py -> build/lib.linux-x86_64-2.7/logilab/common/ureports copying logilab/common/ureports/__init__.py -> build/lib.linux-x86_64-2.7/logilab/common/ureports copying logilab/common/ureports/text_writer.py -> build/lib.linux-x86_64-2.7/logilab/common/ureports creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/logilab creating build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/sphinxutils.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/tasksqueue.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/changelog.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/debugger.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/cache.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/fileutils.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/modutils.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/pytest.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/visitor.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/graph.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/vcgutils.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/tree.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/textutils.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/compat.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/registry.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/date.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/xmlutils.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/sphinx_ext.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/urllib2ext.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/table.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/testlib.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/proc.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/clcommands.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/logging_ext.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/__init__.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/decorators.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/daemon.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/shellutils.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/configuration.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/optparser.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/deprecation.py -> build/bdist.linux-x86_64/egg/logilab/common creating build/bdist.linux-x86_64/egg/logilab/common/ureports copying build/lib.linux-x86_64-2.7/logilab/common/ureports/html_writer.py -> build/bdist.linux-x86_64/egg/logilab/common/ureports copying build/lib.linux-x86_64-2.7/logilab/common/ureports/nodes.py -> build/bdist.linux-x86_64/egg/logilab/common/ureports copying build/lib.linux-x86_64-2.7/logilab/common/ureports/docbook_writer.py -> build/bdist.linux-x86_64/egg/logilab/common/ureports copying build/lib.linux-x86_64-2.7/logilab/common/ureports/__init__.py -> build/bdist.linux-x86_64/egg/logilab/common/ureports copying build/lib.linux-x86_64-2.7/logilab/common/ureports/text_writer.py -> build/bdist.linux-x86_64/egg/logilab/common/ureports copying build/lib.linux-x86_64-2.7/logilab/common/optik_ext.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/umessage.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/common/interface.py -> build/bdist.linux-x86_64/egg/logilab/common copying build/lib.linux-x86_64-2.7/logilab/__init__.py -> build/bdist.linux-x86_64/egg/logilab byte-compiling build/bdist.linux-x86_64/egg/logilab/common/sphinxutils.py to sphinxutils.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/tasksqueue.py to tasksqueue.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/changelog.py to changelog.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/debugger.py to debugger.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/cache.py to cache.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/fileutils.py to fileutils.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/modutils.py to modutils.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/pytest.py to pytest.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/visitor.py to visitor.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/graph.py to graph.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/vcgutils.py to vcgutils.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/tree.py to tree.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/textutils.py to textutils.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/compat.py to compat.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/registry.py to registry.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/date.py to date.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/xmlutils.py to xmlutils.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/sphinx_ext.py to sphinx_ext.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/urllib2ext.py to urllib2ext.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/table.py to table.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/testlib.py to testlib.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/proc.py to proc.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/clcommands.py to clcommands.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/logging_ext.py to logging_ext.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/decorators.py to decorators.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/daemon.py to daemon.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/shellutils.py to shellutils.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/configuration.py to configuration.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/optparser.py to optparser.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/deprecation.py to deprecation.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/ureports/html_writer.py to html_writer.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/ureports/nodes.py to nodes.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/ureports/docbook_writer.py to docbook_writer.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/ureports/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/ureports/text_writer.py to text_writer.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/optik_ext.py to optik_ext.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/umessage.py to umessage.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/common/interface.py to interface.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/__init__.py to __init__.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts running install_scripts running build_scripts creating build/scripts-2.7 copying and adjusting bin/pytest -> build/scripts-2.7 changing mode of build/scripts-2.7/pytest from 644 to 755 creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.7/pytest -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/pytest to 755 copying logilab_common.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_common.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_common.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_common.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_common.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_common.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... logilab.common.registry: module references __file__ logilab.common.modutils: module references __file__ logilab.common.modutils: module references __path__ logilab.common.testlib: module references __file__ logilab.common.pytest: module references __file__ logilab.common.pytest: module MAY be using inspect.getinnerframes logilab.common.debugger: module MAY be using inspect.getsource creating dist creating 'dist/logilab_common-1.1.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing logilab_common-1.1.0-py2.7.egg creating /tmp/tmp6zydfn/local/lib/python/logilab_common-1.1.0-py2.7.egg Extracting logilab_common-1.1.0-py2.7.egg to /tmp/tmp6zydfn/local/lib/python Removing logilab-common 1.1.0 from easy-install.pth file Adding logilab-common 1.1.0 to easy-install.pth file Installing pytest script to /tmp/tmp6zydfn/local/bin Installed /tmp/tmp6zydfn/local/lib/python/logilab_common-1.1.0-py2.7.egg Processing dependencies for logilab-common==1.1.0 Searching for six==1.8.0 Best match: six 1.8.0 Adding six 1.8.0 to easy-install.pth file Using /usr/lib/python2.7/dist-packages Searching for setuptools==5.5.1 Best match: setuptools 5.5.1 setuptools 5.5.1 is already the active version in easy-install.pth Installing easy_install script to /tmp/tmp6zydfn/local/bin Installing easy_install-2.7 script to /tmp/tmp6zydfn/local/bin Using /usr/lib/python2.7/dist-packages Finished processing dependencies for logilab-common==1.1.0 | |
¶ DEBUG | hg clone -q http://hg.logilab.org/review/logilab/database && hg -R /tmp/tmp6zydfn/database up '::. and public()' | `hg clone -q http://hg.logilab.org/review/logilab/database && hg -R /tmp/tmp6zydfn/database up '::. and public()'` executed successfuly
output:
0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
¶ DEBUG | hg -R /tmp/tmp6zydfn/database up 'first(id(default) + max(branch(default) and public()))' | `hg -R /tmp/tmp6zydfn/database up 'first(id(default) + max(branch(default) and public()))'` executed successfuly
output:
0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
¶ INFO | /tmp/tmp6zydfn/database | running preprocessor python_setup to perform install | |
¶ DEBUG | python2.7 setup.py install --home /tmp/tmp6zydfn/local --quiet | `python2.7 setup.py install --home /tmp/tmp6zydfn/local --quiet` executed successfuly
output:
...
119 more lines [double click to expand]
...
Using /usr/lib/python2.7/dist-packages
Finished processing dependencies for logilab-database==1.15.0 `python2.7 setup.py install --home /tmp/tmp6zydfn/local --quiet` executed successfuly output: running install running bdist_egg running egg_info creating logilab_database.egg-info writing requirements to logilab_database.egg-info/requires.txt writing logilab_database.egg-info/PKG-INFO writing namespace_packages to logilab_database.egg-info/namespace_packages.txt writing top-level names to logilab_database.egg-info/top_level.txt writing dependency_links to logilab_database.egg-info/dependency_links.txt writing manifest file 'logilab_database.egg-info/SOURCES.txt' reading manifest file 'logilab_database.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'logilab_database.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/logilab copying logilab/__init__.py -> build/lib.linux-x86_64-2.7/logilab creating build/lib.linux-x86_64-2.7/logilab/database copying logilab/database/sqlserver2008.py -> build/lib.linux-x86_64-2.7/logilab/database copying logilab/database/ftiquery.py -> build/lib.linux-x86_64-2.7/logilab/database copying logilab/database/sqlserver2005.py -> build/lib.linux-x86_64-2.7/logilab/database copying logilab/database/mysql.py -> build/lib.linux-x86_64-2.7/logilab/database copying logilab/database/sqlserver.py -> build/lib.linux-x86_64-2.7/logilab/database copying logilab/database/ftiparser.py -> build/lib.linux-x86_64-2.7/logilab/database copying logilab/database/sqlite.py -> build/lib.linux-x86_64-2.7/logilab/database copying logilab/database/postgres.py -> build/lib.linux-x86_64-2.7/logilab/database copying logilab/database/__init__.py -> build/lib.linux-x86_64-2.7/logilab/database copying logilab/database/fti.py -> build/lib.linux-x86_64-2.7/logilab/database copying logilab/database/sqlgen.py -> build/lib.linux-x86_64-2.7/logilab/database copying logilab/database/sqlserver2000.py -> build/lib.linux-x86_64-2.7/logilab/database creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/logilab creating build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/database/sqlserver2008.py -> build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/database/ftiquery.py -> build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/database/sqlserver2005.py -> build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/database/mysql.py -> build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/database/sqlserver.py -> build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/database/ftiparser.py -> build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/database/sqlite.py -> build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/database/postgres.py -> build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/database/__init__.py -> build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/database/fti.py -> build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/database/sqlgen.py -> build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/database/sqlserver2000.py -> build/bdist.linux-x86_64/egg/logilab/database copying build/lib.linux-x86_64-2.7/logilab/__init__.py -> build/bdist.linux-x86_64/egg/logilab byte-compiling build/bdist.linux-x86_64/egg/logilab/database/sqlserver2008.py to sqlserver2008.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/database/ftiquery.py to ftiquery.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/database/sqlserver2005.py to sqlserver2005.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/database/mysql.py to mysql.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/database/sqlserver.py to sqlserver.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/database/ftiparser.py to ftiparser.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/database/sqlite.py to sqlite.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/database/postgres.py to postgres.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/database/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/database/fti.py to fti.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/database/sqlgen.py to sqlgen.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/database/sqlserver2000.py to sqlserver2000.pyc byte-compiling build/bdist.linux-x86_64/egg/logilab/__init__.py to __init__.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_database.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_database.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_database.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_database.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_database.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying logilab_database.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... logilab.database.sqlserver2005: module references __file__ logilab.database.postgres: module references __file__ creating dist creating 'dist/logilab_database-1.15.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing logilab_database-1.15.0-py2.7.egg creating /tmp/tmp6zydfn/local/lib/python/logilab_database-1.15.0-py2.7.egg Extracting logilab_database-1.15.0-py2.7.egg to /tmp/tmp6zydfn/local/lib/python Adding logilab-database 1.15.0 to easy-install.pth file Installed /tmp/tmp6zydfn/local/lib/python/logilab_database-1.15.0-py2.7.egg Processing dependencies for logilab-database==1.15.0 Searching for Yapps2 Reading https://pypi.python.org/simple/Yapps2/ Best match: Yapps2 2.2.0 Downloading https://pypi.python.org/packages/source/Y/Yapps2/Yapps2-2.2.0.tar.gz#md5=900c08edf5f794e259f7469f493bc065 Processing Yapps2-2.2.0.tar.gz Writing /tmp/easy_install-qiEF_2/Yapps2-2.2.0/setup.cfg Running Yapps2-2.2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-qiEF_2/Yapps2-2.2.0/egg-dist-tmp-A1A15O zip_safe flag not set; analyzing archive contents... Adding Yapps2 2.2.0 to easy-install.pth file Installing yapps2 script to /tmp/tmp6zydfn/local/bin Installed /tmp/tmp6zydfn/local/lib/python/Yapps2-2.2.0-py2.7.egg Searching for python-dateutil==2.2 Best match: python-dateutil 2.2 python-dateutil 2.2 is already the active version in easy-install.pth Using /usr/lib/python2.7/dist-packages Searching for six==1.8.0 Best match: six 1.8.0 six 1.8.0 is already the active version in easy-install.pth Using /usr/lib/python2.7/dist-packages Searching for logilab-common==1.1.0 Best match: logilab-common 1.1.0 Processing logilab_common-1.1.0-py2.7.egg Removing logilab-common 1.1.0 from easy-install.pth file logilab-common 1.1.0 is already the active version in easy-install.pth Installing pytest script to /tmp/tmp6zydfn/local/bin Using /tmp/tmp6zydfn/local/lib/python/logilab_common-1.1.0-py2.7.egg Searching for setuptools==5.5.1 Best match: setuptools 5.5.1 Adding setuptools 5.5.1 to easy-install.pth file Installing easy_install script to /tmp/tmp6zydfn/local/bin Installing easy_install-2.7 script to /tmp/tmp6zydfn/local/bin Using /usr/lib/python2.7/dist-packages Finished processing dependencies for logilab-database==1.15.0 | |
¶ DEBUG | hg clone -q http://hg.logilab.org/review/rql && hg -R /tmp/tmp6zydfn/rql up '::. and public()' | `hg clone -q http://hg.logilab.org/review/rql && hg -R /tmp/tmp6zydfn/rql up '::. and public()'` executed successfuly
output:
0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
¶ DEBUG | hg -R /tmp/tmp6zydfn/rql up 'first(id(default) + max(branch(default) and public()))' | `hg -R /tmp/tmp6zydfn/rql up 'first(id(default) + max(branch(default) and public()))'` executed successfuly
output:
0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
¶ INFO | /tmp/tmp6zydfn/rql | running preprocessor python_setup to perform install | |
¶ DEBUG | python2.7 setup.py install --home /tmp/tmp6zydfn/local --quiet | `python2.7 setup.py install --home /tmp/tmp6zydfn/local --quiet` executed successfuly
output:
...
151 more lines [double click to expand]
...
Using /tmp/tmp6zydfn/local/lib/python/Yapps2-2.2.0-py2.7.egg
Finished processing dependencies for rql==0.34.0 `python2.7 setup.py install --home /tmp/tmp6zydfn/local --quiet` executed successfuly output: running install running bdist_egg running egg_info creating rql.egg-info writing requirements to rql.egg-info/requires.txt writing rql.egg-info/PKG-INFO writing top-level names to rql.egg-info/top_level.txt writing dependency_links to rql.egg-info/dependency_links.txt writing manifest file 'rql.egg-info/SOURCES.txt' reading manifest file 'rql.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'rql.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/rql copying rql/analyze.py -> build/lib.linux-x86_64-2.7/rql copying rql/interfaces.py -> build/lib.linux-x86_64-2.7/rql copying rql/compare.py -> build/lib.linux-x86_64-2.7/rql copying rql/nodes.py -> build/lib.linux-x86_64-2.7/rql copying rql/rqlgen.py -> build/lib.linux-x86_64-2.7/rql copying rql/utils.py -> build/lib.linux-x86_64-2.7/rql copying rql/parser_main.py -> build/lib.linux-x86_64-2.7/rql copying rql/editextensions.py -> build/lib.linux-x86_64-2.7/rql copying rql/base.py -> build/lib.linux-x86_64-2.7/rql copying rql/stmts.py -> build/lib.linux-x86_64-2.7/rql copying rql/pygments_ext.py -> build/lib.linux-x86_64-2.7/rql copying rql/__init__.py -> build/lib.linux-x86_64-2.7/rql copying rql/parser.py -> build/lib.linux-x86_64-2.7/rql copying rql/stcheck.py -> build/lib.linux-x86_64-2.7/rql copying rql/undo.py -> build/lib.linux-x86_64-2.7/rql copying rql/_exceptions.py -> build/lib.linux-x86_64-2.7/rql running build_ext building 'rql.rql_solve' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/rql x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c rql/gecode_solver.cpp -o build/temp.linux-x86_64-2.7/rql/gecode_solver.o -DGE_VERSION=262657 cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ c++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/rql/gecode_solver.o -lgecodeint -lgecodekernel -lgecodesearch -o build/lib.linux-x86_64-2.7/rql/rql_solve.so creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/analyze.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/interfaces.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/compare.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/nodes.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/rqlgen.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/utils.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/parser_main.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/editextensions.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/base.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/stmts.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/pygments_ext.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/__init__.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/parser.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/stcheck.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/undo.py -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/rql_solve.so -> build/bdist.linux-x86_64/egg/rql copying build/lib.linux-x86_64-2.7/rql/_exceptions.py -> build/bdist.linux-x86_64/egg/rql byte-compiling build/bdist.linux-x86_64/egg/rql/analyze.py to analyze.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/interfaces.py to interfaces.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/compare.py to compare.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/nodes.py to nodes.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/rqlgen.py to rqlgen.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/utils.py to utils.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/parser_main.py to parser_main.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/editextensions.py to editextensions.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/base.py to base.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/stmts.py to stmts.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/pygments_ext.py to pygments_ext.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/parser.py to parser.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/stcheck.py to stcheck.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/undo.py to undo.pyc byte-compiling build/bdist.linux-x86_64/egg/rql/_exceptions.py to _exceptions.pyc creating stub loader for rql/rql_solve.so byte-compiling build/bdist.linux-x86_64/egg/rql/rql_solve.py to rql_solve.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying rql.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying rql.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying rql.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying rql.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying rql.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/rql-0.34.0-py2.7-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing rql-0.34.0-py2.7-linux-x86_64.egg Copying rql-0.34.0-py2.7-linux-x86_64.egg to /tmp/tmp6zydfn/local/lib/python Adding rql 0.34.0 to easy-install.pth file Installed /tmp/tmp6zydfn/local/lib/python/rql-0.34.0-py2.7-linux-x86_64.egg Processing dependencies for rql==0.34.0 Searching for yapps>=2.2.0 Reading https://pypi.python.org/simple/yapps/ Best match: Yapps 2.2.0 Downloading https://pypi.python.org/packages/source/Y/Yapps/Yapps-2.2.0.tar.gz#md5=107de2e752ab2b4dcc5456fdff31483a Processing Yapps-2.2.0.tar.gz Writing /tmp/easy_install-fOyQzg/Yapps-2.2.0/setup.cfg Running Yapps-2.2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-fOyQzg/Yapps-2.2.0/egg-dist-tmp-Gtx6nQ zip_safe flag not set; analyzing archive contents... Adding Yapps 2.2.0 to easy-install.pth file Installing yapps2 script to /tmp/tmp6zydfn/local/bin Installed /tmp/tmp6zydfn/local/lib/python/Yapps-2.2.0-py2.7.egg Searching for setuptools==5.5.1 Best match: setuptools 5.5.1 setuptools 5.5.1 is already the active version in easy-install.pth Installing easy_install script to /tmp/tmp6zydfn/local/bin Installing easy_install-2.7 script to /tmp/tmp6zydfn/local/bin Using /usr/lib/python2.7/dist-packages Searching for six==1.8.0 Best match: six 1.8.0 six 1.8.0 is already the active version in easy-install.pth Using /usr/lib/python2.7/dist-packages Searching for logilab-constraint==0.6.0 Best match: logilab-constraint 0.6.0 Processing logilab_constraint-0.6.0-py2.7.egg logilab-constraint 0.6.0 is already the active version in easy-install.pth Using /tmp/tmp6zydfn/local/lib/python/logilab_constraint-0.6.0-py2.7.egg Searching for logilab-database==1.15.0 Best match: logilab-database 1.15.0 Processing logilab_database-1.15.0-py2.7.egg logilab-database 1.15.0 is already the active version in easy-install.pth Using /tmp/tmp6zydfn/local/lib/python/logilab_database-1.15.0-py2.7.egg Searching for logilab-common==1.1.0 Best match: logilab-common 1.1.0 Processing logilab_common-1.1.0-py2.7.egg Removing logilab-common 1.1.0 from easy-install.pth file logilab-common 1.1.0 is already the active version in easy-install.pth Installing pytest script to /tmp/tmp6zydfn/local/bin Using /tmp/tmp6zydfn/local/lib/python/logilab_common-1.1.0-py2.7.egg Searching for python-dateutil==2.2 Best match: python-dateutil 2.2 Adding python-dateutil 2.2 to easy-install.pth file Using /usr/lib/python2.7/dist-packages Searching for Yapps2==2.2.0 Best match: Yapps2 2.2.0 Processing Yapps2-2.2.0-py2.7.egg Yapps2 2.2.0 is already the active version in easy-install.pth Installing yapps2 script to /tmp/tmp6zydfn/local/bin Using /tmp/tmp6zydfn/local/lib/python/Yapps2-2.2.0-py2.7.egg Finished processing dependencies for rql==0.34.0 |
execution log
severity | path or command | line | message |
---|---|---|---|
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | engine.py | 133 | fire transition start of https://www.logilab.org/3586708 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | No config file found, using default configuration | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /3586732?vid=create_subentity&data_name=log_file.txt&_cw_fields=data_name%2C__cwetype__%2C__cwrel__%2Cdata_encoding&data_encoding=utf-8&__cwetype__=File&__cwrel__=reverse_log_file HTTP/1.1" 200 336 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | setupinfo.py | 268 | use setup package class format: PackageInfo |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | setupinfo.py | 229 | guessing distribution(s): jessie, trusty, wheezy, epel-6-i386, epel-7-x86_64, sid, epel-6-x86_64 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | setupinfo.py | 300 | run subprocess command: python setup.py --name |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | setupinfo.py | 300 | run subprocess command: python setup.py --version |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | check.py | 226 | applied checklist chain: ['check_bin', 'check_manifest_in', 'check_debian_source_value', 'check_debian_rules', 'check_debian_env', 'check_changelog', 'check_tests_directory', 'check_builder', 'check_debian_changelog', 'check_pkginfo_copyright', 'check_release_number', 'check_debian_dir', 'check_package_info', 'check_debian_homepage', 'check_pydistutils', 'check_readme', 'check_debian_maintainer', 'check_debian_copying'] |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 520 | python-rql.spec unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 520 | rql/gecode_solver.cpp unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 520 | tox.ini unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 520 | setup.py unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 520 | gecode_version unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 520 | rql.egg-info/top_level.txt unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 520 | rql.egg-info/SOURCES.txt unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 520 | rql.egg-info/dependency_links.txt unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 520 | rql.egg-info/PKG-INFO unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 520 | rql.egg-info/requires.txt unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 294 | to update changelog, please define DEBEMAIL or EMAIL environ variable |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 298 | to update changelog, please define DEBFULLNAME or NAME environ variable |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 385 | 'Julien Cristau <julien.cristau@logilab.fr>' not found in Uploaders field |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 573 | __pkginfo__.py:2:copyright 2004-2012 LOGILAB S.A.
debian/copyright:9:Copyright (c) 2004-2010 LOGILAB S.A.
...
30 more lines [double click to expand]
...
tools/bench_cpprql.py:1:copyright 2004-2010 LOGILAB S.A.
tools/rql_parse.py:1:copyright 2004-2010 LOGILAB S.A. __pkginfo__.py:2:copyright 2004-2012 LOGILAB S.A. debian/copyright:9:Copyright (c) 2004-2010 LOGILAB S.A. doc/conf.py:13:copyright 2004-2010 LOGILAB S.A. rql/analyze.py:1:copyright 2004-2010 LOGILAB S.A. rql/interfaces.py:1:copyright 2004-2010 LOGILAB S.A. rql/compare.py:1:copyright 2004-2010 LOGILAB S.A. rql/nodes.py:1:copyright 2004-2015 LOGILAB S.A. rql/rqlgen.py:1:copyright 2004-2010 LOGILAB S.A. rql/parser.g:4:copyright: 2003-2011 LOGILAB S.A. rql/utils.py:1:copyright 2004-2010 LOGILAB S.A. rql/parser_main.py:1:copyright 2004-2010 LOGILAB S.A. rql/editextensions.py:1:copyright 2004-2010 LOGILAB S.A. rql/base.py:1:copyright 2004-2011 LOGILAB S.A. rql/stmts.py:1:copyright 2004-2011 LOGILAB S.A. rql/__init__.py:1:copyright 2004-2010 LOGILAB S.A. rql/parser.py:4:copyright: 2003-2011 LOGILAB S.A. rql/stcheck.py:1:copyright 2004-2011 LOGILAB S.A. rql/undo.py:1:copyright 2004-2011 LOGILAB S.A. rql/_exceptions.py:1:copyright 2004-2010 LOGILAB S.A. setup.py:3:copyright 2004-2010 LOGILAB S.A. test/unittest_utils.py:1:copyright 2004-2010 LOGILAB S.A. test/unittest_parser.py:2:copyright 2004-2011 LOGILAB S.A. test/unittest_stcheck.py:1:copyright 2004-2012 LOGILAB S.A. test/unittest_compare.py:1:copyright 2004-2010 LOGILAB S.A. test/unittest_rqlgen.py:1:copyright 2004-2010 LOGILAB S.A. test/unittest_rqlgen.py:19:Copyright (c) 2000-2008 LOGILAB S.A. test/unittest_editextensions.py:1:copyright 2004-2011 LOGILAB S.A. test/unittest_analyze.py:1:copyright 2004-2010 LOGILAB S.A. test/unittest_nodes.py:2:copyright 2004-2015 LOGILAB S.A. tools/rql_cmp.py:1:copyright 2004-2010 LOGILAB S.A. tools/bench_pyrql.py:1:copyright 2004-2010 LOGILAB S.A. tools/rql_analyze.py:1:copyright 2004-2010 LOGILAB S.A. tools/bench_cpprql.py:1:copyright 2004-2010 LOGILAB S.A. tools/rql_parse.py:1:copyright 2004-2010 LOGILAB S.A. |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 574 | check copyright header of these previous files |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | setupinfo.py | 351 | retrieve debian version from debian/changelog: 0.34.0-1 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 408 | upstream README[.rst|.md|.txt] file is missing |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586733&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | check.py | 401 | Maintainer value can be 'Logilab S.A. <contact@logilab.fr>' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /3586732?status=success&endtime=2016-01-04+16%3A31%3A42.454962&_cw_fields=status%2Cendtime&vid=set_attributes HTTP/1.1" 200 2 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /3586708?status=processing&name=lgp.build&vid=create_subentity&_cw_fields=status%2Cname%2C__cwetype__%2Cstarttime%2C__cwrel__&__cwetype__=CheckResult&starttime=2016-01-04+16%3A31%3A42.493957&__cwrel__=during_execution HTTP/1.1" 200 279 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /3586757?vid=create_subentity&data_name=log_file.txt&_cw_fields=data_name%2C__cwetype__%2C__cwrel__%2Cdata_encoding&data_encoding=utf-8&__cwetype__=File&__cwrel__=reverse_log_file HTTP/1.1" 200 336 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | setupinfo.py | 268 | use setup package class format: PackageInfo |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | setupinfo.py | 229 | guessing distribution(s): jessie, trusty, wheezy, epel-6-i386, epel-7-x86_64, sid, epel-6-x86_64 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | setupinfo.py | 300 | run subprocess command: python setup.py --name |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | setupinfo.py | 300 | run subprocess command: python setup.py --version |
¶ INFO | clean.py | 32 | clean the project repository |
¶ DEBUG | setupinfo.py | 300 | run subprocess command: python setup.py clean --all |
¶ DEBUG | 'build/lib.linux-x86_64-2.7' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it | ||
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpgLzT6f) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | setupinfo.py | 351 | retrieve debian version from debian/changelog: 0.34.0-1 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 281 | create pristine tarball from working directory |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | setupinfo.py | 300 | run subprocess command: python setup.py -q sdist -d /tmp/tmpgLzT6f |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | setupinfo.py | 302 | command substitutions: {'dist_dir': '/tmp/tmpgLzT6f'} |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmps0mg_1) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 714 | copy pristine tarball to prepare Debian source package diff |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 720 | extracting original source archive for jessie distribution in /tmp/tmps0mg_1 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 786 | suffix '~rev799' added to package version |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 403 | Debian source package (format: 1.0) for 'jessie' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 409 | running dpkg-source command: dpkg-source --no-copy -b /tmp/tmps0mg_1/rql-0.34.0 ... |
¶ DEBUG | dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
dpkg-source: warning: the diff modifies the following upstream files:
...
9 more lines [double click to expand]
...
/tmp/tmps0mg_1/rql-0.34.0.orig/debian/rules
/tmp/tmps0mg_1/rql-0.34.0.orig/debian/watch dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: warning: the diff modifies the following upstream files: /tmp/tmps0mg_1/rql-0.34.0.orig/debian/changelog /tmp/tmps0mg_1/rql-0.34.0.orig/debian/clean /tmp/tmps0mg_1/rql-0.34.0.orig/debian/compat /tmp/tmps0mg_1/rql-0.34.0.orig/debian/control /tmp/tmps0mg_1/rql-0.34.0.orig/debian/copyright /tmp/tmps0mg_1/rql-0.34.0.orig/debian/python-rql.dirs /tmp/tmps0mg_1/rql-0.34.0.orig/debian/python-rql.docs /tmp/tmps0mg_1/rql-0.34.0.orig/debian/python-rql.install /tmp/tmps0mg_1/rql-0.34.0.orig/debian/python3-rql.install /tmp/tmps0mg_1/rql-0.34.0.orig/debian/rules /tmp/tmps0mg_1/rql-0.34.0.orig/debian/watch | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 418 | create Debian source package files (.dsc, .diff.gz): rql_0.34.0-1~rev799.dsc |
¶ DEBUG | utils.py | 79 | retrieve architecture field value from debian/control: any |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 None |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmpLjCAPi) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 433 | package builder flavour: 'pbuilder' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 487 | building binary debian package for 'jessie/i386' using DEBBUILDOPTS options: '-ai386' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 489 | running build command: sudo IMAGE=/var/cache/lgp/buildd/jessie-i386.tgz DIST=jessie ARCH=i386 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmpLjCAPi --debbuildopts -ai386 --hookdir /var/lib/logilab-packaging/hooks /tmp/tmps0mg_1/rql_0.34.0-1~rev799.dsc ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmplywi4R) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 433 | package builder flavour: 'pbuilder' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 487 | building binary debian package for 'jessie/amd64' using DEBBUILDOPTS options: '-B -aamd64' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 489 | running build command: sudo IMAGE=/var/cache/lgp/buildd/jessie-amd64.tgz DIST=jessie ARCH=amd64 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmplywi4R --debbuildopts -B -aamd64 --hookdir /var/lib/logilab-packaging/hooks /tmp/tmps0mg_1/rql_0.34.0-1~rev799.dsc ... |
¶ DEBUG | ............................................................... | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 512 | binary build(s) for 'jessie' finished in 63 seconds. |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/jessie/rql_0.34.0-1~rev799_i386_jessie.lgp-build.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 660 | Debian changes file: /tmp/tmp6zydfn/jessie/rql_0.34.0-1~rev799_i386.changes |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 541 | enable your gpg-agent to sign packages automatically |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/jessie/rql_0.34.0-1~rev799_amd64_jessie.lgp-build.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 660 | Debian changes file: /tmp/tmp6zydfn/jessie/rql_0.34.0-1~rev799_amd64.changes |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 541 | enable your gpg-agent to sign packages automatically |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpLmdjyn) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 714 | copy pristine tarball to prepare Debian source package diff |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 720 | extracting original source archive for trusty distribution in /tmp/tmpLmdjyn |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 786 | suffix '~rev799' added to package version |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 403 | Debian source package (format: 1.0) for 'trusty' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 409 | running dpkg-source command: dpkg-source --no-copy -b /tmp/tmpLmdjyn/rql-0.34.0 ... |
¶ DEBUG | dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
dpkg-source: warning: the diff modifies the following upstream files:
...
9 more lines [double click to expand]
...
/tmp/tmpLmdjyn/rql-0.34.0.orig/debian/rules
/tmp/tmpLmdjyn/rql-0.34.0.orig/debian/watch dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: warning: the diff modifies the following upstream files: /tmp/tmpLmdjyn/rql-0.34.0.orig/debian/changelog /tmp/tmpLmdjyn/rql-0.34.0.orig/debian/clean /tmp/tmpLmdjyn/rql-0.34.0.orig/debian/compat /tmp/tmpLmdjyn/rql-0.34.0.orig/debian/control /tmp/tmpLmdjyn/rql-0.34.0.orig/debian/copyright /tmp/tmpLmdjyn/rql-0.34.0.orig/debian/python-rql.dirs /tmp/tmpLmdjyn/rql-0.34.0.orig/debian/python-rql.docs /tmp/tmpLmdjyn/rql-0.34.0.orig/debian/python-rql.install /tmp/tmpLmdjyn/rql-0.34.0.orig/debian/python3-rql.install /tmp/tmpLmdjyn/rql-0.34.0.orig/debian/rules /tmp/tmpLmdjyn/rql-0.34.0.orig/debian/watch | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 418 | create Debian source package files (.dsc, .diff.gz): rql_0.34.0-1~rev799.dsc |
¶ DEBUG | utils.py | 79 | retrieve architecture field value from debian/control: any |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmpe2UPlD) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 433 | package builder flavour: 'pbuilder' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 487 | building binary debian package for 'trusty/i386' using DEBBUILDOPTS options: '-ai386' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 489 | running build command: sudo IMAGE=/var/cache/lgp/buildd/trusty-i386.tgz DIST=trusty ARCH=i386 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmpe2UPlD --debbuildopts -ai386 --hookdir /var/lib/logilab-packaging/hooks /tmp/tmpLmdjyn/rql_0.34.0-1~rev799.dsc ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmpZEaxcv) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 433 | package builder flavour: 'pbuilder' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 487 | building binary debian package for 'trusty/amd64' using DEBBUILDOPTS options: '-B -aamd64' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 489 | running build command: sudo IMAGE=/var/cache/lgp/buildd/trusty-amd64.tgz DIST=trusty ARCH=amd64 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmpZEaxcv --debbuildopts -B -aamd64 --hookdir /var/lib/logilab-packaging/hooks /tmp/tmpLmdjyn/rql_0.34.0-1~rev799.dsc ... |
¶ DEBUG | ..................................................... | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 512 | binary build(s) for 'trusty' finished in 53 seconds. |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/trusty/rql_0.34.0-1~rev799_i386_trusty.lgp-build.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 660 | Debian changes file: /tmp/tmp6zydfn/trusty/rql_0.34.0-1~rev799_i386.changes |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 541 | enable your gpg-agent to sign packages automatically |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/trusty/rql_0.34.0-1~rev799_amd64_trusty.lgp-build.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 660 | Debian changes file: /tmp/tmp6zydfn/trusty/rql_0.34.0-1~rev799_amd64.changes |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 541 | enable your gpg-agent to sign packages automatically |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpmz2Vi7) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 714 | copy pristine tarball to prepare Debian source package diff |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 720 | extracting original source archive for wheezy distribution in /tmp/tmpmz2Vi7 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 786 | suffix '~rev799' added to package version |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 403 | Debian source package (format: 1.0) for 'wheezy' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 409 | running dpkg-source command: dpkg-source --no-copy -b /tmp/tmpmz2Vi7/rql-0.34.0 ... |
¶ DEBUG | dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
dpkg-source: warning: the diff modifies the following upstream files:
...
9 more lines [double click to expand]
...
/tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/rules
/tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/watch dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: warning: the diff modifies the following upstream files: /tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/changelog /tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/clean /tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/compat /tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/control /tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/copyright /tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/python-rql.dirs /tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/python-rql.docs /tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/python-rql.install /tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/python3-rql.install /tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/rules /tmp/tmpmz2Vi7/rql-0.34.0.orig/debian/watch | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 418 | create Debian source package files (.dsc, .diff.gz): rql_0.34.0-1~rev799.dsc |
¶ DEBUG | utils.py | 79 | retrieve architecture field value from debian/control: any |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmpr_o9Yd) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 433 | package builder flavour: 'pbuilder' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 487 | building binary debian package for 'wheezy/i386' using DEBBUILDOPTS options: '-ai386' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 489 | running build command: sudo IMAGE=/var/cache/lgp/buildd/wheezy-i386.tgz DIST=wheezy ARCH=i386 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmpr_o9Yd --debbuildopts -ai386 --hookdir /var/lib/logilab-packaging/hooks /tmp/tmpmz2Vi7/rql_0.34.0-1~rev799.dsc ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmp8bmhYI) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 433 | package builder flavour: 'pbuilder' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 487 | building binary debian package for 'wheezy/amd64' using DEBBUILDOPTS options: '-B -aamd64' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 489 | running build command: sudo IMAGE=/var/cache/lgp/buildd/wheezy-amd64.tgz DIST=wheezy ARCH=amd64 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmp8bmhYI --debbuildopts -B -aamd64 --hookdir /var/lib/logilab-packaging/hooks /tmp/tmpmz2Vi7/rql_0.34.0-1~rev799.dsc ... |
¶ DEBUG | ................................................... | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ FATAL | build.py | 509 | binary build(s) failed for 'wheezy' with exit status 2 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/wheezy/rql_0.34.0-1~rev799_i386_wheezy.lgp-build.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/wheezy/rql_0.34.0-1~rev799_amd64_wheezy.lgp-build.log |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpimc7DA) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 358 | running mock command: sudo mock --buildsrpm --spec /tmp/tmp6zydfn/rql/python-rql.spec --resultdir /tmp/tmpimc7DA -r epel-6-i386 --uniqueext 15131 --sources /tmp/tmpgLzT6f ... |
¶ DEBUG | INFO: mock.py version 1.1.33 starting...
Start: init plugins
...
41 more lines [double click to expand]
...
Finish: lock buildroot
Finish: run INFO: mock.py version 1.1.33 starting... Start: init plugins WARNING: specified 'pigz' as the root cache compress program but not available; using gzip INFO: selinux disabled Finish: init plugins Start: run INFO: Start(python-rql.spec) Config(epel-6-i386) Start: lock buildroot Start: clean chroot Finish: clean chroot Finish: lock buildroot Start: chroot init Start: lock buildroot Mock Version: 1.1.33 INFO: Mock Version: 1.1.33 INFO: calling preinit hooks INFO: enabled root cache Start: unpacking root cache Finish: unpacking root cache INFO: enabled yum cache Start: cleaning yum metadata Finish: cleaning yum metadata INFO: enabled ccache Start: device setup Finish: device setup Start: yum update Start: Outputting list of available packages Finish: Outputting list of available packages Finish: yum update Finish: lock buildroot Finish: chroot init INFO: Installed packages: Start: buildsrpm Start: rpmbuild -bs Finish: rpmbuild -bs Finish: buildsrpm INFO: Done(python-rql.spec) Config(epel-6-i386) 1 minutes 21 seconds INFO: Results and/or logs in: /tmp/tmpimc7DA INFO: Cleaning up build root ('clean_on_success=True') Start: lock buildroot Start: clean chroot INFO: chroot (/var/lib/mock/epel-6-i386-15131) unlocked and deleted Finish: clean chroot Finish: lock buildroot Finish: run | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 376 | running mock command: sudo mock -r epel-6-i386 --resultdir /tmp/tmpimc7DA --uniqueext 15131 --rebuild /tmp/tmpimc7DA/python-rql-0.34.0-logilab.1.el6~rev799.src.rpm ... |
¶ DEBUG | INFO: mock.py version 1.1.33 starting...
Start: init plugins
...
47 more lines [double click to expand]
...
Finish: lock buildroot
Finish: run INFO: mock.py version 1.1.33 starting... Start: init plugins WARNING: specified 'pigz' as the root cache compress program but not available; using gzip INFO: selinux disabled Finish: init plugins Start: run INFO: Start(/tmp/tmpimc7DA/python-rql-0.34.0-logilab.1.el6~rev799.src.rpm) Config(epel-6-i386) Start: lock buildroot Start: clean chroot Finish: clean chroot Finish: lock buildroot Start: chroot init Start: lock buildroot Mock Version: 1.1.33 INFO: Mock Version: 1.1.33 INFO: calling preinit hooks INFO: enabled root cache Start: unpacking root cache Finish: unpacking root cache INFO: enabled yum cache Start: cleaning yum metadata Finish: cleaning yum metadata INFO: enabled ccache Start: device setup Finish: device setup Start: yum update Start: Outputting list of available packages Finish: Outputting list of available packages Finish: yum update Finish: lock buildroot Finish: chroot init INFO: Installed packages: Start: build phase for python-rql-0.34.0-logilab.1.el6~rev799.src.rpm Start: device setup Finish: device setup Start: build setup for python-rql-0.34.0-logilab.1.el6~rev799.src.rpm Finish: build setup for python-rql-0.34.0-logilab.1.el6~rev799.src.rpm Start: rpmbuild -bb python-rql-0.34.0-logilab.1.el6~rev799.src.rpm Start: Outputting list of installed packages Finish: Outputting list of installed packages Finish: rpmbuild -bb python-rql-0.34.0-logilab.1.el6~rev799.src.rpm Finish: build phase for python-rql-0.34.0-logilab.1.el6~rev799.src.rpm INFO: Done(/tmp/tmpimc7DA/python-rql-0.34.0-logilab.1.el6~rev799.src.rpm) Config(epel-6-i386) 1 minutes 43 seconds INFO: Results and/or logs in: /tmp/tmpimc7DA INFO: Cleaning up build root ('clean_on_success=True') Start: lock buildroot Start: clean chroot INFO: chroot (/var/lib/mock/epel-6-i386-15131) unlocked and deleted Finish: clean chroot Finish: lock buildroot Finish: run | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/epel-6-i386/state.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/epel-6-i386/root.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/epel-6-i386/build.log |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpAy_b2J) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | build.py | 323 | unable to find the '.spec' file |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | build.py | 326 | please use the '--specfile' option |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpobkuII) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 714 | copy pristine tarball to prepare Debian source package diff |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 720 | extracting original source archive for sid distribution in /tmp/tmpobkuII |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 786 | suffix '~rev799' added to package version |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 403 | Debian source package (format: 1.0) for 'sid' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 409 | running dpkg-source command: dpkg-source --no-copy -b /tmp/tmpobkuII/rql-0.34.0 ... |
¶ DEBUG | dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
dpkg-source: warning: the diff modifies the following upstream files:
...
9 more lines [double click to expand]
...
/tmp/tmpobkuII/rql-0.34.0.orig/debian/rules
/tmp/tmpobkuII/rql-0.34.0.orig/debian/watch dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: warning: the diff modifies the following upstream files: /tmp/tmpobkuII/rql-0.34.0.orig/debian/changelog /tmp/tmpobkuII/rql-0.34.0.orig/debian/clean /tmp/tmpobkuII/rql-0.34.0.orig/debian/compat /tmp/tmpobkuII/rql-0.34.0.orig/debian/control /tmp/tmpobkuII/rql-0.34.0.orig/debian/copyright /tmp/tmpobkuII/rql-0.34.0.orig/debian/python-rql.dirs /tmp/tmpobkuII/rql-0.34.0.orig/debian/python-rql.docs /tmp/tmpobkuII/rql-0.34.0.orig/debian/python-rql.install /tmp/tmpobkuII/rql-0.34.0.orig/debian/python3-rql.install /tmp/tmpobkuII/rql-0.34.0.orig/debian/rules /tmp/tmpobkuII/rql-0.34.0.orig/debian/watch | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 418 | create Debian source package files (.dsc, .diff.gz): rql_0.34.0-1~rev799.dsc |
¶ DEBUG | utils.py | 79 | retrieve architecture field value from debian/control: any |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmpLjc5wW) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 433 | package builder flavour: 'pbuilder' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 487 | building binary debian package for 'sid/i386' using DEBBUILDOPTS options: '-ai386' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 489 | running build command: sudo IMAGE=/var/cache/lgp/buildd/sid-i386.tgz DIST=sid ARCH=i386 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmpLjc5wW --debbuildopts -ai386 --hookdir /var/lib/logilab-packaging/hooks /tmp/tmpobkuII/rql_0.34.0-1~rev799.dsc ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmpG3ntL3) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 433 | package builder flavour: 'pbuilder' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 487 | building binary debian package for 'sid/amd64' using DEBBUILDOPTS options: '-B -aamd64' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 489 | running build command: sudo IMAGE=/var/cache/lgp/buildd/sid-amd64.tgz DIST=sid ARCH=amd64 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmpG3ntL3 --debbuildopts -B -aamd64 --hookdir /var/lib/logilab-packaging/hooks /tmp/tmpobkuII/rql_0.34.0-1~rev799.dsc ... |
¶ DEBUG | ............................................................................................... | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 512 | binary build(s) for 'sid' finished in 95 seconds. |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/sid/rql_0.34.0-1~rev799_i386_sid.lgp-build.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 660 | Debian changes file: /tmp/tmp6zydfn/sid/rql_0.34.0-1~rev799_i386.changes |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 541 | enable your gpg-agent to sign packages automatically |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/sid/rql_0.34.0-1~rev799_amd64_sid.lgp-build.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 660 | Debian changes file: /tmp/tmp6zydfn/sid/rql_0.34.0-1~rev799_amd64.changes |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ WARNING | check.py | 541 | enable your gpg-agent to sign packages automatically |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpiiqFnB) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 358 | running mock command: sudo mock --buildsrpm --spec /tmp/tmp6zydfn/rql/python-rql.spec --resultdir /tmp/tmpiiqFnB -r epel-6-x86_64 --uniqueext 15131 --sources /tmp/tmpgLzT6f ... |
¶ DEBUG | INFO: mock.py version 1.1.33 starting...
Start: init plugins
...
41 more lines [double click to expand]
...
Finish: lock buildroot
Finish: run INFO: mock.py version 1.1.33 starting... Start: init plugins WARNING: specified 'pigz' as the root cache compress program but not available; using gzip INFO: selinux disabled Finish: init plugins Start: run INFO: Start(python-rql.spec) Config(epel-6-x86_64) Start: lock buildroot Start: clean chroot Finish: clean chroot Finish: lock buildroot Start: chroot init Start: lock buildroot Mock Version: 1.1.33 INFO: Mock Version: 1.1.33 INFO: calling preinit hooks INFO: enabled root cache Start: unpacking root cache Finish: unpacking root cache INFO: enabled yum cache Start: cleaning yum metadata Finish: cleaning yum metadata INFO: enabled ccache Start: device setup Finish: device setup Start: yum update Start: Outputting list of available packages Finish: Outputting list of available packages Finish: yum update Finish: lock buildroot Finish: chroot init INFO: Installed packages: Start: buildsrpm Start: rpmbuild -bs Finish: rpmbuild -bs Finish: buildsrpm INFO: Done(python-rql.spec) Config(epel-6-x86_64) 0 minutes 15 seconds INFO: Results and/or logs in: /tmp/tmpiiqFnB INFO: Cleaning up build root ('clean_on_success=True') Start: lock buildroot Start: clean chroot INFO: chroot (/var/lib/mock/epel-6-x86_64-15131) unlocked and deleted Finish: clean chroot Finish: lock buildroot Finish: run | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ DEBUG | build.py | 376 | running mock command: sudo mock -r epel-6-x86_64 --resultdir /tmp/tmpiiqFnB --uniqueext 15131 --rebuild /tmp/tmpiiqFnB/python-rql-0.34.0-logilab.1.el6~rev799~rev799.src.rpm ... |
¶ DEBUG | INFO: mock.py version 1.1.33 starting...
Start: init plugins
...
47 more lines [double click to expand]
...
Finish: lock buildroot
Finish: run INFO: mock.py version 1.1.33 starting... Start: init plugins WARNING: specified 'pigz' as the root cache compress program but not available; using gzip INFO: selinux disabled Finish: init plugins Start: run INFO: Start(/tmp/tmpiiqFnB/python-rql-0.34.0-logilab.1.el6~rev799~rev799.src.rpm) Config(epel-6-x86_64) Start: lock buildroot Start: clean chroot Finish: clean chroot Finish: lock buildroot Start: chroot init Start: lock buildroot Mock Version: 1.1.33 INFO: Mock Version: 1.1.33 INFO: calling preinit hooks INFO: enabled root cache Start: unpacking root cache Finish: unpacking root cache INFO: enabled yum cache Start: cleaning yum metadata Finish: cleaning yum metadata INFO: enabled ccache Start: device setup Finish: device setup Start: yum update Start: Outputting list of available packages Finish: Outputting list of available packages Finish: yum update Finish: lock buildroot Finish: chroot init INFO: Installed packages: Start: build phase for python-rql-0.34.0-logilab.1.el6~rev799~rev799.src.rpm Start: device setup Finish: device setup Start: build setup for python-rql-0.34.0-logilab.1.el6~rev799~rev799.src.rpm Finish: build setup for python-rql-0.34.0-logilab.1.el6~rev799~rev799.src.rpm Start: rpmbuild -bb python-rql-0.34.0-logilab.1.el6~rev799~rev799.src.rpm Start: Outputting list of installed packages Finish: Outputting list of installed packages Finish: rpmbuild -bb python-rql-0.34.0-logilab.1.el6~rev799~rev799.src.rpm Finish: build phase for python-rql-0.34.0-logilab.1.el6~rev799~rev799.src.rpm INFO: Done(/tmp/tmpiiqFnB/python-rql-0.34.0-logilab.1.el6~rev799~rev799.src.rpm) Config(epel-6-x86_64) 0 minutes 50 seconds INFO: Results and/or logs in: /tmp/tmpiiqFnB INFO: Cleaning up build root ('clean_on_success=True') Start: lock buildroot Start: clean chroot INFO: chroot (/var/lib/mock/epel-6-x86_64-15131) unlocked and deleted Finish: clean chroot Finish: lock buildroot Finish: run | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/epel-6-x86_64/state.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/epel-6-x86_64/root.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 658 | a build logfile is available: /tmp/tmp6zydfn/epel-6-x86_64/build.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | build.py | 208 | recent files from build:
* /tmp/tmp6zydfn/epel-6-i386/build.log
...
48 more lines [double click to expand]
...
* /tmp/tmp6zydfn/wheezy/rql_0.34.0-1~rev799_amd64_wheezy.lgp-build.log
* /tmp/tmp6zydfn/wheezy/rql_0.34.0-1~rev799_i386_wheezy.lgp-build.log recent files from build: * /tmp/tmp6zydfn/epel-6-i386/build.log * /tmp/tmp6zydfn/epel-6-i386/python-rql-0.34.0-logilab.1.el6~rev799.i686.rpm * /tmp/tmp6zydfn/epel-6-i386/python-rql-0.34.0-logilab.1.el6~rev799.src.rpm * /tmp/tmp6zydfn/epel-6-i386/python-rql-debuginfo-0.34.0-logilab.1.el6~rev799.i686.rpm * /tmp/tmp6zydfn/epel-6-i386/root.log * /tmp/tmp6zydfn/epel-6-i386/state.log * /tmp/tmp6zydfn/epel-6-x86_64/build.log * /tmp/tmp6zydfn/epel-6-x86_64/python-rql-0.34.0-logilab.1.el6~rev799~rev799.src.rpm * /tmp/tmp6zydfn/epel-6-x86_64/python-rql-0.34.0-logilab.1.el6~rev799~rev799.x86_64.rpm * /tmp/tmp6zydfn/epel-6-x86_64/python-rql-debuginfo-0.34.0-logilab.1.el6~rev799~rev799.x86_64.rpm * /tmp/tmp6zydfn/epel-6-x86_64/root.log * /tmp/tmp6zydfn/epel-6-x86_64/state.log * /tmp/tmp6zydfn/jessie/python-rql_0.34.0-1~rev799_amd64.deb * /tmp/tmp6zydfn/jessie/python-rql_0.34.0-1~rev799_i386.deb * /tmp/tmp6zydfn/jessie/python3-rql_0.34.0-1~rev799_amd64.deb * /tmp/tmp6zydfn/jessie/python3-rql_0.34.0-1~rev799_i386.deb * /tmp/tmp6zydfn/jessie/rql_0.34.0-1~rev799.diff.gz * /tmp/tmp6zydfn/jessie/rql_0.34.0-1~rev799.dsc * /tmp/tmp6zydfn/jessie/rql_0.34.0-1~rev799_amd64.changes * /tmp/tmp6zydfn/jessie/rql_0.34.0-1~rev799_amd64_jessie.lgp-build.log * /tmp/tmp6zydfn/jessie/rql_0.34.0-1~rev799_i386.changes * /tmp/tmp6zydfn/jessie/rql_0.34.0-1~rev799_i386_jessie.lgp-build.log * /tmp/tmp6zydfn/jessie/rql_0.34.0.orig.tar.gz * /tmp/tmp6zydfn/sid/python-rql-dbgsym_0.34.0-1~rev799_amd64.deb * /tmp/tmp6zydfn/sid/python-rql-dbgsym_0.34.0-1~rev799_i386.deb * /tmp/tmp6zydfn/sid/python-rql_0.34.0-1~rev799_amd64.deb * /tmp/tmp6zydfn/sid/python-rql_0.34.0-1~rev799_i386.deb * /tmp/tmp6zydfn/sid/python3-rql-dbgsym_0.34.0-1~rev799_amd64.deb * /tmp/tmp6zydfn/sid/python3-rql-dbgsym_0.34.0-1~rev799_i386.deb * /tmp/tmp6zydfn/sid/python3-rql_0.34.0-1~rev799_amd64.deb * /tmp/tmp6zydfn/sid/python3-rql_0.34.0-1~rev799_i386.deb * /tmp/tmp6zydfn/sid/rql_0.34.0-1~rev799.diff.gz * /tmp/tmp6zydfn/sid/rql_0.34.0-1~rev799.dsc * /tmp/tmp6zydfn/sid/rql_0.34.0-1~rev799_amd64.changes * /tmp/tmp6zydfn/sid/rql_0.34.0-1~rev799_amd64_sid.lgp-build.log * /tmp/tmp6zydfn/sid/rql_0.34.0-1~rev799_i386.changes * /tmp/tmp6zydfn/sid/rql_0.34.0-1~rev799_i386_sid.lgp-build.log * /tmp/tmp6zydfn/sid/rql_0.34.0.orig.tar.gz * /tmp/tmp6zydfn/trusty/python-rql_0.34.0-1~rev799_amd64.deb * /tmp/tmp6zydfn/trusty/python-rql_0.34.0-1~rev799_i386.deb * /tmp/tmp6zydfn/trusty/python3-rql_0.34.0-1~rev799_amd64.deb * /tmp/tmp6zydfn/trusty/python3-rql_0.34.0-1~rev799_i386.deb * /tmp/tmp6zydfn/trusty/rql_0.34.0-1~rev799.diff.gz * /tmp/tmp6zydfn/trusty/rql_0.34.0-1~rev799.dsc * /tmp/tmp6zydfn/trusty/rql_0.34.0-1~rev799_amd64.changes * /tmp/tmp6zydfn/trusty/rql_0.34.0-1~rev799_amd64_trusty.lgp-build.log * /tmp/tmp6zydfn/trusty/rql_0.34.0-1~rev799_i386.changes * /tmp/tmp6zydfn/trusty/rql_0.34.0-1~rev799_i386_trusty.lgp-build.log * /tmp/tmp6zydfn/trusty/rql_0.34.0.orig.tar.gz * /tmp/tmp6zydfn/wheezy/rql_0.34.0-1~rev799_amd64_wheezy.lgp-build.log * /tmp/tmp6zydfn/wheezy/rql_0.34.0-1~rev799_i386_wheezy.lgp-build.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586758&_cw_fields=eid%2Cdata HTTP/1.1" 200 None |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /3586757?status=failure&endtime=2016-01-04+16%3A40%3A31.548628&_cw_fields=status%2Cendtime&vid=set_attributes HTTP/1.1" 200 2 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /3586708?status=processing&name=lintian&vid=create_subentity&_cw_fields=status%2Cname%2C__cwetype__%2Cstarttime%2C__cwrel__&__cwetype__=CheckResult&starttime=2016-01-04+16%3A40%3A31.672614&__cwrel__=during_execution HTTP/1.1" 200 277 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /3586974?vid=create_subentity&data_name=log_file.txt&_cw_fields=data_name%2C__cwetype__%2C__cwrel__%2Cdata_encoding&data_encoding=utf-8&__cwetype__=File&__cwrel__=reverse_log_file HTTP/1.1" 200 336 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586977&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /3586974?status=error&endtime=2016-01-04+16%3A40%3A40.071119&_cw_fields=status%2Cendtime&vid=set_attributes HTTP/1.1" 200 2 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /3586708?status=processing&name=jpl.rsync&vid=create_subentity&_cw_fields=status%2Cname%2C__cwetype__%2Cstarttime%2C__cwrel__&__cwetype__=CheckResult&starttime=2016-01-04+16%3A40%3A40.143648&__cwrel__=during_execution HTTP/1.1" 200 279 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /3586979?vid=create_subentity&data_name=log_file.txt&_cw_fields=data_name%2C__cwetype__%2C__cwrel__%2Cdata_encoding&data_encoding=utf-8&__cwetype__=File&__cwrel__=reverse_log_file HTTP/1.1" 200 336 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586980&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=3586980&_cw_fields=eid%2Cdata HTTP/1.1" 200 4 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /3586979?status=success&endtime=2016-01-04+16%3A42%3A49.733791&_cw_fields=status%2Cendtime&vid=set_attributes HTTP/1.1" 200 2 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /3586708?status=error&_cw_fields=status&vid=set_attributes HTTP/1.1" 200 2 |
¶ INFO | engine.py | 133 | fire transition end of https://www.logilab.org/3586708 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "GET /3586708?trname=end&vid=fire_transition&_cw_fields=trname HTTP/1.1" 200 2 |
¶ DEBUG | dpkg-source: info: using source format `1.0'
dpkg-source: info: building rql using existing rql_0.34.0.orig.tar.gz
...
47 more lines [double click to expand]
...
lintian [error]
jpl.rsync [success] dpkg-source: info: using source format `1.0' dpkg-source: info: building rql using existing rql_0.34.0.orig.tar.gz dpkg-source: info: building rql in rql_0.34.0-1~rev799.diff.gz dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented changes to upstream files, see dpkg-source(1) dpkg-source: info: building rql in rql_0.34.0-1~rev799.dsc signfile /tmp/tmpLjCAPi/rql_0.34.0-1~rev799.dsc D29E200B9B919990 signfile /tmp/tmpLjCAPi/rql_0.34.0-1~rev799_i386.changes D29E200B9B919990 Successfully signed dsc and changes files signfile /tmp/tmplywi4R/rql_0.34.0-1~rev799_amd64.changes D29E200B9B919990 Successfully signed changes file dpkg-source: info: using source format `1.0' dpkg-source: info: building rql using existing rql_0.34.0.orig.tar.gz dpkg-source: info: building rql in rql_0.34.0-1~rev799.diff.gz dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented changes to upstream files, see dpkg-source(1) dpkg-source: info: building rql in rql_0.34.0-1~rev799.dsc signfile /tmp/tmpe2UPlD/rql_0.34.0-1~rev799.dsc D29E200B9B919990 signfile /tmp/tmpe2UPlD/rql_0.34.0-1~rev799_i386.changes D29E200B9B919990 Successfully signed dsc and changes files signfile /tmp/tmpZEaxcv/rql_0.34.0-1~rev799_amd64.changes D29E200B9B919990 Successfully signed changes file dpkg-source: info: using source format `1.0' dpkg-source: info: building rql using existing rql_0.34.0.orig.tar.gz dpkg-source: info: building rql in rql_0.34.0-1~rev799.diff.gz dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented changes to upstream files, see dpkg-source(1) dpkg-source: info: building rql in rql_0.34.0-1~rev799.dsc dpkg-source: info: using source format `1.0' dpkg-source: info: building rql using existing rql_0.34.0.orig.tar.gz dpkg-source: info: building rql in rql_0.34.0-1~rev799.diff.gz dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented changes to upstream files, see dpkg-source(1) dpkg-source: info: building rql in rql_0.34.0-1~rev799.dsc signfile /tmp/tmpLjc5wW/rql_0.34.0-1~rev799.dsc D29E200B9B919990 signfile /tmp/tmpLjc5wW/rql_0.34.0-1~rev799_i386.changes D29E200B9B919990 Successfully signed dsc and changes files signfile /tmp/tmpG3ntL3/rql_0.34.0-1~rev799_amd64.changes D29E200B9B919990 Successfully signed changes file E:__pkginfo__.py::missing required attribute 'distname' (Base information: The distribution name, if different from the main package name.) pylint [error] pyunit [error] lgp.check [success] lgp.build [failure] lintian [error] jpl.rsync [success] |