[DRE-maint] Bug#905189: ruby-ruby2ruby: autopkgtest needs update for ruby-sexp-processor or ruby-parser

Paul Gevers elbrus at debian.org
Wed Aug 1 12:29:32 BST 2018


Source: ruby-ruby2ruby
Version: 2.3.0-1
User: debian-ci at lists.debian.org
Usertags: needs-update
Control: affects -1 src:ruby-sexp-processor src:ruby-parser

Dear maintainers, [X-Debbugs-CC set to affected packages and CI team]

With a recent upload of either ruby-sexp-processor or ruby-parser the
autopkgtest of ruby-ruby2ruby started to fail in unstable and testing. I
copied the error below.

Currently this regression is delaying the migration of
ruby-sexp-processor and ruby-parser to testing by 13 days. From the
error it seems that this is just intended change of code and the
reference of your autopkgtest just needs an update, but that is just a
hunch. Could you please investigate the situation? If
ruby-sexp-processor and/or ruby-parser need to fix something, please
re-assign. By the way, if my hunch is correct, it would help both
ruby-sexp-processor and ruby-parser migration if a versioned Breaks on
ruby-ruby2ruby is added (I'll need to manually help the migration
software in that case, so please inform me if this happens).

More information about this bug and the reason for filing it can be
found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

https://ci.debian.net/data/autopkgtest/unstable/amd64/r/ruby-ruby2ruby/750122/log.gz

autopkgtest [10:01:44]: test command1: [-----------------------

┌──────────────────────────────────────────────────────────────────────────────┐
│ Checking Rubygems dependency resolution on ruby2.5
      │
└──────────────────────────────────────────────────────────────────────────────┘

GEM_PATH= ruby2.5 -e gem\ \"ruby2ruby\"

┌──────────────────────────────────────────────────────────────────────────────┐
│ Run tests for ruby2.5 from debian/ruby-test-files.yaml
      │
└──────────────────────────────────────────────────────────────────────────────┘

mv lib .gem2deb.lib
RUBYLIB=. GEM_PATH= ruby2.5 -ryaml -e
YAML.load_file\(\"debian/ruby-test-files.yaml\"\).each\ \{\ \|f\|\
require\ f\ \}


Run options: --seed 50537

# Running:

.F........................................................F..............F.................................../usr/lib/ruby/vendor_ruby/ruby2ruby.rb:438:
warning: constant ::Fixnum is deprecated
..................................................F.................................................F..........F...................................................................................F........................................F...................................................................................F.....................F.....................................................................................(eval):362:
warning: constant ::Fixnum is deprecated
....F..................................................................................................................................................................F................................................................................F.....................................F............F........F................................F........F........................F.................................F.................F...................................................................................................................F.........F.................................................F...................F.......................................................................F..........F............................................................................................................F.....F...............F...............................................................F.........F.................................................................F............................F.......................................F........................................F........................................F...........................................................F......................................................................................F..............................F..............................................................................F......(eval):362:
warning: constant ::Fixnum is deprecated
.........................................F........F......................................................................F.........................F..........................F..................F.....................................................................................................................................................................F.........................................................................F...............................F

Finished in 1.144486s, 2092.6421 runs/s, 5797.3614 assertions/s.

  1) Failure:
TestRuby2Ruby#test_if_post_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a unless b"
  Actual: "a if (not b)"

  2) Failure:
TestRuby2Ruby#test_until_pre_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"while true do
+"until (not true) do
   (1 + 1)
 end"


  3) Failure:
TestRuby2Ruby#test_until_pre_not_mod__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"while true do
+"until (not true) do
   (1 + 1)
 end"


  4) Failure:
TestRuby2Ruby#test_unless_pre_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a if b"
  Actual: "a unless (not b)"

  5) Failure:
TestRuby2Ruby#test_if_pre_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a unless b"
  Actual: "a if (not b)"

  6) Failure:
TestRuby2Ruby#test_while_post_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
 "begin
   (1 + 1)
-end until true"
+end while (not true)"


  7) Failure:
TestRuby2Ruby#test_until_post_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
 "begin
   (1 + 1)
-end while true"
+end until (not true)"


  8) Failure:
TestRuby2Ruby#test_unless_post_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a if b"
  Actual: "a unless (not b)"

  9) Failure:
TestRuby2Ruby#test_while_pre_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"until true do
+"while (not true) do
   (1 + 1)
 end"


 10) Failure:
TestRuby2Ruby#test_while_pre_not_mod__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"until true do
+"while (not true) do
   (1 + 1)
 end"


 11) Failure:
TestRuby2Ruby3#test_while_pre_not_mod__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"until true do
+"while (not true) do
   (1 + 1)
 end"


 12) Failure:
TestRuby2Ruby3#test_until_pre_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"while true do
+"until (not true) do
   (1 + 1)
 end"


 13) Failure:
TestRuby2Ruby3#test_unless_post_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a if b"
  Actual: "a unless (not b)"

 14) Failure:
TestRuby2Ruby3#test_while_pre_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"until true do
+"while (not true) do
   (1 + 1)
 end"


 15) Failure:
TestRuby2Ruby3#test_while_post_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
 "begin
   (1 + 1)
