You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/10/31 09:55:48 UTC

Build failed in Jenkins: Knox-master-verify #728

See <https://builds.apache.org/job/Knox-master-verify/728/>

------------------------------------------
[...truncated 8954 lines...]
[INFO] Working directory: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test>
[INFO] Working directory: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test>
[INFO] Working directory: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test>
[INFO] Working directory: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test>
[INFO] Working directory: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test>
[INFO] Working directory: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test>
[INFO] Working directory: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test>
[INFO] Working directory: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test>
[INFO] Working directory: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test>
[INFO] Working directory: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test>
[INFO] Working directory: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 199 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test/target/test-classes>
[WARNING] <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java>: Some input files use or override a deprecated API.
[WARNING] <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java>: Recompile with -Xlint:deprecation for details.
[WARNING] <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayTestConfig.java>: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayTestConfig.java> uses unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayTestConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test/target/surefire-reports>
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.044 sec - in org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest
Running org.apache.hadoop.gateway.KnoxCliSysBindTest
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=admin,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=admin,ou=people,dc=hadoop,dc=apache,dc=org]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.817 sec - in org.apache.hadoop.gateway.KnoxCliSysBindTest
Running org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest
Killed
Running org.apache.hadoop.gateway.GatewayDeployFuncTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 35.509 sec <<< FAILURE! - in org.apache.hadoop.gateway.GatewayDeployFuncTest
testDeployRedeployUndeploy(org.apache.hadoop.gateway.GatewayDeployFuncTest)  Time elapsed: 33.753 sec  <<< ERROR!
java.lang.Exception: test timed out after 30000 milliseconds
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.http.client.HttpClient$execute.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
	at com.jayway.restassured.internal.RequestSpecificationImpl$RestAssuredHttpBuilder.doRequest(RequestSpecificationImpl.groovy:1377)
	at com.jayway.restassured.internal.http.HTTPBuilder.doRequest(HTTPBuilder.java:490)
	at com.jayway.restassured.internal.http.HTTPBuilder.request(HTTPBuilder.java:439)
	at com.jayway.restassured.internal.http.HTTPBuilder$request.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
	at com.jayway.restassured.internal.RequestSpecificationImpl.sendHttpRequest(RequestSpecificationImpl.groovy:953)
	at com.jayway.restassured.internal.RequestSpecificationImpl.this$2$sendHttpRequest(RequestSpecificationImpl.groovy)
	at com.jayway.restassured.internal.RequestSpecificationImpl$this$2$sendHttpRequest.callCurrent(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)
	at com.jayway.restassured.internal.RequestSpecificationImpl.sendRequest(RequestSpecificationImpl.groovy:820)
	at com.jayway.restassured.internal.RequestSpecificationImpl.this$2$sendRequest(RequestSpecificationImpl.groovy)
	at com.jayway.restassured.internal.RequestSpecificationImpl$this$2$sendRequest.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
	at com.jayway.restassured.internal.filter.RootFilter.filter(RootFilter.groovy:30)
	at com.jayway.restassured.filter.Filter$filter.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
	at com.jayway.restassured.internal.filter.FilterContextImpl.next(FilterContextImpl.groovy:49)
	at com.jayway.restassured.filter.FilterContext$next.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
	at com.jayway.restassured.internal.RequestSpecificationImpl.invokeFilterChain(RequestSpecificationImpl.groovy:758)
	at com.jayway.restassured.internal.RequestSpecificationImpl$invokeFilterChain.callCurrent(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
	at com.jayway.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1142)
	at com.jayway.restassured.internal.RequestSpecificationImpl.this$2$applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy)
	at com.jayway.restassured.internal.RequestSpecificationImpl$this$2$applyPathParamsAndSendRequest.callCurrent(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
	at com.jayway.restassured.internal.RequestSpecificationImpl.get(RequestSpecificationImpl.groovy:131)
	at org.apache.hadoop.gateway.GatewayDeployFuncTest.waitForAccess(GatewayDeployFuncTest.java:316)
	at org.apache.hadoop.gateway.GatewayDeployFuncTest.testDeployRedeployUndeploy(GatewayDeployFuncTest.java:229)

Running org.apache.hadoop.gateway.WebHdfsHaFuncTest

Results :

Tests in error: 
  GatewayDeployFuncTest.testDeployRedeployUndeploy:229->waitForAccess:316 ?  tes...

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

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] ExecutionException; nested exception is java.util.concurrent.ExecutionException: java.lang.RuntimeException: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?
Command was/bin/sh -c cd <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test> && /x1/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk-1.7u51/jre/bin/java -jar <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test/target/surefire/surefirebooter1696410444039302863.jar> <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test/target/surefire/surefire2393930428860672538tmp> <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test/target/surefire/surefire_328284073640762378171tmp>
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 878 minutes 14 seconds
[INFO] Finished at: Sat Oct 31 08:55:22 UTC 2015
[INFO] Final Memory: 109M/335M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-identity-assertion-pseudo/pom.xml> to org.apache.knox/gateway-provider-identity-assertion-pseudo/0.7.0-SNAPSHOT/gateway-provider-identity-assertion-pseudo-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-identity-assertion-pseudo/target/gateway-provider-identity-assertion-pseudo-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-identity-assertion-pseudo/0.7.0-SNAPSHOT/gateway-provider-identity-assertion-pseudo-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-test/pom.xml> to org.apache.knox/gateway-service-test/0.7.0-SNAPSHOT/gateway-service-test-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-test/target/gateway-service-test-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-service-test/0.7.0-SNAPSHOT/gateway-service-test-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-storm/pom.xml> to org.apache.knox/gateway-service-storm/0.7.0-SNAPSHOT/gateway-service-storm-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-storm/target/gateway-service-storm-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-service-storm/0.7.0-SNAPSHOT/gateway-service-storm-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-shiro/pom.xml> to org.apache.knox/gateway-provider-security-shiro/0.7.0-SNAPSHOT/gateway-provider-security-shiro-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-shiro/target/gateway-provider-security-shiro-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-security-shiro/0.7.0-SNAPSHOT/gateway-provider-security-shiro-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-identity-assertion-common/pom.xml> to org.apache.knox/gateway-provider-identity-assertion-common/0.7.0-SNAPSHOT/gateway-provider-identity-assertion-common-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-identity-assertion-common/target/gateway-provider-identity-assertion-common-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-identity-assertion-common/0.7.0-SNAPSHOT/gateway-provider-identity-assertion-common-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-server-launcher/pom.xml> to org.apache.knox/gateway-server-launcher/0.7.0-SNAPSHOT/gateway-server-launcher-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-server-launcher/target/gateway-server-launcher-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-server-launcher/0.7.0-SNAPSHOT/gateway-server-launcher-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-hbase/pom.xml> to org.apache.knox/gateway-service-hbase/0.7.0-SNAPSHOT/gateway-service-hbase-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-hbase/target/gateway-service-hbase-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-service-hbase/0.7.0-SNAPSHOT/gateway-service-hbase-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-webhdfs/pom.xml> to org.apache.knox/gateway-service-webhdfs/0.7.0-SNAPSHOT/gateway-service-webhdfs-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-webhdfs/target/gateway-service-webhdfs-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-service-webhdfs/0.7.0-SNAPSHOT/gateway-service-webhdfs-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-authz-acls/pom.xml> to org.apache.knox/gateway-provider-security-authz-acls/0.7.0-SNAPSHOT/gateway-provider-security-authz-acls-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-authz-acls/target/gateway-provider-security-authz-acls-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-security-authz-acls/0.7.0-SNAPSHOT/gateway-provider-security-authz-acls-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-i18n/pom.xml> to org.apache.knox/gateway-i18n/0.7.0-SNAPSHOT/gateway-i18n-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-i18n/target/gateway-i18n-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-i18n/0.7.0-SNAPSHOT/gateway-i18n-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-rewrite/pom.xml> to org.apache.knox/gateway-provider-rewrite/0.7.0-SNAPSHOT/gateway-provider-rewrite-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-rewrite/target/gateway-provider-rewrite-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-rewrite/0.7.0-SNAPSHOT/gateway-provider-rewrite-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test-utils/pom.xml> to org.apache.knox/gateway-test-utils/0.7.0-SNAPSHOT/gateway-test-utils-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test-utils/target/gateway-test-utils-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-test-utils/0.7.0-SNAPSHOT/gateway-test-utils-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-hive/pom.xml> to org.apache.knox/gateway-service-hive/0.7.0-SNAPSHOT/gateway-service-hive-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-hive/target/gateway-service-hive-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-service-hive/0.7.0-SNAPSHOT/gateway-service-hive-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-util-configinjector/pom.xml> to org.apache.knox/gateway-util-configinjector/0.7.0-SNAPSHOT/gateway-util-configinjector-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-util-configinjector/target/gateway-util-configinjector-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-util-configinjector/0.7.0-SNAPSHOT/gateway-util-configinjector-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-identity-assertion-concat/pom.xml> to org.apache.knox/gateway-provider-identity-assertion-concat/0.7.0-SNAPSHOT/gateway-provider-identity-assertion-concat-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-identity-assertion-concat/target/gateway-provider-identity-assertion-concat-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-identity-assertion-concat/0.7.0-SNAPSHOT/gateway-provider-identity-assertion-concat-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-rewrite-step-encrypt-uri/pom.xml> to org.apache.knox/gateway-provider-rewrite-step-encrypt-uri/0.7.0-SNAPSHOT/gateway-provider-rewrite-step-encrypt-uri-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-rewrite-step-encrypt-uri/target/gateway-provider-rewrite-step-encrypt-uri-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-rewrite-step-encrypt-uri/0.7.0-SNAPSHOT/gateway-provider-rewrite-step-encrypt-uri-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-jersey/pom.xml> to org.apache.knox/gateway-provider-jersey/0.7.0-SNAPSHOT/gateway-provider-jersey-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-jersey/target/gateway-provider-jersey-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-jersey/0.7.0-SNAPSHOT/gateway-provider-jersey-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-server/pom.xml> to org.apache.knox/gateway-server/0.7.0-SNAPSHOT/gateway-server-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-server/target/gateway-server-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-server/0.7.0-SNAPSHOT/gateway-server-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-util-launcher/pom.xml> to org.apache.knox/gateway-util-launcher/0.7.0-SNAPSHOT/gateway-util-launcher-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-util-launcher/target/gateway-util-launcher-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-util-launcher/0.7.0-SNAPSHOT/gateway-util-launcher-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-util-urltemplate/pom.xml> to org.apache.knox/gateway-util-urltemplate/0.7.0-SNAPSHOT/gateway-util-urltemplate-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-util-urltemplate/target/gateway-util-urltemplate-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-util-urltemplate/0.7.0-SNAPSHOT/gateway-util-urltemplate-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-vault/pom.xml> to org.apache.knox/gateway-service-vault/0.7.0-SNAPSHOT/gateway-service-vault-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-vault/target/gateway-service-vault-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-service-vault/0.7.0-SNAPSHOT/gateway-service-vault-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-identity-assertion-regex/pom.xml> to org.apache.knox/gateway-provider-identity-assertion-regex/0.7.0-SNAPSHOT/gateway-provider-identity-assertion-regex-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-identity-assertion-regex/target/gateway-provider-identity-assertion-regex-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-identity-assertion-regex/0.7.0-SNAPSHOT/gateway-provider-identity-assertion-regex-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/jenkins-slave/maven-repositories/2/org/apache/knox/gateway/0.7.0-SNAPSHOT/gateway-0.7.0-SNAPSHOT.pom to org.apache.knox/gateway/0.7.0-SNAPSHOT/gateway-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/target/0.7.0-SNAPSHOT/knox-0.7.0-SNAPSHOT-src.zip> to org.apache.knox/gateway/0.7.0-SNAPSHOT/gateway-0.7.0-SNAPSHOT-src.zip
/x1/jenkins/jenkins-slave/maven-repositories/2/org/apache/knox/gateway/0.7.0-SNAPSHOT/gateway-0.7.0-SNAPSHOT.pom is not inside /x1/jenkins/jenkins-slave/workspace/Knox-master-verify/; will archive in a separate pass
Compressed 44.63 KB of artifacts by 71.7% relative to #726
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-rewrite-func-service-registry/pom.xml> to org.apache.knox/gateway-provider-rewrite-func-service-registry/0.7.0-SNAPSHOT/gateway-provider-rewrite-func-service-registry-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-rewrite-func-service-registry/target/gateway-provider-rewrite-func-service-registry-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-rewrite-func-service-registry/0.7.0-SNAPSHOT/gateway-provider-rewrite-func-service-registry-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-spi/pom.xml> to org.apache.knox/gateway-spi/0.7.0-SNAPSHOT/gateway-spi-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-spi/target/gateway-spi-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-spi/0.7.0-SNAPSHOT/gateway-spi-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-ha/pom.xml> to org.apache.knox/gateway-provider-ha/0.7.0-SNAPSHOT/gateway-provider-ha-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-ha/target/gateway-provider-ha-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-ha/0.7.0-SNAPSHOT/gateway-provider-ha-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-util-common/pom.xml> to org.apache.knox/gateway-util-common/0.7.0-SNAPSHOT/gateway-util-common-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-util-common/target/gateway-util-common-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-util-common/0.7.0-SNAPSHOT/gateway-util-common-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test/pom.xml> to org.apache.knox/gateway-test/0.7.0-SNAPSHOT/gateway-test-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/knox-cli-launcher/pom.xml> to org.apache.knox/knox-cli-launcher/0.7.0-SNAPSHOT/knox-cli-launcher-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/knox-cli-launcher/target/knox-cli-launcher-0.7.0-SNAPSHOT.jar> to org.apache.knox/knox-cli-launcher/0.7.0-SNAPSHOT/knox-cli-launcher-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-release/pom.xml> to org.apache.knox/gateway-release/0.7.0-SNAPSHOT/gateway-release-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-release/target/gateway-release-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-release/0.7.0-SNAPSHOT/gateway-release-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/target/0.7.0-SNAPSHOT/knox-0.7.0-SNAPSHOT.zip> to org.apache.knox/gateway-release/0.7.0-SNAPSHOT/gateway-release-0.7.0-SNAPSHOT.zip
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/target/0.7.0-SNAPSHOT/knox-0.7.0-SNAPSHOT.tar.gz> to org.apache.knox/gateway-release/0.7.0-SNAPSHOT/gateway-release-0.7.0-SNAPSHOT.tar.gz
/x1/jenkins/jenkins-slave/workspace/Knox-master-verify/target/0.7.0-SNAPSHOT/knox-0.7.0-SNAPSHOT.zip is not inside /x1/jenkins/jenkins-slave/workspace/Knox-master-verify/gateway-release/; will archive in a separate pass
/x1/jenkins/jenkins-slave/workspace/Knox-master-verify/target/0.7.0-SNAPSHOT/knox-0.7.0-SNAPSHOT.tar.gz is not inside /x1/jenkins/jenkins-slave/workspace/Knox-master-verify/gateway-release/; will archive in a separate pass
Compressed 50.67 MB of artifacts by 90.5% relative to #724
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-hadoopauth/pom.xml> to org.apache.knox/gateway-provider-security-hadoopauth/0.7.0-SNAPSHOT/gateway-provider-security-hadoopauth-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-hadoopauth/target/gateway-provider-security-hadoopauth-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-security-hadoopauth/0.7.0-SNAPSHOT/gateway-provider-security-hadoopauth-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-i18n-logging-log4j/pom.xml> to org.apache.knox/gateway-i18n-logging-log4j/0.7.0-SNAPSHOT/gateway-i18n-logging-log4j-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-i18n-logging-log4j/target/gateway-i18n-logging-log4j-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-i18n-logging-log4j/0.7.0-SNAPSHOT/gateway-i18n-logging-log4j-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test-ldap-launcher/pom.xml> to org.apache.knox/gateway-test-ldap-launcher/0.7.0-SNAPSHOT/gateway-test-ldap-launcher-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test-ldap-launcher/target/gateway-test-ldap-launcher-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-test-ldap-launcher/0.7.0-SNAPSHOT/gateway-test-ldap-launcher-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-i18n-logging-sl4j/pom.xml> to org.apache.knox/gateway-i18n-logging-sl4j/0.7.0-SNAPSHOT/gateway-i18n-logging-sl4j-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-i18n-logging-sl4j/target/gateway-i18n-logging-sl4j-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-i18n-logging-sl4j/0.7.0-SNAPSHOT/gateway-i18n-logging-sl4j-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/hadoop-examples/pom.xml> to org.apache.knox/hadoop-examples/0.7.0-SNAPSHOT/hadoop-examples-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/hadoop-examples/target/hadoop-examples-0.7.0-SNAPSHOT.jar> to org.apache.knox/hadoop-examples/0.7.0-SNAPSHOT/hadoop-examples-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-rewrite-step-secure-query/pom.xml> to org.apache.knox/gateway-provider-rewrite-step-secure-query/0.7.0-SNAPSHOT/gateway-provider-rewrite-step-secure-query-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-rewrite-step-secure-query/target/gateway-provider-rewrite-step-secure-query-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-rewrite-step-secure-query/0.7.0-SNAPSHOT/gateway-provider-rewrite-step-secure-query-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-server-xforwarded-filter/pom.xml> to org.apache.knox/gateway-server-xforwarded-filter/0.7.0-SNAPSHOT/gateway-server-xforwarded-filter-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-server-xforwarded-filter/target/gateway-server-xforwarded-filter-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-server-xforwarded-filter/0.7.0-SNAPSHOT/gateway-server-xforwarded-filter-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-admin/pom.xml> to org.apache.knox/gateway-service-admin/0.7.0-SNAPSHOT/gateway-service-admin-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-admin/target/gateway-service-admin-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-service-admin/0.7.0-SNAPSHOT/gateway-service-admin-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-knoxsso/pom.xml> to org.apache.knox/gateway-service-knoxsso/0.7.0-SNAPSHOT/gateway-service-knoxsso-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-knoxsso/target/gateway-service-knoxsso-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-service-knoxsso/0.7.0-SNAPSHOT/gateway-service-knoxsso-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test-ldap/pom.xml> to org.apache.knox/gateway-test-ldap/0.7.0-SNAPSHOT/gateway-test-ldap-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-test-ldap/target/gateway-test-ldap-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-test-ldap/0.7.0-SNAPSHOT/gateway-test-ldap-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-picketlink/pom.xml> to org.apache.knox/gateway-provider-security-picketlink/0.7.0-SNAPSHOT/gateway-provider-security-picketlink-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-picketlink/target/gateway-provider-security-picketlink-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-security-picketlink/0.7.0-SNAPSHOT/gateway-provider-security-picketlink-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-rewrite-func-hostmap-static/pom.xml> to org.apache.knox/gateway-provider-rewrite-func-hostmap-static/0.7.0-SNAPSHOT/gateway-provider-rewrite-func-hostmap-static-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-rewrite-func-hostmap-static/target/gateway-provider-rewrite-func-hostmap-static-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-rewrite-func-hostmap-static/0.7.0-SNAPSHOT/gateway-provider-rewrite-func-hostmap-static-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-definitions/pom.xml> to org.apache.knox/gateway-service-definitions/0.7.0-SNAPSHOT/gateway-service-definitions-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-definitions/target/gateway-service-definitions-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-service-definitions/0.7.0-SNAPSHOT/gateway-service-definitions-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-shell-launcher/pom.xml> to org.apache.knox/gateway-shell-launcher/0.7.0-SNAPSHOT/gateway-shell-launcher-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-shell-launcher/target/gateway-shell-launcher-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-shell-launcher/0.7.0-SNAPSHOT/gateway-shell-launcher-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-as/pom.xml> to org.apache.knox/gateway-service-as/0.7.0-SNAPSHOT/gateway-service-as-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-as/target/gateway-service-as-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-service-as/0.7.0-SNAPSHOT/gateway-service-as-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-tgs/pom.xml> to org.apache.knox/gateway-service-tgs/0.7.0-SNAPSHOT/gateway-service-tgs-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-service-tgs/target/gateway-service-tgs-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-service-tgs/0.7.0-SNAPSHOT/gateway-service-tgs-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-webappsec/pom.xml> to org.apache.knox/gateway-provider-security-webappsec/0.7.0-SNAPSHOT/gateway-provider-security-webappsec-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-webappsec/target/gateway-provider-security-webappsec-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-security-webappsec/0.7.0-SNAPSHOT/gateway-provider-security-webappsec-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-shell/pom.xml> to org.apache.knox/gateway-shell/0.7.0-SNAPSHOT/gateway-shell-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-shell/target/gateway-shell-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-shell/0.7.0-SNAPSHOT/gateway-shell-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-preauth/pom.xml> to org.apache.knox/gateway-provider-security-preauth/0.7.0-SNAPSHOT/gateway-provider-security-preauth-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-preauth/target/gateway-provider-security-preauth-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-security-preauth/0.7.0-SNAPSHOT/gateway-provider-security-preauth-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-jwt/pom.xml> to org.apache.knox/gateway-provider-security-jwt/0.7.0-SNAPSHOT/gateway-provider-security-jwt-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Knox-master-verify/ws/gateway-provider-security-jwt/target/gateway-provider-security-jwt-0.7.0-SNAPSHOT.jar> to org.apache.knox/gateway-provider-security-jwt/0.7.0-SNAPSHOT/gateway-provider-security-jwt-0.7.0-SNAPSHOT.jar
channel stopped