Skip to content

Instantly share code, notes, and snippets.

@gmhafiz
Created December 14, 2016 11:56
Show Gist options
  • Save gmhafiz/3f476717abe1c613e14df5b95a47781d to your computer and use it in GitHub Desktop.
Save gmhafiz/3f476717abe1c613e14df5b95a47781d to your computer and use it in GitHub Desktop.
$ git push heroku master
Counting objects: 667, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (570/570), done.
Writing objects: 100% (667/667), 8.07 MiB | 92.00 KiB/s, done.
Total 667 (delta 157), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Go app detected
remote: -----> Checking Godeps/Godeps.json file.
remote: -----> Installing go1.6.4... done
remote: -----> Running: go install -v -tags heroku ./...
remote: vendor/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go:24:8: cannot find package "github.com/golang/protobuf/proto/testdata" in any of:
remote: /tmp/tmp.sdhUGnTbwA/.go/src/github.com/gmhafiz/timeline-vis/vendor/github.com/golang/protobuf/proto/testdata (vendor tree)
remote: /app/tmp/cache/go1.6.4/go/src/github.com/golang/protobuf/proto/testdata (from $GOROOT)
remote: /tmp/tmp.sdhUGnTbwA/.go/src/github.com/golang/protobuf/proto/testdata (from $GOPATH)
remote: vendor/golang.org/x/net/html/charset/charset.go:20:2: cannot find package "golang.org/x/text/encoding" in any of:
remote: /tmp/tmp.sdhUGnTbwA/.go/src/github.com/gmhafiz/timeline-vis/vendor/golang.org/x/text/encoding (vendor tree)
remote: /app/tmp/cache/go1.6.4/go/src/golang.org/x/text/encoding (from $GOROOT)
remote: /tmp/tmp.sdhUGnTbwA/.go/src/golang.org/x/text/encoding (from $GOPATH)
remote: vendor/golang.org/x/net/html/charset/charset.go:21:2: cannot find package "golang.org/x/text/encoding/charmap" in any of:
remote: /tmp/tmp.sdhUGnTbwA/.go/src/github.com/gmhafiz/timeline-vis/vendor/golang.org/x/text/encoding/charmap (vendor tree)
remote: /app/tmp/cache/go1.6.4/go/src/golang.org/x/text/encoding/charmap (from $GOROOT)
remote: /tmp/tmp.sdhUGnTbwA/.go/src/golang.org/x/text/encoding/charmap (from $GOPATH)
remote: vendor/golang.org/x/net/html/charset/charset.go:22:2: cannot find package "golang.org/x/text/encoding/htmlindex" in any of:
remote: /tmp/tmp.sdhUGnTbwA/.go/src/github.com/gmhafiz/timeline-vis/vendor/golang.org/x/text/encoding/htmlindex (vendor tree)
remote: /app/tmp/cache/go1.6.4/go/src/golang.org/x/text/encoding/htmlindex (from $GOROOT)
remote: /tmp/tmp.sdhUGnTbwA/.go/src/golang.org/x/text/encoding/htmlindex (from $GOPATH)
remote: vendor/golang.org/x/net/html/charset/charset.go:23:2: cannot find package "golang.org/x/text/transform" in any of:
remote: /tmp/tmp.sdhUGnTbwA/.go/src/github.com/gmhafiz/timeline-vis/vendor/golang.org/x/text/transform (vendor tree)
remote: /app/tmp/cache/go1.6.4/go/src/golang.org/x/text/transform (from $GOROOT)
remote: /tmp/tmp.sdhUGnTbwA/.go/src/golang.org/x/text/transform (from $GOPATH)
remote: ! Push rejected, failed to compile Go app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to warm-tor-89480.
remote:
To https://git.heroku.com/warm-tor-89480.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/warm-tor-89480.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment