Your message dated Fri, 22 Dec 2017 14:57:50 +0000
with message-id <e1esoli-000hob...@fasolo.debian.org>
and subject line Bug#882404: fixed in ruby2.3 2.3.6-1
has caused the Debian Bug report #882404,
regarding ruby2.3: sometimes FTBFS on mips* - Net::TestSMTP#test_tls_connect 
timeout
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.)


-- 
882404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882404
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby2.3
Version: 2.3.5-1
Severity: serious
Tags: sid buster patch

Hi,

Currently ruby2.3 FTBFS on mips* with the error:
>   1) Error:
> Net::TestSMTP#test_tls_connect:
> Net::OpenTimeout: Net::OpenTimeout
>     /<<PKGBUILDDIR>>/lib/net/protocol.rb:41:in `ssl_socket_connect'
>     /<<PKGBUILDDIR>>/lib/net/smtp.rb:587:in `tlsconnect'
>     /<<PKGBUILDDIR>>/lib/net/smtp.rb:555:in `do_start'
>     /<<PKGBUILDDIR>>/lib/net/smtp.rb:521:in `start'
>     /<<PKGBUILDDIR>>/test/net/smtp/test_smtp.rb:132:in `test_tls_connect'

In my attempts to reproduce this bug, sometimes the test will pass however.

I think this is simply a case of a test taking too long on mips.
Increasing the timeout from 0.1 to 1 second fixes the bug for me.

Thanks,
James
--- a/test/net/smtp/test_smtp.rb
+++ b/test/net/smtp/test_smtp.rb
@@ -146,7 +146,7 @@ module Net
         end
         smtp = Net::SMTP.new("localhost", servers[0].local_address.ip_port)
         smtp.enable_tls
-        smtp.open_timeout = 0.1
+        smtp.open_timeout = 1
         assert_raise(Net::OpenTimeout) do
           smtp.start do
           end

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: ruby2.3
Source-Version: 2.3.6-1

We believe that the bug you reported is fixed in the latest version of
ruby2.3, 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 882...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro <terce...@debian.org> (supplier of updated ruby2.3 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: SHA256

Format: 1.8
Date: Fri, 22 Dec 2017 11:19:41 -0200
Source: ruby2.3
Binary: ruby2.3 libruby2.3 ruby2.3-dev ruby2.3-doc ruby2.3-tcltk
Architecture: source
Version: 2.3.6-1
Distribution: unstable
Urgency: medium
Maintainer: Antonio Terceiro <terce...@debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Description:
 libruby2.3 - Libraries necessary to run Ruby 2.3
 ruby2.3    - Interpreter of object-oriented scripting language Ruby
 ruby2.3-dev - Header files for compiling extension modules for the Ruby 2.3
 ruby2.3-doc - Documentation for Ruby 2.3
 ruby2.3-tcltk - Ruby/Tk for Ruby 2.3
Closes: 881804 881848 882404
Changes:
 ruby2.3 (2.3.6-1) unstable; urgency=medium
 .
   [ Antonio Terceiro ]
   * New upstream version 2.3.6
   * Update symbols file
   * Refresh patches.
     0011-Whitelist-classes-and-symbols-that-are-in-Gem-spec-Y.patch:
     dropped, applied upstream
 .
   [ Adrian Bunk ]
   * Force exact precision on i386 (Closes: #881804)
 .
   [ James Cowgill ]
   * Increase timeout to avoid build failures on mips* (Closes: #882404)
 .
   [ Matthias Klose ]
   * Update symbols file (Closes: #881848)
   * Skip tests that fail on Launchpad builders
Checksums-Sha1:
 72f3f8b0b59847a78f34f687bf82c5ec58056220 2475 ruby2.3_2.3.6-1.dsc
 b5f4357018dce2c5dce5d01673d6a61fbae91ff6 12918804 ruby2.3_2.3.6.orig.tar.gz
 8ba910b64b72a5929278009d145f6be277b98d21 95716 ruby2.3_2.3.6-1.debian.tar.xz
 f4d10666dd0435a400e3a5098f5a1f17a82a699d 6614 ruby2.3_2.3.6-1_source.buildinfo
Checksums-Sha256:
 dc2ceda653c089d01dc3d0b207775ff8defd127a1483e8d4d085f92c94ccc024 2475 
ruby2.3_2.3.6-1.dsc
 c8d0a5b24304c50f1bf5339991eff21203ecbaf062f83079d1e8082dd80d9294 12918804 
ruby2.3_2.3.6.orig.tar.gz
 4852933db09d71a10b1d535a10d32c962cacc5e759da28109321fc36ad4dbddb 95716 
ruby2.3_2.3.6-1.debian.tar.xz
 f041d5550c3063bf263c21e2e9e28836a2179530543cb54122e83d8201d72766 6614 
ruby2.3_2.3.6-1_source.buildinfo
Files:
 ca6ea438efe58b1542a0926b69bb79a6 2475 ruby optional ruby2.3_2.3.6-1.dsc
 ed401975e191c9bca5c3468e7f2c9913 12918804 ruby optional 
ruby2.3_2.3.6.orig.tar.gz
 a9808df7fb4ae40b7cfc6b815822c6bf 95716 ruby optional 
ruby2.3_2.3.6-1.debian.tar.xz
 3f4527c36fb2a351d87aa7edd8231d06 6614 ruby optional 
ruby2.3_2.3.6-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAlo9DZYACgkQ/A2xu81G
C97qvw/+NCse+DCUhiVQCun4jvvIFjMgjc/Zkvcc8jkPd3Wsgq/daV95VXx32xNS
d3eLzDpfBJf7bH1CvmlomIzf18464EnEkeu+1k3DRifc9zhYJTK8aIQmdaIy2vVH
oS3V6f/E1f9mJLDGLTvHtPAxoxlKBGlfwFVF0DsG9BRpyk/k8UYKGZSe1OJoE5EA
9Y8t3wKYAC4tIrQ7zci6qp8izM6p/wvxwxQVSNEbwbcpwRPT+c+Rl+TpOgxjl0ZP
rxmNu60FPGvM8Hzh2ziVCiuLmZx/abiEwekiriLfbjKiKfttt8DpbDDX3ZH2mOgc
JOx+4LfNH9oY3F0rAmZZmTf0jQx55fFbibEfv1pWROpDbRxa9SCiBNu7JABur8or
QN+PeCUmpP2KHq04q/cSJ96EqgKkmGu6qb71e8M4JsK9sv/BCSptQnO13M+Igz+L
VwbNLzoFL+kcaq9eNzoZOsDxG+7dSZNxeYhzVKJ/2Um9Cw3k8Qt1tui+blGpwwO9
qEJvn8Um7Y+MLA2wBj6b2y8TKIzd34B4jyDd9KxqCRq0Ui1DBq3cN5Ks26Pso7uS
NVOs50MWxoP2Lw0Kgd7rADQx4hlcRTg5YoH7eDInPau/r7u+dL/Y/aqisi+FnUdc
IKUhViaFMXueEVl+qgLzsWiEuP4H2D2Z1ww11dnZ6vykk8ZjoXY=
=ePoS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to