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

Removed puzzle for issue #78 #81

Merged
merged 2 commits into from
Apr 18, 2016
Merged

Removed puzzle for issue #78 #81

merged 2 commits into from
Apr 18, 2016

Conversation

amihaiemil
Copy link
Member

In the previous PR that solved issue #78 I had forgotten to remove the puzzle.
In this PR I removed the puzzle.

@amihaiemil
Copy link
Member Author

@yegor256 Can you merge this right away, or is it mandatory to wait for Dan to assign a reviewer? It's only to remove the puzzle so the ticket #78 can be closed.

@yegor256
Copy link
Member

@rultor merge

@rultor
Copy link
Contributor

rultor commented Feb 24, 2016

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Feb 24, 2016

@rultor merge

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

"

Tests in error: 
  AetherTest.findsAndLoadsArtifacts:117 » DependencyResolution failed to load 'c...

Tests run: 16, Failures: 1, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:41 min
[INFO] Finished at: 2016-02-24T21:38:13+00:00
[INFO] Final Memory: 44M/462M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project jcabi-aether: 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.17:test (default-test) on project jcabi-aether: 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:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    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:82)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:195)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:861)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:729)
    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 6c14bb833b995a32d01add70fe77a755227774c2614fad52e45cfb33d4b06e1a is dead
Wed Feb 24 21:39:34 UTC 2016

@amihaiemil
Copy link
Member Author

@yegor256 apparently rultor does not have rights to access Maven (http://repo.maven.apache.org/maven2) ? The same exception were thrown when the previous PR was deployes by Dan. Is there something wrong on rultor's side?

@original-brownbear
Copy link

@amihaiemil I created #82 explaining what's going on here. This is something that needs to be fixed here not in Rultor I fear.

@amihaiemil
Copy link
Member Author

@original-brownbear I read your issue, but I must admit I don't understand what needs to be done (I have 0 experience with dev-ops stuff like Docker... for instance what do you mean when you say "image"?) I have the feeling that it's a 5 minutes job for someone who know what they' re doing, while it would take me as a newbie much more time and I would probably break something... I'll ask the PM to put this PR and its issue on hold until issue #82 is solved. Thank you very much for the support.

@dmarkov
Copy link

dmarkov commented Feb 26, 2016

@amihaiemil Thanks for your pull request, let me find someone who can review it

@dmarkov
Copy link

dmarkov commented Feb 26, 2016

@yegor256 review this pull request please, it is rather short for a full review

@yegor256
Copy link
Member

@rultor try to merge again, maybe will work

@rultor
Copy link
Contributor

rultor commented Feb 26, 2016

@rultor try to merge again, maybe will work

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Feb 26, 2016

@rultor try to merge again, maybe will work

@amihaiemil @yegor256 Oops, I failed. You can see the full log here (spent 7min)

"

Tests in error: 
  AetherTest.findsAndLoadsArtifacts:117 » DependencyResolution failed to load 'c...

Tests run: 16, Failures: 1, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 56.384 s
[INFO] Finished at: 2016-02-26T21:16:13+00:00
[INFO] Final Memory: 35M/451M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project jcabi-aether: 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.17:test (default-test) on project jcabi-aether: 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:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    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:82)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:195)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:861)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:729)
    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 f5108fa2f3b319226ede827503145327b530304bd73dd564e1a5f8c041653b26 is dead
Fri Feb 26 21:16:18 UTC 2016

@amihaiemil
Copy link
Member Author

@yegor256 Issue #82 was closed, can we try to merge this again? Thanks.

@yegor256
Copy link
Member

@rultor try to merge

@rultor
Copy link
Contributor

rultor commented Apr 17, 2016

@rultor try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Apr 17, 2016

@rultor try to merge

@amihaiemil @yegor256 Oops, I failed. You can see the full log here (spent 16s)

+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'sudo gem install --no-ri --no-rdoc pdd' ';' 'sudo gem install --no-ri --no-rdoc est' ';' 'mvn clean install site -Psite -Pqulice --errors --settings ../settings.xml' ';' 'mvn clean' ';' 'pdd --source=$(pwd) --verbose --file=/dev/null' ';' 'est --dir=est --file=/dev/null' ';'
+ rm -rf .gpg
+ cd repo
+ git remote add fork [email protected]:amihaiemil/jcabi-aether.git
+ git remote update
Fetching origin
Fetching fork
From github.com:amihaiemil/jcabi-aether
 * [new branch]      6          -> fork/6
 * [new branch]      78         -> fork/78
 * [new branch]      gh-pages   -> fork/gh-pages
 * [new branch]      master     -> fork/master
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -B __rultor fork/78
Switched to a new branch '__rultor'
Branch __rultor set up to track remote branch 78 from fork.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch master set up to track remote branch master from origin.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Auto-merging src/main/java/com/jcabi/aether/Aether.java
Merge made by the 'recursive' strategy.
 src/main/java/com/jcabi/aether/Aether.java | 1 -
 1 file changed, 1 deletion(-)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=5.41
++ echo 5.41 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 5.41, low enough to run a new Docker container'
load average is 5.41, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/jcabi-aether
+ docker pull yegor256/jcabi-aether
Using default tag: latest
Pulling repository docker.io/yegor256/jcabi-aether
Tag latest not found in repository docker.io/yegor256/jcabi-aether
'cid' file is absent, container wasn't started correctly

@amihaiemil
Copy link
Member Author

@yegor256 I saw you fixed the && typos in the Dockerfile. Can we try another merge? Thanks.

@yegor256
Copy link
Member

@rultor try to merge

@rultor
Copy link
Contributor

rultor commented Apr 18, 2016

@rultor try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 53f6514 into jcabi:master Apr 18, 2016
@rultor
Copy link
Contributor

rultor commented Apr 18, 2016

@rultor try to merge

@yegor256 Done! FYI, the full log is here (took me 10min)

@dmarkov dmarkov added the CR label Apr 19, 2016
@dmarkov
Copy link

dmarkov commented Apr 20, 2016

@yegor256 19 mins was added to your account, many thanks for your contribution (payment 000-9b3928d9)! The task took 1272 hours and 21 mins.. extra minutes for review comments (c=4). +19 to your rating, your total score is +1599

@dmarkov
Copy link

dmarkov commented Apr 20, 2016

@rultor please deploy

@rultor
Copy link
Contributor

rultor commented Apr 20, 2016

@rultor please deploy

@dmarkov OK, I'll try to deploy now. You can check the progress here

@rultor
Copy link
Contributor

rultor commented Apr 20, 2016

@rultor please deploy

@dmarkov Done! FYI, the full log is here (took me 10min)

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

Successfully merging this pull request may close these issues.

5 participants