Return-Path: Delivered-To: apmail-lucene-nutch-dev-archive@www.apache.org Received: (qmail 68110 invoked from network); 18 Dec 2009 06:35:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Dec 2009 06:35:17 -0000 Received: (qmail 64915 invoked by uid 500); 18 Dec 2009 06:35:16 -0000 Delivered-To: apmail-lucene-nutch-dev-archive@lucene.apache.org Received: (qmail 64736 invoked by uid 500); 18 Dec 2009 06:35:13 -0000 Mailing-List: contact nutch-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nutch-dev@lucene.apache.org Delivered-To: mailing list nutch-dev@lucene.apache.org Received: (qmail 64722 invoked by uid 99); 18 Dec 2009 06:35:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 06:35:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP X-Spam-Check-By: apache.org Received: from [140.211.11.106] (HELO hudson.zones.apache.org) (140.211.11.106) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 06:35:05 +0000 Received: from hudson.zones.apache.org (localhost [127.0.0.1]) by hudson.zones.apache.org (8.13.8+Sun/8.13.8) with ESMTP id nBI6Yheb005090 for ; Fri, 18 Dec 2009 01:34:43 -0500 (EST) Date: Fri, 18 Dec 2009 06:34:43 +0000 (UTC) From: Apache Hudson Server To: nutch-dev@lucene.apache.org Message-ID: <32668615.16261261118083290.JavaMail.hudson@hudson.zones.apache.org> In-Reply-To: <14614032.15321261022591545.JavaMail.hudson@hudson.zones.apache.org> References: <14614032.15321261022591545.JavaMail.hudson@hudson.zones.apache.org> Subject: Build failed in Hudson: Nutch-trunk #1014 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See ------------------------------------------ [...truncated 4728 lines...] jar: init: init-plugin: deps-jar: compile: [echo] Compiling plugin: lib-regex-filter compile-test: compile: [echo] Compiling plugin: urlfilter-regex [javac] Compiling 1 source file to jar: [jar] Building jar: deps-test: init: init-plugin: deps-jar: compile: [echo] Compiling plugin: lib-regex-filter jar: deps-test: deploy: copy-generated-lib: deploy: [mkdir] Created dir: [copy] Copying 1 file to copy-generated-lib: [copy] Copying 1 file to init: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: init-plugin: deps-jar: compile: [echo] Compiling plugin: urlfilter-suffix [javac] Compiling 1 source file to [javac] Note: uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar: [jar] Building jar: deps-test: deploy: [mkdir] Created dir: [copy] Copying 1 file to copy-generated-lib: [copy] Copying 1 file to init: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: init-plugin: deps-jar: compile: [echo] Compiling plugin: urlfilter-validator [javac] Compiling 1 source file to jar: [jar] Building jar: deps-test: deploy: [mkdir] Created dir: [copy] Copying 1 file to copy-generated-lib: [copy] Copying 1 file to init: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: init-plugin: deps-jar: compile: [echo] Compiling plugin: urlnormalizer-basic [javac] Compiling 1 source file to jar: [jar] Building jar: deps-test: deploy: [mkdir] Created dir: [copy] Copying 1 file to copy-generated-lib: [copy] Copying 1 file to init: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: init-plugin: deps-jar: compile: [echo] Compiling plugin: urlnormalizer-pass [javac] Compiling 1 source file to jar: [jar] Building jar: deps-test: deploy: [mkdir] Created dir: [copy] Copying 1 file to copy-generated-lib: [copy] Copying 1 file to [mkdir] Created dir: [copy] Copying 4 files to init: [mkdir] Created dir: init-plugin: deps-jar: compile: [echo] Compiling plugin: urlnormalizer-regex [javac] Compiling 1 source file to [javac] Note: uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar: [jar] Building jar: deps-test: init: init-plugin: compile: jar: [jar] Warning: skipping jar archive because no files were included. deps-test: deploy: copy-generated-lib: deploy: [mkdir] Created dir: [copy] Copying 1 file to copy-generated-lib: [copy] Copying 1 file to compile: job: [jar] Building jar: compile-core-test: [javac] Compiling 43 source files to [javac] :33: package org.mortbay.http does not exist [javac] import org.mortbay.http.HttpContext; [javac] ^ [javac] :34: package org.mortbay.http does not exist [javac] import org.mortbay.http.SocketListener; [javac] ^ [javac] :35: package org.mortbay.http.handler does not exist [javac] import org.mortbay.http.handler.ResourceHandler; [javac] ^ [javac] :134: cannot find symbol [javac] symbol : class SocketListener [javac] location: class org.apache.nutch.crawl.CrawlDBTestUtil [javac] SocketListener listener = new SocketListener(); [javac] ^ [javac] :134: cannot find symbol [javac] symbol : class SocketListener [javac] location: class org.apache.nutch.crawl.CrawlDBTestUtil [javac] SocketListener listener = new SocketListener(); [javac] ^ [javac] :138: cannot find symbol [javac] symbol : class HttpContext [javac] location: class org.apache.nutch.crawl.CrawlDBTestUtil [javac] HttpContext staticContext = new HttpContext(); [javac] ^ [javac] :138: cannot find symbol [javac] symbol : class HttpContext [javac] location: class org.apache.nutch.crawl.CrawlDBTestUtil [javac] HttpContext staticContext = new HttpContext(); [javac] ^ [javac] :141: cannot find symbol [javac] symbol : class ResourceHandler [javac] location: class org.apache.nutch.crawl.CrawlDBTestUtil [javac] staticContext.addHandler(new ResourceHandler()); [javac] ^ [javac] :167: cannot find symbol [javac] symbol : method getListeners() [javac] location: class org.mortbay.jetty.Server [javac] urls.add("http://127.0.0.1:" + server.getListeners()[0].getPort() + "/" + page); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 9 errors BUILD FAILED :229: Compile failed; see the compiler error output for details. Total time: 1 minute 45 seconds Archiving artifacts Publishing Javadoc Recording test results