Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try fixing the LCG builds. #9641

Merged
merged 1 commit into from
Jan 27, 2022

Conversation

vgvassilev
Copy link
Member

This commit reverts:
"[cxxmodules] Disentangle Vc and VecCore" fa4c3f5.
"[cxxmodules] Do not perform version checks for Vc." a4e7003.

@phsft-bot
Copy link
Collaborator

Starting build on ROOT-debian10-i386/cxx14, ROOT-performance-centos8-multicore/default, ROOT-ubuntu16/nortcxxmod, ROOT-ubuntu2004/soversion, mac1015/python3, mac11/cxx17, windows10/cxx14
How to customize builds

@vgvassilev
Copy link
Member Author

Hi @gganis, could you check if that fixes the builds?

@phsft-bot
Copy link
Collaborator

Build failed on ROOT-debian10-i386/cxx14.
Running on pcepsft10.dyndns.cern.ch:/build/workspace/root-pullrequests-build
See console output.

@phsft-bot
Copy link
Collaborator

Build failed on ROOT-performance-centos8-multicore/default.
Running on olbdw-01.cern.ch:/data/sftnight/workspace/root-pullrequests-build
See console output.

Warnings:

  • [2022-01-20T20:25:03.375Z] /data/sftnight/workspace/root-pullrequests-build/root/graf2d/mathtext/src/table/adobeglyphlist.h:128:44: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]
  • [2022-01-20T20:25:03.376Z] /data/sftnight/workspace/root-pullrequests-build/root/graf2d/mathtext/src/table/adobeglyphlist.h:128:55: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]

@Axel-Naumann Axel-Naumann added this to the 6.26/00 milestone Jan 21, 2022
@gganis
Copy link
Member

gganis commented Jan 21, 2022

Hi @vgvassilev, unfortunately it is not enough, same problem.
In my (successful) test I did revert all the commits ported back on Jan 16th.

This commit reverts:
"[cxxmodules] Disentangle Vc and VecCore" root-project/root@fa4c3f5.
"[cxxmodules] Do not perform version checks for Vc." root-project/root@a4e7003.
"[cxxmodules] Build the Vc.pcm."  root-project/root@f7c8dee.
@phsft-bot
Copy link
Collaborator

Starting build on ROOT-debian10-i386/cxx14, ROOT-performance-centos8-multicore/default, ROOT-ubuntu16/nortcxxmod, ROOT-ubuntu2004/soversion, mac1015/python3, mac11/cxx17, windows10/cxx14
How to customize builds

@vgvassilev
Copy link
Member Author

Hi @gganis, can you try the current state of this PR. I am pretty sure it will fix it. However, that is a workaround and I'd like to debug it. Can you suggest how to debug such a failure with ROOT being compiled with -DLLVM_BUILD_TYPE=Debug

@andresailer
Copy link
Contributor

I triggered the pipeline: https://gitlab.cern.ch/sft/lcgcmake/-/merge_requests/1056#note_5180188

You would like to see the build of the "unfixed" branch with -DLLVM_BUILD_TYPE=Debug set?

@andresailer
Copy link
Contributor

Building Root-6-26-00-patches HEAD for centos7-gcc10-dbg with the LLVM debug https://gitlab.cern.ch/sft/lcgcmake/-/merge_requests/1077 (not sure you can see all the logs?)

@phsft-bot
Copy link
Collaborator

Build failed on ROOT-performance-centos8-multicore/default.
Running on olbdw-01.cern.ch:/data/sftnight/workspace/root-pullrequests-build
See console output.

Warnings:

  • [2022-01-24T16:06:49.009Z] /data/sftnight/workspace/root-pullrequests-build/root/graf2d/mathtext/src/table/adobeglyphlist.h:128:44: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]
  • [2022-01-24T16:06:49.009Z] /data/sftnight/workspace/root-pullrequests-build/root/graf2d/mathtext/src/table/adobeglyphlist.h:128:55: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]
  • [2022-01-24T16:12:23.367Z] /data/sftnight/workspace/root-pullrequests-build/root/graf2d/postscript/src/AdobeGlyphList.h:110:44: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]
  • [2022-01-24T16:12:23.367Z] /data/sftnight/workspace/root-pullrequests-build/root/graf2d/postscript/src/AdobeGlyphList.h:110:55: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]

Failing tests:

@vgvassilev
Copy link
Member Author

I triggered the pipeline: https://gitlab.cern.ch/sft/lcgcmake/-/merge_requests/1056#note_5180188

You would like to see the build of the "unfixed" branch with -DLLVM_BUILD_TYPE=Debug set?

Yes, I want to check the broken branch. I think if you pick up the master it'd break - I have not reverted anything there.

@andresailer
Copy link
Contributor

Here is the build log -DLLVM_BUILD_TYPE=Debug with http://cdash.cern.ch/upload/5bf095bd99721b08d57f37a4e561dbbb08db6eaf/ROOT-v6-26-00-patches-build.log
Or do you need some other output?

@vgvassilev
Copy link
Member Author

Here is the build log -DLLVM_BUILD_TYPE=Debug with http://cdash.cern.ch/upload/5bf095bd99721b08d57f37a4e561dbbb08db6eaf/ROOT-v6-26-00-patches-build.log Or do you need some other output?

I need a machine where I can login and run gdb.

@andresailer
Copy link
Contributor

The build with this branch was successful (https://gitlab.cern.ch/sft/lcgcmake/-/merge_requests/1056#note_5181534) So if this could be merged we could most likely build our dev4 (ROOT-6-26-00-patches) dbg builds again.

@Axel-Naumann Axel-Naumann added the experiment Affects an experiment / reported by its software & computimng experts label Jan 27, 2022
@vgvassilev vgvassilev merged commit e8008ee into root-project:v6-26-00-patches Jan 27, 2022
@vgvassilev vgvassilev deleted the fix_lcg branch January 27, 2022 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experiment Affects an experiment / reported by its software & computimng experts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Systematic build failure of ROOT master in the LCG DEBUG builds since Jan 15th
5 participants