logo separator

Build mkgmap/splitter #167.2

Commit: 590 by gerd
Branch: trunk
Time: 27 Jan 2018, 9:05 a.m.
Passed
This test: 44 sec
Total time: 1 min 34 sec

remove option --align-for-dem It is no longer of any use and only adds complexity. If you have created split-files (areas.list) with this option you can continue to use them.

Start build of mkgmap/splitter-590 for BuildEnv: java=openjdk8, python=default {}

Checkout mkgmap/splitter branch trunk revision 590

Starting script "build"

$ java -version

Picked up _JAVA_OPTIONS: -Duser.home=/home/builder/build/root_xADzIL

openjdk version "1.8.0_161"

OpenJDK Runtime Environment (build 1.8.0_161-b14)

OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)

$ ant -version

Picked up _JAVA_OPTIONS: -Duser.home=/home/builder/build/root_xADzIL

Apache Ant(TM) version 1.9.6 compiled on June 29 2015

$ echo "svn.version: 590" > resources/splitter-version.properties

$ echo "build.timestamp: $(date -Iseconds)" >> resources/splitter-version.properties

$ exit

exit

cd . for archives

tar . to /home/builder/build/root_xADzIL/dist/splitter-r590-src.tar.gz

cd . for archives

zip . to /home/builder/build/root_xADzIL/dist/splitter-r590-src.zip

$ ant -Dhave.version=1 dist

Picked up _JAVA_OPTIONS: -Duser.home=/home/builder/build/root_xADzIL

Buildfile: /home/builder/build/root_xADzIL/src/build.xml

prepare:

[mkdir] Created dir: /home/builder/build/root_xADzIL/src/build/classes

[mkdir] Created dir: /home/builder/build/root_xADzIL/src/build/test-classes

[mkdir] Created dir: /home/builder/build/root_xADzIL/src/build/test-output

ivy-availability:

download-ivy:

[mkdir] Created dir: /home/builder/build/root_xADzIL/src/lib/build

[mkdir] Created dir: /home/builder/build/root_xADzIL/src/lib/compile

[mkdir] Created dir: /home/builder/build/root_xADzIL/src/lib/test

[get] Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar

[get] To: /home/builder/build/root_xADzIL/src/lib/build/ivy-2.2.0.jar

init-ivy:

[ivy:configure] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::

[ivy:configure] :: loading settings :: file = /home/builder/build/root_xADzIL/src/ivysettings.xml

resolve-compile:

[ivy:retrieve] downloading http://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar ...

[ivy:retrieve] ........................................ (520kB)

[ivy:retrieve] .. (0kB)

[ivy:retrieve] [SUCCESSFUL ] com.google.protobuf#protobuf-java;2.5.0!protobuf-java.jar(bundle) (113ms)

[ivy:retrieve] downloading http://ivy.mkgmap.org.uk/repo/crosby/osmpbf/1.3.3/jars/osmpbf.jar ...

[ivy:retrieve] .... (129kB)

[ivy:retrieve] .. (0kB)

[ivy:retrieve] [SUCCESSFUL ] crosby#osmpbf;1.3.3!osmpbf.jar (30ms)

[ivy:retrieve] downloading http://ivy.mkgmap.org.uk/repo/it.unimi.dsi/fastutil/6.5.15-mkg.1b/jars/fastutil.jar ...

[ivy:retrieve] ......... (464kB)

[ivy:retrieve] .. (0kB)

[ivy:retrieve] [SUCCESSFUL ] it.unimi.dsi#fastutil;6.5.15-mkg.1b!fastutil.jar (48ms)

[ivy:retrieve] downloading http://repo1.maven.org/maven2/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.jar ...

[ivy:retrieve] ..... (117kB)

[ivy:retrieve] .. (0kB)

[ivy:retrieve] [SUCCESSFUL ] xpp3#xpp3;1.1.4c!xpp3.jar (59ms)

compile:

[javac] Compiling 80 source files to /home/builder/build/root_xADzIL/src/build/classes

[javac] Note: /home/builder/build/root_xADzIL/src/src/uk/me/parabola/splitter/args/ParamParser.java uses unchecked or unsafe operations.

[javac] Note: Recompile with -Xlint:unchecked for details.

resolve-test:

[ivy:retrieve] downloading http://repo1.maven.org/maven2/junit/junit/4.11/junit-4.11.jar ...

[ivy:retrieve] ...................................................... (239kB)

[ivy:retrieve] .. (0kB)

[ivy:retrieve] [SUCCESSFUL ] junit#junit;4.11!junit.jar (105ms)

[ivy:retrieve] downloading http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar ...

[ivy:retrieve] ....... (43kB)

[ivy:retrieve] .. (0kB)

[ivy:retrieve] [SUCCESSFUL ] org.hamcrest#hamcrest-core;1.3!hamcrest-core.jar (48ms)

compile.tests:

[javac] Compiling 13 source files to /home/builder/build/root_xADzIL/src/build/test-classes

run.tests:

[mkdir] Created dir: /home/builder/build/root_xADzIL/src/tmp/report

[junit] Picked up _JAVA_OPTIONS: -Duser.home=/home/builder/build/root_xADzIL

[junit] Running uk.me.parabola.splitter.AreaSetTest

[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec

[junit] Running uk.me.parabola.splitter.ConvertTest

[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec

[junit] Running uk.me.parabola.splitter.RoundingTest

[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec

[junit] Running uk.me.parabola.splitter.geo.CityFinderTest

[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec

[junit] Running uk.me.parabola.splitter.tools.CustomCollectionsTest

[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.585 sec

[junit] Running uk.me.parabola.splitter.tools.SparseBitSetTest

[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec

[junitreport] Processing /home/builder/build/root_xADzIL/src/tmp/TESTS-TestSuites.xml to /tmp/null626084169

[junitreport] Loading stylesheet jar:file:/opt/jars/apache-ant-1.9.6/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl

[junitreport] Transform time: 1632ms

[junitreport] Deleting: /tmp/null626084169

build:

[copy] Copying 1 file to /home/builder/build/root_xADzIL/src/build/classes

svn-version:

git-version:

check-version:

version-file:

dist:

[mkdir] Created dir: /home/builder/build/root_xADzIL/src/dist

[mkdir] Created dir: /home/builder/build/root_xADzIL/src/dist/doc/api

[copy] Copying 6 files to /home/builder/build/root_xADzIL/src/dist/doc

[copy] Copying 4 files to /home/builder/build/root_xADzIL/src/dist/lib

[jar] Building jar: /home/builder/build/root_xADzIL/src/dist/splitter.jar

BUILD SUCCESSFUL

Total time: 25 seconds

$ exit

exit

$ ant -Dhave.version=1 run.tests

Picked up _JAVA_OPTIONS: -Duser.home=/home/builder/build/root_xADzIL

Buildfile: /home/builder/build/root_xADzIL/src/build.xml

prepare:

ivy-availability:

download-ivy:

init-ivy:

[ivy:configure] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::

[ivy:configure] :: loading settings :: file = /home/builder/build/root_xADzIL/src/ivysettings.xml

resolve-test:

compile.tests:

run.tests:

[junit] Picked up _JAVA_OPTIONS: -Duser.home=/home/builder/build/root_xADzIL

[junit] Running uk.me.parabola.splitter.AreaSetTest

[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 sec

[junit] Running uk.me.parabola.splitter.ConvertTest

[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec

[junit] Running uk.me.parabola.splitter.RoundingTest

[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec

[junit] Running uk.me.parabola.splitter.geo.CityFinderTest

[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec

[junit] Running uk.me.parabola.splitter.tools.CustomCollectionsTest

[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.565 sec

[junit] Running uk.me.parabola.splitter.tools.SparseBitSetTest

[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec

[junitreport] Processing /home/builder/build/root_xADzIL/src/tmp/TESTS-TestSuites.xml to /tmp/null700548405

[junitreport] Loading stylesheet jar:file:/opt/jars/apache-ant-1.9.6/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl

[junitreport] Transform time: 1716ms

[junitreport] Deleting: /tmp/null700548405

BUILD SUCCESSFUL

Total time: 11 seconds

$ exit

exit

Script ended without errors.

End build of mkgmap/splitter-590 for environment BuildEnv: java=openjdk8, python=default {}

Latest commits

  • splitter-r654 - add note that splitter doesn't handle holes in *.poly files.
    05 apr 2024
  • mkgmap-r4919 Avoid possible integer overflow in blocksize calculation when gmapsupp contains large number of tiles.
    04 apr 2024
  • mkgmap-r4918 add surface=chipseal to group of surfaces which means paved.
    06 mar 2024
  • mkgmap-r4917 fix typos in documentation: $LONG_DATE$ -> $LONGDATE$, $SHORT_DATE$ -> $SHORTDATE$.
    18 feb 2024
  • mkgmap-r4916 sortResource_v3.patch (with updated date in comment) by Ticker Berkin.
    13 oct 2023
See more...