See <https://builds.apache.org/job/Aurora/460/>
------------------------------------------ Started by user wfarner Building remotely on ubuntu-1 (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/hudson4086517472363025890.sh + mount /dev/mapper/pietas--vg-root on / type ext4 (rw,errors=remount-ro) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) none on /sys/fs/cgroup type tmpfs (rw) none on /sys/fs/fuse/connections type fusectl (rw) none on /sys/kernel/debug type debugfs (rw) none on /sys/kernel/security type securityfs (rw) udev on /dev type devtmpfs (rw,mode=0755) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755) none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880) none on /run/shm type tmpfs (rw,nosuid,nodev) none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755) none on /sys/fs/pstore type pstore (rw) /dev/sda2 on /boot type ext2 (rw) systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd) + ./build-support/jenkins/build.sh + date Wed Jul 23 03:25:41 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