Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.04 KB | None | 0 0
  1. saalfeld@saalfeld-xps:~/workspace/scenery (master)$ mvn test -Dtest=TexturedCubeExample
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building scenery 0.3.1-SNAPSHOT
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scenery ---
  9. [INFO] Adding ignore: module-info
  10. [INFO] Adding ignore: META-INF/versions/*/module-info
  11. [INFO]
  12. [INFO] --- build-helper-maven-plugin:1.12:regex-property (sanitize-version) @ scenery ---
  13. [INFO]
  14. [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ scenery ---
  15. [INFO] Executing: /bin/sh -c cd '/home/saalfeld/workspace/scenery' && 'git' 'rev-parse' '--verify' 'HEAD'
  16. [INFO] Working directory: /home/saalfeld/workspace/scenery
  17. [INFO] Storing buildNumber: c3388ee947527a5b5d593362c2307a12dabac28c at timestamp: 1524769566827
  18. [INFO] Storing buildScmBranch: master
  19. [INFO]
  20. [INFO] --- scijava-maven-plugin:1.0.0:set-rootdir (set-rootdir) @ scenery ---
  21. [INFO] Setting rootdir: /home/saalfeld/workspace/scenery
  22. [INFO]
  23. [INFO] --- build-helper-maven-plugin:1.12:add-source (add-source) @ scenery ---
  24. [INFO] Source directory: /home/saalfeld/workspace/scenery/src/main/kotlin added.
  25. [INFO]
  26. [INFO] --- build-helper-maven-plugin:1.12:add-test-source (add-test-source) @ scenery ---
  27. [INFO] Test Source directory: /home/saalfeld/workspace/scenery/src/test/kotlin added.
  28. [INFO]
  29. [INFO] --- kotlin-maven-plugin:1.2.40:kapt (kapt) @ scenery ---
  30. [WARNING] /home/saalfeld/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.40/kotlin-stdlib-jre7-1.2.40.jar: (-1, -1) kotlin-stdlib-jre7 is deprecated. Please use kotlin-stdlib-jdk7 instead
  31. [WARNING] /home/saalfeld/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.40/kotlin-stdlib-jre8-1.2.40.jar: (-1, -1) kotlin-stdlib-jre8 is deprecated. Please use kotlin-stdlib-jdk8 instead
  32. [INFO]
  33. [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ scenery ---
  34. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  35. [INFO] Copying 63 resources
  36. [INFO]
  37. [INFO] --- kotlin-maven-plugin:1.2.40:compile (compile) @ scenery ---
  38. [WARNING] Using experimental Kotlin incremental compilation
  39. [INFO] Compiled 0 Kotlin files using incremental compiler
  40. [INFO]
  41. [INFO] --- maven-compiler-plugin:3.5.1:compile (java-compile) @ scenery ---
  42. [INFO] Nothing to compile - all classes are up to date
  43. [INFO]
  44. [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ scenery ---
  45. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  46. [INFO] Copying 2 resources
  47. [INFO]
  48. [INFO] --- kotlin-maven-plugin:1.2.40:test-compile (test-compile) @ scenery ---
  49. [WARNING] Using experimental Kotlin incremental compilation
  50. [INFO] Compiled 0 Kotlin files using incremental compiler
  51. [INFO]
  52. [INFO] --- maven-compiler-plugin:3.5.1:testCompile (java-test-compile) @ scenery ---
  53. [INFO] Nothing to compile - all classes are up to date
  54. [INFO]
  55. [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ scenery ---
  56.  
  57. -------------------------------------------------------
  58. T E S T S
  59. -------------------------------------------------------
  60. Running graphics.scenery.tests.examples.basic.TexturedCubeExample
  61. [main] INFO TexturedCubeExample - Started application as PID 15172
  62. [main] INFO VulkanRenderer - Loaded Deferred Shading (Deferred Shading, with HDR postprocessing and FXAA)
  63. [main] WARN Renderer - Vulkan unavailable (null, Failed to find list of required Vulkan extensions), falling back to OpenGL.
  64. [main] INFO OpenGLRenderer - Initializing OpenGL Renderer...
  65. [main] INFO OpenGLRenderer - Loaded Deferred Shading (Deferred Shading, with HDR postprocessing and FXAA
  66. ClearGLWindow: GLProfile[GL4/GL4.hw]
  67. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - OpenGLRenderer: 512 x 512 on Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2) , 4.5 (Core Profile) Mesa 17.4.0-devel (git-2b612431f5 2017-10-28 xenial-oibaf-ppa)
  68. [main] INFO InputHandler - No custom key configuration found, using default keybindings.
  69. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer GeometryBuffer for pass Scene (512x512)
  70. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment NormalsMaterial, RGBA_Float16
  71. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment DiffuseAlbedo, RGBA_UInt8
  72. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment ZBuffer, Depth32
  73. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLShaderModule - Reading shader from shaders/DefaultDeferred.vert.spv...
  74. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLShaderModule - Reading shader from shaders/DefaultDeferred.frag.spv...
  75. [main-FPSAWTAnimator#00-Timer0] WARN OpenGLShaderModule - Shader compilation log:
  76. [main-FPSAWTAnimator#00-Timer0] WARN OpenGLShaderModule - GLShader [mShaderId=2, mShaderType=FragmentShader]:
  77. 0:40(62): warning: `DiffuseAlbedo' used uninitialized
  78. 0:44(25): warning: `NormalsMaterial' used uninitialized
  79. 0:44(44): warning: `NormalsMaterial' used uninitialized
  80. 0:73(14): warning: `_310' used uninitialized
  81.  
  82. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer DSSDOTemp1 for pass DSSDO (256x256)
  83. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Occlusion, RGBA_UInt8
  84. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLShaderModule - Reading shader from shaders/FullscreenQuad.vert.spv...
  85. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLShaderModule - Reading shader from shaders/DSSDO.frag...
  86. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer DSSDOTemp2 for pass DSSDOBlurV (256x256)
  87. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Occlusion, RGBA_UInt8
  88. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLShaderModule - Reading shader from shaders/DSSDOBlur.frag.spv...
  89. [main-FPSAWTAnimator#00-Timer0] WARN OpenGLShaderModule - Shader compilation log:
  90. [main-FPSAWTAnimator#00-Timer0] WARN OpenGLShaderModule - GLShader [mShaderId=7, mShaderType=FragmentShader]:
  91. 0:37(14): warning: `_980' used uninitialized
  92. 0:46(14): warning: `_981' used uninitialized
  93. 0:61(14): warning: `_980' used uninitialized
  94. 0:70(14): warning: `_981' used uninitialized
  95. 0:84(14): warning: `_980' used uninitialized
  96. 0:93(14): warning: `_981' used uninitialized
  97. 0:107(14): warning: `_980' used uninitialized
  98. 0:116(14): warning: `_981' used uninitialized
  99. 0:130(14): warning: `_980' used uninitialized
  100. 0:139(14): warning: `_981' used uninitialized
  101. 0:153(14): warning: `_980' used uninitialized
  102. 0:162(14): warning: `_981' used uninitialized
  103. 0:176(14): warning: `_980' used uninitialized
  104. 0:185(14): warning: `_981' used uninitialized
  105. 0:199(14): warning: `_980' used uninitialized
  106. 0:208(14): warning: `_981' used uninitialized
  107. 0:222(14): warning: `_980' used uninitialized
  108. 0:231(14): warning: `_981' used uninitialized
  109.  
  110. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer DSSDOBuffer for pass DSSDOBlurH (256x256)
  111. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Occlusion, RGBA_UInt8
  112. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer ForwardBuffer for pass DeferredLighting (512x512)
  113. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Color, RGBA_Float32
  114. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLShaderModule - Reading shader from shaders/DeferredLighting.vert.spv...
  115. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLShaderModule - Reading shader from shaders/DeferredLighting.frag...
  116.  
  117.  
  118.  
  119. this is scenery.
  120. Standard library imported.
  121.  
  122. Try scene.addChild(a = new Box(new GLVector(4.0, 4.0, 4.0)))
  123. ------------------------------------------------------------
  124.  
  125.  
  126. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer HDRBuffer for pass ForwardShading (512x512)
  127. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Color, RGBA_Float32
  128. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Depth, Depth32
  129. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLShaderModule - Reading shader from shaders/DefaultForward.vert.spv...
  130. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLShaderModule - Reading shader from shaders/DefaultForward.frag.spv...
  131. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer FXAABuffer for pass HDR (512x512)
  132. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Color, RGBA_UInt8
  133. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLShaderModule - Reading shader from shaders/HDR.frag.spv...
  134. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer Viewport for pass FXAA (512x512)
  135. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLShaderModule - Reading shader from shaders/FXAA.frag.spv...
  136. [main-FPSAWTAnimator#00-Timer0] WARN OpenGLShaderModule - Shader compilation log:
  137. [main-FPSAWTAnimator#00-Timer0] WARN OpenGLShaderModule - GLShader [mShaderId=18, mShaderType=FragmentShader]:
  138. 0:57(14): warning: `_311' used uninitialized
  139.  
  140. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Initialized 2 textures
  141. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer GeometryBuffer for pass Scene (512x512)
  142. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment NormalsMaterial, RGBA_Float16
  143. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment DiffuseAlbedo, RGBA_UInt8
  144. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment ZBuffer, Depth32
  145. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer DSSDOTemp1 for pass DSSDO (256x256)
  146. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Occlusion, RGBA_UInt8
  147. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer DSSDOTemp2 for pass DSSDOBlurV (256x256)
  148. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Occlusion, RGBA_UInt8
  149. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer DSSDOBuffer for pass DSSDOBlurH (256x256)
  150. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Occlusion, RGBA_UInt8
  151. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer ForwardBuffer for pass DeferredLighting (512x512)
  152. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Color, RGBA_Float32
  153. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer HDRBuffer for pass ForwardShading (512x512)
  154. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Color, RGBA_Float32
  155. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Depth, Depth32
  156. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer FXAABuffer for pass HDR (512x512)
  157. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - + attachment Color, RGBA_UInt8
  158. [main-FPSAWTAnimator#00-Timer0] INFO OpenGLRenderer - Creating render framebuffer Viewport for pass FXAA (512x512)
  159. [SUREFIRE] std/in stream corrupted
  160. java.io.IOException: Bad file descriptor
  161. at java.io.FileInputStream.readBytes(Native Method)
  162. at java.io.FileInputStream.read(FileInputStream.java:255)
  163. at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  164. at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  165. at java.io.DataInputStream.readInt(DataInputStream.java:387)
  166. at org.apache.maven.surefire.booter.MasterProcessCommand.decode(MasterProcessCommand.java:117)
  167. at org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:360)
  168. at java.lang.Thread.run(Thread.java:748)
  169. [main-Display-.x11_:0-1-EDT-1] WARN Settings - WARNING: Settings don't contain 'hdr.Exposure'
  170. [main-Display-.x11_:0-1-EDT-1] WARN ToggleCommand - Method increaseExposure for OpenGLRenderer threw an error: java.lang.reflect.InvocationTargetException:
  171. java.lang.reflect.InvocationTargetException
  172. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  173. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  174. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  175. at java.lang.reflect.Method.invoke(Method.java:498)
  176. at graphics.scenery.controls.behaviours.ToggleCommand.click(ToggleCommand.kt:31)
  177. at graphics.scenery.controls.JOGLMouseAndKeyHandler.keyPressed(JOGLMouseAndKeyHandler.kt:288)
  178. at jogamp.newt.WindowImpl.propagateKeyEvent(WindowImpl.java:4281)
  179. at jogamp.newt.WindowImpl.consumeKeyEvent(WindowImpl.java:4304)
  180. at jogamp.newt.WindowImpl.sendKeyEvent(WindowImpl.java:4183)
  181. at jogamp.newt.driver.x11.WindowDriver.sendKeyEvent(WindowDriver.java:399)
  182. at jogamp.newt.driver.x11.DisplayDriver.DispatchMessages0(Native Method)
  183. at jogamp.newt.driver.x11.DisplayDriver.dispatchMessagesNative(DisplayDriver.java:112)
  184. at jogamp.newt.DisplayImpl.dispatchMessages(DisplayImpl.java:753)
  185. at jogamp.newt.DisplayImpl$7.run(DisplayImpl.java:672)
  186. at jogamp.newt.DefaultEDTUtil$NEDT.run(DefaultEDTUtil.java:347)
  187. Caused by: java.lang.NullPointerException
  188. at graphics.scenery.backends.opengl.OpenGLRenderer.increaseExposure(OpenGLRenderer.kt:782)
  189. ... 15 more
  190. [main-Display-.x11_:0-1-EDT-1] WARN Settings - WARNING: Settings don't contain 'hdr.Exposure'
  191. [main-Display-.x11_:0-1-EDT-1] WARN ToggleCommand - Method decreaseExposure for OpenGLRenderer threw an error: java.lang.reflect.InvocationTargetException:
  192. java.lang.reflect.InvocationTargetException
  193. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  194. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  195. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  196. at java.lang.reflect.Method.invoke(Method.java:498)
  197. at graphics.scenery.controls.behaviours.ToggleCommand.click(ToggleCommand.kt:31)
  198. at graphics.scenery.controls.JOGLMouseAndKeyHandler.keyPressed(JOGLMouseAndKeyHandler.kt:288)
  199. at jogamp.newt.WindowImpl.propagateKeyEvent(WindowImpl.java:4281)
  200. at jogamp.newt.WindowImpl.consumeKeyEvent(WindowImpl.java:4304)
  201. at jogamp.newt.WindowImpl.sendKeyEvent(WindowImpl.java:4183)
  202. at jogamp.newt.driver.x11.WindowDriver.sendKeyEvent(WindowDriver.java:399)
  203. at jogamp.newt.driver.x11.DisplayDriver.DispatchMessages0(Native Method)
  204. at jogamp.newt.driver.x11.DisplayDriver.dispatchMessagesNative(DisplayDriver.java:112)
  205. at jogamp.newt.DisplayImpl.dispatchMessages(DisplayImpl.java:753)
  206. at jogamp.newt.DisplayImpl$7.run(DisplayImpl.java:672)
  207. at jogamp.newt.DefaultEDTUtil$NEDT.run(DefaultEDTUtil.java:347)
  208. Caused by: java.lang.NullPointerException
  209. at graphics.scenery.backends.opengl.OpenGLRenderer.decreaseExposure(OpenGLRenderer.kt:792)
  210. ... 15 more
  211.  
  212. Results :
  213.  
  214. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  215.  
  216. [INFO] ------------------------------------------------------------------------
  217. [INFO] BUILD FAILURE
  218. [INFO] ------------------------------------------------------------------------
  219. [INFO] Total time: 01:05 min
  220. [INFO] Finished at: 2018-04-26T12:07:06-07:00
  221. [INFO] Final Memory: 62M/785M
  222. [INFO] ------------------------------------------------------------------------
  223. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project scenery: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
  224. [ERROR] Command was /bin/sh -c cd /home/saalfeld/workspace/scenery && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms512m -Xmx512m -Dapple.awt.UIElement=true -jar /home/saalfeld/workspace/scenery/target/surefire/surefirebooter4747928741310938376.jar /home/saalfeld/workspace/scenery/target/surefire/surefire1608405357265216489tmp /home/saalfeld/workspace/scenery/target/surefire/surefire_03640097072449403992tmp
  225. [ERROR] -> [Help 1]
  226. [ERROR]
  227. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  228. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  229. [ERROR]
  230. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  231. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
  232. saalfeld@saalfeld-xps:~/workspace/scenery (master)$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement