Advertisement
Guest User

Untitled

a guest
Aug 30th, 2014
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.48 KB | None | 0 0
  1. Error:[info] Loading project definition from /home/henrique/IdeaProjects/ScalaScriptEngineTest/project
  2. [info] Set current project to ScalaScriptEngineTest (in build file:/home/henrique/IdeaProjects/ScalaScriptEngineTest/)
  3. [info] Defining *:artifactPath
  4. [info] The new value will be used by no settings or tasks.
  5. [info] Reapplying settings...
  6. [info] Set current project to ScalaScriptEngineTest (in build file:/home/henrique/IdeaProjects/ScalaScriptEngineTest/)
  7. [info] Defining *:artifactClassifier
  8. [info] The new value will be used by compile:packageBin::artifact, compile:packageDoc::artifact and 3 others.
  9. [info] Run `last` for details.
  10. [info] Reapplying settings...
  11. [info] Set current project to ScalaScriptEngineTest (in build file:/home/henrique/IdeaProjects/ScalaScriptEngineTest/)
  12. [info] Applying State transformations org.jetbrains.sbt.ReadProject from /home/henrique/.IntelliJIdea13/config/plugins/Scala/launcher/sbt-structure-0.13.jar
  13. [info] Reading structure from /home/henrique/IdeaProjects/ScalaScriptEngineTest
  14. [info] Updating {file:/home/henrique/IdeaProjects/ScalaScriptEngineTest/}scalascriptenginetest...
  15. [warn] Binary version (2.11) for dependency org.scala-lang#scala-compiler;2.11.1
  16. [warn] in scalascriptenginetest#scalascriptenginetest_2.10;1.0 differs from Scala binary version in project (2.10).
  17. [info] Resolving org.scala-lang#scala-library;2.10.4 ...
  18. [info] Resolving com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10 ...
  19. [warn] module not found: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10
  20. [warn] ==== local: tried
  21. [warn] /home/henrique/.ivy2/local/com.googlecode.scalascriptengine/scalascriptengine_2.10/1.3.10/ivys/ivy.xml
  22. [warn] ==== public: tried
  23. [warn] http://repo1.maven.org/maven2/com/googlecode/scalascriptengine/scalascriptengine_2.10/1.3.10/scalascriptengine_2.10-1.3.10.pom
  24. [info] Resolving org.scala-lang#scala-compiler;2.11.1 ...
  25. [info] Resolving org.scala-lang#scala-library;2.11.1 ...
  26. [info] Resolving org.scala-lang#scala-reflect;2.11.1 ...
  27. [info] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.2 ...
  28. [info] Resolving org.scala-lang.modules#scala-parser-combinators_2.11;1.0.1 ...
  29. [info] Resolving org.scala-lang#scala-compiler;2.10.4 ...
  30. [info] Resolving org.scala-lang#scala-reflect;2.10.4 ...
  31. [info] Resolving org.scala-lang#jline;2.10.4 ...
  32. [info] Resolving org.fusesource.jansi#jansi;1.4 ...
  33. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  34. [warn] :: UNRESOLVED DEPENDENCIES ::
  35. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  36. [warn] :: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  37. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  38. sbt.ResolveException: unresolved dependency: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  39. at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:217)
  40. at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:126)
  41. at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:125)
  42. at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)
  43. at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)
  44. at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:103)
  45. at sbt.IvySbt.sbt$IvySbt$$action$1(Ivy.scala:48)
  46. at sbt.IvySbt$$anon$3.call(Ivy.scala:57)
  47. at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:98)
  48. at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:81)
  49. at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:102)
  50. at xsbt.boot.Using$.withResource(Using.scala:11)
  51. at xsbt.boot.Using$.apply(Using.scala:10)
  52. at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:62)
  53. at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:52)
  54. at xsbt.boot.Locks$.apply0(Locks.scala:31)
  55. at xsbt.boot.Locks$.apply(Locks.scala:28)
  56. at sbt.IvySbt.withDefaultLogger(Ivy.scala:57)
  57. at sbt.IvySbt.withIvy(Ivy.scala:98)
  58. at sbt.IvySbt.withIvy(Ivy.scala:94)
  59. at sbt.IvySbt$Module.withModule(Ivy.scala:115)
  60. at sbt.IvyActions$.update(IvyActions.scala:125)
  61. at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1223)
  62. at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1221)
  63. at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1244)
  64. at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1242)
  65. at sbt.Tracked$$anonfun$lastOutput$1.apply(Tracked.scala:35)
  66. at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1246)
  67. at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1241)
  68. at sbt.Tracked$$anonfun$inputChanged$1.apply(Tracked.scala:45)
  69. at sbt.Classpaths$.cachedUpdate(Defaults.scala:1249)
  70. at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1214)
  71. at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1192)
  72. at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
  73. at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
  74. at sbt.std.Transform$$anon$4.work(System.scala:64)
  75. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
  76. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
  77. at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
  78. at sbt.Execute.work(Execute.scala:244)
  79. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
  80. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
  81. at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
  82. at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
  83. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  84. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  85. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  86. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  87. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  88. at java.lang.Thread.run(Thread.java:745)
  89. [error] (*:update) sbt.ResolveException: unresolved dependency: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  90. [info] Updating {file:/home/henrique/IdeaProjects/ScalaScriptEngineTest/}scalascriptenginetest...
  91. [warn] Binary version (2.11) for dependency org.scala-lang#scala-compiler;2.11.1
  92. [warn] in scalascriptenginetest#scalascriptenginetest_2.10;1.0 differs from Scala binary version in project (2.10).
  93. [info] Resolving org.scala-lang#scala-library;2.10.4 ...
  94. [info] Resolving com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10 ...
  95. [warn] module not found: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10
  96. [warn] ==== local: tried
  97. [warn] /home/henrique/.ivy2/local/com.googlecode.scalascriptengine/scalascriptengine_2.10/1.3.10/ivys/ivy.xml
  98. [warn] ==== public: tried
  99. [warn] http://repo1.maven.org/maven2/com/googlecode/scalascriptengine/scalascriptengine_2.10/1.3.10/scalascriptengine_2.10-1.3.10.pom
  100. [info] Resolving org.scala-lang#scala-compiler;2.11.1 ...
  101. [info] Resolving org.scala-lang#scala-library;2.11.1 ...
  102. [info] Resolving org.scala-lang#scala-reflect;2.11.1 ...
  103. [info] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.2 ...
  104. [info] Resolving org.scala-lang.modules#scala-parser-combinators_2.11;1.0.1 ...
  105. [info] Resolving org.scala-lang#scala-compiler;2.10.4 ...
  106. [info] Resolving org.scala-lang#scala-reflect;2.10.4 ...
  107. [info] Resolving org.scala-lang#jline;2.10.4 ...
  108. [info] Resolving org.fusesource.jansi#jansi;1.4 ...
  109. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  110. [warn] :: UNRESOLVED DEPENDENCIES ::
  111. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  112. [warn] :: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  113. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  114. sbt.ResolveException: unresolved dependency: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  115. at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:217)
  116. at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:126)
  117. at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:125)
  118. at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)
  119. at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)
  120. at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:103)
  121. at sbt.IvySbt.sbt$IvySbt$$action$1(Ivy.scala:48)
  122. at sbt.IvySbt$$anon$3.call(Ivy.scala:57)
  123. at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:98)
  124. at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:81)
  125. at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:102)
  126. at xsbt.boot.Using$.withResource(Using.scala:11)
  127. at xsbt.boot.Using$.apply(Using.scala:10)
  128. at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:62)
  129. at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:52)
  130. at xsbt.boot.Locks$.apply0(Locks.scala:31)
  131. at xsbt.boot.Locks$.apply(Locks.scala:28)
  132. at sbt.IvySbt.withDefaultLogger(Ivy.scala:57)
  133. at sbt.IvySbt.withIvy(Ivy.scala:98)
  134. at sbt.IvySbt.withIvy(Ivy.scala:94)
  135. at sbt.IvySbt$Module.withModule(Ivy.scala:115)
  136. at sbt.IvyActions$.update(IvyActions.scala:125)
  137. at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1223)
  138. at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1221)
  139. at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1244)
  140. at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1242)
  141. at sbt.Tracked$$anonfun$lastOutput$1.apply(Tracked.scala:35)
  142. at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1246)
  143. at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1241)
  144. at sbt.Tracked$$anonfun$inputChanged$1.apply(Tracked.scala:45)
  145. at sbt.Classpaths$.cachedUpdate(Defaults.scala:1249)
  146. at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1214)
  147. at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1192)
  148. at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
  149. at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
  150. at sbt.std.Transform$$anon$4.work(System.scala:64)
  151. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
  152. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
  153. at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
  154. at sbt.Execute.work(Execute.scala:244)
  155. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
  156. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
  157. at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
  158. at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
  159. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  160. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  161. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  162. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  163. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  164. at java.lang.Thread.run(Thread.java:745)
  165. [error] (*:update) sbt.ResolveException: unresolved dependency: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  166. [info] Updating {file:/home/henrique/IdeaProjects/ScalaScriptEngineTest/}scalascriptenginetest...
  167. [warn] Binary version (2.11) for dependency org.scala-lang#scala-compiler;2.11.1
  168. [warn] in scalascriptenginetest#scalascriptenginetest_2.10;1.0 differs from Scala binary version in project (2.10).
  169. [info] Resolving org.scala-lang#scala-library;2.10.4 ...
  170. [info] Resolving com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10 ...
  171. [warn] module not found: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10
  172. [warn] ==== local: tried
  173. [warn] /home/henrique/.ivy2/local/com.googlecode.scalascriptengine/scalascriptengine_2.10/1.3.10/ivys/ivy.xml
  174. [warn] ==== public: tried
  175. [warn] http://repo1.maven.org/maven2/com/googlecode/scalascriptengine/scalascriptengine_2.10/1.3.10/scalascriptengine_2.10-1.3.10.pom
  176. [info] Resolving org.scala-lang#scala-compiler;2.11.1 ...
  177. [info] Resolving org.scala-lang#scala-library;2.11.1 ...
  178. [info] Resolving org.scala-lang#scala-reflect;2.11.1 ...
  179. [info] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.2 ...
  180. [info] Resolving org.scala-lang.modules#scala-parser-combinators_2.11;1.0.1 ...
  181. [info] Resolving org.scala-lang#scala-compiler;2.10.4 ...
  182. [info] Resolving org.scala-lang#scala-reflect;2.10.4 ...
  183. [info] Resolving org.scala-lang#jline;2.10.4 ...
  184. [info] Resolving org.fusesource.jansi#jansi;1.4 ...
  185. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  186. [warn] :: UNRESOLVED DEPENDENCIES ::
  187. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  188. [warn] :: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  189. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  190. sbt.ResolveException: unresolved dependency: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  191. at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:217)
  192. at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:126)
  193. at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:125)
  194. at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)
  195. at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)
  196. at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:103)
  197. at sbt.IvySbt.sbt$IvySbt$$action$1(Ivy.scala:48)
  198. at sbt.IvySbt$$anon$3.call(Ivy.scala:57)
  199. at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:98)
  200. at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:81)
  201. at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:102)
  202. at xsbt.boot.Using$.withResource(Using.scala:11)
  203. at xsbt.boot.Using$.apply(Using.scala:10)
  204. at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:62)
  205. at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:52)
  206. at xsbt.boot.Locks$.apply0(Locks.scala:31)
  207. at xsbt.boot.Locks$.apply(Locks.scala:28)
  208. at sbt.IvySbt.withDefaultLogger(Ivy.scala:57)
  209. at sbt.IvySbt.withIvy(Ivy.scala:98)
  210. at sbt.IvySbt.withIvy(Ivy.scala:94)
  211. at sbt.IvySbt$Module.withModule(Ivy.scala:115)
  212. at sbt.IvyActions$.update(IvyActions.scala:125)
  213. at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1223)
  214. at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1221)
  215. at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1244)
  216. at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1242)
  217. at sbt.Tracked$$anonfun$lastOutput$1.apply(Tracked.scala:35)
  218. at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1246)
  219. at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1241)
  220. at sbt.Tracked$$anonfun$inputChanged$1.apply(Tracked.scala:45)
  221. at sbt.Classpaths$.cachedUpdate(Defaults.scala:1249)
  222. at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1214)
  223. at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1192)
  224. at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
  225. at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
  226. at sbt.std.Transform$$anon$4.work(System.scala:64)
  227. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
  228. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
  229. at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
  230. at sbt.Execute.work(Execute.scala:244)
  231. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
  232. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
  233. at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
  234. at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
  235. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  236. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  237. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  238. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  239. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  240. at java.lang.Thread.run(Thread.java:745)
  241. [error] (*:update) sbt.ResolveException: unresolved dependency: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  242. [info] Updating {file:/home/henrique/IdeaProjects/ScalaScriptEngineTest/}scalascriptenginetest...
  243. [warn] Binary version (2.11) for dependency org.scala-lang#scala-compiler;2.11.1
  244. [warn] in scalascriptenginetest#scalascriptenginetest_2.10;1.0 differs from Scala binary version in project (2.10).
  245. [info] Resolving org.scala-lang#scala-library;2.10.4 ...
  246. [info] Resolving com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10 ...
  247. [warn] module not found: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10
  248. [warn] ==== local: tried
  249. [warn] /home/henrique/.ivy2/local/com.googlecode.scalascriptengine/scalascriptengine_2.10/1.3.10/ivys/ivy.xml
  250. [warn] ==== public: tried
  251. [warn] http://repo1.maven.org/maven2/com/googlecode/scalascriptengine/scalascriptengine_2.10/1.3.10/scalascriptengine_2.10-1.3.10.pom
  252. [info] Resolving org.scala-lang#scala-compiler;2.11.1 ...
  253. [info] Resolving org.scala-lang#scala-library;2.11.1 ...
  254. [info] Resolving org.scala-lang#scala-reflect;2.11.1 ...
  255. [info] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.2 ...
  256. [info] Resolving org.scala-lang.modules#scala-parser-combinators_2.11;1.0.1 ...
  257. [info] Resolving org.scala-lang#scala-compiler;2.10.4 ...
  258. [info] Resolving org.scala-lang#scala-reflect;2.10.4 ...
  259. [info] Resolving org.scala-lang#jline;2.10.4 ...
  260. [info] Resolving org.fusesource.jansi#jansi;1.4 ...
  261. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  262. [warn] :: UNRESOLVED DEPENDENCIES ::
  263. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  264. [warn] :: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  265. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  266. sbt.ResolveException: unresolved dependency: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  267. at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:217)
  268. at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:126)
  269. at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:125)
  270. at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)
  271. at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)
  272. at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:103)
  273. at sbt.IvySbt.sbt$IvySbt$$action$1(Ivy.scala:48)
  274. at sbt.IvySbt$$anon$3.call(Ivy.scala:57)
  275. at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:98)
  276. at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:81)
  277. at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:102)
  278. at xsbt.boot.Using$.withResource(Using.scala:11)
  279. at xsbt.boot.Using$.apply(Using.scala:10)
  280. at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:62)
  281. at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:52)
  282. at xsbt.boot.Locks$.apply0(Locks.scala:31)
  283. at xsbt.boot.Locks$.apply(Locks.scala:28)
  284. at sbt.IvySbt.withDefaultLogger(Ivy.scala:57)
  285. at sbt.IvySbt.withIvy(Ivy.scala:98)
  286. at sbt.IvySbt.withIvy(Ivy.scala:94)
  287. at sbt.IvySbt$Module.withModule(Ivy.scala:115)
  288. at sbt.IvyActions$.update(IvyActions.scala:125)
  289. at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1223)
  290. at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1221)
  291. at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1244)
  292. at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1242)
  293. at sbt.Tracked$$anonfun$lastOutput$1.apply(Tracked.scala:35)
  294. at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1246)
  295. at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1241)
  296. at sbt.Tracked$$anonfun$inputChanged$1.apply(Tracked.scala:45)
  297. at sbt.Classpaths$.cachedUpdate(Defaults.scala:1249)
  298. at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1214)
  299. at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1192)
  300. at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
  301. at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
  302. at sbt.std.Transform$$anon$4.work(System.scala:64)
  303. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
  304. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
  305. at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
  306. at sbt.Execute.work(Execute.scala:244)
  307. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
  308. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
  309. at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
  310. at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
  311. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  312. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  313. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  314. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  315. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  316. at java.lang.Thread.run(Thread.java:745)
  317. [error] (*:update) sbt.ResolveException: unresolved dependency: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  318. [info] Updating {file:/home/henrique/IdeaProjects/ScalaScriptEngineTest/}scalascriptenginetest...
  319. [warn] Binary version (2.11) for dependency org.scala-lang#scala-compiler;2.11.1
  320. [warn] in scalascriptenginetest#scalascriptenginetest_2.10;1.0 differs from Scala binary version in project (2.10).
  321. [info] Resolving org.scala-lang#scala-library;2.10.4 ...
  322. [info] Resolving com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10 ...
  323. [warn] module not found: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10
  324. [warn] ==== local: tried
  325. [warn] /home/henrique/.ivy2/local/com.googlecode.scalascriptengine/scalascriptengine_2.10/1.3.10/ivys/ivy.xml
  326. [warn] ==== public: tried
  327. [warn] http://repo1.maven.org/maven2/com/googlecode/scalascriptengine/scalascriptengine_2.10/1.3.10/scalascriptengine_2.10-1.3.10.pom
  328. [info] Resolving org.scala-lang#scala-compiler;2.11.1 ...
  329. [info] Resolving org.scala-lang#scala-library;2.11.1 ...
  330. [info] Resolving org.scala-lang#scala-reflect;2.11.1 ...
  331. [info] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.2 ...
  332. [info] Resolving org.scala-lang.modules#scala-parser-combinators_2.11;1.0.1 ...
  333. [info] Resolving org.scala-lang#scala-compiler;2.10.4 ...
  334. [info] Resolving org.scala-lang#scala-reflect;2.10.4 ...
  335. [info] Resolving org.scala-lang#jline;2.10.4 ...
  336. [info] Resolving org.fusesource.jansi#jansi;1.4 ...
  337. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  338. [warn] :: UNRESOLVED DEPENDENCIES ::
  339. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  340. [warn] :: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  341. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  342. sbt.ResolveException: unresolved dependency: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  343. at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:217)
  344. at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:126)
  345. at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:125)
  346. at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)
  347. at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)
  348. at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:103)
  349. at sbt.IvySbt.sbt$IvySbt$$action$1(Ivy.scala:48)
  350. at sbt.IvySbt$$anon$3.call(Ivy.scala:57)
  351. at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:98)
  352. at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:81)
  353. at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:102)
  354. at xsbt.boot.Using$.withResource(Using.scala:11)
  355. at xsbt.boot.Using$.apply(Using.scala:10)
  356. at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:62)
  357. at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:52)
  358. at xsbt.boot.Locks$.apply0(Locks.scala:31)
  359. at xsbt.boot.Locks$.apply(Locks.scala:28)
  360. at sbt.IvySbt.withDefaultLogger(Ivy.scala:57)
  361. at sbt.IvySbt.withIvy(Ivy.scala:98)
  362. at sbt.IvySbt.withIvy(Ivy.scala:94)
  363. at sbt.IvySbt$Module.withModule(Ivy.scala:115)
  364. at sbt.IvyActions$.update(IvyActions.scala:125)
  365. at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1223)
  366. at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1221)
  367. at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1244)
  368. at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1242)
  369. at sbt.Tracked$$anonfun$lastOutput$1.apply(Tracked.scala:35)
  370. at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1246)
  371. at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1241)
  372. at sbt.Tracked$$anonfun$inputChanged$1.apply(Tracked.scala:45)
  373. at sbt.Classpaths$.cachedUpdate(Defaults.scala:1249)
  374. at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1214)
  375. at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1192)
  376. at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
  377. at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
  378. at sbt.std.Transform$$anon$4.work(System.scala:64)
  379. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
  380. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
  381. at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
  382. at sbt.Execute.work(Execute.scala:244)
  383. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
  384. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
  385. at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
  386. at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
  387. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  388. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  389. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  390. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  391. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  392. at java.lang.Thread.run(Thread.java:745)
  393. [error] (*:update) sbt.ResolveException: unresolved dependency: com.googlecode.scalascriptengine#scalascriptengine_2.10;1.3.10: not found
  394. java.lang.RuntimeException: Couldn't run: ScopedKey(Scope(Select(ProjectRef(file:/home/henrique/IdeaProjects/ScalaScriptEngineTest/,scalascriptenginetest)),This,This,This),update)
  395. at scala.sys.package$.error(package.scala:27)
  396. at org.jetbrains.sbt.Extractor$$anonfun$run$1$2.apply(Extractor.scala:188)
  397. at org.jetbrains.sbt.Extractor$$anonfun$run$1$2.apply(Extractor.scala:188)
  398. at scala.Option.getOrElse(Option.scala:120)
  399. at org.jetbrains.sbt.Extractor$.run$1(Extractor.scala:188)
  400. at org.jetbrains.sbt.Extractor$.getModuleReports$1(Extractor.scala:191)
  401. at org.jetbrains.sbt.Extractor$.extractModules(Extractor.scala:200)
  402. at org.jetbrains.sbt.Extractor$$anonfun$5$$anonfun$6.apply(Extractor.scala:28)
  403. at org.jetbrains.sbt.Extractor$$anonfun$5$$anonfun$6.apply(Extractor.scala:28)
  404. at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:251)
  405. at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:251)
  406. at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
  407. at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47)
  408. at scala.collection.TraversableLike$class.flatMap(TraversableLike.scala:251)
  409. at scala.collection.AbstractTraversable.flatMap(Traversable.scala:105)
  410. at org.jetbrains.sbt.Extractor$$anonfun$5.apply(Extractor.scala:28)
  411. at org.jetbrains.sbt.Extractor$$anonfun$5.apply(Extractor.scala:27)
  412. at org.jetbrains.sbt.Utilities$$anon$1.option(Utilities.scala:19)
  413. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  414. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  415. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  416. at java.lang.reflect.Method.invoke(Method.java:606)
  417. at org.jetbrains.sbt.Extractor$.extractStructure(Extractor.scala:27)
  418. at org.jetbrains.sbt.StructurePlugin$.read(StructurePlugin.scala:23)
  419. at org.jetbrains.sbt.ReadProject$.apply(StructurePlugin.scala:60)
  420. at org.jetbrains.sbt.ReadProject$.apply(StructurePlugin.scala:59)
  421. at sbt.BasicCommands$$anonfun$call$2$$anonfun$apply$9.apply(BasicCommands.scala:122)
  422. at sbt.BasicCommands$$anonfun$call$2$$anonfun$apply$9.apply(BasicCommands.scala:122)
  423. at scala.collection.LinearSeqOptimized$class.foldLeft(LinearSeqOptimized.scala:111)
  424. at scala.collection.immutable.List.foldLeft(List.scala:84)
  425. at scala.collection.TraversableOnce$class.$div$colon(TraversableOnce.scala:138)
  426. at scala.collection.AbstractTraversable.$div$colon(Traversable.scala:105)
  427. at sbt.BasicCommands$$anonfun$call$2.apply(BasicCommands.scala:122)
  428. at sbt.BasicCommands$$anonfun$call$2.apply(BasicCommands.scala:117)
  429. at sbt.Command$$anonfun$applyEffect$1$$anonfun$apply$2.apply(Command.scala:60)
  430. at sbt.Command$$anonfun$applyEffect$1$$anonfun$apply$2.apply(Command.scala:60)
  431. at sbt.Command$$anonfun$applyEffect$2$$anonfun$apply$3.apply(Command.scala:62)
  432. at sbt.Command$$anonfun$applyEffect$2$$anonfun$apply$3.apply(Command.scala:62)
  433. at sbt.Command$.process(Command.scala:95)
  434. at sbt.MainLoop$$anonfun$1$$anonfun$apply$1.apply(MainLoop.scala:100)
  435. at sbt.MainLoop$$anonfun$1$$anonfun$apply$1.apply(MainLoop.scala:100)
  436. at sbt.State$$anon$1.process(State.scala:179)
  437. at sbt.MainLoop$$anonfun$1.apply(MainLoop.scala:100)
  438. at sbt.MainLoop$$anonfun$1.apply(MainLoop.scala:100)
  439. at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
  440. at sbt.MainLoop$.next(MainLoop.scala:100)
  441. at sbt.MainLoop$.run(MainLoop.scala:93)
  442. at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(MainLoop.scala:71)
  443. at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(MainLoop.scala:66)
  444. at sbt.Using.apply(Using.scala:25)
  445. at sbt.MainLoop$.runWithNewLog(MainLoop.scala:66)
  446. at sbt.MainLoop$.runAndClearLast(MainLoop.scala:49)
  447. at sbt.MainLoop$.runLoggedLoop(MainLoop.scala:33)
  448. at sbt.MainLoop$.runLogged(MainLoop.scala:25)
  449. at sbt.StandardMain$.runManaged(Main.scala:57)
  450. at sbt.xMain.run(Main.scala:29)
  451. at xsbt.boot.Launch$$anonfun$run$1.apply(Launch.scala:109)
  452. at xsbt.boot.Launch$.withContextLoader(Launch.scala:129)
  453. at xsbt.boot.Launch$.run(Launch.scala:109)
  454. at xsbt.boot.Launch$$anonfun$apply$1.apply(Launch.scala:36)
  455. at xsbt.boot.Launch$.launch(Launch.scala:117)
  456. at xsbt.boot.Launch$.apply(Launch.scala:19)
  457. at xsbt.boot.Boot$.runImpl(Boot.scala:44)
  458. at xsbt.boot.Boot$.main(Boot.scala:20)
  459. at xsbt.boot.Boot.main(Boot.scala)
  460. [error] Couldn't run: ScopedKey(Scope(Select(ProjectRef(file:/home/henrique/IdeaProjects/ScalaScriptEngineTest/,scalascriptenginetest)),This,This,This),update)
  461. [error] Use 'last' for the full log.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement