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

send_zold.groovy:44-50: Incorrect zold extra payments.... #1648

Closed
0pdd opened this issue Aug 24, 2018 · 12 comments
Closed

send_zold.groovy:44-50: Incorrect zold extra payments.... #1648

0pdd opened this issue Aug 24, 2018 · 12 comments
Milestone

Comments

@0pdd
Copy link
Collaborator

0pdd commented Aug 24, 2018

The puzzle 1346-59918b04 from #1346 has to be resolved:

// @todo #1346:30min Incorrect zold extra payments. Zold payments are not
// including shares part of the payment, just cash part. Correct this and
// change send_zold so it emits a notification of payment even when testing
// ('Notify test' claim) so we can assure that the correct value was
// calculated. Then, uncomment \send_correct_zold_value\_after.groovy which
// checks footprint for these notifications in this bundle test. See #1346
// for the correct formula for calculating zold value.

The puzzle was created by Paulo Lobo on 24-Aug-18.

Estimate: 30 minutes,

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 Aug 24, 2018

@g4s8/z please, pay attention to this issue

@g4s8 g4s8 added this to the zold milestone Aug 24, 2018
@0crat 0crat added the scope label Aug 24, 2018
@0crat
Copy link
Collaborator

0crat commented Aug 24, 2018

Job #1648 is now in scope, role is DEV

@0crat
Copy link
Collaborator

0crat commented Aug 25, 2018

The job #1648 assigned to @paulodamaso/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; there will be a monetary reward for this job

paulodamaso added a commit to paulodamaso/zerocracy-farm that referenced this issue Aug 26, 2018
paulodamaso added a commit to paulodamaso/zerocracy-farm that referenced this issue Aug 26, 2018
paulodamaso added a commit to paulodamaso/zerocracy-farm that referenced this issue Aug 27, 2018
paulodamaso added a commit to paulodamaso/zerocracy-farm that referenced this issue Aug 27, 2018
@0pdd 0pdd closed this as completed Aug 27, 2018
@0pdd
Copy link
Collaborator Author

0pdd commented Aug 27, 2018

The puzzle 1346-59918b04 has disappeared from the source code, that's why I closed this issue.

@0crat
Copy link
Collaborator

0crat commented Aug 27, 2018

@ypshenychka/z please review this job completed by @paulodamaso/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed

@0crat 0crat removed the scope label Aug 27, 2018
@0crat
Copy link
Collaborator

0crat commented Aug 27, 2018

The job #1648 is now out of scope

@ypshenychka
Copy link

@0crat quality good

@0crat
Copy link
Collaborator

0crat commented Aug 28, 2018

Order was finished, quality is "good": +35 point(s) just awarded to @paulodamaso/z

@0crat
Copy link
Collaborator

0crat commented Aug 28, 2018

Quality review completed: +8 point(s) just awarded to @ypshenychka/z

g4s8 added a commit that referenced this issue Aug 28, 2018
@g4s8
Copy link
Collaborator

g4s8 commented Aug 28, 2018

@rultor release, tag=0.31.2

@rultor
Copy link
Contributor

rultor commented Aug 28, 2018

@rultor release, tag=0.31.2

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

@rultor
Copy link
Contributor

rultor commented Aug 28, 2018

@rultor release, tag=0.31.2

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

		at java.io.BufferedInputStream.available(BufferedInputStream.java:410)
		at sun.net.www.MeteredStream.available(MeteredStream.java:170)
		at sun.net.www.http.KeepAliveStream.close(KeepAliveStream.java:85)
		at java.io.FilterInputStream.close(FilterInputStream.java:181)
		at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.close(HttpURLConnection.java:3466)
		at org.cactoos.io.TeeInputStream.close(TeeInputStream.java:98)
		at org.cactoos.io.LengthOf.lambda$new$0(LengthOf.java:81)
		... 107 more
</pre>
    </body>
</html>
>

Tests run: 551, Failures: 1, Errors: 0, Skipped: 12

[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 9f482739b212ba9796faf037c581eb96d3ccc57c21ad71d168083786fd97682b is dead
Tue Aug 28 23:01:37 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

5 participants