Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quartz.properties:1-6: Change jobStore to JDBC to store... #909

Closed
0pdd opened this issue Apr 9, 2018 · 26 comments
Closed

quartz.properties:1-6: Change jobStore to JDBC to store... #909

0pdd opened this issue Apr 9, 2018 · 26 comments
Assignees

Comments

@0pdd
Copy link
Collaborator

0pdd commented Apr 9, 2018

The puzzle 680-5b4d7868 from #680 has to be resolved:

# @todo #680:30min Change jobStore to JDBC to store job info persistently.
# Now all quartz jobs will be restarted on application restart,
# database store will solve it. Before changing job store to JDBC
# a database should be connected, I suppose via Heroku plugin.
# This link will be helpful also:
# http://www.quartz-scheduler.org/documentation/quartz-2.x/configuration/ConfigJDBCJobStoreClustering.html

The puzzle was created by g4s8 on 02-Apr-18.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

@0crat
Copy link
Collaborator

0crat commented Apr 9, 2018

@yegor256/z please, pay attention to this issue

@0crat
Copy link
Collaborator

0crat commented Apr 9, 2018

@0pdd/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot!

@0crat 0crat added the scope label Apr 9, 2018
@0crat
Copy link
Collaborator

0crat commented Apr 9, 2018

Job #909 is now in scope, role is DEV

@yegor256 yegor256 self-assigned this Apr 10, 2018
@0crat
Copy link
Collaborator

0crat commented Apr 10, 2018

The job #909 assigned to @yegor256/z, here is why; the budget is 30 minutes, see §4; please, read §8 and §9; if the task is not clear, read this and this

@0crat
Copy link
Collaborator

0crat commented Apr 10, 2018

Manual assignment of issues is discouraged, see §19: -5 point(s) just awarded to @yegor256/z

yegor256 added a commit that referenced this issue Apr 10, 2018
@0pdd 0pdd closed this as completed Apr 10, 2018
@0pdd
Copy link
Collaborator Author

0pdd commented Apr 10, 2018

The puzzle 680-5b4d7868 has disappeared from the source code, that's why I closed this issue.

@0crat 0crat removed the scope label Apr 10, 2018
@0crat
Copy link
Collaborator

0crat commented Apr 10, 2018

Order was finished: +30 point(s) just awarded to @yegor256/z

@0crat
Copy link
Collaborator

0crat commented Apr 10, 2018

The job #909 is now out of scope

@yegor256
Copy link
Member

@rultor release, tag is 0.21.2

@rultor
Copy link
Contributor

rultor commented Apr 10, 2018

@rultor release, tag is 0.21.2

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Apr 10, 2018

@rultor release, tag is 0.21.2

@0pdd @yegor256 Oops, I failed. You can see the full log here (spent 6min)

	at org.cactoos.io.TeeInputStream.close(TeeInputStream.java:99)
	at org.cactoos.io.LengthOf.lambda$new$0(LengthOf.java:81)
	at org.cactoos.scalar.NumberEnvelope.lambda$new$1(NumberEnvelope.java:73)
	at org.cactoos.scalar.IoCheckedScalar.value(IoCheckedScalar.java:70)
	at org.cactoos.scalar.UncheckedScalar.value(UncheckedScalar.java:58)
	... 21 more


Results :

Tests in error: 
  SignatureTest.rendersSignature:36 ? UncheckedIO java.io.IOException: Broken pi...

Tests run: 324, Failures: 0, Errors: 1, Skipped: 4

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project farm: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/r/repo/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project farm: There are test failures.

Please refer to /home/r/repo/target/surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/r/repo/target/surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:91)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:320)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:892)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
[ERROR] 
[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/MojoFailureException
container 9726b8874f3fbd53ba2121386b4122f752f1938a9c11fcdc333f04c7d1035e04 is dead
Tue Apr 10 21:15:50 CEST 2018

@yegor256
Copy link
Member

@rultor release, tag is 0.21.2

@rultor
Copy link
Contributor

rultor commented Apr 10, 2018

@rultor release, tag is 0.21.2

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Apr 10, 2018

@rultor release, tag is 0.21.2

@0pdd @yegor256 Oops, I failed. You can see the full log here (spent 11min)

remote:        [INFO] Copying jmespath-java-1.11.211.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/jmespath-java-1.11.211.jar\u001b[K
remote:        [INFO] Copying adaptivepaymentssdk-2.9.117.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/adaptivepaymentssdk-2.9.117.jar\u001b[K
remote:        [INFO] Copying javax.annotation-api-1.2.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/javax.annotation-api-1.2.jar\u001b[K
remote:        [INFO] Copying spring-beans-4.0.6.RELEASE.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/spring-beans-4.0.6.RELEASE.jar\u001b[K
remote:        [INFO] Copying jcabi-immutable-1.4.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/jcabi-immutable-1.4.jar\u001b[K
remote:        [INFO] Copying spring-data-commons-1.9.1.RELEASE.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/spring-data-commons-1.9.1.RELEASE.jar\u001b[K
remote:        [INFO] Copying slf4j-api-1.7.25.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/slf4j-api-1.7.25.jar\u001b[K
remote:        [INFO] Copying commons-logging-1.1.3.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/commons-logging-1.1.3.jar\u001b[K
remote:        [INFO] Copying yoti-sdk-api-1.3.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/yoti-sdk-api-1.3.jar\u001b[K
remote:        [INFO] Copying aspectjrt-1.8.11.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/aspectjrt-1.8.11.jar\u001b[K
remote:        [INFO] Copying FastInfoset-1.2.13.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/FastInfoset-1.2.13.jar\u001b[K
remote:        [INFO] Copying bson-3.5.0.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/bson-3.5.0.jar\u001b[K
remote:        [INFO] Copying ion-java-1.0.2.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/ion-java-1.0.2.jar\u001b[K
remote:        [INFO] Copying java-semver-0.9.0.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/java-semver-0.9.0.jar\u001b[K
remote:        [INFO] Copying spring-core-4.0.6.RELEASE.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/spring-core-4.0.6.RELEASE.jar\u001b[K
remote:        [INFO] Copying velocity-1.7.jar to /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/deps/velocity-1.7.jar\u001b[K
remote:        [INFO] \u001b[K
remote:        [INFO] --- maven-failsafe-plugin:2.20.1:integration-test (default) @ farm ---\u001b[K
remote:        [INFO] Tests are skipped.\u001b[K
remote:        [INFO] \u001b[K
remote:        [INFO] --- maven-antrun-plugin:1.8:run (default) @ farm ---\u001b[K
remote:        [INFO] Executing tasks\u001b[K
remote:        \u001b[K
remote:        main:\u001b[K
remote:             [echo] XCOP is not available in PATH\u001b[K
remote:        [INFO] Executed tasks\u001b[K
remote:        [INFO] \u001b[K
remote:        [INFO] --- maven-failsafe-plugin:2.20.1:verify (default) @ farm ---\u001b[K
remote:        [INFO] Tests are skipped.\u001b[K
remote:        [INFO] \u001b[K
remote:        [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ farm ---\u001b[K
remote:        [INFO] Installing /tmp/build_3f9c42f66ece18c359e49d4eed66d834/target/farm.jar to /app/tmp/cache/.m2/repository/com/zerocracy/farm/0.21.2/farm-0.21.2.jar\u001b[K
remote:        [INFO] Installing /tmp/build_3f9c42f66ece18c359e49d4eed66d834/pom.xml to /app/tmp/cache/.m2/repository/com/zerocracy/farm/0.21.2/farm-0.21.2.pom\u001b[K
remote:        [INFO] ------------------------------------------------------------------------\u001b[K
remote:        [INFO] BUILD SUCCESS\u001b[K
remote:        [INFO] ------------------------------------------------------------------------\u001b[K
remote:        [INFO] Total time: 34.318 s\u001b[K
remote:        [INFO] Finished at: 2018-04-10T19:28:52+00:00\u001b[K
remote:        [INFO] Final Memory: 84M/469M\u001b[K
remote:        [INFO] ------------------------------------------------------------------------\u001b[K
remote: -----> Discovering process types\u001b[K
remote:        Procfile declares types -> web\u001b[K
remote: 
remote: -----> Compressing...\u001b[K
remote:        Done: 100.5M\u001b[K
remote: -----> Launching...\u001b[K
remote:        Released v1194\u001b[K
remote:        https://zerocrat.herokuapp.com/ deployed to Heroku\u001b[K
remote: 
remote: Verifying deploy... done.\u001b[K
To heroku.com:zerocrat.git
 + 9288e0fb...67477489 __rultor -> master (forced update)
+ git reset HEAD~1
+ curl -f --connect-timeout 15 --retry 5 --retry-delay 30 https://www.0crat.com
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:04 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:05 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:06 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:07 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:07 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:08 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:09 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:10 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:11 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:12 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:13 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:14 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:16 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:17 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:18 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:19 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:20 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:21 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:22 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:23 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:24 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:25 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:26 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:27 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:28 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:29 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:30 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:31 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:32 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:33 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:34 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:35 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:36 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:37 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:38 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:39 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:40 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:41 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:42 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:43 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:44 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:45 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:46 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:47 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:48 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:49 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:50 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:51 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:52 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:53 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:54 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:55 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:56 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:57 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:58 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:59 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:01:00 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:01:00 --:--:--     0
curl: (52) Empty reply from server
container c88b35b149a533fb9f6949ef633f42a91375b8461942d33adfb9a00b655d2ddc is dead
Tue Apr 10 21:32:09 CEST 2018

yegor256 added a commit that referenced this issue Apr 10, 2018
@yegor256
Copy link
Member

@rultor release, tag is 0.21.2

@rultor
Copy link
Contributor

rultor commented Apr 10, 2018

@rultor release, tag is 0.21.2

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Apr 10, 2018

@rultor release, tag is 0.21.2

@0pdd @yegor256 Oops, I failed. You can see the full log here (spent 5min)

	at org.cactoos.io.TeeInputStream.close(TeeInputStream.java:99)
	at org.cactoos.io.LengthOf.lambda$new$0(LengthOf.java:81)
	at org.cactoos.scalar.NumberEnvelope.lambda$new$1(NumberEnvelope.java:73)
	at org.cactoos.scalar.IoCheckedScalar.value(IoCheckedScalar.java:70)
	at org.cactoos.scalar.UncheckedScalar.value(UncheckedScalar.java:58)
	... 21 more


Results :

Tests in error: 
  SignatureTest.rendersSignature:36 ? UncheckedIO java.io.IOException: Stream cl...

Tests run: 324, Failures: 0, Errors: 1, Skipped: 4

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project farm: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/r/repo/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project farm: There are test failures.

Please refer to /home/r/repo/target/surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/r/repo/target/surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:91)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:320)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:892)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
[ERROR] 
[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/MojoFailureException
container 95927a227e3f129f4bc1ea87a0f100d64707ab819fb02f1eb160083e3896b696 is dead
Tue Apr 10 21:54:17 CEST 2018

yegor256 added a commit that referenced this issue Apr 11, 2018
@yegor256
Copy link
Member

@rultor release, tag is 0.21.2

@rultor
Copy link
Contributor

rultor commented Apr 11, 2018

@rultor release, tag is 0.21.2

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Apr 11, 2018

@rultor release, tag is 0.21.2

@0pdd @yegor256 Oops, I failed. You can see the full log here (spent 5min)

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.657 sec - in [/add_to_slack]
Running com.zerocracy.tk.profile.TkIdentifyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec - in com.zerocracy.tk.profile.TkIdentifyTest
Running com.zerocracy.pmo.PeopleTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.041 sec - in com.zerocracy.pmo.PeopleTest
Running com.zerocracy.tools.SignatureTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.zerocracy.tools.SignatureTest

Results :

Tests in error: 
  BundlesTest.oneBundleWorksFine:252->lambda$oneBundleWorksFine$4:231 ? IllegalArgument

Tests run: 324, Failures: 0, Errors: 1, Skipped: 5

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project farm: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/r/repo/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project farm: There are test failures.

Please refer to /home/r/repo/target/surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/r/repo/target/surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:91)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:320)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:892)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
[ERROR] 
[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/MojoFailureException
container 602e2d49278dea9a46277221e18d3ca74b8833be1e5e0d50b7cc89f37e17fd66 is dead
Wed Apr 11 07:33:17 CEST 2018

@yegor256
Copy link
Member

@rultor release, tag is 0.21.2

@rultor
Copy link
Contributor

rultor commented Apr 11, 2018

@rultor release, tag is 0.21.2

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Apr 11, 2018

@rultor release, tag is 0.21.2

@0pdd @yegor256 Oops, I failed. You can see the full log here (spent 5min)

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.344 sec - in com.zerocracy.tk.project.TkClaimTest
Running com.zerocracy.pm.in.JobExpiredTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec - in com.zerocracy.pm.in.JobExpiredTest
Running com.zerocracy.pm.in.ImpedimentsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 sec - in com.zerocracy.pm.in.ImpedimentsTest
Running com.zerocracy.farm.SmartFarmTest
swallowed exception: java.lang.IllegalStateException('http://datum.zerocracy.com/latest/rules/pm/no-lost-orders.xsl says: The order for job "gh:test/test#22" exists in orders.xml, but the job is absent in the WBS among 0 jobs.')
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.629 sec - in com.zerocracy.farm.SmartFarmTest
Running com.zerocracy.entry.PingsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in com.zerocracy.entry.PingsTest
Running [/add_to_slack]
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.919 sec - in [/add_to_slack]
Running com.zerocracy.pmo.PeopleTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.533 sec - in com.zerocracy.pmo.PeopleTest
Running com.zerocracy.pm.staff.ranks.RnkRevTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 sec - in com.zerocracy.pm.staff.ranks.RnkRevTest
Running com.zerocracy.tools.SignatureTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.zerocracy.tools.SignatureTest

Results :

Tests run: 324, Failures: 0, Errors: 0, Skipped: 5

[ERROR] Failed to execute goal org.jacoco:jacoco-maven-plugin:0.8.0:check (jacoco-check) on project farm: Coverage checks have not been met. See log for details. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.jacoco:jacoco-maven-plugin:0.8.0:check (jacoco-check) on project farm: Coverage checks have not been met. See log for details.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Coverage checks have not been met. See log for details.
	at org.jacoco.maven.CheckMojo.executeCheck(CheckMojo.java:187)
	at org.jacoco.maven.CheckMojo.executeMojo(CheckMojo.java:161)
	at org.jacoco.maven.AbstractJacocoMojo.execute(AbstractJacocoMojo.java:63)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
[ERROR] 
[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
container aec6ec51edc974f54cc62cecfcd474078e1c1b9ad4330473c36d25866e1de9b6 is dead
Wed Apr 11 08:23:17 CEST 2018

@yegor256
Copy link
Member

@rultor release, tag is 0.21.2

@rultor
Copy link
Contributor

rultor commented Apr 11, 2018

@rultor release, tag is 0.21.2

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Apr 11, 2018

@rultor release, tag is 0.21.2

@0pdd @yegor256 Oops, I failed. You can see the full log here (spent 5min)

Running com.zerocracy.tk.profile.TkIdentifyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 sec - in com.zerocracy.tk.profile.TkIdentifyTest
Running com.zerocracy.pm.ClaimOutTest
#error(): Claim param name "author" is prohibited to use in "Hello dude", since it will clash with other claim attributes
#fatalError(): Processing terminated by xsl:message at line 26 in file:///; SystemID: file:///; Line#: 26; Column#: 5
#error(): Duplicated flow detected, something is wrong: "Hey; Hey; Hey", seems to be an endless recursion in claims
#fatalError(): Processing terminated by xsl:message at line 28 in file:///; SystemID: file:///; Line#: 28
#error(): Claim cause "some text while a number expected" is not valid number
#fatalError(): Processing terminated by xsl:message at line 26 in file:///; SystemID: file:///; Line#: 26; Column#: 6
#error(): Job name "this is not a job" is not valid
#fatalError(): Processing terminated by xsl:message at line 27 in file:///; SystemID: file:///; Line#: 27; Column#: 6
#error(): Role name "this is not a role" is not valid
#fatalError(): Processing terminated by xsl:message at line 27 in file:///; SystemID: file:///; Line#: 27; Column#: 6
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 sec - in com.zerocracy.pm.ClaimOutTest
Running com.zerocracy.radars.github.RbMilestoneTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in com.zerocracy.radars.github.RbMilestoneTest
Running com.zerocracy.tools.SignatureTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.zerocracy.tools.SignatureTest

Results :

Tests run: 324, Failures: 0, Errors: 0, Skipped: 5

[ERROR] Failed to execute goal org.jacoco:jacoco-maven-plugin:0.8.0:check (jacoco-check) on project farm: Coverage checks have not been met. See log for details. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.jacoco:jacoco-maven-plugin:0.8.0:check (jacoco-check) on project farm: Coverage checks have not been met. See log for details.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Coverage checks have not been met. See log for details.
	at org.jacoco.maven.CheckMojo.executeCheck(CheckMojo.java:187)
	at org.jacoco.maven.CheckMojo.executeMojo(CheckMojo.java:161)
	at org.jacoco.maven.AbstractJacocoMojo.execute(AbstractJacocoMojo.java:63)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
[ERROR] 
[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
container fd5f3c43af3dab4437ad6a721719685b9706f419c8ae46599a299687bdc247de is dead
Wed Apr 11 08:53:14 CEST 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants