Source: ruby2.5
Version: 2.5.0~preview1-1
Severity: important
Tags: upstream
Justification: fails to build from source
User: debian-...@lists.debian.org
Usertags: kfreebsd

Builds of ruby2.5 for kfreebsd-* (admittedly not release
architectures) failed per the below excerpt from
https://buildd.debian.org/status/fetch.php?pkg=ruby2.5&arch=kfreebsd-amd64&ver=2.5.0%7Epreview1-1&stamp=1510662681&raw=0
and
https://buildd.debian.org/status/fetch.php?pkg=ruby2.5&arch=kfreebsd-i386&ver=2.5.0%7Epreview1-1&stamp=1510662421&raw=0
(appearing identically in both).  Could you please take a look?

Thanks!

------------------------------------------------------------

#452 test_io.rb:87:in `block in <top (required)>': 
       at_exit { p :foo }
   
       megacontent = "abc" * 12345678
       #File.open("megasrc", "w") {|f| f << megacontent }
   
       t0 = Thread.main
       Thread.new { sleep 0.001 until t0.stop?; Process.kill(:INT, $$) }
   
       r1, w1 = IO.pipe
       r2, w2 = IO.pipe
       t1 = Thread.new { w1 << megacontent; w1.close }
       t2 = Thread.new { r2.read; r2.close }
       IO.copy_stream(r1, w2) rescue nil
       w2.close
       r1.close
       t1.join
       t2.join
  #=> killed by SIGKILL (signal 9) (timeout)
| bootstraptest.tmp.rb:14:in `copy_stream': Interrupt
|       from bootstraptest.tmp.rb:14:in `<main>'
  megacontent-copy_stream
FAIL 1/1197 tests failed
uncommon.mk:659: recipe for target 'yes-btest-ruby' failed

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Reply via email to