Scala buildback example gives "fatal: The remote end hung up unexpectedly" on 390x

11 views
Skip to first unread message

rishi.in...@gmail.com

unread,
Jan 11, 2017, 4:08:57 PM1/11/17
to Deis Users List
Hello,

I am at a loss on how to get around this issue.  When pushing Deis scala app it fails with the following error:

/=========================================/
# deis create test-scala     Creating Application... done, created test-scala
Git remote deis successfully created for app test-scala.
# deis config:set DEIS_DISABLE_CACHE=1
Creating config... done

# deis config:set BUILDPACK_URL=https://github.com/rishigits/heroku-buildpack-scala.git -a test-scala
Creating config... done

# GIT_TRACE_PACKET=true git push deis master > push.log 2>&1
.....
.....
15:04:45.843725 pkt-line.c:80           packet:     sideband< \2\33[1G\33[1G       [info] downloading https://repo1.maven.org/maven2/org/apache/ant/ant/1.9.6/ant-1.9.6.jar ...
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
/=========================================/

I am running Deis on a single node machine - everything running locally.

I have already tried these combos with no success:
  • git config --global http.postBuffer 1994288000 (probably doesn't apply as push is using ssh)
  • git config receive.keepAlive 5
It seems like push is timing out - possibly due to large download that happens during scala build (?)

Any pointers greatly appreciated.

Thanks.
Reply all
Reply to author
Forward
0 new messages