Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA99518BB3 for ; Wed, 27 Jan 2016 01:30:39 +0000 (UTC) Received: (qmail 51887 invoked by uid 500); 27 Jan 2016 01:30:39 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 51847 invoked by uid 500); 27 Jan 2016 01:30:39 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 51833 invoked by uid 99); 27 Jan 2016 01:30:39 -0000 Received: from crius.apache.org (HELO crius.apache.org) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2016 01:30:39 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius.apache.org (ASF Mail Server at crius.apache.org) with ESMTP id 40C5E9C0494 for ; Wed, 27 Jan 2016 01:30:36 +0000 (UTC) Date: Wed, 27 Jan 2016 01:30:36 +0000 (UTC) From: Apache Jenkins Server To: commits@hc.apache.org Message-ID: <1283129602.2114.1453858236263.JavaMail.jenkins@crius> In-Reply-To: <1768822648.2100.1453853254379.JavaMail.jenkins@crius> References: <1768822648.2100.1453853254379.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: httpcomponents-client-5.x #36 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkqVKZPv7YyHBB3FvWfV7XQehwe/Ga3aadzSNknt8g382X3uN8A3SOQ+Ixq9HxS+ZlN6XR4TECySmSRy2JN5Rx8svxAD0TjtSF9LuU98dD+LniNDP7Lq6gvRFuJhbMHoS0nuTizDZLsK4X8TW5MyV9w+jFbdoZfRE5O/Mse0fkOeL5uoIS/3Vvu/W+x9QSjDkB7CaU56bPFlQjqqJBl3Cn9r34CkXQZYnLb/NjW4vcpw0+TgMUAPTIVEr5BTPZRshz19g7huwg3zANT5HBIZnzV4hsVY9w4JHkceFdKi/ibNnjPjsFs9pm0HSGJ/RDxjIvSTYT02eH4+m1RAYaj2E9QIDAQAB X-Jenkins-Job: httpcomponents-client-5.x X-Jenkins-Result: FAILURE See ------------------------------------------ [...truncated 637 lines...] A httpclient5-cache/src/test/java/org/apache/hc/client5/http/cache AU httpclient5-cache/src/test/java/org/apache/hc/client5/http/cache/TestHttpCacheEntry.java AU httpclient5-cache/pom.xml U RELEASE_NOTES.txt U src/docbkx/resources/xsl/html.xsl U src/docbkx/resources/xsl/html_chunk.xsl U pom.xml U BUILDING.txt A httpclient5-fluent A httpclient5-fluent/src A httpclient5-fluent/src/main A httpclient5-fluent/src/main/java A httpclient5-fluent/src/main/java/org A httpclient5-fluent/src/main/java/org/apache A httpclient5-fluent/src/main/java/org/apache/hc A httpclient5-fluent/src/main/java/org/apache/hc/client5 A httpclient5-fluent/src/main/java/org/apache/hc/client5/http A httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/Form.java AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/package-info.java AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/InternalHttpRequest.java AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/InternalInputStreamEntity.java AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/ContentResponseHandler.java AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/HttpHeader.java AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/Request.java AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/InternalFileEntity.java AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/Content.java AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/InternalByteArrayEntity.java AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/Async.java AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/Executor.java AU httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/Response.java A httpclient5-fluent/src/examples A httpclient5-fluent/src/examples/org A httpclient5-fluent/src/examples/org/apache A httpclient5-fluent/src/examples/org/apache/hc A httpclient5-fluent/src/examples/org/apache/hc/client5 A httpclient5-fluent/src/examples/org/apache/hc/client5/http A httpclient5-fluent/src/examples/org/apache/hc/client5/http/examples A httpclient5-fluent/src/examples/org/apache/hc/client5/http/examples/fluent AU httpclient5-fluent/src/examples/org/apache/hc/client5/http/examples/fluent/FluentQuickStart.java AU httpclient5-fluent/src/examples/org/apache/hc/client5/http/examples/fluent/FluentRequests.java AU httpclient5-fluent/src/examples/org/apache/hc/client5/http/examples/fluent/FluentAsync.java AU httpclient5-fluent/src/examples/org/apache/hc/client5/http/examples/fluent/FluentExecutor.java AU httpclient5-fluent/src/examples/org/apache/hc/client5/http/examples/fluent/FluentResponseHandling.java A httpclient5-fluent/src/test A httpclient5-fluent/src/test/java A httpclient5-fluent/src/test/java/org A httpclient5-fluent/src/test/java/org/apache A httpclient5-fluent/src/test/java/org/apache/hc A httpclient5-fluent/src/test/java/org/apache/hc/client5 A httpclient5-fluent/src/test/java/org/apache/hc/client5/http A httpclient5-fluent/src/test/java/org/apache/hc/client5/http/fluent AU httpclient5-fluent/src/test/java/org/apache/hc/client5/http/fluent/TestFluent.java AU httpclient5-fluent/pom.xml A httpclient5-win A httpclient5-win/src A httpclient5-win/src/examples A httpclient5-win/src/examples/org A httpclient5-win/src/examples/org/apache A httpclient5-win/src/examples/org/apache/hc A httpclient5-win/src/examples/org/apache/hc/client5 A httpclient5-win/src/examples/org/apache/hc/client5/http A httpclient5-win/src/examples/org/apache/hc/client5/http/examples A httpclient5-win/src/examples/org/apache/hc/client5/http/examples/client A httpclient5-win/src/examples/org/apache/hc/client5/http/examples/client/win AU httpclient5-win/src/examples/org/apache/hc/client5/http/examples/client/win/ClientWinAuth.java A httpclient5-win/src/test A httpclient5-win/src/test/java A httpclient5-win/src/test/java/org A httpclient5-win/src/test/java/org/apache A httpclient5-win/src/test/java/org/apache/hc A httpclient5-win/src/test/java/org/apache/hc/client5 A httpclient5-win/src/test/java/org/apache/hc/client5/http A httpclient5-win/src/test/java/org/apache/hc/client5/http/impl A httpclient5-win/src/test/java/org/apache/hc/client5/http/impl/win AU httpclient5-win/src/test/java/org/apache/hc/client5/http/impl/win/TestWindowsNegotiateScheme.java A httpclient5-win/src/main A httpclient5-win/src/main/java A httpclient5-win/src/main/java/org A httpclient5-win/src/main/java/org/apache A httpclient5-win/src/main/java/org/apache/hc A httpclient5-win/src/main/java/org/apache/hc/client5 A httpclient5-win/src/main/java/org/apache/hc/client5/http A httpclient5-win/src/main/java/org/apache/hc/client5/http/impl A httpclient5-win/src/main/java/org/apache/hc/client5/http/impl/win AU httpclient5-win/src/main/java/org/apache/hc/client5/http/impl/win/WinHttpClients.java AU httpclient5-win/src/main/java/org/apache/hc/client5/http/impl/win/WindowsNegotiateScheme.java AU httpclient5-win/src/main/java/org/apache/hc/client5/http/impl/win/WindowsNTLMSchemeFactory.java AU httpclient5-win/src/main/java/org/apache/hc/client5/http/impl/win/package-info.java AU httpclient5-win/src/main/java/org/apache/hc/client5/http/impl/win/WindowsNegotiateSchemeFactory.java AU httpclient5-win/pom.xml U NOTICE.txt A httpclient5-osgi A httpclient5-osgi/src A httpclient5-osgi/src/main A httpclient5-osgi/src/main/java A httpclient5-osgi/src/main/java/org A httpclient5-osgi/src/main/java/org/apache A httpclient5-osgi/src/main/java/org/apache/hc A httpclient5-osgi/src/main/java/org/apache/hc/client5 A httpclient5-osgi/src/main/java/org/apache/hc/client5/http A httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi A httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/impl AU httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/impl/OSGiHttpRoutePlanner.java AU httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/impl/package-info.java AU httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/impl/HttpProxyConfigurationActivator.java AU httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/impl/OSGiHttpClientBuilder.java AU httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/impl/OSGiCredentialsProvider.java AU httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/impl/OSGiProxyConfiguration.java AU httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/impl/PropertiesUtils.java AU httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/impl/OSGiClientBuilderFactory.java A httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/services AU httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/services/package-info.java AU httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/services/ProxyConfiguration.java AU httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/services/HttpClientBuilderFactory.java AU httpclient5-osgi/src/main/java/org/apache/hc/client5/http/osgi/package-info.java A httpclient5-osgi/src/main/resources A httpclient5-osgi/src/main/resources/OSGI-INF A httpclient5-osgi/src/main/resources/OSGI-INF/metatype AU httpclient5-osgi/src/main/resources/OSGI-INF/metatype/metatype.properties AU httpclient5-osgi/src/main/resources/OSGI-INF/metatype/metatype.xml A httpclient5-osgi/src/test A httpclient5-osgi/src/test/resources AU httpclient5-osgi/src/test/resources/log4j.properties A httpclient5-osgi/src/test/java A httpclient5-osgi/src/test/java/org A httpclient5-osgi/src/test/java/org/apache A httpclient5-osgi/src/test/java/org/apache/hc A httpclient5-osgi/src/test/java/org/apache/hc/client5 A httpclient5-osgi/src/test/java/org/apache/hc/client5/http A httpclient5-osgi/src/test/java/org/apache/hc/client5/http/osgi A httpclient5-osgi/src/test/java/org/apache/hc/client5/http/osgi/impl AU httpclient5-osgi/src/test/java/org/apache/hc/client5/http/osgi/impl/TestPropertiesUtils.java AU httpclient5-osgi/src/test/java/org/apache/hc/client5/http/osgi/impl/MimeExportedIT.java AU httpclient5-osgi/src/test/java/org/apache/hc/client5/http/osgi/impl/TestOSGiHttpRoutePlanner.java AU httpclient5-osgi/src/test/java/org/apache/hc/client5/http/osgi/impl/OSGiProxyConfigurationTest.java AU httpclient5-osgi/pom.xml At revision 1726930 no change for http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk since the previous build Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 46866 maven3-agent.jar already up to date maven3-interceptor.jar already up to date maven3-interceptor-commons.jar already up to date [httpclient-trunk] $ /home/jenkins/jenkins-slave/tools/hudson.model.JDK/JDK_1.7_latest_/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 46866 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Apache HttpComponents Client Parent [INFO] Apache HttpClient [INFO] Apache HttpClient Fluent [INFO] Apache HttpClient Cache [INFO] Apache HttpClient Windows features [INFO] Apache HttpClient OSGi bundle [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HttpComponents Client Parent 5.0-alpha2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ httpclient5-parent --- [INFO] Deleting [INFO] [INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate) @ httpclient5-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-main) @ httpclient5-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-test) @ httpclient5-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-examples) @ httpclient5-parent --- [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ httpclient5-parent --- [INFO] [INFO] --- buildnumber-maven-plugin:1.2:create (default) @ httpclient5-parent --- [INFO] Checking for local modifications: skipped. [INFO] Updating project files from SCM: skipped. [INFO] Executing: /bin/sh -c cd && svn --non-interactive info [INFO] Working directory: [INFO] Storing buildNumber: 1726896 at timestamp: 1453857871697 [INFO] Executing: /bin/sh -c cd && svn --non-interactive info [INFO] Working directory: [INFO] Storing buildScmBranch: trunk [INFO] [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ httpclient5-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate) @ httpclient5-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-main) @ httpclient5-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-test) @ httpclient5-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-examples) @ httpclient5-parent --- [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ httpclient5-parent --- [INFO] [INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ httpclient5-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- apache-rat-plugin:0.11:check (default) @ httpclient5-parent --- [INFO] 56 implicit excludes (use -debug for more details). [INFO] Exclude: src/docbkx/resources/** [INFO] Exclude: src/test/resources/*.truststore [INFO] Exclude: .checkstyle [INFO] Exclude: .externalToolBuilders/** [INFO] Exclude: maven-eclipse.xml [INFO] 2012 resources included (use -debug for more details) Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Compiler warnings: WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' Warning: org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. [INFO] Rat check: Summary of files. Unapproved: 380 unknown: 380 generated: 0 approved: 52 licence. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache HttpComponents Client Parent ............... FAILURE [22.558s] [INFO] Apache HttpClient ................................. SKIPPED [INFO] Apache HttpClient Fluent .......................... SKIPPED [INFO] Apache HttpClient Cache ........................... SKIPPED [INFO] Apache HttpClient Windows features ................ SKIPPED [INFO] Apache HttpClient OSGi bundle ..................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26.009s [INFO] Finished at: Wed Jan 27 01:24:48 UTC 2016 [INFO] Final Memory: 27M/250M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project httpclient5-parent: Too many files with unapproved license: 380 See RAT report in: -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [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 [JENKINS] Archiving to org.apache.httpcomponents.client5/httpclient5-cache/5.0-alpha2-SNAPSHOT/httpclient5-cache-5.0-alpha2-SNAPSHOT.pom [JENKINS] Archiving to org.apache.httpcomponents.client5/httpclient5-osgi/5.0-alpha2-SNAPSHOT/httpclient5-osgi-5.0-alpha2-SNAPSHOT.pom [JENKINS] Archiving to org.apache.httpcomponents.client5/httpclient5/5.0-alpha2-SNAPSHOT/httpclient5-5.0-alpha2-SNAPSHOT.pom [JENKINS] Archiving to org.apache.httpcomponents.client5/httpclient5-win/5.0-alpha2-SNAPSHOT/httpclient5-win-5.0-alpha2-SNAPSHOT.pom [JENKINS] Archiving to org.apache.httpcomponents.client5/httpclient5-fluent/5.0-alpha2-SNAPSHOT/httpclient5-fluent-5.0-alpha2-SNAPSHOT.pom [JENKINS] Archiving to org.apache.httpcomponents.client5/httpclient5-parent/5.0-alpha2-SNAPSHOT/httpclient5-parent-5.0-alpha2-SNAPSHOT.pom Sending e-mails to: commits@hc.apache.org channel stopped