* EMBA status (was: bug#50509: 28.0.50; [PATCH] elisp-mode-tests regression) [not found] ` <8735qbmfqn.fsf@gnus.org> @ 2021-09-12 15:54 ` Michael Albinus 2021-09-13 13:09 ` EMBA status Ted Zlatanov 0 siblings, 1 reply; 7+ messages in thread From: Michael Albinus @ 2021-09-12 15:54 UTC (permalink / raw) To: Lars Ingebrigtsen Cc: Teodor Zlatanov, emacs-devel, dick.r.chiang, Dmitry Gutov [Redirecting to emacs-devel@gnu.org] Lars Ingebrigtsen <larsi@gnus.org> writes: >> And yes, we're hurting without a modern CI. > > Indeed. Which reminds me -- what's going on with EMBA? It fails on all > builds: > > https://emba.gnu.org/emacs/emacs/-/pipelines > > "There has been a runner system failure, please try again" I'm kind of blocked on EMBA. I've asked Ted a while ago to give me access to the runner(s) for test projects; unfortunately I didn't get an answer. Perhaps I shall try to reanimate it w/o further support :-( (I'm also restricted due to health problems, but this is another story.) Best regards, Michael. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: EMBA status 2021-09-12 15:54 ` EMBA status (was: bug#50509: 28.0.50; [PATCH] elisp-mode-tests regression) Michael Albinus @ 2021-09-13 13:09 ` Ted Zlatanov 2021-09-13 20:31 ` Dmitry Gutov 0 siblings, 1 reply; 7+ messages in thread From: Ted Zlatanov @ 2021-09-13 13:09 UTC (permalink / raw) To: Michael Albinus Cc: Lars Ingebrigtsen, emacs-devel, dick.r.chiang, Dmitry Gutov On Sun, 12 Sep 2021 17:54:57 +0200 Michael Albinus <michael.albinus@gmx.de> wrote: MA> [Redirecting to emacs-devel@gnu.org] MA> Lars Ingebrigtsen <larsi@gnus.org> writes: >>> And yes, we're hurting without a modern CI. >> >> Indeed. Which reminds me -- what's going on with EMBA? It fails on all >> builds: >> >> https://emba.gnu.org/emacs/emacs/-/pipelines >> >> "There has been a runner system failure, please try again" MA> I'm kind of blocked on EMBA. I've asked Ted a while ago to give me MA> access to the runner(s) for test projects; unfortunately I didn't get an MA> answer. I replied to Michael privately, but if anyone else wants to set up a private fork and use the shared runner, please ping me. I'm not sure how to resolve the wider problem of contributions that break tests. It's easy to start sending blame-mails but it's equally easy for people to ignore them. Ted ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: EMBA status 2021-09-13 13:09 ` EMBA status Ted Zlatanov @ 2021-09-13 20:31 ` Dmitry Gutov 2021-09-14 11:17 ` Lars Ingebrigtsen 0 siblings, 1 reply; 7+ messages in thread From: Dmitry Gutov @ 2021-09-13 20:31 UTC (permalink / raw) To: Ted Zlatanov, Michael Albinus Cc: Lars Ingebrigtsen, dick.r.chiang, emacs-devel On 13.09.2021 16:09, Ted Zlatanov wrote: > I'm not sure how to resolve the wider problem of contributions that > break tests. It's easy to start sending blame-mails but it's equally > easy for people to ignore them. It would be much harder to ignore them than when they are not sent. I don't we are allowed to send them, though. Not without some official degree of acceptance of EMBA. As the CI, at least. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: EMBA status 2021-09-13 20:31 ` Dmitry Gutov @ 2021-09-14 11:17 ` Lars Ingebrigtsen 2021-09-14 15:25 ` Alan Third 2021-09-14 19:16 ` EMBA status, " Ted Zlatanov 0 siblings, 2 replies; 7+ messages in thread From: Lars Ingebrigtsen @ 2021-09-14 11:17 UTC (permalink / raw) To: Dmitry Gutov; +Cc: Ted Zlatanov, Michael Albinus, dick.r.chiang, emacs-devel Dmitry Gutov <dgutov@yandex.ru> writes: > On 13.09.2021 16:09, Ted Zlatanov wrote: >> I'm not sure how to resolve the wider problem of contributions that >> break tests. It's easy to start sending blame-mails but it's equally >> easy for people to ignore them. But wasn't the problem here that all builds fail? > It would be much harder to ignore them than when they are not sent. > > I don't we are allowed to send them, though. Not without some official > degree of acceptance of EMBA. As the CI, at least. I'm all for sending automatic mail from EMBA to the author of the failing commit, but I guess it has to be more reliable first. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: EMBA status 2021-09-14 11:17 ` Lars Ingebrigtsen @ 2021-09-14 15:25 ` Alan Third 2021-09-14 19:16 ` EMBA status, " Ted Zlatanov 1 sibling, 0 replies; 7+ messages in thread From: Alan Third @ 2021-09-14 15:25 UTC (permalink / raw) To: Lars Ingebrigtsen Cc: Ted Zlatanov, emacs-devel, Michael Albinus, dick.r.chiang, Dmitry Gutov On Tue, Sep 14, 2021 at 01:17:36PM +0200, Lars Ingebrigtsen wrote: > Dmitry Gutov <dgutov@yandex.ru> writes: > > > On 13.09.2021 16:09, Ted Zlatanov wrote: > >> I'm not sure how to resolve the wider problem of contributions that > >> break tests. It's easy to start sending blame-mails but it's equally > >> easy for people to ignore them. > > But wasn't the problem here that all builds fail? Indeed. It looks like the docker environment is broken in some way and has been for months: ERROR: Job failed (system failure): Error response from daemon: Conflict. The container name "/runner-2oEDrUT7-project-1-concurrent-1-build-4" is already in use by container "f46df44a43bee1f61a6ede2eac732a4e06eaa2094659f7ea23718f093d67bcc6". You have to remove (or rename) that container to be able to reuse that name. (executor_docker.go:726:0s) -- Alan Third ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: EMBA status, Re: EMBA status 2021-09-14 11:17 ` Lars Ingebrigtsen 2021-09-14 15:25 ` Alan Third @ 2021-09-14 19:16 ` Ted Zlatanov 2021-09-15 8:05 ` Lars Ingebrigtsen 1 sibling, 1 reply; 7+ messages in thread From: Ted Zlatanov @ 2021-09-14 19:16 UTC (permalink / raw) To: Alan Third Cc: Lars Ingebrigtsen, emacs-devel, Michael Albinus, dick.r.chiang, Dmitry Gutov On Tue, 14 Sep 2021 13:17:36 +0200 Lars Ingebrigtsen <larsi@gnus.org> wrote: LI> I'm all for sending automatic mail from EMBA to the author of the LI> failing commit, but I guess it has to be more reliable first. Cool. Can we start with a month of monitoring nntp+news.gmane.io:gmane.emacs.buildstatus and bugging people to fix the build if it breaks? That should give everyone more confidence. On Tue, 14 Sep 2021 16:25:07 +0100 Alan Third <alan@idiocy.org> wrote: AT> On Tue, Sep 14, 2021 at 01:17:36PM +0200, Lars Ingebrigtsen wrote: >> >> But wasn't the problem here that all builds fail? AT> Indeed. It looks like the docker environment is broken in some way and AT> has been for months: AT> ERROR: Job failed (system failure): Error response from daemon: Conflict. The AT> container name "/runner-2oEDrUT7-project-1-concurrent-1-build-4" is already in AT> use by container AT> "f46df44a43bee1f61a6ede2eac732a4e06eaa2094659f7ea23718f093d67bcc6". You have to AT> remove (or rename) that container to be able to reuse that name. AT> (executor_docker.go:726:0s) I stopped checking after the builds kept failing for a few months. I think the rest of the volunteers also dropped off. I've recovered the machine and its dedicated runner now. The lockup was due to shared memory exhaustion. Please let us know at emacs-build-automation@gnu.org or nntp+news.gmane.io:gmane.emacs.build-automation if you see more errors. Ted ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: EMBA status, Re: EMBA status 2021-09-14 19:16 ` EMBA status, " Ted Zlatanov @ 2021-09-15 8:05 ` Lars Ingebrigtsen 0 siblings, 0 replies; 7+ messages in thread From: Lars Ingebrigtsen @ 2021-09-15 8:05 UTC (permalink / raw) To: Alan Third, Dmitry Gutov, Michael Albinus, dick.r.chiang, emacs-devel Ted Zlatanov <tzz@lifelogs.com> writes: > Cool. Can we start with a month of monitoring > nntp+news.gmane.io:gmane.emacs.buildstatus and bugging people to fix the > build if it breaks? That should give everyone more confidence. Sure, but it still seems like every build is failing? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-09-15 8:05 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <87o890pn60.fsf@dick> [not found] ` <ff897941-48ca-c3a8-4993-844ec4ae6bf6@yandex.ru> [not found] ` <87y284o33g.fsf@gnus.org> [not found] ` <54758131-0e0d-1c4e-bf99-b329688a1b8d@yandex.ru> [not found] ` <8735qbmfqn.fsf@gnus.org> 2021-09-12 15:54 ` EMBA status (was: bug#50509: 28.0.50; [PATCH] elisp-mode-tests regression) Michael Albinus 2021-09-13 13:09 ` EMBA status Ted Zlatanov 2021-09-13 20:31 ` Dmitry Gutov 2021-09-14 11:17 ` Lars Ingebrigtsen 2021-09-14 15:25 ` Alan Third 2021-09-14 19:16 ` EMBA status, " Ted Zlatanov 2021-09-15 8:05 ` 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).