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

master make failed when fetch go mod #22835

Closed
tisonkun opened this issue Feb 20, 2021 · 3 comments
Closed

master make failed when fetch go mod #22835

tisonkun opened this issue Feb 20, 2021 · 3 comments

Comments

@tisonkun
Copy link
Contributor

tisonkun commented Feb 20, 2021

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

run make under project root path

2. What did you expect to see? (Required)

successfully build tidb-server

3. What did you see instead (Required)

go: github.com/pingcap/tidb/ddl imports
	github.com/go-yaml/yaml: github.com/go-yaml/yaml@v0.0.0-20201117154620-7649d4548cb5: parsing go.mod:
	module declares its path as: gopkg.in/yaml.v2
	        but was required as: github.com/go-yaml/yaml

4. What is your TiDB version? (Required)

master 381ac81

$ uname -a
Darwin tisons-MacBook-Pro.local 19.6.0 Darwin Kernel Version 19.6.0: Tue Nov 10 00:10:30 PST 2020; root:xnu-6153.141.10~1/RELEASE_X86_64 x86_64

$ go version
go version go1.15.8 darwin/amd64
@tisonkun tisonkun added the type/bug The issue is confirmed as a bug. label Feb 20, 2021
@tisonkun
Copy link
Contributor Author

the root cause is related to pingcap/tidb-dashboard#850

workaround with comment pingcap/tidb-dashboard#850 (comment)

@ti-srebot
Copy link
Contributor

Please edit this comment or add a new comment to complete the following information

Not a bug

  1. Remove the 'type/bug' label
  2. Add notes to indicate why it is not a bug

Duplicate bug

  1. Add the 'type/duplicate' label
  2. Add the link to the original bug

Bug

Note: Make Sure that 'component', and 'severity' labels are added
Example for how to fill out the template: #20100

1. Root Cause Analysis (RCA) (optional)

2. Symptom (optional)

3. All Trigger Conditions (optional)

4. Workaround (optional)

5. Affected versions

6. Fixed versions

@tisonkun
Copy link
Contributor Author

I don't find a way to "Remove the 'type/bug' label". Is the reason I don't have related credit?

@seiya-annie seiya-annie removed the type/bug The issue is confirmed as a bug. label Feb 22, 2021
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

3 participants