Not sure why CloudBees is failing with errors like
symbol : method mockOpenStackServer()
location: class org.jclouds.openstack.swift.v1.features.AccountApiMockTest
[ERROR]
/scratch/jenkins/workspace/jclouds-labs-openstack-pull-requests/openstack-swift/src/test/java/org/jclouds/openstack/swift/v1/features/AccountApiMockTest.java:[44,48]
cannot find symbol
symbol : variable accessRackspace
location: class org.jclouds.openstack.swift.v1.features.AccountApiMockTest
[ERROR]
/scratch/jenkins/workspace/jclouds-labs-openstack-pull-requests/openstack-swift/src/test/java/org/jclouds/openstack/swift/v1/features/AccountApiMockTest.java:[70,29]
cannot find symbol
Clearly those changes are already in the repo, see
https://github.com/jclouds/jclouds/blob/master/apis/openstack-keystone/src/test/java/org/jclouds/openstack/v2_0/internal/BaseOpenStackMockTest.java
I even decompiled the Keystone tests JAR at
https://repository.apache.org/content/groups/snapshots/org/apache/jclouds/api/openstack-keystone/1.7.0-SNAPSHOT/openstack-keystone-1.7.0-20131015.164442-171-tests.jar
to make sure they were in the snapshot too.
I do see CloudBees referring to it's own snapshot repo at
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/api/openstack-keystone/1.7.0-SNAPSHOT/maven-metadata.xml
but those files don't even seem to exist.
@demobox Do you have any idea why CloudBees might be failing? Do you think
wiping the jclouds-labs-openstack-pull-requests workspace at
https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack-pull-requests/ws/
would help?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/41#issuecomment-26356788