* bug#73067: kmime-24.05.2 test failure
@ 2024-09-06 12:04 Marek Paśnikowski via Bug reports for GNU Guix
2024-09-06 14:55 ` Marek Paśnikowski via Bug reports for GNU Guix
0 siblings, 1 reply; 4+ messages in thread
From: Marek Paśnikowski via Bug reports for GNU Guix @ 2024-09-06 12:04 UTC (permalink / raw)
To: 73067
I am not able to reconfigure my system due to the following regression
in kmime-24.05.2:
starting phase `check'
Running tests...
/gnu/store/ibgy9qa52zqmbcfp6m8rwj81bffaiwvb-cmake-minimal-3.24.2/bin/ctest --force-new-ctest-process
Test project /tmp/guix-build-kmime-24.05.2.drv-0/build
Start 1: kmime-rfc2047test
1/17 Test #1: kmime-rfc2047test ................ Passed 0.01 sec
Start 2: kmime-utiltest
2/17 Test #2: kmime-utiltest ................... Passed 0.22 sec
Start 3: kmime-contentindextest
3/17 Test #3: kmime-contentindextest ........... Passed 0.01 sec
Start 4: kmime-charfreqtest
4/17 Test #4: kmime-charfreqtest ............... Passed 0.01 sec
Start 5: kmime-headertest
5/17 Test #5: kmime-headertest ................. Passed 0.01 sec
Start 6: kmime-contenttest
6/17 Test #6: kmime-contenttest ................ Passed 0.01 sec
Start 7: kmime-messagetest
7/17 Test #7: kmime-messagetest ................ Passed 0.01 sec
Start 8: kmime-headerfactorytest
8/17 Test #8: kmime-headerfactorytest .......... Passed 0.01 sec
Start 9: kmime-rfc2231test
9/17 Test #9: kmime-rfc2231test ................ Passed 0.01 sec
Start 10: kmime-sizetest
10/17 Test #10: kmime-sizetest ................... Passed 0.01 sec
Start 11: kmime-parsedatetimetest
11/17 Test #11: kmime-parsedatetimetest .......... Passed 0.01 sec
Start 12: kmime-dateformattertest
12/17 Test #12: kmime-dateformattertest ..........***Failed 0.02 sec
********* Start testing of DateFormatterTest *********
Config: Using QtTest library 6.6.3, Qt 6.6.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.4.0), unknown unknown
PASS : DateFormatterTest::initTestCase()
FAIL! : DateFormatterTest::testFancyFormat() Compared values are not the same
Actual (f.dateString(dt)) : "Today 12:34:56"
Expected (u"Today 12:34 PM"): Today 12:34 PM
Loc: [/tmp/guix-build-kmime-24.05.2.drv-0/kmime-24.05.2/autotests/dateformattertest.cpp(27)]
PASS : DateFormatterTest::testLocalizedFormat()
PASS : DateFormatterTest::testFormat(ctime)
PASS : DateFormatterTest::testCustomFormat()
PASS : DateFormatterTest::cleanupTestCase()
Totals: 5 passed, 1 failed, 0 skipped, 0 blacklisted, 8ms
********* Finished testing of DateFormatterTest *********
Start 13: kmime-attachmenttest
13/17 Test #13: kmime-attachmenttest ............. Passed 0.01 sec
Start 14: kmime-typestest
14/17 Test #14: kmime-typestest .................. Passed 0.01 sec
Start 15: test_mdn
15/17 Test #15: test_mdn ......................... Passed 0.01 sec
Start 16: test_charfreq
16/17 Test #16: test_charfreq .................... Passed 0.00 sec
Start 17: test_dates
17/17 Test #17: test_dates ....................... Passed 0.01 sec
94% tests passed, 1 tests failed out of 17
Total Test time (real) = 0.40 sec
The following tests FAILED:
12 - kmime-dateformattertest (Failed)
Errors while running CTest
make: *** [Makefile:74: test] Error 8
Test suite failed, dumping logs.
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "make" arguments: ("test" "-j" "8") exit-status: 2 term-signal: #f stop-signal: #f>
phase `check' failed after 0.4 seconds
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#73067: kmime-24.05.2 test failure
2024-09-06 12:04 bug#73067: kmime-24.05.2 test failure Marek Paśnikowski via Bug reports for GNU Guix
@ 2024-09-06 14:55 ` Marek Paśnikowski via Bug reports for GNU Guix
2024-09-06 16:36 ` Zheng Junjie
0 siblings, 1 reply; 4+ messages in thread
From: Marek Paśnikowski via Bug reports for GNU Guix @ 2024-09-06 14:55 UTC (permalink / raw)
To: 73067; +Cc: zhengjunjie
Dear Zheng
Thank you for your hard work bringing KDE to Guix. It is not the best
circumstance to express my gratitude, but I want you to know I am
grateful before anything else.
With commit 2f407ac162d6b9053bafb611ff20b58b13e7a09c to guix, you have
modified the testing phase of kmime build, which I currently suspect as
the reason for the inability to reconfigure my systems. I also suspect
the recent merge of core-updates could have caused this breakage.
For your convenience, here is the link to the bug report:
https://issues.guix.gnu.org/73067
It contains the build output narrowed to the check phase.
Do you think this could be at least worked around relatively quickly? I
will do my best to assist with the review process.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#73067: kmime-24.05.2 test failure
2024-09-06 14:55 ` Marek Paśnikowski via Bug reports for GNU Guix
@ 2024-09-06 16:36 ` Zheng Junjie
2024-09-07 17:26 ` Marek Paśnikowski via Bug reports for GNU Guix
0 siblings, 1 reply; 4+ messages in thread
From: Zheng Junjie @ 2024-09-06 16:36 UTC (permalink / raw)
To: 73067; +Cc: Marek Paśnikowski, 73067-close
[-- Attachment #1: Type: text/plain, Size: 995 bytes --]
Marek Paśnikowski via Bug reports for GNU Guix <bug-guix@gnu.org> writes:
> Dear Zheng
>
> Thank you for your hard work bringing KDE to Guix. It is not the best
> circumstance to express my gratitude, but I want you to know I am
> grateful before anything else.
>
> With commit 2f407ac162d6b9053bafb611ff20b58b13e7a09c to guix, you have
> modified the testing phase of kmime build, which I currently suspect as
> the reason for the inability to reconfigure my systems. I also suspect
> the recent merge of core-updates could have caused this breakage.
This is caused by core-updates, I don't know why, just disable it should
be OK, see 643e7ecbe6079e8cc2275cc6cdf1cda04f6f818a.
>
> For your convenience, here is the link to the bug report:
> https://issues.guix.gnu.org/73067
> It contains the build output narrowed to the check phase.
>
> Do you think this could be at least worked around relatively quickly? I
> will do my best to assist with the review process.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#73067: kmime-24.05.2 test failure
2024-09-06 16:36 ` Zheng Junjie
@ 2024-09-07 17:26 ` Marek Paśnikowski via Bug reports for GNU Guix
0 siblings, 0 replies; 4+ messages in thread
From: Marek Paśnikowski via Bug reports for GNU Guix @ 2024-09-07 17:26 UTC (permalink / raw)
To: Zheng Junjie; +Cc: 73067, 73067-close
Thank you very much for quick response. I confirm I was able to
finish reconfiguration of my systems. I wish you all the best.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-07 17:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 12:04 bug#73067: kmime-24.05.2 test failure Marek Paśnikowski via Bug reports for GNU Guix
2024-09-06 14:55 ` Marek Paśnikowski via Bug reports for GNU Guix
2024-09-06 16:36 ` Zheng Junjie
2024-09-07 17:26 ` Marek Paśnikowski via Bug reports for GNU Guix
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.