Advertisement
kdaud

error with --info

Jan 7th, 2020
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.93 KB | None | 0 0
  1. admins@opensource:~/jabref$ ./gradlew assemble --info
  2. Initialized native services in: /home/admins/.gradle/native
  3. The client will now receive all logging from the daemon (pid: 3221). The daemon log file: /home/admins/.gradle/daemon/6.0.1/daemon-3221.out.log
  4. Starting 10th build in daemon [uptime: 48 mins 19.19 secs, performance: 100%, non-heap usage: 21% of 268.4 MB]
  5. Using 2 worker leases.
  6. Starting Build
  7. Settings evaluated using settings file '/home/admins/jabref/settings.gradle'.
  8.  
  9. > Configure project :buildSrc
  10. Evaluating project ':buildSrc' using build file '/home/admins/jabref/buildSrc/build.gradle'.
  11. Selected primary task 'build' from project :
  12. :buildSrc:compileJava (Thread[Daemon worker Thread 6,5,main]) started.
  13.  
  14. > Task :buildSrc:compileJava NO-SOURCE
  15. file or directory '/home/admins/jabref/buildSrc/src/main/java', not found
  16. Skipping task ':buildSrc:compileJava' as it has no source files and no previous output files.
  17. :buildSrc:compileJava (Thread[Daemon worker Thread 6,5,main]) completed. Took 0.002 secs.
  18. :buildSrc:compileGroovy (Thread[Daemon worker Thread 6,5,main]) started.
  19.  
  20. > Task :buildSrc:compileGroovy UP-TO-DATE
  21. Caching disabled for task ':buildSrc:compileGroovy' because:
  22.   Build cache is disabled
  23. Skipping task ':buildSrc:compileGroovy' as it is up-to-date.
  24. :buildSrc:compileGroovy (Thread[Daemon worker Thread 6,5,main]) completed. Took 0.01 secs.
  25. :buildSrc:processResources (Thread[Execution worker for ':buildSrc',5,main]) started.
  26.  
  27. > Task :buildSrc:processResources NO-SOURCE
  28. file or directory '/home/admins/jabref/buildSrc/src/main/resources', not found
  29. Skipping task ':buildSrc:processResources' as it has no source files and no previous output files.
  30. :buildSrc:processResources (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.001 secs.
  31. :buildSrc:classes (Thread[Execution worker for ':buildSrc',5,main]) started.
  32.  
  33. > Task :buildSrc:classes UP-TO-DATE
  34. Skipping task ':buildSrc:classes' as it has no actions.
  35. :buildSrc:classes (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.0 secs.
  36. :buildSrc:jar (Thread[Execution worker for ':buildSrc',5,main]) started.
  37.  
  38. > Task :buildSrc:jar UP-TO-DATE
  39. Caching disabled for task ':buildSrc:jar' because:
  40.   Build cache is disabled
  41. Skipping task ':buildSrc:jar' as it is up-to-date.
  42. :buildSrc:jar (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.002 secs.
  43. :buildSrc:assemble (Thread[Execution worker for ':buildSrc',5,main]) started.
  44.  
  45. > Task :buildSrc:assemble UP-TO-DATE
  46. Skipping task ':buildSrc:assemble' as it has no actions.
  47. :buildSrc:assemble (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.0 secs.
  48. :buildSrc:compileTestJava (Thread[Execution worker for ':buildSrc',5,main]) started.
  49.  
  50. > Task :buildSrc:compileTestJava NO-SOURCE
  51. file or directory '/home/admins/jabref/buildSrc/src/test/java', not found
  52. Skipping task ':buildSrc:compileTestJava' as it has no source files and no previous output files.
  53. :buildSrc:compileTestJava (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.001 secs.
  54. :buildSrc:compileTestGroovy (Thread[Execution worker for ':buildSrc',5,main]) started.
  55.  
  56. > Task :buildSrc:compileTestGroovy NO-SOURCE
  57. file or directory '/home/admins/jabref/buildSrc/src/test/groovy', not found
  58. Skipping task ':buildSrc:compileTestGroovy' as it has no source files and no previous output files.
  59. :buildSrc:compileTestGroovy (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.002 secs.
  60. :buildSrc:processTestResources (Thread[Execution worker for ':buildSrc',5,main]) started.
  61.  
  62. > Task :buildSrc:processTestResources NO-SOURCE
  63. file or directory '/home/admins/jabref/buildSrc/src/test/resources', not found
  64. Skipping task ':buildSrc:processTestResources' as it has no source files and no previous output files.
  65. :buildSrc:processTestResources (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.004 secs.
  66. :buildSrc:testClasses (Thread[Execution worker for ':buildSrc',5,main]) started.
  67.  
  68. > Task :buildSrc:testClasses UP-TO-DATE
  69. Skipping task ':buildSrc:testClasses' as it has no actions.
  70. :buildSrc:testClasses (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.0 secs.
  71. :buildSrc:test (Thread[Execution worker for ':buildSrc',5,main]) started.
  72.  
  73. > Task :buildSrc:test NO-SOURCE
  74. Skipping task ':buildSrc:test' as it has no source files and no previous output files.
  75. :buildSrc:test (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.0 secs.
  76. :buildSrc:check (Thread[Execution worker for ':buildSrc',5,main]) started.
  77.  
  78. > Task :buildSrc:check UP-TO-DATE
  79. Skipping task ':buildSrc:check' as it has no actions.
  80. :buildSrc:check (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.0 secs.
  81. :buildSrc:build (Thread[Execution worker for ':buildSrc',5,main]) started.
  82.  
  83. > Task :buildSrc:build UP-TO-DATE
  84. Skipping task ':buildSrc:build' as it has no actions.
  85. :buildSrc:build (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.0 secs.
  86. Projects loaded. Root project using build file '/home/admins/jabref/build.gradle'.
  87. Included projects: [root project 'JabRef']
  88.  
  89. > Configure project :
  90. Evaluating root project 'JabRef' using build file '/home/admins/jabref/build.gradle'.
  91.  
  92. FAILURE: Build failed with an exception.
  93.  
  94. * What went wrong:
  95. java.lang.UnsupportedClassVersionError: org/javamodularity/moduleplugin/ModuleSystemPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  96. > org/javamodularity/moduleplugin/ModuleSystemPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  97.  
  98. * Try:
  99. Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.
  100.  
  101. * Get more help at https://help.gradle.org
  102.  
  103. BUILD FAILED in 1s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement