[llvm-dev] [Release-testers] [11.0.0 Release] Release Candidate 5 is here
Shoaib Meenai via llvm-dev
llvm-dev at lists.llvm.org
Thu Oct 1 11:24:34 PDT 2020
Sorry, my Dropbox account got restricted yesterday. The link should work again right now, and I also uploaded it to https://drive.google.com/file/d/1nIXm81iEkJ_Gxbe-6IloqME0--Wjsgru/view?usp=sharing
Full test results were
Testing Time: 3081.58s
Unsupported : 3200
Passed : 68252
Expectedly Failed: 264
Failed : 2
I looked into the libunwind failures. There was a misconfiguration resulting in the compiled libunwind not actually being linked against the tests (they were linking against the system unwinder instead), and fixing that fixed libunwind_01.pass.cpp. signal_frame.pass.cpp is failing because the unwinder doesn't recognize signal frames; I don't know if that's expected with the compact unwind encoding format that's used for Mach-O, and I'm CCing Saleem in case he knows. libunwind doesn't appear to have a Bugzilla category, so I'm not sure how best to proceed here and if this test failure should be considered launch-blocking. The test also fails for me with 10.0.1, so it's not a regression in that sense.
On 10/1/20, 1:48 AM, "Tobias Hieta" <tobias at plexapp.com> wrote:
Hey Shoaib,
The dropbox link is 404 for me.
-- Tobias
On Thu, Oct 1, 2020 at 12:54 AM Shoaib Meenai <smeenai at fb.com> wrote:
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__www.dropbox.com_s_ovb47c2rpmr2c17_clang-252Bllvm-2D11.0.0-2Drc5-2Dx86-5F64-2Dapple-2Ddarwin.tar.xz-3Fdl-3D1&d=DwIFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=c7xWG8FwacQcZf_G8uvt1VcfBUtLldCZmiIFFh9EAqE&s=U5qJ-vgvtgTm8jtTstbEWXgXDKvil2f15Lk3-5WFpmg&e=
>
> 2d4163b1fb5c5d1514883f7ce02286dc63befad70b02ad9c368a0b861bf5dfb5 clang+llvm-11.0.0-rc5-x86_64-apple-darwin.tar.xz
>
>
>
> Two libunwind tests failed for me. I haven’t dug into why; has this been seen before?
>
>
>
> libunwind :: libunwind_01.pass.cpp
>
> libunwind :: signal_frame.pass.cpp
>
>
>
> From: Tobias Hieta <tobias at plexapp.com>
> Date: Wednesday, September 30, 2020 at 11:42 AM
> To: Shoaib Meenai <smeenai at fb.com>
> Cc: Hans Wennborg <hans at chromium.org>, llvm-dev <llvm-dev at lists.llvm.org>, Release-testers <release-testers at lists.llvm.org>, cfe-dev <cfe-dev at lists.llvm.org>
> Subject: Re: [llvm-dev] [Release-testers] [11.0.0 Release] Release Candidate 5 is here
>
>
>
> Shoabi,
>
>
>
> Thanks that would be great - llvm comes with a script that builds and runs the tests in llvm/utils/release/test-release.sh
>
>
>
> I usually create a release directory and then invoke it like this
>
> ../llvm/utils/release/test-release.sh -release 11.0.0 -rc 5 -triple x86_64-apple-darwin -use-ninja -j <jobs>
>
>
>
> That takes two hours or so then I inspect the log file for testing errors:
>
>
>
> grep "FAIL:" logs/testing-rc5.txt (I think don't remember exactly the name of the file).
>
>
>
> make sha256 sum: shasum -a 256 clang+llvm-....tar.xz
>
>
>
> And then upload to the sftp server, but in this case - feel free to put it on gdrive or something like that and I can upload it to the sftp server for Hans to add to the release.
>
>
>
> Thanks for helping out!
>
>
>
> -- Tobias
>
>
>
> On Wed, Sep 30, 2020, 20:30 Shoaib Meenai <smeenai at fb.com> wrote:
>
> I’m happy to run them, although I’d appreciate a pointer to the appropriate documentation.
>
>
>
> From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Tobias Hieta via llvm-dev <llvm-dev at lists.llvm.org>
> Reply-To: Tobias Hieta <tobias at plexapp.com>
> Date: Wednesday, September 30, 2020 at 11:15 AM
> To: Hans Wennborg <hans at chromium.org>
> Cc: llvm-dev <llvm-dev at lists.llvm.org>, Release-testers <release-testers at lists.llvm.org>, cfe-dev <cfe-dev at lists.llvm.org>
> Subject: Re: [llvm-dev] [Release-testers] [11.0.0 Release] Release Candidate 5 is here
>
>
>
> Just a heads up - I won't be able to do any macOS builds for a bit - my mac pro has died and needs to be replaced. I hope to get a replacement next week, but meanwhile I won't be able to do any testing or binary uploads.
>
>
>
> Let me know if anyone else with a mac have some CPU cycles to spare for this release.
>
>
>
> On Wed, Sep 30, 2020, 20:07 Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:
>
> Hello again,
>
> We had to pick up another bug fix, so here is another release
> candidate: llvmorg-11.0.0-rc5 tag was just created.
>
> Source code and docs are available at
> https://urldefense.proofpoint.com/v2/url?u=https-3A__prereleases.llvm.org_11.0.0_-23rc5&d=DwIFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=c7xWG8FwacQcZf_G8uvt1VcfBUtLldCZmiIFFh9EAqE&s=mFqNFVq9MFtZ31Qlyed96_wxmtDIYwcwHWlp7nV0VCk&e=
> and
> https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc5
>
> Pre-built binaries will be added as they become ready.
>
> Please file reports for any bugs you find as blockers of
> https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_pr46725&d=DwIFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=c7xWG8FwacQcZf_G8uvt1VcfBUtLldCZmiIFFh9EAqE&s=WZ_ewLC_vZBBoAqZnPnC77Fz0-haS7XW3IKNdbljylU&e=
>
> Release testers, if you still have cycles (perhaps you didn't even
> have time to start rc4 yet), please run the test script, share your
> results, and upload binaries.
>
> As mentioned above, this rc is very similar to the previous one. There
> are no open blockers, so it could be the last release candidate.
>
> Thanks,
> Hans
> _______________________________________________
> Release-testers mailing list
> Release-testers at lists.llvm.org
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.llvm.org_cgi-2Dbin_mailman_listinfo_release-2Dtesters&d=DwIFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=c7xWG8FwacQcZf_G8uvt1VcfBUtLldCZmiIFFh9EAqE&s=11cxldM_aSKASc-LpZET_nk-PIOWRKZpW_t52yTXaEU&e=
More information about the llvm-dev
mailing list