We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
12:29:40.936 [INFO] [org.gradle.api.internal.tasks.compile.JdkJavaCompiler] Compiling with JDK Java compiler API. 12:29:41.005 [ERROR] [system.err] /home/kenneth/Projects/ethereumj.starter/src/main/java/com/ethercamp/starter/ethereum/EthereumListener.java:38: error: method does not override or implement a method from a supertype 12:29:41.010 [ERROR] [system.err] @OverRide 12:29:41.011 [ERROR] [system.err] ^ 12:29:41.017 [ERROR] [system.err] 1 error 12:29:41.023 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Finished executing task ':compileJava' 12:29:41.024 [LIFECYCLE] [class org.gradle.TaskExecutionLogger] :compileJava FAILED 12:29:41.024 [INFO] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] :compileJava (Thread[Daemon worker Thread 4,5,main]) completed. Took 0.771 secs. 12:29:41.024 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[Daemon worker Thread 4,5,main]] finished, busy: 0.771 secs, idle: 0.001 secs 12:29:41.025 [ERROR] [org.gradle.BuildExceptionReporter] 12:29:41.026 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception. 12:29:41.026 [ERROR] [org.gradle.BuildExceptionReporter] 12:29:41.026 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong: 12:29:41.026 [ERROR] [org.gradle.BuildExceptionReporter] Execution failed for task ':compileJava'. 12:29:41.027 [ERROR] [org.gradle.BuildExceptionReporter] > Compilation failed; see the compiler error output for details. 12:29:41.027 [ERROR] [org.gradle.BuildExceptionReporter] 12:29:41.027 [ERROR] [org.gradle.BuildExceptionReporter] * Try: 12:29:41.028 [ERROR] [org.gradle.BuildExceptionReporter] Run with --stacktrace option to get the stack trace. 12:29:41.028 [LIFECYCLE] [org.gradle.BuildResultLogger] 12:29:41.029 [LIFECYCLE] [org.gradle.BuildResultLogger] BUILD FAILED 12:29:41.029 [LIFECYCLE] [org.gradle.BuildResultLogger] 12:29:41.029 [LIFECYCLE] [org.gradle.BuildResultLogger] Total time: 1.514 secs 12:29:41.030 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache fileHashes.bin (/home/kenneth/Projects/ethereumj.starter/.gradle/2.2.1/taskArtifacts/fileHashes.bin) 12:29:41.030 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on task history cache (/home/kenneth/Projects/ethereumj.starter/.gradle/2.2.1/taskArtifacts). 12:29:41.031 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache module-metadata.bin (/home/kenneth/.gradle/caches/modules-2/metadata-2.14/module-metadata.bin) 12:29:41.031 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache module-versions.bin (/home/kenneth/.gradle/caches/modules-2/metadata-2.14/module-versions.bin) 12:29:41.031 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache artifact-at-repository.bin (/home/kenneth/.gradle/caches/modules-2/metadata-2.14/artifact-at-repository.bin
The text was updated successfully, but these errors were encountered:
java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
javac 1.8.0_121
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.1 LTS Release: 16.04 Codename: xenial
Sorry, something went wrong.
No branches or pull requests
12:29:40.936 [INFO] [org.gradle.api.internal.tasks.compile.JdkJavaCompiler] Compiling with JDK Java compiler API.
12:29:41.005 [ERROR] [system.err] /home/kenneth/Projects/ethereumj.starter/src/main/java/com/ethercamp/starter/ethereum/EthereumListener.java:38: error: method does not override or implement a method from a supertype
12:29:41.010 [ERROR] [system.err] @OverRide
12:29:41.011 [ERROR] [system.err] ^
12:29:41.017 [ERROR] [system.err] 1 error
12:29:41.023 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Finished executing task ':compileJava'
12:29:41.024 [LIFECYCLE] [class org.gradle.TaskExecutionLogger] :compileJava FAILED
12:29:41.024 [INFO] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] :compileJava (Thread[Daemon worker Thread 4,5,main]) completed. Took 0.771 secs.
12:29:41.024 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[Daemon worker Thread 4,5,main]] finished, busy: 0.771 secs, idle: 0.001 secs
12:29:41.025 [ERROR] [org.gradle.BuildExceptionReporter]
12:29:41.026 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception.
12:29:41.026 [ERROR] [org.gradle.BuildExceptionReporter]
12:29:41.026 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
12:29:41.026 [ERROR] [org.gradle.BuildExceptionReporter] Execution failed for task ':compileJava'.
12:29:41.027 [ERROR] [org.gradle.BuildExceptionReporter] > Compilation failed; see the compiler error output for details.
12:29:41.027 [ERROR] [org.gradle.BuildExceptionReporter]
12:29:41.027 [ERROR] [org.gradle.BuildExceptionReporter] * Try:
12:29:41.028 [ERROR] [org.gradle.BuildExceptionReporter] Run with --stacktrace option to get the stack trace.
12:29:41.028 [LIFECYCLE] [org.gradle.BuildResultLogger]
12:29:41.029 [LIFECYCLE] [org.gradle.BuildResultLogger] BUILD FAILED
12:29:41.029 [LIFECYCLE] [org.gradle.BuildResultLogger]
12:29:41.029 [LIFECYCLE] [org.gradle.BuildResultLogger] Total time: 1.514 secs
12:29:41.030 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache fileHashes.bin (/home/kenneth/Projects/ethereumj.starter/.gradle/2.2.1/taskArtifacts/fileHashes.bin)
12:29:41.030 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on task history cache (/home/kenneth/Projects/ethereumj.starter/.gradle/2.2.1/taskArtifacts).
12:29:41.031 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache module-metadata.bin (/home/kenneth/.gradle/caches/modules-2/metadata-2.14/module-metadata.bin)
12:29:41.031 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache module-versions.bin (/home/kenneth/.gradle/caches/modules-2/metadata-2.14/module-versions.bin)
12:29:41.031 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache artifact-at-repository.bin (/home/kenneth/.gradle/caches/modules-2/metadata-2.14/artifact-at-repository.bin
The text was updated successfully, but these errors were encountered: