22Sep22rv1_14_1+1195-155fbeaebd5 - detailed test results for TOOLS

To reconnect the TextTest GUI to these results, run:

texttest -a tools -d /home/delphi/coverageGcc/sumo/tests -reconnect /home/delphi/coverageGcc/texttesttmp/coverage_gcc4_64.30Sep090834.784666 -g

To start TextTest for these tests, run:

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


default: 949 tests: 940 succeeded 6 FAILED 3 known bugs

Detailed information for the tests that FAILED:

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

---------- Differences in output ----------
0a1,77
> attributesEnum.py:395:11: W291 trailing whitespace
> attributesEnum.py:399:1: W293 blank line contains whitespace
> attributesEnum.py:543:1: W293 blank line contains whitespace
> netelements/trafficlights/joined/create/type/test.py:98:29: W292 no newline at end of file
> netelements/trafficlights/joined/create/disjoin/test.py:80:29: W292 no newline at end of file
> netelements/trafficlights/joined/create/copy/test.py:80:29: W292 no newline at end of file
> netelements/trafficlights/joined/attributes/parameters/test.py:65:121: E501 line too long (132 > 120 characters)
> netelements/trafficlights/joined/create/id/test.py:89:29: W292 no newline at end of file
> netelements/trafficlights/joined/attributes/offset/test.py:77:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/NEMA/dur/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/NEMA/max/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/NEMA/min/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/NEMA/next/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/NEMA/vehext/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/NEMA/red/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/NEMA/name/test.py:89:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/NEMA/yellow/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/NEMA/state/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/actuated/earliestend/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/actuated/min/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/actuated/latestend/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/actuated/dur/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/actuated/max/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/actuated/name/test.py:89:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/actuated/next/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/actuated/state/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/delay_based/dur/test.py:95:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/delay_based/name/test.py:89:29: W292 no newline at end of file
> netelements/trafficlights/joined/phases/delay_based/next/test.py:95:29: W292 no newline at end of file
<truncated after showing first 30 lines>

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

---------- Differences in output ----------
0a1,16
> drt/ortools_pdp.py:120:23: E712 comparison to True should be 'if cond is True:' or 'if cond:'
> drt/ortools_pdp.py:135:13: E265 block comment should start with '# '
> drt/ortools_pdp.py:136:59: E231 missing whitespace after ','
> drt/ortools_pdp.py:139:5: E303 too many blank lines (2)
> drt/ortools_pdp.py:142:5: E306 expected 1 blank line before a nested definition, found 0
> drt/drtOrtools.py:44:1: E302 expected 2 blank lines, found 1
> drt/drtOrtools.py:113:74: E225 missing whitespace around operator
> drt/drtOrtools.py:113:105: E225 missing whitespace around operator
> drt/drtOrtools.py:113:121: E501 line too long (148 > 120 characters)
> drt/drtOrtools.py:191:1: W293 blank line contains whitespace
> drt/drtOrtools.py:193:5: F841 local variable 'n_dp_reservations' is assigned to but never used
> drt/drtOrtools.py:195:5: F841 local variable 'n_do_reservations' is assigned to but never used
> drt/drtOrtools.py:197:1: W293 blank line contains whitespace
> drt/drtOrtools.py:198:5: E303 too many blank lines (2)
> drt/drtOrtools.py:205:1: W293 blank line contains whitespace
> randomTrips.py:331:25: E128 continuation line under-indented for visual indent

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

---------- Differences in errors ----------
0a1,2
>   return _pywrapcp.RoutingModel_SolveWithParameters(self, search_parameters, solutions)
>   return _pywrapcp.RoutingModel_GetArcCostForVehicle(self, from_index, to_index, vehicle)
drt drtOR-Tools oneTaxi_addNewReq ( Last six runs Sep2022 )
drt drtOR-Tools twoTaxis ( Last six runs Sep2022 )

TEST FAILED on ts-sim-build-ba : drt drtOrtools ( Last six runs Sep2022 )

---------- Differences in errors ----------
0a1,2
>   return _pywrapcp.RoutingModel_SolveWithParameters(self, search_parameters, solutions)
>   return _pywrapcp.RoutingModel_GetArcCostForVehicle(self, from_index, to_index, vehicle)
---------- Differences in output ----------
4a5,48
> Start creating the model.
> dp reservations: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
> do reservations: []
> Reservation 0 starts at edge C1C2
> Reservation 1 starts at edge B2B1
> Reservation 2 starts at edge C2C1
> Reservation 3 starts at edge B1A1
> Reservation 4 starts at edge A1A0
> Reservation 5 starts at edge D0D1
> Reservation 6 starts at edge D2E2
> Reservation 7 starts at edge D0D1
> Reservation 8 starts at edge B0B1
> Reservation 9 starts at edge C1B1
> Reservation 0 ends at edge B0C0
> Reservation 1 ends at edge C2D2
> Reservation 2 ends at edge E1E2
> Reservation 3 ends at edge B2B1
> Reservation 4 ends at edge E2E1
> Reservation 5 ends at edge F1F0
> Reservation 6 ends at edge C2D2
> Reservation 7 ends at edge C0C1
> Reservation 8 ends at edge B2B1
> Reservation 9 ends at edge E0D0
> Start solving the problem.
>  Register distance callback.
>  Add distance constraints...
>  Add pickup and delivery constraints...
>  Add dropoff constraints...
> vehicle 0 with 0 dropoffs
<truncated after showing first 30 lines>
---------- Differences in tripinfos ----------
5,6c5,6
<     <personinfo id="8" depart="0.00" type="DEFAULT_PEDTYPE">
<         <ride waitingTime="30.00" vehicle="v0" depart="30.00" arrival="63.00" arrivalPos="85.60" duration="33.00" routeLength="270.92" timeLoss="13.16"/>
---
>     <personinfo id="8" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94">
>         <ride waitingTime="30.00" vehicle="v0" depart="30.00" arrival="122.00" arrivalPos="85.60" duration="92.00" routeLength="270.92" timeLoss="13.16"/>
8,9c8,9
<     <personinfo id="3" depart="0.00" type="DEFAULT_PEDTYPE">
<         <ride waitingTime="40.00" vehicle="v1" depart="40.00" arrival="138.00" arrivalPos="85.60" duration="98.00" routeLength="971.07" timeLoss="25.37"/>
---
>     <personinfo id="3" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.08">
>         <ride waitingTime="40.00" vehicle="v1" depart="40.00" arrival="197.00" arrivalPos="85.60" duration="157.00" routeLength="971.07" timeLoss="25.37"/>
11,12c11,12
<     <personinfo id="5" depart="0.00" type="DEFAULT_PEDTYPE">
<         <ride waitingTime="209.00" vehicle="v0" depart="209.00" arrival="299.00" arrivalPos="87.60" duration="90.00" routeLength="972.66" timeLoss="20.63"/>
---
>     <personinfo id="5" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.83">
>         <ride waitingTime="210.00" vehicle="v0" depart="210.00" arrival="359.00" arrivalPos="87.60" duration="149.00" routeLength="972.66" timeLoss="20.63"/>
14,15c14,15
<     <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE">
<         <ride waitingTime="231.00" vehicle="v1" depart="231.00" arrival="328.00" arrivalPos="285.60" duration="97.00" routeLength="865.09" timeLoss="30.96"/>
---
>     <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06">
>         <ride waitingTime="232.00" vehicle="v1" depart="232.00" arrival="388.00" arrivalPos="285.60" duration="156.00" routeLength="865.09" timeLoss="30.96"/>
17,18c17,18
<     <personinfo id="7" depart="0.00" type="DEFAULT_PEDTYPE">
<         <ride waitingTime="209.00" vehicle="v0" depart="209.00" arrival="440.00" arrivalPos="85.60" duration="231.00" routeLength="1960.70" timeLoss="32.35"/>
---
>     <personinfo id="7" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.89">
>         <ride waitingTime="210.00" vehicle="v0" depart="210.00" arrival="501.00" arrivalPos="85.60" duration="291.00" routeLength="1960.70" timeLoss="32.35"/>
<truncated after showing first 30 lines>
---------- Differences in xmlstats ----------
9c9
<     <vehicleTripStatistics routeLength="3816.22" speed="6.06" duration="630.00" waitingTime="14.00" timeLoss="94.73" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="1260.00" totalDepartDelay="0.00"/>
---
>     <vehicleTripStatistics count="2" routeLength="3789.47" speed="6.02" duration="630.00" waitingTime="14.00" timeLoss="94.63" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="1260.00" totalDepartDelay="0.00"/>
11c11
<     <rideStatistics number="10" waitingTime="141.00" routeLength="1467.61" duration="193.70" bus="0" train="0" taxi="9" bike="0" aborted="1"/>
---
>     <rideStatistics number="10" waitingTime="141.60" routeLength="1467.61" duration="247.80" bus="0" train="0" taxi="9" bike="0" aborted="1"/>

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

