+ ./new.sh ++ ls ToRun + file=NewToRun.txt + echo NewToRun.txt NewToRun.txt + '[' -f ToRun/NewToRun.txt ']' + echo ToRun/NewToRun.txt ToRun/NewToRun.txt ++ grep year ToRun/NewToRun.txt ++ awk '{print $2}' + year=2023 ++ grep week ToRun/NewToRun.txt ++ awk '{print $2}' + week=10 ++ grep run1 ToRun/NewToRun.txt ++ awk '{print $2}' + sqlite1=377134 ++ grep run2 ToRun/NewToRun.txt ++ awk '{print $2}' + sqlite2=377348 ++ grep type ToRun/NewToRun.txt ++ awk '{print $2}' + type=pedestal + cd .. + rm -rf HLT_EcalLaserValidation + git init Initialized empty Git repository in /data/cmsbld/cms-jenkins/workspace/run-EcalLaserValidation-TPG_EcalLaserValidation-push-tests/.git/ + git clone git@github.com:EcalLaserValidation/HLT_EcalLaserValidation.git Cloning into 'HLT_EcalLaserValidation'... Load key "/home/cmsbld/.ssh/id_ecdsa": invalid format + cd HLT_EcalLaserValidation + cp ../TPG_EcalLaserValidation/ToRun/NewToRun.txt ToRun/NewToRun.txt + git add ToRun/NewToRun.txt + git commit -a -m 'update ToRun files: trigger a new validation for IoV=377348' [master 51e6ca2] update ToRun files: trigger a new validation for IoV=377348 1 file changed, 3 insertions(+), 3 deletions(-) + git push warning: push.default is unset; its implicit value is changing in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the current behavior after the default changes, use: git config --global push.default matching To squelch this message and adopt the new behavior now, use: git config --global push.default simple See 'git help config' and search for 'push.default' for further information. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode 'current' instead of 'simple' if you sometimes use older versions of Git) Load key "/home/cmsbld/.ssh/id_ecdsa": invalid format remote: To git@github.com:EcalLaserValidation/HLT_EcalLaserValidation.git cdf5766..51e6ca2 master -> master + git push warning: push.default is unset; its implicit value is changing in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the current behavior after the default changes, use: git config --global push.default matching To squelch this message and adopt the new behavior now, use: git config --global push.default simple See 'git help config' and search for 'push.default' for further information. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode 'current' instead of 'simple' if you sometimes use older versions of Git) Load key "/home/cmsbld/.ssh/id_ecdsa": invalid format Everything up-to-date