[INFO] crate gdal 0.6.0 is already in cache [INFO] testing gdal-0.6.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate gdal 0.6.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate gdal 0.6.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gdal 0.6.0 [INFO] finished tweaking crates.io crate gdal 0.6.0 [INFO] tweaked toml for crates.io crate gdal 0.6.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate gdal 0.6.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 7ba0fd9a7d6237e76ef4c639b502f71a54016fcc0b8af93c13f25657db2f06c1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "7ba0fd9a7d6237e76ef4c639b502f71a54016fcc0b8af93c13f25657db2f06c1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling gdal-sys v0.2.0 [INFO] [stderr] Compiling backtrace v0.3.43 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling gdal v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/raster/driver.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/raster/driver.rs:14:22 [INFO] [stderr] | [INFO] [stderr] 14 | static START: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/vector/driver.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/vector/driver.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | static START: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.43s [INFO] running `"docker" "inspect" "7ba0fd9a7d6237e76ef4c639b502f71a54016fcc0b8af93c13f25657db2f06c1"` [INFO] running `"docker" "rm" "-f" "7ba0fd9a7d6237e76ef4c639b502f71a54016fcc0b8af93c13f25657db2f06c1"` [INFO] [stdout] 7ba0fd9a7d6237e76ef4c639b502f71a54016fcc0b8af93c13f25657db2f06c1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e85fb35e2ed2828a1b7c5803eb58c71a6098f4d3fed500564e866cd365352424 [INFO] running `"docker" "start" "-a" "e85fb35e2ed2828a1b7c5803eb58c71a6098f4d3fed500564e866cd365352424"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling gdal v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/raster/driver.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/raster/driver.rs:14:22 [INFO] [stderr] | [INFO] [stderr] 14 | static START: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/vector/driver.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/vector/driver.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | static START: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `warp` [INFO] [stderr] --> src/raster/tests.rs:2:42 [INFO] [stderr] | [INFO] [stderr] 2 | use super::{ByteBuffer, Driver, Dataset, warp}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/raster/driver.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/raster/driver.rs:14:22 [INFO] [stderr] | [INFO] [stderr] 14 | static START: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/vector/driver.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/vector/driver.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | static START: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288" "/opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.50golwdbbt4hnksi.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-85de2db0b3bf4621/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-dca1960f2bf5e1dc.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-447df9d8850f95e5.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-097527eae71b3bb7.rlib" "/opt/rustwide/target/debug/deps/libfailure-fcfbf8ff1164056c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f06bd1885ef66927.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-cb3f2100db85d890.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.10.rcgu.o: in function `::next': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:68: undefined reference to `OGR_FD_GetFieldDefn' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/examples/read_write_ogr-ed28252863b0b288.read_write_ogr.6i3gs1q7-cgu.9.rcgu.o: in function `::next': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:134: undefined reference to `OGR_L_GetNextFeature' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.10.rcgu.o): in function `gdal::vector::dataset::Dataset::open': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:48: undefined reference to `OGROpen' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.10.rcgu.o): in function `gdal::vector::dataset::Dataset::layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:68: undefined reference to `OGR_DS_GetLayer' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.10.rcgu.o): in function `gdal::vector::dataset::Dataset::create_layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:88: undefined reference to `OGR_DS_CreateLayer' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.10.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:134: undefined reference to `OGR_DS_Destroy' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.13.rcgu.o): in function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/rustwide/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.15.rcgu.o): in function `gdal::vector::layer::Layer::_with_c_layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:42: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.15.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:155: undefined reference to `OGR_Fld_Destroy' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.15.rcgu.o): in function `gdal::vector::layer::FieldDefn::new': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:168: undefined reference to `OGR_Fld_Create' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.15.rcgu.o): in function `gdal::vector::layer::FieldDefn::set_width': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:175: undefined reference to `OGR_Fld_SetWidth' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.15.rcgu.o): in function `gdal::vector::layer::FieldDefn::add_to_layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:181: undefined reference to `OGR_L_CreateField' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:18: undefined reference to `OCTDestroyCoordinateTransformation' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::CoordTransform::new': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:25: undefined reference to `OCTNewCoordinateTransformation' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:81: undefined reference to `OSRRelease' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::from_epsg': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:131: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:132: undefined reference to `OSRImportFromEPSG' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::to_proj4': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:214: undefined reference to `OSRExportToProj4' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::authority': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:245: undefined reference to `OSRGetAuthorityName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:250: undefined reference to `OSRGetAuthorityCode' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.4.rcgu.o): in function `gdal::vector::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/rustwide/workdir/src/vector/driver.rs:17: undefined reference to `OGRRegisterAll' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.4.rcgu.o): in function `gdal::vector::driver::Driver::get': [INFO] [stderr] /opt/rustwide/workdir/src/vector/driver.rs:30: undefined reference to `OGRGetDriverByName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.4.rcgu.o): in function `gdal::vector::driver::Driver::create': [INFO] [stderr] /opt/rustwide/workdir/src/vector/driver.rs:41: undefined reference to `OGR_Dr_CreateDataSource' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.6.rcgu.o): in function `gdal::vector::geometry::Geometry::transform': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:195: undefined reference to `OGR_G_Clone' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/geometry.rs:196: undefined reference to `OGR_G_Transform' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.6.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::new': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:20: undefined reference to `OGR_F_Create' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::_lazy_feature_geometries': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:40: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::field': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:49: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:53: undefined reference to `OGR_F_GetFieldDefnRef' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:54: undefined reference to `OGR_Fld_GetType' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:57: undefined reference to `OGR_F_GetFieldAsString' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:61: undefined reference to `OGR_F_GetFieldAsDouble' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:65: undefined reference to `OGR_F_GetFieldAsInteger' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::geometry': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:75: undefined reference to `OGR_F_GetGeometryRef' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::create': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:106: undefined reference to `OGR_L_CreateFeature' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_field_string': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:116: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:120: undefined reference to `OGR_F_SetFieldString' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_field_double': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:126: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:130: undefined reference to `OGR_F_SetFieldDouble' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_field_integer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:136: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:140: undefined reference to `OGR_F_SetFieldInteger' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_geometry': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:153: undefined reference to `OGR_F_SetGeometry' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:165: undefined reference to `OGR_F_Destroy' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.9.rcgu.o): in function `gdal::vector::defn::Defn::fields': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:25: undefined reference to `OGR_FD_GetFieldCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.9.rcgu.o): in function `gdal::vector::defn::Defn::from_layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:46: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.9.rcgu.o): in function `gdal::vector::defn::Field::name': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:86: undefined reference to `OGR_Fld_GetNameRef' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.9.rcgu.o): in function `gdal::vector::defn::Field::field_type': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:91: undefined reference to `OGR_Fld_GetType' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.9.rcgu.o): in function `gdal::vector::defn::Field::width': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:95: undefined reference to `OGR_Fld_GetWidth' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `gdal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864.spatial_reference.9h1to3cx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864.spatial_reference.9h1to3cx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864.spatial_reference.9h1to3cx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864.spatial_reference.9h1to3cx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864.spatial_reference.9h1to3cx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864.spatial_reference.9h1to3cx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864.spatial_reference.9h1to3cx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864.spatial_reference.9h1to3cx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864.spatial_reference.9h1to3cx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864.spatial_reference.9h1to3cx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864.spatial_reference.9h1to3cx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864" "/opt/rustwide/target/debug/examples/spatial_reference-e7cfbea22ce9e864.4703g5azii20lk99.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-85de2db0b3bf4621/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-dca1960f2bf5e1dc.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-447df9d8850f95e5.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-097527eae71b3bb7.rlib" "/opt/rustwide/target/debug/deps/libfailure-fcfbf8ff1164056c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f06bd1885ef66927.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-cb3f2100db85d890.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.13.rcgu.o): in function `gdal::utils::_last_cpl_err': [INFO] [stderr] /opt/rustwide/workdir/src/utils.rs:16: undefined reference to `CPLGetLastErrorNo' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:17: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:18: undefined reference to `CPLErrorReset' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.13.rcgu.o): in function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/rustwide/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:18: undefined reference to `OCTDestroyCoordinateTransformation' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::CoordTransform::new': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:25: undefined reference to `OCTNewCoordinateTransformation' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::CoordTransform::transform_coords': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:40: undefined reference to `OCTTransform' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:81: undefined reference to `OSRRelease' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `::eq': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:95: undefined reference to `OSRIsSame' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::from_definition': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:109: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:113: undefined reference to `OSRSetFromUserInput' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::from_wkt': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:122: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::from_epsg': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:131: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:132: undefined reference to `OSRImportFromEPSG' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::from_proj4': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:143: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:144: undefined reference to `OSRImportFromProj4' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::to_wkt': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:176: undefined reference to `OSRExportToWkt' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::morph_to_esri': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:185: undefined reference to `OSRMorphToESRI' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::to_pretty_wkt': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:194: undefined reference to `OSRExportToPrettyWkt' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::to_xml': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:204: undefined reference to `OSRExportToXML' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::to_proj4': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:214: undefined reference to `OSRExportToProj4' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::authority': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:245: undefined reference to `OSRGetAuthorityName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:250: undefined reference to `OSRGetAuthorityCode' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.6.rcgu.o): in function `gdal::vector::geometry::Geometry::from_wkt': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:68: undefined reference to `OGR_G_CreateFromWkt' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.6.rcgu.o): in function `gdal::vector::geometry::Geometry::wkt': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:101: undefined reference to `OGR_G_ExportToWkt' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/geometry.rs:106: undefined reference to `OGRFree' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.6.rcgu.o): in function `gdal::vector::geometry::Geometry::transform': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:195: undefined reference to `OGR_G_Clone' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/geometry.rs:196: undefined reference to `OGR_G_Transform' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.6.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32" "/opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.5bbbypcid9pkdq87.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-85de2db0b3bf4621/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-dca1960f2bf5e1dc.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-447df9d8850f95e5.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-097527eae71b3bb7.rlib" "/opt/rustwide/target/debug/deps/libfailure-fcfbf8ff1164056c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f06bd1885ef66927.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-cb3f2100db85d890.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.0.rcgu.o: in function `gdal::metadata::Metadata::description': [INFO] [stderr] /opt/rustwide/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.0.rcgu.o: in function `gdal::metadata::Metadata::metadata_item': [INFO] [stderr] /opt/rustwide/workdir/src/metadata.rs:21: undefined reference to `GDALGetMetadataItem' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/examples/metadata-4ebade1c53c68b32.metadata.ihp44jp9-cgu.13.rcgu.o: in function `gdal::metadata::Metadata::description': [INFO] [stderr] /opt/rustwide/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.10.rcgu.o): in function `gdal::raster::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/rustwide/workdir/src/raster/driver.rs:19: undefined reference to `GDALAllRegister' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.10.rcgu.o): in function `gdal::raster::driver::Driver::get': [INFO] [stderr] /opt/rustwide/workdir/src/raster/driver.rs:35: undefined reference to `GDALGetDriverByName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.13.rcgu.o): in function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/rustwide/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.7.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:34: undefined reference to `GDALClose' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.7.rcgu.o): in function `gdal::raster::dataset::Dataset::open': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:43: undefined reference to `GDALOpen' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.write_ogr.aff6ulfy-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be" "/opt/rustwide/target/debug/examples/write_ogr-e56a84a2e9b378be.2ojaukqzgurg1y50.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-85de2db0b3bf4621/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-dca1960f2bf5e1dc.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-447df9d8850f95e5.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-097527eae71b3bb7.rlib" "/opt/rustwide/target/debug/deps/libfailure-fcfbf8ff1164056c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f06bd1885ef66927.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-cb3f2100db85d890.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.10.rcgu.o): in function `gdal::vector::dataset::Dataset::create_layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:88: undefined reference to `OGR_DS_CreateLayer' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.10.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:134: undefined reference to `OGR_DS_Destroy' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.13.rcgu.o): in function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/rustwide/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.15.rcgu.o): in function `gdal::vector::layer::Layer::_with_c_layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:42: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.15.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:155: undefined reference to `OGR_Fld_Destroy' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.15.rcgu.o): in function `gdal::vector::layer::FieldDefn::new': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:168: undefined reference to `OGR_Fld_Create' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.15.rcgu.o): in function `gdal::vector::layer::FieldDefn::set_width': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:175: undefined reference to `OGR_Fld_SetWidth' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.15.rcgu.o): in function `gdal::vector::layer::FieldDefn::add_to_layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:181: undefined reference to `OGR_L_CreateField' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.4.rcgu.o): in function `gdal::vector::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/rustwide/workdir/src/vector/driver.rs:17: undefined reference to `OGRRegisterAll' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.4.rcgu.o): in function `gdal::vector::driver::Driver::get': [INFO] [stderr] /opt/rustwide/workdir/src/vector/driver.rs:30: undefined reference to `OGRGetDriverByName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.4.rcgu.o): in function `gdal::vector::driver::Driver::create': [INFO] [stderr] /opt/rustwide/workdir/src/vector/driver.rs:41: undefined reference to `OGR_Dr_CreateDataSource' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.6.rcgu.o): in function `gdal::vector::geometry::Geometry::from_wkt': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:68: undefined reference to `OGR_G_CreateFromWkt' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.6.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::new': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:20: undefined reference to `OGR_F_Create' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::_lazy_feature_geometries': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:40: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::create': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:106: undefined reference to `OGR_L_CreateFeature' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_field_string': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:116: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:120: undefined reference to `OGR_F_SetFieldString' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_field_double': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:126: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:130: undefined reference to `OGR_F_SetFieldDouble' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_field_integer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:136: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:140: undefined reference to `OGR_F_SetFieldInteger' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_geometry': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:153: undefined reference to `OGR_F_SetGeometry' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.8.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:165: undefined reference to `OGR_F_Destroy' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.9.rcgu.o): in function `gdal::vector::defn::Defn::from_layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:46: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657" "/opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.4qt1p9liy0un8cum.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-85de2db0b3bf4621/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-dca1960f2bf5e1dc.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-447df9d8850f95e5.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-097527eae71b3bb7.rlib" "/opt/rustwide/target/debug/deps/libfailure-fcfbf8ff1164056c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f06bd1885ef66927.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-cb3f2100db85d890.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.2.rcgu.o: in function `gdal::metadata::Metadata::description': [INFO] [stderr] /opt/rustwide/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/examples/rasterband-3f2bb1bb4503c657.rasterband.2jl1hbhr-cgu.9.rcgu.o: in function `gdal::metadata::Metadata::description': [INFO] [stderr] /opt/rustwide/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.13.rcgu.o): in function `gdal::utils::_last_cpl_err': [INFO] [stderr] /opt/rustwide/workdir/src/utils.rs:16: undefined reference to `CPLGetLastErrorNo' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:17: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:18: undefined reference to `CPLErrorReset' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.13.rcgu.o): in function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/rustwide/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.4.rcgu.o): in function `gdal::raster::rasterband::RasterBand::read_as': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:85: undefined reference to `GDALRasterIO' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.4.rcgu.o): in function `gdal::raster::rasterband::RasterBand::band_type': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:240: undefined reference to `GDALGetRasterDataType' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.4.rcgu.o): in function `gdal::raster::rasterband::RasterBand::no_data_value': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:245: undefined reference to `GDALGetRasterNoDataValue' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.4.rcgu.o): in function `gdal::raster::rasterband::RasterBand::scale': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:262: undefined reference to `GDALGetRasterScale' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.4.rcgu.o): in function `gdal::raster::rasterband::RasterBand::offset': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:271: undefined reference to `GDALGetRasterOffset' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.7.rcgu.o): in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:34: undefined reference to `GDALClose' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.7.rcgu.o): in function `gdal::raster::dataset::Dataset::open': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:43: undefined reference to `GDALOpen' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.7.rcgu.o): in function `gdal::raster::dataset::Dataset::rasterband': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:60: undefined reference to `GDALGetRasterBand' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-dc16906ec52a2b2c.rlib(gdal-dc16906ec52a2b2c.gdal.ds3ho96h-cgu.10.rcgu.o): in function `gdal::raster::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/rustwide/workdir/src/raster/driver.rs:19: undefined reference to `GDALAllRegister' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343" "/opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.4tysovst9yopqxix.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-85de2db0b3bf4621/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0a07979da1fa7aa2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-171ede43b21d034c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ea69ac8b5a0936d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6be6d4d5d08eb152.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c718480fe68c7cec.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-dca1960f2bf5e1dc.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-447df9d8850f95e5.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-097527eae71b3bb7.rlib" "/opt/rustwide/target/debug/deps/libfailure-fcfbf8ff1164056c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f06bd1885ef66927.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-cb3f2100db85d890.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::block_size': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:34: undefined reference to `GDALGetBlockSize' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::x_size': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:47: undefined reference to `GDALGetRasterBandXSize' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::y_size': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:56: undefined reference to `GDALGetRasterBandYSize' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::read_as': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:85: undefined reference to `GDALRasterIO' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::write': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:219: undefined reference to `GDALRasterIO' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::band_type': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:240: undefined reference to `GDALGetRasterDataType' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::no_data_value': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:245: undefined reference to `GDALGetRasterNoDataValue' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::set_no_data_value': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:253: undefined reference to `GDALSetRasterNoDataValue' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::scale': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:262: undefined reference to `GDALGetRasterScale' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::offset': [INFO] [stderr] /opt/rustwide/workdir/src/raster/rasterband.rs:271: undefined reference to `GDALGetRasterOffset' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::new': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:20: undefined reference to `OGR_F_Create' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::_lazy_feature_geometries': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:40: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::field': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:49: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:53: undefined reference to `OGR_F_GetFieldDefnRef' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:54: undefined reference to `OGR_Fld_GetType' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:57: undefined reference to `OGR_F_GetFieldAsString' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:61: undefined reference to `OGR_F_GetFieldAsDouble' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:65: undefined reference to `OGR_F_GetFieldAsInteger' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::geometry': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:75: undefined reference to `OGR_F_GetGeometryRef' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::geometry_by_name': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:83: undefined reference to `OGR_F_GetGeomFieldIndex' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::geometry_by_index': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:96: undefined reference to `OGR_F_GetGeomFieldRef' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::create': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:106: undefined reference to `OGR_L_CreateFeature' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::set_field_string': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:116: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:120: undefined reference to `OGR_F_SetFieldString' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::set_field_double': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:126: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:130: undefined reference to `OGR_F_SetFieldDouble' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::set_field_integer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:136: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:140: undefined reference to `OGR_F_SetFieldInteger' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::set_geometry': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:153: undefined reference to `OGR_F_SetGeometry' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.11.rcgu.o: in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/feature.rs:165: undefined reference to `OGR_F_Destroy' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::empty': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:51: undefined reference to `OGR_G_CreateGeometry' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::is_empty': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:59: undefined reference to `OGR_G_IsEmpty' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::from_wkt': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:68: undefined reference to `OGR_G_CreateFromWkt' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::json': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:89: undefined reference to `OGR_G_ExportToJson' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/geometry.rs:94: undefined reference to `VSIFree' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::wkt': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:101: undefined reference to `OGR_G_ExportToWkt' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/geometry.rs:106: undefined reference to `OGRFree' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::set_point_2d': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:122: undefined reference to `OGR_G_SetPoint_2D' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::get_point': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:134: undefined reference to `OGR_G_GetPoint' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::get_point_vec': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:139: undefined reference to `OGR_G_GetPointCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::convex_hull': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:145: undefined reference to `OGR_G_ConvexHull' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::geometry_type': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:153: undefined reference to `OGR_G_GetGeometryType' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::geometry_count': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:157: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::_get_geometry': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:164: undefined reference to `OGR_G_GetGeometryRef' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::add_geometry': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:171: undefined reference to `OGR_G_AddGeometryDirectly' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::transform_inplace': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:183: undefined reference to `OGR_G_Transform' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::area': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:224: undefined reference to `OGR_G_Area' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::spatial_reference': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:233: undefined reference to `OGR_G_GetSpatialReference' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::set_spatial_reference': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:246: undefined reference to `OGR_G_AssignSpatialReference' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.12.rcgu.o: in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.14.rcgu.o: in function `gdal::vector::gdal_to_geo:: for geo_types::geometry::Geometry>::from': [INFO] [stderr] /opt/rustwide/workdir/src/vector/gdal_to_geo.rs:7: undefined reference to `OGR_G_GetGeometryType' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/gdal_to_geo.rs:24: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/gdal_to_geo.rs:42: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/gdal_to_geo.rs:53: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/gdal_to_geo.rs:60: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/vector/gdal_to_geo.rs:71: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o: in function `gdal::metadata::Metadata::metadata_item': [INFO] [stderr] /opt/rustwide/workdir/src/metadata.rs:21: undefined reference to `GDALGetMetadataItem' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o: in function `gdal::metadata::Metadata::set_metadata_item': [INFO] [stderr] /opt/rustwide/workdir/src/metadata.rs:35: undefined reference to `GDALSetMetadataItem' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o: in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:34: undefined reference to `GDALClose' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::open': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:43: undefined reference to `GDALOpen' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::rasterband': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:60: undefined reference to `GDALGetRasterBand' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::size': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:69: undefined reference to `GDALGetRasterXSize' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/raster/dataset.rs:70: undefined reference to `GDALGetRasterYSize' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::driver': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:86: undefined reference to `GDALGetDatasetDriver' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::count': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:92: undefined reference to `GDALGetRasterCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::projection': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:96: undefined reference to `GDALGetProjectionRef' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::set_geo_transform': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:122: undefined reference to `GDALSetGeoTransform' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::geo_transform': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:141: undefined reference to `GDALGetGeoTransform' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::create_copy': [INFO] [stderr] /opt/rustwide/workdir/src/raster/dataset.rs:160: undefined reference to `GDALCreateCopy' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.3.rcgu.o: in function `gdal::config::set_config_option': [INFO] [stderr] /opt/rustwide/workdir/src/config.rs:39: undefined reference to `CPLSetConfigOption' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.3.rcgu.o: in function `gdal::config::get_config_option': [INFO] [stderr] /opt/rustwide/workdir/src/config.rs:52: undefined reference to `CPLGetConfigOption' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.3.rcgu.o: in function `gdal::config::clear_config_option': [INFO] [stderr] /opt/rustwide/workdir/src/config.rs:62: undefined reference to `CPLSetConfigOption' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.5.rcgu.o: in function `gdal::vector::defn::Defn::fields': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:25: undefined reference to `OGR_FD_GetFieldCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.5.rcgu.o: in function `gdal::vector::defn::Defn::geom_fields': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:36: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.5.rcgu.o: in function `::next': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:68: undefined reference to `OGR_FD_GetFieldDefn' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.5.rcgu.o: in function `gdal::vector::defn::Field::name': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:86: undefined reference to `OGR_Fld_GetNameRef' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.5.rcgu.o: in function `gdal::vector::defn::Field::field_type': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:91: undefined reference to `OGR_Fld_GetType' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.5.rcgu.o: in function `::next': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:120: undefined reference to `OGR_FD_GetGeomFieldDefn' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.5.rcgu.o: in function `gdal::vector::defn::GeomField::name': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:139: undefined reference to `OGR_GFld_GetNameRef' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.5.rcgu.o: in function `gdal::vector::defn::GeomField::field_type': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:144: undefined reference to `OGR_GFld_GetType' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.5.rcgu.o: in function `gdal::vector::defn::GeomField::spatial_ref': [INFO] [stderr] /opt/rustwide/workdir/src/vector/defn.rs:148: undefined reference to `OGR_GFld_GetSpatialRef' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::metadata::Metadata::description': [INFO] [stderr] /opt/rustwide/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::raster::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/rustwide/workdir/src/raster/driver.rs:19: undefined reference to `GDALAllRegister' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::raster::driver::Driver::get': [INFO] [stderr] /opt/rustwide/workdir/src/raster/driver.rs:35: undefined reference to `GDALGetDriverByName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::raster::driver::Driver::short_name': [INFO] [stderr] /opt/rustwide/workdir/src/raster/driver.rs:51: undefined reference to `GDALGetDriverShortName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::raster::driver::Driver::long_name': [INFO] [stderr] /opt/rustwide/workdir/src/raster/driver.rs:56: undefined reference to `GDALGetDriverLongName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stderr] /opt/rustwide/workdir/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stderr] /opt/rustwide/workdir/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:18: undefined reference to `OCTDestroyCoordinateTransformation' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::CoordTransform::new': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:25: undefined reference to `OCTNewCoordinateTransformation' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::CoordTransform::transform_coords': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:40: undefined reference to `OCTTransform' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:81: undefined reference to `OSRRelease' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `::eq': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:95: undefined reference to `OSRIsSame' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::from_definition': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:109: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:113: undefined reference to `OSRSetFromUserInput' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::from_wkt': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:122: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::from_epsg': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:131: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:132: undefined reference to `OSRImportFromEPSG' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::from_proj4': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:143: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:144: undefined reference to `OSRImportFromProj4' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::from_esri': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:156: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:157: undefined reference to `OSRImportFromESRI' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::from_c_obj': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:166: undefined reference to `OSRClone' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::to_wkt': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:176: undefined reference to `OSRExportToWkt' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::to_proj4': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:214: undefined reference to `OSRExportToProj4' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::auth_name': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:223: undefined reference to `OSRGetAuthorityName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::auth_code': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:232: undefined reference to `OSRGetAuthorityCode' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::authority': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:245: undefined reference to `OSRGetAuthorityName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:250: undefined reference to `OSRGetAuthorityCode' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::auto_identify_epsg': [INFO] [stderr] /opt/rustwide/workdir/src/spatial_ref/srs.rs:259: undefined reference to `OSRAutoIdentifyEPSG' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::utils::_last_cpl_err': [INFO] [stderr] /opt/rustwide/workdir/src/utils.rs:16: undefined reference to `CPLGetLastErrorNo' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:17: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:18: undefined reference to `CPLErrorReset' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/rustwide/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::vector::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/rustwide/workdir/src/vector/driver.rs:17: undefined reference to `OGRRegisterAll' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::vector::driver::Driver::get': [INFO] [stderr] /opt/rustwide/workdir/src/vector/driver.rs:30: undefined reference to `OGRGetDriverByName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::vector::driver::Driver::create': [INFO] [stderr] /opt/rustwide/workdir/src/vector/driver.rs:41: undefined reference to `OGR_Dr_CreateDataSource' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::vector::dataset::Dataset::open': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:48: undefined reference to `OGROpen' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::vector::dataset::Dataset::count': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:57: undefined reference to `OGR_DS_GetLayerCount' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::vector::dataset::Dataset::layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:68: undefined reference to `OGR_DS_GetLayer' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::vector::dataset::Dataset::layer_by_name': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:78: undefined reference to `OGR_DS_GetLayerByName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `gdal::vector::dataset::Dataset::create_layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:88: undefined reference to `OGR_DS_CreateLayer' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.7.rcgu.o: in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:134: undefined reference to `OGR_DS_Destroy' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.8.rcgu.o: in function `gdal::vector::layer::Layer::_with_c_layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:42: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.8.rcgu.o: in function `gdal::vector::layer::Layer::set_spatial_filter': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:57: undefined reference to `OGR_L_SetSpatialFilter' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.8.rcgu.o: in function `gdal::vector::layer::Layer::clear_spatial_filter': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:61: undefined reference to `OGR_L_SetSpatialFilter' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.8.rcgu.o: in function `gdal::vector::layer::Layer::name': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:66: undefined reference to `OGR_L_GetName' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.8.rcgu.o: in function `gdal::vector::layer::Layer::get_extent': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:109: undefined reference to `OGR_L_GetExtent' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.8.rcgu.o: in function `gdal::vector::layer::Layer::spatial_reference': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:117: undefined reference to `OGR_L_GetSpatialRef' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.8.rcgu.o: in function `::next': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:134: undefined reference to `OGR_L_GetNextFeature' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.8.rcgu.o: in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:155: undefined reference to `OGR_Fld_Destroy' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.8.rcgu.o: in function `gdal::vector::layer::FieldDefn::new': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:168: undefined reference to `OGR_Fld_Create' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.8.rcgu.o: in function `gdal::vector::layer::FieldDefn::add_to_layer': [INFO] [stderr] /opt/rustwide/workdir/src/vector/layer.rs:181: undefined reference to `OGR_L_CreateField' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-ccb3ecd62af70343.gdal.2ozof2ur-cgu.8.rcgu.o: in function `gdal::version::version_info': [INFO] [stderr] /opt/rustwide/workdir/src/version.rs:7: undefined reference to `GDALVersionInfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 7 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e85fb35e2ed2828a1b7c5803eb58c71a6098f4d3fed500564e866cd365352424"` [INFO] running `"docker" "rm" "-f" "e85fb35e2ed2828a1b7c5803eb58c71a6098f4d3fed500564e866cd365352424"` [INFO] [stdout] e85fb35e2ed2828a1b7c5803eb58c71a6098f4d3fed500564e866cd365352424