Source: pgxnclient
Version: 1.2.1-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140830 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/«PKGBUILDDIR»'
> python setup.py test
> running test
> running egg_info
> creating pgxnclient.egg-info
> writing pgxnclient.egg-info/PKG-INFO
> writing top-level names to pgxnclient.egg-info/top_level.txt
> writing dependency_links to pgxnclient.egg-info/dependency_links.txt
> writing entry points to pgxnclient.egg-info/entry_points.txt
> writing manifest file 'pgxnclient.egg-info/SOURCES.txt'
> reading manifest file 'pgxnclient.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'pgxnclient.egg-info/SOURCES.txt'
> running build_ext
> test_str (pgxnclient.tests.test_spec.SpecTestCase) ... ok
> test_from_file_tar (pgxnclient.tests.test_archives.TestArchive) ... ok
> test_from_file_unknown (pgxnclient.tests.test_archives.TestArchive) ... ok
> test_from_file_zip (pgxnclient.tests.test_archives.TestArchive) ... ok
> test_can_open (pgxnclient.tests.test_archives.TestTarArchive) ... ok
> test_can_open_noext (pgxnclient.tests.test_archives.TestTarArchive) ... ok
> test_cannot_open (pgxnclient.tests.test_archives.TestTarArchive) ... ok
> test_can_open (pgxnclient.tests.test_archives.TestZipArchive) ... ok
> test_can_open_noext (pgxnclient.tests.test_archives.TestZipArchive) ... ok
> test_cannot_open (pgxnclient.tests.test_archives.TestZipArchive) ... ok
> test_bad (pgxnclient.tests.test_semver.SemVerTestCase) ... ok
> test_cant_clean (pgxnclient.tests.test_semver.SemVerTestCase) ... ok
> test_clean (pgxnclient.tests.test_semver.SemVerTestCase) ... ok
> test_dis (pgxnclient.tests.test_semver.SemVerTestCase) ... ok
> test_eq (pgxnclient.tests.test_semver.SemVerTestCase) ... ok
> test_ne (pgxnclient.tests.test_semver.SemVerTestCase) ... ok
> test_ok (pgxnclient.tests.test_semver.SemVerTestCase) ... ok
> test_bad (pgxnclient.tests.test_label.LabelTestCase) ... ok
> test_compare (pgxnclient.tests.test_label.LabelTestCase) ... ok
> test_ok (pgxnclient.tests.test_label.LabelTestCase) ... ok
> test_order (pgxnclient.tests.test_label.LabelTestCase) ... ok
> test_bad (pgxnclient.tests.test_label.TermTestCase) ... ok
> test_ok (pgxnclient.tests.test_label.TermTestCase) ... ok
> test_nonblank (pgxnclient.tests.test_label.TestIdentifier) ... ok
> test_quoted (pgxnclient.tests.test_label.TestIdentifier) ... ok
> test_unquoted (pgxnclient.tests.test_label.TestIdentifier) ... ok
> test_check_bad_sha1 (pgxnclient.tests.test_commands.CheckTestCase) ... No 
> handlers could be found for logger "pgxnclient.commands"
> ok
> test_check_diff_moved (pgxnclient.tests.test_commands.CheckTestCase) ... ok
> test_check_fails (pgxnclient.tests.test_commands.CheckTestCase) ... ok
> test_check_latest (pgxnclient.tests.test_commands.CheckTestCase) ... ok
> test_check_url (pgxnclient.tests.test_commands.CheckTestCase) ... ok
> test_popen_raises (pgxnclient.tests.test_commands.CommandTestCase) ... ok
> test_download_bad_sha1 (pgxnclient.tests.test_commands.DownloadTestCase) ... 
> ok
> test_download_case_insensitive 
> (pgxnclient.tests.test_commands.DownloadTestCase) ... ok
> test_download_ext (pgxnclient.tests.test_commands.DownloadTestCase) ... ok
> test_download_latest (pgxnclient.tests.test_commands.DownloadTestCase) ... ok
> test_download_rename (pgxnclient.tests.test_commands.DownloadTestCase) ... ok
> test_download_testing (pgxnclient.tests.test_commands.DownloadTestCase) ... ok
> test_download_url (pgxnclient.tests.test_commands.DownloadTestCase) ... ok
> test_version (pgxnclient.tests.test_commands.DownloadTestCase) ... ok
> test_info (pgxnclient.tests.test_commands.InfoTestCase) ... ok
> test_info_case_insensitive (pgxnclient.tests.test_commands.InfoTestCase) ... 
> ok
> test_info_empty (pgxnclient.tests.test_commands.InfoTestCase) ... ok
> test_info_op (pgxnclient.tests.test_commands.InfoTestCase) ... ok
> test_mirror_info (pgxnclient.tests.test_commands.InfoTestCase) ... ok
> test_mirrors_list (pgxnclient.tests.test_commands.InfoTestCase) ... ok
> test_install_bad_sha1 (pgxnclient.tests.test_commands.InstallTestCase) ... ok
> test_install_fails (pgxnclient.tests.test_commands.InstallTestCase) ... FAIL
> test_install_latest (pgxnclient.tests.test_commands.InstallTestCase) ... ok
> test_install_local (pgxnclient.tests.test_commands.InstallTestCase) ... ERROR
> test_install_local_dir (pgxnclient.tests.test_commands.InstallTestCase) ... ok
> test_install_local_tar (pgxnclient.tests.test_commands.InstallTestCase) ... ok
> test_install_local_zip (pgxnclient.tests.test_commands.InstallTestCase) ... ok
> test_install_missing_sudo (pgxnclient.tests.test_commands.InstallTestCase) 
> ... ok
> test_install_nosudo (pgxnclient.tests.test_commands.InstallTestCase) ... ERROR
> test_install_sudo (pgxnclient.tests.test_commands.InstallTestCase) ... ok
> test_install_url (pgxnclient.tests.test_commands.InstallTestCase) ... ERROR
> test_install_url_file (pgxnclient.tests.test_commands.InstallTestCase) ... ok
> test_check_psql_options (pgxnclient.tests.test_commands.LoadTestCase) ... ok
> test_load_extensions_order (pgxnclient.tests.test_commands.LoadTestCase) ... 
> ok
> test_load_list (pgxnclient.tests.test_commands.LoadTestCase) ... ok
> test_load_local_dir (pgxnclient.tests.test_commands.LoadTestCase) ... ok
> test_load_local_tar (pgxnclient.tests.test_commands.LoadTestCase) ... ok
> test_load_local_zip (pgxnclient.tests.test_commands.LoadTestCase) ... ok
> test_load_missing (pgxnclient.tests.test_commands.LoadTestCase) ... ok
> test_load_tar_url (pgxnclient.tests.test_commands.LoadTestCase) ... ok
> test_load_zip_url (pgxnclient.tests.test_commands.LoadTestCase) ... ok
> test_missing_meta_dir (pgxnclient.tests.test_commands.LoadTestCase) ... ok
> test_parse_version (pgxnclient.tests.test_commands.LoadTestCase) ... ok
> test_unload_extensions_order (pgxnclient.tests.test_commands.LoadTestCase) 
> ... ok
> test_unload_list (pgxnclient.tests.test_commands.LoadTestCase) ... ok
> test_unload_missing (pgxnclient.tests.test_commands.LoadTestCase) ... ok
> test_search_quoting (pgxnclient.tests.test_commands.SearchTestCase) ... ok
> 
> ======================================================================
> ERROR: test_install_local (pgxnclient.tests.test_commands.InstallTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/pgxnclient/tests/test_commands.py", line 385, in 
> test_install_local
>     main(['install', 'foobar'])
>   File "/«PKGBUILDDIR»/pgxnclient/cli.py", line 31, in main
>     run_command(opt, parser)
>   File "/«PKGBUILDDIR»/pgxnclient/commands/__init__.py", line 96, in 
> run_command
>     return opts.cmd(opts, parser=parser).run()
>   File "/«PKGBUILDDIR»/pgxnclient/commands/install.py", line 147, in run
>     "a 'sudo' program") % dir)
> InsufficientPrivileges: PostgreSQL library directory (/sbuild-nonexistent) 
> not writable: you should run the program as superuser, or specify a 'sudo' 
> program
> 
> ======================================================================
> ERROR: test_install_nosudo (pgxnclient.tests.test_commands.InstallTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/pgxnclient/tests/test_commands.py", line 429, in 
> test_install_nosudo
>     main(['install', '--nosudo', 'foobar'])
>   File "/«PKGBUILDDIR»/pgxnclient/cli.py", line 31, in main
>     run_command(opt, parser)
>   File "/«PKGBUILDDIR»/pgxnclient/commands/__init__.py", line 96, in 
> run_command
>     return opts.cmd(opts, parser=parser).run()
>   File "/«PKGBUILDDIR»/pgxnclient/commands/install.py", line 147, in run
>     "a 'sudo' program") % dir)
> InsufficientPrivileges: PostgreSQL library directory (/sbuild-nonexistent) 
> not writable: you should run the program as superuser, or specify a 'sudo' 
> program
> 
> ======================================================================
> ERROR: test_install_url (pgxnclient.tests.test_commands.InstallTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/pgxnclient/tests/test_commands.py", line 396, in 
> test_install_url
>     main(['install', 
> 'http://api.pgxn.org/dist/foobar/0.42.1/foobar-0.42.1.zip'])
>   File "/«PKGBUILDDIR»/pgxnclient/cli.py", line 31, in main
>     run_command(opt, parser)
>   File "/«PKGBUILDDIR»/pgxnclient/commands/__init__.py", line 96, in 
> run_command
>     return opts.cmd(opts, parser=parser).run()
>   File "/«PKGBUILDDIR»/pgxnclient/commands/install.py", line 147, in run
>     "a 'sudo' program") % dir)
> InsufficientPrivileges: PostgreSQL library directory (/sbuild-nonexistent) 
> not writable: you should run the program as superuser, or specify a 'sudo' 
> program
> 
> ======================================================================
> FAIL: test_install_fails (pgxnclient.tests.test_commands.InstallTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/pgxnclient/tests/test_commands.py", line 410, in 
> test_install_fails
>     self.assertEquals(self.mock_popen.call_count, 1)
> AssertionError: 0 != 1
> 
> ----------------------------------------------------------------------
> Ran 73 tests in 0.396s
> 
> FAILED (failures=1, errors=3)
> Makefile:16: recipe for target 'check' failed
> make[1]: *** [check] Error 1
> make[1]: Leaving directory '/«PKGBUILDDIR»'
> dh_auto_test: make -j1 check returned exit code 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/08/30/pgxnclient_1.2.1-2_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures. The build
was done with DEB_BUILD_OPTIONS="parallel=4", so if your packaging tries
to support this, it might be a good idea to explore whether this might
be the cause of the failure.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to