Your message dated Mon, 01 Sep 2014 16:05:36 +0000
with message-id <[email protected]>
and subject line Bug#759902: fixed in ruby-haml-magic-translations 4.0.3-2
has caused the Debian Bug report #759902,
regarding ruby-haml-magic-translations: FTBFS: ERROR: Test "ruby2.1" failed:
NoMethodError:
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.)
--
759902: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759902
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-haml-magic-translations
Version: 4.0.3-1
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):
> NoMethodError:
> undefined method `try' for " ":String
> Shared Example Group: "Haml magic translations" called from
> ./spec/haml/magic_translations_spec.rb:257
> # ./spec/haml/magic_translations_spec.rb:11:in `strip_heredoc'
> # ./spec/haml/magic_translations_spec.rb:201:in `block (4 levels) in
> <module:Haml>'
> # ./spec/haml/magic_translations_spec.rb:254:in `block (4 levels) in
> <module:Haml>'
> # ./spec/haml/magic_translations_spec.rb:242:in `block (3 levels) in
> <module:Haml>'
>
> Finished in 0.29239 seconds
> 88 examples, 49 failures
>
> Failed examples:
>
> rspec ./spec/haml/magic_translations/xgettext/haml_parser_spec.rb:74 #
> Haml::MagicTranslations::XGetText::HamlParser
> Haml::MagicTranslations::XGetText::HamlParser::XGetTextParser #parse for two
> translatable plain strings should return two targets (with proper lines)
> rspec ./spec/haml/magic_translations/xgettext/haml_parser_spec.rb:145 #
> Haml::MagicTranslations::XGetText::HamlParser
> Haml::MagicTranslations::XGetText::HamlParser::XGetTextParser #parse for a
> translatable string appearing twice should appear only once in the targets
> rspec ./spec/haml/magic_translations/xgettext/haml_parser_spec.rb:148 #
> Haml::MagicTranslations::XGetText::HamlParser
> Haml::MagicTranslations::XGetText::HamlParser::XGetTextParser #parse for a
> translatable string appearing twice should record two target locations
> rspec ./spec/haml/magic_translations/xgettext/haml_parser_spec.rb:171 #
> Haml::MagicTranslations::XGetText::HamlParser
> Haml::MagicTranslations::XGetText::HamlParser::XGetTextParser #parse for
> translatable strings in JavaScript should properly identify them
> rspec ./spec/haml/magic_translations/xgettext/haml_parser_spec.rb:182 #
> Haml::MagicTranslations::XGetText::HamlParser
> Haml::MagicTranslations::XGetText::HamlParser::XGetTextParser #parse for
> JavaScript strings with quotes should properly identify them
> rspec ./spec/haml/magic_translations/xgettext/haml_parser_spec.rb:194 #
> Haml::MagicTranslations::XGetText::HamlParser
> Haml::MagicTranslations::XGetText::HamlParser::XGetTextParser #parse for
> markdown block should properly add it to translations
> rspec ./spec/haml/magic_translations/xgettext/haml_parser_spec.rb:199 #
> Haml::MagicTranslations::XGetText::HamlParser
> Haml::MagicTranslations::XGetText::HamlParser::XGetTextParser #parse after
> extracting translations should still allow Haml::Engine to build templates
> rspec ./spec/haml/magic_translations_spec.rb:60 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations should
> translate text using existing locales
> rspec ./spec/haml/magic_translations_spec.rb:70 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations should
> leave text without changes when translation is not available
> rspec ./spec/haml/magic_translations_spec.rb:78 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations should
> translate text with multiline plain text
> rspec ./spec/haml/magic_translations_spec.rb:95 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations should
> translate escaped tags
> rspec ./spec/haml/magic_translations_spec.rb:103 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations should
> translate unescaped tags
> rspec ./spec/haml/magic_translations_spec.rb:111 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations should not
> translate evaluated tags
> rspec ./spec/haml/magic_translations_spec.rb:119 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations should not
> translate escaped evaluated tags
> rspec ./spec/haml/magic_translations_spec.rb:127 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations should not
> translate unescaped evaluated tags
> rspec ./spec/haml/magic_translations_spec.rb:136 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations when
> translating strings in JavaScript should translate strings inside _('')
> rspec ./spec/haml/magic_translations_spec.rb:148 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations when
> translating strings in JavaScript should translate strings inside _("")
> rspec ./spec/haml/magic_translations_spec.rb:160 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations when
> translating strings in JavaScript should not choke on single-quote
> rspec ./spec/haml/magic_translations_spec.rb:172 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations when
> translating strings in JavaScript should not choke on double-quote
> rspec ./spec/haml/magic_translations_spec.rb:187 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations when
> translating strings in Markdown should translate strings inside _('')
> rspec ./spec/haml/magic_translations_spec.rb:199 # Haml::MagicTranslations
> with I18n as backend it should behave like Haml magic translations when
> disabling magic translations should leave text untranslated
> rspec ./spec/haml/magic_translations_spec.rb:60 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations should
> translate text using existing locales
> rspec ./spec/haml/magic_translations_spec.rb:70 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations should
> leave text without changes when translation is not available
> rspec ./spec/haml/magic_translations_spec.rb:78 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations should
> translate text with multiline plain text
> rspec ./spec/haml/magic_translations_spec.rb:95 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations should
> translate escaped tags
> rspec ./spec/haml/magic_translations_spec.rb:103 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations should
> translate unescaped tags
> rspec ./spec/haml/magic_translations_spec.rb:111 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations should
> not translate evaluated tags
> rspec ./spec/haml/magic_translations_spec.rb:119 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations should
> not translate escaped evaluated tags
> rspec ./spec/haml/magic_translations_spec.rb:127 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations should
> not translate unescaped evaluated tags
> rspec ./spec/haml/magic_translations_spec.rb:136 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations when
> translating strings in JavaScript should translate strings inside _('')
> rspec ./spec/haml/magic_translations_spec.rb:148 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations when
> translating strings in JavaScript should translate strings inside _("")
> rspec ./spec/haml/magic_translations_spec.rb:160 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations when
> translating strings in JavaScript should not choke on single-quote
> rspec ./spec/haml/magic_translations_spec.rb:172 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations when
> translating strings in JavaScript should not choke on double-quote
> rspec ./spec/haml/magic_translations_spec.rb:187 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations when
> translating strings in Markdown should translate strings inside _('')
> rspec ./spec/haml/magic_translations_spec.rb:199 # Haml::MagicTranslations
> with GetText as backend it should behave like Haml magic translations when
> disabling magic translations should leave text untranslated
> rspec ./spec/haml/magic_translations_spec.rb:60 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> should translate text using existing locales
> rspec ./spec/haml/magic_translations_spec.rb:70 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> should leave text without changes when translation is not available
> rspec ./spec/haml/magic_translations_spec.rb:78 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> should translate text with multiline plain text
> rspec ./spec/haml/magic_translations_spec.rb:95 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> should translate escaped tags
> rspec ./spec/haml/magic_translations_spec.rb:103 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> should translate unescaped tags
> rspec ./spec/haml/magic_translations_spec.rb:111 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> should not translate evaluated tags
> rspec ./spec/haml/magic_translations_spec.rb:119 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> should not translate escaped evaluated tags
> rspec ./spec/haml/magic_translations_spec.rb:127 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> should not translate unescaped evaluated tags
> rspec ./spec/haml/magic_translations_spec.rb:136 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> when translating strings in JavaScript should translate strings inside _('')
> rspec ./spec/haml/magic_translations_spec.rb:148 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> when translating strings in JavaScript should translate strings inside _("")
> rspec ./spec/haml/magic_translations_spec.rb:160 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> when translating strings in JavaScript should not choke on single-quote
> rspec ./spec/haml/magic_translations_spec.rb:172 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> when translating strings in JavaScript should not choke on double-quote
> rspec ./spec/haml/magic_translations_spec.rb:187 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> when translating strings in Markdown should translate strings inside _('')
> rspec ./spec/haml/magic_translations_spec.rb:199 # Haml::MagicTranslations
> with FastGettext as backend it should behave like Haml magic translations
> when disabling magic translations should leave text untranslated
> /usr/bin/ruby2.1 -S rspec ./spec/haml/magic_translations/tasks_spec.rb
> ./spec/haml/magic_translations/xgettext/haml_parser_spec.rb
> ./spec/haml/magic_translations_spec.rb failed
> ERROR: Test "ruby2.1" failed:
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/08/30/ruby-haml-magic-translations_4.0.3-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. 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: ruby-haml-magic-translations
Source-Version: 4.0.3-2
We believe that the bug you reported is fixed in the latest version of
ruby-haml-magic-translations, 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.
Jérémy Bobbio <[email protected]> (supplier of updated
ruby-haml-magic-translations 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: SHA512
Format: 1.8
Date: Mon, 01 Sep 2014 15:48:03 +0000
Source: ruby-haml-magic-translations
Binary: ruby-haml-magic-translations
Architecture: source all
Version: 4.0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<[email protected]>
Changed-By: Jérémy Bobbio <[email protected]>
Description:
ruby-haml-magic-translations - internationalization library for Haml templates
Closes: 759902
Changes:
ruby-haml-magic-translations (4.0.3-2) unstable; urgency=medium
.
* Add a patch to stop using #try in tests as it comes from activesupport.
(Closes: #759902)
Checksums-Sha1:
0228955961fe6939afa1c1d7d0b3ee3c9b859d4e 2355
ruby-haml-magic-translations_4.0.3-2.dsc
59d57da38b385bec42cd6b87b504a72f3dfa40af 3078
ruby-haml-magic-translations_4.0.3-2.debian.tar.gz
56ada07cb9ea8ee6f0d9827623f426c6708d35fe 8568
ruby-haml-magic-translations_4.0.3-2_all.deb
Checksums-Sha256:
c82c78e6ca5d36a23de2deff4de272baa9498a2158bfe5bddff55296ee297a32 2355
ruby-haml-magic-translations_4.0.3-2.dsc
27fed47983f8022f42a73d46c1781ba4b0536811a206674d8708d2086c1e12c1 3078
ruby-haml-magic-translations_4.0.3-2.debian.tar.gz
f45dd492b88b19e720fa8b0aa7efbded0e218d4ca709b2eccecab98b7eaaff11 8568
ruby-haml-magic-translations_4.0.3-2_all.deb
Files:
493684786e02560fbf457b067d5ccef8 8568 ruby optional
ruby-haml-magic-translations_4.0.3-2_all.deb
16f0737f3a2f5ebfe013702cd98633b6 2355 ruby optional
ruby-haml-magic-translations_4.0.3-2.dsc
07539952b21e9ec0702202c9d2fe1c2d 3078 ruby optional
ruby-haml-magic-translations_4.0.3-2.debian.tar.gz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJUBJXaAAoJEEAsIlA9Nuk2ggwP/1J0xUpiOyrk7xWUhmsl+RKM
ir6OSBvt4TYE0YtfwvMX84D3Vv5GwjNI/DJDR129qEH7rGMr0Vp2YzKvXU9NLCCL
ts2v7w5hfDaXqVb0ngOY5PCjulOFmuqZM027GBG7Kcbs9p5KC5iEHqTavtg3Jc8+
4l26oa70Q2Tl0M4NaDDq8kDyzTLwqIcKQ8nxkKa0kXj1Tgo5nPFwgCuHMn7Ku3Bf
qGtoNYtQj1OFJCBf3p8AVtTWpWHhnUgHAUdVq/wbVyUdv5L24hp1o0l5NXXCPGAj
b4lGMvtdWRvUArVHw7C9YgoE/poe6JM6C9CJHqdt6QWP+mvYLVY9IYUZ/WPeu9h0
X7aHp01fIevbn+rGK9J0JltdOm6HQLJnm+vdqLStN2tQLnwZwzzJzNSjh8x2mJJ1
2NsEL0lsXweZuFLLRTzA7/068ab3uMhAjm61Lf3hdQxGUpM4AO6hjpKSuAqGXW3X
evHe5XGcZj1SSacv+vgtxubFgIusrX/zUfCDn+tP83RRlBvsNSHjE4fma3r3h5sE
dhDUvdOmg53jvL2lVzpwHUbeOvIovMxWm/u19TU36haM2ViKF0zfp5fn/CpL9ipg
63mJ9uqtZsQWeIXIkn6tmUOfC58wbXNfvuv2SGOfNtbgSiSV29jiDVBt5ErlsJl8
EWADwQUD2EFWeSyDs3iw
=S4FA
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers