25Nov17rv0_31_0+1309-d533c75 - detailed test results for COMPLEX

To reconnect the TextTest GUI to these results, run:

texttest -a complex -d /home/delphi/gcc/sumo/tests -reconnect /home/delphi/gcc/texttesttmp/gcc4_64.30Nov005423.14236 -g

To start TextTest for these tests, run:

texttest -a complex -d /home/delphi/gcc/sumo/tests


default: 129 tests: 100 succeeded 18 FAILED 11 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : simpla config ( Last six runs Nov2017 )

---------- Differences in errors ----------
1,21c1,10
< .....
< ----------------------------------------------------------------------
< Ran 5 tests in <ELAPSED>s
< 
< OK
< -- Unordered text as found by filter '^WARNING:' --
< WARNING: Encountered unknown configuration parameter 'UnknownConfigParam'! (Config)
< WARNING: Given lane change mode '-1' lies out of admissible range [0,255]. Using default mode instead. (Config)
< WARNING: Given lane change mode '100000' lies out of admissible range [0,255]. Using default mode instead. (Config)
< WARNING: Given speedFactor -1.0 is invalid. Using default value. (Config)
< WARNING: Given speedFactor -4.0 is invalid. Using default value. (Config)
< WARNING: Given speedFactor 0.0 is invalid. Using default value. (Config)
< WARNING: No attributes found for tag 'vehicleSelectors'. (Config)
< WARNING: Parameter catchupDist must be positive. Ignoring given value: -1.0 (Config)
< WARNING: Parameter controlRate must be positive. Ignoring given value: 0.0 (Config)
< WARNING: Parameter maxPlatoonGap must be positive. Ignoring given value: -1.0 (Config)
< WARNING: Parameter platoonSplitTime must be non-negative. Ignoring given value: -1.0 (Config)
< WARNING: Parameter switchImpatienceFactor must be non-negative. Ignoring given value: -1.0 (Config)
< WARNING: Verbosity must be one of [0, 1, 2, 3, 4]! Ignoring given value: 200 (Config)
< WARNING: vTypeMap must specify original type. Ignoring malformed vTypeMap element. (Config)
< 
---
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/simpla/config/test.py", line 9, in <module>
>     import simpla._config as cfg
>   File "/home/delphi/gcc/sumo/tools/simpla/__init__.py", line 59, in <module>
>     import simpla._config
>   File "/home/delphi/gcc/sumo/tools/simpla/_config.py", line 17, in <module>
>     from simpla._platoonmode import PlatoonMode
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,41d0
< Loading configuration... done.
< Loading configuration... done.
< Loading configuration... done.
< Loading configuration... done.
< Loading configuration... done.
< Testing config warnings...
< Testing exception messages...
< Testing malformed vtype map file causing exception...
< Testing empty config...
< Testing standard config...
< Loading vehicle type mappings from file '<vtype.map>'...
< original type: 'pkwFern5' (Config)
< platoon leader type: 'pkwFern5_pLeader' (Config)
< platoon follower type: 'pkwFern5_pFollower' (Config)
< catchup type: 'pkwFern5_pCatchup' (Config)
< catchup follower type: 'pkwFern5_pCatchupFollower' (Config)
< original type: 'pkwFern4' (Config)
< platoon leader type: 'pkwFern4_pLeader' (Config)
< platoon follower type: 'pkwFern4_pFollower' (Config)
< catchup type: 'pkwFern4_pCatchup' (Config)
< catchup follower type: 'pkwFern4_pCatchupFollower' (Config)
< original type: 'pkwFern3' (Config)
< platoon leader type: 'pkwFern3_pLeader' (Config)
< platoon follower type: 'pkwFern3_pFollower' (Config)
< catchup type: 'pkwFern3_pCatchup' (Config)
< catchup follower type: 'pkwFern3_pCatchupFollower' (Config)
< original type: 'pkwFern1' (Config)
< platoon leader type: 'pkwFern1_pLeader' (Config)
< platoon follower type: 'pkwFern1_pFollower' (Config)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : simpla platoon_manager ( Last six runs Nov2017 )

---------- Differences in errors ----------
1,26c1,10
< ...Warning: Value of 'emergencyDecel' is should be higher than 'decel' for vType 'connected_pCatchup'.
< Warning: Value of 'emergencyDecel' lower than 'apparentDecel' for vType 'connected_pCatchup' may cause collisions.
< Consider decreasing simpla's control rate instead. (PlatoonManager)
< ..Warning: Value of 'emergencyDecel' is should be higher than 'decel' for vType 'connected_pCatchup'.
< Warning: Value of 'emergencyDecel' lower than 'apparentDecel' for vType 'connected_pCatchup' may cause collisions.
< .
< ----------------------------------------------------------------------
< Ran 6 tests in <ELAPSED>s
< 
< OK
< -- Unordered text as found by filter '^This will probably' --
< This will probably lead to collisions. (PlatoonManager)
< This will probably lead to collisions. (PlatoonManager)
< 
< -- Unordered text as found by filter '^[0-9]*\.*[0-9]*: WARNING:' --
< 1.0: WARNING: Step lengths that differ from SUMO's simulation step length are not supported and probably lead to undesired behavior.
< 
< -- Unordered text as found by filter '^WARNING:' --
< WARNING: No typeSubstring given. Managing all vehicles. (PlatoonManager)
< WARNING: Restricting given control rate (= 1000 per sec.) to 1 per timestep (= 10 per sec.) (PlatoonManager)
< WARNING: emergencyDecel of mapped vType 'connected_pCatchup' (0.5m.) does not equal emergencyDecel of original vType 'connected' (4.5m.) (PlatoonManager)
< WARNING: emergencyDecel of mapped vType 'connected_pCatchupFollower' (10.5m.) does not equal emergencyDecel of original vType 'connected' (4.5m.) (PlatoonManager)
< WARNING: emergencyDecel of mapped vType 'connected_pFollower' (1.7m.) does not equal emergencyDecel of original vType 'connected' (4.5m.) (PlatoonManager)
< WARNING: length of mapped vType 'connected_pCatchupFollower' (3.0m.) does not equal length of original vType 'connected' (5.0m.)
< WARNING: length of mapped vType 'connected_pLeader' (10.0m.) does not equal length of original vType 'connected' (5.0m.)
< 
---
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/simpla/platoon_manager/test.py", line 8, in <module>
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,75d0
< Loading configuration... done.
< Loading configuration... done.
< Loading configuration... done.
< Loading configuration... done.
< Loading configuration... done.
< Loading configuration... done.
< 
< 
< Testing adding and removing connected vehicles...
< Loading vehicle type mappings from file '<vtype.map>'...
< original type: 'connected' (Config)
< platoon leader type: 'connected_pLeader' (Config)
< platoon follower type: 'connected_pFollower' (Config)
< catchup type: 'connected_pCatchup' (Config)
< catchup follower type: 'connected_pCatchupFollower' (Config)
< Initializing simpla.PlatoonManager... (PlatoonManager)
< Managing all vTypes selected by ['connected'] (PlatoonManager)
< 0.1: Adding vehicle 'connected.1' (PlatoonManager)
< 3.1: Adding vehicle 'IAMconnectedTOO' (PlatoonManager)
< 11.4: Platoon '1' joined Platoon '0', which now contains vehicles:
< ['connected.1', 'IAMconnectedTOO'] (PlatoonManager)
< 16.0: Platoon '0' splits (ID of new platoon: '2'):
<     Platoon '0': ['connected.1']
<     Platoon '2': ['IAMconnectedTOO'] (PlatoonManager)
< 17.3: Removing arrived vehicle 'connected.1' (PlatoonManager)
< 19.8: Removing arrived vehicle 'IAMconnectedTOO' (PlatoonManager)
< 
< 
< Testing platoon manager initialization...
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : sumo protobuf ( Last six runs Nov2017 )

---------- Differences in errors ----------
0a1,26
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tools/xml/protobuf2xml.py", line 26, in <module>
>     import google.protobuf.descriptor
> ImportError: No module named google.protobuf.descriptor
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tools/xml/xml2protobuf.py", line 197, in <module>
>     main()
>   File "/home/delphi/gcc/sumo/tools/xml/xml2protobuf.py", line 185, in main
>     attrFinder.xsdStruc._namedEnumerations, options.protodir, base)
>   File "/home/delphi/gcc/sumo/tools/xml/xml2protobuf.py", line 173, in generateProto
>     ["protoc", "%s.proto" % base, "--python_out=%s" % protodir])
>   File "/usr/lib/python2.7/subprocess.py", line 523, in call
>     return Popen(*popenargs, **kwargs).wait()
>   File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
>     errread, errwrite)
>   File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
>     raise child_exception
> OSError: [Errno 2] No such file or directory
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/sumo/protobuf/runner.py", line 78, in <module>
>     connect(IN_PORT, OUT_PORT)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/sumo/protobuf/runner.py", line 35, in connect
>     i.connect(("localhost", inPort))
>   File "/usr/lib/python2.7/socket.py", line 228, in meth
>     return getattr(self._sock,name)(*args)
> socket.error: [Errno 111] Connection refused
---------- Differences in output ----------
3,7d2
< --- 
< +++ 
< -
< -<trajectories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/amitran/trajectories.xsd" timeStepSize="1000">
< +<trajectories timeStepSize="1000">

TEST FAILED on ts-sim-build-ba : traci busySocket sumo-gui ( Last six runs Nov2017 )

---------- Differences in errors ----------
1,2c1,10
< Error: tcpip::Socket::accept() Unable to create listening socket: Address already in use
< Quitting (on error).
---
> No protocol specified
> FXApp::openDisplay: unable to open display :0.0
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/busySocket/runner.py", line 44, in <module>
>     traci.init(PORT)
>   File "/home/delphi/gcc/sumo/tools/traci/__init__.py", line 70, in init
>     _connections[label] = connect(port, numRetries, host)
>   File "/home/delphi/gcc/sumo/tools/traci/__init__.py", line 61, in connect
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
---------- Differences in output ----------
1,2d0
< Loading configuration... done.
< Loading configuration... done.

TEST FAILED on ts-sim-build-ba : traci clientCloses sumo-gui ( Last six runs Nov2017 )

---------- Differences in errors ----------
0a1,12
> No protocol specified
> FXApp::openDisplay: unable to open display :0.0
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/clientCloses/runner.py", line 71, in <module>
>     runSingle(99, 50)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/clientCloses/runner.py", line 50, in runSingle
>     traci.init(PORT)
>   File "/home/delphi/gcc/sumo/tools/traci/__init__.py", line 70, in init
>     _connections[label] = connect(port, numRetries, host)
>   File "/home/delphi/gcc/sumo/tools/traci/__init__.py", line 61, in connect
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
---------- Differences in output ----------
3,21d2
< Loading configuration... done.
< Print ended at step 100
< ----------- SUMO end time is not given -----------
< Loading configuration... done.
< Print ended at step 100
< =========== empty routes in SUMO ===========
< ----------- SUMO end time is smaller than TraCI's -----------
< Loading configuration... done.
< Print ended at step 100
< ----------- SUMO end time is not given -----------
< Loading configuration... done.
< Print ended at step 100
< =========== vehicle leaves before TraCI ends ===========
< ----------- SUMO end time is smaller than TraCI's -----------
< Loading configuration... done.
< Print ended at step 100
< ----------- SUMO end time is not given -----------
< Loading configuration... done.
< Print ended at step 100

TEST FAILED on ts-sim-build-ba : traci closingOutput sumo-gui ( Last six runs Nov2017 )

---------- Differences in errors ----------
0a1,10
> No protocol specified
> FXApp::openDisplay: unable to open display :0.0
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/closingOutput/runner.py", line 43, in <module>
>     traci.init(PORT)
>   File "/home/delphi/gcc/sumo/tools/traci/__init__.py", line 70, in init
>     _connections[label] = connect(port, numRetries, host)
>   File "/home/delphi/gcc/sumo/tools/traci/__init__.py", line 61, in connect
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
---------- Differences in output ----------
1d0
< Loading configuration... done.
---------- Missing result in state ----------
<?xml version="1.0" encoding="UTF-8"?>


<netstate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netstate_file.xsd">
    <timestep time="0.00">
        <edge id="2fi">
            <lane id="2fi_0">
                <vehicle id="horiz" pos="5.10" speed="0.00"/>
            </lane>
        </edge>
    </timestep>
    <timestep time="1.00">
        <edge id="2fi">
            <lane id="2fi_0">
                <vehicle id="horiz" pos="6.54" speed="1.44"/>
            </lane>
        </edge>
    </timestep>
    <timestep time="2.00">
        <edge id="2fi">
            <lane id="2fi_0">
                <vehicle id="horiz" pos="9.66" speed="3.12"/>
            </lane>
        </edge>
    </timestep>
    <timestep time="3.00">
        <edge id="2fi">
            <lane id="2fi_0">
                <vehicle id="horiz" pos="15.31" speed="5.66"/>
            </lane>
<truncated after showing first 30 lines>
---------- Missing result in tripinfo ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
</tripinfos>

TEST FAILED on ts-sim-build-ba : traci multipleConnections basic sumo-gui ( Last six runs Nov2017 )

---------- Differences in errors ----------
0a1,380
> No protocol specified
> FXApp::openDisplay: unable to open display :0.0
> Process Process-1:
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
>     self.run()
>   File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
>     self._target(*self._args, **self._kwargs)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/multipleConnections/basic/runner.py", line 53, in traciLoop
>     traci.init(port)
>   File "/home/delphi/gcc/sumo/tools/traci/__init__.py", line 70, in init
>     _connections[label] = connect(port, numRetries, host)
>   File "/home/delphi/gcc/sumo/tools/traci/__init__.py", line 61, in connect
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> Process Process-2:
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
>     self.run()
>   File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
>     self._target(*self._args, **self._kwargs)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/multipleConnections/basic/runner.py", line 53, in traciLoop
>     traci.init(port)
>   File "/home/delphi/gcc/sumo/tools/traci/__init__.py", line 70, in init
>     _connections[label] = connect(port, numRetries, host)
>   File "/home/delphi/gcc/sumo/tools/traci/__init__.py", line 61, in connect
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> FatalTraCIError: Could not connect in 11 tries
> No protocol specified
<truncated after showing first 30 lines>
---------- Differences in output ----------
4,6d3
< Loading configuration... done.
< Process 1 ended at step 99
< Process 2 ended at step 99
8,10d4
< Loading configuration... done.
< Process 1 ended at step 99
< Process 2 ended at step 99
13,18d6
< Loading configuration... done.
< Process 1 ended at step 99
< Process 2 ended at step 99
< Process 3 ended at step 99
< Process 4 ended at step 99
< Process 5 ended at step 99
20,25d7
< Loading configuration... done.
< Process 1 ended at step 99
< Process 2 ended at step 99
< Process 3 ended at step 99
< Process 4 ended at step 99
< Process 5 ended at step 99
29,31d10
< Loading configuration... done.
< Process 1 ended at step 99
< Process 2 ended at step 99
33,35d11
< Loading configuration... done.
< Process 1 ended at step 99
< Process 2 ended at step 99
<truncated after showing first 30 lines>

3 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1
> Warning: State was written with sumo version svn (present: v0_31_0+1309-d533c75)!
traci pythonApi bugs ticket3505 ( Last six runs Nov2017 )
traci pythonApi bugs ticket3505_test_with_begin_ge_savetime ( Last six runs Nov2017 )
traci pythonApi bugs ticket3505_with_load_offset ( Last six runs Nov2017 )

TEST FAILED on ts-sim-build-ba : traci pythonApi bugs ticket3634 ( Last six runs Nov2017 )

---------- Differences in lanechanges ----------
6,7c6,24
<     <change id="v0" type="t0" time="2.00" from="beg_0" to="beg_1" dir="1" speed="5.20" pos="12.90" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
<     <changeEnded id="v0" type="t0" time="3.00" from="beg_1" to="beg_1" dir="1" speed="7.80" pos="20.70" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
---
>     <changeEnded id="v0" type="t0" time="2.00" from="beg_0" to="beg_1" dir="1" speed="5.20" pos="12.90" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="4.00" from="beg_0" to="beg_1" dir="1" speed="10.40" pos="31.10" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="5.00" from="beg_0" to="beg_0" dir="-1" speed="13.00" pos="44.10" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="6.00" from="beg_0" to="beg_1" dir="1" speed="13.89" pos="57.99" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="7.00" from="beg_0" to="beg_0" dir="-1" speed="13.89" pos="71.88" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="8.00" from="beg_0" to="beg_1" dir="1" speed="13.89" pos="85.77" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="9.00" from="beg_0" to="beg_0" dir="-1" speed="13.89" pos="99.66" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="10.00" from="beg_0" to="beg_1" dir="1" speed="13.89" pos="113.55" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="11.00" from="beg_0" to="beg_0" dir="-1" speed="13.89" pos="127.44" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="12.00" from="beg_0" to="beg_1" dir="1" speed="13.89" pos="141.33" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="13.00" from="beg_0" to="beg_0" dir="-1" speed="13.89" pos="155.22" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="14.00" from="beg_0" to="beg_1" dir="1" speed="13.89" pos="169.11" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="15.00" from="beg_0" to="beg_0" dir="-1" speed="13.89" pos="183.00" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="16.00" from="beg_0" to="beg_1" dir="1" speed="13.89" pos="196.89" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="17.00" from="beg_0" to="beg_0" dir="-1" speed="13.89" pos="210.78" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="18.00" from="beg_0" to="beg_1" dir="1" speed="13.89" pos="224.67" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="19.00" from="beg_0" to="beg_0" dir="-1" speed="13.89" pos="238.56" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="20.00" from="beg_0" to="beg_1" dir="1" speed="13.89" pos="252.45" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>
>     <changeEnded id="v0" type="t0" time="21.00" from="beg_0" to="beg_0" dir="-1" speed="13.89" pos="266.34" reason="traci|sublane" leaderGap="None" leaderSecureGap="None" followerGap="None" followerSecureGap="None" origLeaderGap="None" origLeaderSecureGap="None" latGap="None"/>

TEST FAILED on ts-sim-build-ba : traci pythonApi gui ( Last six runs Nov2017 )

---------- Differences in errors ----------
0a1,10
> No protocol specified
> FXApp::openDisplay: unable to open display :0.0
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/pythonApi/gui/runner.py", line 36, in <module>
>     traci.init(PORT)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/pythonApi/gui/../../../../../tools/traci/__init__.py", line 70, in init
>     _connections[label] = connect(port, numRetries, host)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/pythonApi/gui/../../../../../tools/traci/__init__.py", line 61, in connect
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
---------- Differences in output ----------
1,16d0
< Loading configuration... done.
< step 0
< step 1
< step 2
< views ['View #0']
< examining View #0
< zoom 100.0
< offset (500.0, 500.0)
< schema standard
< {0: ['View #0']}
< step 3
< {0: ['View #0']}
< step 4
< {0: ['View #0']}
< step 5
< {0: ['View #0']}
---------- Missing result in ps ----------
%!PS-Adobe-3.0
%%Title: out.ps
%%Creator: GL2PS 1.3.9, (C) 1999-2015 C. Geuzaine
%%For: sumo-gui; http://sumo.dlr.de
%%LanguageLevel: 3
%%DocumentData: Clean7Bit
%%Pages: 1
%%Orientation: Portrait
%%DocumentMedia: Default 489 288 0 () ()
%%BoundingBox: 0 0 489 288
%%EndComments
%%BeginProlog
/gl2psdict 64 dict def gl2psdict begin
0 setlinecap 0 setlinejoin
/tryPS3shading true def % set to false to force subdivision
/rThreshold 0.064 def % red component subdivision threshold
/gThreshold 0.034 def % green component subdivision threshold
/bThreshold 0.1 def % blue component subdivision threshold
/BD { bind def } bind def
/C  { setrgbcolor } BD
/G  { 0.082 mul exch 0.6094 mul add exch 0.3086 mul add neg 1.0 add setgray } BD
/W  { setlinewidth } BD
/FC { findfont exch /SH exch def SH scalefont setfont } BD
/SW { dup stringwidth pop } BD
/S  { FC moveto show } BD
/SBC{ FC moveto SW -2 div 0 rmoveto show } BD
/SBR{ FC moveto SW neg 0 rmoveto show } BD
/SCL{ FC moveto 0 SH -2 div rmoveto show } BD
/SCC{ FC moveto SW -2 div SH -2 div rmoveto show } BD
/SCR{ FC moveto SW neg SH -2 div rmoveto show } BD
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci pythonApi load ( Last six runs Nov2017 )

---------- Differences in errors ----------
2a3,12
> No protocol specified
> FXApp::openDisplay: unable to open display :0.0
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/pythonApi/load/runner.py", line 53, in <module>
>     traci.init(PORT)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/pythonApi/load/../../../../../tools/traci/__init__.py", line 70, in init
>     _connections[label] = connect(port, numRetries, host)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/pythonApi/load/../../../../../tools/traci/__init__.py", line 61, in connect
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
---------- Differences in output ----------
2,369d1
< Loading configuration... done.
< Loading configuration... done.
< step=1000 departed=['horiz']
< step=2000 departed=[]
< step=3000 departed=[]
< reloading
< step=1000 departed=['horiz']
< step=2000 departed=[]
< step=3000 departed=[]
< step=4000 departed=[]
< step=5000 departed=[]
< step=6000 departed=[]
< step=7000 departed=[]
< step=8000 departed=[]
< step=9000 departed=[]
< step=10000 departed=[]
< step=11000 departed=[]
< step=12000 departed=[]
< step=13000 departed=[]
< step=14000 departed=[]
< step=15000 departed=[]
< step=16000 departed=[]
< step=17000 departed=[]
< step=18000 departed=[]
< step=19000 departed=[]
< step=20000 departed=[]
< step=21000 departed=[]
< step=22000 departed=[]
< step=23000 departed=[]
<truncated after showing first 30 lines>
---------- Missing result in log ----------
***Starting server on port <PORT> ***
Loading net-file from 'input_net.net.xml'... done ((TIME)).
Loading additional-files from 'input_additional2.add.xml'... done ((TIME)).
Loading done.
Simulation started with time: 0.00
Simulation ended at time: 4.00
Reason: TraCI issued load command.

TEST FAILED on ts-sim-build-ba : traci pythonApi poi ( Last six runs Nov2017 )

---------- Differences in errors ----------
0a1,10
> No protocol specified
> FXApp::openDisplay: unable to open display :0.0
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/pythonApi/poi/runner.py", line 42, in <module>
>     traci.init(PORT)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/pythonApi/poi/../../../../../tools/traci/__init__.py", line 70, in init
>     _connections[label] = connect(port, numRetries, host)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/pythonApi/poi/../../../../../tools/traci/__init__.py", line 61, in connect
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
---------- Differences in output ----------
1,41d0
< Loading configuration... done.
< step 0
< step 1
< step 2
< adding 0
< pois ['0', 'poi1', 'poi2']
< poi count 3
< examining 0
< pos (1.0, 1.0)
< type test
< color (1, 2, 3, 4)
< {0: ['0', 'poi1', 'poi2']}
< step 3
< {0: ['0', 'poi1', 'poi2']}
< step 4
< {0: ['0', 'poi1', 'poi2']}
< step 5
< {0: ['0', 'poi1', 'poi2']}
< pois ['0', 'poi1', 'poi2']
< poi count 3
< examining 0
< pos (5.0, 5.0)
< type blub
< color (222, 111, 221, 0)
< pois ['0', 'p2', 'poi1', 'poi2']
< poi count 4
< examining p2
< pos (2.0, 2.0)
< type ptest
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci pythonApi polygon ( Last six runs Nov2017 )

---------- Differences in errors ----------
0a1,10
> No protocol specified
> FXApp::openDisplay: unable to open display :0.0
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/pythonApi/polygon/runner.py", line 33, in <module>
>     traci.init(PORT)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/pythonApi/polygon/../../../../../tools/traci/__init__.py", line 70, in init
>     _connections[label] = connect(port, numRetries, host)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/pythonApi/polygon/../../../../../tools/traci/__init__.py", line 61, in connect
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
---------- Differences in output ----------
1,19d0
< Loading configuration... done.
< step 0
< step 1
< step 2
< adding 0
< polygons ['0']
< polygon count 1
< examining 0
< shape [(1.0, 1.0), (1.0, 10.0), (10.0, 10.0)]
< type test
< color (1, 2, 3, 4)
< filled False
< {0: ['0']}
< step 3
< {0: ['0']}
< step 4
< {0: ['0']}
< step 5
< {0: ['0']}

TEST FAILED on ts-sim-build-ba : traci pythonApi vehicle_sublane ( Last six runs Nov2017 )

---------- Differences in output ----------
85c85
< angle 270.0
---
> angle 269.20705712

TEST FAILED on ts-sim-build-ba : traci repeatedConnection sumo-gui ( Last six runs Nov2017 )

---------- Differences in errors ----------
0a1,12
> No protocol specified
> FXApp::openDisplay: unable to open display :0.0
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/repeatedConnection/runner.py", line 69, in <module>
>     runSingle(50, 99)
>   File "/home/delphi/gcc/sumo/tests/../tests/complex/traci/repeatedConnection/runner.py", line 52, in runSingle
>     traci.init(PORT)
>   File "/home/delphi/gcc/sumo/tools/traci/__init__.py", line 70, in init
>     _connections[label] = connect(port, numRetries, host)
>   File "/home/delphi/gcc/sumo/tools/traci/__init__.py", line 61, in connect
>     raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 11 tries
---------- Differences in output ----------
2d1
< Loading configuration... done.
4,62d2
< Print ended at step 100
< Loading configuration... done.
<  Run 1
< Print ended at step 100
< Loading configuration... done.
<  Run 2
< Print ended at step 100
< Loading configuration... done.
<  Run 3
< Print ended at step 100
< Loading configuration... done.
<  Run 4
< Print ended at step 100
< Loading configuration... done.
<  Run 5
< Print ended at step 100
< Loading configuration... done.
<  Run 6
< Print ended at step 100
< Loading configuration... done.
<  Run 7
< Print ended at step 100
< Loading configuration... done.
<  Run 8
< Print ended at step 100
< Loading configuration... done.
<  Run 9
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : tutorial san_pablo_dam ( Last six runs Nov2017 )

---------- Differences in errors ----------
1,181c1,4
< Warning: Teleporting vehicle '996'; collision with vehicle '995', lane='1to7_0', gap=-0.00, time=27327.00 stage=move.
< Warning: Vehicle '996' ends teleporting on edge '7to8', time 27328.00.
< Warning: Teleporting vehicle '1006'; collision with vehicle '1005', lane='1to7_0', gap=-0.07, time=27374.00 stage=move.
< Warning: Teleporting vehicle '1007'; collision with vehicle '1005', lane='1to7_0', gap=-0.11, time=27383.00 stage=move.
< Warning: Vehicle '1006' ends teleporting on edge '7to8', time 27390.00.
< Warning: Teleporting vehicle '1032'; collision with vehicle '1031', lane='1to7_0', gap=-0.04, time=27396.00 stage=move.
< Warning: Vehicle '1007' ends teleporting on edge '7to8', time 27400.00.
< Warning: Teleporting vehicle '1023'; collision with vehicle '1022', lane='1to7_0', gap=-0.06, time=27424.00 stage=move.
< Warning: Vehicle '1032' ends teleporting on edge '7to8', time 27443.00.
< Warning: Vehicle '1023' ends teleporting on edge '7to8', time 27517.00.
< Warning: Value of tau=0.923223304703 in car following model 'carFollowing-Krauss' lower than simulation step size may cause collisions
< Warning: Teleporting vehicle '346'; collision with vehicle '345', lane='1to7_0', gap=-0.33, time=25573.00 stage=move.
< Warning: Vehicle '346' ends teleporting on edge '7to8', time 25573.00.
< Warning: Teleporting vehicle '378'; collision with vehicle '377', lane='1to7_0', gap=-0.03, time=25649.00 stage=move.
< Warning: Vehicle '378' ends teleporting on edge '7to8', time 25650.00.
< Warning: Teleporting vehicle '397'; collision with vehicle '396', lane='1to7_0', gap=-0.50, time=25666.00 stage=move.
< Warning: Teleporting vehicle '390'; collision with vehicle '389', lane='1to7_0', gap=-0.38, time=25667.00 stage=move.
< Warning: Teleporting vehicle '394'; collision with vehicle '393', lane='1to7_0', gap=-0.07, time=25679.00 stage=move.
< Warning: Teleporting vehicle '398'; collision with vehicle '396', lane='1to7_0', gap=-0.12, time=25710.00 stage=move.
< Warning: Teleporting vehicle '413'; collision with vehicle '412', lane='1to7_0', gap=-0.37, time=25727.00 stage=move.
< Warning: Vehicle '397' teleports beyond arrival edge '7to8', time 25748.00.
< Warning: Vehicle '390' teleports beyond arrival edge '7to8', time 25748.00.
< Warning: Vehicle '394' teleports beyond arrival edge '7to8', time 25756.00.
< Warning: Vehicle '398' teleports beyond arrival edge '7to8', time 25770.00.
< Warning: Vehicle '413' teleports beyond arrival edge '7to8', time 25782.00.
< Warning: Teleporting vehicle '654'; collision with vehicle '653', lane='1to7_0', gap=-0.40, time=26316.00 stage=move.
< Warning: Vehicle '654' teleports beyond arrival edge '7to8', time 26378.00.
< Warning: Teleporting vehicle '747'; collision with vehicle '746', lane='1to7_0', gap=-0.16, time=26565.00 stage=move.
< Warning: Vehicle '747' ends teleporting on edge '7to8', time 26599.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,306d0
< Parsing nodes from 'data/spd-road.nod.xml'... done.
< Parsing edges from 'data/spd-road.edg.xml'... done.
<  Import done:
<    3 nodes loaded.
<    2 edges loaded.
< Removing self-loops... done ((TIME)).
< Removing empty nodes... done ((TIME)).
<    0 nodes removed.
< Moving network to origin... done ((TIME)).
< Computing turning directions... done ((TIME)).
< Sorting nodes' edges... done ((TIME)).
< Computing node shapes... done ((TIME)).
< Computing edge shapes... done ((TIME)).
< Computing node types... done ((TIME)).
< Computing priorities... done ((TIME)).
< Computing approached edges... done ((TIME)).
< Computing approaching lanes... done ((TIME)).
< Dividing of lanes on approached lanes... done ((TIME)).
< Processing turnarounds... done ((TIME)).
< Rechecking of lane endings... done ((TIME)).
< Assigning nodes to traffic lights... done ((TIME)).
< Computing traffic light control information... done ((TIME)).
< Computing node logics... done ((TIME)).
< Computing traffic light logics... done ((TIME)).
<  0 traffic light(s) computed.
< Building inner edges... done ((TIME)).
< -----------------------------------------------------
< Summary:
<  Node type statistics:
<truncated after showing first 30 lines>
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="0.00,0.00" convBoundary="0.00,0.00,6039.00,0.00" origBoundary="0.00,0.00,6039.00,0.00" projParameter="!"/>

    <edge id=":obs7_0" function="internal">
        <lane id=":obs7_0_0" index="0" speed="40.00" length="0.10" shape="5713.17,-1.65 5713.17,-1.65"/>
    </edge>

    <edge id="1to7" from="obs1" to="obs7" priority="-1">
        <lane id="1to7_0" index="0" speed="40.00" length="5713.17" shape="0.00,-1.65 5713.17,-1.65"/>
    </edge>
    <edge id="7to8" from="obs7" to="obs8" priority="-1">
        <lane id="7to8_0" index="0" speed="40.00" length="325.83" shape="5713.17,-1.65 6039.00,-1.65"/>
    </edge>

    <junction id="obs1" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,-0.05 0.00,-3.25"/>
    <junction id="obs7" type="priority" x="5713.17" y="0.00" incLanes="1to7_0" intLanes=":obs7_0_0" shape="5713.17,-0.05 5713.17,-3.25 5713.17,-0.05">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="obs8" type="dead_end" x="6039.00" y="0.00" incLanes="7to8_0" intLanes="" shape="6039.00,-3.25 6039.00,-0.05"/>

    <connection from="1to7" to="7to8" fromLane="0" toLane="0" via=":obs7_0_0" dir="s" state="M"/>

    <connection from=":obs7_0" to="7to8" fromLane="0" toLane="0" dir="s" state="M"/>

</net>
---------- Missing result in results ----------
22.000 2.000 2.000 5.000 0.500 1.500 175.255830019
23.000 2.000 2.000 5.000 0.500 1.500 172.261267538
23.000 3.000 2.000 5.000 0.500 1.500 236.039049257
23.000 2.000 3.000 5.000 0.500 1.500 139.029768092
23.000 2.000 3.000 6.000 0.500 1.500 182.390733715
23.000 2.000 3.000 5.000 1.500 1.500 997.17280208
23.000 2.000 3.000 5.000 0.500 2.500 242.861779448
23.029 1.374 3.326 4.574 0.100 1.100 93.6399080166
23.032 1.872 3.354 4.538 0.100 1.100 93.5371813536
23.281 1.872 3.354 4.555 0.100 1.100 93.9274009267
22.997 1.908 3.376 5.035 0.100 1.100 92.5877930992
22.997 1.908 3.376 5.035 -0.077 1.277 105.154047537
22.973 1.883 3.875 5.041 0.100 1.100 92.6899092846
22.658 1.980 3.318 5.391 0.100 1.100 90.8465828257
22.218 2.030 3.269 5.617 0.100 1.100 88.0685934734
21.807 2.260 3.251 5.451 0.100 1.100 88.1263135637
22.218 2.030 3.269 5.617 -0.077 0.923 7089.2793658
22.218 2.030 3.269 5.617 0.454 1.453 145.124981792
22.231 2.016 3.021 5.592 0.100 1.100 88.0010401414
21.986 1.581 3.021 5.605 0.100 1.100 88.274784668
22.252 2.003 3.030 5.522 0.268 0.931 101.460819857
22.101 2.113 2.957 6.061 0.100 1.100 84.2450566357
21.990 2.230 2.880 6.528 0.100 1.100 75.3300634818
21.802 2.149 3.201 6.852 0.100 1.100 70.1666762619
21.941 2.548 3.383 7.047 0.100 1.100 65.7189698663
21.650 2.784 3.332 7.374 0.100 1.100 56.526123973
21.428 2.987 3.282 7.771 0.100 1.100 43.784412579
20.969 3.110 3.162 7.869 0.100 1.100 45.0449427211
21.428 2.987 3.282 7.771 0.276 0.923 58.3545863661
21.585 2.936 3.095 8.204 0.100 1.100 59.3334320362
<truncated after showing first 30 lines>
---------- Missing result in vss ----------
<vss>
    <step time ="24746" speed="14.0625"/>
    <step time ="24749" speed="13.5"/>
    <step time ="24752" speed="12.9807692308"/>
    <step time ="24753" speed="12.9807692308"/>
    <step time ="24755" speed="12.9807692308"/>
    <step time ="24757" speed="12.9807692308"/>
    <step time ="24759" speed="12.9807692308"/>
    <step time ="24761" speed="13.5"/>
    <step time ="24762" speed="13.5"/>
    <step time ="24765" speed="13.5"/>
    <step time ="24767" speed="14.0625"/>
    <step time ="24768" speed="13.5"/>
    <step time ="24770" speed="12.5"/>
    <step time ="24772" speed="12.5"/>
    <step time ="24774" speed="12.0535714286"/>
    <step time ="24777" speed="12.9807692308"/>
    <step time ="24780" speed="12.9807692308"/>
    <step time ="24784" speed="12.9807692308"/>
    <step time ="24786" speed="12.9807692308"/>
    <step time ="24787" speed="12.0535714286"/>
    <step time ="24790" speed="12.5"/>
    <step time ="24792" speed="12.9807692308"/>
    <step time ="24794" speed="12.9807692308"/>
    <step time ="24796" speed="13.5"/>
    <step time ="24798" speed="13.5"/>
    <step time ="24800" speed="13.5"/>
    <step time ="24803" speed="13.5"/>
    <step time ="24805" speed="12.5"/>
    <step time ="24806" speed="11.6379310345"/>
<truncated after showing first 30 lines>

Detailed information for the tests that had known bugs:

TEST had known bugs (bug 1691 (new)) on ts-sim-build-ba : netconvert dlr-navteq_roundtrip ( Last six runs Nov2017 )

******************************************************
Ticket #1691 (new defect: )
edge shapes at junctions get lost on matsim reimport
http://sumo.dlr.de/trac.wsgi/ticket/1691
Reported By: behrisch Owned by: 
Priority: major Milestone: 1.0.0
Component: net building (NETGEN, NETCONVERT) Version: 
Description:
matsim always include the node into the edge shape and thus a reimport does not give the same result. The same issue exists for dlr-navteq #1687
******************************************************
(This bug was triggered by text found in file 'net' matching '.*')
---------- Differences in net ----------
4c4
< <net version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
---
> <net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
6c6
<     <location netOffset="-399345.66,-5809365.64" convBoundary="-1.31,0.00,1737.68,767.39" origBoundary="13.519602,52.425528,13.545248,52.434465" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>
---
>     <location netOffset="-399345.66,-5809362.43" convBoundary="0.00,0.00,1737.68,770.60" origBoundary="1351960.240000,5242549.880000,1354524.800000,5243232.070000" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>
9c9
<         <lane id=":175648134_0_0" index="0" allow="bicycle" speed="5.56" length="4.82" shape="15.90,169.70 14.56,169.04 14.04,168.28 14.35,167.40 15.46,166.42"/>
---
>         <lane id=":175648134_0_0" index="0" allow="bicycle" speed="5.56" length="4.82" shape="15.89,172.91 14.56,172.25 14.04,171.49 14.34,170.61 15.46,169.63"/>
12,13c12,13
<         <lane id=":261599791_0_0" index="0" speed="27.78" length="0.10" shape="34.60,181.48 34.67,181.47"/>
<         <lane id=":261599791_0_1" index="1" speed="27.78" length="0.10" shape="34.18,178.21 34.20,178.20"/>
---
>         <lane id=":261599791_0_0" index="0" speed="27.78" length="0.28" shape="34.72,184.67 34.46,184.71"/>
>         <lane id=":261599791_0_1" index="1" speed="27.78" length="0.28" shape="34.30,181.40 34.00,181.44"/>
16c16
<         <lane id=":261599791_2_0" index="0" speed="27.78" length="2.41" shape="34.18,178.21 32.85,177.55 32.33,176.78"/>
---
>         <lane id=":261599791_2_0" index="0" speed="27.78" length="2.41" shape="34.30,181.40 32.97,180.73 32.46,179.97"/>
19c19
<         <lane id=":261599791_6_0" index="0" speed="27.78" length="2.41" shape="32.33,176.78 32.64,175.91 33.76,174.93"/>
---
>         <lane id=":261599791_6_0" index="0" speed="27.78" length="2.41" shape="32.46,179.97 32.76,179.10 33.89,178.12"/>
22,23c22,23
<         <lane id=":261599791_3_0" index="0" speed="27.78" length="0.10" shape="33.34,171.66 33.34,171.66"/>
<         <lane id=":261599791_3_1" index="1" speed="27.78" length="0.10" shape="33.75,174.93 33.76,174.93"/>
---
<truncated after showing first 30 lines>

TEST had known bugs (bug 1691 (new)) on ts-sim-build-ba : netconvert matsim_roundtrip ( Last six runs Nov2017 )

******************************************************
Ticket #1691 (new defect: )
edge shapes at junctions get lost on matsim reimport
http://sumo.dlr.de/trac.wsgi/ticket/1691
Reported By: behrisch Owned by: 
Priority: major Milestone: 1.0.0
Component: net building (NETGEN, NETCONVERT) Version: 
Description:
matsim always include the node into the edge shape and thus a reimport does not give the same result. The same issue exists for dlr-navteq #1687
******************************************************
(This bug was triggered by text found in file 'net' matching '.*')
---------- Differences in net ----------
4c4
< <net version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
---
> <net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
6c6
<     <location netOffset="-399345.66,-5809365.64" convBoundary="-1.31,0.00,1737.68,767.39" origBoundary="13.519602,52.425528,13.545248,52.434465" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>
---
>     <location netOffset="0.00,-19.68" convBoundary="0.00,0.00,1737.68,747.71" origBoundary="0.00,19.68,1737.68,767.39" projParameter="!"/>
9c9
<         <lane id=":175648134_0_0" index="0" allow="bicycle" speed="5.56" length="4.82" shape="15.90,169.70 14.56,169.04 14.04,168.28 14.35,167.40 15.46,166.42"/>
---
>         <lane id=":175648134_0_0" index="0" speed="5.56" length="4.82" shape="15.90,150.02 14.56,149.36 14.04,148.60 14.35,147.72 15.46,146.74"/>
12,13c12,13
<         <lane id=":261599791_0_0" index="0" speed="27.78" length="0.10" shape="34.60,181.48 34.67,181.47"/>
<         <lane id=":261599791_0_1" index="1" speed="27.78" length="0.10" shape="34.18,178.21 34.20,178.20"/>
---
>         <lane id=":261599791_0_0" index="0" speed="27.78" length="0.22" shape="34.72,161.78 34.53,161.81"/>
>         <lane id=":261599791_0_1" index="1" speed="27.78" length="0.22" shape="34.32,158.51 34.06,158.54"/>
16c16
<         <lane id=":261599791_2_0" index="0" speed="27.78" length="2.41" shape="34.18,178.21 32.85,177.55 32.33,176.78"/>
---
>         <lane id=":261599791_2_0" index="0" speed="27.78" length="2.41" shape="34.32,158.51 32.98,157.84 32.47,157.08"/>
19c19
<         <lane id=":261599791_6_0" index="0" speed="27.78" length="2.41" shape="32.33,176.78 32.64,175.91 33.76,174.93"/>
---
>         <lane id=":261599791_6_0" index="0" speed="27.78" length="2.41" shape="32.47,157.08 32.78,156.21 33.91,155.24"/>
22,23c22,23
<         <lane id=":261599791_3_0" index="0" speed="27.78" length="0.10" shape="33.34,171.66 33.34,171.66"/>
<         <lane id=":261599791_3_1" index="1" speed="27.78" length="0.10" shape="33.75,174.93 33.76,174.93"/>
---
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output one_vehicle ( Last six runs Nov2017 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
10c10
< success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (71.3, 71.4) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
12c12
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
14c14
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
18c18
< success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (71.3, 71.4) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
20c20
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
22c22
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
24c24
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) [('e1', -1.0), ('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
34c34
< success 0.1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0']
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output teleport ( Last six runs Nov2017 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
2c2
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
---
> success 0.1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
4c4
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
---
> success 0.1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
6c6
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
---
> success 1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
8c8
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
---
> success 1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
10c10
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
---
> success 10 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
12c12
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
---
> success 10 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
14c14
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
---
> success 100 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
16c16
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output teleport_multihop ( Last six runs Nov2017 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
34c34
< success 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (230.0, 230.1) [('e2', 9.99), ('e3', 10.0), ('edge', 9.99), ('lane', 9.99)]
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.1, 148.2) [('e2', 9.99), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
36c36
< success 0.1 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (148.1, 148.2) [('e2', 9.99), ('e3', 10.0), ('edge', 9.99), ('lane', 9.99)]
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.1, 148.2) [('e2', 9.99), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
38c38
< success 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (230.0, 231.0) [('e2', 9.99), ('e3', 10.0), ('edge', 9.99), ('lane', 9.99)]
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.0, 149.0) [('e2', 9.96), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
40c40
< success 1 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (148.0, 149.0) [('e2', 9.91), ('e3', 10.0), ('edge', 9.91), ('lane', 9.91)]
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.0, 149.0) [('e2', 9.96), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
42c42
< success 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (230.0, 240.0) [('e2', 9.42), ('e3', 9.9), ('edge', 9.42), ('lane', 9.42)]
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) [('e2', 9.98), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
44c44
< success 10 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (140.0, 150.0) [('e2', 9.96), ('e3', 9.99), ('edge', 9.96), ('lane', 9.96)]
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) [('e2', 9.98), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
46c46
< success 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (200.0, 300.0) [('e1', 10.0), ('e2', 9.22), ('e3', 5.71), ('edge', 9.22), ('lane', 9.22)]
---
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) [('e1', 10.0), ('e2', 7.95), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
48c48
< success 100 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (100.0, 200.0) [('e1', 9.53), ('e2', 5.82), ('e3', 6.93), ('edge', 5.82), ('lane', 5.82)]
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output two_same_vehicles ( Last six runs Nov2017 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
10c10
< success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (75.4, 75.5) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
12c12
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
14c14
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
18c18
< success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (75.4, 75.5) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
20c20
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
22c22
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
24c24
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) [('e1', -1.0), ('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
34c34
< success 0.1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0']
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output two_vehicles_diff_length ( Last six runs Nov2017 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
10c10
< success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.4, 76.5) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
12c12
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
14c14
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
18c18
< success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.4, 76.5) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
20c20
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
22c22
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
24c24
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) [('e1', -1.0), ('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
34c34
< success 0.1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0']
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output two_vehicles_diff_speed ( Last six runs Nov2017 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
0a1,48
> Loading configuration... done.
> failed 0.1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.4, 38.5) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> Loading configuration... done.
> failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) [('e2', 9.64), ('e3', 9.5), ('edge', 9.64), ('lane', 9.64)]
> Loading configuration... done.
> failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) [('e2', 9.86), ('e3', 9.5), ('edge', 9.86), ('lane', 9.86)]
> Loading configuration... done.
> failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) [('e2', 9.62), ('e3', 9.5), ('edge', 9.62), ('lane', 9.62)]
> Loading configuration... done.
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> Loading configuration... done.
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) [('e2', 9.64), ('e3', 9.5), ('edge', 9.64), ('lane', 9.64)]
> Loading configuration... done.
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) [('e2', 9.86), ('e3', 9.5), ('edge', 9.86), ('lane', 9.86)]
> Loading configuration... done.
> failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) [('e1', 9.5), ('e2', 9.53), ('e3', 9.5), ('edge', 9.47), ('lane', 9.47)]
> Loading configuration... done.
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> Loading configuration... done.
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) [('e2', 9.64), ('e3', 9.5), ('edge', 9.64), ('lane', 9.64)]
> Loading configuration... done.
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) [('e2', 9.86), ('e3', 9.5), ('edge', 9.86), ('lane', 9.86)]
> Loading configuration... done.
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) [('e1', 9.5), ('e2', 9.53), ('e3', 9.5), ('edge', 9.47), ('lane', 9.47)]
> Loading configuration... done.
> failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> Loading configuration... done.
> failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> Loading configuration... done.
<truncated after showing first 30 lines>

