Hi All,

Has anyone tracked down the reason for these deploy plugin failures?

They seem to happen quite regularly.

Peter

On 13 August 2012 17:52, Apache Jenkins Server
<[email protected]> wrote:
> See <https://builds.apache.org/job/Any23-trunk/290/changes>
>
> Changes:
>
> [ansell] ANY23-114 : move classes out to api module
>
> ------------------------------------------
> [...truncated 3640 lines...]
> ------------------------------------------------------------------------
>
> <!--
>   Licensed to the Apache Software Foundation (ASF) under one or more
>   contributor license agreements.  See the NOTICE file distributed with
>   this work for additional information regarding copyright ownership.
>   The ASF licenses this file to You under the Apache License, Version 2.0
>   (the "License"); you may not use this file except in compliance with
>   the License.  You may obtain a copy of the License at
>
>    http://www.apache.org/licenses/LICENSE-2.0
>
>   Unless required by applicable law or agreed to in writing, software
>   distributed under the License is distributed on an "AS IS" BASIS,
>   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
>   See the License for the specific language governing permissions and
>   limitations under the License.
> -->
> <div itemscope itemtype="http://schema.org/LocalBusiness";>
>     <h1 itemprop="name">
>         Golden Key Mini Storage
>     </h1>
>     <div itemprop="address" itemscope 
> itemtype="http://schema.org/PostalAddress";>
>         <p itemprop="streetAddress">
>             6725 Southwest Bradbury Court
>         </p>
>         <p>
>             <span itemprop="addressLocality">Lake Oswego</span>,
>             <span itemprop="addressRegion">OR</span>
>             <span itemprop="postalCode">97035</span>
>         </p>
>     </div>
>     <p itemprop="telephone">
>         (503) 639-1733
>     </p>
>     <p itemprop="url">
>         http://www.goldenkeyministorage.com/
>     </p>
> </div>
> </div>
>
> ------------------------------------------------------------------------
> Apache Any23 SUCCESS
> Total time: 0s
> Finished at: Mon Aug 13 07:28:17 GMT+00:00 2012
> Final Memory: 123M/313M
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------
> Apache Any23 :: extractor
> ------------------------------------------------------------------------
>
> @prefix foaf: <http://xmlns.com/foaf/0.1/> .
> @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
> @prefix doac: <http://ramonantonio.net/doac/0.1/#> .
>
> _:nodeef2214663ebae227f225e8197e776d3e a <http://schema.org/LocalBusiness> .
>
> _:node6d0823aa35f4665715ca5d15f826bcf a <http://schema.org/PostalAddress> ;
>         <http://schema.org/PostalAddress/streetAddress> "\n            6725 
> Southwest Bradbury Court\n        " ;
>         <http://schema.org/PostalAddress/addressLocality> "Lake Oswego" ;
>         <http://schema.org/PostalAddress/postalCode> "97035" ;
>         <http://schema.org/PostalAddress/addressRegion> "OR" .
>
> _:nodeef2214663ebae227f225e8197e776d3e 
> <http://schema.org/LocalBusiness/address> 
> _:node6d0823aa35f4665715ca5d15f826bcf ;
>         <http://schema.org/LocalBusiness/name> "\n        Golden Key Mini 
> Storage\n    " ;
>         <http://schema.org/LocalBusiness/telephone> "\n        (503) 
> 639-1733\n    " ;
>         <http://schema.org/LocalBusiness/url> "\n        
> http://www.goldenkeyministorage.com/\n    " .
>
> <http://example.com/> <http://www.w3.org/1999/xhtml/microdata#item> 
> _:nodeef2214663ebae227f225e8197e776d3e .
>
>
> ------------------------------------------------------------------------
> Apache Any23 SUCCESS
> Total time: 0s
> Finished at: Mon Aug 13 07:28:17 GMT+00:00 2012
> Final Memory: 128M/313M
> ------------------------------------------------------------------------
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.742 sec
> Running org.apache.any23.cli.ToolRunnerTest
> Apache Any23 0.7.1-incubating-SNAPSHOT (trunk@r1372269; 2012-08-13 
> 07:22:06+0000)
> Java version: 1.6.0_22, vendor: Sun Microsystems Inc.
> Java home: /zonestorage/hudson_solaris/home/hudson/tools/java/jdk1.6.0_22/jre
> Default locale: en_null, platform encoding: ISO646-US
> OS name: "SunOS", version: "5.10", arch: "x86", family: "unix"
> Usage: null [options] [command] [command options]
>   Options:
>     -h, --help          Display help information.
>                         Default: false
>         --plugins-dir   The Any23 plugins directory.
>                         Default: /export/home/hudson/.any23/plugins
>     -X, --verbose       Produce execution verbose output.
>                         Default: false
>     -v, --version       Display version information.
>                         Default: false
>   Commands:
>     extractor      Utility for obtaining documentation about metadata 
> extractors.
>       Usage: extractor [options] Extractor name
>   Options:
>           -a, --all     shows a report about all available extractors
>                         Default: false
>           -i, --input   shows example input for the given extractor
>                         Default: false
>           -l, --list    shows the names of all available extractors
>                         Default: false
>           -o, --outut   shows example output for the given extractor
>                         Default: false
>
>     microdata      Commandline Tool for extracting Microdata from file/HTTP 
> source.
>       Usage: microdata [options] Input document URL, 
> {http://path/to/resource.html|file:/path/to/local.file}
>     mimes      MIME Type Detector Tool.
>       Usage: mimes [options] Input document URL, 
> {http://path/to/resource.html|file:///path/to/local.file|inline:// some 
> inline content}
>     verify      Utility for plugin management verification.
>       Usage: verify [options] plugins-dir
>     rover      Any23 Command Line Tool.
>       Usage: rover [options] input URIs {<url>|<file>}+
>   Options:
>           -d, --defaultns    Override the default namespace used to produce
>                              statements.
>           -e, --extractors   a comma-separated list of extractors, e.g.
>                              rdf-xml,rdf-turtle
>                              Default: []
>           -f, --format       the output format
>                              Default: json
>           -l, --log          Produce log within a file.
>           -n, --nesting      Disable production of nesting triples.
>                              Default: false
>           -t, --notrivial    Filter trivial statements (e.g. CSS related 
> ones).
>                              Default: false
>           -o, --output       Specify Output file (defaults to standard output)
>                              Default: 
> org.apache.maven.surefire.report.ConsoleOutputCapture$ForwardingPrintStream@1668d9
>           -p, --pedantic     Validate and fixes HTML content detecting commons
>                              issues.
>                              Default: false
>           -s, --stats        Print out extraction statistics.
>                              Default: false
>
>     vocab      Prints out the RDF Schema of the vocabularies used by Any23.
>       Usage: vocab [options]
>   Options:
>           -f, --format   Vocabulary output format
>                          Default: NQuads
>
>
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> Running org.apache.any23.rdf.PrefixesTest
> Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> Running org.apache.any23.rdf.RDFUtilsTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> Running org.apache.any23.http.AcceptHeaderBuilderTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
>
> Results :
>
> Tests run: 465, Failures: 0, Errors: 0, Skipped: 1
>
>
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT.jar>
> [INFO] [appassembler:assemble {execution: default}]
> [INFO] Installing 
> <https://builds.apache.org/job/Any23-trunk/ws/api/target/apache-any23-api-0.7.1-incubating-SNAPSHOT.jar>
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/apache-any23-api-0.7.1-incubating-SNAPSHOT.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/slf4j-api-1.6.6.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-model/2.6.8/sesame-model-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-model-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-util/2.6.8/sesame-util-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-util-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-rio-api/2.6.8/sesame-rio-api-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-rio-api-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/commons-lang-2.4.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/commons-httpclient-3.1.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/commons-logging-1.0.4.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/commons-codec-1.3.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/net/sourceforge/nekohtml/nekohtml/1.9.14/nekohtml-1.9.14.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/nekohtml-1.9.14.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/xercesImpl-2.9.1.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/xml-apis-1.3.04.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/com/beust/jcommander/1.23/jcommander-1.23.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/jcommander-1.23.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/tika/tika-core/0.6/tika-core-0.6.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/tika-core-0.6.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/tika/tika-parsers/0.6/tika-parsers-0.6.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/tika-parsers-0.6.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/commons/commons-compress/1.0/commons-compress-1.0.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/commons-compress-1.0.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/pdfbox/pdfbox/0.8.0-incubating/pdfbox-0.8.0-incubating.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/pdfbox-0.8.0-incubating.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/pdfbox/fontbox/0.8.0-incubator/fontbox-0.8.0-incubator.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/fontbox-0.8.0-incubator.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/pdfbox/jempbox/0.8.0-incubator/jempbox-0.8.0-incubator.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/jempbox-0.8.0-incubator.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/poi/poi/3.6/poi-3.6.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/poi-3.6.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/log4j/log4j/1.2.14/log4j-1.2.14.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/log4j-1.2.14.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/poi/poi-scratchpad/3.6/poi-scratchpad-3.6.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/poi-scratchpad-3.6.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/poi-ooxml-3.6.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/poi-ooxml-schemas-3.6.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/xmlbeans-2.3.0.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/geronimo-stax-api_1.0_spec-1.0.1.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/dom4j-1.6.1.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/tagsoup-1.2.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/asm/asm/3.1/asm-3.1.jar 
> to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/asm-3.1.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/com/drewnoakes/metadata-extractor/2.4.0-beta-1/metadata-extractor-2.4.0-beta-1.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/metadata-extractor-2.4.0-beta-1.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-rio-turtle/2.6.8/sesame-rio-turtle-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-rio-turtle-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-rio-rdfxml/2.6.8/sesame-rio-rdfxml-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-rio-rdfxml-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-rio-ntriples/2.6.8/sesame-rio-ntriples-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-rio-ntriples-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-rio-trix/2.6.8/sesame-rio-trix-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-rio-trix-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-repository-sail/2.6.8/sesame-repository-sail-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-repository-sail-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-repository-api/2.6.8/sesame-repository-api-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-repository-api-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-query/2.6.8/sesame-query-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-query-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-sail-api/2.6.8/sesame-sail-api-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-sail-api-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-queryalgebra-model/2.6.8/sesame-queryalgebra-model-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-queryalgebra-model-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-queryparser-api/2.6.8/sesame-queryparser-api-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-queryparser-api-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-sail-memory/2.6.8/sesame-sail-memory-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-sail-memory-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-sail-inferencer/2.6.8/sesame-sail-inferencer-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-sail-inferencer-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-queryparser-serql/2.6.8/sesame-queryparser-serql-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-queryparser-serql-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-queryalgebra-evaluation/2.6.8/sesame-queryalgebra-evaluation-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-queryalgebra-evaluation-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-repository-sparql/2.6.8/sesame-repository-sparql-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-repository-sparql-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-http-client/2.6.8/sesame-http-client-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-http-client-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-http-protocol/2.6.8/sesame-http-protocol-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-http-protocol-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-queryresultio-api/2.6.8/sesame-queryresultio-api-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-queryresultio-api-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/openrdf/sesame/sesame-queryresultio-sparqlxml/2.6.8/sesame-queryresultio-sparqlxml-2.6.8.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/sesame-queryresultio-sparqlxml-2.6.8.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/info/aduna/commons/aduna-commons-xml/2.7.0/aduna-commons-xml-2.7.0.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/aduna-commons-xml-2.7.0.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/info/aduna/commons/aduna-commons-text/2.7.0/aduna-commons-text-2.7.0.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/aduna-commons-text-2.7.0.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/info/aduna/commons/aduna-commons-net/2.7.0/aduna-commons-net-2.7.0.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/aduna-commons-net-2.7.0.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/info/aduna/commons/aduna-commons-lang/2.9.0/aduna-commons-lang-2.9.0.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/aduna-commons-lang-2.9.0.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/info/aduna/commons/aduna-commons-iteration/2.10.0/aduna-commons-iteration-2.10.0.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/aduna-commons-iteration-2.10.0.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/info/aduna/commons/aduna-commons-concurrent/2.7.0/aduna-commons-concurrent-2.7.0.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/aduna-commons-concurrent-2.7.0.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/info/aduna/commons/aduna-commons-io/2.10.0/aduna-commons-io-2.10.0.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/aduna-commons-io-2.10.0.jar>
> [INFO] Installing 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/commons/commons-csv/1.0-SNAPSHOT-rev1148315/commons-csv-1.0-SNAPSHOT-rev1148315.jar
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/commons-csv-1.0-SNAPSHOT-rev1148315.jar>
> [INFO] Installing 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT.jar>
>  to 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/appassembler/lib/apache-any23-core-0.7.1-incubating-SNAPSHOT.jar>
> [INFO] [assembly:single {execution: assembly}]
> [INFO] Reading assembly descriptor: 
> <https://builds.apache.org/job/Any23-trunk/ws/core/src/main/assembly/bin.xml>
> [INFO] Building tar: 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT.tar.gz>
> [INFO] Building zip: 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT.zip>
> [INFO] [jar:test-jar {execution: default}]
> [INFO] Building jar: 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT-tests.jar>
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT.jar>
>  to 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/any23/apache-any23-core/0.7.1-incubating-SNAPSHOT/apache-any23-core-0.7.1-incubating-SNAPSHOT.jar
> [INFO] Installing 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT.tar.gz>
>  to 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/any23/apache-any23-core/0.7.1-incubating-SNAPSHOT/apache-any23-core-0.7.1-incubating-SNAPSHOT.tar.gz
> [INFO] Installing 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT.zip>
>  to 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/any23/apache-any23-core/0.7.1-incubating-SNAPSHOT/apache-any23-core-0.7.1-incubating-SNAPSHOT.zip
> [INFO] Installing 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT-tests.jar>
>  to 
> /export/home/hudson/hudson-slave/maven-repositories/0/org/apache/any23/apache-any23-core/0.7.1-incubating-SNAPSHOT/apache-any23-core-0.7.1-incubating-SNAPSHOT-tests.jar
> [JENKINS] Archiving 
> <https://builds.apache.org/job/Any23-trunk/ws/core/pom.xml> to 
> /home/hudson/hudson/jobs/Any23-trunk/modules/org.apache.any23$apache-any23-core/builds/2012-08-13_07-18-58/archive/org.apache.any23/apache-any23-core/0.7.1-incubating-SNAPSHOT/apache-any23-core-0.7.1-incubating-SNAPSHOT.pom
> [JENKINS] Archiving 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT.jar>
>  to 
> /home/hudson/hudson/jobs/Any23-trunk/modules/org.apache.any23$apache-any23-core/builds/2012-08-13_07-18-58/archive/org.apache.any23/apache-any23-core/0.7.1-incubating-SNAPSHOT/apache-any23-core-0.7.1-incubating-SNAPSHOT.jar
> [JENKINS] Archiving 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT.tar.gz>
>  to 
> /home/hudson/hudson/jobs/Any23-trunk/modules/org.apache.any23$apache-any23-core/builds/2012-08-13_07-18-58/archive/org.apache.any23/apache-any23-core/0.7.1-incubating-SNAPSHOT/apache-any23-core-0.7.1-incubating-SNAPSHOT.tar.gz
> [JENKINS] Archiving 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT.zip>
>  to 
> /home/hudson/hudson/jobs/Any23-trunk/modules/org.apache.any23$apache-any23-core/builds/2012-08-13_07-18-58/archive/org.apache.any23/apache-any23-core/0.7.1-incubating-SNAPSHOT/apache-any23-core-0.7.1-incubating-SNAPSHOT.zip
> [JENKINS] Archiving 
> <https://builds.apache.org/job/Any23-trunk/ws/core/target/apache-any23-core-0.7.1-incubating-SNAPSHOT-tests.jar>
>  to 
> /home/hudson/hudson/jobs/Any23-trunk/modules/org.apache.any23$apache-any23-core/builds/2012-08-13_07-18-58/archive/org.apache.any23/apache-any23-core/0.7.1-incubating-SNAPSHOT/apache-any23-core-0.7.1-incubating-SNAPSHOT-tests.jar
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Internal error in the plugin manager executing goal 
> 'org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy': Unable to find the 
> mojo 'deploy' (or one of its required components) in the plugin 
> 'org.apache.maven.plugins:maven-deploy-plugin'
> Component descriptor cannot be found in the component repository: 
> org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayoutflat.
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 30 minutes 9 seconds
> [INFO] Finished at: Mon Aug 13 07:52:16 GMT+00:00 2012
> [INFO] Final Memory: 57M/396M
> [INFO] 
> ------------------------------------------------------------------------
> Waiting for Jenkins to finish collecting data
> channel stopped
> Updating ANY23-114

Reply via email to