On Friday, January 17th, 2025 at 5:44 AM, Mark Wielaard <mark@xxxxxxxxx> wrote: > > > Hi Ihor, > > On Thu, Jan 16, 2025 at 08:44:54PM +0000, Ihor Solodrai via Gcc wrote: > > > An example of successful test run (you have to login to github to see > > the logs): > > https://github.com/kernel-patches/bpf/actions/runs/12816136141/job/35736973856 > > > > Currently 2513 of 4340 tests pass for GCC BPF, so a bit more than a half. > > > Nice. Could you make the logs public so people don't have to create a > github account? Or post the results to gcc-testresults@xxxxxxxxxxx so > others can easily inspect them. You can also submit them to bunsen of > course. Hi Mark, Well, re-publishing logs somewhere is certainly possible, however since BPF CI runs on Github Actions there was never a need for something like this. When I got the selftests compilation working, I've shared the logs produced by running the tests individually [1][2] through github. It's 72Mb of logs, and sending them directly to email isn't a good idea. I don't know what's bunsen. Can you share a pointer? Thanks. [1] https://lore.kernel.org/bpf/EYcXjcKDCJY7Yb0GGtAAb7nLKPEvrgWdvWpuNzXm2qi6rYMZDixKv5KwfVVMBq17V55xyC-A1wIjrqG3aw-Imqudo9q9X7D7nLU2gWgbN0w=@pm.me/ [2] https://github.com/kernel-patches/bpf/blob/8f2e62702ee17675464ab00d97d89d599922de20/tools/testing/selftests/bpf/gcc-bpf-selftests-logs.tgz > > Thanks, > > Mark