06Jun20rv1_6_0+0572-cf1cd26185 - detailed test results for TOOLS

To reconnect the TextTest GUI to these results, run:

texttest -a tools -d /home/delphi/gcc/sumo/tests -reconnect /home/delphi/gcc/texttesttmp/gcc4_64.30Jun001902.18020 -g

To start TextTest for these tests, run:

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


default: 570 tests: 559 succeeded 8 FAILED 3 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : build checkStyle complex ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,2
> Traceback (most recent call last):
> OSError: [Errno 11] Resource temporarily unavailable
---------- Differences in output ----------
0a1,13
> traci/bugs/ticket7057/runner.py:31:5: E128 continuation line under-indented for visual indent
> traci/bugs/ticket7057/runner.py:32:5: E128 continuation line under-indented for visual indent
> traci/bugs/ticket7057/runner.py:34:11: E231 missing whitespace after ','
> traci/bugs/ticket7057/runner.py:34:13: E231 missing whitespace after ','
> traci/bugs/ticket7057/runner.py:36:31: E231 missing whitespace after ','
> traci/bugs/ticket7057/runner.py:36:38: E231 missing whitespace after ','
> traci/chargingstation/chargingstation/runner.py:30:42: W291 trailing whitespace
> traci/chargingstation/chargingstation/runner.py:31:5: E128 continuation line under-indented for visual indent
> traci/chargingstation/chargingstation/runner.py:32:5: E128 continuation line under-indented for visual indent
> traci/chargingstation/chargingstation/runner.py:33:5: E128 continuation line under-indented for visual indent
> traci/chargingstation/chargingstation/runner.py:34:5: E128 continuation line under-indented for visual indent
> traci/chargingstation/chargingstation/runner.py:35:5: E124 closing bracket does not match visual indentation
> This seems to be no valid git repository /home/delphi/gcc/sumo/tests/complex [Errno 11] Resource temporarily unavailable

TEST FAILED on ts-sim-build-ba : build checkStyle netedit ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,7
> svn: E155007: »/home/delphi/gcc/sumo/tests/netedit« ist keine Arbeitskopie
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/build/checkStyle.py", line 355, in <module>
>     output = subprocess.check_output(["svn", "pl", "-v", "-R", "--xml", repoRoot])
>   File "/usr/lib/python2.7/subprocess.py", line 223, in check_output
>     raise CalledProcessError(retcode, cmd, output=output)
> subprocess.CalledProcessError: Command '['svn', 'pl', '-v', '-R', '--xml', '/home/delphi/gcc/sumo/tests/netedit']' returned non-zero exit status 1
---------- Differences in output ----------
0a1
> This seems to be no valid git repository /home/delphi/gcc/sumo/tests/netedit [Errno 11] Resource temporarily unavailable

TEST FAILED on ts-sim-build-ba : build checkStyle netedit_additionals ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,2
> Traceback (most recent call last):
> OSError: [Errno 11] Resource temporarily unavailable
---------- Differences in output ----------
0a1
> This seems to be no valid git repository /home/delphi/gcc/sumo/tests/netedit/additionalElements [Errno 11] Resource temporarily unavailable

TEST FAILED on ts-sim-build-ba : build checkStyle netedit_demand ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,70
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
> BlockingIOError: [Errno 11] Resource temporarily unavailable
> Traceback (most recent call last):
>   File "/usr/bin/flake8", line 11, in <module>
>     load_entry_point('flake8==3.5.0', 'console_scripts', 'flake8')()
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : build checkStyle tools ( Last six runs Jun2020 )

