18Apr14r16220 - detailed test results for DUAROUTER

(To start TextTest for these tests, run 'texttest -a duarouter -d /home/delphi/sumo/tests')

default: 328 tests: 327 FAILED 1 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-simulation8 : meta write_template_full ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- New result in exitcode ----------
-11
---------- Missing result in cfg ----------
<?xml version="1.0" encoding="UTF-8"?>

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/duarouterConfiguration.xsd">

    <configuration>
        <configuration-file value="" synonymes="c configuration" type="FILE" help="Loads the named config on startup"/>
        <save-configuration value="" synonymes="save-config" type="FILE" help="Saves current configuration into FILE"/>
        <save-template value="" type="FILE" help="Saves a configuration template (empty) into FILE"/>
        <save-schema value="" type="FILE" help="Saves the configuration schema into FILE"/>
        <save-commented value="false" synonymes="save-template.commented" type="BOOL" help="Adds comments to saved template, configuration, or schema"/>
    </configuration>

    <input>
        <net-file value="" synonymes="n net" type="FILE" help="Use FILE as SUMO-network to route on"/>
        <additional-files value="" synonymes="additional d districts taz-files" type="FILE" help="Read additional network data (districts, bus stops) from FILE"/>
        <alternative-files value="" synonymes="a alternatives alternatives-files" type="FILE" help="Read alternatives from FILE"/>
        <flow-files value="" synonymes="f flow-definition flows" type="FILE" help="Read flow-definitions from FILE(s)"/>
        <weight-files value="" synonymes="w weights" type="FILE" help="Read network weights from FILE(s)"/>
        <lane-weight-files value="" type="FILE" help="Read lane-based network weights from FILE(s)"/>
        <weight-attribute value="traveltime" synonymes="measure x" type="STR" help="Name of the xml attribute which gives the edge weight"/>
        <phemlight-path value="./PHEMlight/" type="FILE" help="Determines where to load PHEMlight definitions from."/>
        <trip-files value="" synonymes="t trip-defs trips" type="FILE" help="Read trip-definitions from FILE(s)"/>
        <route-files value="" synonymes="r sumo sumo-input" type="FILE" help="Read sumo-routes from FILE(s)"/>
    </input>

    <output>
        <output-file value="" synonymes="o output" type="FILE" help="Write generated routes to FILE"/>
        <vtype-output value="" synonymes="vtype" type="FILE" help="Write used vehicle types into separate FILE"/>
        <exit-times value="false" type="BOOL" help="Write exit times (weights) for each edge"/>
    </output>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : meta with_log ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1,6d0
< Loading net... done.
< Skipped until: 0.00
< Reading time step: 0.00  (0.00/2147483.00 = 0.00% done)       
< Routes found between time steps 0.00 and 0.00.
< DijkstraRouterTT answered 2 queries and explored 7.00 edges on average.
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00" color="yellow">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" type="0" depart="0.00" color="yellow">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in log ----------
Loading net... done.
Skipped until: 0.00
Routes found between time steps 0.00 and 0.00.
DijkstraRouterTT answered 2 queries and explored 7.00 edges on average.
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00" color="yellow">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="10" type="0" depart="0.00" color="yellow">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : meta help ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1,114d0
<  Copyright (C) 2001-2014 DLR and contributors; http://sumo-sim.org
< Shortest path router and DUE computer for the microscopic road traffic
<   simulation SUMO.
< 
< Usage: duarouter [OPTION]*
< Configuration Options:
<   -c, --configuration-file FILE    Loads the named config on startup
<   --save-configuration FILE        Saves current configuration into FILE
<   --save-template FILE             Saves a configuration template (empty) into
<                                      FILE
<   --save-schema FILE               Saves the configuration schema into FILE
<   --save-commented                 Adds comments to saved template,
<                                      configuration, or schema
< 
< Input Options:
<   -n, --net-file FILE              Use FILE as SUMO-network to route on
<   -d, --additional-files FILE      Read additional network data (districts, bus
<                                      stops) from FILE
<   -a, --alternative-files FILE     Read alternatives from FILE
<   -f, --flow-files FILE            Read flow-definitions from FILE(s)
<   -w, --weight-files FILE          Read network weights from FILE(s)
<   --lane-weight-files FILE         Read lane-based network weights from FILE(s)
<   -x, --weight-attribute STR       Name of the xml attribute which gives the
<                                      edge weight
<   --phemlight-path FILE            Determines where to load PHEMlight
<                                      definitions from.
<   -t, --trip-files FILE            Read trip-definitions from FILE(s)
<   -r, --route-files FILE           Read sumo-routes from FILE(s)
< 
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
-11

TEST FAILED on ts-simulation8 : meta write_template_commented_full ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- New result in exitcode ----------
-11
---------- Missing result in cfg ----------
<?xml version="1.0" encoding="UTF-8"?>

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/duarouterConfiguration.xsd">

    <configuration>
        <!-- Loads the named config on startup -->
        <configuration-file value="" synonymes="c configuration" type="FILE"/>

        <!-- Saves current configuration into FILE -->
        <save-configuration value="" synonymes="save-config" type="FILE"/>

        <!-- Saves a configuration template (empty) into FILE -->
        <save-template value="" type="FILE"/>

        <!-- Saves the configuration schema into FILE -->
        <save-schema value="" type="FILE"/>

        <!-- Adds comments to saved template, configuration, or schema -->
        <save-commented value="" synonymes="save-template.commented" type="BOOL"/>

    </configuration>

    <input>
        <!-- Use FILE as SUMO-network to route on -->
        <net-file value="" synonymes="n net" type="FILE"/>

        <!-- Read additional network data (districts, bus stops) from FILE -->
        <additional-files value="" synonymes="additional d districts taz-files" type="FILE"/>

        <!-- Read alternatives from FILE -->
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : meta noop ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1,2d0
<  Copyright (C) 2001-2014 DLR and contributors; http://sumo-sim.org
<  Use --help to get the list of options.
---------- New result in exitcode ----------
-11

TEST FAILED on ts-simulation8 : meta write_config ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- New result in exitcode ----------
-11
---------- Missing result in cfg ----------
<?xml version="1.0" encoding="UTF-8"?>

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/duarouterConfiguration.xsd">

    <input>
        <net-file value="input_net.net.xml"/>
        <alternative-files value="input_alts.rou.alt.xml"/>
    </input>

    <output>
        <output-file value="routes.rou.xml"/>
    </output>

</configuration>

TEST FAILED on ts-simulation8 : meta version ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1,14d0
<  Copyright (C) 2001-2014 DLR and contributors; http://sumo-sim.org
< 
< SUMO is free software: you can redistribute it and/or modify
< it under the terms of the GNU General Public License as published by
< the Free Software Foundation, either version 3 of the License, or
< (at your option) any later version.
< 
< This program is distributed in the hope that it will be useful,
< but WITHOUT ANY WARRANTY; without even the implied warranty of
< MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
< GNU General Public License for more details.
< 
< You should have received a copy of the GNU General Public License
< along with this program. If not, see http://www.gnu.org/licenses/gpl.html
---------- New result in exitcode ----------
-11

TEST FAILED on ts-simulation8 : dua oldstyle_dua3s_step3 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="2">
            <route cost="120.29" probability="0.33212821" edges="beg middle end"/>
            <route cost="200.48" probability="0.32329831" edges="beg beg2left left left2end end"/>
            <route cost="89.78" probability="0.34457248" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="2">
            <route cost="176.60" probability="0.32689972" edges="beg middle end"/>
            <route cost="131.83" probability="0.32879170" edges="beg beg2left left left2end end"/>
            <route cost="89.78" probability="0.34430758" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="120.29" probability="0.33212821" edges="beg middle end"/>
            <route cost="200.48" probability="0.32329831" edges="beg beg2left left left2end end"/>
            <route cost="89.78" probability="0.34457248" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="100" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="1">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="10" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="100" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg beg2left left left2end end"/>
    </vehicle>
    <vehicle id="101" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg beg2left left left2end end"/>
    </vehicle>
    <vehicle id="102" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="103" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="104" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : dua newstyle_dua3s_step2 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="1">
            <route cost="201.35" probability="0.49978411" edges="beg middle end"/>
            <route cost="194.51" probability="0.50021589" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <routeDistribution last="1">
            <route cost="201.35" probability="0.49978411" edges="beg middle end"/>
            <route cost="194.51" probability="0.50021589" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" depart="0.00">
        <routeDistribution last="0">
            <route cost="201.35" probability="0.49978411" edges="beg middle end"/>
            <route cost="194.51" probability="0.50021589" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="11" depart="0.00">
        <routeDistribution last="0">
            <route cost="201.35" probability="0.49978411" edges="beg middle end"/>
            <route cost="194.51" probability="0.50021589" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="12" depart="0.00">
        <routeDistribution last="1">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="10" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="11" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="12" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="13" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="14" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="15" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="16" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : dua newstyle_dua3s_step3 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="2">
            <route cost="201.08" probability="0.33294742" edges="beg middle end"/>
            <route cost="266.29" probability="0.33226212" edges="beg beg2right right right2end end"/>
            <route cost="194.79" probability="0.33479046" edges="beg beg2left left left2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <routeDistribution last="2">
            <route cost="201.08" probability="0.33294742" edges="beg middle end"/>
            <route cost="266.29" probability="0.33226212" edges="beg beg2right right right2end end"/>
            <route cost="194.79" probability="0.33479046" edges="beg beg2left left left2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" depart="0.00">
        <routeDistribution last="0">
            <route cost="200.46" probability="0.33208702" edges="beg middle end"/>
            <route cost="216.04" probability="0.33402738" edges="beg beg2right right right2end end"/>
            <route cost="194.79" probability="0.33388560" edges="beg beg2left left left2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="11" depart="0.00">
        <routeDistribution last="1">
            <route cost="200.46" probability="0.33208702" edges="beg middle end"/>
            <route cost="216.04" probability="0.33402738" edges="beg beg2right right right2end end"/>
            <route cost="194.79" probability="0.33388560" edges="beg beg2left left left2end end"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg beg2left left left2end end"/>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <route edges="beg beg2left left left2end end"/>
    </vehicle>
    <vehicle id="10" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="11" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="12" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="13" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="14" depart="0.00">
        <route edges="beg beg2left left left2end end"/>
    </vehicle>
    <vehicle id="15" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="16" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : dua oldstyle_dua3s_step2 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="1">
            <route cost="264.07" probability="0.49883643" edges="beg middle end"/>
            <route cost="219.45" probability="0.50116357" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="1">
            <route cost="264.07" probability="0.49883643" edges="beg middle end"/>
            <route cost="219.45" probability="0.50116357" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="264.07" probability="0.49883643" edges="beg middle end"/>
            <route cost="219.45" probability="0.50116357" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="100" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="264.07" probability="0.49883643" edges="beg middle end"/>
            <route cost="219.45" probability="0.50116357" edges="beg beg2right right right2end end"/>
        </routeDistribution>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="10" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="100" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="101" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="102" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="103" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="104" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : dua newstyle_dua3s_step1 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="172.96" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <routeDistribution last="0">
            <route cost="172.96" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" depart="0.00">
        <routeDistribution last="0">
            <route cost="172.96" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="11" depart="0.00">
        <routeDistribution last="0">
            <route cost="172.96" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="12" depart="0.00">
        <routeDistribution last="0">
            <route cost="172.96" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="13" depart="0.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="10" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="11" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="12" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="13" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="14" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="15" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="16" depart="0.00">
        <route edges="beg middle end"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : logit logit_step1 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="71.94" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="71.94" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="71.94" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="11" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="71.94" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="12" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="71.94" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="13" type="0" depart="0.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="10" type="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="11" type="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="12" type="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="13" type="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="14" type="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="15" type="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="16" type="0" depart="0.00">
        <route edges="beg middle end"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : logit logit_step2 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="1">
            <route cost="264.07" probability="0.46297357" edges="beg middle end"/>
            <route cost="219.45" probability="0.53702643" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00">
        <routeDistribution last="1">
            <route cost="264.07" probability="0.46297357" edges="beg middle end"/>
            <route cost="219.45" probability="0.53702643" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="264.07" probability="0.46297357" edges="beg middle end"/>
            <route cost="219.45" probability="0.53702643" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="11" type="0" depart="0.00">
        <routeDistribution last="1">
            <route cost="264.07" probability="0.46297357" edges="beg middle end"/>
            <route cost="219.45" probability="0.53702643" edges="beg beg2right right right2end end"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="12" type="0" depart="0.00">
        <routeDistribution last="1">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="10" type="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="11" type="0" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="12" type="0" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="13" type="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="14" type="0" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
    </vehicle>
    <vehicle id="15" type="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
    <vehicle id="16" type="0" depart="0.00">
        <route edges="beg beg2right right right2end end"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : logit logit_example ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="3">
            <route cost="656.30" probability="0.31934307" edges="oa ab bd"/>
            <route cost="728.92" probability="0.27575521" edges="oa ab by yd"/>
            <route cost="825.33" probability="0.22693776" edges="oa ax xy yd"/>
            <route cost="945.62" probability="0.17796397" edges="ox xy yd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="ox xy yd"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : logit clogit_example ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="3">
            <route cost="656.30" probability="0.31933406" edges="oa ab bd"/>
            <route cost="728.92" probability="0.27573995" edges="oa ab by yd"/>
            <route cost="825.33" probability="0.22693166" edges="oa ax xy yd"/>
            <route cost="945.62" probability="0.17799433" edges="ox xy yd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="ox xy yd"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : logit theta_example ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="2">
            <route cost="656.30" probability="0.58017079" edges="oa ab bd"/>
            <route cost="728.92" probability="0.28062804" edges="oa ab by yd"/>
            <route cost="825.33" probability="0.10702659" edges="oa ax xy yd"/>
            <route cost="945.62" probability="0.03217458" edges="ox xy yd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="oa ax xy yd"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function ignore_errors_invalid_depart_edge ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Warning: Vehicle '0' is not allowed to depart on edge 'left'.
< Warning: The vehicle '0' has no valid route.
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>

TEST FAILED on ts-simulation8 : function ignore_errors ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Warning: The edge 'bla' within the route for vehicle '0' is not known.
<  The route can not be build.
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="126.34" probability="1.00000000" edges="beg beg2left left left2end end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="9" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" color="black">
        <route edges="beg beg2left left left2end end rend"/>
    </vehicle>
    <vehicle id="9" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function skip_new_routes ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="126.34" probability="1.00000000" edges="beg beg2left left left2end end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="9" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" color="black">
        <route edges="beg beg2left left left2end end rend"/>
    </vehicle>
    <vehicle id="9" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

3 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="113.24" probability="1.00000000" edges="beg b2b3 b3a3 a3a25 a25e"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg b2b3 b3a3 a3a25 a25e"/>
    </vehicle>
</routes>
bugs dijkstra ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function measure dijkstra_TT ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function measure dijkstra_plain ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

6 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="94.97" probability="1.00000000" edges="beg b2b3 b3a3 a3a25 a25e"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg b2b3 b3a3 a3a25 a25e"/>
    </vehicle>
</routes>
function measure dijkstra_CO ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function measure dijkstra_CO2 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function measure dijkstra_HC ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function measure dijkstra_NOx ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function measure dijkstra_PMx ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function measure dijkstra_fuel ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : function measure timeline CO ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="200.00" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="100.00">
        <routeDistribution last="0">
            <route cost="150.00" probability="1.00000000" edges="beg beg2left left left2end end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="200.00">
        <routeDistribution last="0">
            <route cost="200.00" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="100.00">
        <route edges="beg beg2left left left2end end rend"/>
    </vehicle>
    <vehicle id="2" depart="200.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function measure timeline HC_range_override ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="150.00" probability="1.00000000" edges="beg beg2left left left2end end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="100.00">
        <routeDistribution last="0">
            <route cost="200.00" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="200.00">
        <routeDistribution last="0">
            <route cost="200.00" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg beg2left left left2end end rend"/>
    </vehicle>
    <vehicle id="1" depart="100.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="200.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function repair backtrack_at_deadend ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1d0
< Warning: No connection between 'end' and 'beg2left' found.
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="71.49" probability="1.00000000" edges="absBeg beg2left left"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="absBeg beg2left left"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function repair destination_occurs_twice ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1d0
< Warning: No connection between 'left' and 'middle' found.
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="107.13" probability="1.00000000" edges="absBeg middle end"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="absBeg middle end"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function repair route_around_non_mandatory ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1d0
< Warning: No connection between 'left' and 'middle' found.
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="89.19" probability="1.00000000" edges="absBeg middle"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="absBeg middle"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function repair intermediate_unconnected_ignore_stops ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1d0
< Warning: No connection between 'left' and 'middle' found.
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0_0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="absBeg middle end absEnd"/>
        </routeDistribution>
        <stop lane="middle_0" endPos="10.00" duration="10.00"/>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0_0" depart="0.00">
        <route edges="absBeg middle end absEnd"/>
        <stop lane="middle_0" endPos="10.00" duration="10.00"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function repair intermediate_unconnected_ignore ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1d0
< Warning: No connection between 'left' and 'middle' found.
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0_0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="absBeg middle end absEnd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0_0" depart="0.00">
        <route edges="absBeg middle end absEnd"/>
    </vehicle>
</routes>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" arrivalLane="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="10.00" arrivalLane="0" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="11.00" arrivalLane="0" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0.00" arrivalLane="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="10.00" arrivalLane="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="free" arrivalLane="0">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" arrivalLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="10.00" arrivalLane="0" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="11.00" arrivalLane="0" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0.00" arrivalLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="10.00" arrivalLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="free" arrivalLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="23.00" departPos="random" arrivalLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="30.00" departLane="0" arrivalLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="31.00" departLane="1" arrivalLane="0">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
function defaults arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function defaults override_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : function defaults departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" departLane="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="10.00" departLane="0" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="11.00" departLane="0" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="20.00" departLane="0" departPos="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="21.00" departLane="0" departPos="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="22.00" departLane="0" departPos="free">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" departLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="10.00" departLane="0" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="11.00" departLane="0" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="20.00" departLane="0" departPos="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="21.00" departLane="0" departPos="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="22.00" departLane="0" departPos="free">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="23.00" departLane="0" departPos="random">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="30.00" departLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="31.00" departLane="1">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : function defaults override_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" departPos="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="10.00" departPos="0" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="11.00" departPos="0" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="0">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" departPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="10.00" departPos="0" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="11.00" departPos="0" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="23.00" departPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="30.00" departLane="0" departPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="31.00" departLane="1" departPos="0">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" arrivalPos="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="10.00" arrivalPos="0" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="11.00" arrivalPos="0" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0.00" arrivalPos="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="10.00" arrivalPos="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="free" arrivalPos="0">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" arrivalPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="10.00" arrivalPos="0" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="11.00" arrivalPos="0" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0.00" arrivalPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="10.00" arrivalPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="free" arrivalPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="23.00" departPos="random" arrivalPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="30.00" departLane="0" arrivalPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="31.00" departLane="1" arrivalPos="0">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
function defaults arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function defaults override_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" departSpeed="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="10.00" departSpeed="0" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="11.00" departSpeed="0" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0.00" departSpeed="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="10.00" departSpeed="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="free" departSpeed="0">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" departSpeed="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="10.00" departSpeed="0" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="11.00" departSpeed="0" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0.00" departSpeed="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="10.00" departSpeed="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="free" departSpeed="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="23.00" departPos="random" departSpeed="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="30.00" departLane="0" departSpeed="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="31.00" departLane="1" departSpeed="0">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
function defaults departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function defaults override_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" arrivalSpeed="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="10.00" arrivalSpeed="0" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="11.00" arrivalSpeed="0" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0.00" arrivalSpeed="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="10.00" arrivalSpeed="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="free" arrivalSpeed="0">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" arrivalSpeed="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="10.00" arrivalSpeed="0" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="11.00" arrivalSpeed="0" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0.00" arrivalSpeed="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="10.00" arrivalSpeed="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="free" arrivalSpeed="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="23.00" departPos="random" arrivalSpeed="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="30.00" departLane="0" arrivalSpeed="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="31.00" departLane="1" arrivalSpeed="0">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
function defaults arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function defaults override_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : function defaults override_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" departLane="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="10.00" departLane="0" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="11.00" departLane="0" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="20.00" departLane="0" departPos="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="21.00" departLane="0" departPos="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="22.00" departLane="0" departPos="free">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" departLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="10.00" departLane="0" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="11.00" departLane="0" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="20.00" departLane="0" departPos="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="21.00" departLane="0" departPos="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="22.00" departLane="0" departPos="free">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="23.00" departLane="0" departPos="random">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="30.00" departLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="31.00" departLane="0">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : function defaults departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" departPos="0">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="10.00" departPos="0" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="11.00" departPos="0" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="free">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" departPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="10.00" departPos="0" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="11.00" departPos="0" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="free">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="23.00" departPos="random">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="30.00" departLane="0" departPos="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="31.00" departLane="1" departPos="0">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : function routing traveltime_always_checks_vehspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="fast" maxSpeed="50.00"/>
    <vehicle id="fast0" type="fast" depart="0.00">
        <routeDistribution last="0">
            <route cost="147.95" probability="1.00000000" edges="beg beg2left left left2end end"/>
        </routeDistribution>
    </vehicle>
    <vType id="slow" maxSpeed="2.00"/>
    <vehicle id="slow0" type="slow" depart="0.00">
        <routeDistribution last="0">
            <route cost="1000.00" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="fast" maxSpeed="50.00"/>
    <vehicle id="fast0" type="fast" depart="0.00">
        <route edges="beg beg2left left left2end end"/>
    </vehicle>
    <vType id="slow" maxSpeed="2.00"/>
    <vehicle id="slow0" type="slow" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function routing fifo_interpolate ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="780.00">
        <routeDistribution last="0">
            <route cost="845.97" probability="1.00000000" edges="beg beg2left left left2end end rend" exitTimes="880.00 990.00 1390.00 1590.00 1607.99 1625.97"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="810.00">
        <routeDistribution last="0">
            <route cost="835.97" probability="1.00000000" edges="beg beg2left left left2end end rend" exitTimes="910.00 1010.00 1410.00 1610.00 1627.99 1645.97"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="780.00">
        <route edges="beg beg2left left left2end end rend" exitTimes="880.00 990.00 1390.00 1590.00 1607.99 1625.97"/>
    </vehicle>
    <vehicle id="1" type="0" depart="810.00">
        <route edges="beg beg2left left left2end end rend" exitTimes="910.00 1010.00 1410.00 1610.00 1627.99 1645.97"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function routing fifo ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="780.00">
        <routeDistribution last="0">
            <route cost="885.97" probability="1.00000000" edges="beg middle end rend" exitTimes="880.00 1630.00 1647.99 1665.97"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="810.00">
        <routeDistribution last="0">
            <route cost="835.97" probability="1.00000000" edges="beg beg2left left left2end end rend" exitTimes="910.00 1010.00 1410.00 1610.00 1627.99 1645.97"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="780.00">
        <route edges="beg middle end rend" exitTimes="880.00 1630.00 1647.99 1665.97"/>
    </vehicle>
    <vehicle id="1" type="0" depart="810.00">
        <route edges="beg beg2left left left2end end rend" exitTimes="910.00 1010.00 1410.00 1610.00 1627.99 1645.97"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function routing chrouter weights ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="early" depart="0.00">
        <routeDistribution last="0">
            <route cost="214.79" probability="1.00000000" edges="src e1 short e2 dest"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="later" depart="3600.00">
        <routeDistribution last="0">
            <route cost="249.84" probability="1.00000000" edges="src long dest"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="early" depart="0.00">
        <route edges="src e1 short e2 dest"/>
    </vehicle>
    <vehicle id="later" depart="3600.00">
        <route edges="src long dest"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function routing chrouter restrictions2 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="free" depart="0.00">
        <routeDistribution last="0">
            <route cost="214.49" probability="1.00000000" edges="src e1 short e2 dest"/>
        </routeDistribution>
    </vehicle>
    <vType id="restricted" vClass="vip"/>
    <vehicle id="restricted" type="restricted" depart="0.00">
        <routeDistribution last="0">
            <route cost="249.84" probability="1.00000000" edges="src long dest"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="free" depart="0.00">
        <route edges="src e1 short e2 dest"/>
    </vehicle>
    <vType id="restricted" vClass="vip"/>
    <vehicle id="restricted" type="restricted" depart="0.00">
        <route edges="src long dest"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function routing chrouter restrictions1 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="free" depart="0.00">
        <routeDistribution last="0">
            <route cost="215.26" probability="1.00000000" edges="src short dest"/>
        </routeDistribution>
    </vehicle>
    <vType id="restricted" vClass="vip"/>
    <vehicle id="restricted" type="restricted" depart="0.00">
        <routeDistribution last="0">
            <route cost="223.17" probability="1.00000000" edges="src long dest"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="free" depart="0.00">
        <route edges="src short dest"/>
    </vehicle>
    <vType id="restricted" vClass="vip"/>
    <vehicle id="restricted" type="restricted" depart="0.00">
        <route edges="src long dest"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function routing chrouter bidirectional1 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="900.00" probability="1.00000000" edges="src f600 b100 dest"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="src f600 b100 dest"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function routing chrouter bidirectional2 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="700.00" probability="1.00000000" edges="src 500 dest"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="src 500 dest"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function endstep end21 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>
function endstep end19 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function endstep end20 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : function remove_loops route_middle ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="1">
            <route cost="35.97" probability="0.49666672" edges="0/0to1/0 1/0to2/0 2/0to1/0 1/0to2/0 2/0to3/0"/>
            <route cost="21.58" probability="0.50333328" edges="0/0to1/0 1/0to2/0 2/0to3/0"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <route edges="0/0to1/0 1/0to2/0 2/0to3/0"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : function remove_loops bug2042630 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="862" depart="7.00">
        <routeDistribution last="0">
            <route cost="269.96" probability="1.00000000" edges="D2 L3 L5 L7 L6 L10 L13 L15 L16 D3"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="285" depart="91.00">
        <routeDistribution last="0">
            <route cost="270.18" probability="1.00000000" edges="D1 L2 L5 L7 L6 L10 L13 L15 L16 D3"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="444" depart="230.00">
        <routeDistribution last="0">
            <route cost="270.18" probability="1.00000000" edges="D1 L2 L5 L7 L6 L10 L13 L15 L16 D3"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="825" depart="256.00">
        <routeDistribution last="0">
            <route cost="269.96" probability="1.00000000" edges="D2 L3 L5 L7 L6 L10 L13 L15 L16 D3"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="283" depart="349.00">
        <routeDistribution last="0">
            <route cost="270.18" probability="1.00000000" edges="D1 L2 L5 L7 L6 L10 L13 L15 L16 D3"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="361" depart="513.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="862" depart="7.00">
        <route edges="D2 L3 L5 L7 L6 L10 L13 L15 L16 D3"/>
    </vehicle>
    <vehicle id="285" depart="91.00">
        <route edges="D1 L2 L5 L7 L6 L10 L13 L15 L16 D3"/>
    </vehicle>
    <vehicle id="444" depart="230.00">
        <route edges="D1 L2 L5 L7 L6 L10 L13 L15 L16 D3"/>
    </vehicle>
    <vehicle id="825" depart="256.00">
        <route edges="D2 L3 L5 L7 L6 L10 L13 L15 L16 D3"/>
    </vehicle>
    <vehicle id="283" depart="349.00">
        <route edges="D1 L2 L5 L7 L6 L10 L13 L15 L16 D3"/>
    </vehicle>
    <vehicle id="361" depart="513.00">
        <route edges="D1 L2 L5 L7 L6 L10 L13 L15 L16 D3"/>
    </vehicle>
    <vehicle id="438" depart="522.00">
        <route edges="D1 L2 L5 L7 L6 L10 L13 L15 L16 D3"/>
    </vehicle>
    <vehicle id="197" depart="537.00">
        <route edges="D1 L2 L5 L7 L6 L10 L13 L15 L16 D3"/>
    </vehicle>
    <vehicle id="421" depart="617.00">
        <route edges="D1 L2 L5 L7 L6 L10 L13 L15 L16 D3"/>
<truncated after showing first 30 lines>

3 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="21.58" probability="1.00000000" edges="0/0to1/0 1/0to2/0 2/0to3/0"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <route edges="0/0to1/0 1/0to2/0 2/0to3/0"/>
    </vehicle>
</routes>
function remove_loops route_begin ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function remove_loops route_end ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
function remove_loops trip_begin_end ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : bugs ticket1045 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="147" depart="0.00">
        <routeDistribution last="0">
            <route cost="43.17" probability="1.00000000" edges="F4E4 E4E5"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="147" depart="0.00">
        <route edges="F4E4 E4E5"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : bugs ticket99 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,5d0
< Error: No connection between 'end' and 'beg' found.
< Error: No connection between 'end' and 'beg' found.
< Error: Mandatory edge 'beg' not reachable by vehicle '0'.
< Error: The vehicle '0' has no valid route.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>

TEST FAILED on ts-simulation8 : bugs ticket221 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: The vehicle '0' occurs at least twice.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : bugs ticket328 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend" exitTimes="27.99 99.93 117.91 135.90"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend" exitTimes="37.99 109.93 127.91 145.90"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="10.00">
        <route edges="beg middle end rend" exitTimes="27.99 99.93 117.91 135.90"/>
    </vehicle>
    <vehicle id="1" depart="20.00">
        <route edges="beg middle end rend" exitTimes="37.99 109.93 127.91 145.90"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : bugs ticket895 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" emissionClass="HBEFA2/HDV_3_1"/>
    <vehicle id="0_0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="107.91" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" emissionClass="HBEFA2/HDV_3_1"/>
    <vehicle id="0_0" type="0" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : bugs 2468327 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: No output specified.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in log ----------
Error: No output specified.
Quitting (on error).

TEST FAILED on ts-simulation8 : bugs ticket221_flow ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Another route for vehicle '0' exists.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : bugs 11_different_costs ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1,5d0
< Loading net... done.
< Loading precomputed net weights from 'input_weights.dump.xml'... done.
< Skipped until: 0.00
< DijkstraRouterTT answered 10 queries and explored 7.00 edges on average.
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="1">
            <route cost="142.58" probability="0.49986880" edges="beg middle end rend"/>
            <route cost="139.62" probability="0.50013120" edges="beg beg2left left left2end end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="10.00">
        <routeDistribution last="1">
            <route cost="142.58" probability="0.49986880" edges="beg middle end rend"/>
            <route cost="139.62" probability="0.50013120" edges="beg beg2left left left2end end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="20.00">
        <routeDistribution last="0">
            <route cost="143.17" probability="0.49984230" edges="beg middle end rend"/>
            <route cost="139.60" probability="0.50015770" edges="beg beg2left left left2end end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="30.00">
        <routeDistribution last="0">
            <route cost="143.17" probability="0.49984230" edges="beg middle end rend"/>
            <route cost="139.60" probability="0.50015770" edges="beg beg2left left left2end end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="40.00">
        <routeDistribution last="1">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg beg2left left left2end end rend"/>
    </vehicle>
    <vehicle id="1" depart="10.00">
        <route edges="beg beg2left left left2end end rend"/>
    </vehicle>
    <vehicle id="2" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="30.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="40.00">
        <route edges="beg beg2left left left2end end rend"/>
    </vehicle>
    <vehicle id="5" depart="50.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="60.00">
        <route edges="beg beg2left left left2end end rend"/>
    </vehicle>
    <vehicle id="7" depart="70.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="80.00">
        <route edges="beg beg2left left left2end end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : bugs ticket646_vehspeed_ignored ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="fast_car" length="5.00" minGap="2.50" maxSpeed="100.00" guiShape="passenger">
        <carFollowing-Krauss accel="3.00" decel="6.00" sigma="0.50"/>
    </vType>
    <vehicle id="fast" type="fast_car" depart="0.00">
        <routeDistribution last="0">
            <route cost="3.27" probability="1.00000000" edges="start fast1 fast2 end"/>
        </routeDistribution>
    </vehicle>
    <vType id="slow_car" length="5.00" minGap="2.50" maxSpeed="5.00" guiShape="passenger">
        <carFollowing-Krauss accel="3.00" decel="6.00" sigma="0.50"/>
    </vType>
    <vehicle id="slow" type="slow_car" depart="0.00">
        <routeDistribution last="0">
            <route cost="21.37" probability="1.00000000" edges="start slow end"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="fast_car" length="5.00" minGap="2.50" maxSpeed="100.00" guiShape="passenger">
        <carFollowing-Krauss accel="3.00" decel="6.00" sigma="0.50"/>
    </vType>
    <vehicle id="fast" type="fast_car" depart="0.00">
        <route edges="start fast1 fast2 end"/>
    </vehicle>
    <vType id="slow_car" length="5.00" minGap="2.50" maxSpeed="5.00" guiShape="passenger">
        <carFollowing-Krauss accel="3.00" decel="6.00" sigma="0.50"/>
    </vType>
    <vehicle id="slow" type="slow_car" depart="0.00">
        <route edges="start slow end"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : bugs ticket445 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="1679972_1477" depart="88620.00">
        <routeDistribution last="0">
            <route cost="107.91" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="1679972_1477" depart="88620.00">
        <route edges="beg middle end"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : bugs 2149069_internal_edges ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" depart="0.10">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.2" depart="0.20">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.3" depart="0.30">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.4" depart="0.40">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.5" depart="0.50">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" depart="0.10">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" depart="0.20">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" depart="0.30">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.4" depart="0.40">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.5" depart="0.50">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.6" depart="0.60">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.7" depart="0.70">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.8" depart="0.80">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="3.00" fromTaz="1" toTaz="2">
        <routeDistribution last="0">
            <route cost="90.37" probability="1.00000000" edges="beg2left left left2end end"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="3.00" fromTaz="1" toTaz="2">
        <route edges="beg2left left left2end end"/>
    </vehicle>
</routes>
trips taz_noedge ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
trips with_taz ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

3 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" type="0" depart="0.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
routes style2_input with_vehtype_nodef ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
trips one_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
trips one_time_unsorted ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : trips one_time_typedefined ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="2.00" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="2.50" sigma="0.20"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="2.00" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="2.50" sigma="0.20"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="30.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="40.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="50.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="30.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="50.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="60.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="70.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="80.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
routes style1_input increasing_time_novehtype ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
trips increasing_time_notype ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : trips unsorted_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="8" type="0" depart="1.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="7" type="0" depart="18.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="6" type="0" depart="43.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="51.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" type="0" depart="66.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="8" type="0" depart="1.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="18.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="43.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="51.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="66.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0" type="0" depart="71.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="78.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="84.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="63" depart="0.79">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="88" depart="16.72">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="9" depart="18.39">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="55.65">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="19" depart="163.02">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="92" depart="169.75">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="63" depart="0.79">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="88" depart="16.72">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="9" depart="18.39">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="55.65">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="19" depart="163.02">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="92" depart="169.75">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="73" depart="186.01">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="62" depart="207.72">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="68" depart="212.57">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
trips increasing_time_fractional ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
trips unsorted_time_fractional ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : trips increasing_time_typedefined_withclass ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="5.00" minGap="2.00" maxSpeed="30.00" vClass="pedestrian" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="0" depart="30.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="0" depart="40.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="5.00" minGap="2.00" maxSpeed="30.00" vClass="pedestrian" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="30.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="50.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="60.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="70.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : trips unsorted_time_notype ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="8" depart="1.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="7" depart="18.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="6" depart="43.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="51.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="66.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="8" depart="1.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="18.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="43.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="51.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="66.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0" depart="71.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="78.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="84.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : trips increasing_time_2typesdefined ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="5.00" minGap="2.00" maxSpeed="30.00" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vType id="1" length="5.00" minGap="2.00" maxSpeed="30.00" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="1" type="1" depart="1.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="1" depart="11.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="5.00" minGap="2.00" maxSpeed="30.00" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="1" length="5.00" minGap="2.00" maxSpeed="30.00" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="1" type="1" depart="1.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="1" depart="11.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="1" depart="21.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="30.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

3 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0">
        <carFollowing-Krauss accel="100.00"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vType id="1">
        <carFollowing-Krauss decel="100.00"/>
    </vType>
    <vehicle id="1" type="1" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vType id="10" width="100.00"/>
    <vehicle id="10" type="10" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vType id="2">
        <carFollowing-Krauss sigma="1.00"/>
    </vType>
    <vehicle id="2" type="2" depart="0.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0">
        <carFollowing-Krauss accel="100.00"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="1">
        <carFollowing-Krauss decel="100.00"/>
    </vType>
    <vehicle id="1" type="1" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="10" width="100.00"/>
    <vehicle id="10" type="10" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="2">
        <carFollowing-Krauss sigma="1.00"/>
    </vType>
    <vehicle id="2" type="2" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="3" length="100.00"/>
    <vehicle id="3" type="3" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
<truncated after showing first 30 lines>
alternatives style2_input vtypecheck ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input vtypecheck ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
trips vtypecheck ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="0" depart="30.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="0" depart="40.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" type="0" depart="50.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="30.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="50.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="60.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="70.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" type="0" depart="80.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
trips increasing_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
trips increasing_time_unsorted ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="0.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="0.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
routes style2_input no_vehtype ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
trips one_time_notype ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : trips increasing_time_withparams ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="10.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="11.00" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="free">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="10.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="11.00" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="20.00" departPos="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="21.00" departPos="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="22.00" departPos="free">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="23.00" departPos="random">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="30.00" departLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="31.00" departLane="1">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : trips increasing_time_typedefined ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="5.00" minGap="2.00" maxSpeed="30.00" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="0" depart="30.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="0" depart="40.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="5.00" minGap="2.00" maxSpeed="30.00" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="30.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="50.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="60.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="70.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : trips unsorted_time_typedefined ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="8" type="0" depart="1.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="7" type="0" depart="18.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="6" type="0" depart="43.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="51.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="8" type="0" depart="1.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="18.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="43.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="51.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="66.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0" type="0" depart="71.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="78.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : trips errors vehicle_false_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalPos definition for vehicle '';
<  must be one of ("random", "max", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : trips errors vehicle_empty_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'arrivalLane' in definition of a trip is empty.
< Error: Invalid arrivalLane definition for vehicle '';
<  must be one of ("current", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : trips errors vehicle_false_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalSpeed definition for vehicle '';
<  must be one of ("current", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : trips errors vehicle_false_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid departPos definition for vehicle '';
<  must be one of ("random", "random_free", "free", "base", "pwagSimple", "pwagGeneric", "maxSpeedGap", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : trips errors vehicle_empty_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'departSpeed' in definition of a trip is empty.
< Error: Invalid departSpeed definition for vehicle '';
<  must be one of ("random", "max", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : trips errors vehicle_empty_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'arrivalSpeed' in definition of a trip is empty.
< Error: Invalid arrivalSpeed definition for vehicle '';
<  must be one of ("current", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : trips errors vehicle_false_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid departLane definition for vehicle '';
<  must be one of ("random", "free", "allowed", "best", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : trips errors vehicle_empty_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'departLane' in definition of a trip is empty.
< Error: Invalid departLane definition for vehicle '';
<  must be one of ("random", "free", "allowed", "best", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : trips errors vehicle_empty_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'arrivalPos' in definition of a trip is empty.
< Error: Invalid arrivalPos definition for vehicle '';
<  must be one of ("random", "max", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : trips errors vehicle_empty_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'departPos' in definition of a trip is empty.
< Error: Invalid departPos definition for vehicle '';
<  must be one of ("random", "random_free", "free", "base", "pwagSimple", "pwagGeneric", "maxSpeedGap", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : trips errors vehicle_false_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalLane definition for vehicle '';
<  must be one of ("current", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : trips errors vehicle_false_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid departSpeed definition for vehicle '';
<  must be one of ("random", "max", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : trips same_edge ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="17.99" probability="1.00000000" edges="beg"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : vclasses passenger_test_trips ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" vClass="passenger"/>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="absBeg middle end absEnd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" vClass="passenger"/>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="absBeg middle end absEnd"/>
    </vehicle>
</routes>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50" tau="1.00"/>
    </vType>
    <vehicle id="0_0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="absBeg middle end absEnd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50" tau="1.00"/>
    </vType>
    <vehicle id="0_0" type="0" depart="0.00">
        <route edges="absBeg middle end absEnd"/>
    </vehicle>
</routes>
vclasses no_vclass_test_alts_shorter ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
vclasses no_vclass_test_routes_shorter ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : vclasses passenger_test_flows ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" vClass="passenger"/>
    <vehicle id="0.0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="absBeg middle end absEnd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" vClass="passenger"/>
    <vehicle id="0.0" type="0" depart="0.00">
        <route edges="absBeg middle end absEnd"/>
    </vehicle>
</routes>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" vClass="bus"/>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.22" probability="1.00000000" edges="absBeg beg2left left left2end end absEnd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" vClass="bus"/>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="absBeg beg2left left left2end end absEnd"/>
    </vehicle>
</routes>
vclasses bus_test_trips ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
vclasses bus_test_trips_additional ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" vClass="bus">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50" tau="1.00"/>
    </vType>
    <vehicle id="0_0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.22" probability="1.00000000" edges="absBeg beg2left left left2end end absEnd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" vClass="bus">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50" tau="1.00"/>
    </vType>
    <vehicle id="0_0" type="0" depart="0.00">
        <route edges="absBeg beg2left left left2end end absEnd"/>
    </vehicle>
</routes>
vclasses bus_test_alts_correct ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
vclasses bus_test_routes_correct ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

4 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,2d0
< Error: Route '!0_0' (vehicle '0_0') is not valid.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>
vclasses bus_test_alts_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
vclasses bus_test_routes_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
vclasses passenger_test_alts_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
vclasses passenger_test_routes_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50" tau="1.00"/>
    </vType>
    <vehicle id="0_0" type="0" depart="0.00">
        <routeDistribution last="1">
            <route cost="125.22" probability="0.49999443" edges="absBeg beg2left left left2end end absEnd"/>
            <route cost="125.11" probability="0.50000557" edges="absBeg middle end absEnd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50" tau="1.00"/>
    </vType>
    <vehicle id="0_0" type="0" depart="0.00">
        <route edges="absBeg middle end absEnd"/>
    </vehicle>
</routes>
vclasses no_vclass_test_alts_longer ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
vclasses no_vclass_test_routes_longer ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

3 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" vClass="passenger">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50" tau="1.00"/>
    </vType>
    <vehicle id="0_0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="absBeg middle end absEnd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" vClass="passenger">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50" tau="1.00"/>
    </vType>
    <vehicle id="0_0" type="0" depart="0.00">
        <route edges="absBeg middle end absEnd"/>
    </vehicle>
</routes>
vclasses passenger_test_alts_correct ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
vclasses passenger_test_routes_correct ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
vclasses passenger_test_routes_false_repair ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : vclasses passenger_test_end_false_repair ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Vehicle '0_0' is not allowed to arrive on edge 'left2end'.
< Error: The vehicle '0_0' has no valid route.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>

TEST FAILED on ts-simulation8 : vclasses no_vclass_test_flows ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0"/>
    <vehicle id="0.0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="absBeg middle end absEnd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0"/>
    <vehicle id="0.0" type="0" depart="0.00">
        <route edges="absBeg middle end absEnd"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : vclasses bus_test_flows ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" vClass="bus"/>
    <vehicle id="0.0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.22" probability="1.00000000" edges="absBeg beg2left left left2end end absEnd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" vClass="bus"/>
    <vehicle id="0.0" type="0" depart="0.00">
        <route edges="absBeg beg2left left left2end end absEnd"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : vclasses passenger_test_start_false_repair ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Vehicle '0_0' is not allowed to depart on edge 'beg2left'.
< Error: The vehicle '0_0' has no valid route.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>

TEST FAILED on ts-simulation8 : vclasses no_vclass_test_trips ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0"/>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="absBeg middle end absEnd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0"/>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="absBeg middle end absEnd"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : errors default_departspeed_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid departSpeed definition for option 'departspeed';
<  must be one of ("random", "max", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : errors unknown_vType_ignore ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1d0
< Warning: Ignoring uknown vehicle type 'foo'
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="foo" depart="0.00">
        <routeDistribution last="0">
            <route cost="107.91" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="foo" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
</routes>

5 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'vClass' in definition of vType '0' is empty.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>
errors empty_vclass empty_vclass_test_alts_longer ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
errors empty_vclass empty_vclass_test_alts_shorter ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
errors empty_vclass empty_vclass_test_routes_longer ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
errors empty_vclass empty_vclass_test_routes_shorter ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
errors empty_vclass empty_vclass_test_trips ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : errors empty_vclass empty_vclass_test_flows ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'vClass' in definition of vType '0' is empty.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" vClass="ignoring"/>
    <vehicle id="0.0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.11" probability="1.00000000" edges="absBeg middle end absEnd"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" vClass="ignoring"/>
    <vehicle id="0.0" type="0" depart="0.00">
        <route edges="absBeg middle end absEnd"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : errors default_arrivalpos_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalPos definition for option 'arrivalpos';
<  must be one of ("random", "max", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : errors unknown_measure ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Unknown measure (weight attribute 'blub')!
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : errors no_net ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Missing definition of network to load!
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : errors default_arrivalspeed_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalSpeed definition for option 'arrivalspeed';
<  must be one of ("current", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : errors no_output ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: No output specified.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : errors default_departpos_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid departPos definition for option 'departpos';
<  must be one of ("random", "random_free", "free", "base", "pwagSimple", "pwagGeneric", "maxSpeedGap", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

4 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,2d0
< Error: File 'xxx.xml' does not exist.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"/>
errors false_input_alts ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
errors false_input_flows ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
errors false_input_sumo ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
errors false_input_trips ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : errors default_departlane_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid departLane definition for option 'departlane';
<  must be one of ("random", "free", "allowed", "best", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : errors no_input ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: No route input specified or all routes were invalid.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : errors unknown_option ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,8d0
< Error: On processing option '--no-duration-log':
<  No option with the name 'no-duration-log' exists.
< Error: On processing option '--routes=routes.rou.xml':
<  No option with the name 'routes' exists.
< Error: On processing option '--test_this_funky_but_not_exitsing_option':
<  No option with the name 'test_this_funky_but_not_exitsing_option' exists.
< Error: Could not parse commandline options.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : errors false_output ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Could not build output file 'output/routes.rou.xml'.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : errors false_net ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: The network file 'input/input_net.net.xml' could not be found.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : errors default_arrivallane_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalLane definition for option 'arrivallane';
<  must be one of ("current", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : routes style1_input increasing_time_color ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" color="red" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="20.00" color="red">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="30.00" color="red">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" color="red" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="10.00">
        <route color="red" edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="20.00" color="red">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="30.00" color="red">
        <route color="red" edges="beg middle end rend"/>
    </vehicle>
</routes>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="9" type="KRAUSS_DEFAULT" depart="1.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="25.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="38.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="57.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="60.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="9" type="KRAUSS_DEFAULT" depart="1.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="25.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="38.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="57.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="60.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="KRAUSS_DEFAULT" depart="66.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="71.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="KRAUSS_DEFAULT" depart="90.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
routes style1_input unsorted_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input noid_unsorted_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

3 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
alternatives style1_input one_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style1_input one_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input noid_one_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : routes style1_input with_stops ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
        <stop lane="middle_0"/>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
        <stop lane="middle_0"/>
        <stop lane="end_0"/>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end rend"/>
        <stop lane="middle_0"/>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <route edges="beg middle end rend"/>
        <stop lane="middle_0"/>
        <stop lane="end_0"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : routes style1_input multiref ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" type="0" depart="10.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="11" type="0" depart="11.00" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="20" type="0" depart="20.00" departPos="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="21" type="0" depart="21.00" departPos="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="22" type="0" depart="22.00" departPos="free">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="10" type="0" depart="10.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="11" type="0" depart="11.00" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="20" type="0" depart="20.00" departPos="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="21" type="0" depart="21.00" departPos="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="22" type="0" depart="22.00" departPos="free">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="23" type="0" depart="23.00" departPos="random">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="30" type="0" depart="30.00" departLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="31" type="0" depart="31.00" departLane="1">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
routes style1_input withparams ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input withparams ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

4 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="30.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="40.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="30.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="KRAUSS_DEFAULT" depart="50.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="KRAUSS_DEFAULT" depart="60.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="KRAUSS_DEFAULT" depart="70.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
alternatives style1_input increasing_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style1_input increasing_time_color ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style1_input increasing_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input noid_increasing_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : routes style1_input multiref2 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="t1" length="3.00" minGap="2.00" maxSpeed="9.00">
        <carFollowing-Krauss accel="10.00" decel="4.50" sigma="0.00"/>
    </vType>
    <vehicle id="0" type="t1" depart="0.00" departPos="0.00" departSpeed="9.00">
        <routeDistribution last="1">
            <route cost="444040.00" probability="0.07586256" edges="bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right t
op left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom r
ight top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bo
ttom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top l
eft bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right
 top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom
 right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left 
bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top
 left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left"/>
            <route cost="2220.20" probability="0.92413744" edges="bottom right top left"/>
        </routeDistribution>
    </vehicle>
    <vType id="t2" length="3.00" minGap="2.00" maxSpeed="10.00">
        <carFollowing-Krauss accel="10.00" decel="4.50" sigma="0.00"/>
    </vType>
    <vehicle id="1" type="t2" depart="1.00" departPos="0.00" departSpeed="9.00">
        <routeDistribution last="1">
            <route cost="399636.00" probability="0.07586256" edges="bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right t
op left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom r
ight top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bo
ttom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top l
eft bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right
 top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom
 right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left 
bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top
 left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left bottom right top left"/>
            <route cost="1998.18" probability="0.92413744" edges="bottom right top left"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="t1" length="3.00" minGap="2.00" maxSpeed="9.00">
        <carFollowing-Krauss accel="10.00" decel="4.50" sigma="0.00"/>
    </vType>
    <vehicle id="0" type="t1" depart="0.00" departPos="0.00" departSpeed="9.00">
        <route edges="bottom right top left"/>
    </vehicle>
    <vType id="t2" length="3.00" minGap="2.00" maxSpeed="10.00">
        <carFollowing-Krauss accel="10.00" decel="4.50" sigma="0.00"/>
    </vType>
    <vehicle id="1" type="t2" depart="1.00" departPos="0.00" departSpeed="9.00">
        <route edges="bottom right top left"/>
    </vehicle>
</routes>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalPos definition for vehicle '0';
<  must be one of ("random", "max", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
routes style1_input errors vehicle_false_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input errors vehicle_false_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'arrivalLane' in definition of vehicle '0' is empty.
< Error: Invalid arrivalLane definition for vehicle '0';
<  must be one of ("current", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
routes style1_input errors vehicle_empty_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input errors vehicle_empty_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalSpeed definition for vehicle '0';
<  must be one of ("current", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
routes style1_input errors vehicle_false_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input errors vehicle_false_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid departPos definition for vehicle '0';
<  must be one of ("random", "random_free", "free", "base", "pwagSimple", "pwagGeneric", "maxSpeedGap", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
routes style1_input errors vehicle_false_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input errors vehicle_false_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'departSpeed' in definition of vehicle '0' is empty.
< Error: Invalid departSpeed definition for vehicle '0';
<  must be one of ("random", "max", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
routes style1_input errors vehicle_empty_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input errors vehicle_empty_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'arrivalSpeed' in definition of vehicle '0' is empty.
< Error: Invalid arrivalSpeed definition for vehicle '0';
<  must be one of ("current", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
routes style1_input errors vehicle_empty_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input errors vehicle_empty_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid departLane definition for vehicle '0';
<  must be one of ("random", "free", "allowed", "best", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
routes style1_input errors vehicle_false_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input errors vehicle_false_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'departLane' in definition of vehicle '0' is empty.
< Error: Invalid departLane definition for vehicle '0';
<  must be one of ("random", "free", "allowed", "best", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
routes style1_input errors vehicle_empty_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input errors vehicle_empty_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'arrivalPos' in definition of vehicle '0' is empty.
< Error: Invalid arrivalPos definition for vehicle '0';
<  must be one of ("random", "max", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
routes style1_input errors vehicle_empty_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input errors vehicle_empty_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'departPos' in definition of vehicle '0' is empty.
< Error: Invalid departPos definition for vehicle '0';
<  must be one of ("random", "random_free", "free", "base", "pwagSimple", "pwagGeneric", "maxSpeedGap", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
routes style1_input errors vehicle_empty_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input errors vehicle_empty_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalLane definition for vehicle '0';
<  must be one of ("current", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
routes style1_input errors vehicle_false_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input errors vehicle_false_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid departSpeed definition for vehicle '0';
<  must be one of ("random", "max", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
routes style1_input errors vehicle_false_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
routes style2_input errors vehicle_false_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : routes style2_input exit_times ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="0.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
    </vehicle>
    <vehicle id="1" depart="0.00">
        <route edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
    </vehicle>
    <vehicle id="2" depart="0.00">
        <route edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
    </vehicle>
    <vehicle id="3" depart="0.00">
        <route edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
    </vehicle>
    <vehicle id="4" depart="0.00">
        <route edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
    </vehicle>
    <vehicle id="5" depart="0.00">
        <route edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
    </vehicle>
    <vehicle id="6" depart="0.00">
        <route edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
    </vehicle>
    <vehicle id="7" depart="0.00">
        <route edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
    </vehicle>
    <vehicle id="8" depart="0.00">
        <route edges="beg middle end rend" exitTimes="17.99 89.93 107.91 125.90"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : routes style2_input with_vehtype ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.50" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="0" depart="30.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="0" depart="40.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.50" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="30.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="50.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="60.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="70.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : routes style2_input with_vehtype_withclass_deprecated ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1d0
< Warning: The vehicle class 'lightrail' for vType '0' is deprecated, use 'tram' instead.
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.50" minGap="2.00" maxSpeed="70.00" vClass="tram">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.50" minGap="2.00" maxSpeed="70.00" vClass="tram">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : routes style2_input with_vehtype_withclass ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.50" minGap="2.00" maxSpeed="70.00" vClass="tram">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.50" minGap="2.00" maxSpeed="70.00" vClass="tram">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : routes style2_input with_stops ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
        <stop lane="middle_0"/>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end rend"/>
        <stop lane="middle_0"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : routes style2_input defaulttype_overwrite ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="DEFAULT_VEHTYPE" length="3.50" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vType id="1" length="3.50" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="1" type="1" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="11" type="1" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="DEFAULT_VEHTYPE" length="3.50" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="1" length="3.50" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="1" type="1" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="10" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="11" type="1" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : routes style2_input with_2vehtypes ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.50" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vType id="1" length="3.50" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="1" type="1" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" type="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="11" type="1" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.50" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="1" length="3.50" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vehicle id="1" type="1" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="10" type="0" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="11" type="1" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : routes style2_input with_persons_only ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <person id="p1" depart="0">
        <walk edges="middle end" departPos="2" arrivalPos="23"/>
        <stop lane="end_0" duration="10"/>
    </person>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <person id="p1" depart="0">
        <walk edges="middle end" departPos="2" arrivalPos="23"/>
        <stop lane="end_0" duration="10"/>
    </person>
</routes>

TEST FAILED on ts-simulation8 : routes style2_input with_persons ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="triggered">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <person id="p1" depart="0">
        <ride from="beg" to="end" lines="0"/>
    </person>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="triggered">
        <route edges="beg middle end rend"/>
    </vehicle>
    <person id="p1" depart="0">
        <ride from="beg" to="end" lines="0"/>
    </person>
</routes>

TEST FAILED on ts-simulation8 : routes style2_input with_busstops ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
        <stop busStop="busStop#1" duration="20.00"/>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end rend"/>
        <stop busStop="busStop#1" duration="20.00"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : routes style2_input separate_vehtypes ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="1" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" type="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="11" type="1" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="1" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="10" type="0" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="11" type="1" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>
---------- Missing result in vtypes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.50" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
    <vType id="1" length="3.50" minGap="2.00" maxSpeed="70.00">
        <carFollowing-Krauss accel="2.00" decel="4.00" sigma="0.90"/>
    </vType>
</routes>

TEST FAILED on ts-simulation8 : routes style2_input with_stops_expected ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
        <stop lane="middle_0" triggered="1" expected="p1 p2"/>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end rend"/>
        <stop lane="middle_0" triggered="1" expected="p1 p2"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives iteration_bug1 ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1,5d0
< Loading net... done.
< Loading precomputed net weights from 'input_weights.dump.xml'... done.
< Skipped until: 1.00
< DijkstraRouterTT answered 1 queries and explored 13.00 edges on average.
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="CarA" length="2.00" minGap="0.00" maxSpeed="180.00">
        <carFollowing-Krauss accel="2.00" decel="6.00" sigma="0.00" tau="1.00"/>
    </vType>
    <vehicle id="veh0" type="CarA" depart="1.00" color="red">
        <routeDistribution last="0">
            <route cost="223.22" probability="1.00000000" color="red" edges="L1 L9 L17 L26"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="CarA" length="2.00" minGap="0.00" maxSpeed="180.00">
        <carFollowing-Krauss accel="2.00" decel="6.00" sigma="0.00" tau="1.00"/>
    </vType>
    <vehicle id="veh0" type="CarA" depart="1.00" color="red">
        <route color="red" edges="L1 L9 L17 L26"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives max_alternatives ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00" color="black">
        <routeDistribution last="1">
            <route cost="29.86" probability="0.51490464" edges="beg middle end"/>
            <route cost="50.11" probability="0.48509536" edges="beg 1toL L Lto2 end"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00" color="black">
        <route edges="beg 1toL L Lto2 end"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input unsorted_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="9" type="KRAUSS_DEFAULT" depart="1.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="7" type="KRAUSS_DEFAULT" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" type="KRAUSS_DEFAULT" depart="31.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="34.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="40.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="9" type="KRAUSS_DEFAULT" depart="1.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="KRAUSS_DEFAULT" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="KRAUSS_DEFAULT" depart="31.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="34.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="45.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="KRAUSS_DEFAULT" depart="49.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="69.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : alternatives style1_input increasing_time_novehtype ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" color="yellow" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="20.00" color="yellow">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="30.00" color="yellow">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" color="yellow" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="10.00">
        <route color="yellow" edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="20.00" color="yellow">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="30.00" color="yellow">
        <route color="yellow" edges="beg middle end rend"/>
    </vehicle>
</routes>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" type="0" depart="10.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="11" type="0" depart="11.00" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="20" type="0" depart="20.00" departPos="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="21" type="0" depart="21.00" departPos="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="10" type="0" depart="10.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="11" type="0" depart="11.00" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="20" type="0" depart="20.00" departPos="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="21" type="0" depart="21.00" departPos="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="22" type="0" depart="22.00" departPos="free">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="23" type="0" depart="23.00" departPos="random">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="30" type="0" depart="30.00" departLane="0">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
alternatives style1_input withparams ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input withparams ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>
alternatives style1_input route_cost_missing ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input route_cost_missing ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : alternatives style1_input errors route route_cost_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'cost' in definition of route '1' is not of type float.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors route route_prob_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'probability' in definition of route '1' is not of type float.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors route route_prob_negative ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Invalid probability for route '1'.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors route route_cost_empty ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'cost' in definition of route '1' is empty.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors route route_cost_negative ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Invalid cost for route '1'.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors route route_prob_empty ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'probability' in definition of route '1' is empty.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors route route_prob_missing ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1d0
< Warning: No probability for a route in 'distribution '1'', using default.
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors xml missing_element_end ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,6d0
< Error: The route of the vehicle '1' is not known.
< Error: Expected end of tag 'routeDistribution'
<  In file 'input_alts.rou.alt.xml'
<  At line/column 13/3.
< 
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : alternatives style1_input errors xml missing_element_begin ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,7d0
< Error: Attribute 'id' is missing in definition of a route.
< Error: Route '' has no edges.
< Error: Expected end of tag 'routes'
<  In file 'input_alts.rou.alt.xml'
<  At line/column 10/6.
< 
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : alternatives style1_input errors xml no_begin ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,5d0
< Error: Expected comment or processing instruction
<  In file 'input_alts.rou.alt.xml'
<  At line/column 6/4.
< 
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : alternatives style1_input errors xml no_end ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,5d0
< Error: The input ended before all started tags were ended. Last tag started was 'routes'
<  In file 'input_alts.rou.alt.xml'
<  At line/column 14/1.
< 
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors xml double_attribute ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,5d0
< Error: The attribute 'probability' is already used in element 'route'
<  In file 'input_alts.rou.alt.xml'
<  At line/column 10/57.
< 
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalPos definition for vehicle '1';
<  must be one of ("random", "max", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_false_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_false_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,2d0
< Error: The route of the vehicle '1' is not known.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>
alternatives style1_input errors vehicle vehicle_route_missing ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style1_input errors vehicle vehicle_route_unknown ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'arrivalLane' in definition of vehicle '1' is empty.
< Error: Invalid arrivalLane definition for vehicle '1';
<  must be one of ("current", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_empty_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_empty_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalSpeed definition for vehicle '1';
<  must be one of ("current", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_false_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_false_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid departPos definition for vehicle '1';
<  must be one of ("random", "random_free", "free", "base", "pwagSimple", "pwagGeneric", "maxSpeedGap", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_false_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_false_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid departure time for vehicle '1';
<  must be one of ("triggered", "now", or a float >= 0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_depart_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_depart_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : alternatives style1_input errors vehicle vehicle_route_empty ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Attribute 'route' in definition of vehicle '1' is empty.
< Error: The route of the vehicle '1' is not known.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'departSpeed' in definition of vehicle '1' is empty.
< Error: Invalid departSpeed definition for vehicle '1';
<  must be one of ("random", "max", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_empty_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_empty_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'id' is missing in definition of a vehicle.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_id_missing ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_id_missing ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'arrivalSpeed' in definition of vehicle '1' is empty.
< Error: Invalid arrivalSpeed definition for vehicle '1';
<  must be one of ("current", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_empty_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_empty_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'depart' is missing in definition of vehicle '1'.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_depart_missing ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_depart_missing ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'id' in definition of a vehicle is empty.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_id_empty ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_id_empty ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid departLane definition for vehicle '1';
<  must be one of ("random", "free", "allowed", "best", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_false_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_false_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'departLane' in definition of vehicle '1' is empty.
< Error: Invalid departLane definition for vehicle '1';
<  must be one of ("random", "free", "allowed", "best", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_empty_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_empty_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'arrivalPos' in definition of vehicle '1' is empty.
< Error: Invalid arrivalPos definition for vehicle '1';
<  must be one of ("random", "max", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_empty_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_empty_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'depart' in definition of vehicle '1' is empty.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_depart_empty ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_depart_empty ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'departPos' in definition of vehicle '1' is empty.
< Error: Invalid departPos definition for vehicle '1';
<  must be one of ("random", "random_free", "free", "base", "pwagSimple", "pwagGeneric", "maxSpeedGap", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_empty_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_empty_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalLane definition for vehicle '1';
<  must be one of ("current", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_false_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_false_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

2 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
1,3d0
< Error: Invalid departSpeed definition for vehicle '1';
<  must be one of ("random", "max", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
alternatives style1_input errors vehicle vehicle_false_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
alternatives style2_input errors vehicle vehicle_false_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : alternatives style1_input errors routealt routealt_last_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'last' in definition of routeDistribution '1' is not of type int.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors routealt routealt_last_missing ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'last' is missing in definition of routeDistribution '1'.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors routealt routealt_id_missing ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,5d0
< Error: Attribute 'id' is missing in definition of a routeDistribution.
< Error: Attribute 'id' is missing in definition of a route.
< Error: Route '' has no edges.
< Error: The route of the vehicle '1' is not known.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors routealt routealt_last_empty ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'last' in definition of routeDistribution '1' is empty.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors routealt routealt_last_negative ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,5d0
< Error: Negative index of a route alternative (id='1').
< Error: Attribute 'id' is missing in definition of a route.
< Error: Route '' has no edges.
< Error: The route of the vehicle '1' is not known.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style1_input errors routealt routealt_id_empty ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,5d0
< Error: Attribute 'id' in definition of a routeDistribution is empty.
< Error: Attribute 'id' is missing in definition of a route.
< Error: Route '' has no edges.
< Error: The route of the vehicle '1' is not known.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input with_vehtype ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : alternatives style2_input no_vehtype ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" depart="0.00" color="black">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : alternatives style2_input with_vehtype_nodef ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" type="0" depart="0.00" color="black">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="8" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : alternatives style2_input with_2vehtypes ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vType id="1" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="1" type="1" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10" type="0" depart="10.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="11" type="1" depart="10.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="1" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="1" type="1" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="10" type="0" depart="10.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="11" type="1" depart="10.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input noid_unsorted_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="9" type="KRAUSS_DEFAULT" depart="1.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="9.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="5" type="KRAUSS_DEFAULT" depart="13.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="19.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="22.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="9" type="KRAUSS_DEFAULT" depart="1.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="9.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="KRAUSS_DEFAULT" depart="13.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="19.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="22.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="KRAUSS_DEFAULT" depart="38.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="KRAUSS_DEFAULT" depart="51.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="79.00" color="black">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : alternatives style2_input noid_increasing_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="10.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="20.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="30.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="40.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="10.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="20.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="30.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="40.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="KRAUSS_DEFAULT" depart="50.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="KRAUSS_DEFAULT" depart="60.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="KRAUSS_DEFAULT" depart="70.00" color="black">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : alternatives style2_input with_vehtype_with_class ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" vClass="private" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="3.00" minGap="2.00" maxSpeed="70.00" vClass="private" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="0" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : alternatives style2_input errors route route_cost_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'cost' in definition of route '!1' is not of type float.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input errors route route_prob_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'probability' in definition of route '!1' is not of type float.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input errors route route_prob_negative ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Invalid probability for route '!1'.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input errors route route_cost_empty ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'cost' in definition of route '!1' is empty.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input errors route route_cost_negative ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Invalid cost for route '!1'.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input errors route route_prob_empty ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'probability' in definition of route '!1' is empty.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input errors route route_prob_missing ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1d0
< Warning: No probability for a route in 'for vehicle '1'', using default.
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input errors xml missing_element_end ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,5d0
< Error: Expected end of tag 'routeDistribution'
<  In file 'input_alts.rou.alt.xml'
<  At line/column 14/6.
< 
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : alternatives style2_input errors xml missing_element_begin ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,5d0
< Error: Expected end of tag 'vehicle'
<  In file 'input_alts.rou.alt.xml'
<  At line/column 13/6.
< 
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : alternatives style2_input errors xml no_begin ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,5d0
< Error: Expected comment or processing instruction
<  In file 'input_alts.rou.alt.xml'
<  At line/column 5/4.
< 
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : alternatives style2_input errors xml no_end ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,5d0
< Error: The input ended before all started tags were ended. Last tag started was 'routes'
<  In file 'input_alts.rou.alt.xml'
<  At line/column 18/1.
< 
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input errors xml double_attribute ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,5d0
< Error: The attribute 'probability' is already used in element 'route'
<  In file 'input_alts.rou.alt.xml'
<  At line/column 13/57.
< 
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : alternatives style2_input errors routealt routealt_last_false ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'last' in definition of routeDistribution '!1' is not of type int.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input errors routealt routealt_last_missing ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'last' is missing in definition of routeDistribution '!1'.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input errors routealt routealt_last_empty ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Attribute 'last' in definition of routeDistribution '!1' is empty.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input errors routealt routealt_last_negative ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,2d0
< Error: Negative index of a route alternative (id='!1').
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : alternatives style2_input noid_one_time ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="KRAUSS_DEFAULT" length="3.00" minGap="2.00" maxSpeed="70.00" color="yellow">
        <carFollowing-Krauss accel="2.60" decel="4.50" sigma="0.50"/>
    </vType>
    <vehicle id="0" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="2" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="3" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="4" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="5" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="6" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="7" type="KRAUSS_DEFAULT" depart="0.00" color="black">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : flows 100s_interval_withtype ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" type="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.2" type="0" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.3" type="0" depart="30.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.4" type="0" depart="40.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.5" type="0" depart="50.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" type="0" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" type="0" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" type="0" depart="30.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.4" type="0" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.5" type="0" depart="50.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.6" type="0" depart="60.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.7" type="0" depart="70.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.8" type="0" depart="80.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.2" depart="40.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.3" depart="60.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.4" depart="80.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.5" depart="100.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" depart="60.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.4" depart="80.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.5" depart="100.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.6" depart="120.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.7" depart="140.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.8" depart="160.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
flows 200s_interval ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
flows 200s_interval_ext ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : flows 100s_interval_withparams ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="10.0" depart="10.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="11.0" depart="11.00" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="20.0" depart="20.00" departPos="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="21.0" depart="21.00" departPos="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="22.0" depart="22.00" departPos="free">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="10.0" depart="10.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="11.0" depart="11.00" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="20.0" depart="20.00" departPos="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="21.0" depart="21.00" departPos="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="22.0" depart="22.00" departPos="free">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="23.0" depart="23.00" departPos="random">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="30.0" depart="30.00" departLane="0">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="31.0" depart="31.00" departLane="1">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : flows 100s_interval_random ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="7.58">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" depart="9.51">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.2" depart="9.74">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.3" depart="12.69">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.4" depart="35.35">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.5" depart="75.18">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="7.58">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" depart="9.51">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" depart="9.74">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" depart="12.69">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.4" depart="35.35">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.5" depart="75.18">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.6" depart="75.85">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.7" depart="83.72">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.8" depart="88.65">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : flows 0_vehicles ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Warning: Flow '0' has 0 vehicles; will skip it.
< Error: No route input specified or all routes were invalid.
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : flows vtypecheck ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0">
        <carFollowing-Krauss accel="100.00"/>
    </vType>
    <vehicle id="0.0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vType id="1">
        <carFollowing-Krauss decel="100.00"/>
    </vType>
    <vehicle id="1.0" type="1" depart="10.00" color="black">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vType id="2">
        <carFollowing-Krauss sigma="1.00"/>
    </vType>
    <vehicle id="2.0" type="2" depart="11.00" color="magenta">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vType id="3" length="100.00"/>
    <vehicle id="3.0" type="3" depart="20.00" departPos="0.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0">
        <carFollowing-Krauss accel="100.00"/>
    </vType>
    <vehicle id="0.0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="1">
        <carFollowing-Krauss decel="100.00"/>
    </vType>
    <vehicle id="1.0" type="1" depart="10.00" color="black">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="2">
        <carFollowing-Krauss sigma="1.00"/>
    </vType>
    <vehicle id="2.0" type="2" depart="11.00" color="magenta">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="3" length="100.00"/>
    <vehicle id="3.0" type="3" depart="20.00" departPos="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="4" minGap="100.00"/>
    <vehicle id="4.0" type="4" depart="21.00" departPos="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : flows 100s_interval_2typesdefined ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="5.00" minGap="2.00" maxSpeed="30.00" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="0.0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vType id="1" length="5.00" minGap="2.00" maxSpeed="30.00" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="1.0" type="1" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" type="0" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="1.1" type="1" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="5.00" minGap="2.00" maxSpeed="30.00" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="0.0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vType id="1" length="5.00" minGap="2.00" maxSpeed="30.00" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="1.0" type="1" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" type="0" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1.1" type="1" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" type="0" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="1.2" type="1" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" type="0" depart="60.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : flows distribution_tests 10s_interval_5veh ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" depart="2.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.2" depart="4.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.3" depart="6.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.4" depart="8.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" depart="2.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" depart="4.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" depart="6.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.4" depart="8.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : flows distribution_tests 10s_interval_2veh ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" depart="5.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" depart="5.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : flows distribution_tests 10s_interval_10veh ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" depart="1.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.2" depart="2.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.3" depart="3.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.4" depart="4.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.5" depart="5.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" depart="1.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" depart="2.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" depart="3.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.4" depart="4.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.5" depart="5.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.6" depart="6.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.7" depart="7.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.8" depart="8.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : flows distribution_tests 10s_interval_20veh ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" depart="0.50">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.2" depart="1.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.3" depart="1.50">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.4" depart="2.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.5" depart="2.50">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" depart="0.50">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" depart="1.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" depart="1.50">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.4" depart="2.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.5" depart="2.50">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.6" depart="3.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.7" depart="3.50">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.8" depart="4.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : flows distribution_tests 10s_interval_1veh ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : flows 100s_interval_typedefined ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="5.00" minGap="2.00" maxSpeed="30.00" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="0.0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" type="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.2" type="0" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.3" type="0" depart="30.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.4" type="0" depart="40.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="5.00" minGap="2.00" maxSpeed="30.00" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="0.0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" type="0" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" type="0" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" type="0" depart="30.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.4" type="0" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.5" type="0" depart="50.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.6" type="0" depart="60.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.7" type="0" depart="70.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : flows 1s_interval ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" depart="0.10">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.2" depart="0.20">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.3" depart="0.30">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.4" depart="0.40">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.5" depart="0.50">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" depart="0.10">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" depart="0.20">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" depart="0.30">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.4" depart="0.40">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.5" depart="0.50">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.6" depart="0.60">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.7" depart="0.70">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.8" depart="0.80">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : flows 100s_interval_withtype_withclass ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="5.00" minGap="2.00" maxSpeed="30.00" vClass="bus" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="0.0" type="0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" type="0" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.2" type="0" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.3" type="0" depart="30.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.4" type="0" depart="40.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vType id="0" length="5.00" minGap="2.00" maxSpeed="30.00" vClass="bus" color="red">
        <carFollowing-Krauss accel="1.60" decel="5.50" sigma="0.90"/>
    </vType>
    <vehicle id="0.0" type="0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" type="0" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" type="0" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" type="0" depart="30.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.4" type="0" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.5" type="0" depart="50.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.6" type="0" depart="60.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.7" type="0" depart="70.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-simulation8 : flows 200s_interval_random ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="9.74">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" depart="12.69">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.2" depart="35.35">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.3" depart="75.18">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.4" depart="103.99">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.5" depart="128.78">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="9.74">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" depart="12.69">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" depart="35.35">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" depart="75.18">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.4" depart="103.99">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.5" depart="128.78">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.6" depart="130.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.7" depart="138.65">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.8" depart="140.59">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-simulation8 :

---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.1" depart="10.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.2" depart="20.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.3" depart="30.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.4" depart="40.00">
        <routeDistribution last="0">
            <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
        </routeDistribution>
    </vehicle>
    <vehicle id="0.5" depart="50.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0.0" depart="0.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.1" depart="10.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.2" depart="20.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.3" depart="30.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.4" depart="40.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.5" depart="50.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.6" depart="60.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.7" depart="70.00">
        <route edges="beg middle end rend"/>
    </vehicle>
    <vehicle id="0.8" depart="80.00">
        <route edges="beg middle end rend"/>
<truncated after showing first 30 lines>
flows 100s_interval ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
flows 100s_interval_ext ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : flows errors vehicle_false_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalPos definition for flow '0';
<  must be one of ("random", "max", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : flows errors vehicle_empty_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'arrivalLane' in definition of flow '0' is empty.
< Error: Invalid arrivalLane definition for flow '0';
<  must be one of ("current", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : flows errors vehicle_false_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalSpeed definition for flow '0';
<  must be one of ("current", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : flows errors vehicle_false_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid departPos definition for flow '0';
<  must be one of ("random", "random_free", "free", "base", "pwagSimple", "pwagGeneric", "maxSpeedGap", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : flows errors vehicle_empty_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'departSpeed' in definition of flow '0' is empty.
< Error: Invalid departSpeed definition for flow '0';
<  must be one of ("random", "max", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : flows errors vehicle_empty_arrivalspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'arrivalSpeed' in definition of flow '0' is empty.
< Error: Invalid arrivalSpeed definition for flow '0';
<  must be one of ("current", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : flows errors vehicle_false_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid departLane definition for flow '0';
<  must be one of ("random", "free", "allowed", "best", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : flows errors vehicle_empty_departlane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'departLane' in definition of flow '0' is empty.
< Error: Invalid departLane definition for flow '0';
<  must be one of ("random", "free", "allowed", "best", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : flows errors vehicle_empty_arrivalpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'arrivalPos' in definition of flow '0' is empty.
< Error: Invalid arrivalPos definition for flow '0';
<  must be one of ("random", "max", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : flows errors vehicle_empty_departpos ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,4d0
< Error: Attribute 'departPos' in definition of flow '0' is empty.
< Error: Invalid departPos definition for flow '0';
<  must be one of ("random", "random_free", "free", "base", "pwagSimple", "pwagGeneric", "maxSpeedGap", or a float)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : flows errors vehicle_false_arrivallane ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid arrivalLane definition for flow '0';
<  must be one of ("current", or an int>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

TEST FAILED on ts-simulation8 : flows errors vehicle_false_departspeed ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,3d0
< Error: Invalid departSpeed definition for flow '0';
<  must be one of ("random", "max", or a float>=0)
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11

Detailed information for the tests that had known bugs:

TEST had known bugs (see #1040) on ts-simulation8 : errors unknown_vType ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

should warn about unknown vType
(This bug was triggered by FAILING to find text in file 'errors' matching 'Error')
---------- Differences in errors ----------
1,2d0
< Error: Unknown vehicle type 'foo'
< Quitting (on error).
---------- Differences in exitcode ----------
1c1
< 1
---
> -11