[FFmpeg-devel] donotapply: Test automated email for build fail
Checks
Context |
Check |
Description |
andriy/ffmpeg-patchwork |
fail
|
Make failed
|
Commit Message
From: Andriy Gelman <andriy.gelman@gmail.com>
---
libavformat/libzmq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
Hello,
Thank you for submitting a patch to ffmpeg-devel.
An error occurred during an automated build/fate test. Please review the following link for more details:
https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200218224926.23103-1-andriy.gelman@gmail.com/
Thank you,
ffmpeg-devel
On Tue, Feb 18, 2020, at 2:00 PM, Patchwork wrote:
> Hello,
>
> Thank you for submitting a patch to ffmpeg-devel.
>
> An error occurred during an automated build/fate test. Please review
> the following link for more details:
> https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200218224926.23103-1-andriy.gelman@gmail.com/
>
> Thank you,
> ffmpeg-devel
What is this message from?
Perhaps these messages should be sent to the patch author only. Otherwise it may create too much noise on ffmpeg-devel.
On Tue, 18. Feb 14:33, Lou Logan wrote:
> On Tue, Feb 18, 2020, at 2:00 PM, Patchwork wrote:
> > Hello,
> >
> > Thank you for submitting a patch to ffmpeg-devel.
> >
> > An error occurred during an automated build/fate test. Please review
> > the following link for more details:
> > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200218224926.23103-1-andriy.gelman@gmail.com/
> >
> > Thank you,
> > ffmpeg-devel
>
> What is this message from?
>
It's from a Jenkins server that's running the build and fate tests.
> Perhaps these messages should be sent to the patch author only. Otherwise it may create too much noise on ffmpeg-devel.
I'll update to only send the email to patch authors.
@@ -159,7 +159,7 @@ static int zmq_proto_write(URLContext *h, const unsigned char *buf, int size)
static int zmq_proto_read(URLContext *h, unsigned char *buf, int size)
{
int ret;
- ZMQContext *s = h->priv_data;
+ AMQContext *s = h->priv_data;
ret = zmq_proto_wait_timeout(h, s->socket, 0, h->rw_timeout, &h->interrupt_callback);
if (ret)