logo separator

Build mkgmap/mkgmap #1248.1

Commit: 4866 by gerd
Branch: faster-mp
Time: 16 Jan 2022, 9:20 a.m.
Passed
This test: 1 min 38 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=jdk8, 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_1ERcKX

java version "1.8.0_152"

Java(TM) SE Runtime Environment (build 1.8.0_152-b16)

Java HotSpot(TM) 64-Bit Server VM (build 25.152-b16, mixed mode)

$ ant -version

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

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_1ERcKX/dist/mkgmap-faster-mp-r4866-src.tar.gz

cd . for archives

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

$ ant -Dhave.version=1 dist

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

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

prepare:

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

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

ivy-availability:

download-ivy:

[mkdir] Created dir: /home/builder/build/root_1ERcKX/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_1ERcKX/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_1ERcKX/src/ivysettings.xml

resolve-compile:

[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) (158ms)

[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 (120ms)

[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 (136ms)

compile:

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

build:

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

svn-version:

git-version:

check-version:

version-file:

dist:

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

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

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

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

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

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

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

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

BUILD SUCCESSFUL

Total time: 35 seconds

$ exit

exit

$ pip install mwconv mkgmap-pygments pygments-xslfo-formatter

DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.

Looking in links: http://wheel.itinken.com/centos7

Collecting mwconv

Downloading mwconv-1.6.2-py2.py3-none-any.whl (37 kB)

Collecting mkgmap-pygments

Downloading mkgmap_pygments-1.5-py2-none-any.whl (6.0 kB)

Collecting pygments-xslfo-formatter

Downloading pygments-xslfo-formatter-1.1.2.tar.gz (4.0 kB)

Collecting pygments

Downloading Pygments-2.5.2-py2.py3-none-any.whl (896 kB)

|████████████████████████████████| 896 kB 7.6 MB/s

Collecting six

Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)

Using legacy 'setup.py install' for pygments-xslfo-formatter, since package 'wheel' is not installed.

Installing collected packages: pygments, six, mwconv, mkgmap-pygments, pygments-xslfo-formatter

Running setup.py install for pygments-xslfo-formatter ... - done

Successfully installed mkgmap-pygments-1.5 mwconv-1.6.2 pygments-2.5.2 pygments-xslfo-formatter-1.1.2 six-1.16.0

$ scripts/download/mkdoc mkgmap

make -C styles install

make[1]: Entering directory `/home/builder/build/root_1ERcKX/src/doc/styles'

a2x -L --xsl-file=../resources/docbook-xsl/fo.xsl --fop --icons --icons-dir=../resources/common-images/icons -a pubdate="$(date +'%d %B %Y')" --asciidoc-opts='--conf-file=../resources/asciidoc/local-docbook45.conf' style-manual.txt

cp -u style-manual.pdf ../../dist/doc

make[1]: Leaving directory `/home/builder/build/root_1ERcKX/src/doc/styles'

$ exit

exit

cd . for archives

copy dist/mkgmap.jar to /home/builder/build/root_1ERcKX/dist/mkgmap-faster-mp-r4866.jar

cd . for archives

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

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

Script ended without errors.

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