26Jan20rv1_4_0+0799-5d1044ca3f - 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.31Jan002106.24322 -g

To start TextTest for these tests, run:

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


default: 481 tests: 468 succeeded 8 FAILED 4 known bugs 1 killed

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : build checkStyle header ( Last six runs Jan2020 )

---------- Differences in output ----------
11a12,20
> src/microsim/devices/MSDispatch_GreedyShared.cpp broken @file reference /// @file    MSDispatch.cpp
> src/microsim/devices/MSDispatch_GreedyShared.h broken @file reference /// @file    MSDispatch.h
> src/utils/traction_wire/Circuit.cpp missing empty line 13 /// @note    based on work 2017 Ahmad Khaled, Ahmad Essam, Omnia Zakaria, Mary Nader
> src/utils/traction_wire/Circuit.h missing empty line 13 /// @note    based on work 2017 Ahmad Khaled, Ahmad Essam, Omnia Zakaria, Mary Nader
> src/utils/traction_wire/Element.cpp missing empty line 13 /// @note    based on work 2017 Ahmad Khaled, Ahmad Essam, Omnia Zakaria, Mary Nader
> src/utils/traction_wire/Element.h missing empty line 13 /// @note    based on work 2017 Ahmad Khaled, Ahmad Essam, Omnia Zakaria, Mary Nader
> src/utils/traction_wire/Node.cpp missing empty line 13 /// @note    based on work 2017 Ahmad Khaled, Ahmad Essam, Omnia Zakaria, Mary Nader
> src/utils/traction_wire/Node.h missing empty line 13 /// @note    based on work 2017 Ahmad Khaled, Ahmad Essam, Omnia Zakaria, Mary Nader
> tools/output/analyze_pedestrian_jam.py broken @file reference # @file    analyze_teleports.py

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

---------- 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 [Errno 11] Resource temporarily unavailable

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

---------- Differences in errors ----------
0a1,72
> 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')()
>   File "/usr/lib/python3/dist-packages/flake8/main/cli.py", line 16, in main
>     app.run(argv)
>   File "/usr/lib/python3/dist-packages/flake8/main/application.py", line 396, in run
>     self._run(argv)
>   File "/usr/lib/python3/dist-packages/flake8/main/application.py", line 383, in _run
>     self.initialize(argv)
>   File "/usr/lib/python3/dist-packages/flake8/main/application.py", line 371, in initialize
>     self.make_file_checker_manager()
>   File "/usr/lib/python3/dist-packages/flake8/main/application.py", line 293, in make_file_checker_manager
>     checker_plugins=self.check_plugins,
>   File "/usr/lib/python3/dist-packages/flake8/checker.py", line 89, in __init__
>     self.pool = multiprocessing.Pool(self.jobs, _pool_init)
>   File "/usr/lib/python3.6/multiprocessing/context.py", line 119, in Pool
>     context=self.get_context())
>   File "/usr/lib/python3.6/multiprocessing/pool.py", line 192, in __init__
>     self._task_handler.start()
>   File "/usr/lib/python3.6/threading.py", line 846, in start
>     _start_new_thread(self._bootstrap, ())
> RuntimeError: can't start new thread
> Traceback (most recent call last):
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,8
> 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

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

---------- Differences in errors ----------
0a1,12
> 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
---------- Differences in output ----------
0a1,18
> build/dailyBuildMSVC.py:196:33: E128 continuation line under-indented for visual indent
> build/dailyBuildMSVC.py:242:121: E501 line too long (126 > 120 characters)
> output/analyze_pedestrian_jam.py:22:1: E302 expected 2 blank lines, found 1
> net/netdiff.py:145:92: E231 missing whitespace after ','
> net/netdiff.py:145:94: E231 missing whitespace after ','
> net/netdiff.py:145:121: E501 line too long (125 > 120 characters)
> net/netdiff.py:248:29: E265 block comment should start with '# '
> net/netdiff.py:250:71: E203 whitespace before ':'
> net/netdiff.py:259:9: E303 too many blank lines (2)
> osmWebWizard.py:274:13: E722 do not use bare except'
> sumolib/net/node.py:112:29: W291 trailing whitespace
> randomTrips.py:484:121: E501 line too long (121 > 120 characters)
> tileGet.py:100:121: E501 line too long (122 > 120 characters)
> tileGet.py:110:1: E302 expected 2 blank lines, found 1
> traci/connection.py:263:121: E501 line too long (151 > 120 characters)
> traci/_vehicle.py:1764:121: E501 line too long (122 > 120 characters)
> traci/_vehicle.py:1765:121: E501 line too long (140 > 120 characters)
> output/analyze_pedestrian_jam.py broken @file reference # @file    analyze_teleports.py

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

---------- Differences in errors ----------
154,176c154,159
< Warning: At actuated tlLogic 'cluster_21432801_2938442114_295705005_3139140896_3178759584_735967920_735967921_735967926_961816249_961816257', actuated phase 5 has no controlling detector
< Warning: At actuated tlLogic 'joinedS_0', linkIndex 16 has no controlling detector
< Warning: At actuated tlLogic 'joinedS_0', linkIndex 17 has no controlling detector
< Warning: At actuated tlLogic 'joinedS_0', linkIndex 23 has no controlling detector
< Warning: busStop '1827996414' on lane '72157174#1_1' is too short for vehicle 'pt_bus_TXL:0.0'.
< Warning: busStop '1827996417' on lane '24914992#1_1' is too short for vehicle 'pt_bus_TXL:1.0'.
< Warning: busStop '1633759766' on lane '421641064_0' is too short for vehicle 'pt_tram_M4:0.0'.
< Warning: busStop '2175753204' on lane '207364192#0_0' is too short for vehicle 'pt_tram_12:0.0'.
< Warning: busStop '1673526976' on lane '167272512#2_0' is too short for vehicle 'pt_tram_12:1.0'.
< Warning: busStop '30731700' on lane '167272531#9_0' is too short for vehicle 'pt_tram_12:1.0'.
< Warning: busStop '1668497956' on lane '153537614#2_0' is too short for vehicle 'pt_tram_M1:2.0'.
< Warning: busStop '3918673888' on lane '388702039#10_0' is too short for vehicle 'pt_bus_N6:0.0'.
< Warning: busStop '3869306762' on lane '111251382#2_1' is too short for vehicle 'pt_bus_147:0.0'.
< Warning: busStop '2071423352' on lane '295250361_0' is too short for vehicle 'pt_subway_U6:0.0'.
< Warning: busStop '3928759794' on lane '388702041#11_0' is too short for vehicle 'pt_bus_N6:1.0'.
< Warning: Teleporting vehicle 'pt_tram_M2:0.1'; frontal collision with vehicle 'pt_tram_M2:3.0', lane='-148458500#1_0', gap=-1.00, time=499.00 stage=move.
< Warning: Vehicle 'pt_tram_M2:0.1' teleports beyond arrival edge '148458500#1', time 499.00.
< Warning: Vehicle 'pt_tram_M2:0.1' skips stop on lane '148458500#1_0' time=499.00.
< Warning: Person 'ped125' aborted waiting for 147:1 at busStop '3869306767'.
< Warning: Person 'ped29' aborted waiting for M1:2 at busStop '247603398'.
< Warning: Person 'ped161' aborted waiting for N42:1 at busStop '270727260'.
< Warning: Person 'ped116' aborted waiting for U6:1 at busStop '2071423334'.
< Warning: Person 'ped81' aborted waiting for 147:0 at busStop '3869306762'.
---
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/osmWebWizard.py", line 518, in <module>
>     builder.build()
>   File "/home/delphi/gcc/sumo/tests/../tools/osmWebWizard.py", line 261, in build
>     if self.data["decal"]:
<truncated after showing first 30 lines>
---------- Differences in output ----------
113,160d112
< Success.
< Success.
< Success.
< Success.
< Success.
< Success.
< Success.
< Written configuration to <PATH>
< Loading configuration ... done.
< Loading net-file from <DIR>/osm.net.xml' ... done ((TIME)).
< Loading additional-files from <DIR>/osm.poly.xml' ... done ((TIME)).
< Loading additional-files from <DIR>/osm_stops.add.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 2689.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 430
<  Running: 0
<  Waiting: 0
< Teleports: 1 (Collisions: 1)
< Persons: 
<  Inserted: 199
<  Running: 0
< Statistics (avg):
<  RouteLength: 1852.37
<  Speed: 6.06
<  Duration: 336.36
<truncated after showing first 30 lines>
---------- Missing result in osmbatch ----------
python /path/to/ptlines2flows.py" -n osm.net.xml -e 900 -p 600 --random-begin --seed 42 --ptstops osm_stops.add.xml --ptlines osm_ptlines.xml -o osm_pt.rou.xml --ignore-errors --vtype-prefix pt_ --stopinfos-file stopinfos.xml --routes-file vehroutes.xml --trips-file trips.trips.xml --min-stops 0 --extend-to-fringe --verbose
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 1 -p 4.423720 -o osm.pedestrian.trips.xml -e 900 -r osm.pedestrian.rou.xml --vehicle-class pedestrian --persontrips --prefix ped --trip-attributes <attrs-with-os-dependent-quoting> --additional-files osm_stops.add.xml,osm_pt.rou.xml
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 2 -p 10.676842 -o osm.bicycle.trips.xml -e 900 --vehicle-class bicycle --vclass bicycle --prefix bike --fringe-start-attributes <attrs-with-os-dependent-quoting> --validate
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 5 -p 4.117505 -o osm.passenger.trips.xml -e 900 --vehicle-class passenger --vclass passenger --prefix veh --min-distance 300 --trip-attributes <attrs-with-os-dependent-quoting> --validate
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 40 -p 201.591340 -o osm.ship.trips.xml -e 900 --vehicle-class ship --vclass ship --prefix ship --validate --fringe-start-attributes 'departSpeed="max"'
---------- Missing result in osmtrips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="ped_pedestrian" vClass="pedestrian"/>
    <person id="ped0" depart="0.00" type="ped_pedestrian">
        <personTrip from="339201192#0" to="-15971189" modes="public"/>
    </person>
    <person id="ped1" depart="4.42" type="ped_pedestrian">
        <personTrip from="169195795#5" to="133885750#0" modes="public"/>
    </person>
    <person id="ped2" depart="8.85" type="ped_pedestrian">
        <personTrip from="389101365#1" to="35269774#0" modes="public"/>
    </person>
    <person id="ped3" depart="13.27" type="ped_pedestrian">
        <personTrip from="51167927#2" to="-30721660#5" modes="public"/>
    </person>
    <person id="ped4" depart="17.69" type="ped_pedestrian">
        <personTrip from="243911464" to="-168940071#0" modes="public"/>
    </person>
    <person id="ped5" depart="22.12" type="ped_pedestrian">
        <personTrip from="132460630" to="272780732" modes="public"/>
    </person>
    <person id="ped6" depart="26.54" type="ped_pedestrian">
        <personTrip from="-15973619#4" to="109902441#0" modes="public"/>
    </person>
    <person id="ped7" depart="30.97" type="ped_pedestrian">
        <personTrip from="344595598" to="274524382#1" modes="public"/>
    </person>
    <person id="ped8" depart="35.39" type="ped_pedestrian">
        <personTrip from="133885743#0" to="312176585#0" modes="public"/>
    </person>
