Build failed in Jenkins: JNA » mac #34

27 views
Skip to first unread message

Pi Jenkins

unread,
May 13, 2015, 9:08:00 PM5/13/15
to danr...@gmail.com, jna-...@googlegroups.com
See <http://raspberrypijenkins:8080/job/JNA/label=mac/34/>

------------------------------------------
Started by upstream project "JNA" build number 34
originally caused by:
Started by an SCM change
Building remotely on MacSlave (mac) in workspace <http://raspberrypijenkins:8080/job/JNA/label=mac/ws/>
Cloning the remote Git repository
Cloning repository https://github.com/twall/jna.git
> git init <http://raspberrypijenkins:8080/job/JNA/label=mac/ws/> # timeout=10
Fetching upstream changes from https://github.com/twall/jna.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/twall/jna.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://github.com/twall/jna.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/twall/jna.git # timeout=10
Fetching upstream changes from https://github.com/twall/jna.git
> git -c core.askpass=true fetch --tags --progress https://github.com/twall/jna.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 865b25d2a556450235c036f67104173e3ee03686 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 865b25d2a556450235c036f67104173e3ee03686
First time build. Skipping changelog.
[mac] $ /Users/bhamail/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.9.4/bin/ant -Dlabel=mac test
Buildfile: <http://raspberrypijenkins:8080/job/JNA/label=mac/ws/build.xml>

-enable-native:

-dynamic-properties:
[mkdir] Created dir: <http://raspberrypijenkins:8080/job/JNA/label=mac/ws/build>
[mkdir] Created dir: <http://raspberrypijenkins:8080/job/JNA/label=mac/ws/build/native-darwin>
[mkdir] Created dir: <http://raspberrypijenkins:8080/job/JNA/label=mac/ws/build/classes>
[mkdir] Created dir: <http://raspberrypijenkins:8080/job/JNA/label=mac/ws/build/test-classes>
[mkdir] Created dir: <http://raspberrypijenkins:8080/job/JNA/label=mac/ws/build/reports>
[mkdir] Created dir: <http://raspberrypijenkins:8080/job/JNA/label=mac/ws/doc>
[echo] Java version 1.7.0_75, compatibility: 1.6
[echo] JNA version 4.2.0-SNAPSHOT, native 4.0.1
[echo] Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation, 24.75-b04)
[echo] java.home=/Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home/jre
[echo] java.library.path=/Users/bhamail/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
[echo] os.prefix=darwin
[echo] os.name=Mac OS X
[echo] os.arch=x86_64
[echo] build=build
[echo] build.native=<http://raspberrypijenkins:8080/job/JNA/label=mac/ws/build/native-darwin>

-setup:

compile:
[javac] Compiling 58 source files to <http://raspberrypijenkins:8080/job/JNA/label=mac/ws/build/classes>
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning

javah:

-native-api-check:

:rsrc:

rsrc:

native:
[exec] Generating configure
[exec] ./autogen.sh: line 2: exec: autoreconf: not found
[exec] make: *** [<http://raspberrypijenkins:8080/job/JNA/label=mac/ws/build/native-darwin/libffi/.libs/libffi.a]> Error 127

BUILD FAILED
<http://raspberrypijenkins:8080/job/JNA/label=mac/ws/build.xml>:770: exec returned: 2

Total time: 24 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2677)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ......remote call to MacSlave(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1784)
at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Reply all
Reply to author
Forward
0 new messages