Project

General

Profile

action #97241

Updated by livdywan over 2 years ago

## Observation 

 from 
 Visit https://build.opensuse.org/package/live_build_log/devel:openQA:tested/os-autoinst/openSUSE_Tumbleweed/i586 

 ``` 
 [    120s] test 3 
 [    120s]       Start 3: test-perl-testsuite 
 [    120s]  
 [    120s] 3: Test command: /home/abuild/rpmbuild/BUILD/os-autoinst-4.6.1625796159.4048f0f9/tools/invoke-tests "--prove-tool" "/usr/bin/prove" "--make-tool" "/usr/bin/ninja" "--build-directory" "/home/abuild/rpmbuild/BUILD/os-autoinst-4.6.1625796159.4048f0f9/build" 
 [    120s] 3: Test timeout computed to be: 10000000 
 [    206s] 3: [22:10:50] ./00-compile-check-all.t ................. ok      86270 ms ( 0.06 usr    0.00 sys + 78.22 cusr    8.16 csys = 86.44 CPU) 
 [    210s] 3: [22:10:54] ./01-test_needle.t ....................... ok       3903 ms ( 0.02 usr    0.02 sys +    3.58 cusr    0.54 csys =    4.16 CPU) 
 [    211s] 3: [22:10:55] ./02-test_ocr.t .......................... skipped: No tesseract installed 
 [    212s] 3: [22:10:56] ./03-testapi.t ........................... ok       1553 ms ( 0.04 usr    0.04 sys +    1.54 cusr    0.38 csys =    2.00 CPU) 
 [    213s] 3: [22:10:57] ./04-check_vars_docu.t ................... ok        248 ms ( 0.00 usr    0.00 sys +    0.24 cusr    0.04 csys =    0.28 CPU) 
 [    214s] 3: [22:10:58] ./04-testapi-python.t .................... ok        993 ms ( 0.00 usr    0.00 sys +    0.92 cusr    0.08 csys =    1.00 CPU) 
 [    215s] 3: [22:10:58] ./05-distribution.t ...................... ok        873 ms ( 0.00 usr    0.00 sys +    0.80 cusr    0.06 csys =    0.86 CPU) 
 [    216s] 3: [22:11:00] ./08-autotest.t .......................... ok       1105 ms ( 0.02 usr    0.00 sys +    0.96 cusr    0.14 csys =    1.12 CPU) 
 [    218s] 3: [22:11:02] ./10-terminal.t .......................... ok       2131 ms ( 0.02 usr    0.00 sys +    0.94 cusr    0.18 csys =    1.14 CPU) 
 [    222s] 3: [22:11:06] ./10-test-image-conversion-benchmark.t ... ok       4172 ms ( 0.02 usr    0.00 sys +    3.94 cusr    0.60 csys =    4.56 CPU) 
 [    223s] 3: [22:11:07] ./11-image-ppm.t ......................... ok        964 ms ( 0.00 usr    0.00 sys +    0.96 cusr    0.26 csys =    1.22 CPU) 
 [    224s] 3: [22:11:08] ./12-bmwqemu.t ........................... ok        754 ms ( 0.00 usr    0.00 sys +    0.68 cusr    0.08 csys =    0.76 CPU) 
 [    225s] 3: [22:11:08] ./15-logging.t ........................... ok        747 ms ( 0.00 usr    0.02 sys +    0.70 cusr    0.06 csys =    0.78 CPU) 
 [    225s] 3: [22:11:09] ./16-send_with_fd.t ...................... ok        865 ms ( 0.00 usr    0.00 sys +    0.88 cusr    0.16 csys =    1.04 CPU) 
 [    226s] 3: [22:11:10] ./17-basetest.t .......................... ok       1027 ms ( 0.00 usr    0.06 sys +    0.92 cusr    0.12 csys =    1.10 CPU) 
 [    267s] 3: Bailout called.    Further testing stopped:    test exceeds runtime limit of '40' seconds 
 [    267s] 3: FAILED--Further testing stopped: test exceeds runtime limit of '40' seconds 
 [    267s] 3/3 Test #3: test-perl-testsuite ..............***Failed    147.02 sec 
 [    267s]  
 ``` 

 the next test after 17-basetest.t is 18-backend-qemu.t which is most likely running into the timeout 

 ## Suggestion 
 - Check if this occured before 
 - Try and reproduce it locally 
 - Increase the scaling factor for OBS - maybe OBS was just slow here 
 - Should `test exceeds runtime limit of '40' seconds` have included the failing test name? ($0)

Back