texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.31May013248.13431 -g
texttest -a tools -d /home/delphi/sumo/tests
---------- Differences in errors ----------
0a1,24
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tools/assign/Assignment.py", line 447, in <module>
> main()
> File "/home/delphi/sumo/tests/../tools/assign/Assignment.py", line 83, in main
> sumolib.net.readNet(options.netfile, net=net)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet
> parse(filename, netreader)
> File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse
> parser.parse(source)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse
> xmlreader.IncrementalParser.parse(self, source)
> File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse
> self.feed(buffer)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed
> self._parser.Parse(data, isFinal)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element
> self._cont_handler.startElement(name, AttributesImpl(attrs))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 421, in startElement
> attrs.get('from', None), attrs.get('to', None), prio, function, name)
> File "/home/delphi/sumo/tools/assign/network.py", line 61, in addEdge
> fromN = self.addNode(fromID)
> File "/home/delphi/sumo/tools/assign/network.py", line 56, in addNode
> self.setAdditionalNodeInfo(self._id2node[id], type, coord, incLanes)
> TypeError: setAdditionalNodeInfo() takes exactly 6 arguments (5 given)
---------- Differences in output ----------
2,4d1
< begin the clogit assignment!
< done with the assignment
< Total number of the assigned trips: 1000.0
---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tools/edgesInDistricts.py", line 163, in <module>
> reader = DistrictEdgeComputer(sumolib.net.readNet(nets[0]))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet
> parse(filename, netreader)
> File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse
> parser.parse(source)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse
> xmlreader.IncrementalParser.parse(self, source)
> File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse
> self.feed(buffer)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed
> self._parser.Parse(data, isFinal)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element
> self._cont_handler.startElement(name, AttributesImpl(attrs))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement
> fromEdge = self._net.getEdge(fromEdgeID)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge
> return self._id2edge[id]
> KeyError: u':absEnd_0'
---------- Missing result in additional ----------
<tazs>
<taz id="b" shape="-5.0,-5.0 5.0,-5.0 5.0,5.0 -5.0,5.0 -5.0,-5.0" edges="absBeg"/>
<taz id="e" shape="1995.0,-5.0 2005.0,-5.0 2005.0,5.0 1995.0,5.0 -1995.0,-5.0" edges="absBeg absEnd end left2end middle"/>
</tazs>
---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tools/edgesInDistricts.py", line 163, in <module>
> reader = DistrictEdgeComputer(sumolib.net.readNet(nets[0]))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet
> parse(filename, netreader)
> File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse
> parser.parse(source)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse
> xmlreader.IncrementalParser.parse(self, source)
> File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse
> self.feed(buffer)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed
> self._parser.Parse(data, isFinal)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element
> self._cont_handler.startElement(name, AttributesImpl(attrs))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement
> fromEdge = self._net.getEdge(fromEdgeID)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge
> return self._id2edge[id]
> KeyError: u':absEnd_0'
---------- Missing result in additional ----------
<tazs>
<taz id="b" shape="-5.0,-5.0 5.0,-5.0 5.0,5.0 -5.0,5.0 -5.0,-5.0" edges="absBeg"/>
<taz id="e" shape="1995.0,-5.0 2005.0,-5.0 2005.0,5.0 1995.0,5.0 -1995.0,-5.0" edges="absBeg absEnd end middle"/>
</tazs>
---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tools/edgesInDistricts.py", line 163, in <module>
> reader = DistrictEdgeComputer(sumolib.net.readNet(nets[0]))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet
> parse(filename, netreader)
> File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse
> parser.parse(source)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse
> xmlreader.IncrementalParser.parse(self, source)
> File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse
> self.feed(buffer)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed
> self._parser.Parse(data, isFinal)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element
> self._cont_handler.startElement(name, AttributesImpl(attrs))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement
> fromEdge = self._net.getEdge(fromEdgeID)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge
> return self._id2edge[id]
> KeyError: u':absEnd_0'
---------- Missing result in additional ----------
<tazs>
<taz id="b" shape="-5.0,-5.0 5.0,-5.0 5.0,5.0 -5.0,5.0 -5.0,-5.0">
<tazSource id="absBeg" weight="13859.69"/>
<tazSink id="absBeg" weight="13859.69"/>
</taz>
<taz id="e" shape="1995.0,-5.0 2005.0,-5.0 2005.0,5.0 1995.0,5.0 -1995.0,-5.0">
<tazSource id="absBeg" weight="13859.69"/>
<tazSink id="absBeg" weight="13859.69"/>
<tazSource id="absEnd" weight="13900.00"/>
<tazSink id="absEnd" weight="13900.00"/>
<tazSource id="end" weight="13859.69"/>
<tazSink id="end" weight="13859.69"/>
<tazSource id="left2end" weight="13769.34"/>
<tazSink id="left2end" weight="13769.34"/>
<tazSource id="middle" weight="13767.95"/>
<tazSink id="middle" weight="13767.95"/>
</taz>
</tazs>
---------- Differences in errors ----------
322a323,344
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tools/osmWebWizard.py", line 376, in <module>
> builder.build()
> File "/home/delphi/sumo/tests/../tools/osmWebWizard.py", line 185, in build
> self.edges = sumolib.net.readNet(self.files["net"]).getEdges()
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet
> parse(filename, netreader)
> File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse
> parser.parse(source)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse
> xmlreader.IncrementalParser.parse(self, source)
> File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse
> self.feed(buffer)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed
> self._parser.Parse(data, isFinal)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element
> self._cont_handler.startElement(name, AttributesImpl(attrs))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement
> fromEdge = self._net.getEdge(fromEdgeID)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge
> return self._id2edge[id]
> KeyError: u':1075544310_0'
---------- Differences in output ----------
163,188d162
< Success.
< Success.
< Success.
< Success.
< Success.
< Written configuration to <PATH>
< Loading configuration... done.
< Loading net-file from 'osm.net.xml'... done ((TIME)).
< Loading additional-files from 'osm.poly.xml'... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 2625.00
< Reason: All vehicles have left the simulation.
< Performance:
< Vehicles:
< Inserted: 336
< Running: 0
< Waiting: 0
< Persons:
< Inserted: 212
< Running: 0
<
< DijkstraRouterTT answered 19177 queries and explored 12.56 edges on average.
< DijkstraRouterTT spent (TIME) answering queries ((TIME) on average).
< DijkstraRouterTT answered 388 queries and explored 613.78 edges on average.
< DijkstraRouterTT spent (TIME) answering queries ((TIME) on average).
190,193d163
< calling route2trips
< calling route2trips
<truncated after showing first 30 lines>
---------- Missing result in osmbatch ----------
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 1 -p 3.997874 -r osm.pedestrian.rou.xml -o osm.pedestrian.trips.xml -e 900 --pedestrians --prefix ped --max-distance 2000
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 2 -p 9.171020 -r osm.bicycle.rou.xml -o osm.bicycle.trips.xml -e 900 --vehicle-class bicycle --vclass bicycle --prefix bike --max-distance 8000 --trip-attributes <attrs-with-os-dependent-quoting> --validate
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 5 -p 3.500293 -r osm.passenger.rou.xml -o osm.passenger.trips.xml -e 900 --vehicle-class passenger --vclass passenger --prefix veh --min-distance 300 --trip-attributes <attrs-with-os-dependent-quoting> --validate
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 40 -p 5.773442 -r osm.rail_urban.rou.xml -o osm.rail_urban.trips.xml -e 900 --vehicle-class rail_urban --vclass rail_urban --prefix urban --min-distance 1800 --trip-attributes <attrs-with-os-dependent-quoting> --validate
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 40 -p 74.702017 -r osm.ship.rou.xml -o osm.ship.trips.xml -e 900 --vehicle-class ship --vclass ship --prefix ship --validate
---------- Missing result in osmtrips ----------
<?xml version="1.0"?>
options: <doubleminus>testing
-->
<trips>
<person id="ped0" depart="0.00" >
<walk from="272780759#0" to="-143201759" />
</person>
<person id="ped1" depart="4.00" >
<walk from="156364566#1" to="121717657#0" />
</person>
<person id="ped2" depart="8.00" >
<walk from="31112516#2" to="274524365" />
</person>
<person id="ped3" depart="11.99" >
<walk from="51167559#1" to="-23809670#4" />
</person>
<person id="ped4" depart="15.99" >
<walk from="202157023#0" to="-15971189" />
</person>
<person id="ped5" depart="19.99" >
<walk from="113589281#1" to="243911461" />
</person>
<person id="ped6" depart="23.99" >
<walk from="-153692976#0" to="104191076#0" />
</person>
<person id="ped7" depart="27.99" >
<walk from="272795496#1" to="254523875" />
</person>
<person id="ped8" depart="31.98" >
<walk from="114133910#1" to="272757292" />
<truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/net/netcheck.py", line 131, in <module> > net = sumolib.net.readNet(options.net) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1,12d0 < Warning! Net is not connected. < Component: #0 Edge Count: 4 < 1i 1o 2i 2o < < Component: #1 Edge Count: 4 < 3i 3o 4i 4o < < Total Edges: 8 < Largest Component: #0 Edge Count: 4 Coverage: 50.0% < < Edges Incidence < 4 2
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/net/netcheck.py", line 131, in <module> > net = sumolib.net.readNet(options.net) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':gneJ1_0' ---------- Differences in output ---------- 1,13d0 < Warning! Net is not connected. < Component: #0 Edge Count: 4 < gneE0 gneE1 gneE2 gneE3 < < Component: #1 Edge Count: 2 < gneE4 gneE5 < < Total Edges: 6 < Largest Component: #0 Edge Count: 4 Coverage: 66.67% < < Edges Incidence < 2 1 < 4 1 ---------- Missing result in selection0 ---------- edge:gneE0 edge:gneE1 edge:gneE2 edge:gneE3 ---------- Missing result in selection1 ---------- edge:gneE4 edge:gneE5
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/net/netcheck.py", line 131, in <module> > net = sumolib.net.readNet(options.net) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1,8d0 < Component: #0 Edge Count: 8 < 1i 1o 2i 2o 3i 3o 4i 4o < < Total Edges: 8 < Largest Component: #0 Edge Count: 8 Coverage: 100.0% < < Edges Incidence < 8 1
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/net/netcheck.py", line 131, in <module> > net = sumolib.net.readNet(options.net) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':gneJ1_0' ---------- Differences in output ---------- 1d0 < 2 of 6 edges can reach edge 'gneE1': ---------- Missing result in selection ---------- edge:gneE0 edge:gneE1
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/net/netcheck.py", line 131, in <module> > net = sumolib.net.readNet(options.net) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':gneJ7_0' ---------- Differences in output ---------- 1,13d0 < Warning! Net is not connected. < Component: #0 Edge Count: 4 < gneE0 gneE1 gneE2 gneE3 < < Component: #1 Edge Count: 2 < gneE4 gneE5 < < Total Edges: 6 < Largest Component: #0 Edge Count: 4 Coverage: 66.67% < < Edges Incidence < 2 1 < 4 1 ---------- Missing result in selection0 ---------- edge:gneE0 edge:gneE1 edge:gneE2 edge:gneE3 ---------- Missing result in selection1 ---------- edge:gneE4 edge:gneE5
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/net/netcheck.py", line 131, in <module> > net = sumolib.net.readNet(options.net) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':gneJ1_0' ---------- Differences in output ---------- 1d0 < 4 of 6 edges are reachable from edge 'gneE0': ---------- Missing result in selection ---------- edge:gneE0 edge:gneE1 edge:gneE2 edge:gneE3
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/net/netcheck.py", line 131, in <module> > net = sumolib.net.readNet(options.net) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':gneJ1_0' ---------- Differences in output ---------- 1d0 < 3 of 6 edges are reachable from edge 'gneE0': ---------- Missing result in selection ---------- edge:gneE0 edge:gneE2 edge:gneE3
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/net/netextract.py", line 93, in <module> > net = sumolib.net.readNet(sys.argv[1]) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 2,4d1 < Writing nodes... < Writing edges... < Writing connections... ---------- Missing result in connections ---------- <connections> <connection from="1i" to="1o" fromLane="0" toLane="0"/> <connection from="1i" to="2o" fromLane="0" toLane="0"/> <connection from="1i" to="3o" fromLane="0" toLane="0"/> <connection from="1i" to="4o" fromLane="0" toLane="0"/> <connection from="1o" to="1i" fromLane="0" toLane="0"/> <connection from="2i" to="1o" fromLane="0" toLane="0"/> <connection from="2i" to="2o" fromLane="0" toLane="0"/> <connection from="2i" to="3o" fromLane="0" toLane="0"/> <connection from="2i" to="4o" fromLane="0" toLane="0"/> <connection from="2o" to="2i" fromLane="0" toLane="0"/> <connection from="3i" to="1o" fromLane="0" toLane="0"/> <connection from="3i" to="2o" fromLane="0" toLane="0"/> <connection from="3i" to="3o" fromLane="0" toLane="0"/> <connection from="3i" to="4o" fromLane="0" toLane="0"/> <connection from="3o" to="3i" fromLane="0" toLane="0"/> <connection from="4i" to="1o" fromLane="0" toLane="0"/> <connection from="4i" to="2o" fromLane="0" toLane="0"/> <connection from="4i" to="3o" fromLane="0" toLane="0"/> <connection from="4i" to="4o" fromLane="0" toLane="0"/> <connection from="4o" to="4i" fromLane="0" toLane="0"/> </connections> ---------- Missing result in edges ---------- <edges> <edge id="1i" from="1" to="0" speed="19.44" priority="78" spreadType="center" numLanes="1" shape="0.0,498.35 495.25,498.35"/> <edge id="1o" from="0" to="1" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="495.25,501.65 0.0,501.65"/> <edge id="2i" from="2" to="0" speed="19.44" priority="78" spreadType="center" numLanes="1" shape="1000.0,501.65 504.75,501.65"/> <edge id="2o" from="0" to="2" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="504.75,498.35 1000.0,498.35"/> <edge id="3i" from="3" to="0" speed="19.44" priority="78" spreadType="center" numLanes="1" shape="501.65,0.0 501.65,495.25"/> <edge id="3o" from="0" to="3" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="498.35,495.25 498.35,0.0"/> <edge id="4i" from="4" to="0" speed="19.44" priority="78" spreadType="center" numLanes="1" shape="498.35,1000.0 498.35,504.75"/> <edge id="4o" from="0" to="4" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="501.65,504.75 501.65,1000.0"/> </edges> ---------- Missing result in nodes ---------- <nodes> <node id="1" x="0.0" y="500.0"/> <node id="0" x="500.0" y="500.0"/> <node id="2" x="1000.0" y="500.0"/> <node id="3" x="500.0" y="0.0"/> <node id="4" x="500.0" y="1000.0"/> </nodes>
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/net/netextract.py", line 93, in <module> > net = sumolib.net.readNet(sys.argv[1]) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 2,4d1 < Writing nodes... < Writing edges... < Writing connections... ---------- Missing result in connections ---------- <connections> <connection from="1fi" to="1si" fromLane="0" toLane="0"/> <connection from="1fi" to="1si" fromLane="0" toLane="1"/> <connection from="1fi" to="1si" fromLane="0" toLane="2"/> <connection from="1o" to="1fi" fromLane="0" toLane="0"/> <connection from="1si" to="1o" fromLane="2" toLane="0"/> <connection from="1si" to="2o" fromLane="1" toLane="0"/> <connection from="1si" to="3o" fromLane="0" toLane="0"/> <connection from="1si" to="4o" fromLane="2" toLane="0"/> <connection from="2fi" to="2si" fromLane="0" toLane="0"/> <connection from="2fi" to="2si" fromLane="0" toLane="1"/> <connection from="2fi" to="2si" fromLane="0" toLane="2"/> <connection from="2o" to="2fi" fromLane="0" toLane="0"/> <connection from="2si" to="1o" fromLane="1" toLane="0"/> <connection from="2si" to="2o" fromLane="2" toLane="0"/> <connection from="2si" to="3o" fromLane="2" toLane="0"/> <connection from="2si" to="4o" fromLane="0" toLane="0"/> <connection from="3fi" to="3si" fromLane="0" toLane="0"/> <connection from="3fi" to="3si" fromLane="0" toLane="1"/> <connection from="3fi" to="3si" fromLane="0" toLane="2"/> <connection from="3o" to="3fi" fromLane="0" toLane="0"/> <connection from="3si" to="1o" fromLane="2" toLane="0"/> <connection from="3si" to="2o" fromLane="0" toLane="0"/> <connection from="3si" to="3o" fromLane="2" toLane="0"/> <connection from="3si" to="4o" fromLane="1" toLane="0"/> <connection from="4fi" to="4si" fromLane="0" toLane="0"/> <connection from="4fi" to="4si" fromLane="0" toLane="1"/> <connection from="4fi" to="4si" fromLane="0" toLane="2"/> <connection from="4o" to="4fi" fromLane="0" toLane="0"/> <connection from="4si" to="1o" fromLane="0" toLane="0"/> <truncated after showing first 30 lines> ---------- Missing result in edges ---------- <edges> <edge id="1fi" from="1" to="m1" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="0.0,498.35 248.5,498.35"/> <edge id="1o" from="0" to="1" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="488.65,501.65 0.0,501.65"/> <edge id="1si" from="m1" to="0" speed="13.89" priority="74" spreadType="center" numLanes="3" shape="251.5,495.05 488.65,495.05"/> <edge id="2fi" from="2" to="m2" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="1000.0,501.65 751.5,501.65"/> <edge id="2o" from="0" to="2" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="511.35,498.35 1000.0,498.35"/> <edge id="2si" from="m2" to="0" speed="13.89" priority="74" spreadType="center" numLanes="3" shape="748.5,504.95 511.35,504.95"/> <edge id="3fi" from="3" to="m3" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="501.65,0.0 501.65,248.5"/> <edge id="3o" from="0" to="3" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="498.35,488.65 498.35,0.0"/> <edge id="3si" from="m3" to="0" speed="13.89" priority="74" spreadType="center" numLanes="3" shape="504.95,251.5 504.95,488.65"/> <edge id="4fi" from="4" to="m4" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="498.35,1000.0 498.35,751.5"/> <edge id="4o" from="0" to="4" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="501.65,511.35 501.65,1000.0"/> <edge id="4si" from="m4" to="0" speed="13.89" priority="74" spreadType="center" numLanes="3" shape="495.05,748.5 495.05,511.35"/> </edges> ---------- Missing result in nodes ---------- <nodes> <node id="1" x="0.0" y="500.0"/> <node id="m1" x="250.0" y="500.0"/> <node id="0" x="500.0" y="500.0"/> <node id="2" x="1000.0" y="500.0"/> <node id="m2" x="750.0" y="500.0"/> <node id="3" x="500.0" y="0.0"/> <node id="m3" x="500.0" y="250.0"/> <node id="4" x="500.0" y="1000.0"/> <node id="m4" x="500.0" y="750.0"/> </nodes>
---------- Differences in errors ---------- 0a1,22 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/traceExporter.py", line 307, in <module> > sys.exit(main(sys.argv)) > File "/home/delphi/sumo/tests/../tools/traceExporter.py", line 289, in main > net = sumolib.net.readNet(options.net) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Missing result in flt ---------- 3,<VEHDIR>\PC\PC_BUS.GEN,1.0 2,<VEHDIR>\PC\PC_LKW.GEN,1.0 0,<VEHDIR>\PC\PC_PKW.GEN,1.0 1,<VEHDIR>\PC\PC_PKW_equipped.GEN,1.0 4,<VEHDIR>\PC\PC_unknown.GEN,1.0 ---------- Missing result in fzp ---------- t,WeltX,WeltY,Veh. No,v,Gradient,veh.Typ-Id,Str-Id 10,516.45,498.35,0,39.996,0.0,0,4 11,527.56,498.35,0,39.996,0.0,0,4 12,538.67,498.35,0,39.996,0.0,0,4 13,549.78,498.35,0,39.996,0.0,0,4 14,560.89,498.35,0,39.996,0.0,0,4 15,572.0,498.35,0,39.996,0.0,0,4 16,583.11,498.35,0,39.996,0.0,0,4 17,594.22,498.35,0,39.996,0.0,0,4 18,605.33,498.35,0,39.996,0.0,0,4 19,616.44,498.35,0,39.996,0.0,0,4 20,627.55,498.35,0,39.996,0.0,0,4 20,498.35,483.55,1,39.996,0.0,0,7 21,638.66,498.35,0,39.996,0.0,0,4 21,498.35,472.44,1,39.996,0.0,0,7 22,649.77,498.35,0,39.996,0.0,0,4 22,498.35,461.33,1,39.996,0.0,0,7 23,660.88,498.35,0,39.996,0.0,0,4 23,498.35,450.22,1,39.996,0.0,0,7 24,671.99,498.35,0,39.996,0.0,0,4 24,498.35,439.11,1,39.996,0.0,0,7 25,683.1,498.35,0,39.996,0.0,0,4 25,498.35,428.0,1,39.996,0.0,0,7 26,694.21,498.35,0,39.996,0.0,0,4 26,498.35,416.89,1,39.996,0.0,0,7 27,705.32,498.35,0,39.996,0.0,0,4 27,498.35,405.78,1,39.996,0.0,0,7 28,716.43,498.35,0,39.996,0.0,0,4 28,498.35,394.67,1,39.996,0.0,0,7 29,727.54,498.35,0,39.996,0.0,0,4 <truncated after showing first 30 lines> ---------- Missing result in str ---------- Str-Id,Sp,SegAnX,SegEnX,SegAnY,SegEnY 0,1,0.0,250.0,500.0,500.0 1,1,500.0,0.0,500.0,500.0 2,3,250.0,500.0,500.0,500.0 3,1,1000.0,750.0,500.0,500.0 4,1,500.0,1000.0,500.0,500.0 5,3,750.0,500.0,500.0,500.0 6,1,500.0,500.0,0.0,250.0 7,1,500.0,500.0,500.0,0.0 8,3,500.0,500.0,250.0,500.0 9,1,500.0,500.0,1000.0,750.0 10,1,500.0,500.0,500.0,1000.0 11,3,500.0,500.0,750.0,500.0
---------- Differences in errors ---------- 0a1,22 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/traceExporter.py", line 307, in <module> > sys.exit(main(sys.argv)) > File "/home/delphi/sumo/tests/../tools/traceExporter.py", line 289, in main > net = sumolib.net.readNet(options.net) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Missing result in flt ---------- 3,<VEHDIR>\PC\PC_BUS.GEN,1.0 2,<VEHDIR>\PC\PC_LKW.GEN,1.0 0,<VEHDIR>\PC\PC_PKW.GEN,1.0 1,<VEHDIR>\PC\PC_PKW_equipped.GEN,1.0 ---------- Missing result in fzp ---------- t,WeltX,WeltY,Veh. No,v,Gradient,veh.Typ-Id,Str-Id 10,516.45,498.35,0,39.996,0.0,0,4 11,527.56,498.35,0,39.996,0.0,0,4 12,538.67,498.35,0,39.996,0.0,0,4 13,549.78,498.35,0,39.996,0.0,0,4 14,560.89,498.35,0,39.996,0.0,0,4 15,572.0,498.35,0,39.996,0.0,0,4 16,583.11,498.35,0,39.996,0.0,0,4 17,594.22,498.35,0,39.996,0.0,0,4 18,605.33,498.35,0,39.996,0.0,0,4 19,616.44,498.35,0,39.996,0.0,0,4 20,627.55,498.35,0,39.996,0.0,0,4 20,498.35,483.55,1,39.996,0.0,0,7 21,638.66,498.35,0,39.996,0.0,0,4 21,498.35,472.44,1,39.996,0.0,0,7 22,649.77,498.35,0,39.996,0.0,0,4 22,498.35,461.33,1,39.996,0.0,0,7 23,660.88,498.35,0,39.996,0.0,0,4 23,498.35,450.22,1,39.996,0.0,0,7 24,671.99,498.35,0,39.996,0.0,0,4 24,498.35,439.11,1,39.996,0.0,0,7 25,683.1,498.35,0,39.996,0.0,0,4 25,498.35,428.0,1,39.996,0.0,0,7 26,694.21,498.35,0,39.996,0.0,0,4 26,498.35,416.89,1,39.996,0.0,0,7 27,705.32,498.35,0,39.996,0.0,0,4 27,498.35,405.78,1,39.996,0.0,0,7 28,716.43,498.35,0,39.996,0.0,0,4 28,498.35,394.67,1,39.996,0.0,0,7 29,727.54,498.35,0,39.996,0.0,0,4 <truncated after showing first 30 lines> ---------- Missing result in str ---------- Str-Id,Sp,SegAnX,SegEnX,SegAnY,SegEnY 0,1,0.0,250.0,500.0,500.0 1,1,500.0,0.0,500.0,500.0 2,3,250.0,500.0,500.0,500.0 3,1,1000.0,750.0,500.0,500.0 4,1,500.0,1000.0,500.0,500.0 5,3,750.0,500.0,500.0,500.0 6,1,500.0,500.0,0.0,250.0 7,1,500.0,500.0,500.0,0.0 8,3,500.0,500.0,250.0,500.0 9,1,500.0,500.0,1000.0,750.0 10,1,500.0,500.0,500.0,1000.0 11,3,500.0,500.0,750.0,500.0
---------- Differences in errors ---------- 0a1,22 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/traceExporter.py", line 307, in <module> > sys.exit(main(sys.argv)) > File "/home/delphi/sumo/tests/../tools/traceExporter.py", line 289, in main > net = sumolib.net.readNet(options.net) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Missing result in flt ---------- 3,<VEHDIR>\PC\PC_BUS.GEN,1.0 2,<VEHDIR>\PC\PC_LKW.GEN,1.0 0,<VEHDIR>\PC\PC_PKW.GEN,1.0 1,<VEHDIR>\PC\PC_PKW_equipped.GEN,1.0
---------- Differences in errors ---------- 0a1,22 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/traceExporter.py", line 307, in <module> > sys.exit(main(sys.argv)) > File "/home/delphi/sumo/tests/../tools/traceExporter.py", line 289, in main > net = sumolib.net.readNet(options.net) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Missing result in fzp ---------- t,WeltX,WeltY,Veh. No,v,Gradient,veh.Typ-Id,Str-Id 10,516.45,498.35,0,39.996,0.0,0,4 11,527.56,498.35,0,39.996,0.0,0,4 12,538.67,498.35,0,39.996,0.0,0,4 13,549.78,498.35,0,39.996,0.0,0,4 14,560.89,498.35,0,39.996,0.0,0,4 15,572.0,498.35,0,39.996,0.0,0,4 16,583.11,498.35,0,39.996,0.0,0,4 17,594.22,498.35,0,39.996,0.0,0,4 18,605.33,498.35,0,39.996,0.0,0,4 19,616.44,498.35,0,39.996,0.0,0,4 20,627.55,498.35,0,39.996,0.0,0,4 20,498.35,483.55,1,39.996,0.0,0,7 21,638.66,498.35,0,39.996,0.0,0,4 21,498.35,472.44,1,39.996,0.0,0,7 22,649.77,498.35,0,39.996,0.0,0,4 22,498.35,461.33,1,39.996,0.0,0,7 23,660.88,498.35,0,39.996,0.0,0,4 23,498.35,450.22,1,39.996,0.0,0,7 24,671.99,498.35,0,39.996,0.0,0,4 24,498.35,439.11,1,39.996,0.0,0,7 25,683.1,498.35,0,39.996,0.0,0,4 25,498.35,428.0,1,39.996,0.0,0,7 26,694.21,498.35,0,39.996,0.0,0,4 26,498.35,416.89,1,39.996,0.0,0,7 27,705.32,498.35,0,39.996,0.0,0,4 27,498.35,405.78,1,39.996,0.0,0,7 28,716.43,498.35,0,39.996,0.0,0,4 28,498.35,394.67,1,39.996,0.0,0,7 29,727.54,498.35,0,39.996,0.0,0,4 <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,22 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/traceExporter.py", line 307, in <module> > sys.exit(main(sys.argv)) > File "/home/delphi/sumo/tests/../tools/traceExporter.py", line 289, in main > net = sumolib.net.readNet(options.net) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Missing result in str ---------- Str-Id,Sp,SegAnX,SegEnX,SegAnY,SegEnY 0,1,0.0,250.0,500.0,500.0 1,1,500.0,0.0,500.0,500.0 2,3,250.0,500.0,500.0,500.0 3,1,1000.0,750.0,500.0,500.0 4,1,500.0,1000.0,500.0,500.0 5,3,750.0,500.0,500.0,500.0 6,1,500.0,500.0,0.0,250.0 7,1,500.0,500.0,500.0,0.0 8,3,500.0,500.0,250.0,500.0 9,1,500.0,500.0,1000.0,750.0 10,1,500.0,500.0,500.0,1000.0 11,3,500.0,500.0,750.0,500.0
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/output/generateITetrisIntersectionMetrics.py", line 322, in <module> > net = sumolib.net.readNet(netfile) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1d0 < The calculation is done! ---------- Missing result in summary ---------- Traffic Light 0 ================= mean queue length in front of the junction: 66.4162069444 mean waiting time in front of the junction: 12.8841666667 number of stops: 4443.0 total waiting time at junction: 185532.0
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/output/generateITetrisIntersectionMetrics.py", line 322, in <module> > net = sumolib.net.readNet(netfile) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1d0 < The calculation is done! ---------- Missing result in summary ---------- Traffic Light 0 ================= mean queue length in front of the junction: 66.4162159722 mean waiting time in front of the junction: 12.8841666667 number of stops: 4443.0 total waiting time at junction: 185532.0
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/output/generateITetrisIntersectionMetrics.py", line 322, in <module> > net = sumolib.net.readNet(netfile) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1d0 < The calculation is done! ---------- Missing result in summary ---------- Traffic Light 0 ================= mean queue length in front of the junction: 2.86360393519 mean waiting time in front of the junction: 0.568796296296 number of stops: 1008.0 total waiting time at junction: 24572.0
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/output/generateITetrisIntersectionMetrics.py", line 322, in <module> > net = sumolib.net.readNet(netfile) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1d0 < The calculation is done! ---------- Missing result in summary ---------- Traffic Light 0 ================= mean queue length in front of the junction: 2.86360486111 mean waiting time in front of the junction: 0.568796296296 number of stops: 1008.0 total waiting time at junction: 24572.0
---------- Differences in errors ---------- 2,15c2,21 < INFO:root:Generating detectors... < WARNING:root:Detector for lane 1i_0 already generated < WARNING:root:Detector for lane 1i_0 already generated < WARNING:root:Detector for lane 1i_0 already generated < WARNING:root:Detector for lane 2i_0 already generated < WARNING:root:Detector for lane 2i_0 already generated < WARNING:root:Detector for lane 2i_0 already generated < WARNING:root:Detector for lane 3i_0 already generated < WARNING:root:Detector for lane 3i_0 already generated < WARNING:root:Detector for lane 3i_0 already generated < WARNING:root:Detector for lane 4i_0 already generated < WARNING:root:Detector for lane 4i_0 already generated < WARNING:root:Detector for lane 4i_0 already generated < INFO:root:4 e1 detectors generated! --- > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/output/generateTLSE1Detectors.py", line 131, in <module> > net = sumolib.net.readNet(options.net_file) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element <truncated after showing first 30 lines> ---------- Missing result in detectors ---------- <additional> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_1i_0" lane="1i_0" length="250" pos="245.15"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_2i_0" lane="2i_0" length="250" pos="245.15"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_3i_0" lane="3i_0" length="250" pos="245.15"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_4i_0" lane="4i_0" length="250" pos="245.15"/> </additional>
---------- Differences in errors ---------- 2,7c2,21 < INFO:root:Generating detectors... < WARNING:root:Detector for lane 1si_2 already generated < WARNING:root:Detector for lane 2si_2 already generated < WARNING:root:Detector for lane 3si_2 already generated < WARNING:root:Detector for lane 4si_2 already generated < INFO:root:12 e1 detectors generated! --- > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/output/generateTLSE1Detectors.py", line 131, in <module> > net = sumolib.net.readNet(options.net_file) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Missing result in detectors ---------- <additional> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_1si_0" lane="1si_0" length="237.05" pos="0"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_1si_1" lane="1si_1" length="237.05" pos="0"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_1si_2" lane="1si_2" length="237.05" pos="0"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_2si_0" lane="2si_0" length="237.05" pos="0"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_2si_1" lane="2si_1" length="237.05" pos="0"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_2si_2" lane="2si_2" length="237.05" pos="0"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_3si_0" lane="3si_0" length="237.05" pos="0"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_3si_1" lane="3si_1" length="237.05" pos="0"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_3si_2" lane="3si_2" length="237.05" pos="0"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_4si_0" lane="4si_0" length="237.05" pos="0"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_4si_1" lane="4si_1" length="237.05" pos="0"/> <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_4si_2" lane="4si_2" length="237.05" pos="0"/> </additional>
---------- Differences in errors ---------- 2,15c2,21 < INFO:root:Generating detectors... < WARNING:root:Detector for lane 1i_0 already generated < WARNING:root:Detector for lane 1i_0 already generated < WARNING:root:Detector for lane 1i_0 already generated < WARNING:root:Detector for lane 2i_0 already generated < WARNING:root:Detector for lane 2i_0 already generated < WARNING:root:Detector for lane 2i_0 already generated < WARNING:root:Detector for lane 3i_0 already generated < WARNING:root:Detector for lane 3i_0 already generated < WARNING:root:Detector for lane 3i_0 already generated < WARNING:root:Detector for lane 4i_0 already generated < WARNING:root:Detector for lane 4i_0 already generated < WARNING:root:Detector for lane 4i_0 already generated < INFO:root:4 e2 detectors generated! --- > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/output/generateTLSE2Detectors.py", line 132, in <module> > net = sumolib.net.readNet(options.net_file) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element <truncated after showing first 30 lines> ---------- Missing result in detectors ---------- <additional> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_1i_0" lane="1i_0" length="250" pos="245.15"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_2i_0" lane="2i_0" length="250" pos="245.15"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_3i_0" lane="3i_0" length="250" pos="245.15"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_4i_0" lane="4i_0" length="250" pos="245.15"/> </additional>
---------- Differences in errors ---------- 2,7c2,21 < INFO:root:Generating detectors... < WARNING:root:Detector for lane 1si_2 already generated < WARNING:root:Detector for lane 2si_2 already generated < WARNING:root:Detector for lane 3si_2 already generated < WARNING:root:Detector for lane 4si_2 already generated < INFO:root:12 e2 detectors generated! --- > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/output/generateTLSE2Detectors.py", line 132, in <module> > net = sumolib.net.readNet(options.net_file) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Missing result in detectors ---------- <additional> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_1si_0" lane="1si_0" length="237.05" pos="0"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_1si_1" lane="1si_1" length="237.05" pos="0"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_1si_2" lane="1si_2" length="237.05" pos="0"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_2si_0" lane="2si_0" length="237.05" pos="0"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_2si_1" lane="2si_1" length="237.05" pos="0"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_2si_2" lane="2si_2" length="237.05" pos="0"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_3si_0" lane="3si_0" length="237.05" pos="0"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_3si_1" lane="3si_1" length="237.05" pos="0"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_3si_2" lane="3si_2" length="237.05" pos="0"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_4si_0" lane="4si_0" length="237.05" pos="0"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_4si_1" lane="4si_1" length="237.05" pos="0"/> <e2Detector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_4si_2" lane="4si_2" length="237.05" pos="0"/> </additional>
---------- Differences in errors ---------- 2,3c2,21 < INFO:root:Generating detectors... < INFO:root:4 e3 detectors generated! --- > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/output/generateTLSE3Detectors.py", line 93, in <module> > network = sumolib.net.readNet(options.net_file) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Missing result in detectors ---------- <additional> <e3Detector file="e3output.xml" freq="60" id="e3_0_1i"> <detEntry lane="1i_0" pos="245.25"/> <detExit lane="1i_0" pos="-.1"/> </e3Detector> <e3Detector file="e3output.xml" freq="60" id="e3_0_2i"> <detEntry lane="2i_0" pos="245.25"/> <detExit lane="2i_0" pos="-.1"/> </e3Detector> <e3Detector file="e3output.xml" freq="60" id="e3_0_3i"> <detEntry lane="3i_0" pos="245.25"/> <detExit lane="3i_0" pos="-.1"/> </e3Detector> <e3Detector file="e3output.xml" freq="60" id="e3_0_4i"> <detEntry lane="4i_0" pos="245.25"/> <detExit lane="4i_0" pos="-.1"/> </e3Detector> </additional>
---------- Differences in errors ---------- 2,3c2,21 < INFO:root:Generating detectors... < INFO:root:4 e3 detectors generated! --- > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/output/generateTLSE3Detectors.py", line 93, in <module> > network = sumolib.net.readNet(options.net_file) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Missing result in detectors ---------- <additional> <e3Detector file="e3output.xml" freq="60" id="e3_0_1si"> <detEntry lane="1fi_0" pos="235.65"/> <detExit lane="1si_0" pos="-.1"/> <detExit lane="1si_1" pos="-.1"/> <detExit lane="1si_2" pos="-.1"/> </e3Detector> <e3Detector file="e3output.xml" freq="60" id="e3_0_2si"> <detEntry lane="2fi_0" pos="235.65"/> <detExit lane="2si_0" pos="-.1"/> <detExit lane="2si_1" pos="-.1"/> <detExit lane="2si_2" pos="-.1"/> </e3Detector> <e3Detector file="e3output.xml" freq="60" id="e3_0_3si"> <detEntry lane="3fi_0" pos="235.65"/> <detExit lane="3si_0" pos="-.1"/> <detExit lane="3si_1" pos="-.1"/> <detExit lane="3si_2" pos="-.1"/> </e3Detector> <e3Detector file="e3output.xml" freq="60" id="e3_0_4si"> <detEntry lane="4fi_0" pos="235.65"/> <detExit lane="4si_0" pos="-.1"/> <detExit lane="4si_1" pos="-.1"/> <detExit lane="4si_2" pos="-.1"/> </e3Detector> </additional>
---------- Differences in errors ---------- 27a28 > Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4741460'). 29d29 < Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4790904'). 62,63c62,63 < Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292'). --- > Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292#0'). > Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292#0'). 98c98 < Warning: Discarding unknown compound 'railway.abandoned' in type 'highway.path|railway.abandoned' (first occurence for edge '321754192'). --- > Warning: Discarding unknown compound 'railway.abandoned' in type 'highway.cycleway|railway.abandoned' (first occurence for edge '321754192#0'). 104a105 > Warning: Discarding unusable type 'waterway.dam' (first occurence for edge '410369039#0'). 175a177,178 > Warning: direction of restriction relation could not be determined > Warning: Ignoring restriction relation '6049113'. 184,185d186 < Warning: Not joining junctions 1134198786,1134199074,1134199105,1147843154 because the cluster is too complex (6 incoming edges) < Warning: Not joining junctions 1134198860,1134198997,1137737056,1147843150,1147843156,1147843173,2451511170 because the cluster is too complex (7 incoming edges) 218d218 < Warning: Not joining junctions 1342724020,26873453 because the cluster is too complex (parallel incoming 157390073#2,48859721) 236d235 < Warning: Not joining junctions 1434167004,3094799002 because the cluster is too complex (parallel incoming -130118938#0,-304906026) 247c246 < Warning: Not joining junctions 1510289183,1510335198,2380715595,28249001,295079045,295079065,295103330,623872895 because the cluster is too complex (11 incoming edges) --- > Warning: Not joining junctions 1510289183,1510335198,2380715595,28249001,295079045,295079065,295103333,623872895 because the cluster is too complex (10 incoming edges) <truncated after showing first 30 lines> ---------- Differences in output ---------- 3,7c3,22 < Found duplicate nodes. Substituting 3215103784 with 288002013 < Found duplicate nodes. Substituting 3987794203 with 3987794202 < Found duplicate nodes. Substituting 3997661445 with 3517810193 < Found duplicate nodes. Substituting 4016273048 with 26992494 < Found duplicate nodes. Substituting 4016273049 with 2306772973 --- > Found duplicate nodes. Substituting 4124563110 with 252205429 > Found duplicate nodes. Substituting 4124563111 with 1474935960 > Found duplicate nodes. Substituting 4124563112 with 3186325596 > Found duplicate nodes. Substituting 4124563113 with 3186325597 > Found duplicate nodes. Substituting 4124563116 with 252205437 > Found duplicate nodes. Substituting 4124563117 with 252205435 > Found duplicate nodes. Substituting 4124563120 with 252205433 > Found duplicate nodes. Substituting 4124563121 with 3186325609 > Found duplicate nodes. Substituting 4124563122 with 3186325610 > Found duplicate nodes. Substituting 4124563123 with 3186325611 > Found duplicate nodes. Substituting 4124563124 with 252205428 > Found duplicate nodes. Substituting 4124563125 with 252205432 > Found duplicate nodes. Substituting 4124563126 with 3186325613 > Found duplicate nodes. Substituting 4124563127 with 252205438 > Found duplicate nodes. Substituting 4124563129 with 252205434 > Found duplicate nodes. Substituting 4124563130 with 252205436 > Found duplicate nodes. Substituting 4134320892 with 2335088510 > Found duplicate nodes. Substituting 4136419292 with 542545627 > Found duplicate nodes. Substituting 4136509089 with 530812080 > Found duplicate nodes. Substituting 4153499690 with 29276961 18a34,36 > Found duplicate edges. Removing 385250934 > Found duplicate edges. Removing 387118485 <truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tools/shapes/poi_alongRoads.py", line 74, in <module>
> net = sumolib.net.readNet(sys.argv[1])
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet
> parse(filename, netreader)
> File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse
> parser.parse(source)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse
> xmlreader.IncrementalParser.parse(self, source)
> File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse
> self.feed(buffer)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed
> self._parser.Parse(data, isFinal)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element
> self._cont_handler.startElement(name, AttributesImpl(attrs))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement
> fromEdge = self._net.getEdge(fromEdgeID)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge
> return self._id2edge[id]
> KeyError: u':0_0'
---------- Differences in output ----------
2,3d1
< writing output
< done
---------- Missing result in pois ----------
<?xml version="1.0"?>
POIs for edges:
1fi,1si,2o
on network:
net.net.xml
-->
<POIs>
<poi id="1fi-1" type="default" color="1,0,0" layer="0" x="0.00" y="498.35"/>
<poi id="1fi-2" type="default" color="1,0,0" layer="0" x="100.00" y="498.35"/>
<poi id="1fi-3" type="default" color="1,0,0" layer="0" x="200.00" y="498.35"/>
<poi id="1si-1" type="default" color="1,0,0" layer="0" x="298.54" y="495.05"/>
<poi id="1si-2" type="default" color="1,0,0" layer="0" x="398.54" y="495.05"/>
<poi id="1si-3" type="default" color="1,0,0" layer="0" x="498.44" y="496.47"/>
<poi id="2o-1" type="default" color="1,0,0" layer="0" x="598.30" y="498.35"/>
<poi id="2o-2" type="default" color="1,0,0" layer="0" x="698.30" y="498.35"/>
<poi id="2o-3" type="default" color="1,0,0" layer="0" x="798.30" y="498.35"/>
<poi id="2o-4" type="default" color="1,0,0" layer="0" x="898.30" y="498.35"/>
<poi id="2o-5" type="default" color="1,0,0" layer="0" x="998.30" y="498.35"/>
</POIs>
---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tools/shapes/poi_alongRoads.py", line 74, in <module>
> net = sumolib.net.readNet(sys.argv[1])
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet
> parse(filename, netreader)
> File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse
> parser.parse(source)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse
> xmlreader.IncrementalParser.parse(self, source)
> File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse
> self.feed(buffer)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed
> self._parser.Parse(data, isFinal)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element
> self._cont_handler.startElement(name, AttributesImpl(attrs))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement
> fromEdge = self._net.getEdge(fromEdgeID)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge
> return self._id2edge[id]
> KeyError: u':0_0'
---------- Differences in output ----------
2,3d1
< writing output
< done
---------- Missing result in pois ----------
<?xml version="1.0"?>
POIs for edges:
1fi,1si,2o
on network:
net.net.xml
-->
<POIs>
<poi id="1fi-1" type="default" color="1,0,0" layer="0" x="0.00" y="498.35"/>
<poi id="1fi-2" type="default" color="1,0,0" layer="0" x="200.00" y="498.35"/>
<poi id="1si-1" type="default" color="1,0,0" layer="0" x="398.54" y="495.05"/>
<poi id="2o-1" type="default" color="1,0,0" layer="0" x="598.30" y="498.35"/>
<poi id="2o-2" type="default" color="1,0,0" layer="0" x="798.30" y="498.35"/>
<poi id="2o-3" type="default" color="1,0,0" layer="0" x="998.30" y="498.35"/>
</POIs>
---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tools/shapes/poi_atTLS.py", line 35, in <module>
> net1 = sumolib.net.readNet(sys.argv[1], withPrograms=True)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet
> parse(filename, netreader)
> File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse
> parser.parse(source)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse
> xmlreader.IncrementalParser.parse(self, source)
> File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse
> self.feed(buffer)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed
> self._parser.Parse(data, isFinal)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element
> self._cont_handler.startElement(name, AttributesImpl(attrs))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement
> fromEdge = self._net.getEdge(fromEdgeID)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge
> return self._id2edge[id]
> KeyError: u':0_0'
---------- Differences in output ----------
2d1
< Writing output...
---------- Missing result in pois ----------
<?xml version="1.0"?>
<additional>
<poi id="0_at_0" type="default" color="1,0,0" layer="0" x="500.0" y="500.0"/>
</additional>
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/tls/tls_check.py", line 35, in <module> > net1 = sumolib.net.readNet(sys.argv[1], withPrograms=True) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1,2d0 < Checking tls '0' < Checking program '0'
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/tls/tls_check.py", line 35, in <module> > net1 = sumolib.net.readNet(sys.argv[1], withPrograms=True) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1,10d0 < Checking tls '0' < Checking program '0' < Error: phase 0 describes 13 signals instead of 12. < Error: phase 1 describes 13 signals instead of 12. < Error: phase 2 describes 13 signals instead of 12. < Error: phase 3 describes 13 signals instead of 12. < Error: phase 4 describes 13 signals instead of 12. < Error: phase 5 describes 13 signals instead of 12. < Error: phase 6 describes 13 signals instead of 12. < Error: phase 7 describes 13 signals instead of 12.
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/tls/tls_check.py", line 35, in <module> > net1 = sumolib.net.readNet(sys.argv[1], withPrograms=True) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1,10d0 < Checking tls '0' < Checking program '0' < Error: phase 0 describes 11 signals instead of 12. < Error: phase 1 describes 11 signals instead of 12. < Error: phase 2 describes 11 signals instead of 12. < Error: phase 3 describes 11 signals instead of 12. < Error: phase 4 describes 11 signals instead of 12. < Error: phase 5 describes 11 signals instead of 12. < Error: phase 6 describes 11 signals instead of 12. < Error: phase 7 describes 11 signals instead of 12.
---------- Differences in errors ---------- 1c1,20 < Warning: No link definition for connection (3si_2, 1o_0)!. Using 'g' by default --- > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 136, in <module> > net1 = sumolib.net.readNet(sys.argv[2]) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1,26d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < <tlLogic id="0" type="static" programID="own1" offset="0"> < <phase duration="15" state="GGggrrrrGGggrrrr" minDur="10" maxDur="30"/> < <phase duration="3" state="yyggrrrryyggrrrr" minDur="3" maxDur="3"/> < <phase duration="5" state="rrGGrrrrrrGGrrrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rryyrrrrrrGyrrrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrGrrrrr" minDur="3" maxDur="3"/> < <phase duration="45" state="rrrrGgggrrGrGggg" minDur="10" maxDur="60"/> < <phase duration="3" state="rrrrGgyyrrGrGgyy" minDur="3" maxDur="3"/> < <phase duration="5" state="rrrrGgrrrrGrGgrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rrrryyrrrrGryyrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrGrrrrr" minDur="3" maxDur="3"/> < </tlLogic> < <tlLogic id="0" type="static" programID="own2" offset="0"> < <phase duration="31" state="GGggrrrrGGggrrrr"/> < <phase duration="16" state="yyggrrrryyggrrrr"/> < <phase duration="6" state="rrGGrrrrrrGGrrrr"/> < <phase duration="16" state="rryyrrrrrryyrrrr"/> < <phase duration="31" state="rrrrGGggrrrrGGgg"/> < <phase duration="16" state="rrrryyggrrrryygg"/> < <phase duration="6" state="rrrrrrGGrrrrrrGG"/> < <phase duration="16" state="rrrrrryyrrrrrryy"/> < </tlLogic> < </add> <
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 136, in <module> > net1 = sumolib.net.readNet(sys.argv[2]) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1,26d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < <tlLogic id="0" type="static" programID="own1" offset="0"> < <phase duration="15" state="GGggrrrrGGggrrrr" minDur="10" maxDur="30"/> < <phase duration="3" state="yyggrrrryyggrrrr" minDur="3" maxDur="3"/> < <phase duration="5" state="rrGGrrrrrrGGrrrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rryyrrrrrryyrrrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrrrrrrr" minDur="3" maxDur="3"/> < <phase duration="45" state="rrrrGGggrrrrGGgg" minDur="10" maxDur="60"/> < <phase duration="3" state="rrrrGGyyrrrrGGyy" minDur="3" maxDur="3"/> < <phase duration="5" state="rrrrGGrrrrrrGGrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rrrryyrrrrrryyrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrrrrrrr" minDur="3" maxDur="3"/> < </tlLogic> < <tlLogic id="0" type="static" programID="own2" offset="0"> < <phase duration="31" state="GGggrrrrGGggrrrr"/> < <phase duration="16" state="yyggrrrryyggrrrr"/> < <phase duration="6" state="rrGGrrrrrrGGrrrr"/> < <phase duration="16" state="rryyrrrrrryyrrrr"/> < <phase duration="31" state="rrrrGGggrrrrGGgg"/> < <phase duration="16" state="rrrryyggrrrryygg"/> < <phase duration="6" state="rrrrrrGGrrrrrrGG"/> < <phase duration="16" state="rrrrrryyrrrrrryy"/> < </tlLogic> < </add> <tls csv2sumo both_ok ( Last six runs May2016 )
---------- Differences in errors ---------- 1c1,20 < Warning: No link definition for connection (3si_2, 1o_0)!. Using 'g' by default --- > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 136, in <module> > net1 = sumolib.net.readNet(sys.argv[2]) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1,26d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < <tlLogic id="0" type="static" programID="own1" offset="0"> < <phase duration="31" state="GGggrrrrGGggrrrr"/> < <phase duration="16" state="yyggrrrryyggrrrr"/> < <phase duration="6" state="rrGGrrrrrrGGrrrr"/> < <phase duration="16" state="rryyrrrrrryyrrrr"/> < <phase duration="31" state="rrrrGGggrrrrGGgg"/> < <phase duration="16" state="rrrryyggrrrryygg"/> < <phase duration="6" state="rrrrrrGGrrrrrrGG"/> < <phase duration="16" state="rrrrrryyrrrrrryy"/> < </tlLogic> < <tlLogic id="0" type="static" programID="own2" offset="0"> < <phase duration="15" state="GGggrrrrGGggrrrr" minDur="10" maxDur="30"/> < <phase duration="3" state="yyggrrrryyggrrrr" minDur="3" maxDur="3"/> < <phase duration="5" state="rrGGrrrrrrGGrrrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rryyrrrrrrGyrrrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrGrrrrr" minDur="3" maxDur="3"/> < <phase duration="45" state="rrrrGgggrrGrGggg" minDur="10" maxDur="60"/> < <phase duration="3" state="rrrrGgyyrrGrGgyy" minDur="3" maxDur="3"/> < <phase duration="5" state="rrrrGgrrrrGrGgrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rrrryyrrrrGryyrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrGrrrrr" minDur="3" maxDur="3"/> < </tlLogic> < </add> <
---------- Differences in errors ---------- 1c1,20 < Warning: No link definition for connection (3si_2, 1o_0)!. Using 'g' by default --- > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 136, in <module> > net1 = sumolib.net.readNet(sys.argv[2]) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1,16d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < <tlLogic id="0" type="static" programID="own" offset="0"> < <phase duration="15" state="GGggrrrrGGggrrrr" minDur="10" maxDur="30"/> < <phase duration="3" state="yyggrrrryyggrrrr" minDur="3" maxDur="3"/> < <phase duration="5" state="rrGGrrrrrrGGrrrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rryyrrrrrrGyrrrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrGrrrrr" minDur="3" maxDur="3"/> < <phase duration="45" state="rrrrGgggrrGrGggg" minDur="10" maxDur="60"/> < <phase duration="3" state="rrrrGgyyrrGrGgyy" minDur="3" maxDur="3"/> < <phase duration="5" state="rrrrGgrrrrGrGgrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rrrryyrrrrGryyrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrGrrrrr" minDur="3" maxDur="3"/> < </tlLogic> < </add> <
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 136, in <module> > net1 = sumolib.net.readNet(sys.argv[2]) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1,16d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < <tlLogic id="0" type="static" programID="own" offset="0"> < <phase duration="15" state="GGggrrrrGGggrrrr" minDur="10" maxDur="30"/> < <phase duration="3" state="yyggrrrryyggrrrr" minDur="3" maxDur="3"/> < <phase duration="5" state="rrGGrrrrrrGGrrrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rryyrrrrrryyrrrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrrrrrrr" minDur="3" maxDur="3"/> < <phase duration="45" state="rrrrGGggrrrrGGgg" minDur="10" maxDur="60"/> < <phase duration="3" state="rrrrGGyyrrrrGGyy" minDur="3" maxDur="3"/> < <phase duration="5" state="rrrrGGrrrrrrGGrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rrrryyrrrrrryyrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrrrrrrr" minDur="3" maxDur="3"/> < </tlLogic> < </add> <
---------- Differences in errors ---------- 0a1,20 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 136, in <module> > net1 = sumolib.net.readNet(sys.argv[2]) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet > parse(filename, netreader) > File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse > parser.parse(source) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse > self.feed(buffer) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed > self._parser.Parse(data, isFinal) > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element > self._cont_handler.startElement(name, AttributesImpl(attrs)) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement > fromEdge = self._net.getEdge(fromEdgeID) > File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge > return self._id2edge[id] > KeyError: u':0_0' ---------- Differences in output ---------- 1,14d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < <tlLogic id="0" type="static" programID="own" offset="0"> < <phase duration="31" state="GGggrrrrGGggrrrr"/> < <phase duration="16" state="yyggrrrryyggrrrr"/> < <phase duration="6" state="rrGGrrrrrrGGrrrr"/> < <phase duration="16" state="rryyrrrrrryyrrrr"/> < <phase duration="31" state="rrrrGGggrrrrGGgg"/> < <phase duration="16" state="rrrryyggrrrryygg"/> < <phase duration="6" state="rrrrrrGGrrrrrrGG"/> < <phase duration="16" state="rrrrrryyrrrrrryy"/> < </tlLogic> < </add> <
---------- Differences in errors ----------
0a1,22
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tools/tlsCoordinator.py", line 340, in <module>
> main(options)
> File "/home/delphi/sumo/tests/../tools/tlsCoordinator.py", line 300, in main
> net = sumolib.net.readNet(options.netfile, withPrograms=True)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet
> parse(filename, netreader)
> File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse
> parser.parse(source)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse
> xmlreader.IncrementalParser.parse(self, source)
> File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse
> self.feed(buffer)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed
> self._parser.Parse(data, isFinal)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element
> self._cont_handler.startElement(name, AttributesImpl(attrs))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement
> fromEdge = self._net.getEdge(fromEdgeID)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge
> return self._id2edge[id]
> KeyError: u':gneJ1_0'
---------- Differences in output ----------
1,19d0
< Loading net-file from 'net.net.xml'... done ((TIME)).
< Loading additional-files from 'out.add.xml'... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 409.00
< Reason: All vehicles have left the simulation.
< Performance:
< Vehicles:
< Inserted: 50
< Running: 0
< Waiting: 0
< Statistics (avg):
< RouteLength: 524.87
< WaitingTime: 24.92
< TimeLoss: 32.62
< DepartDelay: 103.26
<
< number of tls-pairs: 1
< operations: newSet=1 addToSet=0 addToSet2=0 addHalfCoordinated=0 mergeSets=0
---------- Missing result in additional ----------
<additional>
<tlLogic id="gneJ1" programID="0" offset="0.00"/>
<tlLogic id="gneJ2" programID="0" offset="34.31"/>
</additional>
---------- Differences in errors ----------
0a1,22
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tools/tlsCoordinator.py", line 340, in <module>
> main(options)
> File "/home/delphi/sumo/tests/../tools/tlsCoordinator.py", line 300, in main
> net = sumolib.net.readNet(options.netfile, withPrograms=True)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet
> parse(filename, netreader)
> File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse
> parser.parse(source)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse
> xmlreader.IncrementalParser.parse(self, source)
> File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse
> self.feed(buffer)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed
> self._parser.Parse(data, isFinal)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element
> self._cont_handler.startElement(name, AttributesImpl(attrs))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement
> fromEdge = self._net.getEdge(fromEdgeID)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge
> return self._id2edge[id]
> KeyError: u':1215310294_0'
---------- Differences in output ----------
1,19d0
< Loading net-file from 'net.net.xml'... done ((TIME)).
< Loading additional-files from 'out.add.xml'... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 3730.00
< Reason: All vehicles have left the simulation.
< Performance:
< Vehicles:
< Inserted: 215
< Running: 0
< Waiting: 0
< Statistics (avg):
< RouteLength: 974.57
< WaitingTime: 16.67
< TimeLoss: 29.71
< DepartDelay: -0.47
<
< number of tls-pairs: 44
< operations: newSet=1 addToSet=1 addToSet2=0 addHalfCoordinated=42 mergeSets=0
---------- Missing result in additional ----------
<additional>
<tlLogic id="cluster_2880146705_2880146706_2880146709_2880146710_2880146712_2880146714_29122659_29122660_31058252_31058253" programID="0" offset="0.00"/>
<tlLogic id="cluster_29122661_29122662_35107209_35107210" programID="0" offset="25.08"/>
<tlLogic id="joinedS_0" programID="0" offset="103.59"/>
</additional>
---------- Differences in errors ----------
0a1,22
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tools/randomTrips.py", line 360, in <module>
> if not main(get_options()):
> File "/home/delphi/sumo/tests/../tools/randomTrips.py", line 271, in main
> net = sumolib.net.readNet(options.netfile)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 564, in readNet
> parse(filename, netreader)
> File "/usr/lib64/python2.7/xml/sax/__init__.py", line 33, in parse
> parser.parse(source)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 107, in parse
> xmlreader.IncrementalParser.parse(self, source)
> File "/usr/lib64/python2.7/xml/sax/xmlreader.py", line 123, in parse
> self.feed(buffer)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 210, in feed
> self._parser.Parse(data, isFinal)
> File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 304, in start_element
> self._cont_handler.startElement(name, AttributesImpl(attrs))
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 483, in startElement
> fromEdge = self._net.getEdge(fromEdgeID)
> File "/home/delphi/sumo/tools/sumolib/net/__init__.py", line 201, in getEdge
> return self._id2edge[id]
> KeyError: u':C_0'
---------- Missing result in trips ----------
<?xml version="1.0"?>
options: -n net.net.xml -s 42 <doubleminus>pedestrians -e 100 <doubleminus>min-distance 1 <doubleminus>trip-attributes departPos="random" color="red"
-->
<trips>
<person id="0" depart="0.00" color="red">
<walk from="NC" to="CS" departPos="random"/>
</person>
<person id="1" depart="1.00" color="red">
<walk from="NC" to="CS" departPos="random"/>
</person>
<person id="2" depart="2.00" color="red">
<walk from="CS" to="NC" departPos="random"/>
</person>
<person id="3" depart="3.00" color="red">
<walk from="CS" to="NC" departPos="random"/>
</person>
<person id="4" depart="4.00" color="red">
<walk from="NC" to="CS" departPos="random"/>
</person>
<person id="5" depart="5.00" color="red">
<walk from="NC" to="CS" departPos="random"/>
</person>
<person id="6" depart="6.00" color="red">
<walk from="CS" to="NC" departPos="random"/>
</person>
<person id="7" depart="7.00" color="red">
<walk from="NC" to="CS" departPos="random"/>
</person>
<person id="8" depart="8.00" color="red">
<walk from="NC" to="CS" departPos="random"/>
<truncated after showing first 30 lines>
---------- Differences in errors ---------- 48a49,50 > sumo/output/e3/errors/entryexit_empty/input_additional.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'e3Detector': Missing child element(s). Expected is ( detEntry ). > sumo/output/e3/errors/entryexit_empty/input_additional.add.xml:6:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'e3Detector': Missing child element(s). Expected is ( detEntry ).
---------- Differences in errors ---------- 4c4 < Bytes: 0xF6 0x74 0x2E 0x6E, line 3, column 27 --- > Bytes: 0xF6 0x74 0x2E 0x6E, line 3, column 26 5a6 > sumo/extended/electric/braunschweig/sumo.sumocfg:11:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'device.battery.probability': This element is not expected. 6a8,9 > sumo/opposite_direction_driving/forklifter_demo/demo.netccfg:13:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'opposites.guess': This element is not expected. > sumo/opposite_direction_driving/forklifter_demo/sumo.sumocfg:14:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'step-length': This element is not expected.
---------- Differences in errors ---------- 28a29,34 > duarouter/trips/vtypecheck/alts.duarouter:98:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vType', attribute 'latAlignment': The attribute 'latAlignment' is not allowed. > duarouter/trips/vtypecheck/alts.duarouter:98:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vType', attribute 'maxSpeedLat': The attribute 'maxSpeedLat' is not allowed. > duarouter/trips/vtypecheck/alts.duarouter:98:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vType', attribute 'minGapLat': The attribute 'minGapLat' is not allowed. > duarouter/trips/vtypecheck/routes.duarouter:76:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vType', attribute 'latAlignment': The attribute 'latAlignment' is not allowed. > duarouter/trips/vtypecheck/routes.duarouter:76:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vType', attribute 'maxSpeedLat': The attribute 'maxSpeedLat' is not allowed. > duarouter/trips/vtypecheck/routes.duarouter:76:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vType', attribute 'minGapLat': The attribute 'minGapLat' is not allowed.
---------- Differences in errors ---------- 0a1,3 > Error on parsing 'traci/set_variable/Vehicle/ChangeRoute/disconnected/net_state.traci'! > Traceback (most recent call last): > XMLSyntaxError: Specification mandate value for attribute pos, line 583, column 31 1a5 > /home/delphi/sumo/tests/sumo/output/e2/errors/lane_empty/detector.sumo:27:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'detector': Missing child element(s). Expected is ( interval ). 21a26,88 > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:101:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:110:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:119:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:128:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:137:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:146:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:155:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:164:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:173:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:37:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:55:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:64:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:73:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:83:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane/net_state.traci:92:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane_junction/net_state.traci:101:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane_junction/net_state.traci:37:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane_junction/net_state.traci:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane_junction/net_state.traci:53:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane_junction/net_state.traci:61:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane_junction/net_state.traci:69:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. > traci/set_variable/Vehicle/MoveToVTD/sublane_junction/net_state.traci:77:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vehicle', attribute 'posLat': The attribute 'posLat' is not allowed. <truncated after showing first 30 lines>
****************************************************** Ticket #1190 (new defect: ) csv2xml cannot handle elements without attributes http://sumo.dlr.de/trac.wsgi/ticket/1190 Reported By: behrisch Owned by: Priority: major Milestone: 1.0.0 Component: tools (python) Version: SVN Description: they are simply ignored. We could fix this by simply disallowing them in the input (they only occur in the full output and are quite useless there) or by looking at the schema in more detail when transforming ****************************************************** (This bug was triggered by FAILING to find text in file 'xml' matching 'vehicles') ---------- Differences in xml ---------- 1,29d0 < <?xml version="1.0" encoding="UTF-8"?> < < <!-- generated on Tue Dec 3 16:33:35 2013 by SUMO sumo Version dev-SVN-r15233 < <?xml version="1.0" encoding="UTF-8"?> < < <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd"> < < <input> < <net-file value="net.net.xml"/> < <route-files value="input_routes.rou.xml"/> < </input> < < <output> < <full-output value="full.xml"/> < </output> < < <time> < <begin value="0"/> < <end value="120"/> < </time> < < <report> < <no-duration-log value="true"/> < <no-step-log value="true"/> < </report> < < </configuration> < --> < <truncated after showing first 30 lines>