You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/06/29 09:54:55 UTC

Build failed in Jenkins: Any23-trunk #246

See <https://builds.apache.org/job/Any23-trunk/246/changes>

Changes:

[simonetripodi] site distribution management moved to the site profile - avoid mvn understands it has to deploy the site when it doesn't have to

[simonetripodi] added missing the sources packages to be included in the dist area

[simonetripodi] download page is managed by the site

[simonetripodi] enlisted all binaries artifacts have to be dowloaded from Nexus to be uploaded in the bin mirror

[simonetripodi] explicitly attach assemblies to be deployed on Nexus

[simonetripodi] Renamed plugins groupId, s/org.apache.any23.plugin/org.apache.any23.plugins

[simonetripodi] include the whole sources in the src assemblies, not just the source module itself

[simonetripodi] trivial format, no functional modifications

[simonetripodi] restored the the `apache` profile activated by the release-plugin- it is described in the release guide (site has to be updated...)

[simonetripodi] no default descriptor declared in the managed assembly-plugin, submodules re-declare the descriptors they need

[simonetripodi] dropped the unused profile

------------------------------------------
[...truncated 4371 lines...]

-------- Example Input  --------
#
#  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.
#

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix : <#> .

<> a foaf:PersonalProfileDocument;
	foaf:primaryTopic :Alice;
	.

:Alice a foaf:Person;
	foaf:name "Alice";
	foaf:homepage <http://alice.example.com/>;
	.
-------- Example Output --------
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix : <http://example.com/#> .

<http://example.com/> a foaf:PersonalProfileDocument ;
	foaf:primaryTopic :Alice .

:Alice a foaf:Person ;
	foaf:name "Alice" ;
	foaf:homepage <http://alice.example.com/> .

================================

Extractor: rdf-xml
	type: ContentExtractor

-------- Example Input  --------
<!--
  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.
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:foaf="http://xmlns.com/foaf/0.1/">
  <foaf:PersonalProfileDocument rdf:about="">
    <foaf:primaryTopic>
      <foaf:Person rdf:about="#Alice">
        <foaf:name>Alice</foaf:name>
        <foaf:homepage rdf:resource="http://alice.example.com/"/>
      </foaf:Person>
    </foaf:primaryTopic>
  </foaf:PersonalProfileDocument>
</rdf:RDF>
-------- Example Output --------
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<http://example.com/> a foaf:PersonalProfileDocument ;
	foaf:primaryTopic <http://example.com/#Alice> .

<http://example.com/#Alice> a foaf:Person ;
	foaf:name "Alice" ;
	foaf:homepage <http://alice.example.com/> .

================================


------------------------------------------------------------------------
Apache Any23 SUCCESS
Total time: 2s
Finished at: Fri Jun 29 07:41:01 GMT+00:00 2012
Final Memory: 116M/271M
------------------------------------------------------------------------

------------------------------------------------------------------------
Apache Any23 :: extractor
------------------------------------------------------------------------

<!--
  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: Fri Jun 29 07:41:01 GMT+00:00 2012
Final Memory: 121M/271M
------------------------------------------------------------------------

------------------------------------------------------------------------
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/#> .

_:node5643a76ec58666fc2b7f3699473f134 a <http://schema.org/LocalBusiness> .

_:node8363887cf1bbe61a1452edae1289a87 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" .

_:node5643a76ec58666fc2b7f3699473f134 <http://schema.org/LocalBusiness/address> _:node8363887cf1bbe61a1452edae1289a87 ;
	<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> _:node5643a76ec58666fc2b7f3699473f134 .


------------------------------------------------------------------------
Apache Any23 SUCCESS
Total time: 0s
Finished at: Fri Jun 29 07:41:02 GMT+00:00 2012
Final Memory: 121M/271M
------------------------------------------------------------------------
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 sec

Results :

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

channel stopped
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.reflect.UndeclaredThrowableException
	at $Proxy2.isArchivingDisabled(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter.isArchivingDisabled(MavenBuildProxy.java:227)
	at hudson.maven.reporters.MavenArtifact.archive(MavenArtifact.java:223)
	at hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:108)
	at hudson.maven.Maven2Builder.postModule(Maven2Builder.java:127)
	at hudson.maven.MavenBuilder$Adapter.fireLeaveModule(MavenBuilder.java:327)
	at hudson.maven.MavenBuilder$Adapter.postBuild(MavenBuilder.java:285)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:68)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:185)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:151)
	at hudson.maven.Maven2Builder.call(Maven2Builder.java:77)
	at hudson.maven.Maven2Builder.call(Maven2Builder.java:53)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:475)
	at hudson.remoting.Request.call(Request.java:110)
	at hudson.remoting.Channel.call(Channel.java:646)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)
	... 30 more
Caused by: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:818)
	at hudson.remoting.Channel$1.handle(Channel.java:416)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
Caused by: Command close created at
	at hudson.remoting.Command.<init>(Command.java:54)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:812)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:810)
	at hudson.remoting.Channel.close(Channel.java:877)
	at hudson.remoting.Channel.close(Channel.java:860)
	at hudson.slaves.Channels$1.close(Channels.java:91)
	at hudson.maven.ProcessCache$MavenProcess.discard(ProcessCache.java:145)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:796)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1460)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(ExecutorProcess leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information.java:239)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16 minutes 40 seconds
[INFO] Finished at: Fri Jun 29 07:47:45 GMT+00:00 2012
[INFO] Final Memory: 61M/379M
[INFO] ------------------------------------------------------------------------


Jenkins build is back to normal : Any23-trunk #247

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Any23-trunk/247/>