rultor
rultor copied to clipboard
Local build is failing
trafficstars
@yegor256 and @alex-palevsky, when building Rultor locally with mvn clean install -Pqulice we're getting a couple of error messages and a build failure.
There's also a different issue https://github.com/yegor256/rultor/issues/1289 happening, where it seems to be failing on Travis CI, for slightly different reasons. But again, the build itself is failing locally.
More log details here (error messages displayed):
[ERROR] com.jcabi.github.mock.MkRepos: #get(jeff/fail): thrown java.lang.IllegalArgumentException(repository jeff/fail doesn't exist) out of com.jcabi.github.mock.MkRepos#get_aroundBody4[123] in 3ms
...
[ERROR] co.stateful.RtSttc: #counters(): thrown java.lang.AssertionError(HTTP response status is not equal to 200:
...
[ERROR] com.jcabi.github.RtJson: #fetch(): thrown java.lang.AssertionError(HTTP response status is not equal to 200:
...
[ERROR] com.jcabi.github.RtUser: #json(): thrown java.lang.AssertionError(HTTP response status is not equal to 200:
...
[ERROR] com.jcabi.github.RtUser: #login(): thrown java.lang.AssertionError(HTTP response status is not equal to 200:
...
[ERROR] com.rultor.agents.github.Answer: too many (5) comments from jeff already in jeff/Zh7Y9n7hn4LgZnLWDKUm#1
[ERROR] com.rultor.agents.github.Answer: too many (5) comments from jeff already in jeff/Zh7Y9n7hn4LgZnLWDKUm#1
[ERROR] com.rultor.agents.github.Answer: too many (5) comments from jeff already in jeff/Zh7Y9n7hn4LgZnLWDKUm#1
[ERROR] com.rultor.agents.github.Answer: too many (5) comments from jeff already in jeff/Zh7Y9n7hn4LgZnLWDKUm#1
[ERROR] com.rultor.agents.github.Answer: too many (5) comments from jeff already in jeff/Zh7Y9n7hn4LgZnLWDKUm#1
...
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://aspects.jcabi.com/jsr-303.html)
...
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 43.013 s
[INFO] Finished at: 2019-01-20T23:53:35+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:exec (casperjs-test) on project rultor: Command execution failed.: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
@yegor256/z please, pay attention to this issue
@yegor256 looks like we can close this issue, as all is good locally and in github action
@filfreire closing