Advertisement
Guest User

Untitled

a guest
Apr 1st, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.73 KB | None | 0 0
  1. [odarroc@ci_corrado_lol /opt/TeamCity/buildAgent/work/290c560ddde02920]$ ./gradlew :LambdaPhantom:clean :LambdaPhantom:build -i
  2. Starting Build
  3. Settings evaluated using settings file '/opt/TeamCity/buildAgent/work/290c560ddde02920/settings.gradle'.
  4. Projects loaded. Root project using build file '/opt/TeamCity/buildAgent/work/290c560ddde02920/build.gradle'.
  5. Included projects: [root project 'UrbiBackend', project ':Api', project ':LambdaPhantom']
  6. Evaluating root project 'UrbiBackend' using build file '/opt/TeamCity/buildAgent/work/290c560ddde02920/build.gradle'.
  7. Evaluating project ':Api' using build file '/opt/TeamCity/buildAgent/work/290c560ddde02920/Api/build.gradle'.
  8. Evaluating project ':LambdaPhantom' using build file '/opt/TeamCity/buildAgent/work/290c560ddde02920/LambdaPhantom/build.gradle'.
  9. All projects evaluated.
  10. Selected primary task ':LambdaPhantom:clean' from project :LambdaPhantom
  11. Selected primary task ':LambdaPhantom:build' from project :LambdaPhantom
  12. Tasks to be executed: [task ':LambdaPhantom:clean', task ':LambdaPhantom:compileJava', task ':LambdaPhantom:compileGroovy', task ':LambdaPhantom:processResources', task ':LambdaPhantom:classes', task ':LambdaPhantom:jar', task ':LambdaPhantom:assemble', task ':LambdaPhantom:compileTestJava', task ':LambdaPhantom:compileTestGroovy', task ':LambdaPhantom:processTestResources', task ':LambdaPhantom:testClasses', task ':LambdaPhantom:test', task ':LambdaPhantom:check', task ':LambdaPhantom:build']
  13. :LambdaPhantom:clean (Thread[main,5,main]) started.
  14. :LambdaPhantom:clean
  15. Executing task ':LambdaPhantom:clean' (up-to-date check took 0.001 secs) due to:
  16.   Task has not declared any outputs.
  17. :LambdaPhantom:clean (Thread[main,5,main]) completed. Took 0.012 secs.
  18. :LambdaPhantom:compileJava (Thread[main,5,main]) started.
  19. :LambdaPhantom:compileJava
  20. file or directory '/opt/TeamCity/buildAgent/work/290c560ddde02920/LambdaPhantom/src/main/java', not found
  21. Skipping task ':LambdaPhantom:compileJava' as it has no source files.
  22. :LambdaPhantom:compileJava UP-TO-DATE
  23. :LambdaPhantom:compileJava (Thread[main,5,main]) completed. Took 0.016 secs.
  24. :LambdaPhantom:compileGroovy (Thread[main,5,main]) started.
  25. :LambdaPhantom:compileGroovy
  26. Executing task ':LambdaPhantom:compileGroovy' (up-to-date check took 0.177 secs) due to:
  27.   Output file /opt/TeamCity/buildAgent/work/290c560ddde02920/LambdaPhantom/build/classes/main has changed.
  28.   Output file /opt/TeamCity/buildAgent/work/290c560ddde02920/LambdaPhantom/build/classes/main/GebConfig$_run_closure1.class has been removed.
  29.   Output file /opt/TeamCity/buildAgent/work/290c560ddde02920/LambdaPhantom/build/classes/main/co/urbi/lambda has been removed.
  30. Starting process 'Gradle Compiler Daemon 1'. Working directory: /opt/TeamCity/buildAgent/work/290c560ddde02920 Command: /opt/jdk1.8.0_77/bin/java -Djava.security.manager=jarjar.org.gradle.process.internal.child.BootstrapSecurityManager -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /home/odarroc/.gradle/caches/2.12/workerMain/gradle-worker.jar jarjar.org.gradle.process.internal.launcher.GradleWorkerMain 'Gradle Compiler Daemon 1'
  31. Successfully started process 'Gradle Compiler Daemon 1'
  32. Started Gradle compiler daemon (0.583 secs) with fork options DaemonForkOptions{minHeapSize=null, maxHeapSize=null, jvmArgs=[], classpath=[/home/odarroc/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy-all/2.4.6/478feadca929a946b2f1fb962bb2179264759821/groovy-all-2.4.6.jar, /home/odarroc/.gradle/wrapper/dists/gradle-2.12-all/8ywkdai6puj5z81fume4e7njw/gradle-2.12/lib/ant-1.9.3.jar, /home/odarroc/.gradle/wrapper/dists/gradle-2.12-all/8ywkdai6puj5z81fume4e7njw/gradle-2.12/lib/ant-launcher-1.9.3.jar]}.
  33. Executing org.gradle.api.internal.tasks.compile.ApiGroovyCompiler@55ec6dc2 in compiler daemon.
  34. startup failed:
  35. /opt/TeamCity/buildAgent/work/290c560ddde02920/LambdaPhantom/src/main/groovy/co/urbi/lambda/bikemi/BikemiRegistration.groovy: 3: unable to resolve class co.urbi.lambda.PhantomJSTask
  36.  @ line 3, column 1.
  37.    import co.urbi.lambda.PhantomJSTask
  38.    ^
  39.  
  40. 1 error
  41.  
  42. Exception executing org.gradle.api.internal.tasks.compile.ApiGroovyCompiler@55ec6dc2 in compiler daemon: org.gradle.api.internal.tasks.compile.CompilationFailedException: Compilation failed; see the compiler error output for details..
  43. :LambdaPhantom:compileGroovy FAILED
  44. :LambdaPhantom:compileGroovy (Thread[main,5,main]) completed. Took 1.724 secs.
  45.  
  46. FAILURE: Build failed with an exception.
  47.  
  48. * What went wrong:
  49. Execution failed for task ':LambdaPhantom:compileGroovy'.
  50. > Compilation failed; see the compiler error output for details.
  51.  
  52. * Try:
  53. Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
  54.  
  55. BUILD FAILED
  56.  
  57. Total time: 6.715 secs
  58. Stopped 1 compiler daemon(s).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement