logo separator

Build mkgmap/mkgmap #1248.3

Commit: 4866 by gerd
Branch: faster-mp
Time: 16 Jan 2022, 9:20 a.m.
Passed
This test: 57 sec
Total time: 3 min 32 sec

fix another " Internal error: Failed to render MultiPolygonRelation" Have to return Double.MAX_VALUE instead of -1 in getMaxCloseDist() to signal that any distance is OK In trunk the value was ignored when it was negative, so the results from the branch should be closer to trunk. Closing the ring of a MP inside the tile bounds means that possibly invalid data is rendered. Don't remember if I changed the code to avoid that or if it was accidential.

Start build of mkgmap/mkgmap-4866 for BuildEnv: java=openjdk11, python=default {}

Checkout mkgmap/mkgmap branch faster-mp revision 4866

Starting script "build"

$ java -version

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

openjdk version "11.0.11" 2021-04-20 LTS

OpenJDK Runtime Environment 18.9 (build 11.0.11+9-LTS)

OpenJDK 64-Bit Server VM 18.9 (build 11.0.11+9-LTS, mixed mode, sharing)

$ ant -version

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

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

$ echo "svn.version: 4866" > resources/mkgmap-version.properties

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

$ exit

exit

cd . for archives

tar . to /home/builder/build/root_4aruJw/dist/mkgmap-faster-mp-r4866-src.tar.gz

cd . for archives

zip . to /home/builder/build/root_4aruJw/dist/mkgmap-faster-mp-r4866-src.zip

$ ant -Dhave.version=1 dist

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

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

prepare:

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

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

ivy-availability:

download-ivy:

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

[get] Getting: https://repo1.maven.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar

[get] To: /home/builder/build/root_4aruJw/src/lib/build/ivy-2.4.0.jar

init-ivy:

[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::

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

resolve-compile:

WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by org.apache.ivy.util.url.IvyAuthenticator (file:/home/builder/build/root_4aruJw/src/lib/build/ivy-2.4.0.jar) to field java.net.Authenticator.theAuthenticator

WARNING: Please consider reporting this to the maintainers of org.apache.ivy.util.url.IvyAuthenticator

WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations

WARNING: All illegal access operations will be denied in a future release

[ivy:retrieve] downloading https://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) (183ms)

[ivy:retrieve] downloading https://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 (128ms)

[ivy:retrieve] downloading https://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 (128ms)

compile:

[javac] Compiling 509 source files to /home/builder/build/root_4aruJw/src/build/classes

build:

[copy] Copying 452 files to /home/builder/build/root_4aruJw/src/build/classes

svn-version:

git-version:

check-version:

version-file:

dist:

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

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

[copy] Copying 3 files to /home/builder/build/root_4aruJw/src/dist/lib

[jar] Building jar: /home/builder/build/root_4aruJw/src/dist/mkgmap.jar

[copy] Copying 2 files to /home/builder/build/root_4aruJw/src/dist/doc

[copy] Copying 2 files to /home/builder/build/root_4aruJw/src/dist

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

[copy] Copying 30 files to /home/builder/build/root_4aruJw/src/dist/examples

BUILD SUCCESSFUL

Total time: 39 seconds

$ exit

exit

Script ended without errors.

End build of mkgmap/mkgmap-4866 for environment BuildEnv: java=openjdk11, 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...