Skip to content

Instantly share code, notes, and snippets.

@kiryl
Created May 21, 2014 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiryl/023d168c5b5153435435 to your computer and use it in GitHub Desktop.
Save kiryl/023d168c5b5153435435 to your computer and use it in GitHub Desktop.
make[3]: Entering directory '/root/criu/test'
./zdtm.sh -C ns/static/pipe00 &> ns_static_pipe00.log || \
{ flock Makefile cat ns_static_pipe00.log; exit 1; }
================================= CRIU CHECK =================================
Looks good.
Execute zdtm/live/static/pipe00
./pipe00 --pidfile=pipe00.pid --outfile=pipe00.out
./pipe00: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
The test failed (0, 1)
Makefile:196: recipe for target 'pipe00.pid' failed
make[4]: *** [pipe00.pid] Error 1
ERROR: fail to start zdtm/live/static/pipe00
cat: /root/criu/test/zdtm/live/static/pipe00.init.pid: No such file or directory
error: list of process IDs must follow -p
Usage:
ps [options]
Try 'ps --help <simple|list|output|threads|misc|all>'
or 'ps --help <s|l|o|t|m|a>'
for additional help text.
For more details see ps(1).
Test: zdtm/live/static/pipe00, Result: FAIL
==================================== ERROR ====================================
Test: zdtm/live/static/pipe00, Namespace: 1
================================= ERROR OVER =================================
Makefile:25: recipe for target 'ns/static/pipe00' failed
make[3]: *** [ns/static/pipe00] Error 1
make[3]: Leaving directory '/root/criu/test'
Makefile:13: recipe for target 'zdtm' failed
make[2]: *** [zdtm] Error 2
make[2]: Leaving directory '/root/criu/test'
Makefile:9: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/root/criu/test'
Makefile:196: recipe for target 'test' failed
make: *** [test] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment