Your message dated Mon, 22 Sep 2014 13:19:33 +0000
with message-id <e1xw3wf-000517...@franck.debian.org>
and subject line Bug#759925: fixed in ruby-treetop 1.4.15-1
has caused the Debian Bug report #759925,
regarding ruby-treetop: FTBFS: ERROR: Test "ruby2.1" failed: Failure/Error:
}.tabto(0).strip
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.)
--
759925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759925
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-treetop
Version: 1.4.14-3
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):
> Failure/Error: }.tabto(0).strip
> ArgumentError:
> negative argument
> # ./lib/treetop/ruby_extensions/string.rb:25:in `tabto'
> # ./spec/ruby_extensions/string_spec.rb:10:in `block (2 levels) in <top
> (required)>'
>
> Finished in 2.19 seconds
> 414 examples, 8 failures, 1 pending
>
> Failed examples:
>
> rspec ./spec/compiler/sequence_spec.rb:104 # Compiling a sequence containing
> various white-space errors should succeed on a valid sequence
> rspec ./spec/compiler/sequence_spec.rb:108 # Compiling a sequence containing
> various white-space errors rejects space after a label
> rspec ./spec/compiler/sequence_spec.rb:112 # Compiling a sequence containing
> various white-space errors rejects space after label's colon
> rspec ./spec/compiler/sequence_spec.rb:116 # Compiling a sequence containing
> various white-space errors rejects missing space after a primary
> rspec ./spec/compiler/sequence_spec.rb:120 # Compiling a sequence containing
> various white-space errors rejects missing space before node class declaration
> rspec ./spec/compiler/sequence_spec.rb:124 # Compiling a sequence containing
> various white-space errors rejects missing space before inline module
> rspec ./spec/ruby_extensions/string_spec.rb:13 # String can translate indices
> to column numbers
> rspec ./spec/ruby_extensions/string_spec.rb:23 # String can translate indices
> to line numbers
> /usr/bin/ruby2.1 -S rspec ./spec/compiler/and_predicate_spec.rb
> ./spec/compiler/anything_symbol_spec.rb
> ./spec/compiler/character_class_spec.rb ./spec/compiler/choice_spec.rb
> ./spec/compiler/circular_compilation_spec.rb
> ./spec/compiler/failure_propagation_functional_spec.rb
> ./spec/compiler/grammar_compiler_spec.rb ./spec/compiler/grammar_spec.rb
> ./spec/compiler/multibyte_chars_spec.rb ./spec/compiler/namespace_spec.rb
> ./spec/compiler/nonterminal_symbol_spec.rb
> ./spec/compiler/not_predicate_spec.rb
> ./spec/compiler/occurrence_range_spec.rb ./spec/compiler/one_or_more_spec.rb
> ./spec/compiler/optional_spec.rb
> ./spec/compiler/parenthesized_expression_spec.rb
> ./spec/compiler/parsing_rule_spec.rb ./spec/compiler/repeated_subrule_spec.rb
> ./spec/compiler/semantic_predicate_spec.rb ./spec/compiler/sequence_spec.rb
> ./spec/compiler/terminal_spec.rb ./spec/compiler/terminal_symbol_spec.rb
> ./spec/compiler/tt_compiler_spec.rb ./spec/compiler/zero_or_more_spec.rb
> ./spec/composition/grammar_composition_spec.rb
> ./spec/ruby_extensions/string_spec.rb ./spec/runtime/compiled_parser_spec.rb
> ./spec/runtime/interval_skip_list/delete_spec.rb
> ./spec/runtime/interval_skip_list/expire_range_spec.rb
> ./spec/runtime/interval_skip_list/insert_and_delete_node_spec.rb
> ./spec/runtime/interval_skip_list/insert_spec.rb
> ./spec/runtime/interval_skip_list/interval_skip_list_spec.rb
> ./spec/runtime/interval_skip_list/palindromic_fixture_spec.rb
> ./spec/runtime/syntax_node_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-treetop_1.4.14-3_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-treetop
Source-Version: 1.4.15-1
We believe that the bug you reported is fixed in the latest version of
ruby-treetop, 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 759...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Cédric Boutillier <bou...@debian.org> (supplier of updated ruby-treetop 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: Mon, 22 Sep 2014 15:07:29 +0200
Source: ruby-treetop
Binary: ruby-treetop treetop
Architecture: source all
Version: 1.4.15-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Cédric Boutillier <bou...@debian.org>
Description:
ruby-treetop - Ruby-based text parsing and interpretation DSL
treetop - Ruby-based text parsing and interpretation (command-line utility)
Closes: 759925
Changes:
ruby-treetop (1.4.15-1) unstable; urgency=medium
.
* Imported Upstream version 1.4.15
The indent method of the String class extension is now inlined to avoid
collision with the one from ActiveSupport (Closes: #759925)
* Do not install the HTML manual, as the tools to build it from source are
not available in the Debian archive.
* Refresh 0001-Do-not-require-rubygems.patch
* Remove 0002-Add-a-tt-manual-page.patch, applied upstream
* Remove 0003-Use-ruby18-compatible-regexp.patch, applied upstream
* Drop 0004-privacy-breach.patch, not needed without HTML manual
Checksums-Sha1:
52a86abd684b7431f8a44ed143f9e7ce417abfbc 2165 ruby-treetop_1.4.15-1.dsc
e9bb66f949b5c2dfb7d59774cf555312fbcd3fda 76307 ruby-treetop_1.4.15.orig.tar.gz
555cd394f8d25bc3278e2f52ff209b41846699df 4276
ruby-treetop_1.4.15-1.debian.tar.xz
53ad6fa0067713c93694f56fc66de9e5485e065d 32436 ruby-treetop_1.4.15-1_all.deb
4e64ca338986280bf45bef16c396112c5fec5ad1 6090 treetop_1.4.15-1_all.deb
Checksums-Sha256:
ab1440cd3833481300e659e080ff579f6bef0d86a064841c6fb7e52f892ad126 2165
ruby-treetop_1.4.15-1.dsc
817464365f2ea5299acb354eee443e0baaf4fd455b23035ef88db5208f1f7004 76307
ruby-treetop_1.4.15.orig.tar.gz
a3084e655315c90ce99b0c7b7110aabae489a593b6ecf698a26bd61b1ea10d39 4276
ruby-treetop_1.4.15-1.debian.tar.xz
e4f2cd65f474a49bcfb3693ef2881262f767a5b081eca3291b8e2fd40d5a9dd3 32436
ruby-treetop_1.4.15-1_all.deb
15e739d546aceaa29448e4bfa5cf7e4adef1ec04420bec02adbbcb99cbcaa62b 6090
treetop_1.4.15-1_all.deb
Files:
20454acdbd8fae4536de4b43e34dac37 32436 ruby optional
ruby-treetop_1.4.15-1_all.deb
5dace42f108c949aab0c7312bc223048 6090 ruby optional treetop_1.4.15-1_all.deb
ae5bec63cc884fe7f488daa77e586da1 2165 ruby optional ruby-treetop_1.4.15-1.dsc
90d6e1ecba238d170f76ab1d09a3729a 76307 ruby optional
ruby-treetop_1.4.15.orig.tar.gz
7dca66eed38ff5a614cc5e558336c97d 4276 ruby optional
ruby-treetop_1.4.15-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJUICAyAAoJENpJWPYR4UnppkgQALbYqUtY+RMiAmcp/i1XYz+9
TnHOYUmj5fNQIgYbrdYjECky42kuymFEeyxWk3j9Pjvgrp/6f+yuRwZJEd3HCrP7
faP85qVujwLUzY39Nsnn7RSFMOuLXKGxM4pL3qDM6bqwClGHFTL+MzOi+Ok6kXeK
08GLzThgtzCpIkIVMc3eUDY80/CMyaLjoTljxk0OckkUp/0fQ5PlYDh/McFgmn1D
m1FEiW0x0o1ShyuWt5003HbvfS2pK15IdqifEi1UvJbPYQ3eX/78PbJup0PZxNz3
1/UiMmkghRO3j53cGTyEHBS79T0J/JDX4gvaw1lDTZJVciYLdpc47eblatgAjMwI
oIk59EEafvGmCZRQ0AIv7NGjrR1L7t8FJvlSHHAP4/ZPQcZyA8BQMrpZylGl5//7
0r0E7uVZNY85P88QwqxJUa2BoO7dGXnCa0VqxIfBu0lLwmj+DNetN6vQ/+xdgIv7
wrbL5XHEbV8a7waOINHQ+tfwlZDOxPoSHJ2a7p+CtYkchz8fbSGj555MWwpWGxQO
3SElBvKWMJaB1JK6sJVnzF5sOPlEHyj0sbiKb4qmg5zAgmH2xYSlv7DSESxSjE5Y
vhG7o1ldeJTw5JDz1UpcxzTDan08ljjMRm5YfRSWNumDyCzKNlszVAVbrbhz5DHe
eOVZ7h84e4XD8PdSX4gE
=vvGn
-----END PGP SIGNATURE-----
--- End Message ---