Sometimes fail:
=== RUN TestCheckpoint
checkpoint_test.go:115: === /tmp/TestCheckpoint1387080808/003/criu-parent/dump.log ===
checkpoint_test.go:115: open /tmp/TestCheckpoint1387080808/003/criu-parent/dump.log: no such file or directory
checkpoint_test.go:119: CRIU feature check failed
--- FAIL: TestCheckpoint (0.24s)
Sometimes success to skip:
=== RUN TestCheckpoint
checkpoint_test.go:115: === /tmp/TestCheckpoint194762558/003/criu-parent/dump.log ===
checkpoint_test.go:115: open /tmp/TestCheckpoint194762558/003/criu-parent/dump.log: no such file or directory
checkpoint_test.go:117: criu is missing features: [MemTrack]
--- SKIP: TestCheckpoint (0.51s)