Eric Fiselier via llvm-dev
2016-Jun-12 18:31 UTC
[llvm-dev] [cfe-dev] [Release-testers] 3.8.1-rc1 has been tagged
> Test suite is green but I'm seeing two libc++ test failures when runningcheck-all. What tests are failing? On Fri, Jun 10, 2016 at 5:13 PM, Nikola Smiljanic via cfe-dev < cfe-dev at lists.llvm.org> wrote:> Uploaded Fedora and openSUSE binaries. Test suite is green but I'm seeing > two libc++ test failures when running check-all. I'm pretty sure these were > present in 3.8.0, am I supposed to file bug reports for them? > > On Fri, Jun 10, 2016 at 7:45 PM, Daniel Sanders via Release-testers < > release-testers at lists.llvm.org> wrote: > >> Hi, >> >> I had a quick look at that link and it seems to be a linker internal >> error. Presumably we're triggering a bug in the system toolchain. >> >> FWIW, my mipsel build on a Debian Jessie machine (binutils >> 2.24.90.20141023-1) successfully completed test-release.sh. I'm currently >> running the tests. >> >> Here's the relevant bit of the log from your link: >> cd >> "/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers" >> && /usr/bin/g++-5 -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_OBJC_REWRITER >> -DCLANG_ENABLE_STATIC_ANALYZER -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS >> -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS >> -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers" >> -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/tools/clang/lib/StaticAnalyzer/Checkers" >> -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/tools/clang/include" >> -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/build-llvm/tools/clang/include" >> -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/build-llvm/include" >> -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/include" -std=c++0x -fPIC >> -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings >> -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long >> -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 >> -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual >> -fno-strict-aliasing -O2 -g -DNDEBUG -fno-exceptions -o >> CMakeFiles/clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o -c >> "/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp" >> /usr/bin/ld: BFD (GNU Binutils for Debian) 2.26 internal error, aborting >> at ../../bfd/merge.c:909 in _bfd_merged_section_offset >> >> /usr/bin/ld: Please report this bug. >> >> collect2: error: ld returned 1 exit status >> ________________________________________ >> From: Release-testers [release-testers-bounces at lists.llvm.org] on behalf >> of Sylvestre Ledru via Release-testers [release-testers at lists.llvm.org] >> Sent: 09 June 2016 17:08 >> To: Tom Stellard; release-testers at lists.llvm.org; cfe-dev at lists.llvm.org; >> llvm-dev at lists.llvm.org >> Subject: Re: [Release-testers] 3.8.1-rc1 has been tagged >> >> Le 08/06/2016 à 06:12, Tom Stellard via Release-testers a écrit : >> > Hi, >> > >> > I've tagged 3.8.1-rc1, testers can begin testing. >> Green on most of the Debian main archs: >> >> https://buildd.debian.org/status/package.php?p=llvm-toolchain-3.8&suite=experimental >> The armel & mipsel build issue are not regressions from 3.8 (but are >> from 3.7) >> >> Cheers, >> Sylvestre >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >> > > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160612/b12f5d67/attachment.html>
Nikola Smiljanic via llvm-dev
2016-Jun-13 00:19 UTC
[llvm-dev] [cfe-dev] [Release-testers] 3.8.1-rc1 has been tagged
std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp This is on 64bit Fedora, my locale is en_AU.UTF-8 If you tell me how to run these tests individually I could investigate more? On Mon, Jun 13, 2016 at 4:31 AM, Eric Fiselier <eric at efcs.ca> wrote:> > Test suite is green but I'm seeing two libc++ test failures when > running check-all. > > What tests are failing? > > On Fri, Jun 10, 2016 at 5:13 PM, Nikola Smiljanic via cfe-dev < > cfe-dev at lists.llvm.org> wrote: > >> Uploaded Fedora and openSUSE binaries. Test suite is green but I'm seeing >> two libc++ test failures when running check-all. I'm pretty sure these were >> present in 3.8.0, am I supposed to file bug reports for them? >> >> On Fri, Jun 10, 2016 at 7:45 PM, Daniel Sanders via Release-testers < >> release-testers at lists.llvm.org> wrote: >> >>> Hi, >>> >>> I had a quick look at that link and it seems to be a linker internal >>> error. Presumably we're triggering a bug in the system toolchain. >>> >>> FWIW, my mipsel build on a Debian Jessie machine (binutils >>> 2.24.90.20141023-1) successfully completed test-release.sh. I'm currently >>> running the tests. >>> >>> Here's the relevant bit of the log from your link: >>> cd >>> "/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers" >>> && /usr/bin/g++-5 -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_OBJC_REWRITER >>> -DCLANG_ENABLE_STATIC_ANALYZER -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS >>> -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS >>> -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers" >>> -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/tools/clang/lib/StaticAnalyzer/Checkers" >>> -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/tools/clang/include" >>> -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/build-llvm/tools/clang/include" >>> -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/build-llvm/include" >>> -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/include" -std=c++0x -fPIC >>> -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings >>> -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long >>> -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 >>> -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual >>> -fno-strict-aliasing -O2 -g -DNDEBUG -fno-exceptions -o >>> CMakeFiles/clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o -c >>> "/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp" >>> /usr/bin/ld: BFD (GNU Binutils for Debian) 2.26 internal error, aborting >>> at ../../bfd/merge.c:909 in _bfd_merged_section_offset >>> >>> /usr/bin/ld: Please report this bug. >>> >>> collect2: error: ld returned 1 exit status >>> ________________________________________ >>> From: Release-testers [release-testers-bounces at lists.llvm.org] on >>> behalf of Sylvestre Ledru via Release-testers [ >>> release-testers at lists.llvm.org] >>> Sent: 09 June 2016 17:08 >>> To: Tom Stellard; release-testers at lists.llvm.org; cfe-dev at lists.llvm.org; >>> llvm-dev at lists.llvm.org >>> Subject: Re: [Release-testers] 3.8.1-rc1 has been tagged >>> >>> Le 08/06/2016 à 06:12, Tom Stellard via Release-testers a écrit : >>> > Hi, >>> > >>> > I've tagged 3.8.1-rc1, testers can begin testing. >>> Green on most of the Debian main archs: >>> >>> https://buildd.debian.org/status/package.php?p=llvm-toolchain-3.8&suite=experimental >>> The armel & mipsel build issue are not regressions from 3.8 (but are >>> from 3.7) >>> >>> Cheers, >>> Sylvestre >>> _______________________________________________ >>> Release-testers mailing list >>> Release-testers at lists.llvm.org >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >>> _______________________________________________ >>> Release-testers mailing list >>> Release-testers at lists.llvm.org >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >>> >> >> >> _______________________________________________ >> cfe-dev mailing list >> cfe-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >> >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160613/3141f1c5/attachment.html>
Hahnfeld, Jonas via llvm-dev
2016-Jun-13 05:54 UTC
[llvm-dev] [cfe-dev] [Release-testers] 3.8.1-rc1 has been tagged
Hi, I already looked into them: They are known to not work with newer glibcs and will be gone in 3.9. See http://reviews.llvm.org/rL263554 Cheers, Jonas From: cfe-dev [mailto:cfe-dev-bounces at lists.llvm.org] On Behalf Of Nikola Smiljanic via cfe-dev Sent: Monday, June 13, 2016 2:19 AM To: Eric Fiselier Cc: Sylvestre Ledru; release-testers at lists.llvm.org; cfe-dev at lists.llvm.org; llvm-dev at lists.llvm.org Subject: Re: [cfe-dev] [Release-testers] 3.8.1-rc1 has been tagged std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp This is on 64bit Fedora, my locale is en_AU.UTF-8 If you tell me how to run these tests individually I could investigate more? On Mon, Jun 13, 2016 at 4:31 AM, Eric Fiselier <eric at efcs.ca> wrote:> Test suite is green but I'm seeing two libc++ test failures when running check-all.What tests are failing? On Fri, Jun 10, 2016 at 5:13 PM, Nikola Smiljanic via cfe-dev <cfe-dev at lists.llvm.org> wrote: Uploaded Fedora and openSUSE binaries. Test suite is green but I'm seeing two libc++ test failures when running check-all. I'm pretty sure these were present in 3.8.0, am I supposed to file bug reports for them? On Fri, Jun 10, 2016 at 7:45 PM, Daniel Sanders via Release-testers <release-testers at lists.llvm.org> wrote: Hi, I had a quick look at that link and it seems to be a linker internal error. Presumably we're triggering a bug in the system toolchain. FWIW, my mipsel build on a Debian Jessie machine (binutils 2.24.90.20141023-1) successfully completed test-release.sh. I'm currently running the tests. Here's the relevant bit of the log from your link: cd "/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers" && /usr/bin/g++-5 -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_OBJC_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers" -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/tools/clang/lib/StaticAnalyzer/Checkers" -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/tools/clang/include" -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/build-llvm/tools/clang/include" -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/build-llvm/include" -I"/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/include" -std=c++0x -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -g -DNDEBUG -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o -c "/«BUILDDIR»/llvm-toolchain-3.8-3.8.1~+rc1/tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp" /usr/bin/ld: BFD (GNU Binutils for Debian) 2.26 internal error, aborting at ../../bfd/merge.c:909 in _bfd_merged_section_offset /usr/bin/ld: Please report this bug. collect2: error: ld returned 1 exit status ________________________________________ From: Release-testers [release-testers-bounces at lists.llvm.org] on behalf of Sylvestre Ledru via Release-testers [release-testers at lists.llvm.org] Sent: 09 June 2016 17:08 To: Tom Stellard; release-testers at lists.llvm.org; cfe-dev at lists.llvm.org; llvm-dev at lists.llvm.org Subject: Re: [Release-testers] 3.8.1-rc1 has been tagged Le 08/06/2016 à 06:12, Tom Stellard via Release-testers a écrit :> Hi, > > I've tagged 3.8.1-rc1, testers can begin testing.Green on most of the Debian main archs: https://buildd.debian.org/status/package.php?p=llvm-toolchain-3.8 <https://buildd.debian.org/status/package.php?p=llvm-toolchain-3.8&suite=experimental> &suite=experimental The armel & mipsel build issue are not regressions from 3.8 (but are from 3.7) Cheers, Sylvestre _______________________________________________ Release-testers mailing list Release-testers at lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers _______________________________________________ Release-testers mailing list Release-testers at lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers _______________________________________________ cfe-dev mailing list cfe-dev at lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160613/d095e44f/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5868 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160613/d095e44f/attachment.bin>