[Reproducible-builds] Bug#808814: checkbox-ng: FTBFS: ImportError: cannot import name 'JobTreeNode'
Chris Lamb
lamby at debian.org
Wed Dec 23 11:53:57 UTC 2015
Source: checkbox-ng
Version: 0.20.1-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Dear Maintainer,
checkbox-ng fails to build from source in unstable/amd64:
[..]
test_help (test_main.TestMain) ... ERROR
test_run_without_args (test_main.TestMain) ... ERROR
test_version (test_main.TestMain) ... ERROR
test_misc (unittest.loader._FailedTest) ... ERROR
======================================================================
ERROR: test_help (commands.test_sru.TestSru)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/test_sru.py", line 40, in test_help
main(['sru', '--help'])
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/main.py", line 41, in main
raise SystemExit(CheckboxTool().main(argv))
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 310, in main
self._parser = self.construct_parser(early_ns)
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 469, in construct_parser
self.add_subcommands(subparsers, early_ns)
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/tools.py", line 96, in add_subcommands
from checkbox_ng.commands.launcher import LauncherCommand
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/launcher.py", line 32, in <module>
from checkbox_ng.commands.newcli import CliInvocation2
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/newcli.py", line 53, in <module>
from checkbox_ng.misc import SelectableJobTreeNode
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/misc.py", line 30, in <module>
from plainbox.impl.job import JobTreeNode
ImportError: cannot import name 'JobTreeNode'
======================================================================
ERROR: test_help (test_main.TestMain)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/test_main.py", line 50, in test_help
main(['--help'])
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/main.py", line 41, in main
raise SystemExit(CheckboxTool().main(argv))
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 310, in main
self._parser = self.construct_parser(early_ns)
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 469, in construct_parser
self.add_subcommands(subparsers, early_ns)
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/tools.py", line 96, in add_subcommands
from checkbox_ng.commands.launcher import LauncherCommand
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/launcher.py", line 32, in <module>
from checkbox_ng.commands.newcli import CliInvocation2
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/newcli.py", line 53, in <module>
from checkbox_ng.misc import SelectableJobTreeNode
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/misc.py", line 30, in <module>
from plainbox.impl.job import JobTreeNode
ImportError: cannot import name 'JobTreeNode'
======================================================================
ERROR: test_run_without_args (test_main.TestMain)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/test_main.py", line 87, in test_run_without_args
main([])
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/main.py", line 41, in main
raise SystemExit(CheckboxTool().main(argv))
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 310, in main
self._parser = self.construct_parser(early_ns)
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 469, in construct_parser
self.add_subcommands(subparsers, early_ns)
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/tools.py", line 96, in add_subcommands
from checkbox_ng.commands.launcher import LauncherCommand
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/launcher.py", line 32, in <module>
from checkbox_ng.commands.newcli import CliInvocation2
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/newcli.py", line 53, in <module>
from checkbox_ng.misc import SelectableJobTreeNode
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/misc.py", line 30, in <module>
from plainbox.impl.job import JobTreeNode
ImportError: cannot import name 'JobTreeNode'
======================================================================
ERROR: test_version (test_main.TestMain)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/test_main.py", line 42, in test_version
main(['--version'])
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/main.py", line 41, in main
raise SystemExit(CheckboxTool().main(argv))
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 310, in main
self._parser = self.construct_parser(early_ns)
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 469, in construct_parser
self.add_subcommands(subparsers, early_ns)
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/tools.py", line 96, in add_subcommands
from checkbox_ng.commands.launcher import LauncherCommand
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/launcher.py", line 32, in <module>
from checkbox_ng.commands.newcli import CliInvocation2
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/newcli.py", line 53, in <module>
from checkbox_ng.misc import SelectableJobTreeNode
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/misc.py", line 30, in <module>
from plainbox.impl.job import JobTreeNode
ImportError: cannot import name 'JobTreeNode'
======================================================================
ERROR: test_misc (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_misc
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
module = self._get_module_from_name(name)
File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
__import__(name)
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/test_misc.py", line 33, in <module>
from checkbox_ng.misc import SelectableJobTreeNode
File "/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/misc.py", line 30, in <module>
from plainbox.impl.job import JobTreeNode
ImportError: cannot import name 'JobTreeNode'
----------------------------------------------------------------------
Ran 20 tests in 0.034s
FAILED (errors=5)
E: pybuild pybuild:274: test: plugin distutils failed with: exit code=1: python3.5 setup.py test
dh_auto_test: pybuild --test -i python{version} -p 3.5 3.4 --dir . returned exit code 13
debian/rules:5: recipe for target 'build' failed
make: *** [build] Error 25
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: checkbox-ng.0.20.1-1.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 3112 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20151223/5d8ee331/attachment.obj>
More information about the Reproducible-builds
mailing list