From nobody Tue May 31 02:33:04 2022 X-Original-To: ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4081F1B5BE92 for ; Tue, 31 May 2022 02:33:16 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from mail.musha.org (p024985.tokyff01.ap.so-net.ne.jp [121.2.73.133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4LBxCb2NC0z3Pgp for ; Tue, 31 May 2022 02:33:15 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: by mail.musha.org (Postfix, from userid 1005) id 4LBxCQ09K5zN6S; Tue, 31 May 2022 11:33:06 +0900 (JST) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on zillion.musha.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=13.0 tests=BAYES_00, CONTENT_TYPE_PRESENT,OL1HDRNIFTY,ONLY1HOPDIRECT,SPF_HELO_NONE, SPF_SOFTFAIL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: from zillion.musha.org (zillion.musha.org [192.168.11.3]) by mail.musha.org (Postfix) with ESMTP id 4LBxCN4XfyzN6Q for ; Tue, 31 May 2022 11:33:04 +0900 (JST) Date: Tue, 31 May 2022 11:33:04 +0900 Message-ID: <875ylm1len.knu@FreeBSD.org> From: "Akinori MUSHA" To: ruby@FreeBSD.org Subject: Help wanted; Ruby CI failure on FreeBSD 13 X-PGP-Public-Key: https://akinori.org/pgpkey.txt X-PGP-Fingerprint: F2C3 8561 FB92 66BF FC40 3BEF C5D7 7171 2172 7E34 List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4LBxCb2NC0z3Pgp X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=softfail (mx1.freebsd.org: 121.2.73.133 is neither permitted nor denied by domain of knu@FreeBSD.org) smtp.mailfrom=knu@FreeBSD.org X-Spamd-Result: default: False [-0.61 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FREEFALL_USER(0.00)[knu]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.93)[-0.932]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[ruby@freebsd.org]; TO_DN_NONE(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all:c]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.42)[0.419]; MID_CONTAINS_FROM(1.00)[]; MLMMJ_DEST(0.00)[ruby]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2527, ipnet:121.2.0.0/15, country:JP]; RCVD_TLS_LAST(0.00)[]; TO_DOM_EQ_FROM_DOM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi, We have been seeing random test failures on FreeBSD 13 in Ruby CI. Some signal-related tests fail on FreeBSD 13 https://bugs.ruby-lang.org/issues/18613 I don't have a running FreeBSD 13 box at hand nor enough time to invest on FreeBSD, so any help is appreciated to address the issue. The specific failing test has been marked as "omit" for FreeBSD: https://github.com/ruby/ruby/commit/cc6371869402ed1e1ef13d51bf1f9409378111e9 So you won't probably see this specific error in the builds going forward on https://rubyci.org/, but it should be fixed. And if issues like this remained unsolved for months, FreeBSD could be dropped from the top tier platforms. I really need your help. Thanks, -- Akinori MUSHA / https://akinori.org/