Started by upstream project "jocl-demos" build number 333 Building remotely on macosx64-NV320M-10_6-jogamp-x64-sgothel-012 Checkout:macosx-10_6-x86_64-nvidia / /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia - hudson.remoting.Channel@6e03ccc4:macosx64-NV320M-10_6-jogamp-x64-sgothel-012 Using strategy: Default Last Built Revision: Revision 0c3209367271dce8dd1996f159ed41f610ba88da (origin/master) Checkout:macosx-10_6-x86_64-nvidia / /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia - hudson.remoting.LocalChannel@71394e2d Fetching changes from the remote Git repository Fetching upstream changes from git://github.com/mbien/jocl-demos.git Commencing build of Revision 0c3209367271dce8dd1996f159ed41f610ba88da (origin/master) Checking out Revision 0c3209367271dce8dd1996f159ed41f610ba88da (origin/master) No emails were triggered. [macosx-10_6-x86_64-nvidia] $ ant -Dlabel=macosx-10_6-x86_64-nvidia -Djocl-demos.build.commit=0c3209367271dce8dd1996f159ed41f610ba88da -Dgluegen.root=../../../gluegen/label/macosx-10_6-x86_64-nvidia -Djogl.root=../../../jogl/label/macosx-10_6-x86_64-nvidia -Djocl-demos.build.branch=master -Djocl.root=../../../jocl/label/macosx-10_6-x86_64-nvidia -Djocl-demos.build.id=2011-04-20_01-21-10 -Djocl-demos.build.number=333 clean jar Buildfile: /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/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 /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/build [delete] Deleting directory /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/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: /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/build/classes -pre-compile: -compile-depend: -do-compile: [mkdir] Created dir: /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/build/empty [javac] Compiling 28 source files to /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/build/classes [javac] /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/src/com/jogamp/opencl/demos/bandwidth/BandwidthBenchmark.java:261: cannot find symbol [javac] symbol : method putUnmapMemory(com.jogamp.opencl.CLBuffer) [javac] location: class com.jogamp.opencl.CLCommandQueue [javac] queue.putUnmapMemory(cmPinnedData); [javac] ^ [javac] /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/src/com/jogamp/opencl/demos/bandwidth/BandwidthBenchmark.java:303: cannot find symbol [javac] symbol : method putUnmapMemory(com.jogamp.opencl.CLBuffer) [javac] location: class com.jogamp.opencl.CLCommandQueue [javac] queue.putUnmapMemory(cmDevData); [javac] ^ [javac] /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/src/com/jogamp/opencl/demos/bandwidth/BandwidthBenchmark.java:314: cannot find symbol [javac] symbol : method putUnmapMemory(com.jogamp.opencl.CLBuffer) [javac] location: class com.jogamp.opencl.CLCommandQueue [javac] queue.putUnmapMemory(cmPinnedData); [javac] ^ [javac] /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/src/com/jogamp/opencl/demos/bandwidth/BandwidthBenchmark.java:347: cannot find symbol [javac] symbol : method putUnmapMemory(com.jogamp.opencl.CLBuffer) [javac] location: class com.jogamp.opencl.CLCommandQueue [javac] queue.putUnmapMemory(cmPinnedData); [javac] ^ [javac] /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/src/com/jogamp/opencl/demos/bandwidth/BandwidthBenchmark.java:383: cannot find symbol [javac] symbol : method putUnmapMemory(com.jogamp.opencl.CLBuffer) [javac] location: class com.jogamp.opencl.CLCommandQueue [javac] queue.putUnmapMemory(cmDevData); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 5 errors BUILD FAILED /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/nbproject/build-impl.xml:365: The following error occurred while executing this line: /Users/jogamp/JogAmpSlavex64/workspace/jocl-demos/label/macosx-10_6-x86_64-nvidia/nbproject/build-impl.xml:168: Compile failed; see the compiler error output for details. Total time: 3 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 Sending email to: mediastream@jogamp.org Notifying upstream projects of job completion Finished: FAILURE