Your message dated Fri, 10 Jun 2011 00:47:09 +0000
with message-id <e1qupst-0004r5...@franck.debian.org>
and subject line Bug#629682: fixed in bzrtools 2.4.0~bzr769-1
has caused the Debian Bug report #629682,
regarding bzrtools: FTBFS: ImportError: No module named deprecated_graph
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
629682: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629682
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bzrtools
Version: 2.4.0~bzr767-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110607 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> 0.794  opening working tree '/tmp/testbzr-ltaT7X.tmp'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/dist-packages/testtools/runtest.py", line 169, in 
> _run_user
>     return fn(*args, **kwargs)
>   File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line 499, in 
> _run_test_method
>     return self._get_test_method()()
>   File "/«BUILDDIR»/bzrtools-2.4.0~bzr767/tests/blackbox.py", line 65, in 
> test_branch_history
>     self.run_bzr('graph-ancestry . graph.dot')
>   File "/usr/lib/python2.6/dist-packages/bzrlib/tests/__init__.py", line 
> 1936, in run_bzr
>     working_dir=working_dir,
>   File "/usr/lib/python2.6/dist-packages/bzrlib/tests/__init__.py", line 
> 1834, in _run_bzr_autosplit
>     encoding=encoding, stdin=stdin, working_dir=working_dir,
>   File "/usr/lib/python2.6/dist-packages/bzrlib/tests/__init__.py", line 
> 1869, in _run_bzr_core
>     args)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/tests/__init__.py", line 
> 2178, in apply_redirected
>     return a_callable(*args, **kwargs)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1237, in 
> run_bzr_catch_user_errors
>     return run_bzr(argv)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1130, in 
> run_bzr
>     ret = run(*run_argv)
>   File "/«BUILDDIR»/bzrtools-2.4.0~bzr767/command.py", line 40, in 
> run_argv_aliases
>     commands.Command.run_argv_aliases(self, argv, alias_argv)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 691, in 
> run_argv_aliases
>     return self.run(**all_cmd_args)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 713, in run
>     return self._operation.run_simple(*args, **kwargs)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 135, in 
> run_simple
>     self.cleanups, self.func, *args, **kwargs)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 165, in 
> _do_with_cleanups
>     result = func(*args, **kwargs)
>   File "/«BUILDDIR»/bzrtools-2.4.0~bzr767/command_classes.py", line 104, in 
> run
>     import graph
>   File "/«BUILDDIR»/bzrtools-2.4.0~bzr767/graph.py", line 23, in <module>
>     from bzrlib.deprecated_graph import node_distances, select_farthest
> ImportError: No module named deprecated_graph
> ------------

(…)
 
