[CRIU] [PRETESTS] CRIU-2

Laurent Dufour ldufour at linux.vnet.ibm.com
Thu Feb 11 09:18:09 PST 2016


On 09/02/2016 23:21, Cyrill Gorcunov wrote:
> Guys, I just finished moving arm/arm64/ppc64 into new CRIU-2 structure.
> Everything is pushed into criu-2 branch (stat below). I tried builds
> on x86 and powerpc and it seems to work. Still I would like if someone
> can run build procedure on native ARM/ARM64 and report the results.
> This is really huge rework which needs cleanup and intensive testing.
> So help in this area be awesome! (~150 LOC added which I think very
> small number for such rework)

I can make criu but running 'make -j 78' on my victim node (running 80
CPUs) I got build errors:

laurent at frags:~/work/criu2$ make clean > /dev/null && make -j 78 > /dev/null
cr-restore.c:52:27: fatal error: restorer-blob.h: No such file or directory
compilation terminated.
parasite-syscall.c:20:27: fatal error: parasite-blob.h: No such file or
directory
compilation terminated.
parasite-syscall.c:20:27: fatal error: parasite-blob.h: No such file or
directory
compilation terminated.
cr-restore.c:52:27: fatal error: restorer-blob.h: No such file or directory
compilation terminated.
cr-restore.c:52:27: fatal error: restorer-blob.h: No such file or directory
compilation terminated.
make[2]: *** [cr-restore.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [built-in.o] Error 2
make: *** [criu] Error 2

Sometimes, I faced also these error :

laurent at frags:~/work/criu2$ make clean > /dev/null && make -j 78 > /dev/null
pie/piegen/elf-ppc64.o: file not recognized: File truncated
make[2]: *** [pie/piegen/built-in.o] Error 1
make[1]: *** [pie/piegen] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [criu] Error 2

It's not yet clear to me what is going wrong...

Laurent.



More information about the CRIU mailing list