Re: [lldb-dev] [Release-testers] LLVM 12.0.0-rc3 has been tagged

2021-03-16 Thread Brian Cain via lldb-dev
SLES12, Ubuntu 16.04 uploaded - now to the correct path - thanks for the
reminder, Hans!

e96a6402cc139323d64e20570c63b7e8c5d442e7338a1cae6c3234db06431883
 clang+llvm-12.0.0-rc3-x86_64-linux-gnu-ubuntu-16.04.tar.xz
dc498c1caabc57ae94b191fbcb887d7a557279f3eecb2206dbdd3ede5793dc98
 clang+llvm-12.0.0-rc3-x86_64-linux-sles12.4.tar.xz

On Thu, Mar 11, 2021 at 11:23 PM Brian Cain  wrote:

> Uploaded SLES12 but I did encounter the same ENOSPC that others have
> reported.
>
> $ cat clang+llvm-12.0.0-rc3-x86_64-linux-sles12.4.tar.xz.sha256
> dc498c1caabc57ae94b191fbcb887d7a557279f3eecb2206dbdd3ede5793dc98
>  clang+llvm-12.0.0-rc3-x86_64-linux-sles12.4.tar.xz
>
> On Thu, Mar 11, 2021 at 4:27 PM Brian Cain  wrote:
>
>> lit tests require python 3.6 now but CMake nor test-release.sh screen for
>> this.  It's definitely a nice-to-have, though.
>>
>> Older platforms like SLES12 and Ubuntu Xenial don't have a native 3.6.
>> I'll add a local python build to get the test suite going.
>>
>> Apologies -- I realize it's not as helpful for me to offer feedback this
>> late in the release cycle.
>>
>> On Wed, Mar 10, 2021 at 9:11 AM Tom Stellard via Release-testers <
>> release-test...@lists.llvm.org> wrote:
>>
>>> Hi,
>>>
>>> I've tagged LLVM 12.0.0-rc3.  Testers may begin testing and uploading
>>> binaries.
>>> If all goes well, this will be the last RC.
>>>
>>> -Tom
>>>
>>> ___
>>> Release-testers mailing list
>>> release-test...@lists.llvm.org
>>> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>>>
>>
>>
>> --
>> -Brian
>>
>
>
> --
> -Brian
>


-- 
-Brian
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] LLVM 12.0.0-rc3 has been tagged

2021-03-14 Thread Brian Cain via lldb-dev
Attempted upload of Ubuntu 16.04 (below), but it too ran out of space.
Maybe I'm copying to the wrong remote path?  Dimitry, how did you get your
upload to work?

e96a6402cc139323d64e20570c63b7e8c5d442e7338a1cae6c3234db06431883
 clang+llvm-12.0.0-rc3-x86_64-linux-gnu-ubuntu-16.04.tar.xz

On Thu, Mar 11, 2021 at 11:23 PM Brian Cain  wrote:

> Uploaded SLES12 but I did encounter the same ENOSPC that others have
> reported.
>
> $ cat clang+llvm-12.0.0-rc3-x86_64-linux-sles12.4.tar.xz.sha256
> dc498c1caabc57ae94b191fbcb887d7a557279f3eecb2206dbdd3ede5793dc98
>  clang+llvm-12.0.0-rc3-x86_64-linux-sles12.4.tar.xz
>
> On Thu, Mar 11, 2021 at 4:27 PM Brian Cain  wrote:
>
>> lit tests require python 3.6 now but CMake nor test-release.sh screen for
>> this.  It's definitely a nice-to-have, though.
>>
>> Older platforms like SLES12 and Ubuntu Xenial don't have a native 3.6.
>> I'll add a local python build to get the test suite going.
>>
>> Apologies -- I realize it's not as helpful for me to offer feedback this
>> late in the release cycle.
>>
>> On Wed, Mar 10, 2021 at 9:11 AM Tom Stellard via Release-testers <
>> release-test...@lists.llvm.org> wrote:
>>
>>> Hi,
>>>
>>> I've tagged LLVM 12.0.0-rc3.  Testers may begin testing and uploading
>>> binaries.
>>> If all goes well, this will be the last RC.
>>>
>>> -Tom
>>>
>>> ___
>>> Release-testers mailing list
>>> release-test...@lists.llvm.org
>>> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>>>
>>
>>
>> --
>> -Brian
>>
>
>
> --
> -Brian
>


-- 
-Brian
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] LLVM 12.0.0-rc3 has been tagged

2021-03-13 Thread Dimitry Andric via lldb-dev
On 10 Mar 2021, at 16:10, Tom Stellard via Release-testers 
 wrote:
> 
> I've tagged LLVM 12.0.0-rc3.  Testers may begin testing and uploading 
> binaries.
> If all goes well, this will be the last RC.

For 12.0.0 rc3, I have built and tested on both FreeBSD 11 and 12. No
additional patches were needed.


Main results on amd64-freebsd11:

  Unsupported:  5562 (rc2:  5562)
  Passed : 80174 (rc2: 80165)
  Expectedly Failed  :   247 (rc2:   247)
  Timed Out  : 3 (rc2: 6)
  Failed :93 (rc2:94)
  Unexpectedly Passed: 2 (rc2: 2)

Test suite results on amd64-freebsd11:

  Passed: 2399 (rc2: 2399)
  Failed:3 (rc2:3)


Main results on amd64-freebsd12:

  Unsupported:  5562 (rc2:  5562)
  Passed : 80178 (rc2: 80172)
  Expectedly Failed  :   243 (rc2:   243)
  Timed Out  : 3 (rc2: 4)
  Failed :89 (rc2:89)
  Unexpectedly Passed: 6 (rc2: 6)

Test suite results on amd64-freebsd12:

  Passed: 2399 (rc2: 2399)
  Failed:3 (rc2:3)


Main results on i386-freebsd11:

  Unsupported:  3976 (rc2:  3976)
  Passed : 76718 (rc2: 76713)
  Expectedly Failed  :   224 (rc2:   224)
  Timed Out  : 0 (rc2: 1)
  Failed :53 (rc2:52)
  Unexpectedly Passed: 1 (rc2: 1)


Main results on i386-freebsd12:

  Unsupported:  3976 (rc2:  3976)
  Passed : 76722 (rc2: 76718)
  Expectedly Failed  :   222 (rc2:   222)
  Failed :49 (rc2:48)
  Unexpectedly Passed: 3 (rc2: 3)


Uploaded:
SHA256 (clang+llvm-12.0.0-rc3-amd64-unknown-freebsd11.tar.xz) = 
abd3e061b5385d390b8d39e27f8171269594f42636b5cd1363e9088f54066ca0
SHA256 (clang+llvm-12.0.0-rc3-amd64-unknown-freebsd12.tar.xz) = 
8499b45cc791dbb75f7b12ce3a7ee2e734dd34b5316b9823a83687929c0cd64c
SHA256 (clang+llvm-12.0.0-rc3-i386-unknown-freebsd11.tar.xz) = 
be5c39b3ceae6d9cebdda19dbdc264157bd135800a6b44bd5dabbdd1037d9174
SHA256 (clang+llvm-12.0.0-rc3-i386-unknown-freebsd12.tar.xz) = 
d79e44bfcb37f6795a2e0f75c3ac3508dd10f4ab2d0b6f39414a37d70bc38a93

-Dimitry



signature.asc
Description: Message signed with OpenPGP
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] LLVM 12.0.0-rc3 has been tagged

2021-03-11 Thread Brian Cain via lldb-dev
Uploaded SLES12 but I did encounter the same ENOSPC that others have
reported.

$ cat clang+llvm-12.0.0-rc3-x86_64-linux-sles12.4.tar.xz.sha256
dc498c1caabc57ae94b191fbcb887d7a557279f3eecb2206dbdd3ede5793dc98
 clang+llvm-12.0.0-rc3-x86_64-linux-sles12.4.tar.xz

On Thu, Mar 11, 2021 at 4:27 PM Brian Cain  wrote:

> lit tests require python 3.6 now but CMake nor test-release.sh screen for
> this.  It's definitely a nice-to-have, though.
>
> Older platforms like SLES12 and Ubuntu Xenial don't have a native 3.6.
> I'll add a local python build to get the test suite going.
>
> Apologies -- I realize it's not as helpful for me to offer feedback this
> late in the release cycle.
>
> On Wed, Mar 10, 2021 at 9:11 AM Tom Stellard via Release-testers <
> release-test...@lists.llvm.org> wrote:
>
>> Hi,
>>
>> I've tagged LLVM 12.0.0-rc3.  Testers may begin testing and uploading
>> binaries.
>> If all goes well, this will be the last RC.
>>
>> -Tom
>>
>> ___
>> Release-testers mailing list
>> release-test...@lists.llvm.org
>> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>>
>
>
> --
> -Brian
>


-- 
-Brian
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] LLVM 12.0.0-rc3 has been tagged

2021-03-11 Thread Brian Cain via lldb-dev
lit tests require python 3.6 now but CMake nor test-release.sh screen for
this.  It's definitely a nice-to-have, though.

Older platforms like SLES12 and Ubuntu Xenial don't have a native 3.6.
I'll add a local python build to get the test suite going.

Apologies -- I realize it's not as helpful for me to offer feedback this
late in the release cycle.

On Wed, Mar 10, 2021 at 9:11 AM Tom Stellard via Release-testers <
release-test...@lists.llvm.org> wrote:

> Hi,
>
> I've tagged LLVM 12.0.0-rc3.  Testers may begin testing and uploading
> binaries.
> If all goes well, this will be the last RC.
>
> -Tom
>
> ___
> Release-testers mailing list
> release-test...@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>


-- 
-Brian
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev