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

"cannot load p: cannot find module providing package p" #36

Open
kelezj opened this issue Sep 24, 2019 · 1 comment
Open

"cannot load p: cannot find module providing package p" #36

kelezj opened this issue Sep 24, 2019 · 1 comment

Comments

@kelezj
Copy link
Contributor

kelezj commented Sep 24, 2019

when use travis-ci, go test failed,
code:
https://github.com/dappledger/AnnChain/tree/codecov
logs:
https://travis-ci.org/dappledger/AnnChain/builds/588744108

抛错信息
”ok github.com/dappledger/AnnChain/gemmill/utils 0.002s
The command "make test" exited with 0.
0.82s$ go test ./... -coverprofile=coverage.txt -covermode=atomic
build github.com/dappledger/AnnChain/go/misc/cgo/testcarchive/src/libgo: cannot load p: cannot find module providing package p
The command "go test ./... -coverprofile=coverage.txt -covermode=atomic" exited with 1.“

@needkane
Copy link
Member

image
"build github.com/dappledger/AnnChain/go/misc/cgo/testcarchive/src/libgo: cannot load p: cannot find module providing package p"

这里的go/misc/cgo/testcarchive/src/libgo 非此项目的代码,是travis 将golang 源码放到了当前路径下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants