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 2015/06/26 15:37:58 UTC

Build failed in Jenkins: jclouds-guava-17-18 » 17.0,OpenJDK 7 (latest) #312

See <https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=17.0,jdk=OpenJDK%207%20(latest)/312/changes>

Changes:

[adrian.f.cole] organized google code into its own subdir

[Andrew Bayer] JCLOUDS-23. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos.

[Andrew Bayer] JCLOUDS-30. Switch to 2 space indents for POM files.

[Andrew Bayer] JCLOUDS-80. Inherit apache-rat plugin config.

[Ignasi Barrera] JCLOUDS-64: Update license headers

[Andrew Bayer] JCLOUDS-31. License header cleanup

[Andrew Bayer] JCLOUDS-101 - update GCE compute service to deal with SecurityGroupExtension

[Andrew Bayer] JCLOUDS-209. Move to GCE v1beta15 API, with new features/methods included

[Andrew Bayer] Handle null fingerprints properly.

[Andrew Bayer] JCLOUDS-312. Add SecurityGroupExtension for GCE.

[Andrew Bayer] Removing test detail

[Andrew Bayer] JCLOUDS-336. Move to GCE v1beta16 API

[alex.heneveld] fix for JCLOUDS-360, replace platform-dependent assumption that nanosecond resolution ticker uses epoch 1970 as origin with guaranteed behaviour at millisecond-level resolution of System.currentTimeMillis

[Andrew Bayer] Cleaning up GCE SecurityGroupExtension

[Andrew Phillips] JCLOUDS-362 inferring project-id from identity when there is a hyphen

[Andrew Phillips] JCLOUDS-367: GCE nodes n>1 ignoring inboundPort

[Andrew Bayer] JCLOUDS-381. Allow explicit naming of nodes, decouple group identity from instance name.

[Andrew Gaul] Address Checkstyle violations

[Andrew Gaul] Enforce no unused imports via Checkstyle

[Andrew Bayer] JCLOUDS-393. Move to GCE API v1.

[Andrew Bayer] Updating to 1.8.0-SNAPSHOT

[Andrew Bayer] JCLOUDS-416. Use new TemplateOptions#networks field, albeit a bit janky.

[Andrew Gaul] Make constants final classes instead of interfaces

[Andrew Gaul] Migrate InputSupplier callers to ByteSource

[Andrew Gaul] JCLOUDS-546: Remove Javadoc @author annotations

[Andrew Gaul] Address Checkstyle violations

[Andrew Phillips] JCLOUDS-620: Don't fail on tag filtering when group is not specified.

[Andrew Phillips] Fixing other Checkstyle violations in GCE.

[Andrea Turli] [JCLOUDS-550] fix for obsolete machineTypes

[Andrew Phillips] Updating project and jclouds.version to 2.0.0-SNAPSHOT

[Andrew Gaul] JCLOUDS-653: Address Guava 18 deprecations

[Chris Custine] JCLOUDS-643: Fix Google and OAuth tests

[Chris Custine] JCLOUDS-633: Support passing bearer token directly for OAuth2

[Andrew Phillips] JCLOUDS-661: Supporting single port firewall rules in GCE

[Chris Custine] Fixing whitespace for checkstyle violation

[Andrew Gaul] Avoid primitive wrapper constructors

[Andrew Gaul] Add missing @Override annotations

[Adrian Cole] JCLOUDS-740 GCE doesn't always return id, selfLink on lists. Also, internally buffering an Iterable with a Set < with a List.

[Chris Custine] JCLOUDS-703: Google Hardware no longer supports images

[Ignasi Barrera] Implemented the supports exclusion CIDR new method

[Ignasi Barrera] Fix indentation

[broudy] JCLOUDS-649: Added image creation from pd and made Image rawDisk Optional<T>

[Ignasi Barrera] JCLOUDS-678: Do not silently return null in POST operations

[broudy] minor bug fix to InstanceApiLiveTest

[broudy] Adding support for DiskTypes Api.

[broudy] Adding SSD support and added DiskCreationOptions.

[Adrian Cole] Revert "JCLOUDS-653: Address Guava 18 deprecations"

[Adrian Cole] Cleanup binders in GCE: don't use sneaky injection. don't redundantly check null.

[Adrian Cole] Iteration order of HashSet/Map changes between JRE 7 and JRE 8, breaking tests. Switch to LinkedHashSet/Map.

[Adrian Cole] JCLOUDS-750 At the cost of fiddling with type hierarchy adapters, remove lots of junk with google auto.

[Adrian Cole] initial commit to support GCE LB

[Adrian Cole] Added options and binders for LB apis.

[Adrian Cole] Improved live tests for Load Balancing.

[Adrian Cole] JCLOUDS-750 Remove need for custom json type adapters on OAuth.

[Adrian Cole] JCLOUDS-750 Convert GoogleComputeEngine to AutoValue + general cleanup.

[Adrian Cole] Adding fix to Project.get fallback. Returns 400 or 404.

[Adrian Cole] Cleanup ListPage in google apis.

[Adrian Cole] Migrate off PaginatedIterable to Iterator. Fix some live test bugs.

[Adrian Cole] Make instance api prettier.

[Ignasi Barrera] Use images from all public projects and filter deprecated ones

[Adrian Cole] standardize listPage across all GCE resources.

[Adrian Cole] Add GoogleComputeEngineProviderMetadata and implement dynamic Location suppliers.

[Adrian Cole] Consolidate operation state management.

[Adrian Cole] Use InstanceTemplate.name as opposed to ignoring it.

[Adrian Cole]  * Rewrites InstanceTemplate as NewInstance, strictly from docs.

[Adrian Cole]   * Removed the need for users to manually specify the current project name everywhere.

[Adrian Cole]  * Refactor OAuth so that it doesn't require private keys when we aren't signing anything.

[Adrian Cole]  * Change OAuthScopes into an interface as opposed to boilerplating annotations.

[Adrian Cole] Dedupe code between google cloud products.

[Adrian Cole] Add setDiskAutoDelete to InstanceApi, Refactor AttachDisk.

[Adrian Cole] Extends coverage of AggregatedList API: address, disk, disk type, global operations.

[Adrian Cole] Remove tests for default fallbacks. This helps clarify code towards what's GCE-specific.

[Adrian Cole]  * Refactor OAuth to be less complex.

[Adrian Cole] Initial commit to add l7 loadbalancing features and tests to jclouds-labs-google

[Adrian Cole] l7 Cont: Removed ResourceView, Converted to AutoValue and updated.

[Adrian Cole] Added ForwardingRule to AggregatedListApi.

[Adrian Cole] Added Image.deprecate, ImageApiMockTest completed, removed ImageApiExpectTest

[Adrian Cole] added InstanceApi.setScheduling

[Adrian Cole] Converting tests to Mock

[Adrian Cole] Added TargetInstanceApi

[Ignasi Barrera] Upgrade to OkHttp 2.1.0

[broudy] Added LicenseApi

[Ignasi Barrera] New MockTests: Network, Operation, Region, Route, Snapshot

[Ignasi Barrera] Updates to Address, Disk, Image, Operations + others

[Ignasi Barrera] Updated Network, MachineType, Region, Route, Snapshot, TargetInstance, and Zone

[Ignasi Barrera] Updates to InstanceApi. 100% coverage

[Ignasi Barrera] Added targetPool:AggregatedList, getHealth. Updated HttpHealthCheck

[Ignasi Barrera] added CreationTimestamp to HttpHealthCheck and TargetPool + refactor Warning

[Ignasi Barrera] Bug fixes related to LiveTest failures

[Ignasi Barrera] New MockTests: TargetHttpProxyApi, UrlMap, ZoneApi, FirewallApi

[Ignasi Barrera] MockTests now support PATCH semantics

[Ignasi Barrera] Cleanup node authentication

[Ignasi Barrera] Removed the SecurityGroupExtension

[Ignasi Barrera] Updated TargetHttpProxyOptions, TargetPoolCreationOptions, UrlMapOptions to AutoValue + Builder

[Ignasi Barrera] Added Project:setUsageExportBucket and ProjectApiMockTest

[Ignasi Barrera] Fixed InstanceApiLiveTest, made Instance.status @Nullable

[Jeremy Daggett] Split Auto dependencies into auto-service and auto-value

[Ignasi Barrera] Enables working with .json key files, adding GoogleCredentialsFromJson

[Ignasi Barrera] adding start and stop to Instance Api

[Ignasi Barrera] Updated BackendServiceOptions to AutoValue + Builder

[Ignasi Barrera] Updated DeprecateOptions to AutoValue + Builder

[Ignasi Barrera] Updated DiskCreationOptions to AutoValue + Builder

[Ignasi Barrera] Updated ForwardingRuleCreationOptions to AutoValue + Builder

[Ignasi Barrera] Updated AggregatedListApiLiveTest

[Ignasi Barrera] Apache jclouds 1.9.0 release

[Ignasi Barrera] Next development version 2.0.0-SNAPSHOT

[Ignasi Barrera] Use OAuth from the main repo

[Ignasi Barrera] Fix the HealthCheck live tests

[Ignasi Barrera] Removing network management, use default network, use fewer firewalls.

[Ignasi Barrera] Remove firewall-tag filtering

[Ignasi Barrera] Making tags Immutable

[Ignasi Barrera] JCLOUDS-906: Add ServiceAccounts to GoogleComputeEngineTemplateOptions

[Ignasi Barrera] JCLOUDS-925: Add support to start and stop instances in the ComputeService

[Ignasi Barrera] Update UrlMapApiLiveTest

[Ignasi Barrera] Do not use AutoValue shaded imports

[Ignasi Barrera] Image credentials and project improvements.

[Andrew Bayer] JCLOUDS-935. Move AttachDisk.InitializeParams to URI for diskType

[Ignasi Barrera] Add running GoogleComputeEngineTemplateBuilderLiveTest with Json key

[Andrew Bayer] JCLOUDS-934. Add support for specifying boot disk type in compute service

[Andrew Bayer] JCLOUDS-936: Switch to LoadingCache for disk->image

[broudy] Update ComposeObjectTemplate and update MockTests

[Ignasi Barrera] Update Maven coordinates to the promoted naming

[Andrea Turli] [NOVA] change some access modifiers to simplify the downstream provider impl

------------------------------------------
[...truncated 19804 lines...]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.RuntimeException
	at org.jclouds.concurrent.FutureIterablesTest$2.apply(FutureIterablesTest.java:71)
	at org.jclouds.concurrent.FutureIterablesTest$2.apply(FutureIterablesTest.java:68)
	at org.jclouds.concurrent.FutureIterables.transformParallel(FutureIterables.java:82)
	... 15 more
ERROR: , completed: 0/2, errors: 2, rate: 1ms/op
java.lang.RuntimeException: , completed: 0/2, errors: 2, rate: 1ms/op
	at org.jclouds.concurrent.FutureIterables.awaitCompletion(FutureIterables.java:153)
	at org.jclouds.concurrent.FutureIterables.transformParallel(FutureIterables.java:86)
	at org.jclouds.concurrent.FutureIterables.transformParallel(FutureIterables.java:70)
	at org.jclouds.concurrent.FutureIterablesTest.testNormalExceptionPropagatesAsTransformParallelExceptionAndTries5XPerElement(FutureIterablesTest.java:68)
	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:84)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
	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:724)
[pool-83-thread-1] Test testNormalExceptionPropagatesAsTransformParallelExceptionAndTries5XPerElement(org.jclouds.concurrent.FutureIterablesTest) succeeded: 1772ms
Test suite progress: tests succeeded: 800, failed: 1, skipped: 0.
Starting test testPasswordLeavesPrivateKeyAloneWhenSet(org.jclouds.domain.LoginCredentialsTest)
[pool-85-thread-1] Test testPasswordLeavesPrivateKeyAloneWhenSet(org.jclouds.domain.LoginCredentialsTest) succeeded: 1ms
Test suite progress: tests succeeded: 801, failed: 1, skipped: 0.
Starting test testPasswordSetsPrivateKeyToAbsentWhenUnset(org.jclouds.domain.LoginCredentialsTest)
[pool-85-thread-2] Test testPasswordSetsPrivateKeyToAbsentWhenUnset(org.jclouds.domain.LoginCredentialsTest) succeeded: 1ms
Test suite progress: tests succeeded: 802, failed: 1, skipped: 0.
Starting test testPrivateKeyLeavesPasswordAloneWhenSet(org.jclouds.domain.LoginCredentialsTest)
[pool-85-thread-3] Test testPrivateKeyLeavesPasswordAloneWhenSet(org.jclouds.domain.LoginCredentialsTest) succeeded: 0ms
Test suite progress: tests succeeded: 803, failed: 1, skipped: 0.
Starting test testPrivateKeySetsPasswordToAbsentWhenUnset(org.jclouds.domain.LoginCredentialsTest)
[pool-85-thread-4] Test testPrivateKeySetsPasswordToAbsentWhenUnset(org.jclouds.domain.LoginCredentialsTest) succeeded: 0ms
Test suite progress: tests succeeded: 804, failed: 1, skipped: 0.
Starting test testToString(org.jclouds.domain.LoginCredentialsTest)
[pool-85-thread-5] Test testToString(org.jclouds.domain.LoginCredentialsTest) succeeded: 0ms
Test suite progress: tests succeeded: 805, failed: 1, skipped: 0.
Starting test testToStringWhenNullPasswordAndKey(org.jclouds.domain.LoginCredentialsTest)
[pool-85-thread-4] Test testToStringWhenNullPasswordAndKey(org.jclouds.domain.LoginCredentialsTest) succeeded: 0ms
Test suite progress: tests succeeded: 806, failed: 1, skipped: 0.
Starting test testAll(org.jclouds.providers.ProvidersTest)
[pool-86-thread-1] Test testAll(org.jclouds.providers.ProvidersTest) succeeded: 2ms
Test suite progress: tests succeeded: 807, failed: 1, skipped: 0.
Starting test testBoundedByIso3166Code(org.jclouds.providers.ProvidersTest)
Starting test testCollocatedWith(org.jclouds.providers.ProvidersTest)
Starting test testTransformableTo(org.jclouds.providers.ProvidersTest)
Starting test testWithId(org.jclouds.providers.ProvidersTest)
[pool-86-thread-5] Test testWithId(org.jclouds.providers.ProvidersTest) succeeded: 9ms
Test suite progress: tests succeeded: 808, failed: 1, skipped: 0.
[pool-86-thread-4] Test testTransformableTo(org.jclouds.providers.ProvidersTest) succeeded: 42ms
Test suite progress: tests succeeded: 809, failed: 1, skipped: 0.
[pool-86-thread-2] Test testBoundedByIso3166Code(org.jclouds.providers.ProvidersTest) succeeded: 69ms
Test suite progress: tests succeeded: 810, failed: 1, skipped: 0.
[pool-86-thread-3] Test testCollocatedWith(org.jclouds.providers.ProvidersTest) succeeded: 99ms
Test suite progress: tests succeeded: 811, failed: 1, skipped: 0.
Starting test testExpectedBindingsWhenBuildVersionAbsent(org.jclouds.providers.config.BindProviderMetadataContextAndCredentialsTest)
Starting test testExpectedBindingsWhenCredentialIsNotNull(org.jclouds.providers.config.BindProviderMetadataContextAndCredentialsTest)
Starting test testExpectedBindingsWhenCredentialIsNull(org.jclouds.providers.config.BindProviderMetadataContextAndCredentialsTest)
[pool-87-thread-1] Test testExpectedBindingsWhenBuildVersionAbsent(org.jclouds.providers.config.BindProviderMetadataContextAndCredentialsTest) succeeded: 86ms
Test suite progress: tests succeeded: 812, failed: 1, skipped: 0.
[pool-87-thread-2] Test testExpectedBindingsWhenCredentialIsNotNull(org.jclouds.providers.config.BindProviderMetadataContextAndCredentialsTest) succeeded: 84ms
Test suite progress: tests succeeded: 813, failed: 1, skipped: 0.
[pool-87-thread-3] Test testExpectedBindingsWhenCredentialIsNull(org.jclouds.providers.config.BindProviderMetadataContextAndCredentialsTest) succeeded: 81ms
Test suite progress: tests succeeded: 814, failed: 1, skipped: 0.
Starting test testProviderOverridesApiMetadataProperty(org.jclouds.providers.config.BindProviderMetadataContextAndCredentialsTest)
[pool-87-thread-4] Test testProviderOverridesApiMetadataProperty(org.jclouds.providers.config.BindProviderMetadataContextAndCredentialsTest) succeeded: 91ms
Test suite progress: tests succeeded: 815, failed: 1, skipped: 0.
Starting test testProviderMetadataWithUpdatedEndpointUpdatesAndRetainsAllDefaultPropertiesExceptEndpoint(org.jclouds.providers.internal.UpdateProviderMetadataFromPropertiesTest)
[pool-88-thread-1] Test testProviderMetadataWithUpdatedEndpointUpdatesAndRetainsAllDefaultPropertiesExceptEndpoint(org.jclouds.providers.internal.UpdateProviderMetadataFromPropertiesTest) succeeded: 1ms
Test suite progress: tests succeeded: 816, failed: 1, skipped: 0.
Starting test testProviderMetadataWithUpdatedIso3166CodesUpdatesAndRetainsAllDefaultPropertiesExceptIso3166Codes(org.jclouds.providers.internal.UpdateProviderMetadataFromPropertiesTest)
[pool-88-thread-2] Test testProviderMetadataWithUpdatedIso3166CodesUpdatesAndRetainsAllDefaultPropertiesExceptIso3166Codes(org.jclouds.providers.internal.UpdateProviderMetadataFromPropertiesTest) succeeded: 1ms
Test suite progress: tests succeeded: 817, failed: 1, skipped: 0.
Tests run: 818, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 78.601 sec <<< FAILURE! - in TestSuite
testExponentialBackoffDelaySmallInterval1(org.jclouds.http.handlers.BackoffLimitedRetryHandlerTest)  Time elapsed: 0.005 sec  <<< FAILURE!
java.lang.AssertionError: expected [true] but found [false]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:494)
	at org.testng.Assert.assertTrue(Assert.java:42)
	at org.testng.Assert.assertTrue(Assert.java:52)
	at org.jclouds.http.handlers.BackoffLimitedRetryHandlerTest.testExponentialBackoffDelaySmallInterval1(BackoffLimitedRetryHandlerTest.java:105)


Results :

Failed tests: 
  BackoffLimitedRetryHandlerTest.testExponentialBackoffDelaySmallInterval1:105 expected [true] but found [false]

Tests run: 818, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache jclouds Project ............................ SUCCESS [1:12.333s]
[INFO] jclouds shared Maven resources .................... SUCCESS [25.046s]
[INFO] jclouds Components Core ........................... FAILURE [3:05.587s]
[INFO] jclouds SLF4J Logging Module ...................... SKIPPED
[INFO] jclouds OAuth core ................................ SKIPPED
[INFO] jclouds Google Cloud Core ......................... SKIPPED
[INFO] jclouds OpenStack Components Core ................. SKIPPED
[INFO] jclouds commons project ........................... SKIPPED
[INFO] jclouds script builder ............................ SKIPPED
[INFO] jclouds compute core .............................. SKIPPED
[INFO] jclouds Log4J Logging Module ...................... SKIPPED
[INFO] jclouds loadbalancer core ......................... SKIPPED
[INFO] jclouds sts api ................................... SKIPPED
[INFO] jclouds cloudwatch api ............................ SKIPPED
[INFO] jclouds bouncycastle EncryptionService Module ..... SKIPPED
[INFO] jclouds sshj ssh client ........................... SKIPPED
[INFO] jclouds cloudstack core ........................... SKIPPED
[INFO] jclouds blobstore core ............................ SKIPPED
[INFO] jclouds filesystem core ........................... SKIPPED
[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 swift 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 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 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 HP Cloud Compute provider ................. SKIPPED
[INFO] jclouds HP Cloud Block Storage Provider ........... SKIPPED
[INFO] jclouds HP Cloud Object Storage ................... 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 Enterprise Chef provider .................. 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:10.944s
[INFO] Finished at: Fri Jun 26 09:37:55 EDT 2015
[INFO] Final Memory: 90M/257M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project jclouds-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=17.0,jdk=OpenJDK%207%20(latest)/ws/core/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 jclouds-core: There are test failures.

Please refer to <https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=17.0,jdk=OpenJDK%207%20(latest)/ws/core/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-17-18/GUAVA_VERSION=17.0,jdk=OpenJDK%207%20(latest)/ws/core/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 :jclouds-core
Build step 'Invoke top-level Maven targets' marked build as failure

Jenkins build is back to normal : jclouds-guava-17-18 » 17.0,OpenJDK 7 (latest) #313

Posted by je...@cloudbees.com.
See <https://jclouds.ci.cloudbees.com/job/jclouds-guava-17-18/GUAVA_VERSION=17.0,jdk=OpenJDK%207%20(latest)/313/>