[llvm-dev] [11.0.0 Release] Release Candidate 1 is here

Neil Nelson via llvm-dev llvm-dev at lists.llvm.org
Tue Jul 28 17:54:28 PDT 2020


Uploaded Ubuntu 20.04.
sha256sum clang+llvm-11.0.0-rc1-x86_64-unknown-linux-gnu.tar.xz
94a90758800f00ef037b69a1125bcf4e6e86c616db20efef8128ab7d9f24fe65

This run required plenty of extra VM disk space to avoid 'No space left 
on device' errors.
Filesystem     1K-blocks     Used Available Use% Mounted on
/dev/vda5      205839368 94245348 103058684  48% /

Testing Time: 344.33s
   Unsupported      :  1758
   Passed           : 69903
   Expectedly Failed:   248
[100%] Built target check-all

grep -n 'error: ' testing.11.0.0-rc1.log
103187:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/uniform_int_dist.h:60:7: 
error: static_assert failed due to requirement 
'std::is_integral<double>::value' "template argument must be an integral 
type"
103193:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:39:29: 
error: no member named 'bind' in namespace 'std'; did you mean 'find'?
103205:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:76:3: 
error: no matching function for call to 'initRandom'
103214:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:76:3: 
error: no matching function for call to 'initRandom'
103224:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: 
error: no matching function for call to 'initRandom'
103233:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: 
error: no matching function for call to 'initRandom'
103240:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: 
error: no matching function for call to 'initRandom'
103249:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: 
error: no matching function for call to 'initRandom'
103255:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: 
error: no matching function for call to 'initRandom'
103264:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: 
error: no matching function for call to 'initRandom'
212705:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/uniform_int_dist.h:60:7: 
error: static_assert failed due to requirement 
'std::is_integral<double>::value' "template argument must be an integral 
type"
212715:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:39:29: 
error: no member named 'bind' in namespace 'std'; did you mean 'find'?
212742:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:76:3: 
error: no matching function for call to 'initRandom'
212751:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:76:3: 
error: no matching function for call to 'initRandom'
212763:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: 
error: no matching function for call to 'initRandom'[ 47%] Built target 
GCC-C-execute-930718-1
212774:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: 
error: no matching function for call to 'initRandom'
212781:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: 
error: no matching function for call to 'initRandom'
212791:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: 
error: no matching function for call to 'initRandom'
212797:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: 
error: no matching function for call to 'initRandom'
212808:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: 
error: no matching function for call to 'initRandom'

sed -n 212705,212816p testing.11.0.0-rc1.log
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/uniform_int_dist.h:60:7: 
error: static_assert failed due to requirement 
'std::is_integral<double>::value' "template argument must be an integral 
type"
       static_assert(std::is_integral<_IntType>::value,
       ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:38:41: 
note: in instantiation of template class 
'std::uniform_int_distribution<double>' requested here
   std::uniform_int_distribution<double> distribution(-10.0, 10.0);
                                         ^
[ ... ]
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:39:29: 
error: no member named 'bind' in namespace 'std'; did you mean 'find'?
   auto random_double = std::bind(distribution, generator);
                        ~~~~~^~~~
                             find
/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/streambuf_iterator.h:373:5: 
note: 'find' declared here
     find(istreambuf_iterator<_CharT> __first,
     ^
[ ... ]
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:76:3: 
error: no matching function for call to 'initRandom'
   initRandom(X, R0, C0);
   ^~~~~~~~~~
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:160:3: 
note: in instantiation of function template specialization 
'testTranspose<double, 3, 10>' requested here
   testTranspose<double, 3, 10>();
   ^
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: 
note: candidate template ignored: substitution failure [with Ty = double]
template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned 
Cols) {
                             ^
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:76:3: 
error: no matching function for call to 'initRandom'
   initRandom(X, R0, C0);
   ^~~~~~~~~~
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:161:3: 
note: in instantiation of function template specialization 
'testTranspose<double, 4, 3>' requested here
   testTranspose<double, 4, 3>();
   ^
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: 
note: candidate template ignored: substitution failure [with Ty = double]
template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned 
Cols) {
                             ^
[ ... ]
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: 
error: no matching function for call to 'initRandom'[ 47%] Built target 
GCC-C-execute-930718-1

   initRandom(X, R0, C0);
   ^~~~~~~~~~
[ 47%] Built target GCC-C-execute-longlong
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:165:3: 
note: in instantiation of function template specialization 
'testMultiply<double, 3, 3, 3>' requested here
   testMultiply<double, 3, 3, 3>();
   ^
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: 
note: candidate template ignored: substitution failure [with Ty = double]
template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned 
Cols) {
                             ^
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: 
error: no matching function for call to 'initRandom'
   initRandom(Y, C0, C1);
   ^~~~~~~~~~
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: 
note: candidate template ignored: substitution failure [with Ty = double]
template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned 
Cols) {
                             ^
[ 48%] Built target GCC-C-execute-941014-1
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: 
error: no matching function for call to 'initRandom'
   initRandom(X, R0, C0);
   ^~~~~~~~~~[ 48%] Built target GCC-C-execute-930603-2

/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:166:3: 
note: in instantiation of function template specialization 
'testMultiply<double, 10, 21, 23>' requested here
   testMultiply<double, 10, 21, 23>();
   ^
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: 
note: candidate template ignored: substitution failure [with Ty = double]
template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned 
Cols) {
                             ^
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: 
error: no matching function for call to 'initRandom'
   initRandom(Y, C0, C1);
   ^~~~~~~~~~
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: 
note: candidate template ignored: substitution failure [with Ty = double]
template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned 
Cols) {
                             ^
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: 
error: no matching function for call to 'initRandom'
   initRandom(X, R0, C0);
   ^~~~~~~~~~
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:167:3: 
note: in instantiation of function template specialization 
'testMultiply<double, 25, 19, 11>' requested here
[ 48%] Built target GCC-C-execute-930621-1
   testMultiply<double, 25, 19, 11>();
[ 48%] Built target GCC-C-execute-930513-2
   ^
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: 
note: candidate template ignored: substitution failure [with Ty = double]
template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned 
Cols) {
                             ^
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: 
error: no matching function for call to 'initRandom'
   initRandom(Y, C0, C1);
   ^~~~~~~~~~
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: 
note: candidate template ignored: substitution failure [with Ty = double]
[ 48%] Built target GCC-C-execute-cmpsi-1
template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned 
Cols) {
                             ^
[ 48%] Built target GCC-C-execute-930614-2
10 errors generated.

Neil Nelson

On 7/28/20 11:49 AM, Hans Wennborg via llvm-dev wrote:
> Hello everyone,
>
> We're a little bit behind schedule, but RC1 is now here. It was tagged
> earlier today as llvmorg-11.0.0-rc1.
>
> Source code and docs are available at
> https://prereleases.llvm.org/11.0.0/#rc1 and
> https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc1
>
> Pre-built binaries will be added as they become available.
>
> Please file bug reports for any issues you find as blockers of
> https://llvm.org/pr46725
>
> Release testers: please start your engines, run the script, share your
> results, and upload binaries.
>
> RC2 was originally scheduled for Friday, but seeing as we just cut
> this one it will come a little later.
>
> Thanks,
> Hans
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200728/1aa1948f/attachment-0001.html>


More information about the llvm-dev mailing list