[From nobody Tue May 26 11:07:08 2026
Received: (at submit) by bugs.debian.org; 24 Jan 2021 19:38:31 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.2-bugs.debian.org_2005_01_02
 (2018-09-13) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-21.9 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,
 FROMDEVELOPER,FUZZY_CPILL,PGPSIGNATURE,SPF_HELO_NONE,SPF_NONE,TXREP
 autolearn=ham autolearn_force=no
 version=3.4.2-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 18; hammy, 150; neutral, 97; spammy,
 0. spammytokens: hammytokens:0.000-+--armhf, 0.000-+--autopkgtest,
 0.000-+--H*ct:pgp-sha256, 0.000-+--H*RT:localhost,
 0.000-+--Hx-spam-relays-external:36ff
Return-path: &lt;elbrus@debian.org&gt;
Received: from master.debian.org ([2001:41b8:202:deb:216:36ff:fe40:4001]:55138)
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=master.debian.org, EMAIL=hostmaster@master.debian.org (verified)
 by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.92) (envelope-from &lt;elbrus@debian.org&gt;) id 1l3lDT-0006WT-Kx
 for submit@bugs.debian.org; Sun, 24 Jan 2021 19:38:31 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.master;
 h=Content-Type:MIME-Version:Date:Message-ID:Subject:From:
 To:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description:
 In-Reply-To:References; bh=fru8f7Jqwet4ETuHJ9hiEYaJr+8BP4WaaA47na9lUps=; b=t7
 rJZ2SLRmTb5OvzgyYqIgHowLxNJoTv9QUGc60lCSFzqU5FPwKO4qSZI/i+wdK4vxEbFlML3uQWOtv
 QYCFfmEHp0a2QJHI4WfFIVvBSa5gDvnAEnIS02DyPMStlgGyqwCwl+D1JVqOKvpeKW0+3TsFoQYN7
 Dim56n0vtafWlBukL5QQ1ljrxebYMtKWGoKnGCjz8HWQzSvah9gJc8Oq7RktmBAhN7/12nbGq6jPy
 kjN003bSE2iEFFNYY7iTiLjAkl3PNmfePSXxwAlhHKeCXwoDC6eLCc5ew519Nr187XLWRx+bsaOiM
 GOSKoWVhkjLlYA4GiHHy6JJNSSWYddZA==;
Received: from localhost ([::1]:60688)
 by master.debian.org with esmtp (Exim 4.92)
 (envelope-from &lt;elbrus@debian.org&gt;) id 1l3lDR-0000WP-RW
 for submit@bugs.debian.org; Sun, 24 Jan 2021 19:38:29 +0000
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
From: Paul Gevers &lt;elbrus@debian.org&gt;
Subject: llvm-toolchain-11 autopkgtest segfaults on armhf
Message-ID: &lt;d83c7341-028d-61bf-e7ab-baa69f1fe7d9@debian.org&gt;
Date: Sun, 24 Jan 2021 20:38:29 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
 Thunderbird/78.6.0
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256;
 protocol=&quot;application/pgp-signature&quot;;
 boundary=&quot;bjhoKFJhwJo8k7z9j2wR6lXv2DiOccHXY&quot;
Delivered-To: submit@bugs.debian.org

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--bjhoKFJhwJo8k7z9j2wR6lXv2DiOccHXY
Content-Type: multipart/mixed; boundary=&quot;1YmpygwIjGQC3POW4ZyYS66VJXrHe4DKD&quot;;
 protected-headers=&quot;v1&quot;
From: Paul Gevers &lt;elbrus@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Message-ID: &lt;d83c7341-028d-61bf-e7ab-baa69f1fe7d9@debian.org&gt;
Subject: llvm-toolchain-11 autopkgtest segfaults on armhf

--1YmpygwIjGQC3POW4ZyYS66VJXrHe4DKD
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: quoted-printable

Source: llvm-toolchain-11
Version: 1:11.0.0-2
Severity: serious
X-Debbugs-CC: debian-ci@lists.debian.org
User: debian-ci@lists.debian.org
Usertags: fails-always

Dear maintainers,

You package has an autopkgtest, great. However, it fails on armhf with a
segfault.

The error code is unfortunate as autopkgtest interprets it as a tmpfail,
so the test is tried over and over again. I'll put the failure on the
ci.d.n blocklist, to avoid that, and will lift the block when this bug
is closed.

Paul

https://ci.debian.net/data/autopkgtest/testing/armhf/l/llvm-toolchain-11/=
9960854/log.gz

echo '#include &lt;stdio.h&gt;
int main() {
if (1=3D=3D1) {
  printf(&quot;true&quot;);
}else{
  printf(&quot;false&quot;);
  return 42;
}
return 0;}' &gt; foo.c
Testing linking ...
rm foo bar.cc

clang-$VERSION -flto foo.c -o foo
clang: error: unable to execute command: Segmentation fault
clang: error: linker command failed due to signal (use -v to see invocati=
on)
autopkgtest [02:17:39]: ERROR: testbed failure: testbed auxverb failed
with exit code 254


--1YmpygwIjGQC3POW4ZyYS66VJXrHe4DKD--

--bjhoKFJhwJo8k7z9j2wR6lXv2DiOccHXY
Content-Type: application/pgp-signature; name=&quot;OpenPGP_signature.asc&quot;
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename=&quot;OpenPGP_signature&quot;

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

wsB5BAABCAAjFiEEWLZtSHNr6TsFLeZynFyZ6wW9dQoFAmANzLUFAwAAAAAACgkQnFyZ6wW9dQpc
Hgf9H/CwGy2UOm6cWucEHI9XuqBkMLDKnnnm603LOAGTcFtJ+l4AwatToYxtCr3Dq27MLBN+hyP2
5OXMDuHhd6FKPGlohEyxh11EKx1soIWu5yLdwbEyHuMZ0Jp5C2MbkuJeYmOedLz1gMvnhmTKm4ag
SoLydacU78ocFDrn0voQrYq4i+koM6oHOMfVbGzLb+ppAVOeUIPeGDU5tstuseYSsg3BQ1XKqSGs
y1yIXbezgi7rQ9CSyrKK2TBwlyK7mQqoiizz2lp8nhthTa3t7n8pg4EHvPFeX9ec0VAIjP5aNnwI
uuY8jm8nvqMpoj7vdFz68vD4LNgvsb/pMUdqErxtXA==
=MFi0
-----END PGP SIGNATURE-----

--bjhoKFJhwJo8k7z9j2wR6lXv2DiOccHXY--
]