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

Integration: TestPullThroughInsecure panic after time out #16812

Closed
aveshagarwal opened this issue Oct 11, 2017 · 1 comment
Closed

Integration: TestPullThroughInsecure panic after time out #16812

aveshagarwal opened this issue Oct 11, 2017 · 1 comment
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2 sig/master

Comments

@aveshagarwal
Copy link
Contributor

https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/16778/test_pull_request_origin_integration/9210/ has whole stack trace. Here is a partial one:


    		goroutine 8205 [IO wait, 4 minutes]:
    		net.runtime_pollWait(0x7f2ff80b86e8, 0x72, 0x96)
    			/usr/lib/golang/src/runtime/netpoll.go:164 +0x59
    		net.(*pollDesc).wait(0xc424d85a38, 0x72, 0xceb0380, 0xce81ee8)
    			/usr/lib/golang/src/net/fd_poll_runtime.go:75 +0x38
    		net.(*pollDesc).waitRead(0xc424d85a38, 0xc42473f800, 0x800)
    			/usr/lib/golang/src/net/fd_poll_runtime.go:80 +0x34
    		net.(*netFD).Read(0xc424d859d0, 0xc42473f800, 0x800, 0x800, 0x0, 0xceb0380, 0xce81ee8)
    			/usr/lib/golang/src/net/fd_unix.go:250 +0x1b7
    		net.(*conn).Read(0xc424f227c8, 0xc42473f800, 0x800, 0x800, 0x0, 0x0, 0x0)
    			/usr/lib/golang/src/net/net.go:181 +0x70
    		crypto/tls.(*block).readFromUntil(0xc425e64540, 0xcea5dc0, 0xc424f227c8, 0x5, 0xc424f227c8, 0x0)
    			/usr/lib/golang/src/crypto/tls/conn.go:488 +0x98
    		crypto/tls.(*Conn).readRecord(0xc425278700, 0x5aaed17, 0xc425278820, 0x42c906)
    			/usr/lib/golang/src/crypto/tls/conn.go:590 +0xc4
    		crypto/tls.(*Conn).Read(0xc425278700, 0xc426271000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
    			/usr/lib/golang/src/crypto/tls/conn.go:1134 +0x11d
    		bufio.(*Reader).Read(0xc4254b8a80, 0xc421138ac8, 0x9, 0x9, 0xc426df2d00, 0xc426f1ec60, 0x413912)
    			/usr/lib/golang/src/bufio/bufio.go:213 +0x312
    		io.ReadAtLeast(0xce841c0, 0xc4254b8a80, 0xc421138ac8, 0x9, 0x9, 0x9, 0xc4254b8b40, 0xc426f1ed00, 0x57ee300)
    			/usr/lib/golang/src/io/io.go:307 +0xa9
    		io.ReadFull(0xce841c0, 0xc4254b8a80, 0xc421138ac8, 0x9, 0x9, 0xc4215b0c01, 0xc4215b0c00, 0x0)
    			/usr/lib/golang/src/io/io.go:325 +0x58
    		github.com/openshift/origin/vendor/golang.org/x/net/http2.readFrameHeader(0xc421138ac8, 0x9, 0x9, 0xce841c0, 0xc4254b8a80, 0x0, 0xc400000000, 0xc423386f00, 0x66)
    			/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/golang.org/x/net/http2/frame.go:237 +0x7b
    		github.com/openshift/origin/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc421138a90, 0xc425e64f30, 0x0, 0x0, 0x0)
    			/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/golang.org/x/net/http2/frame.go:469 +0xa4
    		github.com/openshift/origin/vendor/golang.org/x/net/http2.(*clientConnReadLoop).run(0xc426f1efb0, 0x5aa4228, 0xc4254527b0)
    			/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/golang.org/x/net/http2/transport.go:1343 +0x88
    		github.com/openshift/origin/vendor/golang.org/x/net/http2.(*ClientConn).readLoop(0xc4261dd860)
    			/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/golang.org/x/net/http2/transport.go:1269 +0xa6
    		created by github.com/openshift/origin/vendor/golang.org/x/net/http2.(*Transport).newClientConn
    			/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/golang.org/x/net/http2/transport.go:534 +0x728
    		
    		goroutine 17327 [select, 4 minutes]:
    		net/http.(*persistConn).readLoop(0xc42755aea0)
    			/usr/lib/golang/src/net/http/transport.go:1599 +0x9ec
    		created by net/http.(*Transport).dialConn
    			/usr/lib/golang/src/net/http/transport.go:1117 +0xa35
    		
    		goroutine 15318 [select, 4 minutes]:
    		net/http.(*http2serverConn).awaitGracefulShutdown(0xc4290b76c0, 0xc4247778c0, 0xc42959d800)
    			/usr/lib/golang/src/net/http/h2_bundle.go:3595 +0x102
    		created by net/http.(*http2serverConn).serve
    			/usr/lib/golang/src/net/http/h2_bundle.go:3544 +0xc47
    		
    		goroutine 15330 [select, 4 minutes]:
    		net/http.(*http2serverConn).serve(0xc429294fc0)
    			/usr/lib/golang/src/net/http/h2_bundle.go:3554 +0xa64
    		net/http.(*http2Server).ServeConn(0xc424cd3890, 0xcefa500, 0xc4296da380, 0xc42625bd30)
    			/usr/lib/golang/src/net/http/h2_bundle.go:3187 +0x7cd
    		net/http.http2ConfigureServer.func1(0xc424319080, 0xc4296da380, 0xceafdc0, 0xc4296fccd0)
    			/usr/lib/golang/src/net/http/h2_bundle.go:3065 +0x8f
    		net/http.(*conn).serve(0xc4214abf40, 0xcee5cc0, 0xc424cd3b60)
    			/usr/lib/golang/src/net/http/server.go:1746 +0xff8
    		created by net/http.(*Server).Serve
    			/usr/lib/golang/src/net/http/server.go:2668 +0x2ce
@pweil-
Copy link
Contributor

pweil- commented Oct 12, 2017

This looks like the healthz panics also seen in #15432.

@pweil- pweil- closed this as completed Oct 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2 sig/master
Projects
None yet
Development

No branches or pull requests

2 participants