-
Notifications
You must be signed in to change notification settings - Fork 536
Closed
Description
Steps that I did:
- Working project. (Tests work, glide install --strip vendor works)
- Update to Go 1.10
- Run glide install --strip-vendor
- Now get this error:
[INFO] Removing: /go/src/github.com/3dsim/workflow/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x6fdf72]
goroutine 1 [running]:
github.com/Masterminds/glide/path.StripVendor.func1(0xc4208b7a00, 0x72, 0x0, 0x0, 0x8f3540, 0xc42001ee70, 0x0, 0x0)
/go/src/github.com/Masterminds/glide/path/strip.go:28 +0x42
path/filepath.walk(0xc4208cce00, 0x67, 0x8fa4c0, 0xc42090c000, 0xc4203b6a60, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:377 +0x20d
path/filepath.walk(0xc4208c3d40, 0x60, 0x8fa4c0, 0xc4208c9790, 0xc4203b6a60, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:381 +0x2c2
path/filepath.walk(0xc4203d7090, 0x4d, 0x8fa4c0, 0xc4208c96c0, 0xc4203b6a60, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:381 +0x2c2
path/filepath.walk(0xc4205c57c0, 0x42, 0x8fa4c0, 0xc420708dd0, 0xc4203b6a60, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:381 +0x2c2
path/filepath.walk(0xc4202fc100, 0x37, 0x8fa4c0, 0xc420708d00, 0xc4203b6a60, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:381 +0x2c2
path/filepath.walk(0xc42061b500, 0x33, 0x8fa4c0, 0xc4204a6750, 0xc4203b6a60, 0x0, 0x0)
/usr/local/go/src/path/filepath/path.go:381 +0x2c2
path/filepath.walk(0xc42061f680, 0x28, 0x8fa4c0, 0xc42068e680, 0xc4203b6a60, 0x0, 0x20)
/usr/local/go/src/path/filepath/path.go:381 +0x2c2
path/filepath.Walk(0xc42061f680, 0x28, 0xc4203b6a60, 0xc42068e5b0, 0x0)
/usr/local/go/src/path/filepath/path.go:403 +0x106
github.com/Masterminds/glide/path.StripVendor(0x8b060c, 0x3b)
/go/src/github.com/Masterminds/glide/path/strip.go:22 +0x10a
github.com/Masterminds/glide/action.Install(0xc4201c7600, 0x89bf01)
/go/src/github.com/Masterminds/glide/action/install.go:62 +0x35b
main.commands.func12(0xc420232420, 0x0, 0xc420232420)
/go/src/github.com/Masterminds/glide/glide.go:510 +0x2bf
github.com/Masterminds/glide/vendor/github.com/codegangsta/cli.HandleAction(0x8113e0, 0x8bac08, 0xc420232420, 0xc4201ec300, 0x0)
/go/src/github.com/Masterminds/glide/vendor/github.com/codegangsta/cli/app.go:490 +0xc8
github.com/Masterminds/glide/vendor/github.com/codegangsta/cli.Command.Run(0x89a0cb, 0x7, 0x898720, 0x1, 0x0, 0x0, 0x0, 0x8a5b30, 0x20, 0x0, ...)
/go/src/github.com/Masterminds/glide/vendor/github.com/codegangsta/cli/command.go:210 +0xa36
github.com/Masterminds/glide/vendor/github.com/codegangsta/cli.(*App).Run(0xc420220000, 0xc420096060, 0x3, 0x3, 0x0, 0x0)
/go/src/github.com/Masterminds/glide/vendor/github.com/codegangsta/cli/app.go:255 +0x6a0
main.main()
/go/src/github.com/Masterminds/glide/glide.go:104 +0x5a9
bgardiner, jayschwa, kangp3, libeks, uberjho and 7 more
Metadata
Metadata
Assignees
Labels
No labels