Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.12 KB | None | 0 0
  1. Initialized native services in: /home/sup/.gradle/native
  2. Connected to daemon DaemonInfo{pid=5763, address=[7e9d3cec-b853-495f-ba46-23f8ddbc08ab port:36803, addresses:[/0:0:0:0:0:0:0:1, /127.0.0.1]], state=Idle, lastBusy=1540043081483, context=DefaultDaemonContext[uid=10871b41-f2a5-440b-b075-25881b7d2191,javaHome=/usr/lib/jvm/java-8-oracle,daemonRegistryDir=/home/sup/.gradle/daemon,pid=5763,idleTimeout=10800000,daemonOpts=-Xmx1536m,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]}. Dispatching request Build{id=9c7f1927-59fd-4935-9457-97a3a7272b9e.1, currentDir=/home/sup/helloworld/android}.
  3. Received result org.gradle.launcher.daemon.protocol.BuildStarted@6c0d7c83 from daemon DaemonInfo{pid=5763, address=[7e9d3cec-b853-495f-ba46-23f8ddbc08ab port:36803, addresses:[/0:0:0:0:0:0:0:1, /127.0.0.1]], state=Idle, lastBusy=1540043081483, context=DefaultDaemonContext[uid=10871b41-f2a5-440b-b075-25881b7d2191,javaHome=/usr/lib/jvm/java-8-oracle,daemonRegistryDir=/home/sup/.gradle/daemon,pid=5763,idleTimeout=10800000,daemonOpts=-Xmx1536m,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]} (build should be starting).
  4. The client will now receive all logging from the daemon (pid: 5763). The daemon log file: /home/sup/.gradle/daemon/3.4/daemon-5763.out.log
  5. Starting 7th build in daemon [uptime: 15 mins 54.93 secs, performance: 99%, no major garbage collections]
  6. Executing build with daemon context: DefaultDaemonContext[uid=10871b41-f2a5-440b-b075-25881b7d2191,javaHome=/usr/lib/jvm/java-8-oracle,daemonRegistryDir=/home/sup/.gradle/daemon,pid=5763,idleTimeout=10800000,daemonOpts=-Xmx1536m,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]
  7. Creating new cache for plugin-use-metadata, path /home/sup/.gradle/caches/3.4/plugin-resolution/plugin-use-metadata.bin, access org.gradle.cache.internal.DefaultCacheAccess@71b0b8c8
  8. Creating new cache for client-status, path /home/sup/.gradle/caches/3.4/plugin-resolution/client-status.bin, access org.gradle.cache.internal.DefaultCacheAccess@71b0b8c8
  9. Starting Build
  10. Settings evaluated using empty settings script.
  11. Projects loaded. Root project using build file '/home/sup/helloworld/android/build.gradle'.
  12. Included projects: [root project 'android']
  13. Evaluating root project 'android' using build file '/home/sup/helloworld/android/build.gradle'.
  14. Creating new cache for metadata-2.23/module-metadata, path /home/sup/.gradle/caches/modules-2/metadata-2.23/module-metadata.bin, access org.gradle.cache.internal.DefaultCacheAccess@2558f643
  15. Creating new cache for metadata-2.23/artifact-at-url, path /home/sup/.gradle/caches/modules-2/metadata-2.23/artifact-at-url.bin, access org.gradle.cache.internal.DefaultCacheAccess@2558f643
  16. Resource missing. [HTTP GET: https://jcenter.bintray.com/com/android/tools/lint/lint-gradle/26.1.1/lint-gradle-26.1.1.pom]
  17. Resource missing. [HTTP HEAD: https://jcenter.bintray.com/com/android/tools/lint/lint-gradle/26.1.1/lint-gradle-26.1.1.jar]
  18. Resource missing. [HTTP GET: https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.0/gradle-3.1.0.pom]
  19. Resource missing. [HTTP HEAD: https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.0/gradle-3.1.0.jar]
  20.  
  21. FAILURE: Build failed with an exception.
  22.  
  23. * What went wrong:
  24. A problem occurred configuring root project 'android'.
  25. > Could not resolve all dependencies for configuration ':classpath'.
  26.    > Could not find com.android.tools.build:gradle:3.1.0.
  27.      Searched in the following locations:
  28.          https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.0/gradle-3.1.0.pom
  29.          https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.0/gradle-3.1.0.jar
  30.      Required by:
  31.          project :
  32.    > Could not find com.android.tools.build:gradle:3.1.0.
  33.      Searched in the following locations:
  34.          https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.0/gradle-3.1.0.pom
  35.          https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.0/gradle-3.1.0.jar
  36.      Required by:
  37.          project :
  38.    > Could not find com.android.tools.lint:lint-gradle:26.1.1.
  39.      Searched in the following locations:
  40.          https://jcenter.bintray.com/com/android/tools/lint/lint-gradle/26.1.1/lint-gradle-26.1.1.pom
  41.          https://jcenter.bintray.com/com/android/tools/lint/lint-gradle/26.1.1/lint-gradle-26.1.1.jar
  42.      Required by:
  43.          project :
  44.  
  45. * Try:
  46. Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
  47.  
  48. BUILD FAILED
  49.  
  50. Total time: 7.357 secs
  51. Received result Failure[value=org.gradle.initialization.ReportedException: org.gradle.internal.exceptions.LocationAwareException: A problem occurred configuring root project 'android'.] from daemon DaemonInfo{pid=5763, address=[7e9d3cec-b853-495f-ba46-23f8ddbc08ab port:36803, addresses:[/0:0:0:0:0:0:0:1, /127.0.0.1]], state=Idle, lastBusy=1540043081483, context=DefaultDaemonContext[uid=10871b41-f2a5-440b-b075-25881b7d2191,javaHome=/usr/lib/jvm/java-8-oracle,daemonRegistryDir=/home/sup/.gradle/daemon,pid=5763,idleTimeout=10800000,daemonOpts=-Xmx1536m,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]} (build should be done).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement