Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935723 - sci-geosciences/qgis-3.36.1 fails tests
Summary: sci-geosciences/qgis-3.36.1 fails tests
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-07 22:38 UTC by Jonathan Lovelace
Modified: 2024-09-27 21:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
sci-geosciences:qgis-3.36.1:20240707-163547.log.gz (sci-geosciences:qgis-3.36.1:20240707-163547.log.gz,825.26 KB, application/gzip; charset=binary)
2024-07-07 22:38 UTC, Jonathan Lovelace
Details
LastTest.log (LastTest.log,863.73 KB, text/plain; charset=utf-8)
2024-07-07 22:39 UTC, Jonathan Lovelace
Details
emerge-info.txt (emerge-info.txt,9.23 KB, text/plain; charset=utf-8)
2024-07-07 22:39 UTC, Jonathan Lovelace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Lovelace 2024-07-07 22:38:12 UTC
=sci-geosciences/qgis-3.36.1 fails its tests for me. There are several timeouts, which I would usually try to resolve myself (often by patching the build scripts to increase the timeouts), but there are also two "Failed" and two "SEGFAULT":

The following tests FAILED:
        106 - test_core_pointcloudlayerexporter (SEGFAULT)
        110 - test_core_project (Failed)
        111 - test_core_projectstorage (Failed)
        123 - test_core_rastersublayer (Timeout)
        235 - test_gui_meshlayerpropertiesdialog (SEGFAULT)
        249 - test_analysis_gcptransformer (Failed)
        263 - qgis_grassprovidertest8 (Timeout)
        285 - test_app_maptooleditmesh (Failed)
Errors while running CTest
Comment 1 Jonathan Lovelace 2024-07-07 22:38:40 UTC
Created attachment 897303 [details]
sci-geosciences:qgis-3.36.1:20240707-163547.log.gz
Comment 2 Jonathan Lovelace 2024-07-07 22:39:22 UTC
Created attachment 897304 [details]
LastTest.log
Comment 3 Jonathan Lovelace 2024-07-07 22:39:48 UTC
Created attachment 897305 [details]
emerge-info.txt
Comment 4 Jonathan Lovelace 2024-09-27 21:49:34 UTC
Version 3.38.3 passes almost all of the tests that failed in 3.36.1, but has one failure, test_core_projectstorage. The LastTest.log for 3.38.3 has the following for this test:

114/334 Testing: test_core_projectstorage
114/334 Test: test_core_projectstorage
Command: "/var/tmp/portage/sci-geosciences/qgis-3.38.3/work/qgis-3.38.3_build/output/bin/test_core_projectstorage" "-maxwarnings" "10000"
Directory: /var/tmp/portage/sci-geosciences/qgis-3.38.3/work/qgis-3.38.3_build/tests/src/core
"test_core_projectstorage" start time: Sep 27 16:06 EDT
Output:
----------------------------------------------------------
********* Start testing of TestQgsProjectStorage *********
Config: Using QtTest library 6.7.2, Qt 6.7.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.2.1 20240210), gentoo 2.15
PASS   : TestQgsProjectStorage::initTestCase()
QWARN  : TestQgsProjectStorage::testMemoryStorage() QMetaEnum::keysToValue: empty keys string.
FAIL!  : TestQgsProjectStorage::testMemoryStorage() 'meta1.lastModified.secsTo( QDateTime::currentDateTime() ) < 1' returned FALSE. ()
   Loc: [/var/tmp/portage/sci-geosciences/qgis-3.38.3/work/qgis-3.38.3/tests/src/core/testqgsprojectstorage.cpp(226)]
PASS   : TestQgsProjectStorage::testSupportedUri()
PASS   : TestQgsProjectStorage::cleanupTestCase()
Totals: 3 passed, 1 failed, 0 skipped, 0 blacklisted, 11328ms
********* Finished testing of TestQgsProjectStorage *********
<end of output>
Test time =  13.26 sec
----------------------------------------------------------
Test Failed.
"test_core_projectstorage" end time: Sep 27 16:06 EDT
"test_core_projectstorage" time elapsed: 00:00:13
----------------------------------------------------------