[CRIU] ✗ travis-ci: failure for compel: check whether a parasite socket is prepared each time
Pavel Emelyanov
xemul at virtuozzo.com
Thu Nov 17 00:16:10 PST 2016
On 11/17/2016 10:42 AM, Patchwork wrote:
> == Series Details ==
>
> Series: compel: check whether a parasite socket is prepared each time
> URL : https://patchwork.criu.org/series/884/
> State : failure
>
> == Logs ==
>
> For more details see: https://travis-ci.org/criupatchwork/criu/builds/176615305
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu
> .
Alpine build failed.
compel/src/lib/infect.c: In function 'prepare_tsock':
compel/src/lib/infect.c:335:25: error: passing argument 2 of 'getsockname' from incompatible pointer type [-Werror=incompatible-pointer-types]
if (getsockname(ssock, &addr, &sk_len) < 0) {
^
In file included from /usr/include/fortify/sys/socket.h:20:0,
from compel/include/uapi/compel/infect-rpc.h:4,
from compel/include/uapi/compel/compel.h:11,
from compel/include/log.h:4,
from compel/src/lib/infect.c:12:
/usr/include/sys/socket.h:304:5: note: expected 'struct sockaddr * restrict' but argument is of type 'struct sockaddr_un *'
int getsockname (int, struct sockaddr *__restrict, socklen_t *__restrict);
More information about the CRIU
mailing list