go get throws an error for 'https://azul3d.org/audio.v1'
azul3d-bot opened this issue · 1 comments
azul3d-bot commented
Issue by mewmew
Thursday Sep 17, 2015 at 11:04 GMT
Originally opened as azul3d-legacy/audio-wav#18
This issue looks identical to the one submitted at shurcooL/Go-Package-Store#35.
I first noticed this error in the Travis-CI log at https://travis-ci.org/mewkiz/flac/builds/80805581
Note that I am able to run go get gopkg.in/mewkiz/flac.v1/...
and go get azul3d.org/audio/wav.v1
just fine locally. It is only the Travis-CI build which fails. Go version at by local machine:
[~]$ go version
go version devel +34695c4 Sat Aug 29 22:23:04 2015 +0000 linux/amd64
From the Travis-CI log output:
1.45s$ go get gopkg.in/mewkiz/flac.v1/...
# cd .; git clone https://azul3d.org/audio.v1 /home/travis/gopath/src/azul3d.org/audio.v1
Cloning into '/home/travis/gopath/src/azul3d.org/audio.v1'...
fatal: unable to access 'https://azul3d.org/audio.v1/': gnutls_handshake() failed: A TLS fatal alert has been received.
package azul3d.org/audio.v1: exit status 128
# cd .; git clone https://azul3d.org/audio/wav.v1 /home/travis/gopath/src/azul3d.org/audio/wav.v1
Cloning into '/home/travis/gopath/src/azul3d.org/audio/wav.v1'...
fatal: unable to access 'https://azul3d.org/audio/wav.v1/': gnutls_handshake() failed: A TLS fatal alert has been received.
package azul3d.org/audio/wav.v1: exit status 128
The command "go get gopkg.in/mewkiz/flac.v1/..." failed and exited with 1 during .
mewmew commented
No longer relevant as version tags are gone in favour of vendoring. Closing this issue to reflect that change.