Public bug reported:

When trying to build Breezy from source, the tests fail:

File 
"/home/chris/plusone/ubuntu/breezy/breezy-3.2.0+bzr7543/breezy/doc/api/branch.txt",
 line 20, in branch.txt
Failed example:                                                                 
                                                    
    another_instance = Branch.open(transport.clone('..').base)                  
                                                    
Exception raised:                                                 
    Traceback (most recent call last):
      File "/usr/lib/python3.9/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest branch.txt[6]>", line 1, in <module>
        another_instance = Branch.open(transport.clone('..').base) 
    NameError: name 'transport' is not defined
----------------------------------------------------------------------
File 
"/home/chris/plusone/ubuntu/breezy/breezy-3.2.0+bzr7543/breezy/doc/api/branch.txt",
 line 24, in branch.txt
Failed example:
    still_the_same_branch = new_branch.controldir.open_branch()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python3.9/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest branch.txt[7]>", line 1, in <module>
        still_the_same_branch = new_branch.controldir.open_branch()
    NameError: name 'new_branch' is not defined
----------------------------------------------------------------------
File 
"/home/chris/plusone/ubuntu/breezy/breezy-3.2.0+bzr7543/breezy/doc/api/branch.txt",
 line 28, in branch.txt
Failed example:
    new_branch.last_revision()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python3.9/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest branch.txt[8]>", line 1, in <module>
        new_branch.last_revision()
    NameError: name 'new_branch' is not defined

----------------------------------------------------------------------
Ran 32983 tests in 1590.847s

FAILED (failures=8, errors=548, known_failure_count=49)

** Affects: breezy (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932313

Title:
  Breezy 3.2.0+bzr7543-1 FTBFS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/breezy/+bug/1932313/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to