> ======================================================================
> ERROR: bzrlib.plugins.bzrtools.tests.blackbox.TestBzrTools.test_branch_history
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 0.673  run bzr: ['init']
> 0.674  bazaar version: 2.4b3
> 0.674  bzr arguments: [u'init']
> 0.679  encoding stdout as sys.stdout encoding 'ANSI_X3.4-1968'
> 0.684  creating repository in 
> file:///tmp/testbzr-ltaT7X.tmp/bzrlib.plugins.bzrtools.tests.blackbox.TestBzrTools.test_branch_history/work/.bzr/.
> 0.686  creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2760ed0> 
> in 
> file:///tmp/testbzr-ltaT7X.tmp/bzrlib.plugins.bzrtools.tests.blackbox.TestBzrTools.test_branch_history/work/
> 0.693  trying to create missing lock 
> '/tmp/testbzr-ltaT7X.tmp/bzrlib.plugins.bzrtools.tests.blackbox.TestBzrTools.test_branch_history/work/.bzr/checkout/dirstate'
> 0.693  opening working tree 
> '/tmp/testbzr-ltaT7X.tmp/bzrlib.plugins.bzrtools.tests.blackbox.TestBzrTools.test_branch_history/work'
> 0.699  opening working tree 
> '/tmp/testbzr-ltaT7X.tmp/bzrlib.plugins.bzrtools.tests.blackbox.TestBzrTools.test_branch_history/work'
> 0.719  output:
> 'Created a standalone tree (format: 2a)\n'
> 0.720  run bzr: ['add']
> 0.720  bazaar version: 2.4b3
> 0.720  bzr arguments: [u'add']
> 0.721  encoding stdout as sys.stdout encoding 'ANSI_X3.4-1968'
> 0.724  opening working tree 
> '/tmp/testbzr-ltaT7X.tmp/bzrlib.plugins.bzrtools.tests.blackbox.TestBzrTools.test_branch_history/work'
> 0.746  skip control directory '.bzr'
> 0.746  creating config directory: 
> '/tmp/testbzr-ltaT7X.tmp/bzrlib.plugins.bzrtools.tests.blackbox.TestBzrTools.test_branch_history/home/.bazaar'
> 0.752  output:
> 'adding myfile\n'
> 0.752  run bzr: ['commit', '-m', 'hello']
> 0.752  bazaar version: 2.4b3
> 0.752  bzr arguments: [u'commit', u'-m', u'hello']
> 0.754  encoding stdout as sys.stdout encoding 'ANSI_X3.4-1968'
> 0.758  opening working tree 
> '/tmp/testbzr-ltaT7X.tmp/bzrlib.plugins.bzrtools.tests.blackbox.TestBzrTools.test_branch_history/work'
> 0.766  preparing to commit
>     INFO  Committing to: 
> /tmp/testbzr-ltaT7X.tmp/bzrlib.plugins.bzrtools.tests.blackbox.TestBzrTools.test_branch_history/work/
> 0.769  Selecting files for commit with filter None
>     INFO  added myfile
>     INFO  Committed revision 1.
> 0.780  Committed revid jran...@example.com-20110607233735-8oocct9ic18ochtn as 
> revno 1.
> 0.781  errors:
> 'Committing to: 
> /tmp/testbzr-ltaT7X.tmp/bzrlib.plugins.bzrtools.tests.blackbox.TestBzrTools.test_branch_history/work/\nadded
>  myfile\nCommitted revision 1.\n'
> 0.781  run bzr: ['graph-ancestry', '.', 'graph.dot']
> 0.781  bazaar version: 2.4b3
> 0.781  bzr arguments: [u'graph-ancestry', u'.', u'graph.dot']
> 0.783  encoding stdout as sys.stdout encoding 'ANSI_X3.4-1968'
> 0.794  opening working tree '/tmp/testbzr-ltaT7X.tmp'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/dist-packages/testtools/runtest.py", line 169, in 
> _run_user
>     return fn(*args, **kwargs)
>   File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line 499, in 
> _run_test_method
>     return self._get_test_method()()
>   File "/«BUILDDIR»/bzrtools-2.4.0~bzr767/tests/blackbox.py", line 65, in 
> test_branch_history
>     self.run_bzr('graph-ancestry . graph.dot')
>   File "/usr/lib/python2.6/dist-packages/bzrlib/tests/__init__.py", line 
> 1936, in run_bzr
>     working_dir=working_dir,
>   File "/usr/lib/python2.6/dist-packages/bzrlib/tests/__init__.py", line 
> 1834, in _run_bzr_autosplit
>     encoding=encoding, stdin=stdin, working_dir=working_dir,
>   File "/usr/lib/python2.6/dist-packages/bzrlib/tests/__init__.py", line 
> 1869, in _run_bzr_core
>     args)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/tests/__init__.py", line 
> 2178, in apply_redirected
>     return a_callable(*args, **kwargs)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1237, in 
> run_bzr_catch_user_errors
>     return run_bzr(argv)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1130, in 
> run_bzr
>     ret = run(*run_argv)
>   File "/«BUILDDIR»/bzrtools-2.4.0~bzr767/command.py", line 40, in 
> run_argv_aliases
>     commands.Command.run_argv_aliases(self, argv, alias_argv)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 691, in 
> run_argv_aliases
>     return self.run(**all_cmd_args)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 713, in run
>     return self._operation.run_simple(*args, **kwargs)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 135, in 
> run_simple
>     self.cleanups, self.func, *args, **kwargs)
>   File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 165, in 
> _do_with_cleanups
>     result = func(*args, **kwargs)
>   File "/«BUILDDIR»/bzrtools-2.4.0~bzr767/command_classes.py", line 104, in 
> run
>     import graph
>   File "/«BUILDDIR»/bzrtools-2.4.0~bzr767/graph.py", line 23, in <module>
>     from bzrlib.deprecated_graph import node_distances, select_farthest
> ImportError: No module named deprecated_graph
> ------------
> 
> ----------------------------------------------------------------------
> Ran 83 tests in 1.758s
> 
> FAILED (errors=1)
> 3 tests skipped
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/06/07/bzrtools_2.4.0~bzr767-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: bzrtools
Source-Version: 2.4.0~bzr769-1

We believe that the bug you reported is fixed in the latest version of
bzrtools, which is due to be installed in the Debian FTP archive:

bzrtools_2.4.0~bzr769-1.debian.tar.gz
  to main/b/bzrtools/bzrtools_2.4.0~bzr769-1.debian.tar.gz
bzrtools_2.4.0~bzr769-1.dsc
  to main/b/bzrtools/bzrtools_2.4.0~bzr769-1.dsc
bzrtools_2.4.0~bzr769-1_all.deb
  to main/b/bzrtools/bzrtools_2.4.0~bzr769-1_all.deb
bzrtools_2.4.0~bzr769.orig.tar.gz
  to main/b/bzrtools/bzrtools_2.4.0~bzr769.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 629...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jelmer Vernooij <jel...@debian.org> (supplier of updated bzrtools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 08 Jun 2011 15:52:33 +0100
Source: bzrtools
Binary: bzrtools
Architecture: source all
Version: 2.4.0~bzr769-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-ma...@lists.alioth.debian.org>
Changed-By: Jelmer Vernooij <jel...@debian.org>
Description: 
 bzrtools   - Collection of tools for bzr
Closes: 629682
Changes: 
 bzrtools (2.4.0~bzr769-1) unstable; urgency=low
 .
   * New upstream snapshot.
    + Fixes compatibility with newer versions of bzr. Closes: #629682
Checksums-Sha1: 
 c248d94fbfd25849a6aa1b1f0a49daa7430d6e3d 1482 bzrtools_2.4.0~bzr769-1.dsc
 d114b1ed0c3a771c515854fa7caf610960b06906 77506 
bzrtools_2.4.0~bzr769.orig.tar.gz
 29217f108f050ff12fad30770a40b08e4c9acb3e 8341 
bzrtools_2.4.0~bzr769-1.debian.tar.gz
 db2b795a75d83da135381bb35463a2b54f448ecb 63248 bzrtools_2.4.0~bzr769-1_all.deb
Checksums-Sha256: 
 215c43ddc48991f2106126b060b46af564653bf50eaf95222f6dcb75213ea446 1482 
bzrtools_2.4.0~bzr769-1.dsc
 a430802cc64f31977b455e824d3d25208ac781075b04329aeb6b9a4a9c97f788 77506 
bzrtools_2.4.0~bzr769.orig.tar.gz
 424d1288bb825053bf14bc8a1ee2aa271b99372da9ef9efc8bfd4a5d9dd7b71d 8341 
bzrtools_2.4.0~bzr769-1.debian.tar.gz
 ad6aeef8e0c674305d9c4edb617b3afa19c8ff663d5c6c2f2a316556c749ec37 63248 
bzrtools_2.4.0~bzr769-1_all.deb
Files: 
 6273fff27b9ab9d79ef87a1fd7b759d0 1482 vcs optional bzrtools_2.4.0~bzr769-1.dsc
 3064cb077518a216e1ebb8c996b0346f 77506 vcs optional 
bzrtools_2.4.0~bzr769.orig.tar.gz
 3ae389db6ef75e8e1f8f1359d5404c88 8341 vcs optional 
bzrtools_2.4.0~bzr769-1.debian.tar.gz
 c86081b78c1b9954d3586032020d90b1 63248 vcs optional 
bzrtools_2.4.0~bzr769-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk3xZg0ACgkQPa9Uoh7vUnaQ5ACgjf+Caj4RseoPuEqz03ljdVaS
eEoAni+/szbau1mEe3TbDh4KZxFhy2G/
=5kuP
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to