Your message dated Sat, 09 Jun 2012 16:51:39 +0000
with message-id <e1sdot1-000062...@franck.debian.org>
and subject line Bug#674379: fixed in ruby-graffiti 2.2-1
has caused the Debian Bug report #674379,
regarding ruby-graffiti: FTBFS: test failed
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.)


-- 
674379: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674379
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-graffiti
Version: 2.1-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120524 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  fakeroot debian/rules binary
> dh binary --buildsystem=ruby --with ruby
>    dh_testroot -O--buildsystem=ruby
>    dh_prep -O--buildsystem=ruby
>    dh_installdirs -O--buildsystem=ruby
>    dh_auto_install -O--buildsystem=ruby
>   Entering dh_ruby --install
> install -d /«PKGBUILDDIR»/debian/ruby-graffiti/usr/lib/ruby/vendor_ruby
> install -D -m644 lib/graffiti/store.rb 
> /«PKGBUILDDIR»/debian/ruby-graffiti/usr/lib/ruby/vendor_ruby/graffiti/store.rb
> install -D -m644 lib/graffiti/squish.rb 
> /«PKGBUILDDIR»/debian/ruby-graffiti/usr/lib/ruby/vendor_ruby/graffiti/squish.rb
> install -D -m644 lib/graffiti/sql_mapper.rb 
> /«PKGBUILDDIR»/debian/ruby-graffiti/usr/lib/ruby/vendor_ruby/graffiti/sql_mapper.rb
> install -D -m644 lib/graffiti/rdf_property_map.rb 
> /«PKGBUILDDIR»/debian/ruby-graffiti/usr/lib/ruby/vendor_ruby/graffiti/rdf_property_map.rb
> install -D -m644 lib/graffiti/rdf_config.rb 
> /«PKGBUILDDIR»/debian/ruby-graffiti/usr/lib/ruby/vendor_ruby/graffiti/rdf_config.rb
> install -D -m644 lib/graffiti/exceptions.rb 
> /«PKGBUILDDIR»/debian/ruby-graffiti/usr/lib/ruby/vendor_ruby/graffiti/exceptions.rb
> install -D -m644 lib/graffiti/debug.rb 
> /«PKGBUILDDIR»/debian/ruby-graffiti/usr/lib/ruby/vendor_ruby/graffiti/debug.rb
> install -D -m644 lib/graffiti.rb 
> /«PKGBUILDDIR»/debian/ruby-graffiti/usr/lib/ruby/vendor_ruby/graffiti.rb
> /usr/bin/ruby1.8 -I/usr/lib/ruby/vendor_ruby 
> /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb
> Loaded suite -e
> Started
> F....FF.F.
> Finished in 0.225836 seconds.
> 
>   1) Failure:
> test_dangling_blank_node(TC_Storage)
>     [./test/ts_graffiti.rb:385:in `test_squish_select'
>      ./test/ts_graffiti.rb:153:in `test_dangling_blank_node']:
> Query doesn't match. Expected:
> SELECT DISTINCT a.id AS msg
> FROM resource AS a
> INNER JOIN resource AS b ON (a.part_of_subproperty = b.id) AND (b.uriref = 
> 't' AND b.label = 'http://www.nongnu.org/samizdat/rdf/schema#inReplyTo')
> WHERE (a.id IS NOT NULL)
> Received:
> SELECT DISTINCT a.id AS msg
> FROM resource AS b
> INNER JOIN resource AS a ON (a.part_of_subproperty = b.id)
> WHERE (a.id IS NOT NULL)
> AND ((b.uriref = 't' AND b.label = 
> 'http://www.nongnu.org/samizdat/rdf/schema#inReplyTo')).
> <219> expected but was
> <221>.
> 
>   2) Failure:
> test_many_to_many(TC_Storage)
>     [./test/ts_graffiti.rb:385:in `test_squish_select'
>      ./test/ts_graffiti.rb:332:in `test_many_to_many']:
> Query doesn't match. Expected:
> SELECT DISTINCT a.id AS p, c.published_date AS date
> FROM vote AS a
> INNER JOIN vote AS b ON (a.id = b.id) AND (b.rating < 0)
> INNER JOIN resource AS c ON (a.id = c.id)
> WHERE (c.published_date IS NOT NULL)
> AND (a.rating IS NOT NULL)
> AND (b.rating IS NOT NULL)
> AND ((a.rating > 0))
> ORDER BY c.published_date DESC
> Received:
> SELECT DISTINCT a.id AS p, c.published_date AS date
> FROM resource AS c
> INNER JOIN vote AS a ON (a.id = c.id) AND (a.rating > 0)
> INNER JOIN vote AS b ON (a.id = b.id) AND (b.rating < 0)
> WHERE (b.rating IS NOT NULL)
> AND (a.rating IS NOT NULL)
> AND (c.published_date IS NOT NULL)
> ORDER BY c.published_date DESC.
> <308> expected but was
> <306>.
> 
>   3) Failure:
> test_optional(TC_Storage)
>     [./test/ts_graffiti.rb:385:in `test_squish_select'
>      ./test/ts_graffiti.rb:259:in `test_optional']:
> Query doesn't match. Expected:
> SELECT DISTINCT a.published_date AS date, b.creator AS creator, b.language AS 
> lang, select_subproperty(a.part_of, d.id) AS parent, 
> select_subproperty(a.part_of, c.id) AS version_of, b.hidden AS hidden, b.open 
> AS open
> FROM resource AS a
> INNER JOIN message AS b ON (a.id = b.id)
> LEFT JOIN resource AS c ON (a.part_of_subproperty = c.id) AND (c.uriref = 't' 
> AND c.label = 'http://purl.org/dc/terms/isVersionOf')
> LEFT JOIN resource AS d ON (a.part_of_subproperty = d.id) AND (d.uriref = 't' 
> AND d.label = 'http://www.nongnu.org/samizdat/rdf/schema#inReplyTo')
> WHERE (a.published_date IS NOT NULL)
> AND ((a.id = 1))
> Received:
> SELECT DISTINCT a.published_date AS date, b.creator AS creator, b.language AS 
> lang, select_subproperty(a.part_of, c.id) AS parent, 
> select_subproperty(a.part_of, d.id) AS version_of, b.hidden AS hidden, b.open 
> AS open
> FROM message AS b
> INNER JOIN resource AS a ON (a.id = b.id) AND (a.id = 1)
> LEFT JOIN resource AS d ON (a.part_of_subproperty = d.id) AND (d.uriref = 't' 
> AND d.label = 'http://purl.org/dc/terms/isVersionOf')
> LEFT JOIN resource AS c ON (a.part_of_subproperty = c.id) AND (c.uriref = 't' 
> AND c.label = 'http://www.nongnu.org/samizdat/rdf/schema#inReplyTo')
> WHERE (a.published_date IS NOT NULL).
> <609> expected but was
> <607>.
> 
>   4) Failure:
> test_query_select(TC_Storage)
>     [./test/ts_graffiti.rb:385:in `test_squish_select'
>      ./test/ts_graffiti.rb:63:in `test_query_select']:
> Query doesn't match. Expected:
> SELECT DISTINCT c.id AS msg, c.title AS title, b.full_name AS name, 
> d.published_date AS date, a.rating AS rating
> FROM statement AS a
> INNER JOIN message AS c ON (c.id = a.subject)
> INNER JOIN member AS b ON (c.creator = b.id)
> INNER JOIN resource AS d ON (c.id = d.id)
> INNER JOIN resource AS e ON (a.object = e.id) AND (e.uriref = 't' AND e.label 
> = 'http://www.nongnu.org/samizdat/rdf/schema#Quality')
> INNER JOIN resource AS f ON (a.predicate = f.id) AND (f.uriref = 't' AND 
> f.label = 'http://purl.org/dc/elements/1.1/relation')
> WHERE (a.id IS NOT NULL)
> AND (d.published_date IS NOT NULL)
> AND (b.full_name IS NOT NULL)
> AND (c.title IS NOT NULL)
> AND (a.rating >= -1)
> ORDER BY a.rating DESC
> Received:
> SELECT DISTINCT c.id AS msg, c.title AS title, a.full_name AS name, 
> d.published_date AS date, b.rating AS rating
> FROM resource AS f
> INNER JOIN statement AS b ON (b.predicate = f.id)
> INNER JOIN resource AS e ON (b.object = e.id) AND (e.uriref = 't' AND e.label 
> = 'http://www.nongnu.org/samizdat/rdf/schema#Quality')
> INNER JOIN message AS c ON (c.id = b.subject)
> INNER JOIN member AS a ON (c.creator = a.id)
> INNER JOIN resource AS d ON (c.id = d.id)
> WHERE (a.full_name IS NOT NULL)
> AND (d.published_date IS NOT NULL)
> AND (b.id IS NOT NULL)
> AND (c.title IS NOT NULL)
> AND ((f.uriref = 't' AND f.label = 
> 'http://purl.org/dc/elements/1.1/relation'))
> AND (b.rating >= -1)
> ORDER BY b.rating DESC.
> <685> expected but was
> <687>.
> 
> 10 tests, 47 assertions, 4 failures, 0 errors
> ERROR: Test "ruby1.8" failed. Exiting.
> dh_auto_install: dh_ruby --install /«PKGBUILDDIR»/debian/ruby-graffiti 
> returned exit code 1
> make: *** [binary] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/05/24/ruby-graffiti_2.1-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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: ruby-graffiti
Source-Version: 2.2-1

We believe that the bug you reported is fixed in the latest version of
ruby-graffiti, which is due to be installed in the Debian FTP archive:

ruby-graffiti_2.2-1.debian.tar.gz
  to main/r/ruby-graffiti/ruby-graffiti_2.2-1.debian.tar.gz
ruby-graffiti_2.2-1.dsc
  to main/r/ruby-graffiti/ruby-graffiti_2.2-1.dsc
ruby-graffiti_2.2-1_all.deb
  to main/r/ruby-graffiti/ruby-graffiti_2.2-1_all.deb
ruby-graffiti_2.2.orig.tar.gz
  to main/r/ruby-graffiti/ruby-graffiti_2.2.orig.tar.gz



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 674...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Borodaenko <angdr...@debian.org> (supplier of updated ruby-graffiti 
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...@debian.org)


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

Format: 1.8
Date: Sat, 09 Jun 2012 19:33:50 +0300
Source: ruby-graffiti
Binary: ruby-graffiti
Architecture: source all
Version: 2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Dmitry Borodaenko <angdr...@debian.org>
Description: 
 ruby-graffiti - Relational RDF store for Ruby
Closes: 674379
Changes: 
 ruby-graffiti (2.2-1) unstable; urgency=low
 .
   * New upstream release:
     - force deterministic iteration over hashes (Closes: #674379).
   * Standards-Version upgraded to 3.9.3 (no changes).
Checksums-Sha1: 
 d91182fbdecf642766066589b8d0c5ce717ce07b 1393 ruby-graffiti_2.2-1.dsc
 4cf9bb4b2c3a4d6f031e500fdbc22369b6b087e8 80661 ruby-graffiti_2.2.orig.tar.gz
 c0ac7137d9e45553adf12c998706946cfc97e38d 2015 ruby-graffiti_2.2-1.debian.tar.gz
 c803bf546c92ea8eef3c1c466c5b4b1f5b1a9479 33034 ruby-graffiti_2.2-1_all.deb
Checksums-Sha256: 
 e32e442c25b4fc686075e87fdd40c1fe5288fa2823121cabaaed18c1947a27ae 1393 
ruby-graffiti_2.2-1.dsc
 8360c8dc22f2c8f8596a853b90aa96df803015c3ba884f240295caea15a8f1e0 80661 
ruby-graffiti_2.2.orig.tar.gz
 1fa341ad72626d662adfb41e15d6295b8237f5768da535e88d70eb4031d05cbb 2015 
ruby-graffiti_2.2-1.debian.tar.gz
 7a054383db35481f95afa7c102add32b4d66ccceeb1300468af65a56ef58c0c2 33034 
ruby-graffiti_2.2-1_all.deb
Files: 
 01ea30bb38d7ce404e9f92920dd210b5 1393 ruby optional ruby-graffiti_2.2-1.dsc
 ff6475e7b8c3c7ffb0bbf366e9e1e811 80661 ruby optional 
ruby-graffiti_2.2.orig.tar.gz
 beaae2eeaf08e2faba2e9f9e93e00bd1 2015 ruby optional 
ruby-graffiti_2.2-1.debian.tar.gz
 6ee5df8090a45c753d2b1a3c1e6cfaed 33034 ruby optional 
ruby-graffiti_2.2-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEAREIAAYFAk/Te8kACgkQxhqJXoXuPg7NaQCff+ChffXOR4jOSx5y/ZJW/+9b
2jwAoKFZkCg7K/IlekC/GC0Anoxbzto6
=9i1b
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to