---------- Differences in errors ----------
0a1,2
> Traceback (most recent call last):
> OSError: [Errno 11] Resource temporarily unavailable
---------- Differences in output ----------
1,4c1,29
< webWizard/SimpleWebSocketServer.py different license:
< # Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
< # The MIT License (MIT) Copyright (c) 2013 Dave P.
< 
---
> libsumo/__init__.py:23:1: E302 expected 2 blank lines, found 0
> libsumo/__init__.py:24:5: F405 'simulation' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:28:1: E302 expected 2 blank lines, found 1
> libsumo/__init__.py:31:5: F405 'simulation' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:33:1: E302 expected 2 blank lines, found 1
> libsumo/__init__.py:41:13: F405 'busstop' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:42:13: F405 'calibrator' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:43:13: F405 'chargingstation' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:44:13: F405 'edge' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:45:13: E265 block comment should start with '# '
> libsumo/__init__.py:46:13: F405 'inductionloop' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:47:13: F405 'junction' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:48:13: F405 'lanearea' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:49:13: F405 'lane' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:50:13: F405 'multientryexit' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:51:13: F405 'overheadwire' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:52:13: F405 'parkingarea' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:53:13: F405 'person' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:54:13: F405 'poi' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:55:13: F405 'polygon' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:56:13: F405 'route' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:57:13: F405 'simulation' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:58:13: F405 'trafficlight' may be undefined, or defined from star imports: .libsumo
> libsumo/__init__.py:59:13: F405 'vehicle' may be undefined, or defined from star imports: .libsumo
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : import OSM webWizard ( Last six runs Jun2020 )

---------- Differences in output ----------
183c183
< /kobo/.texttest/tmp/dynamic_gui.27May152524.26405/tools/import/OSM/webWizard/test/osm.pedestrian.rou.xml
---
> nings -o /home/delphi/gcc/texttesttmp/gcc4_64.06Jun001914.27400/tools/import/OSM/webWizard/test/osm.pedestrian.rou.xml

TEST FAILED on ts-sim-build-ba : turndefs routeSampler intervals optimize_verbose ( Last six runs Jun2020 )

---------- Differences in output ----------
4c4
<          Current function value: 0.000000    
---
>          Current function value: -0.000000   

TEST FAILED on ts-sim-build-ba : xml schemaCheck tests routes ( Last six runs Jun2020 )

---------- Differences in errors ----------
3c3
< IOError: Error reading file 'http://sumo.dlr.de/xsd/blub_file.xsd': failed to load external entity "http://sumo.dlr.de/xsd/blub_file.xsd"
---
> XMLSyntaxError: Start tag expected, '<' not found, line 1, column 1

Detailed information for the tests that had known bugs:

