You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by commons-graph development <de...@commons.apache.org> on 2012/03/17 03:48:16 UTC

[GUMP@vmgump]: Project commons-graph (in module commons-sandbox) failed

To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general@gump.apache.org.

Project commons-graph has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-graph :  Apache commons sandbox


Full details are available at:
    http://vmgump.apache.org/gump/public/commons-sandbox/commons-graph/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole jar output [commons-graph-*[0-9T].jar] identifier set to project name
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/commons-sandbox/graph/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-sandbox/graph/pom.xml
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-sandbox/commons-graph/gump_work/build_commons-sandbox_commons-graph.html
Work Name: build_commons-sandbox_commons-graph (Type: Build)
Work ended in a state of : Failed
Elapsed: 18 secs
Command Line: /opt/maven2/bin/mvn --batch-mode --settings /srv/gump/public/workspace/commons-sandbox/graph/gump_mvn_settings.xml install 
[Working Directory: /srv/gump/public/workspace/commons-sandbox/graph]
M2_HOME: /opt/maven2
---------------------------------------------
symbol  : method applyingDepthFirstSearch(org.apache.commons.graph.flow.FlowNetworkHandler<V,W,WO>)
location: interface org.apache.commons.graph.visit.VisitAlgorithmsSelector<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,org.apache.commons.graph.DirectedGraph<V,org.apache.commons.graph.WeightedEdge<W>>>
[ERROR] /srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java:[82,47] cannot find symbol
symbol  : method applyingDepthFirstSearch(org.apache.commons.graph.flow.FlowNetworkHandler<V,W,WO>)
location: interface org.apache.commons.graph.visit.VisitAlgorithmsSelector<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,org.apache.commons.graph.DirectedGraph<V,org.apache.commons.graph.WeightedEdge<W>>>
[ERROR] /srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java:[102,43] cannot find symbol
symbol  : method applyingBreadthFirstSearch(org.apache.commons.graph.flow.FlowNetworkHandler<V,W,WO>)
location: interface org.apache.commons.graph.visit.VisitAlgorithmsSelector<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,org.apache.commons.graph.DirectedGraph<V,org.apache.commons.graph.WeightedEdge<W>>>
[ERROR] /srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java:[109,47] cannot find symbol
symbol  : method applyingBreadthFirstSearch(org.apache.commons.graph.flow.FlowNetworkHandler<V,W,WO>)
location: interface org.apache.commons.graph.visit.VisitAlgorithmsSelector<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,org.apache.commons.graph.DirectedGraph<V,org.apache.commons.graph.WeightedEdge<W>>>
[ERROR] /srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/spanning/DefaultSpanningTreeSourceSelector.java:[111,96] <WO>applyingDijkstra(WO) in org.apache.commons.graph.shortestpath.ShortestPathAlgorithmSelector<org.apache.commons.graph.Vertex,org.apache.commons.graph.WeightedEdge<W>,java.lang.Object,org.apache.commons.graph.WeightedGraph<V,WE,W>> cannot be applied to (WO)
[ERROR] /srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/connectivity/DefaultConnectivityAlgorithmsSelector.java:[70,64] cannot find symbol
symbol  : method applyingDepthFirstSearch(org.apache.commons.graph.connectivity.ConnectedComponentHandler<V,E,G>)
location: interface org.apache.commons.graph.visit.VisitAlgorithmsSelector<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,G>
[INFO] 10 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/CommonsGraph.java:[169,59] withConnections(org.apache.commons.graph.builder.GraphConnection<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge>) in org.apache.commons.graph.builder.LinkedConnectionBuilder<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,org.apache.commons.graph.model.DirectedMutableGraph<V,E>> cannot be applied to (org.apache.commons.graph.builder.GraphConnection<V,E>)
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/CommonsGraph.java:[181,71] withConnections(org.apache.commons.graph.builder.GraphConnection<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge>) in org.apache.commons.graph.builder.LinkedConnectionBuilder<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,org.apache.commons.graph.model.DirectedMutableWeightedGraph<V,WE,W>> cannot be applied to (org.apache.commons.graph.builder.GraphConnection<V,WE>)
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/CommonsGraph.java:[193,61] withConnections(org.apache.commons.graph.builder.GraphConnection<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge>) in org.apache.commons.graph.builder.LinkedConnectionBuilder<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,org.apache.commons.graph.model.UndirectedMutableGraph<V,E>> cannot be applied to (org.apache.commons.graph.builder.GraphConnection<V,E>)
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/CommonsGraph.java:[205,73] withConnections(org.apache.commons.graph.builder.GraphConnection<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge>) in org.apache.commons.graph.builder.LinkedConnectionBuilder<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,org.apache.commons.graph.model.UndirectedMutableWeightedGraph<V,WE,W>> cannot be applied to (org.apache.commons.graph.builder.GraphConnection<V,WE>)
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java:[75,43] cannot find symbol
symbol  : method applyingDepthFirstSearch(org.apache.commons.graph.flow.FlowNetworkHandler<V,W,WO>)
location: interface org.apache.commons.graph.visit.VisitAlgorithmsSelector<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,org.apache.commons.graph.DirectedGraph<V,org.apache.commons.graph.WeightedEdge<W>>>
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java:[82,47] cannot find symbol
symbol  : method applyingDepthFirstSearch(org.apache.commons.graph.flow.FlowNetworkHandler<V,W,WO>)
location: interface org.apache.commons.graph.visit.VisitAlgorithmsSelector<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,org.apache.commons.graph.DirectedGraph<V,org.apache.commons.graph.WeightedEdge<W>>>
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java:[102,43] cannot find symbol
symbol  : method applyingBreadthFirstSearch(org.apache.commons.graph.flow.FlowNetworkHandler<V,W,WO>)
location: interface org.apache.commons.graph.visit.VisitAlgorithmsSelector<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,org.apache.commons.graph.DirectedGraph<V,org.apache.commons.graph.WeightedEdge<W>>>
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java:[109,47] cannot find symbol
symbol  : method applyingBreadthFirstSearch(org.apache.commons.graph.flow.FlowNetworkHandler<V,W,WO>)
location: interface org.apache.commons.graph.visit.VisitAlgorithmsSelector<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,org.apache.commons.graph.DirectedGraph<V,org.apache.commons.graph.WeightedEdge<W>>>
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/spanning/DefaultSpanningTreeSourceSelector.java:[111,96] <WO>applyingDijkstra(WO) in org.apache.commons.graph.shortestpath.ShortestPathAlgorithmSelector<org.apache.commons.graph.Vertex,org.apache.commons.graph.WeightedEdge<W>,java.lang.Object,org.apache.commons.graph.WeightedGraph<V,WE,W>> cannot be applied to (WO)
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/connectivity/DefaultConnectivityAlgorithmsSelector.java:[70,64] cannot find symbol
symbol  : method applyingDepthFirstSearch(org.apache.commons.graph.connectivity.ConnectedComponentHandler<V,E,G>)
location: interface org.apache.commons.graph.visit.VisitAlgorithmsSelector<org.apache.commons.graph.Vertex,org.apache.commons.graph.Edge,G>

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17 seconds
[INFO] Finished at: Sat Mar 17 02:48:12 UTC 2012
[INFO] Final Memory: 32M/77M
[INFO] ------------------------------------------------------------------------
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/commons-sandbox/commons-graph/rss.xml
- Atom: http://vmgump.apache.org/gump/public/commons-sandbox/commons-graph/atom.xml

============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 12000017032012, vmgump.apache.org:vmgump:12000017032012
Gump E-mail Identifier (unique within run) #16.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [GUMP@vmgump]: Project commons-graph (in module commons-sandbox) failed

Posted by Stefan Bodewig <bo...@apache.org>.
This is Gump running on commons-graph for the first time it has
re-entered the Sandbox.

I've set it up to run mvn2's install goal on trunk of commons-graph.
vmgump runs openjdk6.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org