Your message dated Sun, 07 Sep 2014 15:21:42 +0000
with message-id <[email protected]>
and subject line Bug#759911: fixed in pgxnclient 1.2.1-3
has caused the Debian Bug report #759911,
regarding pgxnclient: FTBFS: dh_auto_test: make -j1 check returned exit code 2
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 [email protected]
immediately.)


-- 
759911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759911
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pgxnclient
Version: 1.2.1-2
Severity: serious
Tags: jessie sid
User: [email protected]
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.

--- End Message ---
--- Begin Message ---
Source: pgxnclient
Source-Version: 1.2.1-3

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

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg <[email protected]> (supplier of updated pgxnclient 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 07 Sep 2014 16:11:16 +0200
Source: pgxnclient
Binary: pgxnclient
Architecture: source all
Version: 1.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 
<[email protected]>
Changed-By: Christoph Berg <[email protected]>
Description:
 pgxnclient - command line client for the PostgreSQL Extension Network
Closes: 759911
Changes:
 pgxnclient (1.2.1-3) unstable; urgency=medium
 .
   * Set HOME to a temp dir for the testsuite. Closes: #759911.
   * Set team as maintainer.
Checksums-Sha1:
 6803075c44ba211a2b8ff1b4b2b117621f2dddc9 2035 pgxnclient_1.2.1-3.dsc
 91c0876da934c5dca0d56b54bb0f9afc72c30890 4184 pgxnclient_1.2.1-3.debian.tar.xz
 bb4d9e4da91b826f6a62264509948b7a69827316 55152 pgxnclient_1.2.1-3_all.deb
Checksums-Sha256:
 872bf7fde5be5c83b3c4ece20119848991ded2843226267da984a434696bd405 2035 
pgxnclient_1.2.1-3.dsc
 3ecf016c4998399b8def73cc3cd5431237ffc307305309bff76d9160d07b70ce 4184 
pgxnclient_1.2.1-3.debian.tar.xz
 e6d9f531f85ce4da9ebf4c533d891c58cdb5bff1b2e83109e6ffbcfc176b0366 55152 
pgxnclient_1.2.1-3_all.deb
Files:
 3ce82e62db08ebc39fda8121d6d8531d 55152 database extra 
pgxnclient_1.2.1-3_all.deb
 6ac49fc1f0d946a5c3586bbaddef4a57 2035 database extra pgxnclient_1.2.1-3.dsc
 ab86599e17341e661aa5441399563ba4 4184 database extra 
pgxnclient_1.2.1-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJUDGzYAAoJEExaa6sS0qeu5jgP/1I/MjcSBHIrPsnhSTvp7FuU
tI+4C6795RZRhzF2XEo8Xq2isdDAS5n5l/gzf5hRQjNHs1z0kcPPwHhgx1+jfJhd
ISrlPXWr99QLv9z2FRulsFgrChhjFycOGxSeHBjSPj+sepJQnc5lfgcpjz4zAtQW
J3r5Xombv/4FfVt1SNCTEQ2Vri7hZlkC4szfzoSUA7+unPty8bBpE3LfZXvh3ErD
ASLbcjSSM325ZsNfMAqV4nT7j/Qz2aul/pYT6RmJRelIBg7SDJgy/OcYkHY0V+j1
EFlNsEgFmSSNqd674EB7QYPsx/x4NdLBQG5/Qh0FkgWd0dtPifw6VwQ/EqP+e9BY
gfblo4B1bQSHa2YFGm6mLUjIyp7cnLDpzZXMxmJUoAaLN3RogNiRbJd7PGO2F5gC
BWAevnVpiYL/vhvtuGdXLOgtGEkAjR9jMOFu5Pur+QAb7zif/qbuwqcE30pHA/Ol
Lvkg5XKojZwNYhNFtBxhIWQcMwbRbh+qyUNAFLKAcTOA5cuJBOCbl7GaxB494ujJ
fSHIN7DYeGramRkMm5BCiMsrBEVFwPzuaACHEgUyIeioDRV7et/Dw+IaYgy736KT
3ESwmLDHNFEJizzGJnLEgaij664E4Yk1v1LP5LCfDpShJI+iodNMMaIHyWMea9VI
jfLCdHxBhKdshS1hP/Ni
=MTVZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to