Build failed in Jenkins: java-identity-provider » Shibboleth IdP :: Attribute Filter Implementation #304
Shibboleth Jenkins
noreply at shibboleth.net
Fri May 17 10:23:14 EDT 2013
See <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/304/changes>
Changes:
[rdw] IDP 208 Start refactoring the Filter-API code so there is a more recognizable link between Schema types and Java Classes. Part 2 of n. The Predicate "criterion" becomes a MatchFunctor called " policyRequirement rule (as per the schema)
[rdw] Fix build. For some reason MatchFunctor did not get removed in the last commit.
------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Shibboleth IdP :: Attribute Filter Implementation 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ idp-attribute-filter-impl ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/target>
[INFO]
[INFO] --- maven-dependency-plugin:2.7:copy (default) @ idp-attribute-filter-impl ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ idp-attribute-filter-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ idp-attribute-filter-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/main/java/net/shibboleth/idp/attribute/filtering/impl/matcher/AbstractValueMatcherFunctor.java>: <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/main/java/net/shibboleth/idp/attribute/filtering/impl/matcher/AbstractValueMatcherFunctor.java> uses unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/main/java/net/shibboleth/idp/attribute/filtering/impl/matcher/AbstractValueMatcherFunctor.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ idp-attribute-filter-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ idp-attribute-filter-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/test/java/net/shibboleth/idp/attribute/filtering/impl/matcher/logic/OrMatcherTest.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/test/java/net/shibboleth/idp/attribute/filtering/impl/matcher/logic/OrMatcherTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[31,63] package net.shibboleth.idp.attribute.resolver.impl.dc.attribute does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[32,63] package net.shibboleth.idp.attribute.resolver.impl.dc.attribute does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[33,63] package net.shibboleth.idp.attribute.resolver.impl.dc.attribute does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[63,9] cannot find symbol
symbol: class SAML2AttributeDataConnector
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[63,53] cannot find symbol
symbol: class SAML2AttributeDataConnector
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[65,20] cannot find symbol
symbol: class BaseMappedAttribute
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[65,70] cannot find symbol
symbol: class BaseMappedAttribute
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[66,9] cannot find symbol
symbol: class StringMappedAttribute
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[66,41] cannot find symbol
symbol: class StringMappedAttribute
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/net.shibboleth.idp$idp-attribute-filter-impl/ws/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[70,19] cannot find symbol
symbol: class StringMappedAttribute
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[INFO] 10 errors
[INFO] -------------------------------------------------------------
More information about the commits
mailing list