Bug 1217246

Summary: openQA fails to build on 15.6 due to test-unit-and-integration failures
Product: [openSUSE] openSUSE Distribution Reporter: Lubos Kocman <lubos.kocman>
Component: OtherAssignee: Oliver Kurz <okurz>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None CC: okurz, osukup
Version: Leap 15.6   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Lubos Kocman 2023-11-16 16:11:16 UTC
Hello

openQA does not build on Leap 15.6. This should be fixed before Beta (Feb 2023).
https://en.opensuse.org/openSUSE:Roadmap#Schedule_for_openSUSE_Leap_15.6

Build log from Leap 15.6
https://build.opensuse.org/package/live_build_log/openSUSE:Backports:SLE-15-SP6/openQA/standard/x86_64

There seems to be quite some failed integration tests

[  455s] Test Summary Report
[  455s] -------------------
[  455s] ./t/15-assets.t                                           (Wstat: 256 Tests: 41 Failed: 1)
[  455s]   Failed test:  41
[  455s]   Non-zero exit status: 1
[  455s] ./t/16-utils.t                                            (Wstat: 256 Tests: 46 Failed: 1)
[  455s]   Failed test:  46
[  455s]   Non-zero exit status: 1
[  455s] ./t/22-dashboard.t                                        (Wstat: 256 Tests: 166 Failed: 1)
[  455s]   Failed test:  166
[  455s]   Non-zero exit status: 1
[  455s] ./t/23-amqp.t                                             (Wstat: 256 Tests: 13 Failed: 1)
[  455s]   Failed test:  13
[  455s]   Non-zero exit status: 1
[  455s] ./t/24-worker-overall.t                                   (Wstat: 256 Tests: 19 Failed: 1)
[  455s]   Failed test:  19
[  455s]   Non-zero exit status: 1
[  455s] ./t/30-test_parser.t                                      (Wstat: 256 Tests: 16 Failed: 1)
[  455s]   Failed test:  16
[  455s]   Non-zero exit status: 1
[  455s] ./t/40-script_openqa-clone-custom-git-refspec.t           (Wstat: 0 Tests: 43 Failed: 0)
[  455s]   TODO passed:   30, 32
[  455s] ./t/03-auth.t                                             (Wstat: 256 Tests: 8 Failed: 1)
[  455s]   Failed test:  8
[  455s]   Non-zero exit status: 1
[  455s] ./t/10-jobs-results.t                                     (Wstat: 256 Tests: 6 Failed: 1)
[  455s]   Failed test:  6
[  455s]   Non-zero exit status: 1
[  455s] ./t/10-jobs.t                                             (Wstat: 256 Tests: 31 Failed: 1)
[  455s]   Failed test:  31
[  455s]   Non-zero exit status: 1
[  455s] ./t/24-worker-jobs.t                                      (Wstat: 256 Tests: 37 Failed: 1)
[  455s]   Failed test:  37
[  455s]   Non-zero exit status: 1
[  455s] ./t/25-cache-client.t                                     (Wstat: 256 Tests: 10 Failed: 1)
[  455s]   Failed test:  10
[  455s]   Non-zero exit status: 1
[  455s] ./t/25-cache.t                                            (Wstat: 256 Tests: 83 Failed: 1)
[  455s]   Failed test:  83
[  455s]   Non-zero exit status: 1
[  455s] ./t/26-controllerrunning.t                                (Wstat: 256 Tests: 4 Failed: 1)
[  455s]   Failed test:  4
[  455s]   Non-zero exit status: 1
[  455s] ./t/31-client.t                                           (Wstat: 256 Tests: 18 Failed: 1)
[  455s]   Failed test:  18
[  455s]   Non-zero exit status: 1
[  455s] ./t/31-client_archive.t                                   (Wstat: 256 Tests: 2 Failed: 1)
[  455s]   Failed test:  2
[  455s]   Non-zero exit status: 1
[  455s] ./t/31-client_file.t                                      (Wstat: 256 Tests: 7 Failed: 1)
[  455s]   Failed test:  7
[  455s]   Non-zero exit status: 1
[  455s] ./t/37-limit_assets.t                                     (Wstat: 256 Tests: 12 Failed: 1)
[  455s]   Failed test:  12
[  455s]   Non-zero exit status: 1
[  455s] ./t/42-screenshots.t                                      (Wstat: 256 Tests: 16 Failed: 1)
[  455s]   Failed test:  16
[  455s]   Non-zero exit status: 1
[  455s] ./t/43-cli-api.t                                          (Wstat: 256 Tests: 17 Failed: 1)
[  455s]   Failed test:  17
[  455s]   Non-zero exit status: 1
[  455s] ./t/43-cli-archive.t                                      (Wstat: 256 Tests: 8 Failed: 1)
[  455s]   Failed test:  8
[  455s]   Non-zero exit status: 1
[  455s] ./t/api/02-iso-download.t                                 (Wstat: 256 Tests: 157 Failed: 1)
[  455s]   Failed test:  157
[  455s]   Non-zero exit status: 1
[  455s] ./t/api/04-jobs.t                                         (Wstat: 256 Tests: 64 Failed: 1)
[  455s]   Failed test:  64
[  455s]   Non-zero exit status: 1
[  455s] ./t/config.t                                              (Wstat: 256 Tests: 5 Failed: 1)
[  455s]   Failed test:  5
[  455s]   Non-zero exit status: 1
[  455s] Files=98, Tests=3945, 395 wallclock secs ( 2.34 usr  0.33 sys + 350.29 cusr 25.61 csys = 378.57 CPU)
[  455s] Result: FAIL
[  455s] make[1]: *** [Makefile:209: test-unit-and-integration] Error 1
Comment 1 Lubos Kocman 2023-11-16 16:14:15 UTC
Hello Oliver, I've noticed that you're the person triggering requests from the git integration. Would you be the right owner?
Comment 2 Oliver Kurz 2023-11-16 16:26:11 UTC
Yes, we will look into that. I reported https://progress.opensuse.org/issues/150959 accordingly.
Comment 4 Ondřej Súkup 2023-12-12 08:57:19 UTC
pkg updated and submitted deps, build looks ok