From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id C1E701F5AE for ; Tue, 28 Jul 2020 06:55:37 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id F411F120994; Tue, 28 Jul 2020 15:55:02 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 64BEE120922 for ; Tue, 28 Jul 2020 15:55:00 +0900 (JST) Received: by filterdrecv-p3iad2-5b55dcd864-l2x6n with SMTP id filterdrecv-p3iad2-5b55dcd864-l2x6n-19-5F1FCBDD-23 2020-07-28 06:55:25.336623059 +0000 UTC m=+2727963.968373178 Received: from herokuapp.com (unknown) by geopod-ismtpd-1-0 (SG) with ESMTP id EYwkqoeJR6Coa67ssTg1cg for ; Tue, 28 Jul 2020 06:55:25.319 +0000 (UTC) Date: Tue, 28 Jul 2020 06:55:25 +0000 (UTC) From: jaruga@redhat.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 75162 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 16921 X-Redmine-Issue-Author: jaruga X-Redmine-Sender: jaruga X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?yXpFNqRr1dEY0snEQ6vUpjORBmm3WV3CBkaa8tOjsKnuI0m1FrP=2FmgPExUo20Y?= =?us-ascii?Q?axw6cXENTMlfhfuLxTsv4MgeLi6Mh+NbvlVULo0?= =?us-ascii?Q?jKYFEau72lgjuNrbSj=2Fy2xrP92C+LfEv4Hvn=2F4y?= =?us-ascii?Q?vEvrOFJzB8tLy5Ze7oi3MmFkSSwhXpgdAr8Civ2?= =?us-ascii?Q?YNvA8qLNUAvjMG1cixq4bybVtNOLdfhVGCGS0cb?= =?us-ascii?Q?5P6XKGbrGEBwVsrao=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 99366 Subject: [ruby-core:99366] [Ruby master Bug#16921] s390x: random test failures for timeout or segmentation fault X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #16921 has been updated by jaruga (Jun Aruga). Can we apply [the patch](https://bugs.ruby-lang.org/attachments/8500) mentioned at https://bugs.ruby-lang.org/issues/16492#note-11 to the following tests using `assert_in_out_err` in those too? * TestProcess#test_status_quit * TestRubyOptions#test_segv_test * TestRubyOptions#test_segv_loaded_features * TestRubyOptions#test_segv_setproctitle * TestSignal#test_ignored_interrupt ---------------------------------------- Bug #16921: s390x: random test failures for timeout or segmentation fault https://bugs.ruby-lang.org/issues/16921#change-86769 * Author: jaruga (Jun Aruga) * Status: Open * Priority: Normal * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- I observed the following error related to timeout or segmentation fault on Ruby 2.7.1 s390x in Fedora builds. The tests somtimes fail. It seems the s390x machine used in CI is slow. It's great if we can change the timeout casually if it essentially comes from the length of the timeout. It might be related to #16492 . ``` 1) Failure: Fiddle::TestFunction#test_nogvl_poll [/builddir/build/BUILD/ruby-2.7.1/test/fiddle/test_function.rb:95]: slept amount of time. Expected |200 - 714| (514) to be <= 180. ``` ``` 2) Error: TestProcess#test_status_quit: Timeout::Error: execution of assert_in_out_err expired timeout (10 sec) pid 2682640 killed by SIGKILL (signal 9) |- /builddir/build/BUILD/ruby-2.7.1/test/ruby/test_process.rb:1446:in `block in test_status_quit' /builddir/build/BUILD/ruby-2.7.1/test/ruby/test_process.rb:37:in `block (2 levels) in with_tmpchdir' /builddir/build/BUILD/ruby-2.7.1/test/ruby/test_process.rb:36:in `chdir' /builddir/build/BUILD/ruby-2.7.1/test/ruby/test_process.rb:36:in `block in with_tmpchdir' /builddir/build/BUILD/ruby-2.7.1/lib/tmpdir.rb:89:in `mktmpdir' /builddir/build/BUILD/ruby-2.7.1/test/ruby/test_process.rb:34:in `with_tmpchdir' /builddir/build/BUILD/ruby-2.7.1/test/ruby/test_process.rb:1445:in `test_status_quit' ``` ``` 3) Error: TestRubyOptions#test_segv_test: Timeout::Error: execution of assert_in_out_err expired timeout (10 sec) pid 2683275 killed by SIGABRT (signal 6) (core dumped) ``` ``` 1) Error: TestRubyOptions#test_segv_loaded_features: Timeout::Error: execution of assert_in_out_err expired timeout (10 sec) pid 2181948 killed by SIGKILL (signal 9) |- | -e:1: [BUG] Segmentation fault at 0x00214b3c000003e8 ``` ``` 2) Error: TestRubyOptions#test_segv_setproctitle: Timeout::Error: execution of assert_in_out_err expired timeout (10 sec) pid 2181951 killed by SIGKILL (signal 9) |- | -e:1: [BUG] Segmentation fault at 0x00214b3f000003e8 ``` ``` 1) Error: TestSignal#test_ignored_interrupt: Timeout::Error: execution of assert_in_out_err expired timeout (10 sec) pid 2032663 killed by SIGKILL (signal 9) | /builddir/build/BUILD/ruby-2.7.1/test/ruby/test_signal.rb:294:in `test_ignored_interrupt' Finished tests in 564.613810s, 37.2130 tests/s, 4826.1873 assertions/s. ``` -- https://bugs.ruby-lang.org/