Skip to content

Issue with 10_6_X IB CMSSW_10_6_X_2025-02-02-0000 #47238

@Martin-Grunewald

Description

@Martin-Grunewald
Contributor

cmsRun fails for me on a SLC7 PC:

The error message is:

cmsRun RelVal_DigiL1Raw_GRun_MC.py
----- Begin Fatal Exception 02-Feb-2025 11:37:32 CET-----------------------
An exception of category 'PluginLibraryLoadError' occurred while
   [0] Constructing the EventProcessor
Exception Message:
unable to load /cvmfs/cms-ib.cern.ch/sw/x86_64/week1/slc7_amd64_gcc700/cms/cmssw/CMSSW_10_6_X_2025-02-02-0000/lib/slc7_amd64_gcc700/pluginUtilitiesXrdAdaptorPlugin.so because libisal.so.2: cannot open shared object file: No such file or directory
----- End Fatal Exception -------------------------------------------------

Last weeks IB ran fine. Any changes since then in the underlying build?

Activity

cmsbuild

cmsbuild commented on Feb 2, 2025

@cmsbuild
Contributor

cms-bot internal usage

cmsbuild

cmsbuild commented on Feb 2, 2025

@cmsbuild
Contributor

A new Issue was created by @Martin-Grunewald.

@Dr15Jones, @antoniovilela, @makortel, @mandrenguyen, @rappoccio, @sextonkennedy, @smuzaffar can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

smuzaffar

smuzaffar commented on Feb 2, 2025

@smuzaffar
Contributor

thanks @Martin-Grunewald for opening this issue. I am looking in to it

makortel

makortel commented on Feb 2, 2025

@makortel
Contributor

assign core

cmsbuild

cmsbuild commented on Feb 2, 2025

@cmsbuild
Contributor

New categories assigned: core

@Dr15Jones,@makortel,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks

smuzaffar

smuzaffar commented on Feb 2, 2025

@smuzaffar
Contributor

cms-sw/cmsdist#9658 fixes this. IBs and PR tests did not fail as libisal was picked up from our slc7 container [a] but now cms-sw/cmsdist#9658 explicitly deploys isal along with cmssw so libisal is picked up from our externals [b]

[a]

Singularity> (cd /cvmfs/cms-ib.cern.ch/sw/x86_64/latest/slc7_amd64_gcc700/cms/cmssw/CMSSW_10_6_X_2025-02-02-0000; eval `scram run -sh` ; ldd external/slc7_amd64_gcc700/lib/libXrdCl.so 2>&1 | grep libisal)
        libisal.so.2 => /lib64/libisal.so.2 (0x00007f2086cc4000)

[b]

Singularity> (cd /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/9658/44125/CMSSW_10_6_X_2025-02-02-0000; eval `scram run -sh` ; ldd external/slc7_amd64_gcc700/lib/libXrdCl.so 2>&1 | grep libisal)
        libisal.so.2 => /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/9658/44125/CMSSW_10_6_X_2025-02-02-0000/external/slc7_amd64_gcc700/lib/libisal.so.2 (0x00007f8521297000)
smuzaffar

smuzaffar commented on Feb 3, 2025

@smuzaffar
Contributor

@Martin-Grunewald , this should be fixed [a] for CMSSW_10_6_X_2025-02-02-2300 and above . Can you please check this IB on slc7 node?

Martin-Grunewald

Martin-Grunewald commented on Feb 3, 2025

@Martin-Grunewald
ContributorAuthor

Yes, this IB works for me fine! Thank you for fixing this, @smuzaffar !

makortel

makortel commented on Feb 3, 2025

@makortel
Contributor

+core

makortel

makortel commented on Feb 3, 2025

@makortel
Contributor

@cmsbuild, please close

cmsbuild

cmsbuild commented on Feb 3, 2025

@cmsbuild
Contributor

This issue is fully signed and ready to be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @makortel@smuzaffar@cmsbuild@Martin-Grunewald

        Issue actions

          Issue with 10_6_X IB CMSSW_10_6_X_2025-02-02-0000 · Issue #47238 · cms-sw/cmssw