[llvm-dev] [4.0.0 Release] Release Candidate 3 has been tagged

Ben Pope via llvm-dev llvm-dev at lists.llvm.org
Thu Mar 2 15:41:41 PST 2017


On 02/03/17 19:47, Hans Wennborg via llvm-dev wrote:
> Please build, test, and upload binaries to the sftp and I'll publish
> them when they're ready.

I didn't have a great deal of luck this time round.  I was trying to 
build with lldb in a chroot, but it was having none of it, the tests 
didn't complete and there were quite a few readline failures (I think it 
was lack of access to a TTY). Pretty sure this was the case for rc2 as 
well, which is why I didn't manage to get a build out, apologies for that.

I've pushed clang+llvm-4.0.0-rc3-x86_64-linux-gnu-ubuntu-16.04.tar.xz

I should be able to get a build for x86_64-linux-gnu-ubuntu-16.10 in the 
next couple of days.

This jumped out at me:
# Comparing Phase 2 and Phase 3 files
file scudo_utils.cpp.o differs between phase 2 and phase 3


Without lldb, these are the complete results:

Failing Tests (32):
     AddressSanitizer-x86_64-linux :: TestCases/Posix/readv.cc
     MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.getaddrinfo
     MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.gethostbyaddr
     MemorySanitizer-Unit :: 
Msan-x86_64-Test/MemorySanitizer.gethostbyaddr_r
     MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.gethostbyname
     MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.gethostbyname2
     MemorySanitizer-Unit :: 
Msan-x86_64-Test/MemorySanitizer.gethostbyname2_r
     MemorySanitizer-Unit :: 
Msan-x86_64-Test/MemorySanitizer.gethostbyname_r
     MemorySanitizer-Unit :: 
Msan-x86_64-Test/MemorySanitizer.gethostbyname_r_erange
     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.getaddrinfo
     MemorySanitizer-Unit :: 
Msan-x86_64-with-call-Test/MemorySanitizer.gethostbyaddr
     MemorySanitizer-Unit :: 
Msan-x86_64-with-call-Test/MemorySanitizer.gethostbyaddr_r
     MemorySanitizer-Unit :: 
Msan-x86_64-with-call-Test/MemorySanitizer.gethostbyname
     MemorySanitizer-Unit :: 
Msan-x86_64-with-call-Test/MemorySanitizer.gethostbyname2
     MemorySanitizer-Unit :: 
Msan-x86_64-with-call-Test/MemorySanitizer.gethostbyname2_r
     MemorySanitizer-Unit :: 
Msan-x86_64-with-call-Test/MemorySanitizer.gethostbyname_r
     MemorySanitizer-Unit :: 
Msan-x86_64-with-call-Test/MemorySanitizer.gethostbyname_r_erange
     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
     MemorySanitizer-x86_64 :: Linux/forkpty.cc
     MemorySanitizer-x86_64 :: Linux/tcgetattr.cc
     MemorySanitizer-x86_64 :: getaddrinfo-positive.cc
     SanitizerCommon-asan-x86_64-Linux :: Posix/getpass.cc
     SanitizerCommon-lsan-x86_64-Linux :: Posix/getpass.cc
     SanitizerCommon-msan-x86_64-Linux :: Posix/getpass.cc
     SanitizerCommon-tsan-x86_64-Linux :: Posix/getpass.cc

   Expected Passes    : 38132
   Expected Failures  : 220
   Unsupported Tests  : 1049
   Unexpected Failures: 32
CMakeFiles/check-all.dir/build.make:57: recipe for target 
'CMakeFiles/check-all' failed
make[3]: *** [CMakeFiles/check-all] Error 1
make[3]: Target 'CMakeFiles/check-all.dir/build' not remade because of 
errors.
CMakeFiles/Makefile2:174: recipe for target 
'CMakeFiles/check-all.dir/all' failed
make[2]: *** [CMakeFiles/check-all.dir/all] Error 2
CMakeFiles/Makefile2:181: recipe for target 
'CMakeFiles/check-all.dir/rule' failed
make[1]: *** [CMakeFiles/check-all.dir/rule] Error 2
make[1]: Target 'check-all' not remade because of errors.
Makefile:184: recipe for target 'check-all' failed
make: *** [check-all] Error 2
[Release Phase3] check-all failed

# Comparing Phase 2 and Phase 3 files
file scudo_utils.cpp.o differs between phase 2 and phase 3


### Testing Finished ###
### Package: clang+llvm-4.0.0-rc3-x86_64-linux-gnu-ubuntu-16.04.tar.xz
### Logs: /scratch/llvm/clang-4/rc3/logs
### Errors:
[Release Phase3] check-all failed

Ben




More information about the llvm-dev mailing list