[ 9:36AM ] [ bdmurray@impulse:~/source-trees/ubuntu-release-upgrader/trunk ]
$ bzr-buildpackage -S
Building using working tree
Building package in native mode
Running ./pre-build.sh as pre-build hook
...
(process:19590): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(nosetests3:19590): Gtk-CRITICAL **: gtk_main_quit: assertion 'main_loops != NULL' failed
.....F..........................ääääää....
======================================================================
FAIL: test_pyflakes_clean (test_pyflakes.TestPyflakesClean)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bdmurray/source-trees/ubuntu-release-upgrader/build-area/ubuntu-release-upgrader-15.04.8/tests/test_pyflakes.py", line 56, in test_pyflakes_clean
self.assertEqual(0, len(filtered_contents))
nose.proxy.AssertionError: 0 != 22
-------------------- >> begin captured stdout << ---------------------
../DistUpgrade/DistUpgradeViewKDE.py:35: 'from PyQt5.QtCore import *' used; unable to detect undefined names
../DistUpgrade/DistUpgradeViewKDE.py:36: 'from PyQt5.QtGui import *' used; unable to detect undefined names
../DistUpgrade/DistUpgradeViewKDE.py:37: 'from PyQt5.QtWidgets import *' used; unable to detect undefined names
../DistUpgrade/DistUpgradeViewKDE.py:40: 'from PyQt4.QtCore import *' used; unable to detect undefined names
../DistUpgrade/DistUpgradeViewKDE.py:41: 'from PyQt4.QtGui import *' used; unable to detect undefined names
../DistUpgrade/DistUpgradeViewKDE.py:50: 'tempfile' imported but unused
../DistUpgrade/DistUpgradeViewKDE.py:55: 'shutil' imported but unused
../DistUpgrade/QUrlOpener.py:30: 'from PyQt5.QtCore import *' used; unable to detect undefined names
../DistUpgrade/QUrlOpener.py:31: 'from PyQt5.QtGui import *' used; unable to detect undefined names
../DistUpgrade/QUrlOpener.py:33: 'from PyQt4.QtCore import *' used; unable to detect undefined names
../DistUpgrade/QUrlOpener.py:34: 'from PyQt4.QtGui import *' used; unable to detect undefined names
../DistUpgrade/DistUpgradeFetcherKDE.py:34: 'from PyQt5.QtCore import *' used; unable to detect undefined names
../DistUpgrade/DistUpgradeFetcherKDE.py:35: 'from PyQt5.QtGui import *' used; unable to detect undefined names
../DistUpgrade/DistUpgradeFetcherKDE.py:36: 'from PyQt5.QtWidgets import *' used; unable to detect undefined names
../DistUpgrade/DistUpgradeFetcherKDE.py:38: 'ki18n' imported but unused
../DistUpgrade/DistUpgradeFetcherKDE.py:38: 'KAboutData' imported but unused
../DistUpgrade/DistUpgradeFetcherKDE.py:38: 'KCmdLineArgs' imported but unused
../DistUpgrade/DistUpgradeFetcherKDE.py:38: 'KCmdLineOptions' imported but unused
../DistUpgrade/DistUpgradeFetcherKDE.py:39: 'KApplication' imported but unused
../DistUpgrade/DistUpgradeFetcherKDE.py:40: 'QDir' imported but unused
../DistUpgrade/DistUpgradeFetcherKDE.py:40: 'QTimer' imported but unused
../DistUpgrade/DistUpgradeFetcherKDE.py:45: 'sys' imported but unused
--------------------- >> end captured stdout << ----------------------
----------------------------------------------------------------------
Ran 39 tests in 29.952s
FAILED (failures=1)
bzr: ERROR: The "pre-build" hook failed.