TEST had known bugs (bug 3522 (new)) on ts-sim-build-ba : traci pythonApi bugs ticket3522 ( Last six runs Nov2017 )

******************************************************
Ticket #3522 (new enhancement: )
Save CF parameters that were changed over traci.
http://sumo.dlr.de/trac.wsgi/ticket/3522
Reported By: leo Owned by: 
Priority: major Milestone: 1.1.0
Component: simulation data output Version: 
Description:
Currently these are not saved.
******************************************************
(This bug was triggered by text found in file 'output' matching '(0.0, '== 1.0')')
---------- Differences in output ----------
20,26c20,26
< (0.0, '== 0.0')
< (0.5, '== 0.0')
< (3.5, '== 0.0')
< (2.5, '== 0.0')
< (3.5, '== 0.0')
< (3.5, '== 0.0')
< (1.0, '== 0.0')
---
> (0.0, '== 1.0')
> (0.5, '== 1.0')
> (3.5, '== 2.0')
> (2.5, '== 3.0')
> (3.5, '== 6.0')
> (3.5, '== 7.0')
> (1.0, '== 1.3')
28,34c28,34
< (0.0, '== 0.0')
< (0.5, '== 0.0')
< (4.5, '== 0.0')
< (2.5, '== 0.0')
< (4.5, '== 0.0')
< (4.5, '== 0.0')
< (1.0, '== 0.0')
---
> (0.0, '== 1.0')
> (0.5, '== 1.0')
> (4.5, '== 2.0')
> (2.5, '== 3.0')
> (4.5, '== 6.0')
<truncated after showing first 30 lines>

TEST had known bugs (bug 2465 (assigned)) on ts-sim-build-ba : traci pythonApi distance_after_reroute ( Last six runs Nov2017 )

******************************************************
Ticket #2465 (assigned defect: )
traci distance request is incorrect after rerouting
http://sumo.dlr.de/trac.wsgi/ticket/2465
Reported By: behrisch Owned by: hilb_ro
Priority: major Milestone: 1.0.0
Component: TraCI Version: 
Description:
retrieving the already driven distance (0xa4 0x84) gives incorrect values (starting from the rerouting edge instead of the beginning)
******************************************************
(This bug was triggered by text found in file 'output' matching '162')
---------- Differences in output ----------
7c7
< 1165.0
---
> 162.04

TEST had known bugs (see #3263) on ts-sim-build-ba : traci pythonApi moveToXY keepRoute2 ( Last six runs Nov2017 )

mapping failure
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
0a1
> internal corner (inside, segment2) failed: x=198, x2=198.0,   y=1.9, y2=1.9,   lane=middle_0, lane2=middle_0, pos=102, pos2=98.0   posLat=2.0 posLat2=1.9