Skip to content
Snippets Groups Projects

AsgTool improvements

Merged Will Buttinger requested to merge will/athena:asgToolsImprovements into master

fix for getProperty method in latest Gaudi/athena, and improvement for checking empty status of AnaToolHandle

These are low-level improvements pulled out of !61546 (merged) in order to get them into the nightly ASAP.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • :x: CI Result FAILURE (hash 5dfc346e)

    Athena AthSimulation AthGeneration AnalysisBase AthAnalysis
    externals :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    make :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    tests :o: :white_check_mark: :white_check_mark: :o: :white_check_mark:

    Full details available on this CI monitor view. Check the JIRA CI status board for known problems
    :white_check_mark: Athena: number of compilation errors 0, warnings 0
    :white_check_mark: AthSimulation: number of compilation errors 0, warnings 0
    :white_check_mark: AthGeneration: number of compilation errors 0, warnings 0
    :white_check_mark: AnalysisBase: number of compilation errors 0, warnings 0
    :white_check_mark: AthAnalysis: number of compilation errors 0, warnings 0
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 69017]

  • Moving to review-user-action-required while there are unresolved threads and CI issues.

    Jason (L1)

  • Will Buttinger added 1 commit

    added 1 commit

    Compare with previous version

  • This merge request affects 2 packages:

    • Control/AthToolSupport/AsgTools
    • PhysicsAnalysis/SUSYPhys/SUSYTools

    Affected files list will not be printed in this case

    Adding @zmarshal ,@salderwe ,@cmerlass ,@cohm ,@krumnack ,@szambito ,@mrimoldi ,@janders ,@miholzbo ,@ssnyder as watchers

  • Will Buttinger added 1 commit

    added 1 commit

    • 58d1f4c7 - suggested update from MR to avoid using Gaudi::Detail

    Compare with previous version

  • This merge request affects 2 packages:

    • Control/AthToolSupport/AsgTools
    • PhysicsAnalysis/SUSYPhys/SUSYTools

    Affected files list will not be printed in this case

    Adding @zmarshal ,@salderwe ,@cmerlass ,@cohm ,@krumnack ,@szambito ,@mrimoldi ,@janders ,@miholzbo ,@ssnyder as watchers

  • :x: CI Result FAILURE (hash 58d1f4c7)

    Athena AthSimulation AthGeneration AnalysisBase AthAnalysis
    externals :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    make :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    tests :o: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:

    Full details available on this CI monitor view. Check the JIRA CI status board for known problems
    :white_check_mark: Athena: number of compilation errors 0, warnings 0
    :white_check_mark: AthSimulation: number of compilation errors 0, warnings 0
    :white_check_mark: AthGeneration: number of compilation errors 0, warnings 0
    :white_check_mark: AnalysisBase: number of compilation errors 0, warnings 0
    :white_check_mark: AthAnalysis: number of compilation errors 0, warnings 0
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 69074]

  • :x: CI Result FAILURE (hash 8e146521)

    Athena AthSimulation AthGeneration AnalysisBase AthAnalysis
    externals :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    make :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
    tests :o: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:

    Full details available on this CI monitor view. Check the JIRA CI status board for known problems
    :white_check_mark: Athena: number of compilation errors 0, warnings 0
    :white_check_mark: AthSimulation: number of compilation errors 0, warnings 0
    :white_check_mark: AthGeneration: number of compilation errors 0, warnings 0
    :white_check_mark: AnalysisBase: number of compilation errors 0, warnings 0
    :white_check_mark: AthAnalysis: number of compilation errors 0, warnings 0
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 69056]

    • Resolved by Will Buttinger

      Hi @will the CI complains with:

      Traceback (most recent call last):
        File "/build2/ci-builds/master/Athena/build/Athena/x86_64-centos7-gcc11-opt/jobOptions/AthenaCommon/runbatch.py", line 11, in <module>
          theApp.run()     # runs until theApp.EvtMax events reached
        File "/build2/ci-builds/master/Athena/build/Athena/x86_64-centos7-gcc11-opt/python/AthenaCommon/AppMgr.py", line 705, in run
          sc = executeRunMethod(nEvt)
      cppyy.gbl.SG.ExcNoAuxStore: StatusCode IEventProcessor::executeRun(int maxevt) =>
          ExcNoAuxStore: SG::ExcNoAuxStore: Requested aux data item `::anInt1' (306) but there is no associated aux data store.
      Py:Athena            INFO leaving with code 64: "exception raised during an algorithm execute"
      ApplicationMgr       INFO Application Manager Finalized successfully
      ApplicationMgr       INFO Application Manager Terminated successfully
      Traceback (most recent call last):
        File "/build2/ci-builds/master/Athena/build/Athena/x86_64-centos7-gcc11-opt/jobOptions/AthenaCommon/runbatch.py", line 11, in <module>
          theApp.run()     # runs until theApp.EvtMax events reached
        File "/build2/ci-builds/master/Athena/build/Athena/x86_64-centos7-gcc11-opt/python/AthenaCommon/AppMgr.py", line 705, in run
          sc = executeRunMethod(nEvt)
      cppyy.gbl.SG.ExcNoAuxStore: StatusCode IEventProcessor::executeRun(int maxevt) =>
          ExcNoAuxStore: SG::ExcNoAuxStore: Requested aux data item `::anInt1' (306) but there is no associated aux data store.
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading