See <https://builds.apache.org/job/Aurora/464/>

------------------------------------------
Started by user wfarner
Building remotely on ubuntu-4 (Ubuntu ubuntu) in workspace 
<https://builds.apache.org/job/Aurora/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
 > git init <https://builds.apache.org/job/Aurora/ws/>
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
 > git --version
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
 > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit}
Checking out Revision 2b78affb3129ffb42ef07217e2362f904ca35177 (origin/master)
 > git config core.sparsecheckout
 > git checkout -f 2b78affb3129ffb42ef07217e2362f904ca35177
 > git rev-list 2b78affb3129ffb42ef07217e2362f904ca35177
Cleaning workspace
 > git rev-parse --verify HEAD
Resetting working tree
 > git reset --hard
 > git clean -fdx
[Aurora] $ /bin/bash -xe /tmp/hudson8125158603249613159.sh
+ ls -l /
total 505
drwxr-xr-x    2 root root   4096 May 14 20:31 bin
drwxr-xr-x    4 root root   1024 May 14 20:33 boot
drwxr-xr-x   15 root root   4060 May 15 01:55 dev
drwxr-xr-x   92 root root   4096 Jul 21 17:51 etc
drwxr-xr-x    6 root root   4096 Jul 16 21:52 home
lrwxrwxrwx    1 root root     33 May 14 20:29 initrd.img -> 
boot/initrd.img-3.13.0-24-generic
drwxr-xr-x   23 root root   4096 Jul  7 20:08 lib
drwxr-xr-x    2 root root   4096 Jul  7 20:08 lib32
drwxr-xr-x    2 root root   4096 May 14 20:28 lib64
drwxr-xr-x    2 root root   4096 Jul  7 20:31 libx32
drwx------    2 root root  16384 May 14 20:25 lost+found
drwxr-xr-x    2 root root   4096 May 14 20:25 media
drwxr-xr-x    2 root root   4096 Apr 10 22:12 mnt
drwxr-xr-x    2 root root   4096 May 14 20:28 opt
dr-xr-xr-x  241 root root      0 May 15 01:55 proc
drwx------    3 root root   4096 Jul 22 19:16 root
drwxr-xr-x   17 root root    600 Jun 30 21:21 run
drwxr-xr-x    2 root root   4096 May 15 01:36 sbin
drwxr-xr-x    2 root root   4096 May 14 20:28 srv
dr-xr-xr-x   13 root root      0 May 15 01:55 sys
drwxrwxrwt 1167 root root 434176 Jul 23 04:50 tmp
drwxr-xr-x   12 root root   4096 Jul  7 20:31 usr
drwxr-xr-x   11 root root   4096 May 14 20:28 var
lrwxrwxrwx    1 root root     30 May 14 20:29 vmlinuz -> 
boot/vmlinuz-3.13.0-24-generic
+ ./build-support/jenkins/build.sh
+ date
Wed Jul 23 04:50:21 UTC 2014
+ ./gradlew -Pq clean build --stacktrace

FAILURE: Build failed with an exception.

* What went wrong:
net.rubygrapefruit.platform.internal.jni.PosixFileFunctions.symlink(Ljava/lang/String;Ljava/lang/String;Lnet/rubygrapefruit/platform/internal/FunctionResult;)V

* Try:
Run with --info or --debug option to get more log output.

* Exception is:
java.lang.UnsatisfiedLinkError: 
net.rubygrapefruit.platform.internal.jni.PosixFileFunctions.symlink(Ljava/lang/String;Ljava/lang/String;Lnet/rubygrapefruit/platform/internal/FunctionResult;)V
        at 
net.rubygrapefruit.platform.internal.jni.PosixFileFunctions.symlink(Native 
Method)
        at 
net.rubygrapefruit.platform.internal.DefaultPosixFiles.symlink(DefaultPosixFiles.java:64)
        at 
org.gradle.internal.nativeplatform.filesystem.NativePlatformBackedSymlink.symlink(NativePlatformBackedSymlink.java:33)
        at 
org.gradle.internal.nativeplatform.filesystem.GenericFileSystem.tryCreateSymbolicLink(GenericFileSystem.java:53)
        at 
org.gradle.internal.nativeplatform.filesystem.GenericFileSystem.probeCanCreateSymbolicLink(GenericFileSystem.java:121)
        at 
org.gradle.internal.nativeplatform.filesystem.GenericFileSystem.<init>(GenericFileSystem.java:86)
        at 
org.gradle.internal.nativeplatform.filesystem.FileSystemServices.createFileSystem(FileSystemServices.java:47)
        at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:63)
        at 
org.gradle.internal.service.DefaultServiceRegistry.invoke(DefaultServiceRegistry.java:323)
        at 
org.gradle.internal.service.DefaultServiceRegistry.access$1200(DefaultServiceRegistry.java:53)
        at 
org.gradle.internal.service.DefaultServiceRegistry$FactoryMethodService.invokeMethod(DefaultServiceRegistry.java:636)
        at 
org.gradle.internal.service.DefaultServiceRegistry$FactoryService.create(DefaultServiceRegistry.java:592)
        at 
org.gradle.internal.service.DefaultServiceRegistry$ManagedObjectProvider.getInstance(DefaultServiceRegistry.java:434)
        at 
org.gradle.internal.service.DefaultServiceRegistry$SingletonService.get(DefaultServiceRegistry.java:474)
        at 
org.gradle.internal.service.DefaultServiceRegistry.doGet(DefaultServiceRegistry.java:295)
        at 
org.gradle.internal.service.DefaultServiceRegistry.get(DefaultServiceRegistry.java:279)
        at 
org.gradle.internal.nativeplatform.services.FileSystems.getDefault(FileSystems.java:22)
        at 
org.gradle.initialization.DefaultCommandLineConverter.<init>(DefaultCommandLineConverter.java:64)
        at 
org.gradle.launcher.cli.BuildActionsFactory.<init>(BuildActionsFactory.java:71)
        at 
org.gradle.launcher.cli.CommandLineActionFactory.createActionFactories(CommandLineActionFactory.java:66)
        at 
org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:186)
        at 
org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:174)
        at 
org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:170)
        at 
org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:139)
        at 
org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:33)
        at 
org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:22)
        at org.gradle.launcher.Main.doAction(Main.java:46)
        at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:45)
        at org.gradle.launcher.Main.main(Main.java:37)
        at 
org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:50)
        at 
org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:32)
        at org.gradle.launcher.GradleMain.main(GradleMain.java:23)
        at 
org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:30)
        at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:127)
        at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:55)

Build step 'Execute shell' marked build as failure

Reply via email to