ipfs / go-ipld-git

ipld handlers for git objects
MIT License
57 stars 19 forks source link

Windows test fail #30

Closed magik6k closed 5 years ago

magik6k commented 5 years ago

https://ci.ipfs.team/blue/organizations/jenkins/IPFS%2Fgo-ipld-git/detail/master/1/tests

tests / windows / TestObjectParse – go-ipld-git
Error
Failed
Stacktrace
panic: runtime error: index out of range
c:/jenkins/tools/org.jenkinsci.plugins.golang.GolangInstallation/1.10.2/src/testing/testing.go:742 +0x2a4
c:/jenkins/tools/org.jenkinsci.plugins.golang.GolangInstallation/1.10.2/src/runtime/panic.go:502 +0x237
c:/jenkins/workspace/IPFS_go-ipld-git_master-66LUBMIUPM6OP6TSZ2OKJLPQ4APLAPM3ANAZQ7FC2VGOGWDQODYQ/src/github.com/ipfs/go-ipld-git/git_test.go:31 +0xb75
c:/jenkins/tools/org.jenkinsci.plugins.golang.GolangInstallation/1.10.2/src/path/filepath/path.go:357 +0x409
c:/jenkins/tools/org.jenkinsci.plugins.golang.GolangInstallation/1.10.2/src/path/filepath/path.go:381 +0x2c9
c:/jenkins/tools/org.jenkinsci.plugins.golang.GolangInstallation/1.10.2/src/path/filepath/path.go:381 +0x2c9
c:/jenkins/tools/org.jenkinsci.plugins.golang.GolangInstallation/1.10.2/src/path/filepath/path.go:403 +0x10d
c:/jenkins/workspace/IPFS_go-ipld-git_master-66LUBMIUPM6OP6TSZ2OKJLPQ4APLAPM3ANAZQ7FC2VGOGWDQODYQ/src/github.com/ipfs/go-ipld-git/git_test.go:22 +0xa7
c:/jenkins/tools/org.jenkinsci.plugins.golang.GolangInstallation/1.10.2/src/testing/testing.go:777 +0xd7
c:/jenkins/tools/org.jenkinsci.plugins.golang.GolangInstallation/1.10.2/src/testing/testing.go:824 +0x2e7
sameer commented 5 years ago

This failure isn't related to my #27, #28 as far as I can tell.

magik6k commented 5 years ago

Nope, it's a separate thing.