Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933093 - net-mail/mu-1.12.4 fails tests on 32-bit: void test_date_basic(): assertion failed (parse_date_time(std::get<0>(test), std::get<1>(test)).value_or(-1) == std::get<2>(test)): (18446744073709551615 == 2147483647)
Summary: net-mail/mu-1.12.4 fails tests on 32-bit: void test_date_basic(): assertion f...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Smith
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: time32-bugs
  Show dependency tree
 
Reported: 2024-05-28 21:56 UTC by matoro
Modified: 2024-05-28 21:57 UTC (History)
4 users (show)

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


Attachments
build.log and emerge --info (x86) (file_933093.txt,646.61 KB, text/plain)
2024-05-28 21:56 UTC, matoro
Details
build.log and emerge --info (arm) (build.log.gz,76.14 KB, application/gzip)
2024-05-28 21:57 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-05-28 21:56:09 UTC
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=107 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /var/tmp/portage/net-mail/mu-1.12.4/work/mu-1.12.4-build/lib/utils/tests/test-mu-utils
 ✀  
stdout:
TAP version 13
# random seed: R02S8fd28aaab0aec53e7620980fc333add0
# mu-DEBUG: run-command: '/usr/bin/rm'  '-fr'  '/var/tmp/portage/net-mail/mu-1.12.4/temp/mu-tmp-7P5GO2'
# mu-DEBUG: removed '/var/tmp/portage/net-mail/mu-1.12.4/temp/mu-tmp-7P5GO2'
1..14
# Start of utils tests
not ok /utils/date-basic - ERROR:../mu-1.12.4/lib/utils/tests/test-utils.cc:92:void test_date_basic(): assertion failed (parse_date_time(std::get<0>(test), std::get<1>(test)).value_or(-1) == std::get<2>(test)): (18446744073709551615 == 2147483647)
Bail out!
stderr:
**
ERROR:../mu-1.12.4/lib/utils/tests/test-utils.cc:92:void test_date_basic(): assertion failed (parse_date_time(std::get<0>(test), std::get<1>(test)).value_or(-1) == std::get<2>(test)): (18446744073709551615 == 2147483647)
Comment 1 matoro archtester 2024-05-28 21:56:30 UTC
Created attachment 894580 [details]
build.log and emerge --info (x86)
Comment 2 matoro archtester 2024-05-28 21:57:05 UTC
Created attachment 894581 [details]
build.log and emerge --info (arm)