https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-emacs/ebuild-mode-1.75 fails tests. Discovered on: x86 (internal ref: tinderbox_x86) System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 903102 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: FAILED 15/25 ebuild-mode-test-time-string (0.000087 sec) at test/ebuild-mode-tests.el:64 FAILED ebuild-mode-test-time-string
The failing test is: (should (string-equal (ebuild-mode-time-string "%Y-%m-%d %H:%M:%S" '(33451 44363)) "2039-06-21 17:11:39")) Not a problem of ebuild-mode, but of the C library which cannot handle the time 2039-06-21T17:11:39Z.
Function ebuild-mode-time-string and its corresponding test ebuild-mode-test-time-string have been removed: https://gitweb.gentoo.org/proj/ebuild-mode.git/commit/?id=0f5e5a7288b226594c44cb57c5e8b608916287d8 (Of course, the underlying problem still exists. Closing anyway.)