Skip to content
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

Kernel OOPS when building a Dockerfile #6439

Closed
f0 opened this issue Jun 15, 2014 · 5 comments
Closed

Kernel OOPS when building a Dockerfile #6439

f0 opened this issue Jun 15, 2014 · 5 comments

Comments

@f0
Copy link

f0 commented Jun 15, 2014

Hi,

i try to build this Dockerfile

FROM index.example.com:5000/jenkins-lts:latest

RUN wget https://get.docker.io/builds/Linux/x86_64/docker-latest -O /usr/local/bin/docker && chmod +x /usr/local/bin/docker

the pull works , and then i see the build starting, and then i got a Kernel OOPS, i have seen this with opensuse 13.1default kernel (3.11) with 3.14.1,2,3,4,5 and with 3.15 (actually used), but it happens randomly, cannot reproduce, and is not bound to this Dockerfile, has happend with any kind of Dockerfile

docker info

Containers: 0
Images: 24
Storage Driver: btrfs
Execution Driver: native-0.2
Kernel Version: 3.15.0-1.g9194b64-desktop
WARNING: No swap limit support

docker version

Client version: 1.0.0
Client API version: 1.12
Go version (client): go1.2
Git commit (client): 63fe64c
Server version: 1.0.0
Server API version: 1.12
Go version (server): go1.2
Git commit (server): 63fe64c

I have no log, the OS is crashed, but i have some Photos

img_0558

img_0562

@vieux
Copy link
Contributor

vieux commented Jun 16, 2014

@f0 can you push your image on the public registry ? or does it contains sensitive information ?

@LK4D4
Copy link
Contributor

LK4D4 commented Jun 17, 2014

Got this yesterday on stopping "crosbymichael/redis". Seems like random bug.

@tianon
Copy link
Member

tianon commented Jun 17, 2014

This is a dupe of #2960 (nf_nat_cleanup_conntrack kernel panic).

@f0
Copy link
Author

f0 commented Jun 17, 2014

@vieux its not possibe, after the crash soemething in /var/lib/docker was inconsitent, so i removed the whol directory, and have no data.

btw, this seems like the fix for the problem https://bugzilla.kernel.org/show_bug.cgi?id=65191

regards f0

@unclejack
Copy link
Contributor

This is a duplicate of #2960, as @tianon has stated above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants