Started by upstream project "jocl-demos" build number 349 Building remotely on win64-nvgtx460-win7-jogamp-x64-sgothel-011 Checkout:win7-x86_64-nvida / c:\JogAmpSlavex64\workspace\jocl-demos\label/win7-x86_64-nvida - hudson.remoting.Channel@5fee8c4:win64-nvgtx460-win7-jogamp-x64-sgothel-011 Using strategy: Default Last Built Revision: Revision bb3cc47fefe772fdb9977daf34d7f7289183ad7d (origin/master) Checkout:win7-x86_64-nvida / c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida - hudson.remoting.LocalChannel@2016aa19 Fetching changes from the remote Git repository Fetching upstream changes from git://github.com/mbien/jocl-demos.git Commencing build of Revision bb3cc47fefe772fdb9977daf34d7f7289183ad7d (origin/master) Checking out Revision bb3cc47fefe772fdb9977daf34d7f7289183ad7d (origin/master) No emails were triggered. [win7-x86_64-nvida] $ cmd.exe /C '"ant.bat -Dlabel=win7-x86_64-nvida -Djocl-demos.build.commit=bb3cc47fefe772fdb9977daf34d7f7289183ad7d -Dgluegen.root=../../../gluegen/label/win7-x86_64-nvida -Djogl.root=../../../jogl/label/win7-x86_64-nvida -Djocl-demos.build.branch=master -Djocl.root=../../../jocl/label/win7-x86_64-nvida -Djocl-demos.build.id=2011-05-18_04-06-58 -Djocl-demos.build.number=349 clean jar && exit %%ERRORLEVEL%%"' Buildfile: c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida\build.xml -pre-init: -init-private: -init-user: -init-project: -init-macrodef-property: -do-init: -post-init: -init-check: -init-macrodef-javac: -init-macrodef-junit: -init-debug-args: -init-macrodef-nbjpda: -init-macrodef-debug: -init-macrodef-java: -init-presetdef-jar: init: deps-clean: -do-clean: [delete] Deleting directory c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida\build [delete] Deleting directory c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida\dist -post-clean: clean: -pre-init: -init-private: -init-user: -init-project: -init-macrodef-property: -do-init: -post-init: -init-check: -init-macrodef-javac: -init-macrodef-junit: -init-debug-args: -init-macrodef-nbjpda: -init-macrodef-debug: -init-macrodef-java: -init-presetdef-jar: init: deps-jar: -check-automatic-build: -clean-after-automatic-build: -verify-automatic-build: -pre-pre-compile: [mkdir] Created dir: c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida\build\classes -pre-compile: -compile-depend: -do-compile: [mkdir] Created dir: c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida\build\empty [javac] Compiling 28 source files to c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida\build\classes [javac] c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida\src\com\jogamp\opencl\demos\fractal\MultiDeviceFractal.java:287: cannot find symbol [javac] symbol : method createFromGLBuffer(int,com.jogamp.opencl.CLMemory.Mem) [javac] location: class com.jogamp.opencl.gl.CLGLContext [javac] pboBuffers[i] = clContext.createFromGLBuffer(pbo[i], WRITE_ONLY); [javac] ^ [javac] c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida\src\com\jogamp\opencl\demos\fractal\MultiDeviceFractal.java:389: cannot find symbol [javac] symbol : method putAcquireGLObject(long) [javac] location: class com.jogamp.opencl.CLCommandQueue [javac] queues[i].putAcquireGLObject(pboBuffers[i].ID) [javac] ^ [javac] c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida\src\com\jogamp\opencl\demos\joglinterop\GLCLInteroperabilityDemo.java:184: cannot find symbol [javac] symbol : method createFromGLBuffer(int,com.jogamp.opencl.CLMemory.Mem) [javac] location: class com.jogamp.opencl.gl.CLGLContext [javac] clBuffer = clContext.createFromGLBuffer(glObjects[VERTICES], CLGLBuffer.Mem.WRITE_ONLY); [javac] ^ [javac] c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida\src\com\jogamp\opencl\demos\joglinterop\GLCLInteroperabilityDemo.java:233: cannot find symbol [javac] symbol : method putAcquireGLObject(long) [javac] location: class com.jogamp.opencl.CLCommandQueue [javac] commandQueue.putAcquireGLObject(clBuffer.ID) [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 4 errors BUILD FAILED c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida\nbproject\build-impl.xml:365: The following error occurred while executing this line: c:\JogAmpSlavex64\workspace\jocl-demos\label\win7-x86_64-nvida\nbproject\build-impl.xml:168: Compile failed; see the compiler error output for details. Total time: 2 seconds [WARNINGS] Skipping publisher since build result is FAILURE Archiving artifacts Sending e-mails to: mediastream@jogamp.org Email was triggered for: Failure Sending email for trigger: Failure ERROR: Could not send email as a part of the post-build publishers. java.lang.InterruptedException at java.lang.Object.wait(Native Method) at hudson.remoting.Request.call(Request.java:122) at hudson.remoting.Channel.call(Channel.java:630) at hudson.EnvVars.getRemote(EnvVars.java:202) at hudson.model.Computer.getEnvironment(Computer.java:779) at hudson.model.Run.getEnvironment(Run.java:1766) at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:725) at hudson.plugins.emailext.ExtendedEmailPublisher.createMail(ExtendedEmailPublisher.java:274) at hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:218) at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:210) at hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:172) at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36) at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:644) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:623) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:601) at hudson.model.Build$RunnerImpl.cleanUp(Build.java:168) at hudson.model.Run.run(Run.java:1405) at hudson.matrix.MatrixRun.run(MatrixRun.java:137) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:145) Notifying upstream projects of job completion Finished: FAILURE