texttest -a complex -d /home/delphi/coverageGcc/sumo/tests -reconnect /home/delphi/coverageGcc/texttesttmp/coverage_gcc4_64.30Sep140832.3637759 -g
texttest -a complex -d /home/delphi/coverageGcc/sumo/tests
---------- Differences in errors ---------- 0a1,16 > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tools/fcdReplay.py", line 92, in <module> > main() > File "/home/delphi/coverageGcc/sumo/tests/../tools/fcdReplay.py", line 76, in main > traci.poi.add(obj.id, obj.x, obj.y, (255, 0, 0, 255)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 45920), raddr=('127.0.0.1', 43757)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1077842 is still running
---------- Differences in errors ---------- 0a1,17 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/bugs/ticket7057/runner.py", line 36, in <module> > traci.poi.add("poi0", 0, 0, red) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 40300), raddr=('127.0.0.1', 34007)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081085 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,10d0 < pois in range {'poi0': {}} < added poi1 < pois in range {'poi0': {}, 'poi1': {}} < removed poi0 < pois in range {'poi1': {}} < polys in range {'poly0': {}} < added poly1 < polys in range [('poly0', {}), ('poly1', {})] < removed poly1 < polys in range {'poly0': {}}
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 135, in <module> > runSingle(1000, float(sys.argv[2]), traci.edge, "1fi") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 38552), raddr=('127.0.0.1', 45861)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081829 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['1fi'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 135, in <module> > runSingle(1000, float(sys.argv[2]), traci.edge, "1fi") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 57308), raddr=('127.0.0.1', 36405)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081828 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['1fi'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 139, in <module> > runSingle(1000, float(sys.argv[2]), traci.junction, "0") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 41846), raddr=('127.0.0.1', 51973)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081832 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['0'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 139, in <module> > runSingle(1000, float(sys.argv[2]), traci.junction, "0") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 49474), raddr=('127.0.0.1', 38515)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081837 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['0'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 137, in <module> > runSingle(1000, float(sys.argv[2]), traci.lane, "2si_0") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47288), raddr=('127.0.0.1', 34841)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081836 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['2si_0'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 137, in <module> > runSingle(1000, float(sys.argv[2]), traci.lane, "2si_0") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 57704), raddr=('127.0.0.1', 46315)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081831 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['2si_0'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 145, in <module> > runSingle(1000, float(sys.argv[2]), traci.person, "p0") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 35978), raddr=('127.0.0.1', 49895)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081884 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['p0'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 145, in <module> > runSingle(1000, float(sys.argv[2]), traci.person, "p0") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 37218), raddr=('127.0.0.1', 51861)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081931 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['p0'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 141, in <module> > runSingle(1000, float(sys.argv[2]), traci.poi, "poi") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 42052), raddr=('127.0.0.1', 56217)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081838 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['poi'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 141, in <module> > runSingle(1000, float(sys.argv[2]), traci.poi, "poi") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 43988), raddr=('127.0.0.1', 56595)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081880 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['poi'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 143, in <module> > runSingle(1000, float(sys.argv[2]), traci.polygon, "poly") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 43174), raddr=('127.0.0.1', 46547)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081883 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['poly'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 143, in <module> > runSingle(1000, float(sys.argv[2]), traci.polygon, "poly") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 39576), raddr=('127.0.0.1', 33419)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081886 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['poly'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 133, in <module> > runSingle(1000, float(sys.argv[2]), traci.vehicle, "ego") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 45902), raddr=('127.0.0.1', 45221)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081733 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['ego'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,19 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 133, in <module> > runSingle(1000, float(sys.argv[2]), traci.vehicle, "ego") > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/contextSubscriptions/runner.py", line 53, in runSingle > traci.poi.add("poi", 400, 500, (1, 0, 0, 0)) > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 52738), raddr=('127.0.0.1', 47085)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1081734 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 1,4d0 < ['ego'] < Ok: Unsubscribe successful < Print ended at step 1003.0 < Ok: Subscription and computed are same
---------- Differences in errors ---------- 0a1,14 > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/gui/polygon_dynamics_gui/runner.py", line 291, in <module> > traci.poi.add(poiID, 350, 510, (255, 255, 255, 255), "test", 0, "img.jpeg") > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 53406), raddr=('127.0.0.1', 48753)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1077862 is still running ---------- Differences in output ---------- 233,256d232 < adding myPOI1 < pois ('myPOI0', 'myPOI1', 'poi1', 'poi2') < poi count 4 < polygons ('myPOI0_hl1', 'myPOI1_hl0') < polygon count 2 < # examining myPOI0_hl1 < shape ((370.0, 510.0), (371.0, 510.0), (370.64243509336194, 513.858739874148), (369.58191681749145, 517.5860749899302), (367.8545598503219, 521.0550754204245), (365.5191872616338, 524.1476085165777), (362.6553273639644, 526.758361772885), (359.3605054713073, 528.7984291184563), (355.7469227915137, 530.1983385066292), (351.93763554872936, 530.9104177021957), (348.06236445127064, 530.9104177021957), (344.2530772084863, 530.1983385066292), (340.6394945286927, 528.7984291184563), (337.344672636035 6, 526.758361772885), (334.4808127383661, 524.1476085165777), (332.1454401496781, 521.0550754204245), (330.41808318250855, 517.5860749899302), (329.35756490663806, 513.858739874148), (329.0, 510.0), (329.35756490663806, 506.141260125852), (330.41808318250855, 502.4139250100698), (332.1454401496781, 498.9449245795755), (334.4808127383662, 495.8523914834223), (337.3446726360356, 493.241638227115), (340.6394945286927, 491.2015708815437), (344.2530772084863, 489.80166149337083), (348.06236445127064, 489.08958229780427), (351.93763554872936, 489.08958229780427), (355.7469227915137, 489.80166149337083), (359.3605054713073, 491.20157088154366), (362.6553273639644, 493.24163822711495), (365.5191872616338, 495.8523914834223), (367.8545598503219, 498.9449245795755), (369.58191681749145, 502.41392501006976), (370.64243509336194, 506.14126012585206), (371.0, 510.0), (370.0, 510.0), (369.65946199367806, 506.3250096436686), (368.64944458808714, 502.77516667625696), (367.00434271459227, 499.471356742 4529), (364.7801783444132, 496.5260871270689), (362.0526927275851, 494.0396554543952), (358.91476711553076, 492.0967341728988), (355.47325980144166, 490.76348713654363), (351.845367189266, 490.08531647409933), (348.154632810734, 490.08531647409933), (344.52674019855834, 490.76348713654363), (341.08523288446924, 492.0967341728988), (337.9473072724149, 494.0396554543952), (335.2198216555868, 496.5260871270689), (332.99565728540773, 499.4713567424529), (331.35055541191286, 502.77516667625696), (330 .34053800632194, 506.3250096436686), (330.0, 510.0), (330.34053800632194, 513.6749903563314), (331.35055541191286, 517.224833323743), (332.99565728540773, 520.5286432575472), (335.2198216555868, 523.4739128729311), (337.94730727241483, 525.9603445456048), (341.08523288446924, 527.9032658271012), (344.52674019855834, 529.2365128634564), (348.154632810734, 529.9146835259007), (351.845367189266, 529.9146835259007), (355.47325980144166, 529.2365128634564), (358.91476711553076, 527.9032658271012), (3 62.0526927275851, 525.9603445456048), (364.7801783444132, 523.4739128729311), (367.00434271459227, 520.5286432575472), (368.64944458808714, 517.224833323743), (369.65946199367806, 513.6749903563314), (370.0, 510.0)) < type highlight < color (55, 55, 100, 255) < filled True < # examining myPOI1_hl0 < shape ((370.9899494936612, 510.0), (371.9899494936612, 510.0), (371.95606682199855, 510.36565225993957), (371.8555726407563, 510.71885267071843), (371.6918891587472, 511.04757341596473), (371.4705904206343, 511.3406203049562), (371.19921248952556, 511.5880139773592), (370.8869968153829, 511.7813297383761), (370.54457552852773, 511.91398445162207), (370.1836093751949, 511.98146071993943), (369.8163906248051, 511.98146071993943), (369.45542447147227, 511.91398445162207), (369.1130031846171, 511. 7813297383761), (368.80078751047444, 511.5880139773592), (368.5294095793657, 511.3406203049562), (368.3081108412528, 511.04757341596473), (368.1444273592437, 510.71885267071843), (368.04393317800145, 510.36565225993957), (368.0100505063388, 510.0), (368.04393317800145, 509.63434774006043), (368.1444273592437, 509.28114732928157), (368.3081108412528, 508.95242658403527), (368.5294095793657, 508.6593796950438), (368.80078751047444, 508.4119860226408), (369.1130031846171, 508.2186702616239), (369.4 5542447147227, 508.08601554837793), (369.8163906248051, 508.01853928006057), (370.1836093751949, 508.01853928006057), (370.54457552852773, 508.08601554837793), (370.8869968153829, 508.2186702616239), (371.19921248952556, 508.4119860226408), (371.4705904206343, 508.6593796950438), (371.6918891587472, 508.95242658403527), (371.8555726407563, 509.28114732928157), (371.95606682199855, 509.63434774006043), (371.9899494936612, 510.0), (370.9899494936612, 510.0), (370.9730937223146, 509.818097257877), (370.9231004113519, 509.6423889954687), (370.84167202301757, 509.47885874691264), (370.7315815034137, 509.3330753386904), (370.5965778531463, 509.21000324992104), (370.44125845960633, 509.113833552979), (370.27091253845566, 509.04784119155073), (370.09134101573164, 509.0142734563556), (369.90865898426836, 509.0142734563556), (369.72908746154434, 509.04784119155073), (369.55874154039367, 509.113833552979), (369.4034221468537, 509.21000324992104), (369.2684184965863, 509.3330753386904), (369.15832 797698243, 509.47885874691264), (369.0768995886481, 509.6423889954687), (369.0269062776854, 509.818097257877), (369.0100505063388, 510.0), (369.0269062776854, 510.181902742123), (369.0768995886481, 510.3576110045313), (369.15832797698243, 510.52114125308736), (369.2684184965863, 510.6669246613096), (369.4034221468537, 510.78999675007896), (369.55874154039367, 510.886166447021), (369.72908746154434, 510.95215880844927), (369.90865898426836, 510.9857265436444), (370.09134101573164, 510.98572654364 44), (370.27091253845566, 510.95215880844927), (370.44125845960633, 510.886166447021), (370.5965778531463, 510.78999675007896), (370.7315815034137, 510.6669246613096), (370.84167202301757, 510.52114125308736), (370.9231004113519, 510.3576110045313), (370.9730937223146, 510.181902742123), (370.9899494936612, 510.0)) < type highlight < color (0, 0, 255, 255) < filled True < step 125 < step 126 < step 127 < step 128 < step 129 < pois ('myPOI0', 'myPOI1', 'poi1', 'poi2') < poi count 4 < polygons () < polygon count 0
---------- Differences in errors ---------- 0a1,17 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/poi/poi/runner.py", line 50, in <module> > traci.poi.add(poiID, 1, 1, (1, 2, 3, 4), "test") > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 46358), raddr=('127.0.0.1', 51459)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1084627 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 5,53d4 < pois ('0', 'poi1', 'poi2') < poi count 3 < examining 0 < pos (1.0, 1.0) < type test < color (1, 2, 3, 4) < width 1.0 < height 1.0 < angle 0.0 < {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) < width 2.0 < height 2.0 < angle 2.0 < ImageFile: testImage.png < pois ('0', 'p2', 'poi1', 'poi2') < poi count 4 < examining p2 <truncated after showing first 30 lines>
---------- Differences in errors ---------- 6a7,23 > Error: Answered with error to command 0xc7: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > Traceback (most recent call last): > File "/home/delphi/coverageGcc/sumo/tests/../tests/complex/traci/polygon/polygon_dynamics/runner.py", line 285, in <module> > traci.poi.add(poiID, 350, 510, (255, 255, 255, 255), "test", 0, "img.jpeg") > File "/home/delphi/coverageGcc/sumo/tools/traci/_poi.py", line 137, in add > self._setCmd(tc.ADD, poiID, "tsciosddd", 8, poiType, color, layer, (x, y), imgFile, width, height, angle) > File "/home/delphi/coverageGcc/sumo/tools/traci/domain.py", line 164, in _setCmd > self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values) > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 231, in _sendCmd > return self._sendExact() > File "/home/delphi/coverageGcc/sumo/tools/traci/connection.py", line 144, in _sendExact > raise TraCIException(err, prefix[1], _RESULTS[prefix[2]]) > traci.exceptions.TraCIException: Adding a PoI requires either only type, color, layer and position parameters or these and icon, imageFile, width, height and angle parameters. > sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 38692), raddr=('127.0.0.1', 51137)> > /usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 1084637 is still running > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 233,261d232 < adding myPOI1 < pois ('myPOI0', 'myPOI1', 'poi1', 'poi2') < poi count 4 < polygons ('myPOI0_hl0', 'myPOI0_hl1', 'myPOI1_hl0') < polygon count 3 < # examining myPOI0_hl0 < shape ((350.9899494936612, 510.0), (351.9899494936612, 510.0), (351.95606682199855, 510.36565225993957), (351.8555726407563, 510.71885267071843), (351.6918891587472, 511.04757341596473), (351.4705904206343, 511.3406203049562), (351.19921248952556, 511.5880139773592), (350.8869968153829, 511.7813297383761), (350.54457552852773, 511.91398445162207), (350.1836093751949, 511.98146071993943), (349.8163906248051, 511.98146071993943), (349.45542447147227, 511.91398445162207), (349.1130031846171, 511. 7813297383761), (348.80078751047444, 511.5880139773592), (348.5294095793657, 511.3406203049562), (348.3081108412528, 511.04757341596473), (348.1444273592437, 510.71885267071843), (348.04393317800145, 510.36565225993957), (348.0100505063388, 510.0), (348.04393317800145, 509.63434774006043), (348.1444273592437, 509.28114732928157), (348.3081108412528, 508.95242658403527), (348.5294095793657, 508.6593796950438), (348.80078751047444, 508.4119860226408), (349.1130031846171, 508.2186702616239), (349.4 5542447147227, 508.08601554837793), (349.8163906248051, 508.01853928006057), (350.1836093751949, 508.01853928006057), (350.54457552852773, 508.08601554837793), (350.8869968153829, 508.2186702616239), (351.19921248952556, 508.4119860226408), (351.4705904206343, 508.6593796950438), (351.6918891587472, 508.95242658403527), (351.8555726407563, 509.28114732928157), (351.95606682199855, 509.63434774006043), (351.9899494936612, 510.0), (350.9899494936612, 510.0), (350.9730937223146, 509.818097257877), (350.9231004113519, 509.6423889954687), (350.84167202301757, 509.47885874691264), (350.7315815034137, 509.3330753386904), (350.5965778531463, 509.21000324992104), (350.44125845960633, 509.113833552979), (350.27091253845566, 509.04784119155073), (350.09134101573164, 509.0142734563556), (349.90865898426836, 509.0142734563556), (349.72908746154434, 509.04784119155073), (349.55874154039367, 509.113833552979), (349.4034221468537, 509.21000324992104), (349.2684184965863, 509.3330753386904), (349.15832 797698243, 509.47885874691264), (349.0768995886481, 509.6423889954687), (349.0269062776854, 509.818097257877), (349.0100505063388, 510.0), (349.0269062776854, 510.181902742123), (349.0768995886481, 510.3576110045313), (349.15832797698243, 510.52114125308736), (349.2684184965863, 510.6669246613096), (349.4034221468537, 510.78999675007896), (349.55874154039367, 510.886166447021), (349.72908746154434, 510.95215880844927), (349.90865898426836, 510.9857265436444), (350.09134101573164, 510.98572654364 44), (350.27091253845566, 510.95215880844927), (350.44125845960633, 510.886166447021), (350.5965778531463, 510.78999675007896), (350.7315815034137, 510.6669246613096), (350.84167202301757, 510.52114125308736), (350.9231004113519, 510.3576110045313), (350.9730937223146, 510.181902742123), (350.9899494936612, 510.0)) < type highlight < color (0, 0, 255, 255) < filled True < # examining myPOI0_hl1 < shape ((370.0, 510.0), (371.0, 510.0), (370.64243509336194, 513.858739874148), (369.58191681749145, 517.5860749899302), (367.8545598503219, 521.0550754204245), (365.5191872616338, 524.1476085165777), (362.6553273639644, 526.758361772885), (359.3605054713073, 528.7984291184563), (355.7469227915137, 530.1983385066292), (351.93763554872936, 530.9104177021957), (348.06236445127064, 530.9104177021957), (344.2530772084863, 530.1983385066292), (340.6394945286927, 528.7984291184563), (337.344672636035 6, 526.758361772885), (334.4808127383661, 524.1476085165777), (332.1454401496781, 521.0550754204245), (330.41808318250855, 517.5860749899302), (329.35756490663806, 513.858739874148), (329.0, 510.0), (329.35756490663806, 506.141260125852), (330.41808318250855, 502.4139250100698), (332.1454401496781, 498.9449245795755), (334.4808127383662, 495.8523914834223), (337.3446726360356, 493.241638227115), (340.6394945286927, 491.2015708815437), (344.2530772084863, 489.80166149337083), (348.06236445127064, 489.08958229780427), (351.93763554872936, 489.08958229780427), (355.7469227915137, 489.80166149337083), (359.3605054713073, 491.20157088154366), (362.6553273639644, 493.24163822711495), (365.5191872616338, 495.8523914834223), (367.8545598503219, 498.9449245795755), (369.58191681749145, 502.41392501006976), (370.64243509336194, 506.14126012585206), (371.0, 510.0), (370.0, 510.0), (369.65946199367806, 506.3250096436686), (368.64944458808714, 502.77516667625696), (367.00434271459227, 499.471356742 4529), (364.7801783444132, 496.5260871270689), (362.0526927275851, 494.0396554543952), (358.91476711553076, 492.0967341728988), (355.47325980144166, 490.76348713654363), (351.845367189266, 490.08531647409933), (348.154632810734, 490.08531647409933), (344.52674019855834, 490.76348713654363), (341.08523288446924, 492.0967341728988), (337.9473072724149, 494.0396554543952), (335.2198216555868, 496.5260871270689), (332.99565728540773, 499.4713567424529), (331.35055541191286, 502.77516667625696), (330 .34053800632194, 506.3250096436686), (330.0, 510.0), (330.34053800632194, 513.6749903563314), (331.35055541191286, 517.224833323743), (332.99565728540773, 520.5286432575472), (335.2198216555868, 523.4739128729311), (337.94730727241483, 525.9603445456048), (341.08523288446924, 527.9032658271012), (344.52674019855834, 529.2365128634564), (348.154632810734, 529.9146835259007), (351.845367189266, 529.9146835259007), (355.47325980144166, 529.2365128634564), (358.91476711553076, 527.9032658271012), (3 62.0526927275851, 525.9603445456048), (364.7801783444132, 523.4739128729311), (367.00434271459227, 520.5286432575472), (368.64944458808714, 517.224833323743), (369.65946199367806, 513.6749903563314), (370.0, 510.0)) < type highlight < color (55, 55, 100, 255) < filled True < # examining myPOI1_hl0 < shape ((370.9899494936612, 510.0), (371.9899494936612, 510.0), (371.95606682199855, 510.36565225993957), (371.8555726407563, 510.71885267071843), (371.6918891587472, 511.04757341596473), (371.4705904206343, 511.3406203049562), (371.19921248952556, 511.5880139773592), (370.8869968153829, 511.7813297383761), (370.54457552852773, 511.91398445162207), (370.1836093751949, 511.98146071993943), (369.8163906248051, 511.98146071993943), (369.45542447147227, 511.91398445162207), (369.1130031846171, 511. 7813297383761), (368.80078751047444, 511.5880139773592), (368.5294095793657, 511.3406203049562), (368.3081108412528, 511.04757341596473), (368.1444273592437, 510.71885267071843), (368.04393317800145, 510.36565225993957), (368.0100505063388, 510.0), (368.04393317800145, 509.63434774006043), (368.1444273592437, 509.28114732928157), (368.3081108412528, 508.95242658403527), (368.5294095793657, 508.6593796950438), (368.80078751047444, 508.4119860226408), (369.1130031846171, 508.2186702616239), (369.4 5542447147227, 508.08601554837793), (369.8163906248051, 508.01853928006057), (370.1836093751949, 508.01853928006057), (370.54457552852773, 508.08601554837793), (370.8869968153829, 508.2186702616239), (371.19921248952556, 508.4119860226408), (371.4705904206343, 508.6593796950438), (371.6918891587472, 508.95242658403527), (371.8555726407563, 509.28114732928157), (371.95606682199855, 509.63434774006043), (371.9899494936612, 510.0), (370.9899494936612, 510.0), (370.9730937223146, 509.818097257877), (370.9231004113519, 509.6423889954687), (370.84167202301757, 509.47885874691264), (370.7315815034137, 509.3330753386904), (370.5965778531463, 509.21000324992104), (370.44125845960633, 509.113833552979), (370.27091253845566, 509.04784119155073), (370.09134101573164, 509.0142734563556), (369.90865898426836, 509.0142734563556), (369.72908746154434, 509.04784119155073), (369.55874154039367, 509.113833552979), (369.4034221468537, 509.21000324992104), (369.2684184965863, 509.3330753386904), (369.15832 797698243, 509.47885874691264), (369.0768995886481, 509.6423889954687), (369.0269062776854, 509.818097257877), (369.0100505063388, 510.0), (369.0269062776854, 510.181902742123), (369.0768995886481, 510.3576110045313), (369.15832797698243, 510.52114125308736), (369.2684184965863, 510.6669246613096), (369.4034221468537, 510.78999675007896), (369.55874154039367, 510.886166447021), (369.72908746154434, 510.95215880844927), (369.90865898426836, 510.9857265436444), (370.09134101573164, 510.98572654364 44), (370.27091253845566, 510.95215880844927), (370.44125845960633, 510.886166447021), (370.5965778531463, 510.78999675007896), (370.7315815034137, 510.6669246613096), (370.84167202301757, 510.52114125308736), (370.9231004113519, 510.3576110045313), (370.9730937223146, 510.181902742123), (370.9899494936612, 510.0)) < type highlight < color (0, 0, 255, 255) < filled True < step 125 < step 126 < step 127 < step 128 < step 129 < pois ('myPOI0', 'myPOI1', 'poi1', 'poi2') < poi count 4 < polygons () < polygon count 0 <truncated after showing first 30 lines>
dynamic ToC triggered despite stop present on vehicle's lane continuation (This bug was triggered by text found in file 'tocs' matching 'DYNTOR')
different outputs from detectors which should detect the same (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 5,7c5,7 < success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] < success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] < success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (71.4, 71.5) <zip object at 0x7f651d304180> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x7f651d2ae6c0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f651d2aff40> 9,12c9,12 < success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (71.4, 71.5) <zip object at 0x7f651d2ae140> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x7f651d2caf80> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f651d2ca2c0> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x7f651d2ca500> 17,19c17,19 < success 0.1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] < success 1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] < success 10 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x7f651d2cbbc0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x7f651d2caac0> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f651d2c92c0> 21,50c21,24 < success 0.1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] < success 1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] < success 10 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] <truncated after showing first 30 lines>
different outputs from detectors which should detect the same (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 1,98c1,48 < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0'] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (108.6, 108.7) [9.9, 10.0, 9.9, 9.9] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (108.6, 108.7) [9.9, 10.0, 9.9, 9.9] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (108.0, 109.0) [9.87, 10.0, 9.87, 9.87] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (108.0, 109.0) [9.87, 10.0, 9.87, 9.87] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 110.0) [9.85, 9.96, 9.85, 9.85] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 110.0) [9.85, 9.96, 9.85, 9.85] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) [-1.0, 2.26, 3.2, 2.27, 2.27] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) [-1.0, 2.26, 3.2, 2.27, 2.27] < success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0'] < success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0'] < success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0'] <truncated after showing first 30 lines>
different outputs from detectors which should detect the same (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 17,24c17,24 < 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)] < 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)] < 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)] < 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)] < 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)] < 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)] < 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)] < 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)] --- > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x7fb4f5010200> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x7fb4f50080c0> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x7fb4f4ba5b00> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x7fb4f4bbf140> > failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x7fb4f624bc00> > failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x7fb4f62b7080> > failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x7fb4f7062ac0> > failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x7fb4f4ffe5c0> 41,98c41,48 < success 0.1 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (245.0, 246.0) [('e2', 8.92), ('e3', 10.0), ('edge', 8.92), ('lane', 8.92)] < success 0.1 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (150.0, 151.0) [('e2', 9.82), ('e3', 10.0), ('edge', 9.82), ('lane', 9.82)] < success 1 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (245.0, 246.0) [('e2', 8.92), ('e3', 10.0), ('edge', 8.92), ('lane', 8.92)] < success 1 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (150.0, 151.0) [('e2', 9.82), ('e3', 10.0), ('edge', 9.82), ('lane', 9.82)] < success 10 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (240.0, 250.0) [('e2', 9.9), ('e3', 10.0), ('edge', 9.9), ('lane', 9.9)] < success 10 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (150.0, 160.0) [('e2', 9.15), ('e3', 9.84), ('edge', 9.15), ('lane', 9.15)] < success 100 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (200.0, 300.0) [('e1', 10.0), ('e2', 9.41), ('e3', 5.84), ('edge', 9.41), ('lane', 9.41)] < success 100 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (100.0, 200.0) [('e1', 10.0), ('e2', 5.94), ('e3', 7.08), ('edge', 5.94), ('lane', 5.94)] < -- Unordered text as found by filter '^Loading configuration ... done.' -- < Loading configuration ... done. < Loading configuration ... done. <truncated after showing first 30 lines>
different outputs from detectors which should detect the same (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 9,24c9,24 < failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)] < failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)] < failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)] < failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)] < failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)] < failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)] < failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)] < failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)] < failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)] < failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)] < failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)] < failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)] < failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)] < failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)] < failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)] < failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)] --- > failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x7f53b3e2e300> > failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x7f53b3e6b900> > failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x7f53b3e37480> > failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x7f53b3e36280> > failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x7f53b3e35880> > failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x7f53b3e35780> > failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x7f53b3e36c80> > failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x7f53b3e36880> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x7f53b3e36880> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x7f53b3e5e8c0> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x7f53b3a01bc0> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x7f53b3e34c00> <truncated after showing first 30 lines>
different outputs from detectors which should detect the same (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 5,7c5,7 < success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] < success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] < success 10 ['--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) <zip object at 0x7f2fef47e180> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x7f2fef457ec0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f2fef456440> 9,12c9,12 < success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 100 ['--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) <zip object at 0x7f2fef456740> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x7f2fef43a200> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f2fef43bdc0> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x7f2fef439380> 17,19c17,19 < success 0.1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] < success 1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] < success 10 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x7f2fef439ac0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x7f2fef43aec0> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f2fef43bfc0> 21,50c21,24 < success 0.1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] < success 1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] < success 10 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] <truncated after showing first 30 lines>
different outputs from detectors which should detect the same (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 5,7c5,7 < success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] < success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] < success 10 ['--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) <zip object at 0x7f4321994340> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x7f4321960dc0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f4321962a80> 9,12c9,12 < success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 100 ['--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) <zip object at 0x7f4321962c80> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x7f43219bf540> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f43219bca40> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x7f43219bc900> 17,19c17,19 < success 0.1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] < success 1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] < success 10 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x7f43219bfe80> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x7f43219bc680> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x7f43219bf540> 21,50c21,24 < success 0.1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] < success 1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] < success 10 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] <truncated after showing first 30 lines>
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,24 > failed 0.1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x7fdb6bedf580> > failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x7fdb6bd7e780> > failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x7fdb6bd39080> > failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x7fdb6bd84b40> > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x7fdb6bd97f80> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x7fdb6bd3a5c0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x7fdb6bd3a680> > failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x7fdb6bd3a300> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x7fdb6bd3a380> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x7fdb6bd599c0> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x7fdb6bd5a440> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x7fdb6bd5a9c0> > failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x7fdb6bd5afc0> > failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x7fdb6bd5afc0> > failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x7fdb6bd5af40> > failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x7fdb6bd5afc0> > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x7fdb6bd59080> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x7fdb6bd583c0> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x7fdb6bd5a1c0> > failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x7fdb6bd5a1c0> > failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x7fdb6bd5bac0> > failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x7fdb6bd85300> > failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x7fdb6bd86640> > failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x7fdb6bd85c40>
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