You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by je...@cloudbees.com on 2016/01/21 02:23:13 UTC

Build failed in Jenkins: jclouds-guava-guice-compat » 18.0,4.0,OpenJDK 7 (latest) #73

See <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/73/changes>

Changes:

[Ignasi Barrera] JCLOUDS-613: Implement the DigitalOcean v2 API

[Ignasi Barrera] JCLOUDS-946: Properly scope images to the locations where they are available

[Ignasi Barrera] JCLOUDS-1023: Fix DigitalOcean getImage() method

[Ignasi Barrera] JCLOUDS-1024: ImageExtension can take snapshots of stopped droplets

[Ignasi Barrera] JCLOUDS-1025: Add support for metadata and tags in the ComputeService

[Ignasi Barrera] JCLOUDS-1022: Automatically handle DigitalOcean rate limit

[Ignasi Barrera] JCLOUDS-1027: When waiting to a droplet to be created we check the proper dropletId

[Ignasi Barrera] Prefer polling the status of the node

[Ignasi Barrera] JCLOUDS-1033: Don't fail if no private key has been provided in DigitalOcean

[Ignasi Barrera] JCLOUDS-1052: Fix DigitalOcean2 deleteImage

[Ignasi Barrera] Remove unnecessary code to register the compute extensions

[Ignasi Barrera] Improved DigitalOcean image extension

[Ignasi Barrera] Amend poms after promoting DigitalOcean v2

------------------------------------------
[...truncated 12460 lines...]
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.ConnectException: Connection refused
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)
	at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1673)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1671)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1244)
	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
	at org.jclouds.http.internal.JavaUrlHttpCommandExecutorService.invoke(JavaUrlHttpCommandExecutorService.java:103)
	at org.jclouds.http.internal.JavaUrlHttpCommandExecutorService.invoke(JavaUrlHttpCommandExecutorService.java:64)
	at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:96)
	at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
	at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
	at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
	at org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:156)
	at org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123)
	at com.sun.proxy.$Proxy43.invoke(Unknown Source)
	at org.jclouds.blobstore.integration.internal.BaseBlobIntegrationTest.testSetBlobAccess(BaseBlobIntegrationTest.java:675)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:696)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:882)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1189)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:124)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
	at org.testng.TestRunner.privateRun(TestRunner.java:767)
	at org.testng.TestRunner.run(TestRunner.java:617)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
	at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
	at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
	at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
	at sun.net.www.http.HttpClient.New(HttpClient.java:308)
	at sun.net.www.http.HttpClient.New(HttpClient.java:326)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:996)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:975)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:850)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1300)
	at org.jclouds.http.internal.JavaUrlHttpCommandExecutorService.invoke(JavaUrlHttpCommandExecutorService.java:95)
	at org.jclouds.http.internal.JavaUrlHttpCommandExecutorService.invoke(JavaUrlHttpCommandExecutorService.java:64)
	at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:96)
	at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
	at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
	at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
	at org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:156)
	at org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123)
	at com.sun.proxy.$Proxy43.invoke(Unknown Source)
	at org.jclouds.blobstore.integration.internal.BaseBlobIntegrationTest.testSetBlobAccess(BaseBlobIntegrationTest.java:675)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:696)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:882)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1189)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:124)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
	at org.testng.TestRunner.privateRun(TestRunner.java:767)
	at org.testng.TestRunner.run(TestRunner.java:617)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
	at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
	at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
	at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
	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:744)


Results :

Failed tests: 
  FilesystemBlobIntegrationTest>BaseBlobIntegrationTest.testSetBlobAccess:675 » HttpResponse

Tests run: 82, Failures: 1, Errors: 0, Skipped: 6

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache jclouds Project ............................ SUCCESS [11.213s]
[INFO] jclouds shared Maven resources .................... SUCCESS [4.942s]
[INFO] jclouds Components Core ........................... SUCCESS [1:30.870s]
[INFO] jclouds SLF4J Logging Module ...................... SUCCESS [3.024s]
[INFO] jclouds OAuth core ................................ SUCCESS [4.537s]
[INFO] jclouds Google Cloud Core ......................... SUCCESS [2.343s]
[INFO] jclouds OpenStack Components Core ................. SUCCESS [20.764s]
[INFO] jclouds commons project ........................... SUCCESS [0.949s]
[INFO] jclouds script builder ............................ SUCCESS [5.315s]
[INFO] jclouds compute core .............................. SUCCESS [50.210s]
[INFO] jclouds Log4J Logging Module ...................... SUCCESS [2.549s]
[INFO] jclouds loadbalancer core ......................... SUCCESS [1.960s]
[INFO] jclouds sts api ................................... SUCCESS [7.523s]
[INFO] jclouds cloudwatch api ............................ SUCCESS [16.970s]
[INFO] jclouds bouncycastle EncryptionService Module ..... SUCCESS [3.802s]
[INFO] jclouds sshj ssh client ........................... SUCCESS [3.921s]
[INFO] jclouds cloudstack core ........................... SUCCESS [37.802s]
[INFO] jclouds blobstore core ............................ SUCCESS [30.370s]
[INFO] jclouds filesystem core ........................... FAILURE [57.410s]
[INFO] jclouds bring your own node provider .............. SKIPPED
[INFO] jclouds OkHttp Driver ............................. SKIPPED
[INFO] jclouds s3 api .................................... SKIPPED
[INFO] jclouds ec2 api ................................... SKIPPED
[INFO] jclouds sqs api ................................... SKIPPED
[INFO] jclouds elasticstack core ......................... SKIPPED
[INFO] jclouds atmos components .......................... SKIPPED
[INFO] jclouds openstack-keystone api .................... SKIPPED
[INFO] jclouds openstack-cinder api ...................... SKIPPED
[INFO] Apache jclouds :: OpenStack :: Nova API ........... SKIPPED
[INFO] jclouds openstack-nova-ec2 api .................... SKIPPED
[INFO] jclouds openstack-swift api ....................... SKIPPED
[INFO] jclouds openstack-trove api ....................... SKIPPED
[INFO] jclouds rackspace cloudidentity api ............... SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers API ........ SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage US provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Servers US provider  SKIPPED
[INFO] jclouds rackspace clouddns api .................... SKIPPED
[INFO] jclouds rackspace-cloudfiles api .................. SKIPPED
[INFO] jclouds route53 api ............................... SKIPPED
[INFO] jclouds Chef api .................................. SKIPPED
[INFO] jclouds apis project .............................. SKIPPED
[INFO] jclouds GoGrid provider ........................... SKIPPED
[INFO] jclouds Azure Storage provider .................... SKIPPED
[INFO] jclouds Apache Http Components Client ............. SKIPPED
[INFO] jclouds joda DateService Module ................... SKIPPED
[INFO] jclouds netty payload module ...................... SKIPPED
[INFO] jclouds enterprise Module ......................... SKIPPED
[INFO] jclouds Amazon Simple Storage Service (S3) provider  SKIPPED
[INFO] jclouds Amazon Elastic Load Balancer provider ..... SKIPPED
[INFO] jclouds Amazon EC2 provider ....................... SKIPPED
[INFO] jclouds Amazon Simple Queue Service provider ...... SKIPPED
[INFO] jclouds DigitalOcean v2 API Provider .............. SKIPPED
[INFO] jclouds ElasticHosts Peer1 London provider ........ SKIPPED
[INFO] jclouds ElasticHosts Peer1 San Antonio provider ... SKIPPED
[INFO] jclouds ElasticHosts BlueSquare London provider ... SKIPPED
[INFO] jclouds ElasticHosts Peer1 Toronto provider ....... SKIPPED
[INFO] jclouds ElasticHosts Peer1 Los Angeles provider ... SKIPPED
[INFO] jclouds ElasticHosts Amsterdam provider ........... SKIPPED
[INFO] jclouds ElasticHosts San Jose provider ............ SKIPPED
[INFO] jclouds ElasticHosts Hong Kong provider ........... SKIPPED
[INFO] jclouds ElasticHosts Sydney provider .............. SKIPPED
[INFO] jclouds ElasticHosts Miami provider ............... SKIPPED
[INFO] jclouds ElasticHosts Dallas provider .............. SKIPPED
[INFO] jclouds Open Hosting East1 provider ............... SKIPPED
[INFO] jclouds Serverlove Manchester provider ............ SKIPPED
[INFO] jclouds SkaliCloud Malaysia provider .............. SKIPPED
[INFO] jclouds Go2Cloud Johannesburg1 provider ........... SKIPPED
[INFO] jclouds Google Compute Engine provider ............ SKIPPED
[INFO] jclouds SoftLayer core ............................ SKIPPED
[INFO] jclouds Rackspace Cloud Files US provider ......... SKIPPED
[INFO] jclouds Rackspace Cloud Files UK provider ......... SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud DNS US provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud DNS UK provider  SKIPPED
[INFO] jclouds Rackspace Cloud Databases US provider ..... SKIPPED
[INFO] jclouds Rackspace Cloud Databases UK provider ..... SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers US provider  SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers UK provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage UK provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Servers provider  SKIPPED
[INFO] jclouds GleSYS core ............................... SKIPPED
[INFO] jclouds Amazon Identity and Access Management (STS) provider  SKIPPED
[INFO] jclouds Amazon Route 53 provider .................. SKIPPED
[INFO] jclouds ultradns-ws provider ...................... SKIPPED
[INFO] jclouds dynect api ................................ SKIPPED
[INFO] jclouds providers project ......................... SKIPPED
[INFO] jclouds jsch ssh client ........................... SKIPPED
[INFO] jclouds example components for a standalone compute provider  SKIPPED
[INFO] jclouds skeletons project ......................... SKIPPED
[INFO] jclouds Google App Engine Components .............. SKIPPED
[INFO] jclouds drivers project ........................... SKIPPED
[INFO] allcompute ........................................ SKIPPED
[INFO] allblobstore ...................................... SKIPPED
[INFO] allloadbalancer ................................... SKIPPED
[INFO] all ............................................... SKIPPED
[INFO] Apache jclouds .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:59.174s
[INFO] Finished at: Wed Jan 20 20:23:41 EST 2016
[INFO] Final Memory: 86M/257M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (integration) on project filesystem: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/filesystem/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (integration) on project filesystem: There are test failures.

Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/filesystem/target/surefire-reports> for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/filesystem/target/surefire-reports> for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:195)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:861)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:729)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :filesystem
Build step 'Invoke top-level Maven targets' marked build as failure

Jenkins build is back to normal : jclouds-guava-guice-compat » 18.0,4.0,OpenJDK 7 (latest) #78

Posted by je...@cloudbees.com.
See <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/78/changes>


Build failed in Jenkins: jclouds-guava-guice-compat » 18.0,4.0,OpenJDK 7 (latest) #77

Posted by je...@cloudbees.com.
See <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/77/changes>

Changes:

[Andrea Turli] improve roll-back strategy when floating-ip are not available

------------------------------------------
[...truncated 30344 lines...]
[TestNG] Test testGetTwoRanges(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 5ms
Test suite progress: tests succeeded: 58, failed: 1, skipped: 3.
Starting test testMetadata(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testMetadata(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 6ms
Test suite progress: tests succeeded: 59, failed: 1, skipped: 3.
Starting test testMultipartUploadMultipleParts(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testMultipartUploadMultipleParts(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 12ms
Test suite progress: tests succeeded: 60, failed: 1, skipped: 3.
Starting test testMultipartUploadNoPartsAbort(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testMultipartUploadNoPartsAbort(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 892ms
Test suite progress: tests succeeded: 61, failed: 1, skipped: 3.
Starting test testMultipartUploadSinglePart(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testMultipartUploadSinglePart(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 6ms
Test suite progress: tests succeeded: 62, failed: 1, skipped: 3.
Starting test testPutBlobAccess(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutBlobAccess(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 63, failed: 1, skipped: 3.
Starting test testPutBlobAccessMultipart(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutBlobAccessMultipart(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 64, failed: 1, skipped: 3.
Starting test testPutByteSource(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutByteSource(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 5ms
Test suite progress: tests succeeded: 65, failed: 1, skipped: 3.
Starting test testPutCorrectContentMD5(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutCorrectContentMD5(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 2ms
Test suite progress: tests succeeded: 66, failed: 1, skipped: 3.
Starting test testPutFileParallel(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutFileParallel(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 12ms
Test suite progress: tests succeeded: 67, failed: 1, skipped: 3.
Starting test testPutIncorrectContentMD5(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutIncorrectContentMD5(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 2ms
Test suite progress: tests succeeded: 68, failed: 1, skipped: 3.
Starting test testPutInputStream(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutInputStream(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 69, failed: 1, skipped: 3.
Starting test testPutMultipartByteSource(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutMultipartByteSource(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 4731ms
Test suite progress: tests succeeded: 70, failed: 1, skipped: 3.
Starting test testPutMultipartInputStream(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutMultipartInputStream(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) skipped.
Test suite progress: tests succeeded: 70, failed: 1, skipped: 4.
Starting test testPutObject(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutObject(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 5ms
Test suite progress: tests succeeded: 71, failed: 1, skipped: 4.
Starting test testPutObject(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutObject(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 5ms
Test suite progress: tests succeeded: 72, failed: 1, skipped: 4.
Starting test testPutObject(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutObject(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 73, failed: 1, skipped: 4.
Starting test testPutObjectStream(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testPutObjectStream(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 74, failed: 1, skipped: 4.
[TestNG] Test checkContentMetadata(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) skipped.
Test suite progress: tests succeeded: 74, failed: 1, skipped: 5.
[TestNG] Test testCreateBlobWithExpiry(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) skipped.
Test suite progress: tests succeeded: 74, failed: 1, skipped: 6.
Starting test testSetBlobAccess(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest)
[TestNG] Test testSetBlobAccess(org.jclouds.filesystem.integration.FilesystemBlobIntegrationTest) skipped.
Test suite progress: tests succeeded: 74, failed: 1, skipped: 7.
Tests run: 82, Failures: 1, Errors: 0, Skipped: 7, Time elapsed: 8.95 sec <<< FAILURE! - in TestSuite
deleteContainerIfEmptyWithContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)  Time elapsed: 0.01 sec  <<< FAILURE!
java.lang.RuntimeException: java.nio.file.NoSuchFileException: ./target/basedir/jenkins-blobstore9
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144)
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:97)
	at java.nio.file.Files.readAttributes(Files.java:1686)
	at org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl.getContainerMetadata(FilesystemStorageStrategyImpl.java:267)
	at org.jclouds.blobstore.config.LocalBlobStore$7.apply(LocalBlobStore.java:436)
	at org.jclouds.blobstore.config.LocalBlobStore$7.apply(LocalBlobStore.java:434)
	at com.google.common.collect.Iterators$8.transform(Iterators.java:799)
	at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48)
	at com.google.common.collect.Iterators.addAll(Iterators.java:362)
	at com.google.common.collect.Iterables.addAll(Iterables.java:354)
	at org.jclouds.blobstore.domain.internal.PageSetImpl.<init>(PageSetImpl.java:31)
	at org.jclouds.blobstore.config.LocalBlobStore.list(LocalBlobStore.java:433)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:50)
	at com.sun.proxy.$Proxy44.list(Unknown Source)
	at org.jclouds.blobstore.integration.internal.BaseBlobStoreIntegrationTest.returnContainer(BaseBlobStoreIntegrationTest.java:465)
	at org.jclouds.blobstore.integration.internal.BaseBlobStoreIntegrationTest.recycleContainerAndAddToPool(BaseBlobStoreIntegrationTest.java:502)
	at org.jclouds.blobstore.integration.internal.BaseContainerIntegrationTest.deleteContainerIfEmptyWithContents(BaseContainerIntegrationTest.java:449)
	at org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest.deleteContainerIfEmptyWithContents(FilesystemContainerIntegrationTest.java:116)


Results :

Failed tests: 
  FilesystemContainerIntegrationTest.deleteContainerIfEmptyWithContents:116->BaseContainerIntegrationTest.deleteContainerIfEmptyWithContents:449->BaseBlobStoreIntegrationTest.recycleContainerAndAddToPool:502->BaseBlobStoreIntegrationTest.returnContainer:465 » Runtime

Tests run: 82, Failures: 1, Errors: 0, Skipped: 7

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache jclouds Project ............................ SUCCESS [23.045s]
[INFO] jclouds shared Maven resources .................... SUCCESS [7.355s]
[INFO] jclouds Components Core ........................... SUCCESS [1:41.777s]
[INFO] jclouds SLF4J Logging Module ...................... SUCCESS [2.609s]
[INFO] jclouds OAuth core ................................ SUCCESS [3.885s]
[INFO] jclouds Google Cloud Core ......................... SUCCESS [1.756s]
[INFO] jclouds OpenStack Components Core ................. SUCCESS [19.564s]
[INFO] jclouds commons project ........................... SUCCESS [0.888s]
[INFO] jclouds script builder ............................ SUCCESS [4.476s]
[INFO] jclouds compute core .............................. SUCCESS [51.754s]
[INFO] jclouds Log4J Logging Module ...................... SUCCESS [2.626s]
[INFO] jclouds loadbalancer core ......................... SUCCESS [1.889s]
[INFO] jclouds sts api ................................... SUCCESS [7.869s]
[INFO] jclouds cloudwatch api ............................ SUCCESS [12.985s]
[INFO] jclouds bouncycastle EncryptionService Module ..... SUCCESS [3.579s]
[INFO] jclouds sshj ssh client ........................... SUCCESS [4.308s]
[INFO] jclouds cloudstack core ........................... SUCCESS [45.942s]
[INFO] jclouds blobstore core ............................ SUCCESS [29.960s]
[INFO] jclouds filesystem core ........................... FAILURE [59.521s]
[INFO] jclouds bring your own node provider .............. SKIPPED
[INFO] jclouds OkHttp Driver ............................. SKIPPED
[INFO] jclouds s3 api .................................... SKIPPED
[INFO] jclouds ec2 api ................................... SKIPPED
[INFO] jclouds sqs api ................................... SKIPPED
[INFO] jclouds elasticstack core ......................... SKIPPED
[INFO] jclouds atmos components .......................... SKIPPED
[INFO] jclouds openstack-keystone api .................... SKIPPED
[INFO] jclouds openstack-cinder api ...................... SKIPPED
[INFO] Apache jclouds :: OpenStack :: Nova API ........... SKIPPED
[INFO] jclouds openstack-nova-ec2 api .................... SKIPPED
[INFO] jclouds openstack-swift api ....................... SKIPPED
[INFO] jclouds openstack-trove api ....................... SKIPPED
[INFO] jclouds rackspace cloudidentity api ............... SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers API ........ SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage US provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Servers US provider  SKIPPED
[INFO] jclouds rackspace clouddns api .................... SKIPPED
[INFO] jclouds rackspace-cloudfiles api .................. SKIPPED
[INFO] jclouds route53 api ............................... SKIPPED
[INFO] jclouds Chef api .................................. SKIPPED
[INFO] jclouds apis project .............................. SKIPPED
[INFO] jclouds GoGrid provider ........................... SKIPPED
[INFO] jclouds Azure Storage provider .................... SKIPPED
[INFO] jclouds Apache Http Components Client ............. SKIPPED
[INFO] jclouds joda DateService Module ................... SKIPPED
[INFO] jclouds netty payload module ...................... SKIPPED
[INFO] jclouds enterprise Module ......................... SKIPPED
[INFO] jclouds Amazon Simple Storage Service (S3) provider  SKIPPED
[INFO] jclouds Amazon Elastic Load Balancer provider ..... SKIPPED
[INFO] jclouds Amazon EC2 provider ....................... SKIPPED
[INFO] jclouds Amazon Simple Queue Service provider ...... SKIPPED
[INFO] jclouds DigitalOcean v2 API Provider .............. SKIPPED
[INFO] jclouds ElasticHosts Peer1 London provider ........ SKIPPED
[INFO] jclouds ElasticHosts Peer1 San Antonio provider ... SKIPPED
[INFO] jclouds ElasticHosts BlueSquare London provider ... SKIPPED
[INFO] jclouds ElasticHosts Peer1 Toronto provider ....... SKIPPED
[INFO] jclouds ElasticHosts Peer1 Los Angeles provider ... SKIPPED
[INFO] jclouds ElasticHosts Amsterdam provider ........... SKIPPED
[INFO] jclouds ElasticHosts San Jose provider ............ SKIPPED
[INFO] jclouds ElasticHosts Hong Kong provider ........... SKIPPED
[INFO] jclouds ElasticHosts Sydney provider .............. SKIPPED
[INFO] jclouds ElasticHosts Miami provider ............... SKIPPED
[INFO] jclouds ElasticHosts Dallas provider .............. SKIPPED
[INFO] jclouds Open Hosting East1 provider ............... SKIPPED
[INFO] jclouds Serverlove Manchester provider ............ SKIPPED
[INFO] jclouds SkaliCloud Malaysia provider .............. SKIPPED
[INFO] jclouds Go2Cloud Johannesburg1 provider ........... SKIPPED
[INFO] jclouds Google Compute Engine provider ............ SKIPPED
[INFO] jclouds SoftLayer core ............................ SKIPPED
[INFO] jclouds Rackspace Cloud Files US provider ......... SKIPPED
[INFO] jclouds Rackspace Cloud Files UK provider ......... SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud DNS US provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud DNS UK provider  SKIPPED
[INFO] jclouds Rackspace Cloud Databases US provider ..... SKIPPED
[INFO] jclouds Rackspace Cloud Databases UK provider ..... SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers US provider  SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers UK provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage UK provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Servers provider  SKIPPED
[INFO] jclouds GleSYS core ............................... SKIPPED
[INFO] jclouds Amazon Identity and Access Management (STS) provider  SKIPPED
[INFO] jclouds Amazon Route 53 provider .................. SKIPPED
[INFO] jclouds ultradns-ws provider ...................... SKIPPED
[INFO] jclouds dynect api ................................ SKIPPED
[INFO] jclouds providers project ......................... SKIPPED
[INFO] jclouds jsch ssh client ........................... SKIPPED
[INFO] jclouds example components for a standalone compute provider  SKIPPED
[INFO] jclouds skeletons project ......................... SKIPPED
[INFO] jclouds Google App Engine Components .............. SKIPPED
[INFO] jclouds drivers project ........................... SKIPPED
[INFO] allcompute ........................................ SKIPPED
[INFO] allblobstore ...................................... SKIPPED
[INFO] allloadbalancer ................................... SKIPPED
[INFO] all ............................................... SKIPPED
[INFO] Apache jclouds .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:34.337s
[INFO] Finished at: Fri Jan 22 06:40:53 EST 2016
[INFO] Final Memory: 83M/284M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (integration) on project filesystem: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/filesystem/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (integration) on project filesystem: There are test failures.

Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/filesystem/target/surefire-reports> for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/filesystem/target/surefire-reports> for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:195)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:861)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:729)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :filesystem
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: jclouds-guava-guice-compat » 18.0,4.0,OpenJDK 7 (latest) #76

Posted by je...@cloudbees.com.
See <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/76/changes>

Changes:

[Andrew Gaul] Do not override S3 provider methods

------------------------------------------
[...truncated 30390 lines...]
Starting test testDelimiterList(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testDelimiterList(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 9ms
Test suite progress: tests succeeded: 59, failed: 0, skipped: 5.
Starting test testListContainerGetBlobSize(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListContainerGetBlobSize(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 60, failed: 0, skipped: 5.
Starting test testListContainerWithZeroMaxResults(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListContainerWithZeroMaxResults(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 61, failed: 0, skipped: 5.
Starting test testListMarkerAfterLastKey(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListMarkerAfterLastKey(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 62, failed: 0, skipped: 5.
Starting test containerExists(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test containerExists(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 0ms
Test suite progress: tests succeeded: 63, failed: 0, skipped: 5.
Starting test deleteContainerIfEmptyWithContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
*** allocated new container jenkins-blobstore-1476767482123473360...
[TestNG] Test deleteContainerIfEmptyWithContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) failed.
Test suite progress: tests succeeded: 63, failed: 1, skipped: 5.
Starting test deleteContainerIfEmptyWithoutContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
*** allocated new container jenkins-blobstore-6726471805481413966...
[TestNG] Test deleteContainerIfEmptyWithoutContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 2ms
Test suite progress: tests succeeded: 64, failed: 1, skipped: 5.
Starting test deleteContainerWithContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
*** allocated new container jenkins-blobstore2087147858829631827...
[TestNG] Test deleteContainerWithContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 65, failed: 1, skipped: 5.
Starting test deleteContainerWithoutContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
*** allocated new container jenkins-blobstore1778830445369696349...
[TestNG] Test deleteContainerWithoutContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 1ms
Test suite progress: tests succeeded: 66, failed: 1, skipped: 5.
Starting test testDirectory(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testDirectory(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) skipped.
Test suite progress: tests succeeded: 66, failed: 1, skipped: 6.
Starting test testListContainer(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListContainer(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 19ms
Test suite progress: tests succeeded: 67, failed: 1, skipped: 6.
Starting test testListContainerMarker(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListContainerMarker(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 41ms
Test suite progress: tests succeeded: 68, failed: 1, skipped: 6.
Starting test testListContainerMaxResults(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListContainerMaxResults(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 49ms
Test suite progress: tests succeeded: 69, failed: 1, skipped: 6.
Starting test testListContainerPrefix(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListContainerPrefix(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 30ms
Test suite progress: tests succeeded: 70, failed: 1, skipped: 6.
Starting test testListRootUsesDelimiter(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListRootUsesDelimiter(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 30ms
Test suite progress: tests succeeded: 71, failed: 1, skipped: 6.
Starting test testNotWithDetails(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testNotWithDetails(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 72, failed: 1, skipped: 6.
Starting test testPutTwiceIsOkAndDoesntOverwrite(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testPutTwiceIsOkAndDoesntOverwrite(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 2ms
Test suite progress: tests succeeded: 73, failed: 1, skipped: 6.
Starting test testSetContainerAccess(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testSetContainerAccess(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) skipped.
Test suite progress: tests succeeded: 73, failed: 1, skipped: 7.
Starting test testWithDetails(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testWithDetails(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 74, failed: 1, skipped: 7.
Tests run: 82, Failures: 1, Errors: 0, Skipped: 7, Time elapsed: 8.572 sec <<< FAILURE! - in TestSuite
deleteContainerIfEmptyWithContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)  Time elapsed: 0.01 sec  <<< FAILURE!
java.lang.RuntimeException: java.nio.file.NoSuchFileException: ./target/basedir/jenkins-blobstore4
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144)
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:97)
	at java.nio.file.Files.readAttributes(Files.java:1686)
	at org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl.getContainerMetadata(FilesystemStorageStrategyImpl.java:267)
	at org.jclouds.blobstore.config.LocalBlobStore$7.apply(LocalBlobStore.java:436)
	at org.jclouds.blobstore.config.LocalBlobStore$7.apply(LocalBlobStore.java:434)
	at com.google.common.collect.Iterators$8.transform(Iterators.java:799)
	at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48)
	at com.google.common.collect.Iterators.addAll(Iterators.java:362)
	at com.google.common.collect.Iterables.addAll(Iterables.java:354)
	at org.jclouds.blobstore.domain.internal.PageSetImpl.<init>(PageSetImpl.java:31)
	at org.jclouds.blobstore.config.LocalBlobStore.list(LocalBlobStore.java:433)
	at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:50)
	at com.sun.proxy.$Proxy44.list(Unknown Source)
	at org.jclouds.blobstore.integration.internal.BaseBlobStoreIntegrationTest.returnContainer(BaseBlobStoreIntegrationTest.java:465)
	at org.jclouds.blobstore.integration.internal.BaseBlobStoreIntegrationTest.recycleContainerAndAddToPool(BaseBlobStoreIntegrationTest.java:502)
	at org.jclouds.blobstore.integration.internal.BaseContainerIntegrationTest.deleteContainerIfEmptyWithContents(BaseContainerIntegrationTest.java:449)
	at org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest.deleteContainerIfEmptyWithContents(FilesystemContainerIntegrationTest.java:116)


Results :

Failed tests: 
  FilesystemContainerIntegrationTest.deleteContainerIfEmptyWithContents:116->BaseContainerIntegrationTest.deleteContainerIfEmptyWithContents:449->BaseBlobStoreIntegrationTest.recycleContainerAndAddToPool:502->BaseBlobStoreIntegrationTest.returnContainer:465 » Runtime

Tests run: 82, Failures: 1, Errors: 0, Skipped: 7

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache jclouds Project ............................ SUCCESS [16.654s]
[INFO] jclouds shared Maven resources .................... SUCCESS [5.083s]
[INFO] jclouds Components Core ........................... SUCCESS [1:30.121s]
[INFO] jclouds SLF4J Logging Module ...................... SUCCESS [2.114s]
[INFO] jclouds OAuth core ................................ SUCCESS [3.929s]
[INFO] jclouds Google Cloud Core ......................... SUCCESS [1.773s]
[INFO] jclouds OpenStack Components Core ................. SUCCESS [19.528s]
[INFO] jclouds commons project ........................... SUCCESS [0.602s]
[INFO] jclouds script builder ............................ SUCCESS [4.731s]
[INFO] jclouds compute core .............................. SUCCESS [50.116s]
[INFO] jclouds Log4J Logging Module ...................... SUCCESS [2.416s]
[INFO] jclouds loadbalancer core ......................... SUCCESS [1.890s]
[INFO] jclouds sts api ................................... SUCCESS [7.475s]
[INFO] jclouds cloudwatch api ............................ SUCCESS [9.812s]
[INFO] jclouds bouncycastle EncryptionService Module ..... SUCCESS [3.614s]
[INFO] jclouds sshj ssh client ........................... SUCCESS [4.162s]
[INFO] jclouds cloudstack core ........................... SUCCESS [36.728s]
[INFO] jclouds blobstore core ............................ SUCCESS [30.972s]
[INFO] jclouds filesystem core ........................... FAILURE [56.733s]
[INFO] jclouds bring your own node provider .............. SKIPPED
[INFO] jclouds OkHttp Driver ............................. SKIPPED
[INFO] jclouds s3 api .................................... SKIPPED
[INFO] jclouds ec2 api ................................... SKIPPED
[INFO] jclouds sqs api ................................... SKIPPED
[INFO] jclouds elasticstack core ......................... SKIPPED
[INFO] jclouds atmos components .......................... SKIPPED
[INFO] jclouds openstack-keystone api .................... SKIPPED
[INFO] jclouds openstack-cinder api ...................... SKIPPED
[INFO] Apache jclouds :: OpenStack :: Nova API ........... SKIPPED
[INFO] jclouds openstack-nova-ec2 api .................... SKIPPED
[INFO] jclouds openstack-swift api ....................... SKIPPED
[INFO] jclouds openstack-trove api ....................... SKIPPED
[INFO] jclouds rackspace cloudidentity api ............... SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers API ........ SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage US provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Servers US provider  SKIPPED
[INFO] jclouds rackspace clouddns api .................... SKIPPED
[INFO] jclouds rackspace-cloudfiles api .................. SKIPPED
[INFO] jclouds route53 api ............................... SKIPPED
[INFO] jclouds Chef api .................................. SKIPPED
[INFO] jclouds apis project .............................. SKIPPED
[INFO] jclouds GoGrid provider ........................... SKIPPED
[INFO] jclouds Azure Storage provider .................... SKIPPED
[INFO] jclouds Apache Http Components Client ............. SKIPPED
[INFO] jclouds joda DateService Module ................... SKIPPED
[INFO] jclouds netty payload module ...................... SKIPPED
[INFO] jclouds enterprise Module ......................... SKIPPED
[INFO] jclouds Amazon Simple Storage Service (S3) provider  SKIPPED
[INFO] jclouds Amazon Elastic Load Balancer provider ..... SKIPPED
[INFO] jclouds Amazon EC2 provider ....................... SKIPPED
[INFO] jclouds Amazon Simple Queue Service provider ...... SKIPPED
[INFO] jclouds DigitalOcean v2 API Provider .............. SKIPPED
[INFO] jclouds ElasticHosts Peer1 London provider ........ SKIPPED
[INFO] jclouds ElasticHosts Peer1 San Antonio provider ... SKIPPED
[INFO] jclouds ElasticHosts BlueSquare London provider ... SKIPPED
[INFO] jclouds ElasticHosts Peer1 Toronto provider ....... SKIPPED
[INFO] jclouds ElasticHosts Peer1 Los Angeles provider ... SKIPPED
[INFO] jclouds ElasticHosts Amsterdam provider ........... SKIPPED
[INFO] jclouds ElasticHosts San Jose provider ............ SKIPPED
[INFO] jclouds ElasticHosts Hong Kong provider ........... SKIPPED
[INFO] jclouds ElasticHosts Sydney provider .............. SKIPPED
[INFO] jclouds ElasticHosts Miami provider ............... SKIPPED
[INFO] jclouds ElasticHosts Dallas provider .............. SKIPPED
[INFO] jclouds Open Hosting East1 provider ............... SKIPPED
[INFO] jclouds Serverlove Manchester provider ............ SKIPPED
[INFO] jclouds SkaliCloud Malaysia provider .............. SKIPPED
[INFO] jclouds Go2Cloud Johannesburg1 provider ........... SKIPPED
[INFO] jclouds Google Compute Engine provider ............ SKIPPED
[INFO] jclouds SoftLayer core ............................ SKIPPED
[INFO] jclouds Rackspace Cloud Files US provider ......... SKIPPED
[INFO] jclouds Rackspace Cloud Files UK provider ......... SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud DNS US provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud DNS UK provider  SKIPPED
[INFO] jclouds Rackspace Cloud Databases US provider ..... SKIPPED
[INFO] jclouds Rackspace Cloud Databases UK provider ..... SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers US provider  SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers UK provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage UK provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Servers provider  SKIPPED
[INFO] jclouds GleSYS core ............................... SKIPPED
[INFO] jclouds Amazon Identity and Access Management (STS) provider  SKIPPED
[INFO] jclouds Amazon Route 53 provider .................. SKIPPED
[INFO] jclouds ultradns-ws provider ...................... SKIPPED
[INFO] jclouds dynect api ................................ SKIPPED
[INFO] jclouds providers project ......................... SKIPPED
[INFO] jclouds jsch ssh client ........................... SKIPPED
[INFO] jclouds example components for a standalone compute provider  SKIPPED
[INFO] jclouds skeletons project ......................... SKIPPED
[INFO] jclouds Google App Engine Components .............. SKIPPED
[INFO] jclouds drivers project ........................... SKIPPED
[INFO] allcompute ........................................ SKIPPED
[INFO] allblobstore ...................................... SKIPPED
[INFO] allloadbalancer ................................... SKIPPED
[INFO] all ............................................... SKIPPED
[INFO] Apache jclouds .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:54.269s
[INFO] Finished at: Thu Jan 21 19:09:20 EST 2016
[INFO] Final Memory: 83M/259M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (integration) on project filesystem: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/filesystem/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (integration) on project filesystem: There are test failures.

Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/filesystem/target/surefire-reports> for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/filesystem/target/surefire-reports> for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:195)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:861)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:729)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :filesystem
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: jclouds-guava-guice-compat » 18.0,4.0,OpenJDK 7 (latest) #75

Posted by je...@cloudbees.com.
See <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/75/>

------------------------------------------
[...truncated 31863 lines...]
	at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:466)
	at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:155)
	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107)
	at com.google.inject.Guice.createInjector(Guice.java:96)
	at org.jclouds.ContextBuilder.buildInjector(ContextBuilder.java:403)
	at org.jclouds.ContextBuilder.buildInjector(ContextBuilder.java:326)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4ChunkedUploadTest.injector(RequestAuthorizeSignatureV4ChunkedUploadTest.java:114)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4ChunkedUploadTest.filter(RequestAuthorizeSignatureV4ChunkedUploadTest.java:118)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4ChunkedUploadTest.testPutObjectWithChunkedUpload(RequestAuthorizeSignatureV4ChunkedUploadTest.java:143)

testGetObjectACLSignature(org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test)  Time elapsed: 0.275 sec  <<< FAILURE!
com.google.inject.CreationException: Unable to create injector, see the following errors:

1) Overriding @Provides methods is not allowed.
	@Provides method: org.jclouds.s3.config.S3HttpApiModule.provideTimeStampCacheDate()
	overridden by: org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test$TestS3HttpApiModule.provideTimeStampCacheDate()
  at com.google.inject.internal.ProviderMethodsModule.getProviderMethods(ProviderMethodsModule.java:163)

1 error
	at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:466)
	at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:155)
	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107)
	at com.google.inject.Guice.createInjector(Guice.java:96)
	at org.jclouds.ContextBuilder.buildInjector(ContextBuilder.java:403)
	at org.jclouds.ContextBuilder.buildInjector(ContextBuilder.java:326)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test.injector(RequestAuthorizeSignatureV4Test.java:110)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test.filter(RequestAuthorizeSignatureV4Test.java:114)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test.testGetObjectACLSignature(RequestAuthorizeSignatureV4Test.java:168)

testGetBucketLocationSignature(org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test)  Time elapsed: 0.638 sec  <<< FAILURE!
com.google.inject.CreationException: Unable to create injector, see the following errors:

1) Overriding @Provides methods is not allowed.
	@Provides method: org.jclouds.s3.config.S3HttpApiModule.provideTimeStampCacheDate()
	overridden by: org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test$TestS3HttpApiModule.provideTimeStampCacheDate()
  at com.google.inject.internal.ProviderMethodsModule.getProviderMethods(ProviderMethodsModule.java:163)

1 error
	at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:466)
	at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:155)
	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107)
	at com.google.inject.Guice.createInjector(Guice.java:96)
	at org.jclouds.ContextBuilder.buildInjector(ContextBuilder.java:403)
	at org.jclouds.ContextBuilder.buildInjector(ContextBuilder.java:326)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test.injector(RequestAuthorizeSignatureV4Test.java:110)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test.filter(RequestAuthorizeSignatureV4Test.java:114)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test.testGetBucketLocationSignature(RequestAuthorizeSignatureV4Test.java:134)

testGetObjectSignature(org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test)  Time elapsed: 0.639 sec  <<< FAILURE!
com.google.inject.CreationException: Unable to create injector, see the following errors:

1) Overriding @Provides methods is not allowed.
	@Provides method: org.jclouds.s3.config.S3HttpApiModule.provideTimeStampCacheDate()
	overridden by: org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test$TestS3HttpApiModule.provideTimeStampCacheDate()
  at com.google.inject.internal.ProviderMethodsModule.getProviderMethods(ProviderMethodsModule.java:163)

1 error
	at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:466)
	at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:155)
	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107)
	at com.google.inject.Guice.createInjector(Guice.java:96)
	at org.jclouds.ContextBuilder.buildInjector(ContextBuilder.java:403)
	at org.jclouds.ContextBuilder.buildInjector(ContextBuilder.java:326)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test.injector(RequestAuthorizeSignatureV4Test.java:110)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test.filter(RequestAuthorizeSignatureV4Test.java:114)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test.testGetObjectSignature(RequestAuthorizeSignatureV4Test.java:150)

testPutObjectSignature(org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test)  Time elapsed: 0.646 sec  <<< FAILURE!
com.google.inject.CreationException: Unable to create injector, see the following errors:

1) Overriding @Provides methods is not allowed.
	@Provides method: org.jclouds.s3.config.S3HttpApiModule.provideTimeStampCacheDate()
	overridden by: org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test$TestS3HttpApiModule.provideTimeStampCacheDate()
  at com.google.inject.internal.ProviderMethodsModule.getProviderMethods(ProviderMethodsModule.java:163)

1 error
	at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:466)
	at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:155)
	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107)
	at com.google.inject.Guice.createInjector(Guice.java:96)
	at org.jclouds.ContextBuilder.buildInjector(ContextBuilder.java:403)
	at org.jclouds.ContextBuilder.buildInjector(ContextBuilder.java:326)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test.injector(RequestAuthorizeSignatureV4Test.java:110)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test.filter(RequestAuthorizeSignatureV4Test.java:114)
	at org.jclouds.s3.filters.RequestAuthorizeSignatureV4Test.testPutObjectSignature(RequestAuthorizeSignatureV4Test.java:189)


Results :

Failed tests: 
  RequestAuthorizeSignatureV4ChunkedUploadTest.testPutObjectWithChunkedUpload:143->filter:118->injector:114 » Creation
  RequestAuthorizeSignatureV4Test.testGetObjectACLSignature:168->filter:114->injector:110 » Creation
  RequestAuthorizeSignatureV4Test.testGetBucketLocationSignature:134->filter:114->injector:110 » Creation
  RequestAuthorizeSignatureV4Test.testGetObjectSignature:150->filter:114->injector:110 » Creation
  RequestAuthorizeSignatureV4Test.testPutObjectSignature:189->filter:114->injector:110 » Creation

Tests run: 181, Failures: 5, Errors: 0, Skipped: 2

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache jclouds Project ............................ SUCCESS [16.619s]
[INFO] jclouds shared Maven resources .................... SUCCESS [5.063s]
[INFO] jclouds Components Core ........................... SUCCESS [1:40.399s]
[INFO] jclouds SLF4J Logging Module ...................... SUCCESS [4.568s]
[INFO] jclouds OAuth core ................................ SUCCESS [8.746s]
[INFO] jclouds Google Cloud Core ......................... SUCCESS [2.419s]
[INFO] jclouds OpenStack Components Core ................. SUCCESS [20.268s]
[INFO] jclouds commons project ........................... SUCCESS [0.736s]
[INFO] jclouds script builder ............................ SUCCESS [5.223s]
[INFO] jclouds compute core .............................. SUCCESS [52.396s]
[INFO] jclouds Log4J Logging Module ...................... SUCCESS [2.760s]
[INFO] jclouds loadbalancer core ......................... SUCCESS [2.380s]
[INFO] jclouds sts api ................................... SUCCESS [8.694s]
[INFO] jclouds cloudwatch api ............................ SUCCESS [13.542s]
[INFO] jclouds bouncycastle EncryptionService Module ..... SUCCESS [4.508s]
[INFO] jclouds sshj ssh client ........................... SUCCESS [4.864s]
[INFO] jclouds cloudstack core ........................... SUCCESS [47.537s]
[INFO] jclouds blobstore core ............................ SUCCESS [37.774s]
[INFO] jclouds filesystem core ........................... SUCCESS [1:03.246s]
[INFO] jclouds bring your own node provider .............. SUCCESS [9.234s]
[INFO] jclouds OkHttp Driver ............................. SUCCESS [23.154s]
[INFO] jclouds s3 api .................................... FAILURE [18.399s]
[INFO] jclouds ec2 api ................................... SKIPPED
[INFO] jclouds sqs api ................................... SKIPPED
[INFO] jclouds elasticstack core ......................... SKIPPED
[INFO] jclouds atmos components .......................... SKIPPED
[INFO] jclouds openstack-keystone api .................... SKIPPED
[INFO] jclouds openstack-cinder api ...................... SKIPPED
[INFO] Apache jclouds :: OpenStack :: Nova API ........... SKIPPED
[INFO] jclouds openstack-nova-ec2 api .................... SKIPPED
[INFO] jclouds openstack-swift api ....................... SKIPPED
[INFO] jclouds openstack-trove api ....................... SKIPPED
[INFO] jclouds rackspace cloudidentity api ............... SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers API ........ SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage US provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Servers US provider  SKIPPED
[INFO] jclouds rackspace clouddns api .................... SKIPPED
[INFO] jclouds rackspace-cloudfiles api .................. SKIPPED
[INFO] jclouds route53 api ............................... SKIPPED
[INFO] jclouds Chef api .................................. SKIPPED
[INFO] jclouds apis project .............................. SKIPPED
[INFO] jclouds GoGrid provider ........................... SKIPPED
[INFO] jclouds Azure Storage provider .................... SKIPPED
[INFO] jclouds Apache Http Components Client ............. SKIPPED
[INFO] jclouds joda DateService Module ................... SKIPPED
[INFO] jclouds netty payload module ...................... SKIPPED
[INFO] jclouds enterprise Module ......................... SKIPPED
[INFO] jclouds Amazon Simple Storage Service (S3) provider  SKIPPED
[INFO] jclouds Amazon Elastic Load Balancer provider ..... SKIPPED
[INFO] jclouds Amazon EC2 provider ....................... SKIPPED
[INFO] jclouds Amazon Simple Queue Service provider ...... SKIPPED
[INFO] jclouds DigitalOcean v2 API Provider .............. SKIPPED
[INFO] jclouds ElasticHosts Peer1 London provider ........ SKIPPED
[INFO] jclouds ElasticHosts Peer1 San Antonio provider ... SKIPPED
[INFO] jclouds ElasticHosts BlueSquare London provider ... SKIPPED
[INFO] jclouds ElasticHosts Peer1 Toronto provider ....... SKIPPED
[INFO] jclouds ElasticHosts Peer1 Los Angeles provider ... SKIPPED
[INFO] jclouds ElasticHosts Amsterdam provider ........... SKIPPED
[INFO] jclouds ElasticHosts San Jose provider ............ SKIPPED
[INFO] jclouds ElasticHosts Hong Kong provider ........... SKIPPED
[INFO] jclouds ElasticHosts Sydney provider .............. SKIPPED
[INFO] jclouds ElasticHosts Miami provider ............... SKIPPED
[INFO] jclouds ElasticHosts Dallas provider .............. SKIPPED
[INFO] jclouds Open Hosting East1 provider ............... SKIPPED
[INFO] jclouds Serverlove Manchester provider ............ SKIPPED
[INFO] jclouds SkaliCloud Malaysia provider .............. SKIPPED
[INFO] jclouds Go2Cloud Johannesburg1 provider ........... SKIPPED
[INFO] jclouds Google Compute Engine provider ............ SKIPPED
[INFO] jclouds SoftLayer core ............................ SKIPPED
[INFO] jclouds Rackspace Cloud Files US provider ......... SKIPPED
[INFO] jclouds Rackspace Cloud Files UK provider ......... SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud DNS US provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud DNS UK provider  SKIPPED
[INFO] jclouds Rackspace Cloud Databases US provider ..... SKIPPED
[INFO] jclouds Rackspace Cloud Databases UK provider ..... SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers US provider  SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers UK provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage UK provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Servers provider  SKIPPED
[INFO] jclouds GleSYS core ............................... SKIPPED
[INFO] jclouds Amazon Identity and Access Management (STS) provider  SKIPPED
[INFO] jclouds Amazon Route 53 provider .................. SKIPPED
[INFO] jclouds ultradns-ws provider ...................... SKIPPED
[INFO] jclouds dynect api ................................ SKIPPED
[INFO] jclouds providers project ......................... SKIPPED
[INFO] jclouds jsch ssh client ........................... SKIPPED
[INFO] jclouds example components for a standalone compute provider  SKIPPED
[INFO] jclouds skeletons project ......................... SKIPPED
[INFO] jclouds Google App Engine Components .............. SKIPPED
[INFO] jclouds drivers project ........................... SKIPPED
[INFO] allcompute ........................................ SKIPPED
[INFO] allblobstore ...................................... SKIPPED
[INFO] allloadbalancer ................................... SKIPPED
[INFO] all ............................................... SKIPPED
[INFO] Apache jclouds .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:37.840s
[INFO] Finished at: Thu Jan 21 05:23:34 EST 2016
[INFO] Final Memory: 82M/267M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project s3: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/s3/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project s3: There are test failures.

Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/s3/target/surefire-reports> for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/s3/target/surefire-reports> for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:195)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:861)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:729)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :s3
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: jclouds-guava-guice-compat » 18.0,4.0,OpenJDK 7 (latest) #74

Posted by je...@cloudbees.com.
See <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/74/changes>

Changes:

[Andrew Gaul] Skip testBlobAccess on filesytem

------------------------------------------
[...truncated 30369 lines...]
Starting test testDelimiterList(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testDelimiterList(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 9ms
Test suite progress: tests succeeded: 59, failed: 0, skipped: 5.
Starting test testListContainerGetBlobSize(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListContainerGetBlobSize(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 60, failed: 0, skipped: 5.
Starting test testListContainerWithZeroMaxResults(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListContainerWithZeroMaxResults(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 61, failed: 0, skipped: 5.
Starting test testListMarkerAfterLastKey(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListMarkerAfterLastKey(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 62, failed: 0, skipped: 5.
Starting test containerExists(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test containerExists(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 1ms
Test suite progress: tests succeeded: 63, failed: 0, skipped: 5.
Starting test deleteContainerIfEmptyWithContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
*** allocated new container jenkins-blobstore2803360630347177034...
[TestNG] Test deleteContainerIfEmptyWithContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) failed.
Test suite progress: tests succeeded: 63, failed: 1, skipped: 5.
Starting test deleteContainerIfEmptyWithoutContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
*** allocated new container jenkins-blobstore7140733342404142493...
[TestNG] Test deleteContainerIfEmptyWithoutContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 2ms
Test suite progress: tests succeeded: 64, failed: 1, skipped: 5.
Starting test deleteContainerWithContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
*** allocated new container jenkins-blobstore-3374393680300693038...
[TestNG] Test deleteContainerWithContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 2ms
Test suite progress: tests succeeded: 65, failed: 1, skipped: 5.
Starting test deleteContainerWithoutContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
*** allocated new container jenkins-blobstore6810343217088270263...
[TestNG] Test deleteContainerWithoutContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 2ms
Test suite progress: tests succeeded: 66, failed: 1, skipped: 5.
Starting test testDirectory(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testDirectory(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) skipped.
Test suite progress: tests succeeded: 66, failed: 1, skipped: 6.
Starting test testListContainer(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListContainer(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 19ms
Test suite progress: tests succeeded: 67, failed: 1, skipped: 6.
Starting test testListContainerMarker(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListContainerMarker(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 71ms
Test suite progress: tests succeeded: 68, failed: 1, skipped: 6.
Starting test testListContainerMaxResults(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListContainerMaxResults(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 70ms
Test suite progress: tests succeeded: 69, failed: 1, skipped: 6.
Starting test testListContainerPrefix(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListContainerPrefix(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 39ms
Test suite progress: tests succeeded: 70, failed: 1, skipped: 6.
Starting test testListRootUsesDelimiter(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testListRootUsesDelimiter(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 29ms
Test suite progress: tests succeeded: 71, failed: 1, skipped: 6.
Starting test testNotWithDetails(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testNotWithDetails(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 4ms
Test suite progress: tests succeeded: 72, failed: 1, skipped: 6.
Starting test testPutTwiceIsOkAndDoesntOverwrite(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testPutTwiceIsOkAndDoesntOverwrite(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 2ms
Test suite progress: tests succeeded: 73, failed: 1, skipped: 6.
Starting test testSetContainerAccess(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testSetContainerAccess(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) skipped.
Test suite progress: tests succeeded: 73, failed: 1, skipped: 7.
Starting test testWithDetails(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)
[TestNG] Test testWithDetails(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest) succeeded: 3ms
Test suite progress: tests succeeded: 74, failed: 1, skipped: 7.
Tests run: 82, Failures: 1, Errors: 0, Skipped: 7, Time elapsed: 9.117 sec <<< FAILURE! - in TestSuite
deleteContainerIfEmptyWithContents(org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest)  Time elapsed: 0.009 sec  <<< FAILURE!
java.lang.RuntimeException: java.nio.file.NoSuchFileException: ./target/basedir/jenkins-blobstore4
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144)
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:97)
	at java.nio.file.Files.readAttributes(Files.java:1686)
	at org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl.getContainerMetadata(FilesystemStorageStrategyImpl.java:267)
	at org.jclouds.blobstore.config.LocalBlobStore$7.apply(LocalBlobStore.java:436)
	at org.jclouds.blobstore.config.LocalBlobStore$7.apply(LocalBlobStore.java:434)
	at com.google.common.collect.Iterators$8.transform(Iterators.java:799)
	at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48)
	at com.google.common.collect.Iterators.addAll(Iterators.java:362)
	at com.google.common.collect.Iterables.addAll(Iterables.java:354)
	at org.jclouds.blobstore.domain.internal.PageSetImpl.<init>(PageSetImpl.java:31)
	at org.jclouds.blobstore.config.LocalBlobStore.list(LocalBlobStore.java:433)
	at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:50)
	at com.sun.proxy.$Proxy44.list(Unknown Source)
	at org.jclouds.blobstore.integration.internal.BaseBlobStoreIntegrationTest.returnContainer(BaseBlobStoreIntegrationTest.java:465)
	at org.jclouds.blobstore.integration.internal.BaseBlobStoreIntegrationTest.recycleContainerAndAddToPool(BaseBlobStoreIntegrationTest.java:502)
	at org.jclouds.blobstore.integration.internal.BaseContainerIntegrationTest.deleteContainerIfEmptyWithContents(BaseContainerIntegrationTest.java:449)
	at org.jclouds.filesystem.integration.FilesystemContainerIntegrationTest.deleteContainerIfEmptyWithContents(FilesystemContainerIntegrationTest.java:116)


Results :

Failed tests: 
  FilesystemContainerIntegrationTest.deleteContainerIfEmptyWithContents:116->BaseContainerIntegrationTest.deleteContainerIfEmptyWithContents:449->BaseBlobStoreIntegrationTest.recycleContainerAndAddToPool:502->BaseBlobStoreIntegrationTest.returnContainer:465 » Runtime

Tests run: 82, Failures: 1, Errors: 0, Skipped: 7

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache jclouds Project ............................ SUCCESS [38.522s]
[INFO] jclouds shared Maven resources .................... SUCCESS [9.283s]
[INFO] jclouds Components Core ........................... SUCCESS [1:38.802s]
[INFO] jclouds SLF4J Logging Module ...................... SUCCESS [3.331s]
[INFO] jclouds OAuth core ................................ SUCCESS [4.872s]
[INFO] jclouds Google Cloud Core ......................... SUCCESS [2.279s]
[INFO] jclouds OpenStack Components Core ................. SUCCESS [19.915s]
[INFO] jclouds commons project ........................... SUCCESS [0.594s]
[INFO] jclouds script builder ............................ SUCCESS [4.916s]
[INFO] jclouds compute core .............................. SUCCESS [53.083s]
[INFO] jclouds Log4J Logging Module ...................... SUCCESS [2.354s]
[INFO] jclouds loadbalancer core ......................... SUCCESS [2.181s]
[INFO] jclouds sts api ................................... SUCCESS [7.633s]
[INFO] jclouds cloudwatch api ............................ SUCCESS [10.686s]
[INFO] jclouds bouncycastle EncryptionService Module ..... SUCCESS [4.244s]
[INFO] jclouds sshj ssh client ........................... SUCCESS [4.874s]
[INFO] jclouds cloudstack core ........................... SUCCESS [50.065s]
[INFO] jclouds blobstore core ............................ SUCCESS [35.062s]
[INFO] jclouds filesystem core ........................... FAILURE [57.061s]
[INFO] jclouds bring your own node provider .............. SKIPPED
[INFO] jclouds OkHttp Driver ............................. SKIPPED
[INFO] jclouds s3 api .................................... SKIPPED
[INFO] jclouds ec2 api ................................... SKIPPED
[INFO] jclouds sqs api ................................... SKIPPED
[INFO] jclouds elasticstack core ......................... SKIPPED
[INFO] jclouds atmos components .......................... SKIPPED
[INFO] jclouds openstack-keystone api .................... SKIPPED
[INFO] jclouds openstack-cinder api ...................... SKIPPED
[INFO] Apache jclouds :: OpenStack :: Nova API ........... SKIPPED
[INFO] jclouds openstack-nova-ec2 api .................... SKIPPED
[INFO] jclouds openstack-swift api ....................... SKIPPED
[INFO] jclouds openstack-trove api ....................... SKIPPED
[INFO] jclouds rackspace cloudidentity api ............... SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers API ........ SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage US provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Servers US provider  SKIPPED
[INFO] jclouds rackspace clouddns api .................... SKIPPED
[INFO] jclouds rackspace-cloudfiles api .................. SKIPPED
[INFO] jclouds route53 api ............................... SKIPPED
[INFO] jclouds Chef api .................................. SKIPPED
[INFO] jclouds apis project .............................. SKIPPED
[INFO] jclouds GoGrid provider ........................... SKIPPED
[INFO] jclouds Azure Storage provider .................... SKIPPED
[INFO] jclouds Apache Http Components Client ............. SKIPPED
[INFO] jclouds joda DateService Module ................... SKIPPED
[INFO] jclouds netty payload module ...................... SKIPPED
[INFO] jclouds enterprise Module ......................... SKIPPED
[INFO] jclouds Amazon Simple Storage Service (S3) provider  SKIPPED
[INFO] jclouds Amazon Elastic Load Balancer provider ..... SKIPPED
[INFO] jclouds Amazon EC2 provider ....................... SKIPPED
[INFO] jclouds Amazon Simple Queue Service provider ...... SKIPPED
[INFO] jclouds DigitalOcean v2 API Provider .............. SKIPPED
[INFO] jclouds ElasticHosts Peer1 London provider ........ SKIPPED
[INFO] jclouds ElasticHosts Peer1 San Antonio provider ... SKIPPED
[INFO] jclouds ElasticHosts BlueSquare London provider ... SKIPPED
[INFO] jclouds ElasticHosts Peer1 Toronto provider ....... SKIPPED
[INFO] jclouds ElasticHosts Peer1 Los Angeles provider ... SKIPPED
[INFO] jclouds ElasticHosts Amsterdam provider ........... SKIPPED
[INFO] jclouds ElasticHosts San Jose provider ............ SKIPPED
[INFO] jclouds ElasticHosts Hong Kong provider ........... SKIPPED
[INFO] jclouds ElasticHosts Sydney provider .............. SKIPPED
[INFO] jclouds ElasticHosts Miami provider ............... SKIPPED
[INFO] jclouds ElasticHosts Dallas provider .............. SKIPPED
[INFO] jclouds Open Hosting East1 provider ............... SKIPPED
[INFO] jclouds Serverlove Manchester provider ............ SKIPPED
[INFO] jclouds SkaliCloud Malaysia provider .............. SKIPPED
[INFO] jclouds Go2Cloud Johannesburg1 provider ........... SKIPPED
[INFO] jclouds Google Compute Engine provider ............ SKIPPED
[INFO] jclouds SoftLayer core ............................ SKIPPED
[INFO] jclouds Rackspace Cloud Files US provider ......... SKIPPED
[INFO] jclouds Rackspace Cloud Files UK provider ......... SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud DNS US provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud DNS UK provider  SKIPPED
[INFO] jclouds Rackspace Cloud Databases US provider ..... SKIPPED
[INFO] jclouds Rackspace Cloud Databases UK provider ..... SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers US provider  SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers UK provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage UK provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Servers provider  SKIPPED
[INFO] jclouds GleSYS core ............................... SKIPPED
[INFO] jclouds Amazon Identity and Access Management (STS) provider  SKIPPED
[INFO] jclouds Amazon Route 53 provider .................. SKIPPED
[INFO] jclouds ultradns-ws provider ...................... SKIPPED
[INFO] jclouds dynect api ................................ SKIPPED
[INFO] jclouds providers project ......................... SKIPPED
[INFO] jclouds jsch ssh client ........................... SKIPPED
[INFO] jclouds example components for a standalone compute provider  SKIPPED
[INFO] jclouds skeletons project ......................... SKIPPED
[INFO] jclouds Google App Engine Components .............. SKIPPED
[INFO] jclouds drivers project ........................... SKIPPED
[INFO] allcompute ........................................ SKIPPED
[INFO] allblobstore ...................................... SKIPPED
[INFO] allloadbalancer ................................... SKIPPED
[INFO] all ............................................... SKIPPED
[INFO] Apache jclouds .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:58.769s
[INFO] Finished at: Thu Jan 21 04:21:17 EST 2016
[INFO] Final Memory: 84M/265M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (integration) on project filesystem: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/filesystem/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (integration) on project filesystem: There are test failures.

Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/filesystem/target/surefire-reports> for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-guice-compat/GUAVA_VERSION=18.0,GUICE_VERSION=4.0,jdk=OpenJDK%207%20(latest)/ws/apis/filesystem/target/surefire-reports> for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:195)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:861)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:729)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :filesystem
Build step 'Invoke top-level Maven targets' marked build as failure