Project

General

Profile

action #176661

Updated by amanzini 5 days ago

## Observation 

 openQA test in scenario sle-15-SP5-Server-DVD-Updates-x86_64-fips_ker_mode_textmode_extra@64bit fails in 
 [clamav](https://openqa.suse.de/tests/16679496/modules/clamav/steps/29) 

 ## Test suite description 
 Testsuite maintained at https://gitlab.suse.de/qe-security/osd-sle15-security. 


 ## Reproducible 

 Fails since (at least) Build [20250205-1](https://openqa.suse.de/tests/16675555) 


 ## Expected result 

 Last good: [20250204-1](https://openqa.suse.de/tests/16660187) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Server-DVD-Updates&machine=64bit&test=fips_ker_mode_textmode_extra&version=15-SP5) 

 from the nginx logs we get a fail 
 ``` 
 2025/02/05 23:55:49 [error] 26446#26446: *173066060 open() "/var/lib/openqa/share/factory/repo/cvd/daily.cvd" failed (2: No such file or directory), client: 10.145.10.7, server: openqa.suse.de, request: "GET /assets/repo/cvd/daily.cvd HTTP/1.1", host: "openqa.oqa.prg2.suse.org" 
 2025/02/05 23:55:54 [error] 26447#26447: *173068398 open() "/var/lib/openqa/share/factory/repo/cvd/daily.cvd" failed (2: No such file or directory), client: 10.145.10.7, server: openqa.suse.de, request: "GET /assets/repo/cvd/daily.cvd HTTP/1.1", host: "openqa.oqa.prg2.suse.org" 
 ``` 

 But the files are on the server.  


 ``` 
 stat /var/lib/openqa/share/factory/repo/cvd/daily.cvd  
   File: /var/lib/openqa/share/factory/repo/cvd/daily.cvd 
   Size: 64524271   	 Blocks: 126024       IO Block: 4096     regular file 
 Device: fe20h/65056d 	 Inode: 21483230545    Links: 1 
 Access: (0644/-rw-r--r--)    Uid: (17307/cvdupdate)     Gid: (65534/ nogroup) 
 Access: 2025-02-06 08:05:01.674856333 +0000 
 Modify: 2025-02-06 08:05:01.674856333 +0000 
 Change: 2025-02-06 08:05:01.674856333 +0000 
  Birth: 2025-01-28 08:45:04.800947557 +0000 

 ``` 
 Permission problem ? The files are owned by 'cvdupdate' user. 

 ``` 
 # ll /var/lib/openqa/share/factory/repo/cvd/daily.cvd  
 -rw-r--r-- 1 cvdupdate nogroup 64524271 Feb    6 08:05 /var/lib/openqa/share/factory/repo/cvd/daily.cvd 

 ``` 


Back