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

possible flaky build? #659

Closed
kevinburke opened this issue Nov 2, 2018 · 1 comment
Closed

possible flaky build? #659

kevinburke opened this issue Nov 2, 2018 · 1 comment

Comments

@kevinburke
Copy link
Contributor

Running the test suite, I encountered this error:

=== RUN   TestStress
FATAL: ThreadSanitizer CHECK failed: ./gotsan.cc:380 "((v)) > ((0))" (0x0, 0x0)
FAIL	github.com/mattn/go-sqlite3	6.524s
The command "if [[ "${GOOS}" != "windows" ]]; then
  $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
  go test -race -v . -tags "${GOTAGS}"
fi
" exited with 1.
Done. Your build exited with 1.

Here: https://travis-ci.org/mattn/go-sqlite3/jobs/449674245

I'm surprised because the same build run on Go 1.9, 1.10, and tip passes, which makes me think that it could be a flake.

@gjrtimmer
Copy link
Collaborator

Issue: golang/go#27660; Closed

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