<truncated after showing first 30 lines>

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

---------- 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

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

---------- Differences in errors ----------
3a4,9
> sumo/extended/calibrator/calibrate_type/aggregated25.sumo.meso:44:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'meandata': Missing child element(s). Expected is ( interval ).
> sumo/extended/calibrator/calibrate_type/detector.sumo.meso:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'interval', attribute 'speed': '-nan' is not a valid value of the atomic type 'nonNegativeFloatType'.
> sumo/extended/calibrator/calibrate_type_distribution/aggregated25.sumo.meso:44:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'meandata': Missing child element(s). Expected is ( interval ).
> sumo/extended/calibrator/calibrate_type_distribution/detector.sumo.meso:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'interval', attribute 'speed': '-nan' is not a valid value of the atomic type 'nonNegativeFloatType'.
> sumo/extended/calibrator/type_and_speed/aggregated25.sumo.meso:44:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'meandata': Missing child element(s). Expected is ( interval ).
> sumo/extended/calibrator/type_and_speed/detector.sumo.meso:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'interval', attribute 'speed': '-nan' is not a valid value of the atomic type 'nonNegativeFloatType'.

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 Jan2020 )

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 Jan2020 )

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 (bug 1190 (NONEXISTENT)) on ts-sim-build-ba : xml csv2xml cross3ltl_full_schema ( Last six runs Jan2020 )

