* Re: master df1e553688 4/5: Accommodate nonstandard turbo file senders in erc-dcc [not found] ` <20220523010801.21947C009A8@vcs2.savannah.gnu.org> @ 2022-05-26 12:44 ` Lars Ingebrigtsen 2022-05-26 15:48 ` F. Jason Park 0 siblings, 1 reply; 5+ messages in thread From: Lars Ingebrigtsen @ 2022-05-26 12:44 UTC (permalink / raw) To: emacs-devel; +Cc: F. Jason Park Something in recent erc changes is making the EMBA build test fail. For instance: https://emba.gnu.org/emacs/emacs/-/jobs/46150 -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: master df1e553688 4/5: Accommodate nonstandard turbo file senders in erc-dcc 2022-05-26 12:44 ` master df1e553688 4/5: Accommodate nonstandard turbo file senders in erc-dcc Lars Ingebrigtsen @ 2022-05-26 15:48 ` F. Jason Park 2022-05-27 10:29 ` Lars Ingebrigtsen 0 siblings, 1 reply; 5+ messages in thread From: F. Jason Park @ 2022-05-26 15:48 UTC (permalink / raw) To: Lars Ingebrigtsen; +Cc: emacs-devel Hi Lars, Lars Ingebrigtsen <larsi@gnus.org> writes: > Something in recent erc changes is making the EMBA build test fail. For > instance: > > https://emba.gnu.org/emacs/emacs/-/jobs/46150 This links to a job on my branch for fix/bug-48598, so I'm guessing you meant to highlight something else. (More info on that specific failure below, just in case anyone's curious.) The subject line of this email references a commit on master. If it triggered a pipeline named after it, I can't find it. Do you have a different link by any chance? My initial push for that same bug set triggered this pipeline: https://emba.gnu.org/emacs/emacs/-/pipelines/18010 which didn't build anything. But since you say "build test," I'm guessing you mean build-image-inotify (or similar), which it seems is included in those "scheduled 3x daily" pipelines and some but not all pipelines triggered by routine pushes. There actually was a more recent failure on master (triggered by a push from me) that ended in a weird timeout or hang, namely: > Subject: Failed pipeline for master | emacs | 4d60dcd8 > Newsgroups: gmane.emacs.buildstatus > Date: Tue, 24 May 2022 23:01:08 -0400 (1 day, 11 hours, 21 minutes ago) > Pipeline #18061 has failed! > Project: emacs ( https://emba.gnu.org/emacs/emacs ) > Branch: master ( https://emba.gnu.org/emacs/emacs/-/commits/master ) > Commit: 4d60dcd8 ( https://emba.gnu.org/emacs/emacs/-/commit/4d60dcd87c72f7b96cac04233ffb253bd79f5bb1 ) > Commit Message: ; Fix inevitable failure in erc-dcc test > * tes... > Commit Author: F. Jason Park > Pipeline #18061 ( https://emba.gnu.org/emacs/emacs/-/pipelines/18061 ) > triggered by EMBA bot ( https://emba.gnu.org/bot ) > had 1 failed build. > Job #46114 ( https://emba.gnu.org/emacs/emacs/-/jobs/46114/raw ) > Stage: build-images > Name: build-image-inotify But I don't think this is what you're referring to because there were other, similar build failures preceding it, such as https://emba.gnu.org/emacs/emacs/-/pipelines/18058 https://emba.gnu.org/emacs/emacs/-/pipelines/18060 and ones following it that succeeded, like https://emba.gnu.org/emacs/emacs/-/pipelines/18063 So the failure(s) you're talking about must have occurred elsewhere between 18010 and 18061. I clicked through that interval in the web UI and couldn't find anything. Perhaps someone deleted them? (If there's an API token I could borrow to better investigate, I have tooling made for this sort of thing.) BTW, the job you linked to above, 46150, failed because I neglected to quote the `make_params' variable properly in the generated YAML document test/infra/test-jobs.yml. And it failed in the test stage, not the build stage. In case anyone cares, I modified that variable in that throwaway branch to ensure my expensive tests always run, something I inferred was acceptable from my conversations with Michael Albinus on the tracker for bug#48598. If that's not the case, please say so. Regardless, I was alerted to that job failure shortly after it occurred and tried to address it promptly, as was hopefully shown by the subsequent pipeline: https://emba.gnu.org/emacs/emacs/-/jobs/46152 Anyway, I'd like people to know that ERC (and I) take these tests seriously. So, whatever it is, we'll get to the bottom of it. Thanks, J.P. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: master df1e553688 4/5: Accommodate nonstandard turbo file senders in erc-dcc 2022-05-26 15:48 ` F. Jason Park @ 2022-05-27 10:29 ` Lars Ingebrigtsen 2022-05-31 16:47 ` Michael Albinus 0 siblings, 1 reply; 5+ messages in thread From: Lars Ingebrigtsen @ 2022-05-27 10:29 UTC (permalink / raw) To: F. Jason Park; +Cc: emacs-devel F. Jason Park <jp@neverwas.me> writes: > This links to a job on my branch for fix/bug-48598, so I'm guessing you > meant to highlight something else. I was probably just confused by the EMBA web page, as usual. > There actually was a more recent failure on master (triggered by a push > from me) that ended in a weird timeout or hang, namely: EMBA is difficult to deal with, as it has a tendency to fail for mysterious reasons not seen in the real world anywhere, so for it to be useful at all, tests that time out has to be disabled on EMBA. Currently all the jobs are red, which doesn't help anybody. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: master df1e553688 4/5: Accommodate nonstandard turbo file senders in erc-dcc 2022-05-27 10:29 ` Lars Ingebrigtsen @ 2022-05-31 16:47 ` Michael Albinus 2022-05-31 16:49 ` Lars Ingebrigtsen 0 siblings, 1 reply; 5+ messages in thread From: Michael Albinus @ 2022-05-31 16:47 UTC (permalink / raw) To: Lars Ingebrigtsen; +Cc: F. Jason Park, emacs-devel Lars Ingebrigtsen <larsi@gnus.org> writes: >> There actually was a more recent failure on master (triggered by a push >> from me) that ended in a weird timeout or hang, namely: > > EMBA is difficult to deal with, as it has a tendency to fail for > mysterious reasons not seen in the real world anywhere, so for it to be > useful at all, tests that time out has to be disabled on EMBA. > Currently all the jobs are red, which doesn't help anybody. Emba has been rebooted by the FSF sysadmins, shall be back to normal. Best regards, Michael. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: master df1e553688 4/5: Accommodate nonstandard turbo file senders in erc-dcc 2022-05-31 16:47 ` Michael Albinus @ 2022-05-31 16:49 ` Lars Ingebrigtsen 0 siblings, 0 replies; 5+ messages in thread From: Lars Ingebrigtsen @ 2022-05-31 16:49 UTC (permalink / raw) To: Michael Albinus; +Cc: F. Jason Park, emacs-devel Michael Albinus <michael.albinus@gmx.de> writes: > Emba has been rebooted by the FSF sysadmins, shall be back to normal. Thanks. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-05-31 16:49 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <165326807986.26072.15447905248642892407@vcs2.savannah.gnu.org> [not found] ` <20220523010801.21947C009A8@vcs2.savannah.gnu.org> 2022-05-26 12:44 ` master df1e553688 4/5: Accommodate nonstandard turbo file senders in erc-dcc Lars Ingebrigtsen 2022-05-26 15:48 ` F. Jason Park 2022-05-27 10:29 ` Lars Ingebrigtsen 2022-05-31 16:47 ` Michael Albinus 2022-05-31 16:49 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).