priority | HIGH |
---|---|
options | install=python_setup lgp_suffix=yes publish_host=publish lgp_sign=yes upload_host=upload debian.repository=apycot |
apycot status | failure |
branch | stable |
keep_archive | no |
for environment | mtconverter 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
Repository (1) | contains | branch |
---|---|---|
logilab-mtconverter repository | #cb163bb540e8 Added tag logilab-mtconverter-centos-version-0.8.4-1 for changeset cf8507b511f8 | stable |
execution information
type | label | value |
---|---|---|
version | apycot | 3.3.0 |
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/mtconverter && hg -R /tmp/tmpWnmjne/mtconverter up '::. and public()' | `hg clone -q http://hg.logilab.org/review/logilab/mtconverter && hg -R /tmp/tmpWnmjne/mtconverter up '::. and public()'` executed successfuly
output:
0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
¶ DEBUG | hg -R /tmp/tmpWnmjne/mtconverter up 'first(id(stable) + max(branch(stable) and public()))' | `hg -R /tmp/tmpWnmjne/mtconverter up 'first(id(stable) + max(branch(stable) and public()))'` executed successfuly
output:
7 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
¶ INFO | /tmp/tmpWnmjne/mtconverter | running preprocessor python_setup to perform install | |
¶ DEBUG | Set PYTHONPATH=u'/tmp/tmpWnmjne/local/lib/python:/usr/share/narval:/usr/share/narval' | ||
¶ DEBUG | Set PATH=u'/tmp/tmpWnmjne/local/bin:/sbin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' | ||
¶ DEBUG | python2.7 setup.py install --home /tmp/tmpWnmjne/local --quiet | `python2.7 setup.py install --home /tmp/tmpWnmjne/local --quiet` executed successfuly
output:
...
61 more lines [double click to expand]
...
running install_egg_info
Writing /tmp/tmpWnmjne/local/lib/python/logilab_mtconverter-0.8.4.egg-info `python2.7 setup.py install --home /tmp/tmpWnmjne/local --quiet` executed successfuly output: running install running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/logilab creating build/lib.linux-x86_64-2.7/logilab/mtconverter copying ./transform.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter copying ./engine.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter copying ./__pkginfo__.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter copying ./__init__.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter creating build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms copying ./transforms/pygmentstransforms.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms copying ./transforms/python.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms copying ./transforms/html2text.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms copying ./transforms/piltransforms.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms copying ./transforms/__init__.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms copying ./transforms/odt2text.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms copying ./transforms/cmdtransforms.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms copying ./transforms/pgpsignature.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms package init file './test/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-2.7/logilab/mtconverter/test copying ./test/unittest_utils.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter/test copying ./test/unittest_transforms.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter/test copying ./test/unittest_engine.py -> build/lib.linux-x86_64-2.7/logilab/mtconverter/test package init file './test/__init__.py' not found (or not a regular file) running install_lib creating /tmp/tmpWnmjne/local/lib/python/logilab creating /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter creating /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms copying build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms/pygmentstransforms.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms copying build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms/python.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms copying build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms/html2text.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms copying build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms/piltransforms.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms copying build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms/__init__.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms copying build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms/odt2text.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms copying build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms/cmdtransforms.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms copying build/lib.linux-x86_64-2.7/logilab/mtconverter/transforms/pgpsignature.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms copying build/lib.linux-x86_64-2.7/logilab/mtconverter/transform.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter copying build/lib.linux-x86_64-2.7/logilab/mtconverter/engine.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter copying build/lib.linux-x86_64-2.7/logilab/mtconverter/__pkginfo__.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter creating /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/test copying build/lib.linux-x86_64-2.7/logilab/mtconverter/test/unittest_utils.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/test copying build/lib.linux-x86_64-2.7/logilab/mtconverter/test/unittest_transforms.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/test copying build/lib.linux-x86_64-2.7/logilab/mtconverter/test/unittest_engine.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/test copying build/lib.linux-x86_64-2.7/logilab/mtconverter/__init__.py -> /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms/pygmentstransforms.py to pygmentstransforms.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms/python.py to python.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms/html2text.py to html2text.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms/piltransforms.py to piltransforms.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms/__init__.py to __init__.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms/odt2text.py to odt2text.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms/cmdtransforms.py to cmdtransforms.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transforms/pgpsignature.py to pgpsignature.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/transform.py to transform.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/engine.py to engine.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/__pkginfo__.py to __pkginfo__.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/test/unittest_utils.py to unittest_utils.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/test/unittest_transforms.py to unittest_transforms.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/test/unittest_engine.py to unittest_engine.pyc byte-compiling /tmp/tmpWnmjne/local/lib/python/logilab/mtconverter/__init__.py to __init__.pyc running install_egg_info Writing /tmp/tmpWnmjne/local/lib/python/logilab_mtconverter-0.8.4.egg-info |
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/297909 |
¶ 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 |
¶ 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 | connectionpool.py | 362 | "POST /297942?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 320 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ 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=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | setupinfo.py | 229 | guessing distribution(s): jessie, trusty, wheezy, epel-6-i386, utopic, 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=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ 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=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ 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=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | check.py | 228 | 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=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 522 | coverage.xml unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 522 | debian.sid/rules unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 522 | debian.sid/compat unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 522 | debian.sid/control unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 522 | debian.sid/source/format unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 522 | test/hello.tex unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 522 | announce.txt unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 522 | python-logilab-mtconverter.spec unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 522 | debian.lenny/preinst unmatched |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 296 | 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=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 300 | 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=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 387 | 'Sylvain ThĂ©nault <sylvain.thenault@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=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 575 | __init__.py:1:copyright 2006-2012 LOGILAB S.A.
__pkginfo__.py:1:copyright 2006-2012 LOGILAB S.A.
...
14 more lines [double click to expand]
...
transforms/odt2text.py:1:copyright 2006-2011 LOGILAB S.A.
transforms/cmdtransforms.py:1:copyright 2006-2011 LOGILAB S.A. __init__.py:1:copyright 2006-2012 LOGILAB S.A. __pkginfo__.py:1:copyright 2006-2012 LOGILAB S.A. debian/copyright:10:Copyright (c) 2006-2011 LOGILAB S.A. debian/rules:8:Copyright (c) 2003-2011 LOGILAB S.A. debian.sid/rules:4:Copyright (c) 2003-2011 LOGILAB S.A. engine.py:1:copyright 2006-2011 LOGILAB S.A. setup.py:4:copyright 2003-2011 LOGILAB S.A. test/unittest_utils.py:2:copyright 2006-2011 LOGILAB S.A. test/unittest_transforms.py:2:copyright 2006-2011 LOGILAB S.A. test/unittest_engine.py:1:copyright 2006-2011 LOGILAB S.A. transform.py:1:copyright 2006-2011 LOGILAB S.A. transforms/pygmentstransforms.py:13:copyright 2006-2011 LOGILAB S.A. transforms/python.py:1:copyright 2006-2011 LOGILAB S.A. transforms/html2text.py:1:copyright 2006-2011 LOGILAB S.A. transforms/piltransforms.py:1:copyright 2006-2011 LOGILAB S.A. transforms/__init__.py:13:copyright 2006-2011 LOGILAB S.A. transforms/odt2text.py:1:copyright 2006-2011 LOGILAB S.A. transforms/cmdtransforms.py:1:copyright 2006-2011 LOGILAB S.A. |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 576 | 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=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | setupinfo.py | 351 | retrieve debian version from debian/changelog: 0.8.4-1 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 409 | upstream README[.rst|.md] file is missing |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297943&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297943?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | check.py | 403 | 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 /297942?status=success&endtime=2015-07-16+17%3A26%3A19.423579&_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 /297909?status=processing&name=lgp.build&vid=create_subentity&_cw_fields=status%2Cname%2C__cwetype__%2Cstarttime%2C__cwrel__&__cwetype__=CheckResult&starttime=2015-07-16+17%3A26%3A19.569646&__cwrel__=during_execution HTTP/1.1" 200 248 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /297944?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 320 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | setupinfo.py | 229 | guessing distribution(s): jessie, trusty, wheezy, epel-6-i386, utopic, 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ 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/tmpSfokQx) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | setupinfo.py | 351 | retrieve debian version from debian/changelog: 0.8.4-1 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | setupinfo.py | 300 | run subprocess command: python setup.py -q sdist -d /tmp/tmpSfokQx |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | setupinfo.py | 302 | command substitutions: {'dist_dir': '/tmp/tmpSfokQx'} |
¶ DEBUG | package init file './test/__init__.py' not found (or not a regular file) | ||
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpIRr_ql) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 712 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 718 | extracting original source archive for jessie distribution in /tmp/tmpIRr_ql |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 784 | suffix '~rev175' 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 401 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 407 | running dpkg-source command: dpkg-source --no-copy -b /tmp/tmpIRr_ql/logilab-mtconverter-0.8.4 ... |
¶ 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:
/tmp/tmpIRr_ql/logilab-mtconverter-0.8.4.orig/debian/changelog
/tmp/tmpIRr_ql/logilab-mtconverter-0.8.4.orig/debian/control
/tmp/tmpIRr_ql/logilab-mtconverter-0.8.4.orig/debian/copyright
/tmp/tmpIRr_ql/logilab-mtconverter-0.8.4.orig/debian/rules | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 416 | create Debian source package files (.dsc, .diff.gz): logilab-mtconverter_0.8.4-1~rev175.dsc |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 556 | this build is arch-independent. Lgp will only build on architecture amd64 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmpoCXtag) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 431 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 485 | building binary debian package for 'jessie/amd64' using DEBBUILDOPTS options: '(none)' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 487 | running build command: sudo IMAGE=/var/cache/lgp/buildd/jessie-amd64.tgz DIST=jessie ARCH=amd64 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmpoCXtag --hookdir /var/lib/logilab-packaging/hooks /tmp/tmpIRr_ql/logilab-mtconverter_0.8.4-1~rev175.dsc ... |
¶ DEBUG | ....................... | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 510 | binary build(s) for 'jessie' finished in 23 seconds. |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/jessie/logilab-mtconverter_0.8.4-1~rev175_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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 658 | Debian changes file: /tmp/tmpWnmjne/jessie/logilab-mtconverter_0.8.4-1~rev175_amd64.changes |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 543 | enable your gpg-agent to sign packages automatically |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmp45yrT4) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 712 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 718 | extracting original source archive for trusty distribution in /tmp/tmp45yrT4 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 784 | suffix '~rev175' 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 401 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 407 | running dpkg-source command: dpkg-source --no-copy -b /tmp/tmp45yrT4/logilab-mtconverter-0.8.4 ... |
¶ 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:
/tmp/tmp45yrT4/logilab-mtconverter-0.8.4.orig/debian/changelog
/tmp/tmp45yrT4/logilab-mtconverter-0.8.4.orig/debian/control
/tmp/tmp45yrT4/logilab-mtconverter-0.8.4.orig/debian/copyright
/tmp/tmp45yrT4/logilab-mtconverter-0.8.4.orig/debian/rules | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 416 | create Debian source package files (.dsc, .diff.gz): logilab-mtconverter_0.8.4-1~rev175.dsc |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 556 | this build is arch-independent. Lgp will only build on architecture amd64 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmpbaNfgR) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 431 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 485 | building binary debian package for 'trusty/amd64' using DEBBUILDOPTS options: '(none)' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 487 | running build command: sudo IMAGE=/var/cache/lgp/buildd/trusty-amd64.tgz DIST=trusty ARCH=amd64 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmpbaNfgR --hookdir /var/lib/logilab-packaging/hooks /tmp/tmp45yrT4/logilab-mtconverter_0.8.4-1~rev175.dsc ... |
¶ DEBUG | ...................... | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 510 | binary build(s) for 'trusty' finished in 22 seconds. |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/trusty/logilab-mtconverter_0.8.4-1~rev175_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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 658 | Debian changes file: /tmp/tmpWnmjne/trusty/logilab-mtconverter_0.8.4-1~rev175_amd64.changes |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 543 | enable your gpg-agent to sign packages automatically |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpJ2qACu) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 712 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 718 | extracting original source archive for wheezy distribution in /tmp/tmpJ2qACu |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 784 | suffix '~rev175' 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 401 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 407 | running dpkg-source command: dpkg-source --no-copy -b /tmp/tmpJ2qACu/logilab-mtconverter-0.8.4 ... |
¶ 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:
/tmp/tmpJ2qACu/logilab-mtconverter-0.8.4.orig/debian/changelog
/tmp/tmpJ2qACu/logilab-mtconverter-0.8.4.orig/debian/control
/tmp/tmpJ2qACu/logilab-mtconverter-0.8.4.orig/debian/copyright
/tmp/tmpJ2qACu/logilab-mtconverter-0.8.4.orig/debian/rules | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 416 | create Debian source package files (.dsc, .diff.gz): logilab-mtconverter_0.8.4-1~rev175.dsc |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 556 | this build is arch-independent. Lgp will only build on architecture amd64 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmp6uyE7d) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 431 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 485 | building binary debian package for 'wheezy/amd64' using DEBBUILDOPTS options: '(none)' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 487 | running build command: sudo IMAGE=/var/cache/lgp/buildd/wheezy-amd64.tgz DIST=wheezy ARCH=amd64 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmp6uyE7d --hookdir /var/lib/logilab-packaging/hooks /tmp/tmpJ2qACu/logilab-mtconverter_0.8.4-1~rev175.dsc ... |
¶ DEBUG | .................... | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 510 | binary build(s) for 'wheezy' finished in 20 seconds. |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/wheezy/logilab-mtconverter_0.8.4-1~rev175_amd64_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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 658 | Debian changes file: /tmp/tmpWnmjne/wheezy/logilab-mtconverter_0.8.4-1~rev175_amd64.changes |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 543 | enable your gpg-agent to sign packages automatically |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpVUdaqr) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 357 | running mock command: sudo mock --buildsrpm --spec /tmp/tmpWnmjne/mtconverter/python-logilab-mtconverter.spec --resultdir /tmp/tmpVUdaqr -r epel-6-i386 --sources /tmp/tmpSfokQx ... |
¶ 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-logilab-mtconverter.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-logilab-mtconverter.spec) Config(epel-6-i386) 0 minutes 18 seconds INFO: Results and/or logs in: /tmp/tmpVUdaqr INFO: Cleaning up build root ('clean_on_success=True') Start: lock buildroot Start: clean chroot INFO: chroot (/var/lib/mock/epel-6-i386) 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 374 | running mock command: sudo mock -r epel-6-i386 --resultdir /tmp/tmpVUdaqr --rebuild /tmp/tmpVUdaqr/python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175.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/tmpVUdaqr/python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175.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-logilab-mtconverter-0.8.4-logilab.1.el6~rev175.src.rpm Start: device setup Finish: device setup Start: build setup for python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175.src.rpm Finish: build setup for python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175.src.rpm Start: rpmbuild -bb python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175.src.rpm Start: Outputting list of installed packages Finish: Outputting list of installed packages Finish: rpmbuild -bb python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175.src.rpm Finish: build phase for python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175.src.rpm INFO: Done(/tmp/tmpVUdaqr/python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175.src.rpm) Config(epel-6-i386) 0 minutes 26 seconds INFO: Results and/or logs in: /tmp/tmpVUdaqr INFO: Cleaning up build root ('clean_on_success=True') Start: lock buildroot Start: clean chroot INFO: chroot (/var/lib/mock/epel-6-i386) 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/epel-6-i386/build.log |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpWl2Rjf) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 712 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 718 | extracting original source archive for utopic distribution in /tmp/tmpWl2Rjf |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 784 | suffix '~rev175' 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 401 | Debian source package (format: 1.0) for 'utopic' |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 407 | running dpkg-source command: dpkg-source --no-copy -b /tmp/tmpWl2Rjf/logilab-mtconverter-0.8.4 ... |
¶ 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:
/tmp/tmpWl2Rjf/logilab-mtconverter-0.8.4.orig/debian/changelog
/tmp/tmpWl2Rjf/logilab-mtconverter-0.8.4.orig/debian/control
/tmp/tmpWl2Rjf/logilab-mtconverter-0.8.4.orig/debian/copyright
/tmp/tmpWl2Rjf/logilab-mtconverter-0.8.4.orig/debian/rules | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 416 | create Debian source package files (.dsc, .diff.gz): logilab-mtconverter_0.8.4-1~rev175.dsc |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 556 | this build is arch-independent. Lgp will only build on architecture amd64 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmp7K7fYw) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 431 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 485 | building binary debian package for 'utopic/amd64' using DEBBUILDOPTS options: '(none)' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 487 | running build command: sudo IMAGE=/var/cache/lgp/buildd/utopic-amd64.tgz DIST=utopic ARCH=amd64 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmp7K7fYw --hookdir /var/lib/logilab-packaging/hooks /tmp/tmpWl2Rjf/logilab-mtconverter_0.8.4-1~rev175.dsc ... |
¶ DEBUG | ...................... | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 510 | binary build(s) for 'utopic' finished in 22 seconds. |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/utopic/logilab-mtconverter_0.8.4-1~rev175_amd64_utopic.lgp-build.log |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 658 | Debian changes file: /tmp/tmpWnmjne/utopic/logilab-mtconverter_0.8.4-1~rev175_amd64.changes |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 543 | enable your gpg-agent to sign packages automatically |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpNC5Lfc) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 357 | running mock command: sudo mock --buildsrpm --spec /tmp/tmpWnmjne/mtconverter/python-logilab-mtconverter.spec --resultdir /tmp/tmpNC5Lfc -r epel-7-x86_64 --sources /tmp/tmpSfokQx ... |
¶ 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-logilab-mtconverter.spec) Config(epel-7-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-logilab-mtconverter.spec) Config(epel-7-x86_64) 0 minutes 18 seconds INFO: Results and/or logs in: /tmp/tmpNC5Lfc INFO: Cleaning up build root ('clean_on_success=True') Start: lock buildroot Start: clean chroot INFO: chroot (/var/lib/mock/epel-7-x86_64) 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 374 | running mock command: sudo mock -r epel-7-x86_64 --resultdir /tmp/tmpNC5Lfc --rebuild /tmp/tmpNC5Lfc/python-logilab-mtconverter-0.8.4-logilab.1.el7.centos~rev175~rev175.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/tmpNC5Lfc/python-logilab-mtconverter-0.8.4-logilab.1.el7.centos~rev175~rev175.src.rpm) Config(epel-7-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-logilab-mtconverter-0.8.4-logilab.1.el7.centos~rev175~rev175.src.rpm Start: device setup Finish: device setup Start: build setup for python-logilab-mtconverter-0.8.4-logilab.1.el7.centos~rev175~rev175.src.rpm Finish: build setup for python-logilab-mtconverter-0.8.4-logilab.1.el7.centos~rev175~rev175.src.rpm Start: rpmbuild -bb python-logilab-mtconverter-0.8.4-logilab.1.el7.centos~rev175~rev175.src.rpm Start: Outputting list of installed packages Finish: Outputting list of installed packages Finish: rpmbuild -bb python-logilab-mtconverter-0.8.4-logilab.1.el7.centos~rev175~rev175.src.rpm Finish: build phase for python-logilab-mtconverter-0.8.4-logilab.1.el7.centos~rev175~rev175.src.rpm INFO: Done(/tmp/tmpNC5Lfc/python-logilab-mtconverter-0.8.4-logilab.1.el7.centos~rev175~rev175.src.rpm) Config(epel-7-x86_64) 0 minutes 34 seconds INFO: Results and/or logs in: /tmp/tmpNC5Lfc INFO: Cleaning up build root ('clean_on_success=True') Start: lock buildroot Start: clean chroot INFO: chroot (/var/lib/mock/epel-7-x86_64) 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/epel-7-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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/epel-7-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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/epel-7-x86_64/build.log |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpzOGgk6) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 712 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 718 | extracting original source archive for sid distribution in /tmp/tmpzOGgk6 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 768 | overriding files from 'debian.sid' directory... |
¶ DEBUG | /tmp/tmpWnmjne/mtconverter/debian.sid/rules -> /tmp/tmpzOGgk6/logilab-mtconverter-0.8.4/debian//rules
/tmp/tmpWnmjne/mtconverter/debian.sid/compat -> /tmp/tmpzOGgk6/logilab-mtconverter-0.8.4/debian//compat
/tmp/tmpWnmjne/mtconverter/debian.sid/control -> /tmp/tmpzOGgk6/logilab-mtconverter-0.8.4/debian//control
/tmp/tmpWnmjne/mtconverter/debian.sid/source/format -> /tmp/tmpzOGgk6/logilab-mtconverter-0.8.4/debian//source/format | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 784 | suffix '~rev175' 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 401 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 407 | running dpkg-source command: dpkg-source --no-copy -b /tmp/tmpzOGgk6/logilab-mtconverter-0.8.4 ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 416 | create Debian source package files (.dsc, .diff.gz): logilab-mtconverter_0.8.4-1~rev175.dsc |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 556 | this build is arch-independent. Lgp will only build on architecture amd64 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 166 | changing build context... (/tmp/tmpyeXLpq) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 431 | 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 485 | building binary debian package for 'sid/amd64' using DEBBUILDOPTS options: '(none)' ... |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 487 | running build command: sudo IMAGE=/var/cache/lgp/buildd/sid-amd64.tgz DIST=sid ARCH=amd64 pbuilder build --configfile /etc/lgp/pbuilderrc --buildresult /tmp/tmpyeXLpq --hookdir /var/lib/logilab-packaging/hooks /tmp/tmpzOGgk6/logilab-mtconverter_0.8.4-1~rev175.dsc ... |
¶ DEBUG | ............................. | ||
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 510 | binary build(s) for 'sid' finished in 29 seconds. |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/sid/logilab-mtconverter_0.8.4-1~rev175_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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 658 | Debian changes file: /tmp/tmpWnmjne/sid/logilab-mtconverter_0.8.4-1~rev175_amd64.changes |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ WARNING | check.py | 543 | enable your gpg-agent to sign packages automatically |
¶ DEBUG | utils.py | 247 | using new build directory... (/tmp/tmpgl8XsR) |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 357 | running mock command: sudo mock --buildsrpm --spec /tmp/tmpWnmjne/mtconverter/python-logilab-mtconverter.spec --resultdir /tmp/tmpgl8XsR -r epel-6-x86_64 --sources /tmp/tmpSfokQx ... |
¶ 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-logilab-mtconverter.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-logilab-mtconverter.spec) Config(epel-6-x86_64) 0 minutes 13 seconds INFO: Results and/or logs in: /tmp/tmpgl8XsR INFO: Cleaning up build root ('clean_on_success=True') Start: lock buildroot Start: clean chroot INFO: chroot (/var/lib/mock/epel-6-x86_64) 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ DEBUG | build.py | 374 | running mock command: sudo mock -r epel-6-x86_64 --resultdir /tmp/tmpgl8XsR --rebuild /tmp/tmpgl8XsR/python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175~rev175~rev175.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/tmpgl8XsR/python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175~rev175~rev175.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-logilab-mtconverter-0.8.4-logilab.1.el6~rev175~rev175~rev175.src.rpm Start: device setup Finish: device setup Start: build setup for python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175~rev175~rev175.src.rpm Finish: build setup for python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175~rev175~rev175.src.rpm Start: rpmbuild -bb python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175~rev175~rev175.src.rpm Start: Outputting list of installed packages Finish: Outputting list of installed packages Finish: rpmbuild -bb python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175~rev175~rev175.src.rpm Finish: build phase for python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175~rev175~rev175.src.rpm INFO: Done(/tmp/tmpgl8XsR/python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175~rev175~rev175.src.rpm) Config(epel-6-x86_64) 0 minutes 27 seconds INFO: Results and/or logs in: /tmp/tmpgl8XsR INFO: Cleaning up build root ('clean_on_success=True') Start: lock buildroot Start: clean chroot INFO: chroot (/var/lib/mock/epel-6-x86_64) 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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 656 | a build logfile is available: /tmp/tmpWnmjne/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=297945&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297945?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | build.py | 208 | recent files from build:
* /tmp/tmpWnmjne/epel-6-i386/build.log
...
43 more lines [double click to expand]
...
* /tmp/tmpWnmjne/wheezy/logilab-mtconverter_0.8.4.orig.tar.gz
* /tmp/tmpWnmjne/wheezy/python-logilab-mtconverter_0.8.4-1~rev175_all.deb recent files from build: * /tmp/tmpWnmjne/epel-6-i386/build.log * /tmp/tmpWnmjne/epel-6-i386/python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175.noarch.rpm * /tmp/tmpWnmjne/epel-6-i386/python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175.src.rpm * /tmp/tmpWnmjne/epel-6-i386/root.log * /tmp/tmpWnmjne/epel-6-i386/state.log * /tmp/tmpWnmjne/epel-6-x86_64/build.log * /tmp/tmpWnmjne/epel-6-x86_64/python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175~rev175~rev175.noarch.rpm * /tmp/tmpWnmjne/epel-6-x86_64/python-logilab-mtconverter-0.8.4-logilab.1.el6~rev175~rev175~rev175.src.rpm * /tmp/tmpWnmjne/epel-6-x86_64/root.log * /tmp/tmpWnmjne/epel-6-x86_64/state.log * /tmp/tmpWnmjne/epel-7-x86_64/build.log * /tmp/tmpWnmjne/epel-7-x86_64/python-logilab-mtconverter-0.8.4-logilab.1.el7.centos~rev175~rev175.noarch.rpm * /tmp/tmpWnmjne/epel-7-x86_64/python-logilab-mtconverter-0.8.4-logilab.1.el7.centos~rev175~rev175.src.rpm * /tmp/tmpWnmjne/epel-7-x86_64/root.log * /tmp/tmpWnmjne/epel-7-x86_64/state.log * /tmp/tmpWnmjne/jessie/logilab-mtconverter_0.8.4-1~rev175.diff.gz * /tmp/tmpWnmjne/jessie/logilab-mtconverter_0.8.4-1~rev175.dsc * /tmp/tmpWnmjne/jessie/logilab-mtconverter_0.8.4-1~rev175_amd64.changes * /tmp/tmpWnmjne/jessie/logilab-mtconverter_0.8.4-1~rev175_amd64_jessie.lgp-build.log * /tmp/tmpWnmjne/jessie/logilab-mtconverter_0.8.4.orig.tar.gz * /tmp/tmpWnmjne/jessie/python-logilab-mtconverter_0.8.4-1~rev175_all.deb * /tmp/tmpWnmjne/sid/logilab-mtconverter_0.8.4-1~rev175.debian.tar.xz * /tmp/tmpWnmjne/sid/logilab-mtconverter_0.8.4-1~rev175.dsc * /tmp/tmpWnmjne/sid/logilab-mtconverter_0.8.4-1~rev175_amd64.changes * /tmp/tmpWnmjne/sid/logilab-mtconverter_0.8.4-1~rev175_amd64_sid.lgp-build.log * /tmp/tmpWnmjne/sid/logilab-mtconverter_0.8.4.orig.tar.gz * /tmp/tmpWnmjne/sid/python-logilab-mtconverter_0.8.4-1~rev175_all.deb * /tmp/tmpWnmjne/sid/python3-logilab-mtconverter_0.8.4-1~rev175_all.deb * /tmp/tmpWnmjne/trusty/logilab-mtconverter_0.8.4-1~rev175.diff.gz * /tmp/tmpWnmjne/trusty/logilab-mtconverter_0.8.4-1~rev175.dsc * /tmp/tmpWnmjne/trusty/logilab-mtconverter_0.8.4-1~rev175_amd64.changes * /tmp/tmpWnmjne/trusty/logilab-mtconverter_0.8.4-1~rev175_amd64_trusty.lgp-build.log * /tmp/tmpWnmjne/trusty/logilab-mtconverter_0.8.4.orig.tar.gz * /tmp/tmpWnmjne/trusty/python-logilab-mtconverter_0.8.4-1~rev175_all.deb * /tmp/tmpWnmjne/utopic/logilab-mtconverter_0.8.4-1~rev175.diff.gz * /tmp/tmpWnmjne/utopic/logilab-mtconverter_0.8.4-1~rev175.dsc * /tmp/tmpWnmjne/utopic/logilab-mtconverter_0.8.4-1~rev175_amd64.changes * /tmp/tmpWnmjne/utopic/logilab-mtconverter_0.8.4-1~rev175_amd64_utopic.lgp-build.log * /tmp/tmpWnmjne/utopic/logilab-mtconverter_0.8.4.orig.tar.gz * /tmp/tmpWnmjne/utopic/python-logilab-mtconverter_0.8.4-1~rev175_all.deb * /tmp/tmpWnmjne/wheezy/logilab-mtconverter_0.8.4-1~rev175.diff.gz * /tmp/tmpWnmjne/wheezy/logilab-mtconverter_0.8.4-1~rev175.dsc * /tmp/tmpWnmjne/wheezy/logilab-mtconverter_0.8.4-1~rev175_amd64.changes * /tmp/tmpWnmjne/wheezy/logilab-mtconverter_0.8.4-1~rev175_amd64_wheezy.lgp-build.log * /tmp/tmpWnmjne/wheezy/logilab-mtconverter_0.8.4.orig.tar.gz * /tmp/tmpWnmjne/wheezy/python-logilab-mtconverter_0.8.4-1~rev175_all.deb |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /297944?status=success&endtime=2015-07-16+17%3A31%3A10.954993&_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 /297909?status=processing&name=lintian&vid=create_subentity&_cw_fields=status%2Cname%2C__cwetype__%2Cstarttime%2C__cwrel__&__cwetype__=CheckResult&starttime=2015-07-16+17%3A31%3A11.101578&__cwrel__=during_execution HTTP/1.1" 200 246 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /297946?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 320 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297947&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297947?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /297946?status=failure&endtime=2015-07-16+17%3A31%3A17.820439&_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 /297909?status=processing&name=jpl.rsync&vid=create_subentity&_cw_fields=status%2Cname%2C__cwetype__%2Cstarttime%2C__cwrel__&__cwetype__=CheckResult&starttime=2015-07-16+17%3A31%3A17.973648&__cwrel__=during_execution HTTP/1.1" 200 248 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /297948?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 320 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297949&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297949?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /narval-file-append?eid=297949&_cw_fields=eid%2Cdata HTTP/1.1" 303 20 |
¶ DEBUG | connectionpool.py | 362 | "GET /file/297949?vid=ejsonexport HTTP/1.1" 200 343 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "POST /297948?status=success&endtime=2015-07-16+17%3A31%3A55.759342&_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 /297909?status=failure&_cw_fields=status&vid=set_attributes HTTP/1.1" 200 2 |
¶ INFO | engine.py | 133 | fire transition end of https://www.logilab.org/297909 |
¶ INFO | connectionpool.py | 697 | Starting new HTTPS connection (1): www.logilab.org |
¶ DEBUG | connectionpool.py | 362 | "GET /297909?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 logilab-mtconverter using existing logilab-mtconverter_0.8.4.orig.tar.gz
...
52 more lines [double click to expand]
...
lintian [failure]
jpl.rsync [success] dpkg-source: info: using source format `1.0' dpkg-source: info: building logilab-mtconverter using existing logilab-mtconverter_0.8.4.orig.tar.gz dpkg-source: info: building logilab-mtconverter in logilab-mtconverter_0.8.4-1~rev175.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 logilab-mtconverter in logilab-mtconverter_0.8.4-1~rev175.dsc signfile /tmp/tmpoCXtag/logilab-mtconverter_0.8.4-1~rev175.dsc D29E200B9B919990 signfile /tmp/tmpoCXtag/logilab-mtconverter_0.8.4-1~rev175_amd64.changes D29E200B9B919990 Successfully signed dsc and changes files dpkg-source: info: using source format `1.0' dpkg-source: info: building logilab-mtconverter using existing logilab-mtconverter_0.8.4.orig.tar.gz dpkg-source: info: building logilab-mtconverter in logilab-mtconverter_0.8.4-1~rev175.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 logilab-mtconverter in logilab-mtconverter_0.8.4-1~rev175.dsc signfile /tmp/tmpbaNfgR/logilab-mtconverter_0.8.4-1~rev175.dsc D29E200B9B919990 signfile /tmp/tmpbaNfgR/logilab-mtconverter_0.8.4-1~rev175_amd64.changes D29E200B9B919990 Successfully signed dsc and changes files dpkg-source: info: using source format `1.0' dpkg-source: info: building logilab-mtconverter using existing logilab-mtconverter_0.8.4.orig.tar.gz dpkg-source: info: building logilab-mtconverter in logilab-mtconverter_0.8.4-1~rev175.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 logilab-mtconverter in logilab-mtconverter_0.8.4-1~rev175.dsc signfile /tmp/tmp6uyE7d/logilab-mtconverter_0.8.4-1~rev175.dsc D29E200B9B919990 signfile /tmp/tmp6uyE7d/logilab-mtconverter_0.8.4-1~rev175_amd64.changes D29E200B9B919990 Successfully signed dsc and changes files dpkg-source: info: using source format `1.0' dpkg-source: info: building logilab-mtconverter using existing logilab-mtconverter_0.8.4.orig.tar.gz dpkg-source: info: building logilab-mtconverter in logilab-mtconverter_0.8.4-1~rev175.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 logilab-mtconverter in logilab-mtconverter_0.8.4-1~rev175.dsc signfile /tmp/tmp7K7fYw/logilab-mtconverter_0.8.4-1~rev175.dsc D29E200B9B919990 signfile /tmp/tmp7K7fYw/logilab-mtconverter_0.8.4-1~rev175_amd64.changes D29E200B9B919990 Successfully signed dsc and changes files dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building logilab-mtconverter using existing ./logilab-mtconverter_0.8.4.orig.tar.gz dpkg-source: info: building logilab-mtconverter in logilab-mtconverter_0.8.4-1~rev175.debian.tar.xz dpkg-source: info: building logilab-mtconverter in logilab-mtconverter_0.8.4-1~rev175.dsc signfile /tmp/tmpyeXLpq/logilab-mtconverter_0.8.4-1~rev175.dsc D29E200B9B919990 signfile /tmp/tmpyeXLpq/logilab-mtconverter_0.8.4-1~rev175_amd64.changes D29E200B9B919990 Successfully signed dsc and changes files pylint [success] pyunit [failure] pycoverage [failure] lgp.check [success] lgp.build [success] lintian [failure] jpl.rsync [success] |