Created attachment 541846 [details] emerge --info * Running test phase for ruby23 ... Session::VERSION <3.2.0> Session.use_spawn <false> Session.use_open3 <false> Loaded suite test/session Started .......lines : <[[1533027043.447288, "-e:1: syntax error, unexpected tIDENTIFIER, expecting end-of-input\n"], [1533027043.4473877, "puts 42; sleep 0.1ruby\n"], [1533027043.447435, " ^\n"]]> i : <0> b : <[1533027043.4473877, "puts 42; sleep 0.1ruby\n"]> a : <[1533027043.447288, "-e:1: syntax error, unexpected tIDENTIFIER, expecting end-of-input\n"]> tb : <1533027043.4473877> ta : <1533027043.447288> F =============================================================================== test/session.rb:191:in `test_9' 188: end 189: def test_9 190: #{{{ => 191: assert_nothing_raised { 192: timeout(16) { 193: lines = [] 194: Thread.new { test/session.rb:192:in `block in test_9' test/session.rb:33:in `timeout' test/session.rb:33:in `catch' test/session.rb:33:in `block in timeout' test/session.rb:213:in `block (2 levels) in test_9' Failure: test_9(Session::Test): <false> is not true. =============================================================================== Finished in 5.338318355 seconds. ------------------------------------------------------------------------------- 8 tests, 8 assertions, 1 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 87.5% passed ------------------------------------------------------------------------------- 1.50 tests/s, 1.50 assertions/s
Created attachment 541848 [details] build.log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f98861c58b09f0be417a7ceffa82f29f638c552 commit 3f98861c58b09f0be417a7ceffa82f29f638c552 Author: Hans de Graaff <graaff@gentoo.org> AuthorDate: 2018-08-01 06:07:14 +0000 Commit: Hans de Graaff <graaff@gentoo.org> CommitDate: 2018-08-01 06:07:14 +0000 dev-ruby/session: fix broken test Closes: https://bugs.gentoo.org/662514 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/session/session-3.2.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
That was fast! Thanks!