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

teamcity: failed tests on master: lint/TestStyle, lint/TestStyle/TestErrCheck, lint/TestStyle/TestReturnCheck, lint/TestStyle/TestMetacheck #16625

Closed
cockroach-teamcity opened this issue Jun 20, 2017 · 2 comments
Assignees
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.

Comments

@cockroach-teamcity
Copy link
Member

The following tests appear to have failed:

#276593:

--- FAIL: lint/TestStyle (29.470s)
null
--- FAIL: lint/TestStyle/TestErrCheck (8.820s)
style_test.go:601: err=exit status 2, stderr=/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsqlrun/sorter_test.go:235:38: unknown field Kind in struct literal
	/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsqlrun/sorter_test.go:276:38: unknown field Kind in struct literal
	error: failed to check packages: could not type check: couldn't load packages due to errors: github.com/cockroachdb/cockroach/pkg/sql/distsqlrun
--- FAIL: lint/TestStyle/TestReturnCheck (11.630s)
style_test.go:625: err=exit status 1, stderr=/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsqlrun/sorter_test.go:235:38: unknown field Kind in struct literal
	/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsqlrun/sorter_test.go:276:38: unknown field Kind in struct literal
--- FAIL: lint/TestStyle/TestMetacheck (9.020s)
style_test.go:804: err=exit status 1, stderr=/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsqlrun/sorter_test.go:235:38: unknown field Kind in struct literal
	/go/src/github.com/cockroachdb/cockroach/pkg/sql/distsqlrun/sorter_test.go:276:38: unknown field Kind in struct literal
	couldn't load packages due to errors: github.com/cockroachdb/cockroach/pkg/sql/distsqlrun

Please assign, take a look and update the issue accordingly.

@cockroach-teamcity cockroach-teamcity added O-robot Originated from a bot. C-test-failure Broken test (automatically or manually discovered). labels Jun 20, 2017
@a-robinson
Copy link
Contributor

Looks like #16606 might have hit some merge skew.

@eisenstatdavid
Copy link

Yep, #16421 was merged around the same time and needs a Kind -> SemanticType rename.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Projects
None yet
Development

No branches or pull requests

4 participants