[INFO] crate gdal 0.6.0 is already in cache [INFO] testing gdal-0.6.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate gdal 0.6.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate gdal 0.6.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-7/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8af2f83a2e84df393c9eaedc0504aa7b8ff7b59c57f466a494eb1697addf6c31 [INFO] running `"docker" "start" "-a" "8af2f83a2e84df393c9eaedc0504aa7b8ff7b59c57f466a494eb1697addf6c31"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling geo-types v0.4.3 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling gdal-sys v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling quote v1.0.2 [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 17.77s [INFO] running `"docker" "inspect" "8af2f83a2e84df393c9eaedc0504aa7b8ff7b59c57f466a494eb1697addf6c31"` [INFO] running `"docker" "rm" "-f" "8af2f83a2e84df393c9eaedc0504aa7b8ff7b59c57f466a494eb1697addf6c31"` [INFO] [stdout] 8af2f83a2e84df393c9eaedc0504aa7b8ff7b59c57f466a494eb1697addf6c31 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 856bd43316ca8de4423891633a09ccf08c42021b3a6cc8bb772a24f96456d098 [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" "856bd43316ca8de4423891633a09ccf08c42021b3a6cc8bb772a24f96456d098"` [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112" "/opt/rustwide/target/debug/examples/read_write_ogr-3694f789ba708112.3d5cqpqvbd30y2op.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-2f1ca0484b82bb2e/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-517c45c960eeb722.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-8f4101336bb88cea.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ddc6fba6583d3d3e.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-1e425df8994ce358.rlib" "/opt/rustwide/target/debug/deps/libfailure-70ff4768d8c92787.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-d78c3b5d922cc498.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-84facd488e151dc4.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e3c66f530931b34f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.12.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-3694f789ba708112.read_write_ogr.ceorfgf1-cgu.15.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.12.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.12.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.12.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.12.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.12.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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.13.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.13.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.13.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.13.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.3.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.5.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.5.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.5.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.5.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.5.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.6.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.6.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.6.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.8.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.8.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: 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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.write_ogr.bz9wqfvk-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0" "/opt/rustwide/target/debug/examples/write_ogr-817baf7772ad86b0.5g6ao9guhut4pf56.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-2f1ca0484b82bb2e/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-517c45c960eeb722.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-8f4101336bb88cea.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ddc6fba6583d3d3e.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-1e425df8994ce358.rlib" "/opt/rustwide/target/debug/deps/libfailure-70ff4768d8c92787.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-d78c3b5d922cc498.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-84facd488e151dc4.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e3c66f530931b34f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.12.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.13.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.13.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.3.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.5.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.5.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.5.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.5.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.5.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.6.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.6.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.6.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.8.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.8.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: 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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a.spatial_reference.9xctygw3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a.spatial_reference.9xctygw3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a.spatial_reference.9xctygw3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a.spatial_reference.9xctygw3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a.spatial_reference.9xctygw3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a.spatial_reference.9xctygw3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a.spatial_reference.9xctygw3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a.spatial_reference.9xctygw3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a.spatial_reference.9xctygw3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a.spatial_reference.9xctygw3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a.spatial_reference.9xctygw3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a" "/opt/rustwide/target/debug/examples/spatial_reference-335b952d4381441a.385s8nsbuffdu3zm.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-2f1ca0484b82bb2e/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-517c45c960eeb722.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-8f4101336bb88cea.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ddc6fba6583d3d3e.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-1e425df8994ce358.rlib" "/opt/rustwide/target/debug/deps/libfailure-70ff4768d8c92787.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-d78c3b5d922cc498.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-84facd488e151dc4.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e3c66f530931b34f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.3.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.3.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.8.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.8.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.8.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.8.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: 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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.rasterband.gxzsma3g-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81" "/opt/rustwide/target/debug/examples/rasterband-8532c82f45c35d81.1nfmss5rjobmvu86.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-2f1ca0484b82bb2e/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-517c45c960eeb722.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-8f4101336bb88cea.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ddc6fba6583d3d3e.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-1e425df8994ce358.rlib" "/opt/rustwide/target/debug/deps/libfailure-70ff4768d8c92787.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-d78c3b5d922cc498.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-84facd488e151dc4.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e3c66f530931b34f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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-8532c82f45c35d81.rasterband.gxzsma3g-cgu.1.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-8532c82f45c35d81.rasterband.gxzsma3g-cgu.5.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.10.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.10.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.10.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.13.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.3.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.3.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.7.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.7.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.7.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.7.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.7.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] 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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.metadata.3rm8isgh-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3" "/opt/rustwide/target/debug/examples/metadata-bd0de46de17e55f3.udoqk8yzqmxzckd.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-2f1ca0484b82bb2e/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-517c45c960eeb722.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-8f4101336bb88cea.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ddc6fba6583d3d3e.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-1e425df8994ce358.rlib" "/opt/rustwide/target/debug/deps/libfailure-70ff4768d8c92787.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-d78c3b5d922cc498.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-84facd488e151dc4.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e3c66f530931b34f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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-bd0de46de17e55f3.metadata.3rm8isgh-cgu.1.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-bd0de46de17e55f3.metadata.3rm8isgh-cgu.8.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-bd0de46de17e55f3.metadata.3rm8isgh-cgu.8.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/libgdal-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.10.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.10.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.13.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.13.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-517c45c960eeb722.rlib(gdal-517c45c960eeb722.gdal.e017zlxn-cgu.3.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] 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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354" "/opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.4rp1zqn6e6452t23.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-2f1ca0484b82bb2e/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-219fc620be977b79.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-f5064c1d87ea3eaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-6bc0764cb7f4dd96.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-72042f7f9ab0950a.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-7a49e61f83b63f93.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-8f4101336bb88cea.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ddc6fba6583d3d3e.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-1e425df8994ce358.rlib" "/opt/rustwide/target/debug/deps/libfailure-70ff4768d8c92787.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-d78c3b5d922cc498.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-84facd488e151dc4.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e3c66f530931b34f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.10.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.10.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.10.rcgu.o: in function `gdal::version::version_info': [INFO] [stderr] /opt/rustwide/workdir/src/version.rs:7: undefined reference to `GDALVersionInfo' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.12.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.13.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.13.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.13.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.13.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.13.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.13.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.13.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.13.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.13.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.13.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.14.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.15.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.5.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.6.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.7.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.7.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.7.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.7.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.7.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.7.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.7.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.7.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.7.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-d5a272b36cd54354.gdal.75ulvrk8-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/gdal-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.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-d5a272b36cd54354.gdal.75ulvrk8-cgu.9.rcgu.o: in function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/vector/dataset.rs:134: undefined reference to `OGR_DS_Destroy' [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: could not compile `gdal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "856bd43316ca8de4423891633a09ccf08c42021b3a6cc8bb772a24f96456d098"` [INFO] running `"docker" "rm" "-f" "856bd43316ca8de4423891633a09ccf08c42021b3a6cc8bb772a24f96456d098"` [INFO] [stdout] 856bd43316ca8de4423891633a09ccf08c42021b3a6cc8bb772a24f96456d098