← Back to team overview

touch-packages team mailing list archive

[Bug 1503291] [NEW] FTBFS on amd64 due to pep8 errors

 

Public bug reported:

It seems that ubuntuone-client-data during the test-rebuild [1] in wily
fails to build from source on amd64 due to some PEP8 errors on package
build. Log:

make[1]: Entering directory '/«PKGBUILDDIR»'
./run-tests
+ python ./setup.py build clean
running build
running build_i18n
intltool-update -p -g ubuntuone-client-data
running build_icons
running build_help
running clean
WARNING: the following files are not recognized by DistUtilsExtra.auto:
  PKG-INFO
  po/LINGUAS
  run-tests
  ubuntuone-icons.svg
  ubuntuone.icns
  ubuntuone.ico
++ which python3
+ '[' -x /usr/bin/python3 ']'
+ python3 ./setup.py build clean
running build
running clean
+ pyflakes setup.py
+ pep8 --repeat --exclude=.pc . setup.py
./setup.py:45:1: E402 module level import not at top of file
./setup.py:46:1: E402 module level import not at top of file
setup.py:45:1: E402 module level import not at top of file
setup.py:46:1: E402 module level import not at top of file
debian/rules:7: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build] Error 2
debian/rules:4: recipe for target 'build' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2

[1] http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-
rebuild-20151001-wily.html

** Affects: ubuntuone-client-data (Ubuntu)
     Importance: Undecided
     Assignee: Łukasz Zemczak (sil2100)
         Status: New


** Tags: ftbfs

** Description changed:

  It seems that ubuntuone-client-data during the test-rebuild [1] in wily
  fails to build from source on amd64 due to some PEP8 errors on package
  build. Log:
  
  make[1]: Entering directory '/«PKGBUILDDIR»'
  ./run-tests
  + python ./setup.py build clean
  running build
  running build_i18n
  intltool-update -p -g ubuntuone-client-data
  running build_icons
  running build_help
  running clean
  WARNING: the following files are not recognized by DistUtilsExtra.auto:
-   PKG-INFO
-   po/LINGUAS
-   run-tests
-   ubuntuone-icons.svg
-   ubuntuone.icns
-   ubuntuone.ico
+   PKG-INFO
+   po/LINGUAS
+   run-tests
+   ubuntuone-icons.svg
+   ubuntuone.icns
+   ubuntuone.ico
  ++ which python3
  + '[' -x /usr/bin/python3 ']'
  + python3 ./setup.py build clean
  running build
  running clean
  + pyflakes setup.py
  + pep8 --repeat --exclude=.pc . setup.py
  ./setup.py:45:1: E402 module level import not at top of file
  ./setup.py:46:1: E402 module level import not at top of file
  setup.py:45:1: E402 module level import not at top of file
  setup.py:46:1: E402 module level import not at top of file
  debian/rules:7: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 1
  make[1]: Leaving directory '/«PKGBUILDDIR»'
  make: *** [build] Error 2
  debian/rules:4: recipe for target 'build' failed
  dpkg-buildpackage: error: debian/rules build gave error exit status 2
+ 
+ [1] http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-
+ rebuild-20151001-wily.html

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntuone-client-data in
Ubuntu.
https://bugs.launchpad.net/bugs/1503291

Title:
  FTBFS on amd64 due to pep8 errors

Status in ubuntuone-client-data package in Ubuntu:
  New

Bug description:
  It seems that ubuntuone-client-data during the test-rebuild [1] in
  wily fails to build from source on amd64 due to some PEP8 errors on
  package build. Log:

  make[1]: Entering directory '/«PKGBUILDDIR»'
  ./run-tests
  + python ./setup.py build clean
  running build
  running build_i18n
  intltool-update -p -g ubuntuone-client-data
  running build_icons
  running build_help
  running clean
  WARNING: the following files are not recognized by DistUtilsExtra.auto:
    PKG-INFO
    po/LINGUAS
    run-tests
    ubuntuone-icons.svg
    ubuntuone.icns
    ubuntuone.ico
  ++ which python3
  + '[' -x /usr/bin/python3 ']'
  + python3 ./setup.py build clean
  running build
  running clean
  + pyflakes setup.py
  + pep8 --repeat --exclude=.pc . setup.py
  ./setup.py:45:1: E402 module level import not at top of file
  ./setup.py:46:1: E402 module level import not at top of file
  setup.py:45:1: E402 module level import not at top of file
  setup.py:46:1: E402 module level import not at top of file
  debian/rules:7: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 1
  make[1]: Leaving directory '/«PKGBUILDDIR»'
  make: *** [build] Error 2
  debian/rules:4: recipe for target 'build' failed
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [1] http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-
  rebuild-20151001-wily.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client-data/+bug/1503291/+subscriptions


Follow ups