Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
6.8, 6.9
-
None
-
8bec383a8 (dev), 1c0406ee1 (dev), dd927a4f3 (6.9), 70b10666c (6.8), 3cbcfb2d5 (dev)
Description
Sometimes Ubuntu 24.04 x64 targets:
- ubuntu-24.04-x64-x11-tests
- ubuntu-24.04-x64-developer-build-x11-tests
have failed with 200, 500 or even 600 failing tests with QDEBUG prints flooding in 60,000 - 80,000 lines.
Not sure are those prints causing more failings, or just a symptom of something else. They are of course visible because test has failed, but with this amount of tests failing, it might be worth to investigate could this flooding of qdebug prints be connected to the rootcause, and possibly suppress qdebug prints temporarily to test could it decrease the amount of failings with Ubuntu 24.04 x64 or not.
Prints are from deleteLater -functionality:
Issue visible i.e. here:
- Target: ubuntu-24.04-x64-developer-build-x11-tests 331 fails
- Tests: https://testresults.qt.io/coin/integration/qt/qt5/tasks/nightly1733694301
- qtbase tests:
-
- 1047 QDEBUG prints flooding
- https://testresults.qt.io/coin/api/log/qt/qtbase/900f427944f0a660debe662b51eda5c957c765f7/LinuxUbuntu_24_04x86_64LinuxUbuntu_24_04x86_64GCCqtci-linux-Ubuntu-24.04-x86_64-51-e3899fInsignificantTests_PinCores_Sccache_TestOnly/53c98aab100e5cbeacefbcafde7266db785bf1ad/forceRun/test_1733695903/log.txt.gz (link fixed)
- CI metrics for those testresults:
I.e. lots of "Increased/Decreased" "scope level to" is visible:
build.go:404: [ 0.142 D] qt.core.qobject.deletelater unknown:0 unknown() - Increased QThread(0x5bec1b7cf140, name = "Qt mainThread") scope level to 1 build.go:404: [ 0.142 D] qt.core.qobject.deletelater unknown:0 unknown() - Increased QDBusConnectionManager(0x756535d56ce0) scope level to 1 build.go:404: [ 0.142 D] qt.core.qobject.deletelater unknown:0 unknown() - Decreased QThread(0x5bec1b7cf140, name = "Qt mainThread") scope level to 0 build.go:404: [ 0.142 D] qt.core.qobject.deletelater unknown:0 unknown() - Decreased QDBusConnectionManager(0x756535d56ce0) scope level to 0 build.go:404: [ 0.142 D] qt.core.qobject.deletelater unknown:0 unknown() - Increased QDBusConnectionManager(0x756535d56ce0) scope level to 1 build.go:404: [ 0.143 D] qt.core.qobject.deletelater unknown:0 unknown() - Decreased QDBusConnectionManager(0x756535d56ce0) scope level to 0 build.go:404: [ 0.146 D] qt.core.qobject.deletelater unknown:0 unknown() - Increased QDBusConnectionManager(0x756535d56ce0) scope level to 1 build.go:404: [ 0.146 D] qt.core.qobject.deletelater unknown:0 unknown() - Decreased QDBusConnectionManager(0x756535d56ce0) scope level to 0 build.go:404: [ 0.146 D] qt.core.qobject.deletelater unknown:0 unknown() - Increased QDBusConnectionManager(0x756535d56ce0) scope level to 1 build.go:404: [ 0.146 D] qt.core.qobject.deletelater unknown:0 unknown() - Decreased QDBusConnectionManager(0x756535d56ce0) scope level to 0
Found similar amount of failings from Ubuntu 22.04 target:
- Target: ubuntu-22.04-developer-build-x11-tests with 615 failings
- CI metrics: https://testresults.qt.io/grafana/d/ce11sn92oenswe/ci-metrics-e28093-ci-testresults?orgId=1&var-testresult_id=nightly1732657502&var-platform=ubuntu-22.04-developer-build-x11-tests&from=now-30d&to=now
- Testresults: https://testresults.qt.io/coin/integration/qt/qt5/tasks/nightly1732657502
More comparable tests with same failings when target has multiple tests failing:
Testresults:
https://testresults.qt.io/coin/integration/qt/qt5/tasks/web_qt_qt5_1733238741182 1st run for a new round - Liang
https://testresults.qt.io/coin/integration/qt/qt5/tasks/web_qt_qt5_1733298357821 2nd run for a new round - Liang
https://testresults.qt.io/coin/integration/qt/qt5/tasks/web_qt_qt5_1733312693998 3rd run for a new round - Liang
https://testresults.qt.io/coin/integration/qt/qt5/tasks/web_qt_qt5_1733320551345 1st run of new PS – Liang
https://testresults.qt.io/coin/integration/qt/qt5/tasks/web_qt_qt5_1733340592117 2nd run of new PS – Liang
https://testresults.qt.io/coin/integration/qt/qt5/tasks/web_qt_qt5_1733392356629 3rd run of new PS – Liang
https://testresults.qt.io/coin/integration/qt/qt5/tasks/web_qt_qt5_1733477983161 4th run of new PS – Liang
Testresults in CI metrics:
ci-metrics-e28093-ci-testresults?orgId=1&var-testresult_id=web_qt_qt5_1733238741182 1st run for a new round - Liang
ci-metrics-e28093-ci-testresults?orgId=1&var-testresult_id=web_qt_qt5_1733298357821 2nd run for a new round - Liang
ci-metrics-e28093-ci-testresults?orgId=1&var-testresult_id=web_qt_qt5_1733312693998 3rd run for a new round - Liang
ci-metrics-e28093-ci-testresults?orgId=1&var-testresult_id=web_qt_qt5_1733320551345 1st run of new PS – Liang
ci-metrics-e28093-ci-testresults?orgId=1&var-testresult_id=web_qt_qt5_1733340592117 2nd run of new PS – Liang
ci-metrics-e28093-ci-testresults?orgId=1&var-testresult_id=web_qt_qt5_1733392356629 3rd run of new PS – Liang
ci-metrics-e28093-ci-testresults?orgId=1&var-testresult_id=web_qt_qt5_1733477983161 4th run of new PS – Liang
Attachments
Issue Links
- relates to
-
QTBUG-120124 Improvements to deferred deletions / deleteLater()
-
- Open
-
-
QTQAINFRA-6898 force the tests for Ubuntu 24.04 X11 (not InsignificantTests)
-
- Open
-
-
QTQAINFRA-6967 Synchronize GNOME based Linux gsettings into common script
-
- In Progress
-
-
QTQAINFRA-6322 Add Ubuntu 24.04 x64 to Qt 6.9 (dev)
-
- In Review
-
Gerrit Reviews
For Gerrit Dashboard: QTBUG-132070 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
619843,2 | Linux: Synchronize to print output with other similar configurations | dev | qt/qt5 | Status: NEW | 0 | 0 |
620700,2 | Ubuntu: Disable update popup | dev | qt/qt5 | Status: NEW | 0 | 0 |
622230,1 | Disable Super-key causing windows-overview effect on SLES 15 SP6 | 6.9 | qt/qt5 | Status: NEW | +2 | 0 |
618325,3 | Disable Super-key causing windows-overview effect on Ubuntu | dev | qt/qt5 | Status: MERGED | +2 | 0 |
619842,5 | Disable Super-key causing windows-overview effect on SLES 15 SP6 | dev | qt/qt5 | Status: MERGED | +2 | 0 |
621208,8 | tests: Skip tst_QClipboard for Ubuntu 24.04 GNOME/X11 | dev | qt/qtbase | Status: MERGED | +2 | 0 |
621483,2 | tests: Skip tst_QClipboard for Ubuntu 24.04 GNOME/X11 | 6.9 | qt/qtbase | Status: MERGED | +2 | 0 |
621732,2 | tests: Skip tst_QClipboard for Ubuntu 24.04 GNOME/X11 | 6.8 | qt/qtbase | Status: MERGED | +2 | 0 |