Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. [@dev] .../openshift/origin # ./hack/test-go.sh ./pkg/build/cmd/...
  2. adding=[]runtime.Object{(*api.BuildConfig)(0xc42028e280)}
  3.  
  4. --- FAIL: TestStop (0.00s)
  5. panic: BuildConfig.build.openshift.io "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" already exists [recovered]
  6. panic: BuildConfig.build.openshift.io "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" already exists
  7.  
  8. goroutine 31 [running]:
  9. panic(0x1c90a20, 0xc4203dbe80)
  10. /opt/go/src/runtime/panic.go:500 +0x1ae
  11. testing.tRunner.func1(0xc4202decc0)
  12. /opt/go/src/testing/testing.go:579 +0x474
  13. panic(0x1c90a20, 0xc4203dbe80)
  14. /opt/go/src/runtime/panic.go:458 +0x271
  15. github.com/openshift/origin/pkg/client/testclient.NewSimpleFake(0xc420442810, 0x1, 0x1, 0x1)
  16. /data/src/github.com/openshift/origin/pkg/client/testclient/fake.go:34 +0x2dd
  17. github.com/openshift/origin/pkg/build/cmd.newBuildListFake(0xc420442810, 0x1, 0x1, 0x0)
  18. /data/src/github.com/openshift/origin/pkg/build/cmd/reaper_test.go:90 +0x15f
  19. github.com/openshift/origin/pkg/build/cmd.TestStop(0xc4202decc0)
  20. /data/src/github.com/openshift/origin/pkg/build/cmd/reaper_test.go:139 +0x4cf
  21. testing.tRunner(0xc4202decc0, 0x201fc60)
  22. /opt/go/src/testing/testing.go:610 +0xca
  23. created by testing.(*T).Run
  24. /opt/go/src/testing/testing.go:646 +0x530
  25. FAIL github.com/openshift/origin/pkg/build/cmd 0.514s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement