-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Major
-
Affects Version/s: master, 4.6.0
-
Component/s: Build Infrastructure
-
None
Email from Raymond Burston
Hi, I'm trying to build 4.6.0 on SLES 12 SP1, but it crashes (it worked fine on SLES 11 SP3).
The output is below. Any ideas why it crashes? Thanks, Ray
Apache Ant(TM) version 1.9.4 compiled on September 23 2014
Trying the default build file: build.xml
Buildfile: /export/local/condor/pegasus-source-4.6.0/build.xml
Detected Java version: 1.8 in: /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre
Detected OS: Linux
parsing buildfile /export/local/condor/pegasus-source-4.6.0/build.xml with URI = file:/export/local/condor/pegasus-source-4.6.0/build.xml
Project base dir set to: /export/local/condor/pegasus-source-4.6.0
parsing buildfile jar:file:/usr/share/java/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/usr/share/java/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
[property] Loading Environment env.
[property] Loading /export/local/condor/pegasus-source-4.6.0/build.properties
[property] Loading /export/local/condor/pegasus-source-4.6.0/build.git.properties
[property] Unable to find property file: /export/local/condor/pegasus-source-4.6.0/build.git.properties
[echo] Pegasus Version: 4.6.0
[echo] JAVA TARGET is 1.6
[echo] JAVA SOURCE is 1.6
[echo] Build timestamp: 20160204131329Z
[exec] Current OS is Linux
[exec] Output redirected to property: dist.arch
[exec] Executing '/export/local/condor/pegasus-source-4.6.0/release-tools/getsystem'
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
[echo] Architecture: x86_64_suse_12
[exec] Current OS is Linux
[exec] Output redirected to property: dist.osid
[exec] Executing '/export/local/condor/pegasus-source-4.6.0/release-tools/getosid'
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
[echo] OSID: suse12
[exec] Current OS is Linux
[exec] Output redirected to property: dist.lib.subdir
[exec] Executing '/export/local/condor/pegasus-source-4.6.0/release-tools/determine-lib-dir'
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
[echo] Library subdir: lib64
[exec] Current OS is Linux
[exec] Output redirected to property: dist.python
[exec] Executing '/export/local/condor/pegasus-source-4.6.0/release-tools/get-system-python'
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
[echo] Python: /usr/bin/python2.7
[exec] Current OS is Linux
[exec] Output redirected to property: dist.python-lib.subdir
[exec] Executing '/export/local/condor/pegasus-source-4.6.0/release-tools/python-modules-dir' with arguments:
[exec] 'lib64'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
[echo] Python library subdir: lib64/python2.7/site-packages
[macrodef] creating macro package-binary
Build sequence for target(s) `dist' is [dist-clean, set-git-hash, setup, compile-common, compile-planner, jar-planner, compile-vdl, jar-vdl, compile-ctools, compile-python, compile-externals, dist-common, dist]
Complete build sequence is [dist-clean, set-git-hash, setup, compile-common, compile-planner, jar-planner, compile-vdl, jar-vdl, compile-ctools, compile-python, compile-externals, dist-common, dist, compile-junit, jar-junit, doc-manp
ages, doc-user-guide, doc-schemas, doc-java, doc-python, doc-perl, doc-tutorial, doc, dist-release, dist-macos, dist-source, test-kickstart, test-python, jar, test-java, test-pmc, test, compile-java, compile, dist-python-source, dist
-rpm, dist-doc, dist-deb, clean, compile-pmc, dist-worker, ]
dist-clean:
set-git-hash:
[echo] Setting pegasus.build.git.hash
[exec] Current OS is Linux
[exec] Output redirected to property: pegasus.build.git.hash
[exec] Executing '/bin/bash' with arguments:
[exec] '-c'
[exec] 'git rev-parse HEAD'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
BUILD FAILED
/export/local/condor/pegasus-source-4.6.0/build.xml:133: exec returned: 127
at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:643)
at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:669)
at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:495)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:435)
at org.apache.tools.ant.Target.performTasks(Target.java:456)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
at org.apache.tools.ant.Main.runBuild(Main.java:851)
at org.apache.tools.ant.Main.startAnt(Main.java:235)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Total time: 1 second