Open AdrianCozma opened 8 years ago
I was able to reproduce the issue locally but I'm still not sure what the cause is.
To reproduce the issue I renamed my local .m2 maven folder and ran the runRobot
task in k3po.js
(a few tries might be necessary to get the error).
After multiple tries I noticed that sometimes some of the pom file were incomplete(this happened for both Kaazing and 3rd party pom files). I'm not sure what the cause for the incomplete download is. I'll try to debug the task and maybe I'll find the cause
I tried debugging but didn't find anything relevant, still not sure why the dependency download is sometimes incomplete. @dpwspoon any ideas on how to best debug this issue?
As a workaround we could try caching the ~/.m2
folder on Travis
Does this reproduce locally when you go against artifactory. It could be our setup for how travis gets it, meaning it wouldn't reproduce locally (on VPN) when you go against artifactory. If that is the case then it is an infrastructure issue and we can file a bug for that, with a wireshark
I was able to reproduce locally, while connected through VPN and going against artifactory
Sounds like a bug in the maven javascript library we are using, perhaps we could try updating that
on Travis CI the build is failing(sometimes) because of the k3po:start task failing to complete
please find full log here