-end until true"
+end while (not true)"


 16) Failure:
TestRuby2Ruby3#test_unless_pre_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a if b"
  Actual: "a unless (not b)"

 17) Failure:
TestRuby2Ruby3#test_if_pre_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a unless b"
  Actual: "a if (not b)"

 18) Failure:
TestRuby2Ruby3#test_if_post_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a unless b"
  Actual: "a if (not b)"

 19) Failure:
TestRuby2Ruby3#test_until_pre_not_mod__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"while true do
+"until (not true) do
   (1 + 1)
 end"


 20) Failure:
TestRuby2Ruby3#test_until_post_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
 "begin
   (1 + 1)
-end while true"
+end until (not true)"


 21) Failure:
TestRuby2Ruby2#test_unless_post_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a if b"
  Actual: "a unless (not b)"

 22) Failure:
TestRuby2Ruby2#test_while_pre_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"until true do
+"while (not true) do
   (1 + 1)
 end"


 23) Failure:
TestRuby2Ruby2#test_until_post_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
 "begin
   (1 + 1)
-end while true"
+end until (not true)"


 24) Failure:
TestRuby2Ruby2#test_while_post_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
 "begin
   (1 + 1)
-end until true"
+end while (not true)"


 25) Failure:
TestRuby2Ruby2#test_while_pre_not_mod__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"until true do
+"while (not true) do
   (1 + 1)
 end"


 26) Failure:
TestRuby2Ruby2#test_if_pre_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a unless b"
  Actual: "a if (not b)"

 27) Failure:
TestRuby2Ruby2#test_unless_pre_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a if b"
  Actual: "a unless (not b)"

 28) Failure:
TestRuby2Ruby2#test_until_pre_not_mod__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"while true do
+"until (not true) do
   (1 + 1)
 end"


 29) Failure:
TestRuby2Ruby2#test_until_pre_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"while true do
+"until (not true) do
   (1 + 1)
 end"


 30) Failure:
TestRuby2Ruby2#test_if_post_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a unless b"
  Actual: "a if (not b)"

 31) Failure:
TestRuby2Ruby1#test_until_pre_not_mod__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"while true do
+"until (not true) do
   (1 + 1)
 end"


 32) Failure:
TestRuby2Ruby1#test_while_pre_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"until true do
+"while (not true) do
   (1 + 1)
 end"


 33) Failure:
TestRuby2Ruby1#test_while_post_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
 "begin
   (1 + 1)
-end until true"
+end while (not true)"


 34) Failure:
TestRuby2Ruby1#test_unless_pre_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a if b"
  Actual: "a unless (not b)"

 35) Failure:
TestRuby2Ruby1#test_while_pre_not_mod__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"until true do
+"while (not true) do
   (1 + 1)
 end"


 36) Failure:
TestRuby2Ruby1#test_until_post_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
 "begin
   (1 + 1)
-end while true"
+end until (not true)"


 37) Failure:
TestRuby2Ruby1#test_unless_post_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a if b"
  Actual: "a unless (not b)"

 38) Failure:
TestRuby2Ruby1#test_if_pre_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a unless b"
  Actual: "a if (not b)"

 39) Failure:
TestRuby2Ruby1#test_until_pre_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"while true do
+"until (not true) do
   (1 + 1)
 end"


 40) Failure:
TestRuby2Ruby1#test_if_post_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a unless b"
  Actual: "a if (not b)"

 41) Failure:
TestRuby2Ruby4#test_while_pre_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"until true do
+"while (not true) do
   (1 + 1)
 end"


 42) Failure:
TestRuby2Ruby4#test_if_post_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a unless b"
  Actual: "a if (not b)"

 43) Failure:
TestRuby2Ruby4#test_until_post_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
 "begin
   (1 + 1)
-end while true"
+end until (not true)"


 44) Failure:
TestRuby2Ruby4#test_while_post_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
 "begin
   (1 + 1)
-end until true"
+end while (not true)"


 45) Failure:
TestRuby2Ruby4#test_unless_pre_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a if b"
  Actual: "a unless (not b)"

 46) Failure:
TestRuby2Ruby4#test_until_pre_not_mod__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"while true do
+"until (not true) do
   (1 + 1)
 end"


 47) Failure:
TestRuby2Ruby4#test_unless_post_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a if b"
  Actual: "a unless (not b)"

 48) Failure:
TestRuby2Ruby4#test_if_pre_not__19_20_21_22_23_24_25 [(eval):8]:
Expected: "a unless b"
  Actual: "a if (not b)"

 49) Failure:
TestRuby2Ruby4#test_until_pre_not__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"while true do
+"until (not true) do
   (1 + 1)
 end"


 50) Failure:
TestRuby2Ruby4#test_while_pre_not_mod__19_20_21_22_23_24_25 [(eval):8]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-"until true do
+"while (not true) do
   (1 + 1)
 end"


2395 runs, 6635 assertions, 50 failures, 0 errors, 0 skips
mv .gem2deb.lib lib
autopkgtest [10:01:47]: test command1: -----------------------]

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-ruby-extras-maintainers/attachments/20180801/3677acf8/attachment-0003.sig>


More information about the Pkg-ruby-extras-maintainers mailing list