azul3d-legacy/audio-wav

go get throws an error for 'https://azul3d.org/audio.v1'

mewmew opened this issue · 1 comments

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 .

Superseded by azul3d/engine#73.