Description
I have noticed in #48009 that the PR comparison says:
You potentially added 180 lines to the logs
The changes are claimed to look like this:
0 Lines only in /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/data/CMSSW_15_1_X_2025-05-07-2300/1000.0_RunMinBias2011A/step3_RunMinBias2011A.log
1 Lines only in /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/data/PR-d736d9/1000.0_RunMinBias2011A/step3_RunMinBias2011A.log
Starting cmsRun -j JobReport3.xml step3_SKIM.py
You added 1 to /data/cmsbld/jenkins/workspace/compare-root-files-short-matrix/data/PR-d736d9/1000.0_RunMinBias2011A/step5_RunMinBias2011A.log
However, if I actually look at these logs, I see the following:
Baseline:
Starting env LD_PRELOAD=libPerfToolsAllocMonitorPreload.so:libPerfToolsMaxMemoryPreload.so cmsRun -j JobReport3.xml step3_SKIM.py
PR:
Starting cmsRun -j JobReport3.xml step3_SKIM.py
I am not sure a) why they are different or b) why the diff does not pick up that it is a difference but instead thinks that it is an added line. It would be useful to fix this so it is not reporting spurious additions, which can confuse the PR review.