Project

General

Profile

action #105918

Updated by tinita about 2 years ago

We see the following warnings/errors on o3: 
 ``` 
 # /var/log/openqa 
 [2022-02-02T14:57:17.829870Z] [info] [pid:17681] Running cmd: git -C /var/lib/openqa/share/tests/opensuse log --stat --pretty=oneline --abbrev-commit --no-merges 9859c7ec551416fbc16c19966a303282f3bb9fc7..5a282b23152 
 7413a71c229ae38b180b44e5b97a6 
 [2022-02-02T14:57:17.881979Z] [warn] [pid:17681] fatal: Invalid revision range 9859c7ec551416fbc16c19966a303282f3bb9fc7..5a282b231527413a71c229ae38b180b44e5b97a6 
 [2022-02-02T14:57:17.882152Z] [error] [pid:17681] cmd returned 32768 
 [2022-02-02T14:57:17.882350Z] [info] [pid:17681] Running cmd: timeout 20 git -C /var/lib/openqa/share/tests/opensuse diff --stat 9859c7ec551416fbc16c19966a303282f3bb9fc7..5a282b231527413a71c229ae38b180b44e5b97a6 
 [2022-02-02T14:57:17.917562Z] [warn] [pid:17681] fatal: Invalid revision range 9859c7ec551416fbc16c19966a303282f3bb9fc7..5a282b231527413a71c229ae38b180b44e5b97a6 
 [2022-02-02T14:57:17.917765Z] [error] [pid:17681] cmd returned 32768 
 ... 

 [2022-02-04T08:38:28.275650Z] [info] [pid:25579] Running cmd: timeout 20 git -C /var/lib/openqa/share/tests/opensuse diff --stat 6ef2dd63dfbbd7413e306c43e07ae4ee366ff980.. 
 [2022-02-04T08:38:28.312493Z] [warn] [pid:25579] fatal: Invalid revision range 6ef2dd63dfbbd7413e306c43e07ae4ee366ff980.. 
 [2022-02-04T08:38:28.312810Z] [error] [pid:25579] cmd returned 32768 

 ``` 

 We should probably investigate why the we sometimes have a bad revision, or the second revision is empty.

Back