emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multi-OS Emacs buildbot?


From: Michael Albinus
Subject: Re: Multi-OS Emacs buildbot?
Date: Sun, 27 Dec 2020 11:01:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Toon Claes <toon@iotcl.com> writes:

>>>> The best approximation I can think of is to add the last N lines of the
>>>> log file to the notification message.
>>>
>>> That's better than nothing.
>>
>> Yes. Toon, I have no idea whether this would be possible in the mail
>> template?
>
> Until a few months ago the last 30 lines of the log were included in the
> emails. But unfortunately they were removed [3] for security and
> performance reasons. There is a follow-up issue [4] to discuss an
> alternative.
>
> We can apply a patch to our installation to revert the above, we did
> something like this before. But there's an automatic update set up on
> the machine, so we need a mechanism to reapply the patch after updating.

It appended something like this

--8<---------------cut here---------------start------------->8---
Stage: test
Name: test-all
Trace: Makefile:319: recipe for target 'check-doit' failed
make[2]: Leaving directory '/builds/emacs/emacs/test'
make[2]: *** [check-doit] Error 1
Makefile:294: recipe for target 'check-expensive' failed
make[1]: *** [check-expensive] Error 2
make[1]: Leaving directory '/builds/emacs/emacs/test'
make: *** [check-expensive] Error 2
Makefile:959: recipe for target 'check-expensive' failed
section_end:1567624331:build_script
section_start:1567624331:after_script
section_end:1567624333:after_script
section_start:1567624333:upload_artifacts_on_failure
section_end:1567624335:upload_artifacts_on_failure
ERROR: Job failed: exit code 1
--8<---------------cut here---------------end--------------->8---

So it is some information that stage test has failed, but it shows only
the Makefile output, and not the more informative test summary. That
doesn't help.

> Toon

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]