Your message dated Tue, 11 Oct 2022 20:39:59 +0000
with message-id <e1oim2h-000gog...@fasolo.debian.org>
and subject line Bug#1020071: fixed in libusermetrics 1.2.0-3
has caused the Debian Bug report #1020071,
regarding libusermetrics: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu 
&& make -j8 test ARGS\+=--verbose ARGS\+=-j8 returned exit code 2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1020071: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020071
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libusermetrics
Version: 1.2.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> Running tests...
> /usr/bin/ctest --force-new-ctest-process --verbose -j8
> UpdateCTestConfiguration  from 
> :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> UpdateCTestConfiguration  from 
> :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> Test project /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> Constructing a list of tests
> Done constructing a list of tests
> Updating test list for fixtures
> Added 0 tests to meet fixture requirements
> Checking test dependency graph...
> Checking test dependency graph end
> test 1
>     Start 1: usermetricsinput-integration-tests
> 
> 1: Test command: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/integration/libusermetricsinput/usermetricsinput-integration-tests
> 1: Working Directory: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/integration/libusermetricsinput
> 1: Test timeout computed to be: 10000000
> test 2
>     Start 2: usermetricsoutput-integration-tests
> 
> 2: Test command: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/integration/libusermetricsoutput/usermetricsoutput-integration-tests
> 2: Working Directory: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/integration/libusermetricsoutput
> 2: Test timeout computed to be: 10000000
> test 3
>     Start 3: usermetricsinput-unit-tests
> 
> 3: Test command: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/unit/libusermetricsinput/usermetricsinput-unit-tests
> 3: Working Directory: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/unit/libusermetricsinput
> 3: Test timeout computed to be: 10000000
> test 4
>     Start 4: usermetricsoutput-unit-tests
> 
> 4: Test command: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/unit/libusermetricsoutput/usermetricsoutput-unit-tests
> 4: Working Directory: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/unit/libusermetricsoutput
> 4: Test timeout computed to be: 10000000
> test 5
>     Start 5: usermetricsservice-unit-tests
> 
> 5: Test command: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/unit/usermetricsservice/usermetricsservice-unit-tests
> 5: Working Directory: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/unit/usermetricsservice
> 5: Test timeout computed to be: 10000000
> test 6
>     Start 6: tst_QmlTests
> 
> 6: Test command: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/unit/qml/tst_QmlTests "-input" 
> "/<<PKGBUILDDIR>>/tests/unit/qml" "-import" 
> "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/modules"
> 6: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/unit/qml
> 6: Environment variables: 
> 6:  QT_QPA_PLATFORM=minimal
> 6: Test timeout computed to be: 10000000
> 1: [==========] Running 1 test from 1 test suite.
> 1: [----------] Global test environment set-up.
> 1: [----------] 1 test from TestMetricManager
> 1: [ RUN      ] TestMetricManager.Basic
> 2: [==========] Running 1 test from 1 test suite.
> 2: [----------] Global test environment set-up.
> 2: [----------] 1 test from TestUserMetrics
> 2: [ RUN      ] TestUserMetrics.MethodBarDoesAbc
> 3: [==========] Running 13 tests from 2 test suites.
> 3: [----------] Global test environment set-up.
> 3: [----------] 12 tests from TestMetricManagerImpl
> 3: [ RUN      ] TestMetricManagerImpl.TestCanAddDataSourceMultipleTimes
> 5: [==========] Running 25 tests from 2 test suites.
> 5: [----------] Global test environment set-up.
> 5: [----------] 3 tests from TestAuthentication
> 5: [ RUN      ] TestAuthentication.CanonicalizesContexts
> 5: [       OK ] TestAuthentication.CanonicalizesContexts (0 ms)
> 5: [ RUN      ] TestAuthentication.IgnoresFullPaths
> 5: [       OK ] TestAuthentication.IgnoresFullPaths (0 ms)
> 5: [ RUN      ] TestAuthentication.IgnoresNormalNames
> 5: [       OK ] TestAuthentication.IgnoresNormalNames (0 ms)
> 5: [----------] 3 tests from TestAuthentication (0 ms total)
> 5: 
> 5: [----------] 22 tests from TestUserMetricsService
> 5: [ RUN      ] TestUserMetricsService.PersistsDataSourcesBetweenRestart
> 4: [==========] Running 49 tests from 19 test suites.
> 4: [----------] Global test environment set-up.
> 4: [----------] 6 tests from ColorThemeImplTest
> 4: [ RUN      ] ColorThemeImplTest.HasDefaultColorsWithNoArguments
> 4: [       OK ] ColorThemeImplTest.HasDefaultColorsWithNoArguments (0 ms)
> 4: [ RUN      ] ColorThemeImplTest.AcceptsColorsAsConstructorArguments
> 4: [       OK ] ColorThemeImplTest.AcceptsColorsAsConstructorArguments (0 ms)
> 4: [ RUN      ] ColorThemeImplTest.MethodSetStartSendsSignal
> 4: [       OK ] ColorThemeImplTest.MethodSetStartSendsSignal (0 ms)
> 4: [ RUN      ] ColorThemeImplTest.MethodSetMainSendsSignal
> 4: [       OK ] ColorThemeImplTest.MethodSetMainSendsSignal (0 ms)
> 4: [ RUN      ] ColorThemeImplTest.MethodSetEndSendsSignal
> 4: [       OK ] ColorThemeImplTest.MethodSetEndSendsSignal (0 ms)
> 4: [ RUN      ] ColorThemeImplTest.MethodSetColorsSendsSignal
> 4: [       OK ] ColorThemeImplTest.MethodSetColorsSendsSignal (0 ms)
> 4: [----------] 6 tests from ColorThemeImplTest (1 ms total)
> 4: 
> 4: [----------] 3 tests from TestGSettingsColorThemeProvider
> 4: [ RUN      ] TestGSettingsColorThemeProvider.ReadsThemes
> 4: /<<PKGBUILDDIR>>/data
> 4: [       OK ] TestGSettingsColorThemeProvider.ReadsThemes (7 ms)
> 4: [ RUN      ] TestGSettingsColorThemeProvider.HandlesMissingXml
> 4: [       OK ] TestGSettingsColorThemeProvider.HandlesMissingXml (0 ms)
> 4: [ RUN      ] TestGSettingsColorThemeProvider.HandlesInvalidXml
> 4: Error XSDError in 
> file:///<<PKGBUILDDIR>>/tests/data/libusermetrics/themes/default.xml, at line 
> 5, column 61: Element theme is missing child element.
> 4: [       OK ] TestGSettingsColorThemeProvider.HandlesInvalidXml (1 ms)
> 4: [----------] 3 tests from TestGSettingsColorThemeProvider (9 ms total)
> 4: 
> 4: [----------] 18 tests from UserMetricsImplTest
> 4: [ RUN      ] UserMetricsImplTest.CurrentDate
> 4: [       OK ] UserMetricsImplTest.CurrentDate (0 ms)
> 4: [ RUN      ] UserMetricsImplTest.CurrentDateChangesWithDataSource
> 4: [       OK ] UserMetricsImplTest.CurrentDateChangesWithDataSource (0 ms)
> 4: [ RUN      ] UserMetricsImplTest.MonthLengthChangesWithDate
> 4: [       OK ] UserMetricsImplTest.MonthLengthChangesWithDate (0 ms)
> 4: [ RUN      ] UserMetricsImplTest.HasEmptyDataForNonExistentUser
> 4: [       OK ] UserMetricsImplTest.HasEmptyDataForNonExistentUser (0 ms)
> 4: [ RUN      ] 
> UserMetricsImplTest.HasEmptyDataForNonExistentUserThenAppearsWhenAdded
> 4: [       OK ] 
> UserMetricsImplTest.HasEmptyDataForNonExistentUserThenAppearsWhenAdded (3 ms)
> 4: [ RUN      ] UserMetricsImplTest.HasEmptyDataForKnownUserWithNoData
> 2: [       OK ] TestUserMetrics.MethodBarDoesAbc (23 ms)
> 2: [----------] 1 test from TestUserMetrics (23 ms total)
> 2: 
> 2: [----------] Global test environment tear-down
> 2: [==========] 1 test from 1 test suite ran. (23 ms total)
> 2: [  PASSED  ] 1 test.
> 4: [       OK ] UserMetricsImplTest.HasEmptyDataForKnownUserWithNoData (0 ms)
> 4: [ RUN      ] UserMetricsImplTest.AddDataForToday
> 1/6 Test #2: usermetricsoutput-integration-tests ...   Passed    0.03 sec
> 4: [       OK ] UserMetricsImplTest.AddDataForToday (2 ms)
> 4: [ RUN      ] UserMetricsImplTest.FollowsCurrentDataSource
> 4: [       OK ] UserMetricsImplTest.FollowsCurrentDataSource (2 ms)
> 4: [ RUN      ] UserMetricsImplTest.AddTranslatedData
> 1: [       OK ] TestMetricManager.Basic (31 ms)
> 1: [----------] 1 test from TestMetricManager (31 ms total)
> 1: 
> 1: [----------] Global test environment tear-down
> 1: [==========] 1 test from 1 test suite ran. (31 ms total)
> 1: [  PASSED  ] 1 test.
> 2/6 Test #1: usermetricsinput-integration-tests ....   Passed    0.04 sec
> 6: dbus-daemon did not return an address
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 3/6 Test #6: tst_QmlTests ..........................Subprocess 
> aborted***Exception:   0.04 sec
> dbus-daemon did not return an address
> 
> 4: [       OK ] UserMetricsImplTest.AddTranslatedData (5 ms)
> 4: [ RUN      ] UserMetricsImplTest.AddTranslatedEmptyData
> 4: [       OK ] UserMetricsImplTest.AddTranslatedEmptyData (7 ms)
> 4: [ RUN      ] UserMetricsImplTest.AddOldDataUpdatedThisMonth
> 4: [       OK ] UserMetricsImplTest.AddOldDataUpdatedThisMonth (3 ms)
> 4: [ RUN      ] UserMetricsImplTest.AddOldDataUpdatedLastMonth
> 4: [       OK ] UserMetricsImplTest.AddOldDataUpdatedLastMonth (3 ms)
> 4: [ RUN      ] 
> UserMetricsImplTest.AddDataUpdatedThisMonthButNotEnoughToFillTheMonth
> 4: [       OK ] 
> UserMetricsImplTest.AddDataUpdatedThisMonthButNotEnoughToFillTheMonth (1 ms)
> 4: [ RUN      ] UserMetricsImplTest.AddDataMultipleDataForSingleUser
> 5: [       OK ] TestUserMetricsService.PersistsDataSourcesBetweenRestart (46 
> ms)
> 5: [ RUN      ] TestUserMetricsService.UpdatesFormatString
> 4: [       OK ] UserMetricsImplTest.AddDataMultipleDataForSingleUser (6 ms)
> 4: [ RUN      ] UserMetricsImplTest.AddDataMultipleDataForMultipleUsers
> 4: [       OK ] UserMetricsImplTest.AddDataMultipleDataForMultipleUsers (7 ms)
> 4: [ RUN      ] UserMetricsImplTest.HandlesTooBigData
> 4: [       OK ] UserMetricsImplTest.HandlesTooBigData (1 ms)
> 4: [ RUN      ] UserMetricsImplTest.AddSourceWithMinimum
> 4: [       OK ] UserMetricsImplTest.AddSourceWithMinimum (1 ms)
> 4: [ RUN      ] UserMetricsImplTest.AddSourceWithMaximum
> 3: [       OK ] TestMetricManagerImpl.TestCanAddDataSourceMultipleTimes (68 
> ms)
> 3: [ RUN      ] TestMetricManagerImpl.TestCanAddDataAndUpdate
> 4: [       OK ] UserMetricsImplTest.AddSourceWithMaximum (2 ms)
> 4: [----------] 18 tests from UserMetricsImplTest (51 ms total)
> 4: 
> 4: [----------] 7 tests from TestSyncedUserMetricsStore
> 4: [ RUN      ] TestSyncedUserMetricsStore.LoadsDataSourcesAtStartup
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.UpdatesFormatString (26 ms)
> 5: [ RUN      ] TestUserMetricsService.UpdatesEmptyDataString
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.UpdatesEmptyDataString (24 ms)
> 5: [ RUN      ] TestUserMetricsService.UpdatesTextDomain
> 3: [       OK ] TestMetricManagerImpl.TestCanAddDataAndUpdate (36 ms)
> 3: [ RUN      ] TestMetricManagerImpl.TestAddMultipleDataSourcesAndUsers
> 4: [       OK ] TestSyncedUserMetricsStore.LoadsDataSourcesAtStartup (44 ms)
> 4: [ RUN      ] TestSyncedUserMetricsStore.SyncsNewDataSources
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.UpdatesTextDomain (26 ms)
> 5: [ RUN      ] TestUserMetricsService.UpdatesFormatStringOnCreate
> 3: [       OK ] TestMetricManagerImpl.TestAddMultipleDataSourcesAndUsers (40 
> ms)
> 3: [ RUN      ] TestMetricManagerImpl.TestCanAddDataAndUpdateToday
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.UpdatesFormatStringOnCreate (37 ms)
> 5: [ RUN      ] TestUserMetricsService.PersistsUserDataBetweenRestart
> 4: [       OK ] TestSyncedUserMetricsStore.SyncsNewDataSources (55 ms)
> 4: [ RUN      ] TestSyncedUserMetricsStore.LoadsUserDataAtStartup
> 3: [       OK ] TestMetricManagerImpl.TestCanAddDataAndUpdateToday (35 ms)
> 3: [ RUN      ] TestMetricManagerImpl.TestCanAddDataAndIncrement
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.PersistsUserDataBetweenRestart (24 ms)
> 5: [ RUN      ] TestUserMetricsService.PersistsDataSetsBetweenRestart
> 4: [       OK ] TestSyncedUserMetricsStore.LoadsUserDataAtStartup (26 ms)
> 4: [ RUN      ] TestSyncedUserMetricsStore.SyncsNewUserData
> 3: [       OK ] TestMetricManagerImpl.TestCanAddDataAndIncrement (30 ms)
> 3: [ RUN      ] TestMetricManagerImpl.TestCanAddNullAndIncrement
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.PersistsDataSetsBetweenRestart (28 ms)
> 5: [ RUN      ] 
> TestUserMetricsService.CreateDataSetsWithUnknownSourceFailsGracefully
> 4: [       OK ] TestSyncedUserMetricsStore.SyncsNewUserData (41 ms)
> 4: [ RUN      ] TestSyncedUserMetricsStore.LoadsDataSetsAtStartup
> 5: Unknown data source : [ "twitter" ]
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 3: [       OK ] TestMetricManagerImpl.TestCanAddNullAndIncrement (32 ms)
> 3: [ RUN      ] TestMetricManagerImpl.TestMinimum
> 5: [       OK ] 
> TestUserMetricsService.CreateDataSetsWithUnknownSourceFailsGracefully (28 ms)
> 5: [ RUN      ] TestUserMetricsService.UpdateData
> 3: [       OK ] TestMetricManagerImpl.TestMinimum (25 ms)
> 3: [ RUN      ] TestMetricManagerImpl.TestMaximum
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 4: [       OK ] TestSyncedUserMetricsStore.LoadsDataSetsAtStartup (53 ms)
> 4: [ RUN      ] TestSyncedUserMetricsStore.SyncsNewDataSets
> 5: [       OK ] TestUserMetricsService.UpdateData (43 ms)
> 5: [ RUN      ] TestUserMetricsService.UpdateDataWithGap
> 3: [       OK ] TestMetricManagerImpl.TestMaximum (43 ms)
> 3: [ RUN      ] TestMetricManagerImpl.TestMiniumMaximum
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.UpdateDataWithGap (25 ms)
> 5: [ RUN      ] TestUserMetricsService.UpdateDataTotallyOverwrite
> 4: [       OK ] TestSyncedUserMetricsStore.SyncsNewDataSets (44 ms)
> 4: [ RUN      ] TestSyncedUserMetricsStore.MergesSystemDataAtStartup
> 3: [       OK ] TestMetricManagerImpl.TestMiniumMaximum (27 ms)
> 3: [ RUN      ] TestMetricManagerImpl.TestDefaultType
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.UpdateDataTotallyOverwrite (28 ms)
> 5: [ RUN      ] TestUserMetricsService.MultipleUsers
> 3: [       OK ] TestMetricManagerImpl.TestDefaultType (21 ms)
> 3: [ RUN      ] TestMetricManagerImpl.TestUserType
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.MultipleUsers (27 ms)
> 5: [ RUN      ] TestUserMetricsService.IncrementOverSeveralDays
> 4: [       OK ] TestSyncedUserMetricsStore.MergesSystemDataAtStartup (43 ms)
> 4: [----------] 7 tests from TestSyncedUserMetricsStore (310 ms total)
> 4: 
> 4: [----------] 1 test from ScalesData/TestDataSet
> 4: [ RUN      ] ScalesData/TestDataSet.SetData/0
> 4: [       OK ] ScalesData/TestDataSet.SetData/0 (0 ms)
> 4: [----------] 1 test from ScalesData/TestDataSet (0 ms total)
> 4: 
> 4: [----------] 1 test from TurnsBlankStringIntoNull/TestDataSet
> 4: [ RUN      ] TurnsBlankStringIntoNull/TestDataSet.SetData/0
> 4: [       OK ] TurnsBlankStringIntoNull/TestDataSet.SetData/0 (0 ms)
> 4: [----------] 1 test from TurnsBlankStringIntoNull/TestDataSet (0 ms total)
> 4: 
> 4: [----------] 1 test from TurnsBlankStringIntoNullWithOtherData/TestDataSet
> 4: [ RUN      ] TurnsBlankStringIntoNullWithOtherData/TestDataSet.SetData/0
> 4: [       OK ] TurnsBlankStringIntoNullWithOtherData/TestDataSet.SetData/0 
> (0 ms)
> 4: [----------] 1 test from TurnsBlankStringIntoNullWithOtherData/TestDataSet 
> (0 ms total)
> 4: 
> 4: [----------] 1 test from TurnsSingleValueInto0Point5/TestDataSet
> 4: [ RUN      ] TurnsSingleValueInto0Point5/TestDataSet.SetData/0
> 4: [       OK ] TurnsSingleValueInto0Point5/TestDataSet.SetData/0 (0 ms)
> 4: [----------] 1 test from TurnsSingleValueInto0Point5/TestDataSet (0 ms 
> total)
> 4: 
> 4: [----------] 1 test from TurnsZeroRangeInto0Point5s/TestDataSet
> 4: [ RUN      ] TurnsZeroRangeInto0Point5s/TestDataSet.SetData/0
> 4: [       OK ] TurnsZeroRangeInto0Point5s/TestDataSet.SetData/0 (0 ms)
> 4: [----------] 1 test from TurnsZeroRangeInto0Point5s/TestDataSet (0 ms 
> total)
> 4: 
> 4: [----------] 1 test from TurnsZeroRangeInto0Point5sMoreValues/TestDataSet
> 4: [ RUN      ] TurnsZeroRangeInto0Point5sMoreValues/TestDataSet.SetData/0
> 4: [       OK ] TurnsZeroRangeInto0Point5sMoreValues/TestDataSet.SetData/0 (0 
> ms)
> 4: [----------] 1 test from TurnsZeroRangeInto0Point5sMoreValues/TestDataSet 
> (0 ms total)
> 4: 
> 4: [----------] 1 test from Data0/TestQVariantListModelRowsAboutToBeRemoved
> 4: [ RUN      ] Data0/TestQVariantListModelRowsAboutToBeRemoved.RowsRemoved/0
> 4: [       OK ] Data0/TestQVariantListModelRowsAboutToBeRemoved.RowsRemoved/0 
> (0 ms)
> 4: [----------] 1 test from Data0/TestQVariantListModelRowsAboutToBeRemoved 
> (0 ms total)
> 4: 
> 4: [----------] 1 test from Data1/TestQVariantListModelRowsAboutToBeRemoved
> 4: [ RUN      ] Data1/TestQVariantListModelRowsAboutToBeRemoved.RowsRemoved/0
> 4: [       OK ] Data1/TestQVariantListModelRowsAboutToBeRemoved.RowsRemoved/0 
> (0 ms)
> 4: [----------] 1 test from Data1/TestQVariantListModelRowsAboutToBeRemoved 
> (0 ms total)
> 4: 
> 4: [----------] 1 test from Data2/TestQVariantListModelRowsAboutToBeRemoved
> 4: [ RUN      ] Data2/TestQVariantListModelRowsAboutToBeRemoved.RowsRemoved/0
> 4: [       OK ] Data2/TestQVariantListModelRowsAboutToBeRemoved.RowsRemoved/0 
> (0 ms)
> 4: [----------] 1 test from Data2/TestQVariantListModelRowsAboutToBeRemoved 
> (0 ms total)
> 4: 
> 4: [----------] 1 test from Data3/TestQVariantListModelRowsAboutToBeRemoved
> 4: [ RUN      ] Data3/TestQVariantListModelRowsAboutToBeRemoved.RowsRemoved/0
> 4: [       OK ] Data3/TestQVariantListModelRowsAboutToBeRemoved.RowsRemoved/0 
> (0 ms)
> 4: [----------] 1 test from Data3/TestQVariantListModelRowsAboutToBeRemoved 
> (0 ms total)
> 4: 
> 4: [----------] 1 test from Data4/TestQVariantListModelRowsAboutToBeRemoved
> 4: [ RUN      ] Data4/TestQVariantListModelRowsAboutToBeRemoved.RowsRemoved/0
> 4: [       OK ] Data4/TestQVariantListModelRowsAboutToBeRemoved.RowsRemoved/0 
> (0 ms)
> 4: [----------] 1 test from Data4/TestQVariantListModelRowsAboutToBeRemoved 
> (0 ms total)
> 4: 
> 4: [----------] 1 test from Data0/TestQVariantListModelRowsAboutToBeInserted
> 4: [ RUN      ] 
> Data0/TestQVariantListModelRowsAboutToBeInserted.RowsInserted/0
> 4: [       OK ] 
> Data0/TestQVariantListModelRowsAboutToBeInserted.RowsInserted/0 (0 ms)
> 4: [----------] 1 test from Data0/TestQVariantListModelRowsAboutToBeInserted 
> (0 ms total)
> 4: 
> 4: [----------] 1 test from Data1/TestQVariantListModelRowsAboutToBeInserted
> 4: [ RUN      ] 
> Data1/TestQVariantListModelRowsAboutToBeInserted.RowsInserted/0
> 4: [       OK ] 
> Data1/TestQVariantListModelRowsAboutToBeInserted.RowsInserted/0 (0 ms)
> 4: [----------] 1 test from Data1/TestQVariantListModelRowsAboutToBeInserted 
> (0 ms total)
> 4: 
> 4: [----------] 1 test from Data2/TestQVariantListModelRowsAboutToBeInserted
> 4: [ RUN      ] 
> Data2/TestQVariantListModelRowsAboutToBeInserted.RowsInserted/0
> 4: [       OK ] 
> Data2/TestQVariantListModelRowsAboutToBeInserted.RowsInserted/0 (0 ms)
> 4: [----------] 1 test from Data2/TestQVariantListModelRowsAboutToBeInserted 
> (0 ms total)
> 4: 
> 4: [----------] 1 test from Data3/TestQVariantListModelRowsAboutToBeInserted
> 4: [ RUN      ] 
> Data3/TestQVariantListModelRowsAboutToBeInserted.RowsInserted/0
> 4: [       OK ] 
> Data3/TestQVariantListModelRowsAboutToBeInserted.RowsInserted/0 (0 ms)
> 4: [----------] 1 test from Data3/TestQVariantListModelRowsAboutToBeInserted 
> (0 ms total)
> 4: 
> 4: [----------] Global test environment tear-down
> 4: [==========] 49 tests from 19 test suites ran. (374 ms total)
> 4: [  PASSED  ] 49 tests.
> 4/6 Test #4: usermetricsoutput-unit-tests ..........   Passed    0.39 sec
> 3: [       OK ] TestMetricManagerImpl.TestUserType (25 ms)
> 3: [ RUN      ] TestMetricManagerImpl.TestSystemType
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.IncrementOverSeveralDays (32 ms)
> 5: [ RUN      ] TestUserMetricsService.StoreMaximumOf62Days
> 3: [       OK ] TestMetricManagerImpl.TestSystemType (41 ms)
> 3: [----------] 12 tests from TestMetricManagerImpl (428 ms total)
> 3: 
> 3: [----------] 1 test from TestUserMetricInputCAPI
> 3: [ RUN      ] TestUserMetricInputCAPI.TestBasicFunctionality
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.StoreMaximumOf62Days (45 ms)
> 5: [ RUN      ] TestUserMetricsService.CantCreateSomeoneElsesData
> 3: [       OK ] TestUserMetricInputCAPI.TestBasicFunctionality (41 ms)
> 3: [----------] 1 test from TestUserMetricInputCAPI (41 ms total)
> 3: 
> 3: [----------] Global test environment tear-down
> 3: [==========] 13 tests from 2 test suites ran. (470 ms total)
> 3: [  PASSED  ] 13 tests.
> 5/6 Test #3: usermetricsinput-unit-tests ...........   Passed    0.48 sec
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.CantCreateSomeoneElsesData (63 ms)
> 5: [ RUN      ] TestUserMetricsService.CantCreateSomeoneElsesDataSet
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.CantCreateSomeoneElsesDataSet (51 ms)
> 5: [ RUN      ] TestUserMetricsService.CantCreateAnotherAppsDataSet
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.CantCreateAnotherAppsDataSet (55 ms)
> 5: [ RUN      ] TestUserMetricsService.AppsDataIsScopedBySecret
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.AppsDataIsScopedBySecret (51 ms)
> 5: [ RUN      ] TestUserMetricsService.CantUpdateSomeoneElsesData
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.CantUpdateSomeoneElsesData (51 ms)
> 5: [ RUN      ] TestUserMetricsService.CantUpdateAnotherAppsData
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.CantUpdateAnotherAppsData (43 ms)
> 5: [ RUN      ] TestUserMetricsService.TakeDataOwnership
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.TakeDataOwnership (59 ms)
> 5: [ RUN      ] TestUserMetricsService.SharedDataSourceIdWrangling
> 5: QSqlDatabasePrivate::removeDatabase: connection 
> 'test-user-metrics-service' is still in use, all queries will cease to work.
> 5: [       OK ] TestUserMetricsService.SharedDataSourceIdWrangling (51 ms)
> 5: [----------] 22 tests from TestUserMetricsService (878 ms total)
> 5: 
> 5: [----------] Global test environment tear-down
> 5: [==========] 25 tests from 2 test suites ran. (879 ms total)
> 5: [  PASSED  ] 25 tests.
> 6/6 Test #5: usermetricsservice-unit-tests .........   Passed    0.89 sec
> 
> 83% tests passed, 1 tests failed out of 6
> 
> Total Test time (real) =   0.90 sec
> 
> The following tests FAILED:
>         6 - tst_QmlTests (Subprocess aborted)
> Errors while running CTest
> make[1]: *** [Makefile:74: test] Error 8
> make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j8 test 
> ARGS\+=--verbose ARGS\+=-j8 returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/libusermetrics_1.2.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: libusermetrics
Source-Version: 1.2.0-3
Done: Anton Gladky <gl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libusermetrics, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1020...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <gl...@debian.org> (supplier of updated libusermetrics package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 11 Oct 2022 22:26:42 +0200
Source: libusermetrics
Architecture: source
Version: 1.2.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian UBports Team <team+ubpo...@tracker.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Closes: 1020071
Changes:
 libusermetrics (1.2.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Upload into unstable. (Closes: #1020071)
     + Build failure was not reproducible.
Checksums-Sha1:
 4d12a69d6d5e6f5c5ba4cbe1b2bafee0503a6234 2862 libusermetrics_1.2.0-3.dsc
 b781ad1f469bacaad2e27521b7af91045b96c27d 5496 
libusermetrics_1.2.0-3.debian.tar.xz
 1545cc72cbac7dd1a15d25a1b056340de9b85c58 12800 
libusermetrics_1.2.0-3_source.buildinfo
Checksums-Sha256:
 55679e94e72ed335a894fc26d571d992d1a845953f441e44a0b21d3579779cb5 2862 
libusermetrics_1.2.0-3.dsc
 87fdfd8b6808ae58bad942442502535ec2155116430598b83ce9f79a61e9c3e1 5496 
libusermetrics_1.2.0-3.debian.tar.xz
 8e6658e6427a85d30856e0bef64a131730b30a4a864e3639dce3261e7b9d4d07 12800 
libusermetrics_1.2.0-3_source.buildinfo
Files:
 d91ebc2f83902b39f697c1c58d3febeb 2862 libs optional libusermetrics_1.2.0-3.dsc
 1cb7a7934f2239f9efe20a9fe982e3ac 5496 libs optional 
libusermetrics_1.2.0-3.debian.tar.xz
 00e68902e0c94431f1ef73da418c191e 12800 libs optional 
libusermetrics_1.2.0-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmNF0eoACgkQ0+Fzg8+n
/wYxPRAAi9y0WwClpl/ykGkd0Vxb7R69f6BPCnfL8zfR4fpdIgr5ujZXBWaJiFQc
MsAGgbhK0y3o61VVfO204YEYJdF9tfcRNEzOIP9S2q0WnRpfE7NNsRY7+d9Df2DA
rQwA0eJVGiNsFJX/VpOwsIIoQynx5NR6wsDLEablx+dh+uIWdVD3hfUFKqEjBQct
cW0Sct9GUtk3zIt9RxQg8LEzpfhTrRBVi/7rGmNq9nCMkGprC6uKP0K64SuvJ8/H
O1MK1JALGm4NhdIFV2AvN7uB9lLwWP2CHf5r967PUlP/Z2uSCiiarGB/D1tmTJJQ
MR8vleYKj3w5fz0yqtooBTpZiJiHzHcOe0fG5qfHLgo9l00sHhGYcaClEOQF6J52
rzxYF9nHQd3zXcudMzsXVb+xO2esmsxz1/0C8eIUH5tFtV2S5fK0Ngdx2aQwMPhH
uIFdNGGG3PxtXR8Kep9aK8S1iOiULls1Eft/ZLo12vHMlGLSsQlodMeM+u4o0La4
Tkg4e8E/fNYPVstuoGezAyIHi1zWHC2Qx7AvKa4pEG1QbFgh+pL4MCMYuGJstnHV
qdVq7/RrEBEYhTLynSd7pmEFYlGDJb4l0T2LaUGNKtILgsuBQbP0pVLG+eupJB13
gpWMzqJCxAS8We/IQOasnpCUPdr0Rxokvpg6D3SN1mvVXmk+7/s=
=NobN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to