Project

General

Profile

action #113507

Updated by tinita almost 2 years ago

We are getting emails from logwarn (currently as returned emails from MAILER-DAEMON, see #110920 ) 

 log excerpt from o3 /var/log/openqa: excerpt: 
 ``` 
 [2022-07-12T13:31:58.429367Z] [info] [pid:13004] Running cmd: timeout 20 git -C /var/lib/openqa/share/tests/opensuse/products/opensuse/needles diff --stat (unreadable git hash)..c9433ae 
 ebdc06b09182ab933bd110924a05faaee 
 [2022-07-12T13:31:58.456827Z] [warn] [pid:13004] fatal: ambiguous argument '(unreadable git hash)..c9433aeebdc06b09182ab933bd110924a05faaee': unknown revision or path not in the working 
  tree. 
 Use '--' to separate paths from revisions, like this: 
 'git <command> [<revision>...] -- [<file>...]' 
 [2022-07-12T13:31:58.457171Z] [error] [pid:13004] cmd returned 32768 
 ``` 

 ## Suggestions 
 * Likely caused by https://github.com/os-autoinst/os-autoinst/commit/bafb9efe512c50022d536abb42a86d578f369ce9 

Back