You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestLint/TestVet
--- FAIL: lint/TestLint: TestLint/TestVet (167.940s)
------- Stdout: -------
=== PAUSE TestLint/TestVet
lint_test.go:1087:
In file included from wrap-common.c:1:
lint_test.go:1087:
In file included from vendor/github.com/knz/go-libedit/unix/src/libedit-common.c:1:
lint_test.go:1087:
vendor/github.com/knz/go-libedit/unix/src/c-libedit/common.c:371:21: warning: passing 'wint_t *' (aka 'unsigned int *') to parameter of type 'wchar_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign]
lint_test.go:1087:
vendor/github.com/knz/go-libedit/unix/src/c-libedit/histedit.h:267:37: note: passing argument to parameter here
lint_test.go:1087:
In file included from wrap-search.c:1:
lint_test.go:1087:
In file included from vendor/github.com/knz/go-libedit/unix/src/libedit-search.c:1:
lint_test.go:1087:
vendor/github.com/knz/go-libedit/unix/src/c-libedit/search.c:607:20: warning: passing 'wint_t *' (aka 'unsigned int *') to parameter of type 'wchar_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign]
lint_test.go:1087:
vendor/github.com/knz/go-libedit/unix/src/c-libedit/histedit.h:267:37: note: passing argument to parameter here
TestLint
--- FAIL: lint/TestLint (191.870s)
Please assign, take a look and update the issue accordingly.
The text was updated successfully, but these errors were encountered:
34070: build: skip TestLint/TestVet r=andy-kimball a=petermattis
Temporarily skip `TestLint/TestVet` until the upstream warnings can be
silenced.
See #34059
Release note: None
Co-authored-by: Peter Mattis <[email protected]>
This picks up a change which silences the pointer-sign conversion
warnings which were in turn causing `TestLint/TestVet` to error
spuriously.
Fixescockroachdb#34059
Release note: None
34069: *: bump github.com/knz/go-libedit r=jordanlewis,knz a=petermattis
This picks up a change which silences the pointer-sign conversion warnings which were in turn causing `TestLint/TestVet` to error spuriously.
Fixes#34059
Release note: None
34086: build: clear GOFLAGS when invoking `go install` r=tbg a=petermattis
Similar to the previous `GOFLAGS` fix, we need to make sure the
`GOFLAGS` env variable is cleared when invoking `go install` as we're
passing those flags on the command line as well. go1.11 added support
for parsing the `GOFLAGS` environment variable, but that support is not
identical to passing those flags on the command line (e.g. there is a
difference between `-o foo` and `-o=foo`).
Fixes#34083
Release note: None
Co-authored-by: Peter Mattis <[email protected]>
The following tests appear to have failed on master (lint): TestLint/TestVet, TestLint
You may want to check for open issues.
#1096909:
Please assign, take a look and update the issue accordingly.
The text was updated successfully, but these errors were encountered: