Skip to content

cmd/dist: cannot re-run tests #13501

Description

@paulzhol

After a successful run of ./all.bash or ./make.bash, cannot re-run tests:

../bin/go tool dist test --no-rebuild api

##### API check
import cycle not allowed
package fmt
    imports errors
    imports runtime
    imports runtime/internal/atomic
    imports runtime
2015/12/05 16:16:29 Failed: exit status 1

Also

../bin/go tool dist test api

##### Building packages and commands.
import cycle not allowed
package archive/tar
    imports bytes
    imports errors
    imports runtime
    imports runtime/internal/atomic
    imports runtime
net/http/h2_bundle.go:26:2: cannot find package "golang.org/x/net/http2/hpack" in any of:
    /home/yuval/Data/go-test/src/golang.org/x/net/http2/hpack (from $GOROOT)
    ($GOPATH not set)
can't load package: import cycle not allowed
package archive/tar
    imports bytes
    imports errors
    imports runtime
    imports runtime/internal/atomic
    imports runtime
cmd/internal/objfile/disasm.go:18:2: cannot find package "golang.org/x/arch/arm/armasm" in any of:
    /home/yuval/Data/go-test/src/golang.org/x/arch/arm/armasm (from $GOROOT)
    ($GOPATH not set)
cmd/internal/objfile/disasm.go:19:2: cannot find package "golang.org/x/arch/x86/x86asm" in any of:
    /home/yuval/Data/go-test/src/golang.org/x/arch/x86/x86asm (from $GOROOT)
    ($GOPATH not set)
2015/12/05 16:19:22 building packages and commands: exit status 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions