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 2BB8D1F5AE for ; Thu, 23 Jul 2020 19:28:39 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 2E9D5120B70; Fri, 24 Jul 2020 04:28:08 +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 90A95120B6E for ; Fri, 24 Jul 2020 04:28:06 +0900 (JST) Received: by filterdrecv-p3iad2-5b55dcd864-xnspw with SMTP id filterdrecv-p3iad2-5b55dcd864-xnspw-17-5F19E4DE-95 2020-07-23 19:28:30.508857065 +0000 UTC m=+2341146.933435099 Received: from herokuapp.com (unknown) by geopod-ismtpd-3-0 (SG) with ESMTP id VHGQKowcRYecMeekxG-5eQ for ; Thu, 23 Jul 2020 19:28:30.501 +0000 (UTC) Date: Thu, 23 Jul 2020 19:28:30 +0000 (UTC) From: jaruga@redhat.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 75096 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?yXpFNqRr1dEY0snEQ6vUpjORBmm3WV3CBkaa8tOjsKnHNXABqw=2FHYgR8ju17Iz?= =?us-ascii?Q?Kz48NRl5vN7M9WetHqeFh95hCV+r0exER636GrH?= =?us-ascii?Q?DrSFIkoOcDhOARfT5Qgf77muQQ+7hgq4wXvd0OT?= =?us-ascii?Q?euVLrYWIQCs3EKr4Bf08uehvhRTs=2F=2F53yKrKdmc?= =?us-ascii?Q?e034t0IuF9p2c5pDSFhMxJVJww3JwOMZb27r9S7?= =?us-ascii?Q?Q6QkOMd9wxrTeBlWs=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 99305 Subject: [ruby-core:99305] [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). I sent this PR related to this ticket. https://github.com/ruby/ruby/pull/3354 It's to apply test-scale to test_nogvl_poll. Other tests I showed above is applying time-scale. I ran the Ruby tests with `RUBY_TEST_TIMEOUT_SCALE=100 make check` 5 times on Fedora build system s390x . And all ok. So, I am okay to close this ticket. ---------------------------------------- Bug #16921: s390x: random test failures for timeout or segmentation fault https://bugs.ruby-lang.org/issues/16921#change-86694 * 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/