spatialite-sys 0.2.0

Low-level bindings to the SpatiaLite SQLite geospatial extension
Documentation
Build #2792836 2026-01-04 10:08:05

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.94.0-nightly (7ecabfaaf 2026-01-03)

# docs.rs version docsrs 0.1.0 (7bfb09c2 2026-01-03 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/spatialite-sys-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/spatialite-sys-0.2.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260103-1.94.0-nightly-7ecabfaaf\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9d60e08f13993019c6a9f53850bf0e881c19e9b63ffe8ece3b54953a916a1ad1 [INFO] running `Command { std: "docker" "start" "-a" "9d60e08f13993019c6a9f53850bf0e881c19e9b63ffe8ece3b54953a916a1ad1", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling spatialite-sys v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `spatialite-sys v0.2.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/spatialite-sys-0d65fe28629b9066/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=SPATIALITE_NO_PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=SPATIALITE_STATIC [INFO] [stderr] cargo:rerun-if-env-changed=SPATIALITE_DYNAMIC [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [INFO] [stderr] cargo:rustc-link-lib=z [INFO] [stderr] running: cd "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build" && CFLAGS=" -fPIC" LC_ALL="C" "/opt/rustwide/workdir/vendor/proj-5.2.0/configure" "--prefix=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out" "--disable-shared" "--enable-static" [INFO] [stderr] checking for a BSD-compatible install... /usr/bin/install -c [INFO] [stderr] checking whether build environment is sane... yes [INFO] [stderr] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [INFO] [stderr] checking for gawk... no [INFO] [stderr] checking for mawk... mawk [INFO] [stderr] checking whether make sets $(MAKE)... yes [INFO] [stderr] checking whether make supports nested variables... yes [INFO] [stderr] checking for gcc... gcc [INFO] [stderr] checking whether the C compiler works... yes [INFO] [stderr] checking for C compiler default output file name... a.out [INFO] [stderr] checking for suffix of executables... [INFO] [stderr] checking whether we are cross compiling... no [INFO] [stderr] checking for suffix of object files... o [INFO] [stderr] checking whether we are using the GNU C compiler... yes [INFO] [stderr] checking whether gcc accepts -g... yes [INFO] [stderr] checking for gcc option to accept ISO C89... none needed [INFO] [stderr] checking whether gcc understands -c and -o together... yes [INFO] [stderr] checking for style of include used by make... GNU [INFO] [stderr] checking dependency style of gcc... gcc3 [INFO] [stderr] checking for g++... g++ [INFO] [stderr] checking whether we are using the GNU C++ compiler... yes [INFO] [stderr] checking whether g++ accepts -g... yes [INFO] [stderr] checking dependency style of g++... gcc3 [INFO] [stderr] checking whether g++ supports C++11 features by default... yes [INFO] [stderr] checking whether ln -s works... yes [INFO] [stderr] checking whether make sets $(MAKE)... (cached) yes [INFO] [stderr] checking build system type... x86_64-pc-linux-gnu [INFO] [stderr] checking host system type... x86_64-pc-linux-gnu [INFO] [stderr] checking how to print strings... printf [INFO] [stderr] checking for a sed that does not truncate output... /usr/bin/sed [INFO] [stderr] checking for grep that handles long lines and -e... /usr/bin/grep [INFO] [stderr] checking for egrep... /usr/bin/grep -E [INFO] [stderr] checking for fgrep... /usr/bin/grep -F [INFO] [stderr] checking for ld used by gcc... /usr/bin/ld [INFO] [stderr] checking if the linker (/usr/bin/ld) is GNU ld... yes [INFO] [stderr] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [INFO] [stderr] checking the name lister (/usr/bin/nm -B) interface... BSD nm [INFO] [stderr] checking the maximum length of command line arguments... 1572864 [INFO] [stderr] checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [INFO] [stderr] checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [INFO] [stderr] checking for /usr/bin/ld option to reload object files... -r [INFO] [stderr] checking for objdump... objdump [INFO] [stderr] checking how to recognize dependent libraries... pass_all [INFO] [stderr] checking for dlltool... no [INFO] [stderr] checking how to associate runtime and link libraries... printf %s\n [INFO] [stderr] checking for ar... ar [INFO] [stderr] checking for archiver @FILE support... @ [INFO] [stderr] checking for strip... strip [INFO] [stderr] checking for ranlib... ranlib [INFO] [stderr] checking command to parse /usr/bin/nm -B output from gcc object... ok [INFO] [stderr] checking for sysroot... no [INFO] [stderr] checking for a working dd... /usr/bin/dd [INFO] [stderr] checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 [INFO] [stderr] checking for mt... no [INFO] [stderr] checking if : is a manifest tool... no [INFO] [stderr] checking how to run the C preprocessor... gcc -E [INFO] [stderr] checking for ANSI C header files... yes [INFO] [stderr] checking for sys/types.h... yes [INFO] [stderr] checking for sys/stat.h... yes [INFO] [stderr] checking for stdlib.h... yes [INFO] [stderr] checking for string.h... yes [INFO] [stderr] checking for memory.h... yes [INFO] [stderr] checking for strings.h... yes [INFO] [stderr] checking for inttypes.h... yes [INFO] [stderr] checking for stdint.h... yes [INFO] [stderr] checking for unistd.h... yes [INFO] [stderr] checking for dlfcn.h... yes [INFO] [stderr] checking for objdir... .libs [INFO] [stderr] checking if gcc supports -fno-rtti -fno-exceptions... no [INFO] [stderr] checking for gcc option to produce PIC... -fPIC -DPIC [INFO] [stderr] checking if gcc PIC flag -fPIC -DPIC works... yes [INFO] [stderr] checking if gcc static flag -static works... yes [INFO] [stderr] checking if gcc supports -c -o file.o... yes [INFO] [stderr] checking if gcc supports -c -o file.o... (cached) yes [INFO] [stderr] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [INFO] [stderr] checking dynamic linker characteristics... GNU/Linux ld.so [INFO] [stderr] checking how to hardcode library paths into programs... immediate [INFO] [stderr] checking whether stripping libraries is possible... yes [INFO] [stderr] checking if libtool supports shared libraries... yes [INFO] [stderr] checking whether to build shared libraries... no [INFO] [stderr] checking whether to build static libraries... yes [INFO] [stderr] checking how to run the C++ preprocessor... g++ -E [INFO] [stderr] checking for ld used by g++... /usr/bin/ld -m elf_x86_64 [INFO] [stderr] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes [INFO] [stderr] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [INFO] [stderr] checking for g++ option to produce PIC... -fPIC -DPIC [INFO] [stderr] checking if g++ PIC flag -fPIC -DPIC works... yes [INFO] [stderr] checking if g++ static flag -static works... yes [INFO] [stderr] checking if g++ supports -c -o file.o... yes [INFO] [stderr] checking if g++ supports -c -o file.o... (cached) yes [INFO] [stderr] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [INFO] [stderr] checking dynamic linker characteristics... (cached) GNU/Linux ld.so [INFO] [stderr] checking how to hardcode library paths into programs... immediate [INFO] [stderr] checking C_WFLAGS for maximum warnings... -Wall -Wdeclaration-after-statement [INFO] [stderr] checking CXX_WFLAGS for maximum warnings... -Wall [INFO] [stderr] checking whether C compiler accepts -Werror -we10006... no [INFO] [stderr] checking whether C compiler accepts -diag-disable 188,1684,2259,2304,3280,11074,11076... no [INFO] [stderr] checking whether C compiler accepts -Wextra... yes [INFO] [stderr] checking whether C compiler accepts -Winit-self... yes [INFO] [stderr] checking whether C compiler accepts -Wunused-parameter... yes [INFO] [stderr] checking whether C compiler accepts -Wmissing-prototypes... yes [INFO] [stderr] checking whether C compiler accepts -Wmissing-declarations... yes [INFO] [stderr] checking whether C compiler accepts -Wformat... yes [INFO] [stderr] checking whether C compiler accepts -Wformat -Werror=format-security -Wno-format-nonliteral... yes [INFO] [stderr] checking whether C compiler accepts -Wshorten-64-to-32... no [INFO] [stderr] checking whether C compiler accepts -Wlogical-op... yes [INFO] [stderr] checking whether C compiler accepts -Wshadow... yes [INFO] [stderr] checking whether C compiler accepts -Werror=vla... yes [INFO] [stderr] checking whether C compiler accepts -Werror=declaration-after-statement... yes [INFO] [stderr] checking whether C compiler accepts -Wdate-time... yes [INFO] [stderr] checking whether C compiler accepts -Wnull-dereference... yes [INFO] [stderr] checking whether C compiler accepts -Wduplicated-cond... yes [INFO] [stderr] checking whether C++ compiler accepts -Wextra-semi... yes [INFO] [stderr] checking whether C compiler accepts -Wno-sign-compare... yes [INFO] [stderr] checking whether C compiler accepts -Wcomma... no [INFO] [stderr] checking whether C compiler accepts -Wfloat-conversion... yes [INFO] [stderr] checking whether C compiler accepts -Wdocumentation -Wno-documentation-deprecated-sync... no [INFO] [stderr] checking if -std=gnu89 can be enabled... yes [INFO] [stderr] checking whether C++ compiler accepts -Wunused-private-field... no [INFO] [stderr] checking whether C++ compiler accepts -Wmissing-prototypes... no [INFO] [stderr] checking whether C++ compiler accepts -Wmissing-declarations... yes [INFO] [stderr] checking whether C++ compiler accepts -Wnon-virtual-dtor... yes [INFO] [stderr] checking whether C++ compiler accepts -Wold-style-cast... yes [INFO] [stderr] checking whether C++ compiler accepts -Weffc++... yes [INFO] [stderr] checking if -Weffc++ should be enabled... yes [INFO] [stderr] checking whether C++ compiler accepts -Woverloaded-virtual... yes [INFO] [stderr] checking whether C++ compiler accepts -fno-operator-names... yes [INFO] [stderr] checking whether C++ compiler accepts -Wzero-as-null-pointer-constant... yes [INFO] [stderr] checking for exp in -lm... yes [INFO] [stderr] checking for ANSI C header files... (cached) yes [INFO] [stderr] checking whether C compiler accepts -fp-model precise... no [INFO] [stderr] checking for C99 math functions... yes [INFO] [stderr] checking for library containing sqrt... none required [INFO] [stderr] checking for localeconv... yes [INFO] [stderr] checking jni.h usability... no [INFO] [stderr] checking jni.h presence... no [INFO] [stderr] checking for jni.h... no [INFO] [stderr] checking whether to enable Java/JNI support... disabled [INFO] [stderr] checking for mutexes... checking for pthread_create in -lpthread... yes [INFO] [stderr] checking for pthread_mutexattr_settype in -lpthread... yes [INFO] [stderr] checking whether PTHREAD_MUTEX_RECURSIVE is declared... yes [INFO] [stderr] enabled, pthread [INFO] [stderr] checking that generated files are newer than configure... done [INFO] [stderr] configure: creating ./config.status [INFO] [stderr] config.status: creating Makefile [INFO] [stderr] config.status: creating cmake/Makefile [INFO] [stderr] config.status: creating src/Makefile [INFO] [stderr] config.status: creating test/Makefile [INFO] [stderr] config.status: creating test/gie/Makefile [INFO] [stderr] config.status: creating test/gigs/Makefile [INFO] [stderr] config.status: creating test/unit/Makefile [INFO] [stderr] config.status: creating test/googletest/Makefile [INFO] [stderr] config.status: creating test/googletest/include/Makefile [INFO] [stderr] config.status: creating test/googletest/include/gtest/Makefile [INFO] [stderr] config.status: creating test/googletest/include/gtest/internal/Makefile [INFO] [stderr] config.status: creating test/googletest/include/gtest/internal/custom/Makefile [INFO] [stderr] config.status: creating test/googletest/src/Makefile [INFO] [stderr] config.status: creating man/Makefile [INFO] [stderr] config.status: creating man/man1/Makefile [INFO] [stderr] config.status: creating man/man3/Makefile [INFO] [stderr] config.status: creating nad/Makefile [INFO] [stderr] config.status: creating jniwrap/Makefile [INFO] [stderr] config.status: creating jniwrap/org.osgeo.proj/Makefile [INFO] [stderr] config.status: creating jniwrap/org.osgeo.proj/org/Makefile [INFO] [stderr] config.status: creating jniwrap/org.osgeo.proj/org/proj4/Makefile [INFO] [stderr] config.status: creating nad/install [INFO] [stderr] config.status: creating proj.pc [INFO] [stderr] config.status: creating src/proj_config.h [INFO] [stderr] config.status: src/proj_config.h is unchanged [INFO] [stderr] config.status: executing depfiles commands [INFO] [stderr] config.status: executing libtool commands [INFO] [stderr] running: cd "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "make" "install" [INFO] [stderr] Making install in src [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/src' [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/src' [INFO] [stderr] rm -f /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/bin/invproj [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include' [INFO] [stderr] (cd /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/bin; ln -s proj invproj) [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/lib' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/proj-5.2.0/src/proj.h /opt/rustwide/workdir/vendor/proj-5.2.0/src/proj_api.h /opt/rustwide/workdir/vendor/proj-5.2.0/src/projects.h /opt/rustwide/workdir/vendor/proj-5.2.0/src/geodesic.h /opt/rustwide/workdir/vendor/proj-5.2.0/src/org_proj4_PJ.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include' [INFO] [stderr] /bin/bash ../libtool --mode=install /usr/bin/install -c libproj.la '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/lib' [INFO] [stderr] rm -f /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/bin/invgeod [INFO] [stderr] (cd /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/bin; ln -s geod invgeod) [INFO] [stderr] libtool: install: /usr/bin/install -c .libs/libproj.lai /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/lib/libproj.la [INFO] [stderr] libtool: install: /usr/bin/install -c .libs/libproj.a /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/lib/libproj.a [INFO] [stderr] libtool: install: chmod 644 /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/lib/libproj.a [INFO] [stderr] libtool: install: ranlib /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/lib/libproj.a [INFO] [stderr] libtool: finish: PATH="/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/lib [INFO] [stderr] ---------------------------------------------------------------------- [INFO] [stderr] Libraries have been installed in: [INFO] [stderr] /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/lib [INFO] [stderr] [INFO] [stderr] If you ever happen to want to link against installed libraries [INFO] [stderr] in a given directory, LIBDIR, you must either use libtool, and [INFO] [stderr] specify the full pathname of the library, or use the '-LLIBDIR' [INFO] [stderr] flag during linking and do at least one of the following: [INFO] [stderr] - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [INFO] [stderr] during execution [INFO] [stderr] - add LIBDIR to the 'LD_RUN_PATH' environment variable [INFO] [stderr] during linking [INFO] [stderr] - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [INFO] [stderr] - have your system administrator add LIBDIR to '/etc/ld.so.conf' [INFO] [stderr] [INFO] [stderr] See any operating system documentation about shared libraries for [INFO] [stderr] more information, such as the ld(1) and ld.so(8) manual pages. [INFO] [stderr] ---------------------------------------------------------------------- [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/bin' [INFO] [stderr] /bin/bash ../libtool --mode=install /usr/bin/install -c proj nad2bin geod cs2cs gie cct '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/bin' [INFO] [stderr] libtool: install: /usr/bin/install -c proj /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/bin/proj [INFO] [stderr] libtool: install: /usr/bin/install -c nad2bin /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/bin/nad2bin [INFO] [stderr] libtool: install: /usr/bin/install -c geod /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/bin/geod [INFO] [stderr] libtool: install: /usr/bin/install -c cs2cs /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/bin/cs2cs [INFO] [stderr] libtool: install: /usr/bin/install -c gie /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/bin/gie [INFO] [stderr] libtool: install: /usr/bin/install -c cct /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/bin/cct [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/src' [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/src' [INFO] [stderr] Making install in man [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man' [INFO] [stderr] Making install in man1 [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man/man1' [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man/man1' [INFO] [stderr] make[3]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/share/man/man1' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/proj-5.2.0/man/man1/geod.1 /opt/rustwide/workdir/vendor/proj-5.2.0/man/man1/proj.1 /opt/rustwide/workdir/vendor/proj-5.2.0/man/man1/cs2cs.1 /opt/rustwide/workdir/vendor/proj-5.2.0/man/man1/cct.1 /opt/rustwide/workdir/vendor/proj-5.2.0/man/man1/gie.1 '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/share/man/man1' [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man/man1' [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man/man1' [INFO] [stderr] Making install in man3 [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man/man3' [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man/man3' [INFO] [stderr] make[3]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/share/man/man3' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/proj-5.2.0/man/man3/pj_init.3 /opt/rustwide/workdir/vendor/proj-5.2.0/man/man3/geodesic.3 '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/share/man/man3' [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man/man3' [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man/man3' [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man' [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man' [INFO] [stderr] make[3]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[3]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man' [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man' [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/man' [INFO] [stderr] Making install in nad [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/nad' [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/nad' [INFO] [stderr] make[2]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /bin/bash /opt/rustwide/workdir/vendor/proj-5.2.0/install-sh -d /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/share/proj [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/share/proj' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/proj-5.2.0/nad/GL27 /opt/rustwide/workdir/vendor/proj-5.2.0/nad/nad.lst /opt/rustwide/workdir/vendor/proj-5.2.0/nad/proj_def.dat /opt/rustwide/workdir/vendor/proj-5.2.0/nad/nad27 /opt/rustwide/workdir/vendor/proj-5.2.0/nad/nad83 /opt/rustwide/workdir/vendor/proj-5.2.0/nad/world /opt/rustwide/workdir/vendor/proj-5.2.0/nad/epsg /opt/rustwide/workdir/vendor/proj-5.2.0/nad/esri /opt/rustwide/workdir/vendor/proj-5.2.0/nad/esri.extra /opt/rustwide/workdir/vendor/proj-5.2.0/nad/other.extra /opt/rustwide/workdir/vendor/proj-5.2.0/nad/CH /opt/rustwide/workdir/vendor/proj-5.2.0/nad/IGNF /opt/rustwide/workdir/vendor/proj-5.2.0/nad/ITRF2000 /opt/rustwide/workdir/vendor/proj-5.2.0/nad/ITRF2008 /opt/rustwide/workdir/vendor/proj-5.2.0/nad/ITRF2014 '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/share/proj' [INFO] [stderr] ../src/nad2bin /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/share/proj/null < /opt/rustwide/workdir/vendor/proj-5.2.0/nad/null.lla [INFO] [stderr] Output Binary File Format: ctable2 [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/nad' [INFO] [stderr] cd .. && /bin/bash ./config.status nad/install [INFO] [stderr] config.status: creating nad/install [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/nad' [INFO] [stderr] Making install in jniwrap [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap' [INFO] [stderr] Making install in org.osgeo.proj [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj' [INFO] [stderr] Making install in org [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj/org' [INFO] [stderr] Making install in proj4 [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj/org/proj4' [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj/org/proj4' [INFO] [stderr] make[5]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[5]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj/org/proj4' [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj/org/proj4' [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj/org' [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj/org' [INFO] [stderr] make[5]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[5]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj/org' [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj/org' [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj/org' [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj' [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj' [INFO] [stderr] make[4]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[4]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj' [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj' [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap/org.osgeo.proj' [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap' [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap' [INFO] [stderr] make[3]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] echo In jniwrap [INFO] [stderr] In jniwrap [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap' [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap' [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/jniwrap' [INFO] [stderr] Making install in cmake [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/cmake' [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/cmake' [INFO] [stderr] make[2]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[2]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/cmake' [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/cmake' [INFO] [stderr] Making install in test [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test' [INFO] [stderr] Making install in googletest [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest' [INFO] [stderr] Making install in src [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/src' [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/src' [INFO] [stderr] make[4]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[4]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/src' [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/src' [INFO] [stderr] Making install in include [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include' [INFO] [stderr] Making install in gtest [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest' [INFO] [stderr] Making install in internal [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest/internal' [INFO] [stderr] Making install in custom [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest/internal/custom' [INFO] [stderr] make[7]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest/internal/custom' [INFO] [stderr] make[7]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[7]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[7]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest/internal/custom' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest/internal/custom' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest/internal' [INFO] [stderr] make[7]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest/internal' [INFO] [stderr] make[7]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[7]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[7]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest/internal' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest/internal' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest/internal' [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest' [INFO] [stderr] make[6]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[6]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest' [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include/gtest' [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include' [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include' [INFO] [stderr] make[5]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[5]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include' [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include' [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest/include' [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest' [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest' [INFO] [stderr] make[4]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[4]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest' [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest' [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/googletest' [INFO] [stderr] Making install in . [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test' [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test' [INFO] [stderr] make[3]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[3]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test' [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test' [INFO] [stderr] Making install in gie [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/gie' [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/gie' [INFO] [stderr] make[3]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[3]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/gie' [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/gie' [INFO] [stderr] Making install in gigs [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/gigs' [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/gigs' [INFO] [stderr] make[3]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[3]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/gigs' [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/gigs' [INFO] [stderr] Making install in unit [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/unit' [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/unit' [INFO] [stderr] make[3]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] make[3]: Nothing to be done for 'install-data-am'. [INFO] [stderr] make[3]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/unit' [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test/unit' [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/test' [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build' [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build' [INFO] [stderr] make[2]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/lib/pkgconfig' [INFO] [stderr] /usr/bin/install -c -m 644 proj.pc '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/lib/pkgconfig' [INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build' [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build' [INFO] [stderr] cargo:root=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out [INFO] [stderr] cargo:rustc-link-lib=static=proj [INFO] [stderr] running: cd "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build" && CFLAGS=" -I /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include -fPIC" CXXFLAGS=" -fPIC" LC_ALL="C" LDFLAGS=" -L/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/lib" "/opt/rustwide/workdir/vendor/geos-3.7.1/configure" "--prefix=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out" "--enable-shared" "--enable-static" [INFO] [stderr] checking build system type... x86_64-pc-linux-gnu [INFO] [stderr] checking host system type... x86_64-pc-linux-gnu [INFO] [stderr] checking target system type... x86_64-pc-linux-gnu [INFO] [stderr] checking for a BSD-compatible install... /usr/bin/install -c [INFO] [stderr] checking whether build environment is sane... yes [INFO] [stderr] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [INFO] [stderr] checking for gawk... no [INFO] [stderr] checking for mawk... mawk [INFO] [stderr] checking whether make sets $(MAKE)... yes [INFO] [stderr] checking whether make supports nested variables... yes [INFO] [stderr] checking whether to enable maintainer-specific portions of Makefiles... no [INFO] [stderr] checking for gcc... gcc [INFO] [stderr] checking whether the C compiler works... yes [INFO] [stderr] checking for C compiler default output file name... a.out [INFO] [stderr] checking for suffix of executables... [INFO] [stderr] checking whether we are cross compiling... no [INFO] [stderr] checking for suffix of object files... o [INFO] [stderr] checking whether we are using the GNU C compiler... yes [INFO] [stderr] checking whether gcc accepts -g... yes [INFO] [stderr] checking for gcc option to accept ISO C89... none needed [INFO] [stderr] checking whether gcc understands -c and -o together... yes [INFO] [stderr] checking for style of include used by make... GNU [INFO] [stderr] checking dependency style of gcc... gcc3 [INFO] [stderr] checking how to print strings... printf [INFO] [stderr] checking for a sed that does not truncate output... /usr/bin/sed [INFO] [stderr] checking for grep that handles long lines and -e... /usr/bin/grep [INFO] [stderr] checking for egrep... /usr/bin/grep -E [INFO] [stderr] checking for fgrep... /usr/bin/grep -F [INFO] [stderr] checking for ld used by gcc... /usr/bin/ld [INFO] [stderr] checking if the linker (/usr/bin/ld) is GNU ld... yes [INFO] [stderr] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [INFO] [stderr] checking the name lister (/usr/bin/nm -B) interface... BSD nm [INFO] [stderr] checking whether ln -s works... yes [INFO] [stderr] checking the maximum length of command line arguments... 1572864 [INFO] [stderr] checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [INFO] [stderr] checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [INFO] [stderr] checking for /usr/bin/ld option to reload object files... -r [INFO] [stderr] checking for objdump... objdump [INFO] [stderr] checking how to recognize dependent libraries... pass_all [INFO] [stderr] checking for dlltool... dlltool [INFO] [stderr] checking how to associate runtime and link libraries... printf %s\n [INFO] [stderr] checking for ar... ar [INFO] [stderr] checking for archiver @FILE support... @ [INFO] [stderr] checking for strip... strip [INFO] [stderr] checking for ranlib... ranlib [INFO] [stderr] checking command to parse /usr/bin/nm -B output from gcc object... ok [INFO] [stderr] checking for sysroot... no [INFO] [stderr] checking for a working dd... /usr/bin/dd [INFO] [stderr] checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 [INFO] [stderr] checking for mt... no [INFO] [stderr] checking if : is a manifest tool... no [INFO] [stderr] checking how to run the C preprocessor... gcc -E [INFO] [stderr] checking for ANSI C header files... yes [INFO] [stderr] checking for sys/types.h... yes [INFO] [stderr] checking for sys/stat.h... yes [INFO] [stderr] checking for stdlib.h... yes [INFO] [stderr] checking for string.h... yes [INFO] [stderr] checking for memory.h... yes [INFO] [stderr] checking for strings.h... yes [INFO] [stderr] checking for inttypes.h... yes [INFO] [stderr] checking for stdint.h... yes [INFO] [stderr] checking for unistd.h... yes [INFO] [stderr] checking for dlfcn.h... yes [INFO] [stderr] checking for objdir... .libs [INFO] [stderr] checking if gcc supports -fno-rtti -fno-exceptions... no [INFO] [stderr] checking for gcc option to produce PIC... -fPIC -DPIC [INFO] [stderr] checking if gcc PIC flag -fPIC -DPIC works... yes [INFO] [stderr] checking if gcc static flag -static works... yes [INFO] [stderr] checking if gcc supports -c -o file.o... yes [INFO] [stderr] checking if gcc supports -c -o file.o... (cached) yes [INFO] [stderr] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [INFO] [stderr] checking whether -lc should be explicitly linked in... no [INFO] [stderr] checking dynamic linker characteristics... GNU/Linux ld.so [INFO] [stderr] checking how to hardcode library paths into programs... immediate [INFO] [stderr] checking for shl_load... no [INFO] [stderr] checking for shl_load in -ldld... no [INFO] [stderr] checking for dlopen... yes [INFO] [stderr] checking whether a program can dlopen itself... yes [INFO] [stderr] checking whether a statically linked program can dlopen itself... no [INFO] [stderr] checking whether stripping libraries is possible... yes [INFO] [stderr] checking if libtool supports shared libraries... yes [INFO] [stderr] checking whether to build shared libraries... yes [INFO] [stderr] checking whether to build static libraries... yes [INFO] [stderr] checking for g++... g++ [INFO] [stderr] checking whether we are using the GNU C++ compiler... yes [INFO] [stderr] checking whether g++ accepts -g... yes [INFO] [stderr] checking dependency style of g++... gcc3 [INFO] [stderr] checking how to run the C++ preprocessor... g++ -E [INFO] [stderr] checking for ld used by g++... /usr/bin/ld -m elf_x86_64 [INFO] [stderr] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes [INFO] [stderr] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [INFO] [stderr] checking for g++ option to produce PIC... -fPIC -DPIC [INFO] [stderr] checking if g++ PIC flag -fPIC -DPIC works... yes [INFO] [stderr] checking if g++ static flag -static works... yes [INFO] [stderr] checking if g++ supports -c -o file.o... yes [INFO] [stderr] checking if g++ supports -c -o file.o... (cached) yes [INFO] [stderr] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [INFO] [stderr] checking dynamic linker characteristics... (cached) GNU/Linux ld.so [INFO] [stderr] checking how to hardcode library paths into programs... immediate [INFO] [stderr] checking for library containing strerror... none required [INFO] [stderr] checking whether make sets $(MAKE)... (cached) yes [INFO] [stderr] checking for dirent.h that defines DIR... yes [INFO] [stderr] checking for library containing opendir... none required [INFO] [stderr] checking whether closedir returns void... no [INFO] [stderr] checking for working memcmp... yes [INFO] [stderr] checking for strftime... yes [INFO] [stderr] checking for vprintf... yes [INFO] [stderr] checking for _doprnt... no [INFO] [stderr] checking for size_t... yes [INFO] [stderr] checking for working alloca.h... yes [INFO] [stderr] checking for alloca... yes [INFO] [stderr] checking for dirent.h that defines DIR... (cached) yes [INFO] [stderr] checking for library containing opendir... (cached) none required [INFO] [stderr] checking for ANSI C header files... (cached) yes [INFO] [stderr] checking for memory.h... (cached) yes [INFO] [stderr] checking for unistd.h... (cached) yes [INFO] [stderr] checking ieeefp.h usability... no [INFO] [stderr] checking ieeefp.h presence... no [INFO] [stderr] checking for ieeefp.h... no [INFO] [stderr] checking sys/file.h usability... yes [INFO] [stderr] checking sys/file.h presence... yes [INFO] [stderr] checking for sys/file.h... yes [INFO] [stderr] checking sys/time.h usability... yes [INFO] [stderr] checking sys/time.h presence... yes [INFO] [stderr] checking for sys/time.h... yes [INFO] [stderr] checking for strchr... yes [INFO] [stderr] checking for memcpy... yes [INFO] [stderr] checking for gettimeofday... yes [INFO] [stderr] checking whether stat file-mode macros are broken... no [INFO] [stderr] checking whether struct tm is in sys/time.h or time.h... time.h [INFO] [stderr] checking for size_t... (cached) yes [INFO] [stderr] checking for an ANSI C-conforming const... yes [INFO] [stderr] checking if requested to force inline functions... yes [INFO] [stderr] checking if requested to enable assert macros... yes [INFO] [stderr] checking if requested libstdc++ debug mode... no [INFO] [stderr] checking whether g++ supports C++11 features by default... yes [INFO] [stderr] checking whether C++ compiler accepts -Wsuggest-override -Werror... yes [INFO] [stderr] checking whether C++ compiler accepts -Wmissing-override -Werror... no [INFO] [stderr] checking if g++ supports -pedantic... yes [INFO] [stderr] checking if g++ supports -Wall... yes [INFO] [stderr] checking if g++ supports -Wno-long-long... yes [INFO] [stderr] checking if g++ supports -ffloat-store... yes [INFO] [stderr] checking for finite... yes [INFO] [stderr] checking for isfinite... yes [INFO] [stderr] checking for isnan... yes [INFO] [stderr] checking whether int64_t is 64 bits... no [INFO] [stderr] checking whether long long int is 64 bits... yes [INFO] [stderr] checking OS-specific settings... checking that generated files are newer than configure... done [INFO] [stderr] configure: creating ./config.status [INFO] [stderr] config.status: creating Makefile [INFO] [stderr] config.status: creating capi/Makefile [INFO] [stderr] config.status: creating capi/geos_c.h [INFO] [stderr] config.status: creating doc/Doxyfile [INFO] [stderr] config.status: creating doc/Makefile [INFO] [stderr] config.status: creating macros/Makefile [INFO] [stderr] config.status: creating src/Makefile [INFO] [stderr] config.status: creating src/algorithm/Makefile [INFO] [stderr] config.status: creating src/algorithm/locate/Makefile [INFO] [stderr] config.status: creating src/algorithm/distance/Makefile [INFO] [stderr] config.status: creating src/geom/Makefile [INFO] [stderr] config.status: creating src/geom/prep/Makefile [INFO] [stderr] config.status: creating src/geom/util/Makefile [INFO] [stderr] config.status: creating src/geomgraph/Makefile [INFO] [stderr] config.status: creating src/geomgraph/index/Makefile [INFO] [stderr] config.status: creating include/Makefile [INFO] [stderr] config.status: creating include/geos/Makefile [INFO] [stderr] config.status: creating include/geos/algorithm/Makefile [INFO] [stderr] config.status: creating include/geos/algorithm/locate/Makefile [INFO] [stderr] config.status: creating include/geos/algorithm/distance/Makefile [INFO] [stderr] config.status: creating include/geos/geom/Makefile [INFO] [stderr] config.status: creating include/geos/geom/prep/Makefile [INFO] [stderr] config.status: creating include/geos/geom/util/Makefile [INFO] [stderr] config.status: creating include/geos/geomgraph/Makefile [INFO] [stderr] config.status: creating include/geos/geomgraph/index/Makefile [INFO] [stderr] config.status: creating include/geos/index/Makefile [INFO] [stderr] config.status: creating include/geos/index/bintree/Makefile [INFO] [stderr] config.status: creating include/geos/index/chain/Makefile [INFO] [stderr] config.status: creating include/geos/index/intervalrtree/Makefile [INFO] [stderr] config.status: creating include/geos/index/quadtree/Makefile [INFO] [stderr] config.status: creating include/geos/index/strtree/Makefile [INFO] [stderr] config.status: creating include/geos/index/sweepline/Makefile [INFO] [stderr] config.status: creating include/geos/io/Makefile [INFO] [stderr] config.status: creating include/geos/linearref/Makefile [INFO] [stderr] config.status: creating include/geos/noding/Makefile [INFO] [stderr] config.status: creating include/geos/noding/snapround/Makefile [INFO] [stderr] config.status: creating include/geos/operation/Makefile [INFO] [stderr] config.status: creating include/geos/operation/buffer/Makefile [INFO] [stderr] config.status: creating include/geos/operation/distance/Makefile [INFO] [stderr] config.status: creating include/geos/operation/intersection/Makefile [INFO] [stderr] config.status: creating include/geos/operation/linemerge/Makefile [INFO] [stderr] config.status: creating include/geos/operation/overlay/Makefile [INFO] [stderr] config.status: creating include/geos/operation/overlay/snap/Makefile [INFO] [stderr] config.status: creating include/geos/operation/polygonize/Makefile [INFO] [stderr] config.status: creating include/geos/operation/predicate/Makefile [INFO] [stderr] config.status: creating include/geos/operation/relate/Makefile [INFO] [stderr] config.status: creating include/geos/operation/sharedpaths/Makefile [INFO] [stderr] config.status: creating include/geos/operation/union/Makefile [INFO] [stderr] config.status: creating include/geos/operation/valid/Makefile [INFO] [stderr] config.status: creating include/geos/planargraph/Makefile [INFO] [stderr] config.status: creating include/geos/planargraph/algorithm/Makefile [INFO] [stderr] config.status: creating include/geos/precision/Makefile [INFO] [stderr] config.status: creating include/geos/simplify/Makefile [INFO] [stderr] config.status: creating include/geos/triangulate/Makefile [INFO] [stderr] config.status: creating include/geos/triangulate/quadedge/Makefile [INFO] [stderr] config.status: creating include/geos/util/Makefile [INFO] [stderr] config.status: creating include/geos/version.h [INFO] [stderr] config.status: creating src/index/Makefile [INFO] [stderr] config.status: creating src/index/bintree/Makefile [INFO] [stderr] config.status: creating src/index/chain/Makefile [INFO] [stderr] config.status: creating src/index/intervalrtree/Makefile [INFO] [stderr] config.status: creating src/index/quadtree/Makefile [INFO] [stderr] config.status: creating src/index/strtree/Makefile [INFO] [stderr] config.status: creating src/index/sweepline/Makefile [INFO] [stderr] config.status: creating src/io/Makefile [INFO] [stderr] config.status: creating src/linearref/Makefile [INFO] [stderr] config.status: creating src/noding/Makefile [INFO] [stderr] config.status: creating src/noding/snapround/Makefile [INFO] [stderr] config.status: creating src/operation/Makefile [INFO] [stderr] config.status: creating src/operation/buffer/Makefile [INFO] [stderr] config.status: creating src/operation/distance/Makefile [INFO] [stderr] config.status: creating src/operation/intersection/Makefile [INFO] [stderr] config.status: creating src/operation/linemerge/Makefile [INFO] [stderr] config.status: creating src/operation/overlay/Makefile [INFO] [stderr] config.status: creating src/operation/polygonize/Makefile [INFO] [stderr] config.status: creating src/operation/predicate/Makefile [INFO] [stderr] config.status: creating src/operation/relate/Makefile [INFO] [stderr] config.status: creating src/operation/sharedpaths/Makefile [INFO] [stderr] config.status: creating src/operation/union/Makefile [INFO] [stderr] config.status: creating src/operation/valid/Makefile [INFO] [stderr] config.status: creating src/planargraph/Makefile [INFO] [stderr] config.status: creating src/precision/Makefile [INFO] [stderr] config.status: creating src/simplify/Makefile [INFO] [stderr] config.status: creating src/triangulate/Makefile [INFO] [stderr] config.status: creating src/triangulate/quadedge/Makefile [INFO] [stderr] config.status: creating src/util/Makefile [INFO] [stderr] config.status: creating swig/geos.i [INFO] [stderr] config.status: creating swig/Makefile [INFO] [stderr] config.status: creating swig/python/Makefile [INFO] [stderr] config.status: creating swig/python/tests/Makefile [INFO] [stderr] config.status: creating swig/ruby/Makefile [INFO] [stderr] config.status: creating swig/ruby/test/Makefile [INFO] [stderr] config.status: creating tests/Makefile [INFO] [stderr] config.status: creating tests/bigtest/Makefile [INFO] [stderr] config.status: creating tests/unit/Makefile [INFO] [stderr] config.status: creating tests/perf/Makefile [INFO] [stderr] config.status: creating tests/perf/operation/Makefile [INFO] [stderr] config.status: creating tests/perf/operation/buffer/Makefile [INFO] [stderr] config.status: creating tests/perf/operation/predicate/Makefile [INFO] [stderr] config.status: creating tests/perf/capi/Makefile [INFO] [stderr] config.status: creating tests/xmltester/Makefile [INFO] [stderr] config.status: creating tests/geostest/Makefile [INFO] [stderr] config.status: creating tests/thread/Makefile [INFO] [stderr] config.status: creating tools/Makefile [INFO] [stderr] config.status: creating tools/geos-config [INFO] [stderr] config.status: creating include/config.h [INFO] [stderr] config.status: include/config.h is unchanged [INFO] [stderr] config.status: creating include/geos/platform.h [INFO] [stderr] config.status: include/geos/platform.h is unchanged [INFO] [stderr] config.status: executing depfiles commands [INFO] [stderr] config.status: executing libtool commands [INFO] [stderr] Swig: false [INFO] [stderr] Python bindings: false [INFO] [stderr] Ruby bindings: false [INFO] [stderr] running: cd "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "make" "install" [INFO] [stderr] top_srcdir=/opt/rustwide/workdir/vendor/geos-3.7.1 sh /opt/rustwide/workdir/vendor/geos-3.7.1/tools/repo_revision.sh [INFO] [stderr] make install-recursive [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build' [INFO] [stderr] Making install in include [INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include' [INFO] [stderr] Making install in geos [INFO] [stderr] make[3]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos' [INFO] [stderr] Making install in algorithm [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm' [INFO] [stderr] Making install in locate [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm/locate' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm/locate' [INFO] [stderr] make[7]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm/locate' [INFO] [stderr] make[7]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/algorithm/locate' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/locate/IndexedPointInAreaLocator.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/locate/PointOnGeometryLocator.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/locate/SimplePointInAreaLocator.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/algorithm/locate' [INFO] [stderr] make[7]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm/locate' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm/locate' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm/locate' [INFO] [stderr] Making install in distance [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm/distance' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm/distance' [INFO] [stderr] make[7]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm/distance' [INFO] [stderr] make[7]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/algorithm/distance' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/distance/DiscreteHausdorffDistance.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/distance/DiscreteFrechetDistance.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/distance/DistanceToPoint.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/distance/PointPairDistance.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/algorithm/distance' [INFO] [stderr] make[7]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm/distance' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm/distance' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm/distance' [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm' [INFO] [stderr] make[6]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/algorithm' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/Angle.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/BoundaryNodeRule.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/CentralEndpointIntersector.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/Centroid.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/CentroidArea.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/CentroidLine.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/CentroidPoint.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/CGAlgorithms.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/ConvexHull.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/ConvexHull.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/HCoordinate.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/InteriorPointArea.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/InteriorPointLine.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/InteriorPointPoint.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/LineIntersector.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/MCPointInRing.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/MinimumDiameter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/NotRepresentableException.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/PointInRing.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/PointLocator.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/RayCrossingCounter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/RobustDeterminant.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/SimplePointInRing.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/algorithm/SIRtreePointInRing.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/algorithm' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm' [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/algorithm' [INFO] [stderr] Making install in geom [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom' [INFO] [stderr] Making install in util [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom/util' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom/util' [INFO] [stderr] make[6]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/geom/util' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/util/ComponentCoordinateExtracter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/util/CoordinateOperation.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/util/GeometryCombiner.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/util/GeometryEditor.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/util/GeometryEditorOperation.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/util/GeometryExtracter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/util/GeometryTransformer.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/util/LinearComponentExtracter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/util/PointExtracter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/util/PolygonExtracter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/util/ShortCircuitedGeometryVisitor.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/util/SineStarFactory.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/geom/util' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom/util' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom/util' [INFO] [stderr] Making install in prep [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom/prep' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom/prep' [INFO] [stderr] make[6]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/geom/prep' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/AbstractPreparedPolygonContains.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/BasicPreparedGeometry.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/PreparedGeometryFactory.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/PreparedGeometry.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/PreparedLineString.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/PreparedLineStringIntersects.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/PreparedPoint.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/PreparedPolygonContains.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/PreparedPolygonContainsProperly.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/PreparedPolygonCovers.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/PreparedPolygon.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/PreparedPolygonIntersects.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/prep/PreparedPolygonPredicate.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/geom/prep' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom/prep' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom/prep' [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom' [INFO] [stderr] make[6]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/geom' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/BinaryOp.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/CoordinateArraySequenceFactory.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/CoordinateArraySequenceFactory.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/CoordinateArraySequence.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/CoordinateFilter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Coordinate.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Coordinate.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/CoordinateList.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/CoordinateSequenceFactory.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/CoordinateSequenceFilter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/CoordinateSequence.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Dimension.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Envelope.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Envelope.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/GeometryCollection.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/GeometryCollection.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/GeometryComponentFilter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/GeometryFactory.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/GeometryFactory.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/GeometryFilter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Geometry.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/IntersectionMatrix.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/LinearRing.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/LineSegment.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/LineSegment.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/LineString.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Location.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/MultiLineString.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/MultiLineString.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/MultiPoint.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/MultiPolygon.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/MultiPolygon.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Point.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Polygon.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/PrecisionModel.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/PrecisionModel.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Triangle.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Puntal.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Lineal.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geom/Polygonal.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/geom' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom' [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geom' [INFO] [stderr] Making install in geomgraph [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geomgraph' [INFO] [stderr] Making install in index [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geomgraph/index' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geomgraph/index' [INFO] [stderr] make[6]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/geomgraph/index' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/index/EdgeSetIntersector.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/index/MonotoneChain.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/index/MonotoneChainEdge.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/index/MonotoneChainIndexer.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/index/SegmentIntersector.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/index/SimpleSweepLineIntersector.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/index/SweepLineEvent.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/index/SweepLineEventObj.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/index/SweepLineSegment.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/geomgraph/index' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geomgraph/index' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geomgraph/index' [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geomgraph' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geomgraph' [INFO] [stderr] make[6]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/geomgraph' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/Depth.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/DirectedEdge.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/DirectedEdge.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/DirectedEdgeStar.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/EdgeEnd.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/EdgeEndStar.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/Edge.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/EdgeIntersection.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/EdgeIntersectionList.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/EdgeList.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/EdgeNodingValidator.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/EdgeRing.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/GeometryGraph.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/GeometryGraph.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/GraphComponent.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/Label.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/NodeFactory.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/Node.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/NodeMap.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/PlanarGraph.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/Position.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/Quadrant.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/geomgraph/TopologyLocation.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/geomgraph' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geomgraph' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geomgraph' [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/geomgraph' [INFO] [stderr] Making install in index [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index' [INFO] [stderr] Making install in intervalrtree [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/intervalrtree' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/intervalrtree' [INFO] [stderr] make[7]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/intervalrtree' [INFO] [stderr] make[7]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index/intervalrtree' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/intervalrtree/IntervalRTreeNode.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index/intervalrtree' [INFO] [stderr] make[7]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/intervalrtree' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/intervalrtree' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/intervalrtree' [INFO] [stderr] Making install in sweepline [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/sweepline' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/sweepline' [INFO] [stderr] make[7]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/sweepline' [INFO] [stderr] make[7]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index/sweepline' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/sweepline/SweepLineEvent.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/sweepline/SweepLineIndex.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/sweepline/SweepLineInterval.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/sweepline/SweepLineOverlapAction.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index/sweepline' [INFO] [stderr] make[7]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/sweepline' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/sweepline' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/sweepline' [INFO] [stderr] Making install in strtree [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/strtree' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/strtree' [INFO] [stderr] make[7]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/strtree' [INFO] [stderr] make[7]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index/strtree' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/strtree/AbstractNode.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/strtree/AbstractSTRtree.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/strtree/Boundable.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/strtree/BoundablePair.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/strtree/GeometryItemDistance.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/strtree/Interval.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/strtree/ItemBoundable.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/strtree/ItemDistance.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/strtree/SIRtree.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/strtree/STRtree.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index/strtree' [INFO] [stderr] make[7]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/strtree' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/strtree' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/strtree' [INFO] [stderr] Making install in quadtree [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/quadtree' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/quadtree' [INFO] [stderr] make[7]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/quadtree' [INFO] [stderr] make[7]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index/quadtree' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/quadtree/DoubleBits.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/quadtree/IntervalSize.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/quadtree/Key.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/quadtree/NodeBase.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/quadtree/Node.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/quadtree/Quadtree.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/quadtree/Root.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index/quadtree' [INFO] [stderr] make[7]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/quadtree' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/quadtree' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/quadtree' [INFO] [stderr] Making install in bintree [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/bintree' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/bintree' [INFO] [stderr] make[7]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/bintree' [INFO] [stderr] make[7]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index/bintree' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/bintree/Bintree.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/bintree/Interval.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/bintree/Key.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/bintree/NodeBase.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/bintree/Node.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/bintree/Root.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index/bintree' [INFO] [stderr] make[7]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/bintree' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/bintree' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/bintree' [INFO] [stderr] Making install in chain [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/chain' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/chain' [INFO] [stderr] make[7]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/chain' [INFO] [stderr] make[7]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index/chain' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/chain/MonotoneChain.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/chain/MonotoneChainBuilder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/chain/MonotoneChainOverlapAction.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/chain/MonotoneChainSelectAction.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index/chain' [INFO] [stderr] make[7]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/chain' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/chain' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index/chain' [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index' [INFO] [stderr] make[6]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/ItemVisitor.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/index/SpatialIndex.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/index' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index' [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/index' [INFO] [stderr] Making install in io [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/io' [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/io' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/io' [INFO] [stderr] make[6]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/io' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/ByteOrderDataInStream.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/ByteOrderDataInStream.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/ByteOrderValues.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/CLocalizer.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/ParseException.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/StringTokenizer.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/WKBConstants.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/WKBReader.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/WKBWriter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/WKTReader.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/WKTReader.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/WKTWriter.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/io/Writer.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/io' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/io' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/io' [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/io' [INFO] [stderr] Making install in linearref [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/linearref' [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/linearref' [INFO] [stderr] make[5]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/linearref' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/linearref/ExtractLineByLocation.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/linearref/LengthIndexedLine.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/linearref/LengthIndexOfPoint.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/linearref/LengthLocationMap.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/linearref/LinearIterator.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/linearref/LinearGeometryBuilder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/linearref/LinearLocation.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/linearref/LocationIndexedLine.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/linearref/LocationIndexOfLine.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/linearref/LocationIndexOfPoint.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/linearref' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/linearref' [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/linearref' [INFO] [stderr] Making install in noding [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/noding' [INFO] [stderr] Making install in snapround [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/noding/snapround' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/noding/snapround' [INFO] [stderr] make[6]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/noding/snapround' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/snapround/HotPixel.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/snapround/HotPixel.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/snapround/MCIndexPointSnapper.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/snapround/MCIndexSnapRounder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/snapround/SimpleSnapRounder.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/noding/snapround' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/noding/snapround' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/noding/snapround' [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/noding' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/noding' [INFO] [stderr] make[6]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/noding' [INFO] [stderr] /usr/bin/install -c -m 644 /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/BasicSegmentString.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/FastNodingValidator.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/FastSegmentSetIntersectionFinder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/GeometryNoder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/IntersectionAdder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/IntersectionFinderAdder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/IteratedNoder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/MCIndexNoder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/MCIndexNoder.inl /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/MCIndexSegmentSetMutualIntersector.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/NodableSegmentString.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/NodedSegmentString.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/Noder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/NodingValidator.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/Octant.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/OrientedCoordinateArray.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/ScaledNoder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/SegmentIntersectionDetector.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/SegmentIntersector.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/SegmentNode.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/SegmentNodeList.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/SegmentPointComparator.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/SegmentSetMutualIntersector.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/SegmentString.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/SegmentStringUtil.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/SimpleNoder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/SingleInteriorIntersectionFinder.h /opt/rustwide/workdir/vendor/geos-3.7.1/include/geos/noding/SinglePassNoder.h '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/noding' [INFO] [stderr] make[6]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/noding' [INFO] [stderr] make[5]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/noding' [INFO] [stderr] make[4]: Leaving directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/noding' [INFO] [stderr] Making install in operation [INFO] [stderr] make[4]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/operation' [INFO] [stderr] Making install in buffer [INFO] [stderr] make[5]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/operation/buffer' [INFO] [stderr] make[6]: Entering directory '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/build/include/geos/operation/buffer' [INFO] [stderr] make[6]: Nothing to be done for 'install-exec-am'. [INFO] [stderr] /usr/bin/mkdir -p '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/spatialite-sys-a2ba01f0de19898a/out/include/geos/operation/buffer' [WARN] too much data in the log, truncating it