authentication fail
using basic-authentication you will need to supply correct username/password
try ssh to server with supplied credentials from testcase
assume port is
assume host ip is 10.0.0.1
assume password is MYPassword
assume username is mgainty
ssh -p “MYPassword” ssh -p mgain
@Martin Thanks for the links and suggestions I tried with *--no-daemon*
option but it did not help. I assigned more memory to my docker container
(from 2GB to 8GB) and that sorted the unexpected 137 error.
But this time again the timeout issue appeared even with 3ms.
https://gist.github.com/STE
one of the commiters changed all maven builds to gradle and now there are fails
that produce non-traceable error codes like 137
unfortunately he didnt test all gradle scenarios so this individual released a
build whose untested scenarios that error out
java - Why are my Gradle builds dying with