Your message dated Sun, 13 Apr 2014 21:39:12 +0000
with message-id <e1wzs7m-00015r...@franck.debian.org>
and subject line Bug#735815: fixed in sqlobject 1.5.2-1
has caused the Debian Bug report #735815,
regarding sqlobject: FTBFS: Tests failures
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 ow...@bugs.debian.org
immediately.)


-- 
735815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735815
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sqlobject
Version: 1.5.0-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140114 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):
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> self = <sqlobject.sqlite.sqliteconnection.SQLiteConnection instance at 
> 0x22a0170>
> conn = <sqlite3.Connection object at 0x23adb10>
> soInstance = <TestException (not initialized)>, id = None, names = ['name']
> values = ['test']
> 
>     def _queryInsertID(self, conn, soInstance, id, names, values):
>         table = soInstance.sqlmeta.table
>         idName = soInstance.sqlmeta.idName
>         c = conn.cursor()
>         if id is not None:
>             names = [idName] + names
>             values = [id] + values
>         q = self._insertSQL(table, names, values)
>         if self.debug:
>             self.printDebug(conn, q, 'QueryIns')
> >       self._executeRetry(conn, c, q)
> 
> ../../../sqlobject/sqlite/sqliteconnection.py:238: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> self = <sqlobject.sqlite.sqliteconnection.SQLiteConnection instance at 
> 0x22a0170>
> conn = <sqlite3.Connection object at 0x23adb10>
> cursor = <sqlite3.Cursor object at 0x3206ce0>
> query = "INSERT INTO test_exception (name) VALUES ('test')"
> 
>     def _executeRetry(self, conn, cursor, query):
>         if self.debug:
>             self.printDebug(conn, query, 'QueryR')
>         try:
>             return cursor.execute(query)
>         except self.module.OperationalError, e:
>             raise OperationalError(ErrorMessage(e))
>         except self.module.IntegrityError, e:
>             msg = ErrorMessage(e)
>             if msg.startswith('column') and msg.endswith('not unique'):
>                 raise DuplicateEntryError(msg)
>             else:
> >               raise IntegrityError(msg)
> E               IntegrityError: UNIQUE constraint failed: test_exception.name
> 
> ../../../sqlobject/sqlite/sqliteconnection.py:210: IntegrityError
> ============== 1 failed, 272 passed, 62 skipped in 10.52 seconds 
> ===============
> E: pybuild pybuild:256: test: plugin distutils failed with: exit code=1: cd 
> /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build; python2.7 -m pytest "{dir}"
> dh_auto_test: pybuild --test -i python{version} -p 2.7 --dir . returned exit 
> code 13

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/01/14/sqlobject_1.5.0-1_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.

--- End Message ---
--- Begin Message ---
Source: sqlobject
Source-Version: 1.5.2-1

We believe that the bug you reported is fixed in the latest version of
sqlobject, 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 735...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Neil Muller <drnlmuller+deb...@gmail.com> (supplier of updated sqlobject 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 13 Apr 2014 22:36:42 +0200
Source: sqlobject
Binary: python-sqlobject
Architecture: source all
Version: 1.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Neil Muller <drnlmuller+deb...@gmail.com>
Description: 
 python-sqlobject - object relational manager providing an object interface to 
your d
Closes: 735815
Changes: 
 sqlobject (1.5.2-1) unstable; urgency=low
 .
   * Update to latest upstream release.
     - Adapt duplicate error message strings for SQLite 3.8
       (closes: #735815, LP: #1283192).
   * Standards-Version: 3.9.5 (no changes needed).
   * Add replace_sf_logo patch to replace the sourceforge logo with a text link
     to the sourceforge page to solve lintian's "privacy-breach-logo" error.
   * Add descriptions to all the patches.
   * Register HTML documentation in doc-base.
Checksums-Sha1: 
 5075b49309e9a1aed9a507d03d2814b47331e5ce 2045 sqlobject_1.5.2-1.dsc
 8c6830e82e29dc6bf269d97bb27f27743eec6038 276715 sqlobject_1.5.2.orig.tar.gz
 91076d03fb0a9a8b861212a710d3f015c4f5bb73 9272 sqlobject_1.5.2-1.debian.tar.xz
 dd60d9ff6ddfc383077a0f44caf459eca3152455 235378 
python-sqlobject_1.5.2-1_all.deb
Checksums-Sha256: 
 a814f9cdb7232696b8d4883a4e9ab7519d86cf8982ea94f3196212670f95e193 2045 
sqlobject_1.5.2-1.dsc
 98af5e0ce6d8fbc92c9f8ce4d166410992c491f80ab926a42312b98cd9810832 276715 
sqlobject_1.5.2.orig.tar.gz
 55fd8a35c03a9b1f8cf7d5080589125b1f2d3dd3332a5e927839f36c6086242d 9272 
sqlobject_1.5.2-1.debian.tar.xz
 20ae4924d37e8b22732ea93b0229db1919818a8bc5728806e3db690cf4d12e01 235378 
python-sqlobject_1.5.2-1_all.deb
Files: 
 d6ebac7006d24f7a7eb843b2f4d6a731 2045 python optional sqlobject_1.5.2-1.dsc
 823b184e625f74f5182498f9f802f633 276715 python optional 
sqlobject_1.5.2.orig.tar.gz
 e9038782d7015c8eed3e3d46a190a9a6 9272 python optional 
sqlobject_1.5.2-1.debian.tar.xz
 2dfe132a8117b35e7665f8d6d9e54e06 235378 python optional 
python-sqlobject_1.5.2-1_all.deb

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

iQIcBAEBCgAGBQJTSvYsAAoJEACQ/CG1zRrM1swQANbABCIzTLVYbx+FV2nROTvD
UNzI4R/AABD3qS/31nmqGWt4VCocghVddEZogTn/Us0vNUQam6+ShuD1BQca+rAg
M/2WKTh3MX7R4/0r844rP6kDPNcU9gQxdFFmzfgSCNeYO1roHQwKH16/t/xIGF1w
yXckiz5qBMYoRPnIO8tB486XXRjXu+cvT6Esc01yDQoR8BskqWq3OUpcDBzjwXou
amGHX0HE93+JzTNq6JicSOcD1Jf5cPLcIFUUhD81xn83NopjJgw5FC07FyogoFvC
3+KZXG2PDgu2mKQ7r1IdT+LnNFtk+tEagcWwSg7KjPXML+8FttD+PMw3qelQEhDx
Pb5rlrVtCXmVGp1oStar047O7ntX4DKIH0cDtOgIbcONfRMNWq3n90b4BqZJaQiY
Jjp3mI1QFVC11tsOnJymdCKnb9ifwOGL5M8tnBUeQmZ3d2P8PofVIXJiu4y/WUtQ
wllS7h4vHlq3FvGwC0ozWEe6VvoB1DqxMjQd9XHPBdb1e6LuxA/8S5x3bL9zDZHM
rhFRrEug44uIO9zU8nbhskq8mS/SAVD4T4uAmhVUdAKo7ZNDHz+qzXzPHMv+vHzK
lRUhtPfcXEt4fMgO56qPo8oOJWIqOsi7pqKSxFt/chfI/staPS2gFS54K0Uo+3PK
27jZFZxEzsiPa4VwNaOp
=lP+p
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to