This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
V2 plugin does not run on ARM #3221
Open
Description
What you expected to happen?
After executing docker plugin list change of state from ENABLED=false to ENABLED=true
$ docker plugin list
NAME DESCRIPTION ENABLED
store/weaveworks/net-plugin:latest_release Weave Net plugin for Docker false
What happened?
Error response from daemon: dial unix /run/docker/plugins/a35925f469797fd415d53aa53859b1e50fb5bd9052125d9b7561b13dabeb2712/weave.sock: connect: no such file or directory
How to reproduce it?
sudo docker plugin enable --grant-all-permissions store/weaveworks/net-plugin:latest_release
Anything else we need to know?
Running Ubuntu Core 16 on RaspberryPi
$ snap info core
core 16-2.30 3750 canonical core
Versions:
$ weave version
weave script 2.1.3
weave 2.1.3
$ snap info docker
docker 17.09.1-ce 236 docker-inc devmode
$ uname -a
Linux rpisvrp0 4.4.0-1080-raspi2 #88-Ubuntu SMP Mon Dec 11 14:23:15 UTC 2017 armv7l armv7l armv7l GNU/Linux
Logs:
$ docker logs weave
n.a.
$ journalctl -xe -u snap.dockerd.docker.service
- level=debug msg="libcontainerd: received containerd event: &types.Event{Type:\"start-container\", Id:\"a35925f469797fd415d53aa53859b1e50fb5bd9052125d9b7561b13dabeb2712\", Status:0x0, Pid:\"\", Timestamp:(*timestamp.Timestamp)(0x5839ab10)}"
- level=debug msg="plugin state changed a35925f469797fd415d53aa53859b1e50fb5bd9052125d9b7561b13dabeb2712 libcontainerd.StateInfo{CommonStateInfo:libcontainerd.CommonStateInfo{State:\"start-container\", Pid:0x7fb3, ExitCode:0x0, ProcessID:\"\"}, OOMKilled:false}"
- level=debug msg="libcontainerd: event unhandled: type:\"start-container\" id:\"a35925f469797fd415d53aa53859b1e50fb5bd9052125d9b7561b13dabeb2712\" timestamp:<seconds:1516078284 nanos:809165723 > "
- level=debug msg="containerd: process exited" id=a35925f469797fd415d53aa53859b1e50fb5bd9052125d9b7561b13dabeb2712 pid=init status=1 systemPid=32691
- level=debug msg="libcontainerd: received containerd event: &types.Event{Type:\"exit\", Id:\"a35925f469797fd415d53aa53859b1e50fb5bd9052125d9b7561b13dabeb2712\", Status:0x1, Pid:\"init\", Timestamp:(*timestamp.Timestamp)(0x57ea5420)}"
- level=debug msg="plugin state changed a35925f469797fd415d53aa53859b1e50fb5bd9052125d9b7561b13dabeb2712 libcontainerd.StateInfo{CommonStateInfo:libcontainerd.CommonStateInfo{State:\"exit\", Pid:0x0, ExitCode:0x1, ProcessID:\"\"}, OOMKilled:false}"
- level=info msg="standard_init_linux.go:185: exec user process caused \"exec format error\"" plugin=a35925f469797fd415d53aa53859b1e50fb5bd9052125d9b7561b13dabeb2712
- level=debug msg="libcontainerd: received containerd event: &types.Event{Type:\"start-container\", Id:\"a35925f469797fd415d53aa53859b1e50fb5bd9052125d9b7561b13dabeb2712\", Status:0x0, Pid:\"\", Timestamp:(*timestamp.Timestamp)(0x57ea5640)}"
- level=debug msg="plugin state changed a35925f469797fd415d53aa53859b1e50fb5bd9052125d9b7561b13dabeb2712 libcontainerd.StateInfo{CommonStateInfo:libcontainerd.CommonStateInfo{State:\"start-container\", Pid:0x7fe3, ExitCode:0x0, ProcessID:\"\"}, OOMKilled:false}"
- level=debug msg="libcontainerd: event unhandled: type:\"start-container\" id:\"a35925f469797fd415d53aa53859b1e50fb5bd9052125d9b7561b13dabeb2712\" timestamp:<seconds:1516078285 nanos:721383482 > "
- level=debug msg="containerd: process exited" id=a35925f469797fd415d53aa53859b1e50fb5bd9052125d9b7561b13dabeb2712 pid=init status=1 systemPid=32739