-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestUsernsCheckpoint
and TestCheckpoint
fail on master on fresh ubuntu droplet
#1745
Comments
TestExecInTTY
and TestCheckpoint
fail on master on fresh ubuntu dropletTestUsernsCheckpoint
and TestCheckpoint
fail on master on fresh ubuntu droplet
I updated the issue because I had pasted logs from a run on a different branch than master. I just ran |
@avagin Do you know anything about what the problem could be? |
Could you show output for "sysctl -a | grep disable_ipv6"? |
and for this one "unshare -n ip6tables -t filter -I INPUT --protocol tcp --sport 80 && echo ok || echo fail" |
@avagin sure! On the 4.13 kernel:
On the 4.4 kernel:
On both:
|
@tiborvass do you run tests on the host or in a docker container? |
@avagin in a docker container, I ran Here is the result of the On the 4.13 kernel:
On the 4.4 kernel:
|
@tiborvass Could you try to run a container with "-v /lib/modules:/lib/modules"? |
@tiborvass I reproduced this issue on my host. |
CRIU needs to load a few modules to checkpoint/resume containers. opencontainers#1745 Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
CRIU needs to load a few modules to checkpoint/resume containers. opencontainers#1745 Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
CRIU needs to load a few modules to checkpoint/resume containers. opencontainers#1745 Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
CRIU needs to load a few modules to checkpoint/resume containers. opencontainers#1745 Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
CRIU needs to load a few modules to checkpoint/resume containers. opencontainers#1745 Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Just experienced this same issue running |
Here are the logs of the tests, let me know if you need more information.
OS: Ubuntu 16.04.3
Kernel:
4.4.0-77-generic
but also tried on ubuntu's hwe kernel:4.13.0-36-generic
Commit: 4bb1fe4
Using overlay2 backed by extfs.
What is super weird is that @estesp tried it as well on his laptop, running
Ubuntu 16.04
with4.13.0-32-generic
, same docker version, same storage driver and it passed for him. I'm gonna try different cloud vendors, but what else could be the problem technically?The text was updated successfully, but these errors were encountered: