[Bug 1258822] New: The docker build command produces panic
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1258822
Bug ID: 1258822
Summary: The docker build command produces panic
Product: Fedora
Version: 21
Component: docker-io
Severity: high
Assignee: ichavero(a)redhat.com
Reporter: mfojtik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: adimania(a)gmail.com, admiller(a)redhat.com,
golang(a)lists.fedoraproject.org, hushan.jia(a)gmail.com,
ichavero(a)redhat.com, jchaloup(a)redhat.com,
jperrin(a)centos.org, lsm5(a)redhat.com,
mgoldman(a)redhat.com, miminar(a)redhat.com, s(a)shk.io,
thrcka(a)redhat.com, vbatts(a)redhat.com,
wolfy(a)nobugconsulting.ro
Description of problem:
The `docker build` command panics. The command prints "" after few steps of the
docker build.
Client version: 1.7.1.fc21
Client API version: 1.19
Package Version (client): docker-io-1.7.1-3.git33de319.fc21.x86_64
Go version (client): go1.4.2
Git commit (client): 33de319/1.7.1
OS/Arch (client): linux/amd64
Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
lease number of selected component (if applicable):
Steps to Reproduce:
1. git clone https://github.com/openshift/jenkins
2. cd jenkins
3. make build
Actual results:
Step 0 : FROM centos:centos7
---> 7322fbe74aa5
Step 1 : MAINTAINER Ben Parees <bparees(a)redhat.com>
---> Using cache
---> 15996a891236
Step 2 : ENV JENKINS_VERSION 1.609 HOME /var/lib/jenkins JENKINS_HOME
/var/lib/jenkins
---> Using cache
---> 53337e305e98
Step 3 : LABEL k8s.io.description "Jenkins is a continuous integration server"
k8s.io.display-name "Jenkins 1.609" openshift.io.expose-services "8080:http"
openshift.io.tags "jenkins,jenkins1,ci"
---> Using cache
---> 17d72d6b80b9
Step 4 : EXPOSE 8080 50000
---> Using cache
---> a8ffe929cb51
Step 5 : RUN curl http://pkg.jenkins-ci.org/redhat/jenkins.repo -o
/etc/yum.repos.d/jenkins.repo && rpm --import
http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key && yum install -y tar
zip unzip java-1.8.0-openjdk jenkins-1.609 && yum clean all && chmod
og+rw /var/lib/jenkins && curl -L
https://github.com/openshift/origin/releases/download/v1.0.2/openshift-or...
| tar -zx && mv oc /usr/local/bin && rm oadm && rm openshift
---> Running in 0455b7d5be68
unexpected EOF
Makefile:18: recipe for target 'build' failed
make: *** [build] Error 1
Interesting bits from the `journalctl -u docker`:
Sep 01 11:15:12 openshiftdev.local docker[1543]: 2015/09/01 11:15:12 http:
panic serving @: runtime error: slice bounds out of range
Sep 01 11:15:12 openshiftdev.local docker[1543]: goroutine 708 [running]:
Sep 01 11:15:12 openshiftdev.local docker[1543]: net/http.func·011()
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/usr/lib/golang/src/net/http/server.go:1130 +0xbb fp=0xc208a8ea40
sp=0xc208a8e960
Sep 01 11:15:12 openshiftdev.local docker[1543]: runtime.call16(0xc208a8fef0,
0xc20819c1b0, 0x0)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/usr/lib/golang/src/runtime/asm_amd64.s:401 +0x45 fp=0xc208a8ea58
sp=0xc208a8ea40
Sep 01 11:15:12 openshiftdev.local docker[1543]: runtime.gopanic(0xb89f60,
0xc20802a010)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/usr/lib/golang/src/runtime/panic.go:387 +0x3a8 fp=0xc208a8eac0 sp=0xc208a8ea58
Sep 01 11:15:12 openshiftdev.local docker[1543]: runtime.panicslice()
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/usr/lib/golang/src/runtime/panic.go:18 +0x4e fp=0xc208a8eae8 sp=0xc208a8eac0
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/docker/docker/pkg/systemd.RegisterMachine(0xc20877da81, 0x13,
0xc208da8bc0, 0x40, 0x5acd, 0xc65450, 0x1, 0x0, 0x0)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/_build/src/github.com/docker/docker/pkg/systemd/register.go:33
+0x624 fp=0xc208a8ec28 sp=0xc208a8eae8
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/docker/docker/daemon.(*Container).registerMachine(0xc2080b34a0)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/_build/src/github.com/docker/docker/daemon/container_linux.go:1044
+0xa4 fp=0xc208a8ed00 sp=0xc208a8ec28
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/docker/docker/daemon.(*Container).waitForStart(0xc2080b34a0, 0x0,
0x0)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/_build/src/github.com/docker/docker/daemon/container.go:761
+0x2e6 fp=0xc208a8ee30 sp=0xc208a8ed00
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/docker/docker/daemon.(*Container).Start(0xc2080b34a0, 0x0, 0x0)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/_build/src/github.com/docker/docker/daemon/container.go:295
+0x4cd fp=0xc208a8ef40 sp=0xc208a8ee30
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/docker/docker/builder.(*Builder).run(0xc2089baf00, 0xc2080b34a0,
0x0, 0x0)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/_build/src/github.com/docker/docker/builder/internals.go:605
+0x11b fp=0xc208a8f060 sp=0xc208a8ef40
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/docker/docker/builder.run(0xc2089baf00, 0xc208686c00, 0x3, 0x4, 0x0,
0xc2085e5c00, 0x1e6, 0x0, 0x0)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/_build/src/github.com/docker/docker/builder/dispatchers.go:348
+0x8d5 fp=0xc208a8f200 sp=0xc208a8f060
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/docker/docker/builder.(*Builder).dispatch(0xc2089baf00, 0x5,
0xc2084ddc80, 0x0, 0x0)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/_build/src/github.com/docker/docker/builder/evaluator.go:342
+0xdae fp=0xc208a8f418 sp=0xc208a8f200
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/docker/docker/builder.(*Builder).Run(0xc2089baf00, 0x7feff5f0e5c8,
0xc2086e6c70, 0x0, 0x0, 0x0, 0x0)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/_build/src/github.com/docker/docker/builder/evaluator.go:177
+0x4b5 fp=0xc208a8f598 sp=0xc208a8f418
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/docker/docker/builder.Build(0xc2080b42a0, 0xc208858410, 0x0, 0x0)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/_build/src/github.com/docker/docker/builder/job.go:174
+0x7f2 fp=0xc208a8f7b8 sp=0xc208a8f598
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/docker/docker/api/server.(*Server).postBuild(0xc2080fc3c0,
0xc2081289c7, 0x4, 0x7feff5ef6490, 0xc208695180, 0xc208858340, 0xc2087e5e30,
0x0, 0x0)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/_build/src/github.com/docker/docker/api/server/server.go:1346
+0xe99 fp=0xc208a8f990 sp=0xc208a8f7b8
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/docker/docker/api/server.*Server.(github.com/docker/docker/api...,
0x4, 0x7feff5ef6490, 0xc208695180, 0xc208858340, 0xc2087e5e30, 0x0, 0x0)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/_build/src/github.com/docker/docker/api/server/server.go:1606
+0x7b fp=0xc208a8f9e0 sp=0xc208a8f990
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/docker/docker/api/server.func·008(0x7feff5ef6490, 0xc208695180,
0xc208858340)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/_build/src/github.com/docker/docker/api/server/server.go:1566
+0xacd fp=0xc208a8fb88 sp=0xc208a8f9e0
Sep 01 11:15:12 openshiftdev.local docker[1543]:
net/http.HandlerFunc.ServeHTTP(0xc2080fddc0, 0x7feff5ef6490, 0xc208695180,
0xc208858340)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/usr/lib/golang/src/net/http/server.go:1265 +0x41 fp=0xc208a8fba8
sp=0xc208a8fb88
Sep 01 11:15:12 openshiftdev.local docker[1543]:
github.com/gorilla/mux.(*Router).ServeHTTP(0xc208103270, 0x7feff5ef6490,
0xc208695180, 0xc208858340)
Sep 01 11:15:12 openshiftdev.local docker[1543]:
/builddir/build/BUILD/docker-33de3192f50bc95ecd3b9583ce5a1ad65000c470/vendor/src/github.com/gorilla/mux/mux.go:98
+0x297 fp=0xc208a8fcb0 sp=0xc208a8fba8
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
8 years
[Bug 1212190] New: Unable to 'docker login' with 1.6.0-0.1.rc6.fc21
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1212190
Bug ID: 1212190
Summary: Unable to 'docker login' with 1.6.0-0.1.rc6.fc21
Product: Fedora
Version: 21
Component: docker-io
Keywords: Extras
Assignee: ichavero(a)redhat.com
Reporter: agoldste(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: adimania(a)gmail.com, admiller(a)redhat.com,
dwalsh(a)redhat.com, golang(a)lists.fedoraproject.org,
hushan.jia(a)gmail.com, ichavero(a)redhat.com,
jchaloup(a)redhat.com, jperrin(a)centos.org,
lsm5(a)redhat.com, lsu(a)redhat.com, mattdm(a)redhat.com,
mgoldman(a)redhat.com, miminar(a)redhat.com, s(a)shk.io,
thrcka(a)redhat.com, vbatts(a)redhat.com
Depends On: 1212188
The same issue reported below exists in 1.6.0-0.1.rc6.fc21
+++ This bug was initially created as a clone of Bug #1212188 +++
Description of problem: I'm unable to 'docker login' using 1.6.0-2.el7
Version-Release number of selected component (if applicable):
docker-1.6.0-2.el7
How reproducible: 100%
Steps to Reproduce:
1. docker login -u <user> -p <pass> -e <email>
Actual results:
FATA[0001] Post http:///var/run/docker.sock/v1.18/auth: EOF. Are you trying to
connect to a TLS-enabled daemon without TLS?
Expected results:
WARNING: login credentials saved in /home/vagrant/.dockercfg.
Login Succeeded
Additional info:
>From journalctl:
time="2015-04-15T13:18:12-04:00" level=info msg="POST /v1.18/auth"
time="2015-04-15T13:18:12-04:00" level=info msg="+job auth()"
time="2015-04-15T13:18:12-04:00" level=info msg="-job auth()"
2015/04/15 13:18:12 http: panic serving @: runtime error: invalid memory
address or nil pointer dereference
goroutine 2838 [running]:
net/http.func·011()
/usr/lib/golang/src/net/http/server.go:1130 +0xbb fp=0xc20810d4c8
sp=0xc20810d3e8
runtime.call16(0xc20810def0, 0xc209c32510, 0x0)
/usr/lib/golang/src/runtime/asm_amd64.s:401 +0x45 fp=0xc20810d4e0
sp=0xc20810d4c8
runtime.gopanic(0xb15060, 0xc20802a050)
/usr/lib/golang/src/runtime/panic.go:387 +0x3a8 fp=0xc20810d548 sp=0xc20810d4e0
runtime.panicmem()
/usr/lib/golang/src/runtime/panic.go:42 +0x4e fp=0xc20810d570 sp=0xc20810d548
runtime.sigpanic()
/usr/lib/golang/src/runtime/sigpanic_unix.go:26 +0x274 fp=0xc20810d5c0
sp=0xc20810d570
github.com/docker/docker/registry.NewEndpoint(0x0, 0xc1e1d0, 0x0, 0x0)
/builddir/build/BUILD/docker-b27feb4ff804f335c80861b17a4e2bfc29fbbf45/_build/src/github.com/docker/docker/registry/endpoint.go:47
+0x31 fp=0xc20810d620 sp=0xc20810d5c0
github.com/docker/docker/registry.(*Service).Auth(0xc20802e340, 0xc208d91900,
0x2)
/builddir/build/BUILD/docker-b27feb4ff804f335c80861b17a4e2bfc29fbbf45/_build/src/github.com/docker/docker/registry/service.go:64
+0x168 fp=0xc20810d730 sp=0xc20810d620
github.com/docker/docker/registry.*Service.Auth·fm(0xc208d91900,
0x7fac53e860a0)
/builddir/build/BUILD/docker-b27feb4ff804f335c80861b17a4e2bfc29fbbf45/_build/src/github.com/docker/docker/registry/service.go:33
+0x31 fp=0xc20810d750 sp=0xc20810d730
github.com/docker/docker/engine.(*Job).Run(0xc208d91900, 0x0, 0x0)
/builddir/build/BUILD/docker-b27feb4ff804f335c80861b17a4e2bfc29fbbf45/_build/src/github.com/docker/docker/engine/job.go:90
+0x936 fp=0xc20810d8a0 sp=0xc20810d750
github.com/docker/docker/api/server.postAuth(0xc2080e20d0, 0xc208984c27, 0x4,
0x7fac53ead348, 0xc208d917c0, 0xc20893e000, 0xc20933a6c0, 0x0, 0x0)
/builddir/build/BUILD/docker-b27feb4ff804f335c80861b17a4e2bfc29fbbf45/_build/src/github.com/docker/docker/api/server/server.go:189
+0x292 fp=0xc20810d9e0 sp=0xc20810d8a0
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1212188
[Bug 1212188] Unable to 'docker login' with 1.6.0-2.el7
--
You are receiving this mail because:
You are on the CC list for the bug.
8 years
Broken dependencies: golang-github-prometheus-prometheus
by Fedora Koji Build System
golang-github-prometheus-prometheus has broken dependencies in the rawhide tree:
On x86_64:
golang-github-prometheus-prometheus-devel-0.15.0-1.fc24.noarch requires golang(gopkg.in/fsnotify.v1)
On i386:
golang-github-prometheus-prometheus-devel-0.15.0-1.fc24.noarch requires golang(gopkg.in/fsnotify.v1)
On armhfp:
golang-github-prometheus-prometheus-devel-0.15.0-1.fc24.noarch requires golang(gopkg.in/fsnotify.v1)
Please resolve this as soon as possible.
8 years
Broken dependencies: runc
by Fedora Koji Build System
runc has broken dependencies in the rawhide tree:
On x86_64:
1:runc-unit-test-0.0.5-0.1.git97bc9a7.fc24.x86_64 requires runc-devel = 0:0.0.5-0.1.git97bc9a7.fc24
Please resolve this as soon as possible.
8 years
[Bug 1174354] New: Missing Requires: cadvisor
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1174354
Bug ID: 1174354
Summary: Missing Requires: cadvisor
Product: Fedora
Version: 21
Component: kubernetes
Assignee: jchaloup(a)redhat.com
Reporter: tstclair(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: eparis(a)redhat.com, golang(a)lists.fedoraproject.org,
jchaloup(a)redhat.com, lsm5(a)redhat.com,
nhorman(a)redhat.com, vbatts(a)redhat.com
Description of problem:
k8's has a missing run-time dependency on cadvisor that is not installed when
k8's is installed.
Version-Release number of selected component (if applicable):
0.6-4.0.git993ef88.fc21
How reproducible:
100%
Steps to Reproduce:
1. yum install kubernetes
2. check installation list
Actual results:
no cadvisor
Expected results:
install cadvisor
--
You are receiving this mail because:
You are on the CC list for the bug.
8 years
[Bug 1135152] New: user: Current not implemented on linux/amd64
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135152
Bug ID: 1135152
Summary: user: Current not implemented on linux/amd64
Product: Fedora
Version: 20
Component: golang
Assignee: vbatts(a)redhat.com
Reporter: adam(a)spicenitz.org
QA Contact: extras-qa(a)fedoraproject.org
CC: admiller(a)redhat.com, golang(a)lists.fedoraproject.org,
lemenkov(a)gmail.com, lsm5(a)fedoraproject.org,
renich(a)woralelandia.com, s(a)shk.io, vbatts(a)redhat.com
Description of problem:
golang seems to be using some cross-compiled components which are causing
problems. Specifically, Fedora has exactly the problem described here:
http://stackoverflow.com/questions/20609415/cross-compiling-user-current-...
Here is the sample code from that page:
package main
import (
"fmt"
"os/user"
)
func main() {
fmt.Println(user.Current())
}
You can build the sample code and see the problem directly:
$ go build ./current.go
$ ./current
<nil> user: Current not implemented on linux/amd64
Version-Release number of selected component (if applicable):
golang-1.2.2-22.fc20.x86_64
How reproducible:
Always
--
You are receiving this mail because:
You are on the CC list for the bug.
8 years
Broken dependencies: golang-github-prometheus-prometheus
by Fedora Koji Build System
golang-github-prometheus-prometheus has broken dependencies in the rawhide tree:
On x86_64:
golang-github-prometheus-prometheus-devel-0.15.0-1.fc24.noarch requires golang(gopkg.in/fsnotify.v1)
On i386:
golang-github-prometheus-prometheus-devel-0.15.0-1.fc24.noarch requires golang(gopkg.in/fsnotify.v1)
On armhfp:
golang-github-prometheus-prometheus-devel-0.15.0-1.fc24.noarch requires golang(gopkg.in/fsnotify.v1)
Please resolve this as soon as possible.
8 years