[llvm-dev] [3.7 Release] RC4 has been tagged

5 views
Skip to first unread message

Hans Wennborg via llvm-dev

unread,
Aug 26, 2015, 7:44:08 PM8/26/15
to llvm-dev, cfe...@lists.llvm.org, lldb...@lists.llvm.org, openm...@lists.llvm.org, Dimitry Andric, Nikola Smiljanić, Sylvestre Ledru, Renato Golin, Ben Pope, Sebastian Dreßler, Pavel Labath, Ed Maste
Dear testers,

3.7.0-rc4 has just been tagged. It is identical to rc3, plus:

- r245902: Revert r245355: change of clang-tools-extra symlink in the
release script
- r245947: Merge of r245927: Fix LLDB build on MIPS
- r245948: Deprecate the DataLayout on the TargetMachine, and backport
the 3.8 API
- Changes to the ReleaseNotes.

Those changes should all be safe, and I expect this to be an extremely
short cycle.

Please build and test. If no new issues arise, I plan to tag this as
'final' tomorrow or Friday so we can ship the release next week.

Thanks,
Hans
_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev

Ben Pope via llvm-dev

unread,
Aug 27, 2015, 8:13:17 AM8/27/15
to Hans Wennborg, llvm-dev, cfe...@lists.llvm.org, lldb...@lists.llvm.org, openm...@lists.llvm.org, Dimitry Andric, Nikola Smiljanić, Sylvestre Ledru, Renato Golin, Sebastian Dreßler, Pavel Labath, Ed Maste
On Thursday, August 27, 2015 07:43 AM, Hans Wennborg wrote:
> Dear testers,
>
> 3.7.0-rc4 has just been tagged. It is identical to rc3, plus:
>
> Please build and test. If no new issues arise, I plan to tag this as
> 'final' tomorrow or Friday so we can ship the release next week.

Tests seem fine (except the usual sanitizer fails), uploaded:
clang+llvm-3.7.0-rc4-x86_64-linux-gnu-ubuntu-14.04.tar.xz

Failing Tests (17):
AddressSanitizer-x86_64-linux :: TestCases/Posix/readv.cc
MemorySanitizer :: Linux/tcgetattr.cc
MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.gethostent
MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.gethostent_r
MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.getmntent
MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.getmntent_r
MemorySanitizer-Unit ::
Msan-x86_64-with-call-Test/MemorySanitizer.gethostent
MemorySanitizer-Unit ::
Msan-x86_64-with-call-Test/MemorySanitizer.gethostent_r
MemorySanitizer-Unit ::
Msan-x86_64-with-call-Test/MemorySanitizer.getmntent
MemorySanitizer-Unit ::
Msan-x86_64-with-call-Test/MemorySanitizer.getmntent_r
SanitizerCommon-asan :: Linux/getpass.cc
SanitizerCommon-asan :: Posix/decorate_proc_maps.cc
SanitizerCommon-lsan :: Linux/getpass.cc
SanitizerCommon-msan :: Linux/getpass.cc
SanitizerCommon-msan :: Posix/decorate_proc_maps.cc
SanitizerCommon-tsan :: Linux/getpass.cc
SanitizerCommon-tsan :: Posix/decorate_proc_maps.cc

Expected Passes : 24041
Expected Failures : 132
Unsupported Tests : 377
Unexpected Failures: 17
make[3]: *** [CMakeFiles/check-all] Error 1
make[3]: Target `CMakeFiles/check-all.dir/build' not remade because of
errors.
make[2]: *** [CMakeFiles/check-all.dir/all] Error 2
make[1]: *** [CMakeFiles/check-all.dir/rule] Error 2
make[1]: Target `check-all' not remade because of errors.
make: *** [check-all] Error 2
[Release Phase3] check-all failed

# Comparing Phase 2 and Phase 3 files
### Testing Finished ###
### Package: clang+llvm-3.7.0-rc4-x86_64-linux-gnu-ubuntu-14.04.tar.xz
### Logs: /home/development/llvm/3.7.0/rc4/logs
### Errors:
[Release Phase3] check-all failed

Ben

Daniel Sanders via llvm-dev

