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

#163 Matrix element #187

Merged
merged 3 commits into from May 5, 2018
Merged

#163 Matrix element #187

merged 3 commits into from May 5, 2018

Conversation

vssekorin
Copy link
Owner

As per #163
matrix.Element introduced.

@vssekorin
Copy link
Owner Author

@rultor check and merge please

@vssekorin
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented May 3, 2018

@rultor check and merge please

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

@rultor
Copy link
Collaborator

rultor commented May 3, 2018

@rultor check and merge please

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

[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/r/repo/src/test/java/com/vssekorin/cactoosmath/matrix/ElementTest.java:[26,19] cannot find symbol
  symbol:   class ScalarHasValue
  location: package org.cactoos
[ERROR] /home/r/repo/src/test/java/com/vssekorin/cactoosmath/matrix/ElementTest.java:[54,17] cannot find symbol
  symbol:   class ScalarHasValue
  location: class com.vssekorin.cactoosmath.matrix.ElementTest
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:27 min
[INFO] Finished at: 2018-05-03T18:24:27+00:00
[INFO] Final Memory: 24M/235M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile) on project cactoos-math: Compilation failure: Compilation failure:
[ERROR] /home/r/repo/src/test/java/com/vssekorin/cactoosmath/matrix/ElementTest.java:[26,19] cannot find symbol
[ERROR] symbol:   class ScalarHasValue
[ERROR] location: package org.cactoos
[ERROR] /home/r/repo/src/test/java/com/vssekorin/cactoosmath/matrix/ElementTest.java:[54,17] cannot find symbol
[ERROR] symbol:   class ScalarHasValue
[ERROR] location: class com.vssekorin.cactoosmath.matrix.ElementTest
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile) on project cactoos-math: Compilation failure
	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.compiler.CompilationFailureException: Compilation failure
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1161)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:176)
	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 1607b216b492cb882feb75d67056354250bd7e6a132b55f060d660f18be979ff is dead
Thu May  3 20:25:32 CEST 2018

@rultor
Copy link
Collaborator

rultor commented May 3, 2018

@rultor merge

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

@rultor
Copy link
Collaborator

rultor commented May 3, 2018

@rultor merge

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

[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/r/repo/src/test/java/com/vssekorin/cactoosmath/matrix/ElementTest.java:[26,19] cannot find symbol
  symbol:   class ScalarHasValue
  location: package org.cactoos
[ERROR] /home/r/repo/src/test/java/com/vssekorin/cactoosmath/matrix/ElementTest.java:[54,17] cannot find symbol
  symbol:   class ScalarHasValue
  location: class com.vssekorin.cactoosmath.matrix.ElementTest
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:05 min
[INFO] Finished at: 2018-05-03T18:32:02+00:00
[INFO] Final Memory: 24M/239M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile) on project cactoos-math: Compilation failure: Compilation failure:
[ERROR] /home/r/repo/src/test/java/com/vssekorin/cactoosmath/matrix/ElementTest.java:[26,19] cannot find symbol
[ERROR] symbol:   class ScalarHasValue
[ERROR] location: package org.cactoos
[ERROR] /home/r/repo/src/test/java/com/vssekorin/cactoosmath/matrix/ElementTest.java:[54,17] cannot find symbol
[ERROR] symbol:   class ScalarHasValue
[ERROR] location: class com.vssekorin.cactoosmath.matrix.ElementTest
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile) on project cactoos-math: Compilation failure
	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.compiler.CompilationFailureException: Compilation failure
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1161)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:176)
	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 8b60f739e4f7fcae87ebda4a372ce18128d4836966d94c1461686098cd6af414 is dead
Thu May  3 20:33:02 CEST 2018

@vssekorin
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented May 5, 2018

@rultor merge

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

@rultor rultor merged commit e6248e2 into master May 5, 2018
@rultor
Copy link
Collaborator

rultor commented May 5, 2018

@rultor merge

@vssekorin Done! FYI, the full log is here (took me 9min)

@vssekorin vssekorin deleted the elem branch May 9, 2018 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants