Closed hamzaed closed 3 years ago
Travis build failed on the Pull Request:
Please wait...
java.lang.SecurityException: class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:898)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:668)
at java.lang.ClassLoader.defineClass(ClassLoader.java:761)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
....
@abelgomez had a similar issue when he tried building Xatkit a couple days ago.
This pull request is obsolete now. I need to adapt the changes to the new version of Xatkit and resolve the conflicts with the main branch.
As @hamzaed stated this PR is now obsolete. Xatkit codebase has evolved and moved from an execution engine to a framework, meaning that each bot now integrate its own execution engine. It's not possible nor interesting anymore to have a single Docker image for Xatkit, instead each bot can be deployed as a self-contained image. In this context testing Xatkit as a whole as a complete different meaning that is not aligned anymore with this PR.
Build using Travis CI + publish the last build in Docker hub