TEST had known bugs (see #5409) on ts-sim-build-ba : detector flowrouter motorway_ramps lane_based ( Last six runs Jun2020 )

option lane-based does not work
(This bug was triggered by text found in file 'routes' matching 'on3 3 off3')
---------- Differences in flows ----------
2c2,3
<     <flow id="1_off3.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_off3.qPKW" number="450" begin="0" end="3600"/>
---
>     <flow id="1_0_9_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_0_9_0.qPKW" number="450" begin="0" end="3600"/>
>     <flow id="on3_0_off3_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="on3_0_off3_0.qPKW" number="450" begin="0" end="3600"/>
---------- Differences in routes ----------
2c2,3
<     <route id="1_off3.qPKW" edges="1 2 3 off3"/>
---
>     <route id="1_0_9_0.qPKW" edges="1 2 3 4 5 6 7 8 9"/>
>     <route id="on3_0_off3_0.qPKW" edges="on3 3 off3"/>

TEST had known bugs (see #2620) on ts-sim-build-ba : projects evacuation plain ( Last six runs Jun2020 )

unstable inputs
(This bug was triggered by text found in the full difference report matching 'Warning')
---------- Differences in errors ----------
1,6925c1
< Warning: Discarding unusable type 'waterway.canal' (first occurence for edge '4041237#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.primary' (first occurence for edge '4045243#0').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.residential' (first occurence for edge '4068019#0').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.primary' (first occurence for edge '4068043#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.secondary' (first occurence for edge '4068192').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.tertiary' (first occurence for edge '4377008#0').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.tertiary' (first occurence for edge '4377122#0').
< Warning: Discarding unknown compound 'cycleway.share_busway' in type 'cycleway.share_busway|highway.secondary' (first occurence for edge '4377785#0').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.secondary' (first occurence for edge '4383334').
< Warning: Discarding unusable type 'highway.construction' (first occurence for edge '4391568').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.residential' (first occurence for edge '4395586#0').
< Warning: Discarding unknown compound 'cycleway.share_busway' in type 'cycleway.share_busway|highway.primary' (first occurence for edge '4395950#0').
< Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.residential' (first occurence for edge '4396234').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.living_street' (first occurence for edge '4410583').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.secondary_link' (first occurence for edge '4484071').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.cycleway' (first occurence for edge '4492364#0').
< Warning: Discarding unusable type 'railway.disused' (first occurence for edge '4525886').
< Warning: Discarding unusable type 'highway.proposed' (first occurence for edge '4611776#0').
< Warning: Discarding unknown compound 'cycleway.none' in type 'cycleway.none|highway.tertiary' (first occurence for edge '4612758#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|cycleway.track|highway.primary' (first occurence for edge '4615457#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|cycleway.track|highway.primary' (first occurence for edge '4615457#0').
< Warning: Discarding unknown compound 'cycleway.shared' in type 'cycleway.shared|highway.secondary' (first occurence for edge '4615594#0').
< Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.living_street' (first occurence for edge '4639037#0').
< Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|cycleway.track|cycleway.track|highway.residential' (first occurence for edge '4686018#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|cycleway.track|highway.residential' (first occurence for edge '4686018#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|cycleway.track|highway.residential' (first occurence for edge '4686018#0').
< Warning: Discarding unusable type 'waterway.riverbank' (first occurence for edge '4686373#0').
< Warning: Discarding unknown compound 'cycleway.shared_lane' in type 'cycleway.shared_lane|highway.primary' (first occurence for edge '4790833#0').
< Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4790904').
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,97d0
< Parsing types from <DIR>/osmNetconvert.typ.xml'... done.
< Parsing nodes from osm-file 'osm_bbox.osm.xml'... 
< Found duplicate nodes. Substituting 3215103784 with 288002013
< Found duplicate nodes. Substituting 3987794203 with 3987794202
< Found duplicate nodes. Substituting 3997661445 with 3517810193
< Found duplicate nodes. Substituting 4016273048 with 26992494
< Found duplicate nodes. Substituting 4016273049 with 2306772973
< done.
< Parsing edges from osm-file 'osm_bbox.osm.xml'... done.
< Removing duplicate edges... 
< Found duplicate edges. Removing 310058575
< Found duplicate edges. Removing 310058576
< Found duplicate edges. Removing 310058577
< Found duplicate edges. Removing 335703516
< Found duplicate edges. Removing 335703519
< Found duplicate edges. Removing 335703532
< Found duplicate edges. Removing 377118659
< Found duplicate edges. Removing 377494320
< Found duplicate edges. Removing 391385403
< done.
< Adding new type 'highway.service|railway.tram' (first occurence for edge '167272531#0').
< Parsing relations from osm-file 'osm_bbox.osm.xml'... 
< done.
<  Removed 1494 traffic lights before loading plain-XML
<  Import done:
<    37203 nodes loaded.
<    34 types loaded.
<    36921 edges loaded.
< Proj projection parameters used: '+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs'.
<truncated after showing first 30 lines>
---------- New result in catalogue ----------
No files or directories were created, edited or deleted.

TEST had known bugs (see #5588) on ts-sim-build-ba : xml csv2xml meandata_edges_utf8 ( Last six runs Jun2020 )

python2 csv reader cannot handle utf8
(This bug was triggered by text found in file 'errors' matching 'UnicodeEncodeError')
---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/xml/csv2xml.py", line 197, in <module>
>     main()
>   File "/home/delphi/gcc/sumo/tests/../tools/xml/csv2xml.py", line 193, in main
>     writeHierarchicalXml(xsd.XsdStructure(options.xsd), options)
>   File "/home/delphi/gcc/sumo/tests/../tools/xml/csv2xml.py", line 155, in writeHierarchicalXml
>     for raw in csv.reader(inputf, delimiter=options.delimiter):
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 25: ordinal not in range(128)
---------- Differences in xml ----------
1,16c1
< <meandata>
<     <interval begin="0.00" end="60.00" id="dump_60">
<         <edge arrived="0" departed="0" entered="0" id="ä" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="1o" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="1si" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="2fi" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="2o" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="2si" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="3fi" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="3o" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="3si" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="4fi" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="4o" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="4si" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<     </interval>
< </meandata>
---
> <meandata
\ Kein Zeilenumbruch am Dateiende.