---------- Differences in errors ----------
21c21,24
< Warning: Removing pt stop '587624704' on non existing edge '71326270'.
---
> Warning: Removing pt stop '1267954699' on non existing edge ''.
> Warning: Removing pt stop '271296143' on non existing edge ''.
> Warning: Removing pt stop '2915579615' on non existing edge ''.
> Warning: Removing pt stop '2959830768' on non existing edge ''.
47a51,53
> Warning: Could not find corresponding edge or compatible lane for free-floating pt stop '2959830768' (S + U Friedrichstr.). Thus, it will be removed!
> Warning: Could not find corresponding edge or compatible lane for free-floating pt stop '3104797566' (Friedrichstr./ Reinhardtstr.). Thus, it will be removed!
> Warning: Could not find corresponding edge or compatible lane for free-floating pt stop '3104797567' (Friedrichstr./ Reinhardtstr.). Thus, it will be removed!
88d93
< Warning: Could not re-assign pt stop '3869306792' after replacing edge '263824928'.
113d117
< Warning: Could not find corresponding edge or compatible lane for pt stop '3869306792' (Unter den Linden/Friedrichstraße). Thus, it will be removed!
126a131
> Warning: 12 total messages of type: Removing pt stop '%' on non existing edge '%'.
---------- Differences in osmstops ----------
43d42
<     <busStop id="1267954699" name="S+U Friedrichstraße" lane="422000256_0" startPos="16.86" endPos="41.86" friendlyPos="true"/>
289d287
<     <busStop id="271296143" name="Spandauer Straße/Marienkirche" lane="473149644_0" startPos="0.00" endPos="12.52" friendlyPos="true"/>
338d335
<     <busStop id="2915579615" name="S Hackescher Markt" lane="473149636_0" startPos="0.00" endPos="20.58" friendlyPos="true"/>
348d344
<     <busStop id="2959830768" name="S + U Friedrichstr." lane="422000254_0" startPos="0.00" endPos="1.82" friendlyPos="true"/>
406d401
<     <busStop id="3104797567" name="Friedrichstr./ Reinhardtstr." lane="465376250#1_0" startPos="13.78" endPos="38.78" friendlyPos="true"/>
487,488d481
<     <busStop id="3867922470" name="Spandauer Straße/Marienkirche" lane="473149643_0" startPos="0.00" endPos="13.50" friendlyPos="true"/>
<     <busStop id="3867922477" name="S+U Alexanderplatz/Memhardstraße" lane="473149640_0" startPos="0.00" endPos="20.93" friendlyPos="true"/>
---------- Differences in output ----------
58,59c58
< Removing empty nodes and geometry nodes ... 
< done ((TIME)).
---
> Removing empty nodes and geometry nodes ... done ((TIME)).

Detailed information for the tests that had known bugs:

TEST had known bugs (see #7391) on ts-sim-build-ba : assign dua-iterate mapmatchJunctions ( Last six runs Sep2022 )

duaIterate only works with fixed departEdge
(This bug was triggered by text found in file 'dualog' matching 'input_trips_000.rou.alt.xml' is not accessible')
---------- Differences in dualog ----------
2,3c2
< '-c', 'iteration_000_input_trips.duarcfg']
< Loading configuration ... done.
---
> '-c', '000/iteration_000_input_trips.duarcfg']
6,7c5
< '-c', 'iteration_000.sumocfg']
< Loading configuration ... done.
---
> '-c', '000/iteration_000.sumocfg']
17a16
> DijkstraRouter answered 10 queries and explored 9.00 edges on average.
19,85c18,20
< '-c', 'iteration_001_input_trips_000.duarcfg']
< Loading configuration ... done.
< Success.
< -------------------------------------------------------------------------------
< '-c', 'iteration_001.sumocfg']
< Loading configuration ... done.
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 177.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 10
<  Running: 0
<  Waiting: 0
< 
< -------------------------------------------------------------------------------
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1
> Execution of <path-to>duarouter'] failed. Look into dua.log for details.
---------- Differences in output ----------
1d0
< Loading configuration ... done.
9d7
< Loading configuration ... done.
11,40c9
< >> Running router on input_trips_000.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< Loading configuration ... done.
< > Executing step 2
< >> Running router on input_trips_001.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< Loading configuration ... done.
< > Executing step 3
< >> Running router on input_trips_002.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< Loading configuration ... done.
< > Executing step 4
< >> Running router on input_trips_003.rou.alt.xml
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="0" depart="0.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="70.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="14.73" duration="70.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.35" rerouteNo="0" devices="tripinfo_0" vType="t" speedFactor="1.06" vaporized=""/>
    <tripinfo id="1" depart="10.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="89.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="13.04" duration="79.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.01" rerouteNo="0" devices="tripinfo_1" vType="t" speedFactor="0.94" vaporized=""/>
    <tripinfo id="2" depart="20.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="94.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="14.04" duration="74.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.22" rerouteNo="0" devices="tripinfo_2" vType="t" speedFactor="1.01" vaporized=""/>
    <tripinfo id="3" depart="30.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="99.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="15.05" duration="69.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.41" rerouteNo="0" devices="tripinfo_3" vType="t" speedFactor="1.08" vaporized=""/>
    <tripinfo id="4" depart="40.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="112.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="14.32" duration="72.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.28" rerouteNo="0" devices="tripinfo_4" vType="t" speedFactor="1.03" vaporized=""/>
    <tripinfo id="5" depart="50.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="138.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="11.55" duration="88.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.75" rerouteNo="0" devices="tripinfo_5" vType="t" speedFactor="0.83" vaporized=""/>
    <tripinfo id="6" depart="60.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="140.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="14.54" duration="80.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.80" rerouteNo="0" devices="tripinfo_6" vType="t" speedFactor="1.05" vaporized=""/>
    <tripinfo id="7" depart="70.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="153.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="12.32" duration="83.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.89" rerouteNo="0" devices="tripinfo_7" vType="t" speedFactor="0.89" vaporized=""/>
    <tripinfo id="8" depart="80.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="159.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="13.04" duration="79.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.01" rerouteNo="0" devices="tripinfo_8" vType="t" speedFactor="0.94" vaporized=""/>
    <tripinfo id="9" depart="90.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="176.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="11.91" duration="86.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.82" rerouteNo="0" devices="tripinfo_9" vType="t" speedFactor="0.86" vaporized=""/>
</tripinfos>

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

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

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.