From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3934 invoked by alias); 4 Mar 2020 12:45:24 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 3813 invoked by uid 89); 4 Mar 2020 12:45:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=sk:buildbo, Our, our X-Spam-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Mar 2020 12:45:13 +0000 Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 374EB302BB4F for ; Wed, 4 Mar 2020 13:45:06 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 6ED65400B8DB; Wed, 4 Mar 2020 13:45:06 +0100 (CET) Message-ID: <91d140376926cd84c93a86ebc241a06e475b9b9b.camel@klomp.org> Subject: Re: Buildbot failure in Wildebeest Builder on whole buildset From: Mark Wielaard To: elfutils-devel@sourceware.org Date: Wed, 04 Mar 2020 12:45:00 -0000 In-Reply-To: <20200304120950.34F27817B05@builder.wildebeest.org> References: <20200304120950.34F27817B05@builder.wildebeest.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-5.el7) Mime-Version: 1.0 X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2020-q1/txt/msg00177.txt On Wed, 2020-03-04 at 12:09 +0000, buildbot@builder.wildebeest.org wrote: > The Buildbot has detected a failed build on builder whole buildset > while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/10/builds/457 >=20 > Buildbot URL: https://builder.wildebeest.org/buildbot/ >=20 > Worker for this Build: fedora-s390x Hohum. Our buildbot worker vm got upgraded to a z15. Which has zlib deflate instructions. Which valgrind doesn't support, causing: gnu compressed kmods are unstripped =3D=3D27438=3D=3D=20 =3D=3D27438=3D=3D Process terminating with default action of signal 4 (SIGI= LL): dumping core =3D=3D27438=3D=3D Illegal opcode at address 0x4ACCC80 =3D=3D27438=3D=3D at 0x4ACCC80: ??? (in /usr/lib64/libz.so.1.2.11) =3D=3D27438=3D=3D by 0x4ABF05B: deflateResetKeep (in /usr/lib64/libz.so.= 1.2.11) =3D=3D27438=3D=3D by 0x4ABF0C5: deflateReset (in /usr/lib64/libz.so.1.2.= 11) =3D=3D27438=3D=3D by 0x4AC21FF: deflateInit_ (in /usr/lib64/libz.so.1.2.= 11) =3D=3D27438=3D=3D by 0x4856B35: __libelf_compress (elf_compress.c:113) =3D=3D27438=3D=3D by 0x485770B: elf_compress_gnu (elf_compress_gnu.c:104) =3D=3D27438=3D=3D by 0x100413D: compress_section (elfcompress.c:204) =3D=3D27438=3D=3D by 0x100318B: process_file (elfcompress.c:778) =3D=3D27438=3D=3D by 0x100318B: main (elfcompress.c:1359) Luckily upstream valgrind already has a patch. But that will need to be backported and then a new package should be installed on the s390x buildbot worker. Cheers, Mark