Failed to open URL 'https://sumo.dlr.de/trac.wsgi/ticket/1190?format=tab': <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>.

Please make sure that bug 1190 exists
and that the configuration entry 'bug_system_location' points to the correct trac instance.
The current value is 'https://sumo.dlr.de/trac.wsgi/'.
(This bug was triggered by FAILING to find text in file 'xml' matching 'vehicles')
---------- Differences in xml ----------
1,32d0
< <?xml version="1.0" encoding="UTF-8"?>
< 
< <!-- generated on Tue Dec  3 16:33:35 2013 by SUMO sumo Version dev-SVN-r15233
< This data file and the accompanying materials
< are made available under the terms of the Eclipse Public License v2.0
< which accompanies this distribution, and is available at
< http://www.eclipse.org/legal/epl-v20.html
< SPDX-License-Identifier: EPL-2.0
< <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
< 
<     <input>
<         <net-file value="net.net.xml"/>
<         <route-files value="input_routes.rou.xml"/>
<     </input>
< 
<     <output>
<         <full-output value="full.xml"/>
<     </output>
< 
<     <time>
<         <begin value="0"/>
<         <end value="120"/>
<     </time>
< 
<     <report>
<         <no-duration-log value="true"/>
<         <no-step-log value="true"/>
<     </report>
< 
<truncated after showing first 30 lines>

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

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 191, in <module>
>     main()
>   File "/home/delphi/gcc/sumo/tests/../tools/xml/csv2xml.py", line 187, in main
>     writeHierarchicalXml(xsd.XsdStructure(options.xsd), options)
>   File "/home/delphi/gcc/sumo/tests/../tools/xml/csv2xml.py", line 149, 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.

Detailed information for the tests that were terminated before completion:

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : build checkStyle complex ( Last six runs Jan2020 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,12
> 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
---------- Differences in output ----------
0a1,13
> traci/ContextSubscriptionFilters/lateralDistance/runner.py:52:121: E501 line too long (191 > 120 characters)
> traci/ContextSubscriptionFilters/lateralDistance/runner.py:72:121: E501 line too long (143 > 120 characters)
> traci/bugs/ticket1010/runner.py:18:1: F401 'subprocess' imported but unused
> traci/bugs/ticket3349/runner.py:26:121: E501 line too long (144 > 120 characters)
> traci/ContextSubscriptionFilters/lateralDistance/internal_edges/runner.py:52:121: E501 line too long (191 > 120 characters)
> traci/ContextSubscriptionFilters/lateralDistance/internal_edges/runner.py:72:121: E501 line too long (143 > 120 characters)
> traci/bugs/ticket2777/runner.py:21:1: F401 'subprocess' imported but unused
> traci/gui/polygon_dynamics_remove/runner.py:29:5: E128 continuation line under-indented for visual indent
> traci/gui/polygon_dynamics_remove/runner.py:30:5: E128 continuation line under-indented for visual indent
> traci/gui/polygon_dynamics_remove/runner.py:31:5: E128 continuation line under-indented for visual indent
> traci/gui/polygon_dynamics_remove/runner.py:41:48: E231 missing whitespace after ','
> traci/gui/polygon_dynamics_remove/runner.py:41:50: E231 missing whitespace after ','
> traci/bugs/ticket3348/runner.py:25:121: E501 line too long (128 > 120 characters)