unread,
Aug 27, 2015, 9:44:09 AM8/27/15
to Hans Wennborg, cfe...@lists.llvm.org, lldb...@lists.llvm.org, openm...@lists.llvm.org, Dimitry Andric, Nikola Smiljanić, Sylvestre Ledru, Renato Golin, Ben Pope, Sebastian Dreßler, Pavel Labath, Ed Maste, llvm...@lists.llvm.org
> Please build and test. If no new issues arise, I plan to tag this as
> 'final' tomorrow or Friday so we can ship the release next week.

I'm afraid I can't build and test that quickly with the equipment I have at the moment. The little endian build is running on machine that was designed to be a router and currently takes almost 24 hours due to lack of FPU, local disk, and RAM. The test-suite for this build used to take 3 days for the same reason (mostly the lack of FPU causing _massive_ numbers of kernel interrupts for FPU emulation) but I'm using a CI20 now that gets through it in a few hours thanks to its FPU.

Can you tag it on Monday instead?

Hans Wennborg via llvm-dev

unread,
Aug 27, 2015, 10:52:08 AM8/27/15
to Daniel Sanders, Ben Pope, Pavel Labath, Nikola Smiljanić, lldb...@lists.llvm.org, llvm...@lists.llvm.org, cfe...@lists.llvm.org, openm...@lists.llvm.org
On Thu, Aug 27, 2015 at 6:43 AM, Daniel Sanders
<Daniel....@imgtec.com> wrote:
>> Please build and test. If no new issues arise, I plan to tag this as
>> 'final' tomorrow or Friday so we can ship the release next week.
>
> I'm afraid I can't build and test that quickly with the equipment I have at the moment. The little endian build is running on machine that was designed to be a router and currently takes almost 24 hours due to lack of FPU, local disk, and RAM. The test-suite for this build used to take 3 days for the same reason (mostly the lack of FPU causing _massive_ numbers of kernel interrupts for FPU emulation) but I'm using a CI20 now that gets through it in a few hours thanks to its FPU.
>
> Can you tag it on Monday instead?

Since RC3 built fine for you, there really shouldn't be anything in
RC4 that would cause problems. Maybe you could start a build to make
sure it seems OK, but we don't wait for all the bootstrapping and
test-suite to finish?

Daniel Sanders via llvm-dev

unread,
Aug 27, 2015, 12:21:57 PM8/27/15
to Hans Wennborg, Ben Pope, Pavel Labath, Nikola Smiljanić, lldb...@lists.llvm.org, llvm...@lists.llvm.org, cfe...@lists.llvm.org, openm...@lists.llvm.org
Ok. I'll get what I can done by the time you tag it and let you know if anything does cause problems.

Dimitry Andric via llvm-dev

unread,
Aug 28, 2015, 4:41:44 AM8/28/15
to Hans Wennborg, Ben Pope, Pavel Labath, llvm-dev, Nikola Smiljanić, lldb...@lists.llvm.org, cfe...@lists.llvm.org, openm...@lists.llvm.org
No build or test failures. Uploaded:

SHA256 (clang+llvm-3.7.0-rc4-i386-unknown-freebsd10.tar.xz) = 4d1cc01c701d453b5ddb64801b9014d2f902b08b6834d97878bf8feada56a8c5
SHA256 (clang+llvm-3.7.0-rc4-amd64-unknown-freebsd10.tar.xz) = 2a9feef3004e5787019ee41afc8efa7fbe84ff9621f26a083218d383f6a50802

-Dimitry

> On 27 Aug 2015, at 01:37, Hans Wennborg <hwen...@google.com> wrote:
>
> Dear testers,
>
> 3.7.0-rc4 has just been tagged. It is identical to rc3, plus:
>
> - r245902: Revert r245355: change of clang-tools-extra symlink in the
> release script
> - r245947: Merge of r245927: Fix LLDB build on MIPS
> - r245948: Deprecate the DataLayout on the TargetMachine, and backport
> the 3.8 API
> - Changes to the ReleaseNotes.
>
> Those changes should all be safe, and I expect this to be an extremely
> short cycle.
>
> Please build and test. If no new issues arise, I plan to tag this as
> 'final' tomorrow or Friday so we can ship the release next week.
>
> Thanks,
> Hans

signature.asc
Reply all
Reply to author
Forward
0 new messages