GNU bug report logs -
#73067
kmime-24.05.2 test failure
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73067 in the body.
You can then email your comments to 73067 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#73067
; Package
guix
.
(Fri, 06 Sep 2024 13:03:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Marek Paśnikowski <marek <at> marekpasnikowski.pl>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Fri, 06 Sep 2024 13:03:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
bug-guix <at> gnu.org
:
bug#73067
; Package
guix
.
(Fri, 06 Sep 2024 15:22:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 73067 <at> debbugs.gnu.org (full text, mbox):
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.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#73067
; Package
guix
.
(Fri, 06 Sep 2024 16:37:02 GMT)
Full text and
rfc822 format available.
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Marek Paśnikowski via Bug reports for GNU Guix <bug-guix <at> 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.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Fri, 06 Sep 2024 16:37:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Marek Paśnikowski <marek <at> marekpasnikowski.pl>
:
bug acknowledged by developer.
(Fri, 06 Sep 2024 16:37:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#73067
; Package
guix
.
(Sat, 07 Sep 2024 17:27:02 GMT)
Full text and
rfc822 format available.
Message #19 received at submit <at> debbugs.gnu.org (full text, mbox):
Thank you very much for quick response. I confirm I was able to
finish reconfiguration of my systems. I wish you all the best.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#73067
; Package
guix
.
(Sat, 07 Sep 2024 17:27:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 06 Oct 2024 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.