Re: How to force Jenkins to verify if failing probability is too high

2024-01-06 Thread Laurent Balland
Thanks Ilmari for your help. I should have 'make clean extras' to detect 
my error.


Best regards,

Laurent Balland

Le 01/01/2024 à 17:23, Ilmari Lauhakangas a écrit :

On 1.1.2024 11.20, Laurent Balland wrote:

Hello,

My change [1] did not pass Jenkins verification due to a failing 
probability of 0.45. I did not find any helpful information in 
Jenkins report [2].


I am almost sure that my change should pass. What should I modify in 
my change? How to tell Jenkins to go ahead?


Thanks for your help.

Laurent Balland


[1] https://gerrit.libreoffice.org/c/core/+/161513

[2] 
https://ci.libreoffice.org/job/gerrit_master_ml/9114/consoleFull#-355731841d24ee341-16ff-442b-9671-37df50e21a67


See the log of the actual builder: 
https://ci.libreoffice.org/job/gerrit_linux_gcc_release/156425/consoleFull


[build CPY] templates/presnt/Yellow_Idea/Thumbnails/thumbnail.png
/usr/bin/cp: cannot stat 
'/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/workdir/CustomTarget/extras/source/templates/wizard/agenda/10grey.ott': 
No such file or directory
make[1]: *** 
[/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/solenv/gbuild/Package.mk:35: 
/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/instdir/share/template/common/wizard/agenda/10grey.ott] 
Error 1

make[1]: *** Waiting for unfinished jobs
/usr/bin/cp: cannot stat 
'/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/workdir/CustomTarget/extras/source/templates/wizard/agenda/1simple.ott': 
No such file or directory
make[1]: *** 
[/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/solenv/gbuild/Package.mk:35: 
/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/instdir/share/template/common/wizard/agenda/1simple.ott] 
Error 1

[build XSL] templates/presnt/Yellow_Idea/content.xml
/usr/bin/cp: cannot stat 
'/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/workdir/CustomTarget/extras/source/templates/wizard/agenda/2elegant.ott': 
No such file or directory
make[1]: *** 
[/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/solenv/gbuild/Package.mk:35: 
/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/instdir/share/template/common/wizard/agenda/2elegant.ott] 
Error 1

[build XSL] templates/presnt/Yellow_Idea/styles.xml
make: *** [Makefile:290: build] Error 2
Build step 'Execute shell' marked build as failure
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Ilmari

Re: How to force Jenkins to verify if failing probability is too high

2024-01-01 Thread Ilmari Lauhakangas

On 1.1.2024 11.20, Laurent Balland wrote:

Hello,

My change [1] did not pass Jenkins verification due to a failing 
probability of 0.45. I did not find any helpful information in Jenkins 
report [2].


I am almost sure that my change should pass. What should I modify in my 
change? How to tell Jenkins to go ahead?


Thanks for your help.

Laurent Balland


[1] https://gerrit.libreoffice.org/c/core/+/161513

[2] 
https://ci.libreoffice.org/job/gerrit_master_ml/9114/consoleFull#-355731841d24ee341-16ff-442b-9671-37df50e21a67


See the log of the actual builder: 
https://ci.libreoffice.org/job/gerrit_linux_gcc_release/156425/consoleFull


[build CPY] templates/presnt/Yellow_Idea/Thumbnails/thumbnail.png
/usr/bin/cp: cannot stat 
'/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/workdir/CustomTarget/extras/source/templates/wizard/agenda/10grey.ott': 
No such file or directory
make[1]: *** 
[/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/solenv/gbuild/Package.mk:35: 
/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/instdir/share/template/common/wizard/agenda/10grey.ott] 
Error 1

make[1]: *** Waiting for unfinished jobs
/usr/bin/cp: cannot stat 
'/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/workdir/CustomTarget/extras/source/templates/wizard/agenda/1simple.ott': 
No such file or directory
make[1]: *** 
[/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/solenv/gbuild/Package.mk:35: 
/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/instdir/share/template/common/wizard/agenda/1simple.ott] 
Error 1

[build XSL] templates/presnt/Yellow_Idea/content.xml
/usr/bin/cp: cannot stat 
'/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/workdir/CustomTarget/extras/source/templates/wizard/agenda/2elegant.ott': 
No such file or directory
make[1]: *** 
[/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/solenv/gbuild/Package.mk:35: 
/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/instdir/share/template/common/wizard/agenda/2elegant.ott] 
Error 1

[build XSL] templates/presnt/Yellow_Idea/styles.xml
make: *** [Makefile:290: build] Error 2
Build step 'Execute shell' marked build as failure
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Ilmari