[INFO] crate gdal 0.6.0 is already in cache [INFO] testing gdal-0.6.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate gdal 0.6.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate gdal 0.6.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-2/source/Cargo.toml [INFO] crate crates.io crate gdal 0.6.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d6b4dc2550a59530146db58ab729aa127d4318e844fab9f2aa5dfbb0bc78201 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3d6b4dc2550a59530146db58ab729aa127d4318e844fab9f2aa5dfbb0bc78201", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d6b4dc2550a59530146db58ab729aa127d4318e844fab9f2aa5dfbb0bc78201", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d6b4dc2550a59530146db58ab729aa127d4318e844fab9f2aa5dfbb0bc78201", kill_on_drop: false }` [INFO] [stdout] 3d6b4dc2550a59530146db58ab729aa127d4318e844fab9f2aa5dfbb0bc78201 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7cab34b3c88d994aaa782eaf464f018a96888d2db0543a18cb16e57ab19895a3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7cab34b3c88d994aaa782eaf464f018a96888d2db0543a18cb16e57ab19895a3", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling gdal-sys v0.2.0 [INFO] [stderr] Compiling geo-types v0.4.3 [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] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:71:32 [INFO] [stdout] | [INFO] [stdout] 71 | fn cause(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/raster/driver.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/raster/driver.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | static START: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/vector/driver.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/vector/driver.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | static START: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.25s [INFO] running `Command { std: "docker" "inspect" "7cab34b3c88d994aaa782eaf464f018a96888d2db0543a18cb16e57ab19895a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cab34b3c88d994aaa782eaf464f018a96888d2db0543a18cb16e57ab19895a3", kill_on_drop: false }` [INFO] [stdout] 7cab34b3c88d994aaa782eaf464f018a96888d2db0543a18cb16e57ab19895a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 733d1145a27f555929075eff911cd643739d9440fc9ba0f80a4415e561572fc1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "733d1145a27f555929075eff911cd643739d9440fc9ba0f80a4415e561572fc1", kill_on_drop: false }` [INFO] [stderr] Compiling gdal v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:71:32 [INFO] [stdout] | [INFO] [stdout] 71 | fn cause(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/raster/driver.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/raster/driver.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | static START: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/vector/driver.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/vector/driver.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | static START: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:71:32 [INFO] [stdout] | [INFO] [stdout] 71 | fn cause(&self) -> Option<&Fail> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `warp` [INFO] [stdout] --> src/raster/tests.rs:2:42 [INFO] [stdout] | [INFO] [stdout] 2 | use super::{ByteBuffer, Driver, Dataset, warp}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/raster/driver.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/raster/driver.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | static START: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/vector/driver.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/vector/driver.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | static START: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3" "/opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.4syat8crymhtlubk.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-d5e5fcc04833a6a6/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-8c097860d5a08d67.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-27ecd857bf067ddb.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-582f324e6c30e074.rlib" "/opt/rustwide/target/debug/deps/libfailure-19baf9fcc97a9019.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-23d86b2dc6b56ec4.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-766b31217ed879f7.rlib" "/opt/rustwide/target/debug/deps/liblibc-2c9f83ac9c453797.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e37d6a94bb5dbdd4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.12.rcgu.o: in function `gdal::metadata::Metadata::description': [INFO] [stdout] /opt/rustwide/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/examples/rasterband-95bf32d733d2d0b3.rasterband.8c9ujtta-cgu.5.rcgu.o: in function `gdal::metadata::Metadata::description': [INFO] [stdout] /opt/rustwide/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.13.rcgu.o): in function `gdal::utils::_last_cpl_err': [INFO] [stdout] /opt/rustwide/workdir/src/utils.rs:16: undefined reference to `CPLGetLastErrorNo' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:17: undefined reference to `CPLGetLastErrorMsg' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:18: undefined reference to `CPLErrorReset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.13.rcgu.o): in function `gdal::utils::_last_null_pointer_err': [INFO] [stdout] /opt/rustwide/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.4.rcgu.o): in function `gdal::raster::rasterband::RasterBand::read_as': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:85: undefined reference to `GDALRasterIO' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.4.rcgu.o): in function `gdal::raster::rasterband::RasterBand::band_type': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:240: undefined reference to `GDALGetRasterDataType' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.4.rcgu.o): in function `gdal::raster::rasterband::RasterBand::no_data_value': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:245: undefined reference to `GDALGetRasterNoDataValue' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.4.rcgu.o): in function `gdal::raster::rasterband::RasterBand::scale': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:262: undefined reference to `GDALGetRasterScale' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.4.rcgu.o): in function `gdal::raster::rasterband::RasterBand::offset': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:271: undefined reference to `GDALGetRasterOffset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.7.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:34: undefined reference to `GDALClose' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.7.rcgu.o): in function `gdal::raster::dataset::Dataset::open': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:43: undefined reference to `GDALOpen' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.7.rcgu.o): in function `gdal::raster::dataset::Dataset::rasterband': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:60: undefined reference to `GDALGetRasterBand' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.10.rcgu.o): in function `gdal::raster::driver::_register_drivers::{{closure}}': [INFO] [stdout] /opt/rustwide/workdir/src/raster/driver.rs:19: undefined reference to `GDALAllRegister' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.write_ogr.da2fac90-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a" "/opt/rustwide/target/debug/examples/write_ogr-3d47f6c25d5e598a.59fq444e057ai8qw.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-d5e5fcc04833a6a6/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-8c097860d5a08d67.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-27ecd857bf067ddb.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-582f324e6c30e074.rlib" "/opt/rustwide/target/debug/deps/libfailure-19baf9fcc97a9019.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-23d86b2dc6b56ec4.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-766b31217ed879f7.rlib" "/opt/rustwide/target/debug/deps/liblibc-2c9f83ac9c453797.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e37d6a94bb5dbdd4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.10.rcgu.o): in function `gdal::vector::dataset::Dataset::create_layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/dataset.rs:88: undefined reference to `OGR_DS_CreateLayer' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.10.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/dataset.rs:134: undefined reference to `OGR_DS_Destroy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.13.rcgu.o): in function `gdal::utils::_last_null_pointer_err': [INFO] [stdout] /opt/rustwide/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.15.rcgu.o): in function `gdal::vector::layer::Layer::_with_c_layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:42: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.15.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:155: undefined reference to `OGR_Fld_Destroy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.15.rcgu.o): in function `gdal::vector::layer::FieldDefn::new': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:168: undefined reference to `OGR_Fld_Create' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.15.rcgu.o): in function `gdal::vector::layer::FieldDefn::set_width': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:175: undefined reference to `OGR_Fld_SetWidth' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.15.rcgu.o): in function `gdal::vector::layer::FieldDefn::add_to_layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:181: undefined reference to `OGR_L_CreateField' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.4.rcgu.o): in function `gdal::vector::driver::_register_drivers::{{closure}}': [INFO] [stdout] /opt/rustwide/workdir/src/vector/driver.rs:17: undefined reference to `OGRRegisterAll' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.4.rcgu.o): in function `gdal::vector::driver::Driver::get': [INFO] [stdout] /opt/rustwide/workdir/src/vector/driver.rs:30: undefined reference to `OGRGetDriverByName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.4.rcgu.o): in function `gdal::vector::driver::Driver::create': [INFO] [stdout] /opt/rustwide/workdir/src/vector/driver.rs:41: undefined reference to `OGR_Dr_CreateDataSource' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.6.rcgu.o): in function `gdal::vector::geometry::Geometry::from_wkt': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:68: undefined reference to `OGR_G_CreateFromWkt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.6.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::new': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:20: undefined reference to `OGR_F_Create' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::_lazy_feature_geometries': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:40: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::create': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:106: undefined reference to `OGR_L_CreateFeature' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_field_string': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:116: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:120: undefined reference to `OGR_F_SetFieldString' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_field_double': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:126: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:130: undefined reference to `OGR_F_SetFieldDouble' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_field_integer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:136: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:140: undefined reference to `OGR_F_SetFieldInteger' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_geometry': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:153: undefined reference to `OGR_F_SetGeometry' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:165: undefined reference to `OGR_F_Destroy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.9.rcgu.o): in function `gdal::vector::defn::Defn::from_layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:46: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [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] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4.spatial_reference.ea848fkw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4.spatial_reference.ea848fkw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4.spatial_reference.ea848fkw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4.spatial_reference.ea848fkw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4.spatial_reference.ea848fkw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4.spatial_reference.ea848fkw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4.spatial_reference.ea848fkw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4.spatial_reference.ea848fkw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4.spatial_reference.ea848fkw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4.spatial_reference.ea848fkw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4.spatial_reference.ea848fkw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4" "/opt/rustwide/target/debug/examples/spatial_reference-9fce6cf40ea751f4.1raafqqc73r0vofu.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-d5e5fcc04833a6a6/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-8c097860d5a08d67.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-27ecd857bf067ddb.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-582f324e6c30e074.rlib" "/opt/rustwide/target/debug/deps/libfailure-19baf9fcc97a9019.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-23d86b2dc6b56ec4.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-766b31217ed879f7.rlib" "/opt/rustwide/target/debug/deps/liblibc-2c9f83ac9c453797.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e37d6a94bb5dbdd4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.13.rcgu.o): in function `gdal::utils::_last_cpl_err': [INFO] [stdout] /opt/rustwide/workdir/src/utils.rs:16: undefined reference to `CPLGetLastErrorNo' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:17: undefined reference to `CPLGetLastErrorMsg' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:18: undefined reference to `CPLErrorReset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.13.rcgu.o): in function `gdal::utils::_last_null_pointer_err': [INFO] [stdout] /opt/rustwide/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:18: undefined reference to `OCTDestroyCoordinateTransformation' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::CoordTransform::new': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:25: undefined reference to `OCTNewCoordinateTransformation' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::CoordTransform::transform_coords': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:40: undefined reference to `OCTTransform' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:81: undefined reference to `OSRRelease' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `::eq': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:95: undefined reference to `OSRIsSame' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::from_definition': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:109: undefined reference to `OSRNewSpatialReference' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:113: undefined reference to `OSRSetFromUserInput' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::from_wkt': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:122: undefined reference to `OSRNewSpatialReference' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::from_epsg': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:131: undefined reference to `OSRNewSpatialReference' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:132: undefined reference to `OSRImportFromEPSG' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::from_proj4': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:143: undefined reference to `OSRNewSpatialReference' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:144: undefined reference to `OSRImportFromProj4' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::to_wkt': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:176: undefined reference to `OSRExportToWkt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::morph_to_esri': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:185: undefined reference to `OSRMorphToESRI' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::to_pretty_wkt': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:194: undefined reference to `OSRExportToPrettyWkt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::to_xml': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:204: undefined reference to `OSRExportToXML' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::to_proj4': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:214: undefined reference to `OSRExportToProj4' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::authority': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:245: undefined reference to `OSRGetAuthorityName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:250: undefined reference to `OSRGetAuthorityCode' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.6.rcgu.o): in function `gdal::vector::geometry::Geometry::from_wkt': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:68: undefined reference to `OGR_G_CreateFromWkt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.6.rcgu.o): in function `gdal::vector::geometry::Geometry::wkt': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:101: undefined reference to `OGR_G_ExportToWkt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/geometry.rs:106: undefined reference to `OGRFree' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.6.rcgu.o): in function `gdal::vector::geometry::Geometry::transform': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:195: undefined reference to `OGR_G_Clone' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/geometry.rs:196: undefined reference to `OGR_G_Transform' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.6.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580" "/opt/rustwide/target/debug/examples/metadata-462ef863d9227580.2n4p11r1so9sxz7j.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-d5e5fcc04833a6a6/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-8c097860d5a08d67.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-27ecd857bf067ddb.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-582f324e6c30e074.rlib" "/opt/rustwide/target/debug/deps/libfailure-19baf9fcc97a9019.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-23d86b2dc6b56ec4.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-766b31217ed879f7.rlib" "/opt/rustwide/target/debug/deps/liblibc-2c9f83ac9c453797.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e37d6a94bb5dbdd4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.11.rcgu.o: in function `gdal::metadata::Metadata::description': [INFO] [stdout] /opt/rustwide/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.15.rcgu.o: in function `gdal::metadata::Metadata::description': [INFO] [stdout] /opt/rustwide/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/examples/metadata-462ef863d9227580.metadata.4fr3inh8-cgu.15.rcgu.o: in function `gdal::metadata::Metadata::metadata_item': [INFO] [stdout] /opt/rustwide/workdir/src/metadata.rs:21: undefined reference to `GDALGetMetadataItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.10.rcgu.o): in function `gdal::raster::driver::_register_drivers::{{closure}}': [INFO] [stdout] /opt/rustwide/workdir/src/raster/driver.rs:19: undefined reference to `GDALAllRegister' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.10.rcgu.o): in function `gdal::raster::driver::Driver::get': [INFO] [stdout] /opt/rustwide/workdir/src/raster/driver.rs:35: undefined reference to `GDALGetDriverByName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.13.rcgu.o): in function `gdal::utils::_last_null_pointer_err': [INFO] [stdout] /opt/rustwide/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.7.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:34: undefined reference to `GDALClose' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.7.rcgu.o): in function `gdal::raster::dataset::Dataset::open': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:43: undefined reference to `GDALOpen' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c" "/opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.4l37g94sbdi5dkdq.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-d5e5fcc04833a6a6/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-8c097860d5a08d67.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-27ecd857bf067ddb.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-582f324e6c30e074.rlib" "/opt/rustwide/target/debug/deps/libfailure-19baf9fcc97a9019.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-23d86b2dc6b56ec4.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-766b31217ed879f7.rlib" "/opt/rustwide/target/debug/deps/liblibc-2c9f83ac9c453797.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e37d6a94bb5dbdd4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.10.rcgu.o: in function `::next': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:68: undefined reference to `OGR_FD_GetFieldDefn' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/examples/read_write_ogr-34f7a94de2793b8c.read_write_ogr.bukr43pc-cgu.9.rcgu.o: in function `::next': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:134: undefined reference to `OGR_L_GetNextFeature' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.10.rcgu.o): in function `gdal::vector::dataset::Dataset::open': [INFO] [stdout] /opt/rustwide/workdir/src/vector/dataset.rs:48: undefined reference to `OGROpen' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.10.rcgu.o): in function `gdal::vector::dataset::Dataset::layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/dataset.rs:68: undefined reference to `OGR_DS_GetLayer' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.10.rcgu.o): in function `gdal::vector::dataset::Dataset::create_layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/dataset.rs:88: undefined reference to `OGR_DS_CreateLayer' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.10.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/dataset.rs:134: undefined reference to `OGR_DS_Destroy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.13.rcgu.o): in function `gdal::utils::_last_null_pointer_err': [INFO] [stdout] /opt/rustwide/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.15.rcgu.o): in function `gdal::vector::layer::Layer::_with_c_layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:42: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.15.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:155: undefined reference to `OGR_Fld_Destroy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.15.rcgu.o): in function `gdal::vector::layer::FieldDefn::new': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:168: undefined reference to `OGR_Fld_Create' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.15.rcgu.o): in function `gdal::vector::layer::FieldDefn::set_width': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:175: undefined reference to `OGR_Fld_SetWidth' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.15.rcgu.o): in function `gdal::vector::layer::FieldDefn::add_to_layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:181: undefined reference to `OGR_L_CreateField' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:18: undefined reference to `OCTDestroyCoordinateTransformation' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::CoordTransform::new': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:25: undefined reference to `OCTNewCoordinateTransformation' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:81: undefined reference to `OSRRelease' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::from_epsg': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:131: undefined reference to `OSRNewSpatialReference' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:132: undefined reference to `OSRImportFromEPSG' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::to_proj4': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:214: undefined reference to `OSRExportToProj4' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.2.rcgu.o): in function `gdal::spatial_ref::srs::SpatialRef::authority': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:245: undefined reference to `OSRGetAuthorityName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:250: undefined reference to `OSRGetAuthorityCode' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.4.rcgu.o): in function `gdal::vector::driver::_register_drivers::{{closure}}': [INFO] [stdout] /opt/rustwide/workdir/src/vector/driver.rs:17: undefined reference to `OGRRegisterAll' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.4.rcgu.o): in function `gdal::vector::driver::Driver::get': [INFO] [stdout] /opt/rustwide/workdir/src/vector/driver.rs:30: undefined reference to `OGRGetDriverByName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.4.rcgu.o): in function `gdal::vector::driver::Driver::create': [INFO] [stdout] /opt/rustwide/workdir/src/vector/driver.rs:41: undefined reference to `OGR_Dr_CreateDataSource' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.6.rcgu.o): in function `gdal::vector::geometry::Geometry::transform': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:195: undefined reference to `OGR_G_Clone' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/geometry.rs:196: undefined reference to `OGR_G_Transform' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.6.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::new': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:20: undefined reference to `OGR_F_Create' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::_lazy_feature_geometries': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:40: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::field': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:49: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:53: undefined reference to `OGR_F_GetFieldDefnRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:54: undefined reference to `OGR_Fld_GetType' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:57: undefined reference to `OGR_F_GetFieldAsString' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:61: undefined reference to `OGR_F_GetFieldAsDouble' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:65: undefined reference to `OGR_F_GetFieldAsInteger' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::geometry': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:75: undefined reference to `OGR_F_GetGeometryRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::create': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:106: undefined reference to `OGR_L_CreateFeature' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_field_string': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:116: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:120: undefined reference to `OGR_F_SetFieldString' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_field_double': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:126: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:130: undefined reference to `OGR_F_SetFieldDouble' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_field_integer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:136: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:140: undefined reference to `OGR_F_SetFieldInteger' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `gdal::vector::feature::Feature::set_geometry': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:153: undefined reference to `OGR_F_SetGeometry' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.8.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:165: undefined reference to `OGR_F_Destroy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.9.rcgu.o): in function `gdal::vector::defn::Defn::fields': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:25: undefined reference to `OGR_FD_GetFieldCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.9.rcgu.o): in function `gdal::vector::defn::Defn::from_layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:46: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.9.rcgu.o): in function `gdal::vector::defn::Field::name': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:86: undefined reference to `OGR_Fld_GetNameRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.9.rcgu.o): in function `gdal::vector::defn::Field::field_type': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:91: undefined reference to `OGR_Fld_GetType' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-3dee974001fa7ae7.rlib(gdal-3dee974001fa7ae7.gdal.cruz66c5-cgu.9.rcgu.o): in function `gdal::vector::defn::Field::width': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:95: undefined reference to `OGR_Fld_GetWidth' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283" "/opt/rustwide/target/debug/deps/gdal-004a24c11931e283.4mvonu2vjiivwnbl.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-d5e5fcc04833a6a6/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3ad1ab5f7ba3783f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-be4838eb8e86accd.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-d7f97d30aca9ddf1.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2e806a0559ee0b3f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-9137a404219e7a82.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-8c097860d5a08d67.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-27ecd857bf067ddb.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-582f324e6c30e074.rlib" "/opt/rustwide/target/debug/deps/libfailure-19baf9fcc97a9019.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-23d86b2dc6b56ec4.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-766b31217ed879f7.rlib" "/opt/rustwide/target/debug/deps/liblibc-2c9f83ac9c453797.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e37d6a94bb5dbdd4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.10.rcgu.o: in function `gdal::version::version_info': [INFO] [stdout] /opt/rustwide/workdir/src/version.rs:7: undefined reference to `GDALVersionInfo' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::block_size': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:34: undefined reference to `GDALGetBlockSize' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::x_size': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:47: undefined reference to `GDALGetRasterBandXSize' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::y_size': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:56: undefined reference to `GDALGetRasterBandYSize' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::read_as': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:85: undefined reference to `GDALRasterIO' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::write': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:219: undefined reference to `GDALRasterIO' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::band_type': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:240: undefined reference to `GDALGetRasterDataType' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::no_data_value': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:245: undefined reference to `GDALGetRasterNoDataValue' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::set_no_data_value': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:253: undefined reference to `GDALSetRasterNoDataValue' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::scale': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:262: undefined reference to `GDALGetRasterScale' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::raster::rasterband::RasterBand::offset': [INFO] [stdout] /opt/rustwide/workdir/src/raster/rasterband.rs:271: undefined reference to `GDALGetRasterOffset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::new': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:20: undefined reference to `OGR_F_Create' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::_lazy_feature_geometries': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:40: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::field': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:49: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:53: undefined reference to `OGR_F_GetFieldDefnRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:54: undefined reference to `OGR_Fld_GetType' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:57: undefined reference to `OGR_F_GetFieldAsString' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:61: undefined reference to `OGR_F_GetFieldAsDouble' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:65: undefined reference to `OGR_F_GetFieldAsInteger' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::geometry': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:75: undefined reference to `OGR_F_GetGeometryRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::geometry_by_name': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:83: undefined reference to `OGR_F_GetGeomFieldIndex' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::geometry_by_index': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:96: undefined reference to `OGR_F_GetGeomFieldRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::create': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:106: undefined reference to `OGR_L_CreateFeature' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::set_field_string': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:116: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:120: undefined reference to `OGR_F_SetFieldString' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::set_field_double': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:126: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:130: undefined reference to `OGR_F_SetFieldDouble' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::set_field_integer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:136: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/feature.rs:140: undefined reference to `OGR_F_SetFieldInteger' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `gdal::vector::feature::Feature::set_geometry': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:153: undefined reference to `OGR_F_SetGeometry' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.11.rcgu.o: in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/feature.rs:165: undefined reference to `OGR_F_Destroy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::empty': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:51: undefined reference to `OGR_G_CreateGeometry' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::is_empty': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:59: undefined reference to `OGR_G_IsEmpty' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::from_wkt': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:68: undefined reference to `OGR_G_CreateFromWkt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::json': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:89: undefined reference to `OGR_G_ExportToJson' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/geometry.rs:94: undefined reference to `VSIFree' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::wkt': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:101: undefined reference to `OGR_G_ExportToWkt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/geometry.rs:106: undefined reference to `OGRFree' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::set_point_2d': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:122: undefined reference to `OGR_G_SetPoint_2D' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::get_point': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:134: undefined reference to `OGR_G_GetPoint' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::get_point_vec': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:139: undefined reference to `OGR_G_GetPointCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::convex_hull': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:145: undefined reference to `OGR_G_ConvexHull' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::geometry_type': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:153: undefined reference to `OGR_G_GetGeometryType' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::geometry_count': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:157: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::_get_geometry': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:164: undefined reference to `OGR_G_GetGeometryRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::add_geometry': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:171: undefined reference to `OGR_G_AddGeometryDirectly' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::transform_inplace': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:183: undefined reference to `OGR_G_Transform' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::area': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:224: undefined reference to `OGR_G_Area' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::spatial_reference': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:233: undefined reference to `OGR_G_GetSpatialReference' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `gdal::vector::geometry::Geometry::set_spatial_reference': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:246: undefined reference to `OGR_G_AssignSpatialReference' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.12.rcgu.o: in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.14.rcgu.o: in function `gdal::vector::gdal_to_geo:: for geo_types::geometry::Geometry>::from': [INFO] [stdout] /opt/rustwide/workdir/src/vector/gdal_to_geo.rs:7: undefined reference to `OGR_G_GetGeometryType' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/gdal_to_geo.rs:24: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/gdal_to_geo.rs:42: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/gdal_to_geo.rs:53: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/gdal_to_geo.rs:60: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/vector/gdal_to_geo.rs:71: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o: in function `gdal::metadata::Metadata::metadata_item': [INFO] [stdout] /opt/rustwide/workdir/src/metadata.rs:21: undefined reference to `GDALGetMetadataItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o: in function `gdal::metadata::Metadata::set_metadata_item': [INFO] [stdout] /opt/rustwide/workdir/src/metadata.rs:35: undefined reference to `GDALSetMetadataItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o: in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:34: undefined reference to `GDALClose' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::open': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:43: undefined reference to `GDALOpen' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::rasterband': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:60: undefined reference to `GDALGetRasterBand' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::size': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:69: undefined reference to `GDALGetRasterXSize' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/raster/dataset.rs:70: undefined reference to `GDALGetRasterYSize' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::driver': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:86: undefined reference to `GDALGetDatasetDriver' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::count': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:92: undefined reference to `GDALGetRasterCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::projection': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:96: undefined reference to `GDALGetProjectionRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::set_geo_transform': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:122: undefined reference to `GDALSetGeoTransform' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::geo_transform': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:141: undefined reference to `GDALGetGeoTransform' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.15.rcgu.o: in function `gdal::raster::dataset::Dataset::create_copy': [INFO] [stdout] /opt/rustwide/workdir/src/raster/dataset.rs:160: undefined reference to `GDALCreateCopy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o: in function `gdal::config::set_config_option': [INFO] [stdout] /opt/rustwide/workdir/src/config.rs:39: undefined reference to `CPLSetConfigOption' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o: in function `gdal::config::get_config_option': [INFO] [stdout] /opt/rustwide/workdir/src/config.rs:52: undefined reference to `CPLGetConfigOption' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o: in function `gdal::config::clear_config_option': [INFO] [stdout] /opt/rustwide/workdir/src/config.rs:62: undefined reference to `CPLSetConfigOption' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o: in function `gdal::vector::defn::Defn::fields': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:25: undefined reference to `OGR_FD_GetFieldCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o: in function `gdal::vector::defn::Defn::geom_fields': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:36: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o: in function `::next': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:68: undefined reference to `OGR_FD_GetFieldDefn' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o: in function `gdal::vector::defn::Field::name': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:86: undefined reference to `OGR_Fld_GetNameRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o: in function `gdal::vector::defn::Field::field_type': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:91: undefined reference to `OGR_Fld_GetType' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o: in function `::next': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:120: undefined reference to `OGR_FD_GetGeomFieldDefn' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o: in function `gdal::vector::defn::GeomField::name': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:139: undefined reference to `OGR_GFld_GetNameRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o: in function `gdal::vector::defn::GeomField::field_type': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:144: undefined reference to `OGR_GFld_GetType' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.5.rcgu.o: in function `gdal::vector::defn::GeomField::spatial_ref': [INFO] [stdout] /opt/rustwide/workdir/src/vector/defn.rs:148: undefined reference to `OGR_GFld_GetSpatialRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::metadata::Metadata::description': [INFO] [stdout] /opt/rustwide/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::raster::driver::_register_drivers::{{closure}}': [INFO] [stdout] /opt/rustwide/workdir/src/raster/driver.rs:19: undefined reference to `GDALAllRegister' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::raster::driver::Driver::get': [INFO] [stdout] /opt/rustwide/workdir/src/raster/driver.rs:35: undefined reference to `GDALGetDriverByName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::raster::driver::Driver::short_name': [INFO] [stdout] /opt/rustwide/workdir/src/raster/driver.rs:51: undefined reference to `GDALGetDriverShortName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::raster::driver::Driver::long_name': [INFO] [stdout] /opt/rustwide/workdir/src/raster/driver.rs:56: undefined reference to `GDALGetDriverLongName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stdout] /opt/rustwide/workdir/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stdout] /opt/rustwide/workdir/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:18: undefined reference to `OCTDestroyCoordinateTransformation' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::CoordTransform::new': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:25: undefined reference to `OCTNewCoordinateTransformation' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::CoordTransform::transform_coords': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:40: undefined reference to `OCTTransform' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:81: undefined reference to `OSRRelease' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `::eq': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:95: undefined reference to `OSRIsSame' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::from_definition': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:109: undefined reference to `OSRNewSpatialReference' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:113: undefined reference to `OSRSetFromUserInput' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::from_wkt': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:122: undefined reference to `OSRNewSpatialReference' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::from_epsg': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:131: undefined reference to `OSRNewSpatialReference' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:132: undefined reference to `OSRImportFromEPSG' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::from_proj4': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:143: undefined reference to `OSRNewSpatialReference' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:144: undefined reference to `OSRImportFromProj4' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::from_esri': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:156: undefined reference to `OSRNewSpatialReference' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:157: undefined reference to `OSRImportFromESRI' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::from_c_obj': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:166: undefined reference to `OSRClone' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::to_wkt': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:176: undefined reference to `OSRExportToWkt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::to_proj4': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:214: undefined reference to `OSRExportToProj4' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::auth_name': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:223: undefined reference to `OSRGetAuthorityName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::auth_code': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:232: undefined reference to `OSRGetAuthorityCode' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::authority': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:245: undefined reference to `OSRGetAuthorityName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/spatial_ref/srs.rs:250: undefined reference to `OSRGetAuthorityCode' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::spatial_ref::srs::SpatialRef::auto_identify_epsg': [INFO] [stdout] /opt/rustwide/workdir/src/spatial_ref/srs.rs:259: undefined reference to `OSRAutoIdentifyEPSG' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::vector::driver::_register_drivers::{{closure}}': [INFO] [stdout] /opt/rustwide/workdir/src/vector/driver.rs:17: undefined reference to `OGRRegisterAll' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::vector::driver::Driver::get': [INFO] [stdout] /opt/rustwide/workdir/src/vector/driver.rs:30: undefined reference to `OGRGetDriverByName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::vector::driver::Driver::create': [INFO] [stdout] /opt/rustwide/workdir/src/vector/driver.rs:41: undefined reference to `OGR_Dr_CreateDataSource' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::vector::dataset::Dataset::open': [INFO] [stdout] /opt/rustwide/workdir/src/vector/dataset.rs:48: undefined reference to `OGROpen' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::vector::dataset::Dataset::count': [INFO] [stdout] /opt/rustwide/workdir/src/vector/dataset.rs:57: undefined reference to `OGR_DS_GetLayerCount' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::vector::dataset::Dataset::layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/dataset.rs:68: undefined reference to `OGR_DS_GetLayer' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::vector::dataset::Dataset::layer_by_name': [INFO] [stdout] /opt/rustwide/workdir/src/vector/dataset.rs:78: undefined reference to `OGR_DS_GetLayerByName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `gdal::vector::dataset::Dataset::create_layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/dataset.rs:88: undefined reference to `OGR_DS_CreateLayer' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.7.rcgu.o: in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/dataset.rs:134: undefined reference to `OGR_DS_Destroy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o: in function `gdal::utils::_last_cpl_err': [INFO] [stdout] /opt/rustwide/workdir/src/utils.rs:16: undefined reference to `CPLGetLastErrorNo' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:17: undefined reference to `CPLGetLastErrorMsg' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:18: undefined reference to `CPLErrorReset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o: in function `gdal::utils::_last_null_pointer_err': [INFO] [stdout] /opt/rustwide/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o: in function `gdal::vector::layer::Layer::_with_c_layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:42: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o: in function `gdal::vector::layer::Layer::set_spatial_filter': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:57: undefined reference to `OGR_L_SetSpatialFilter' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o: in function `gdal::vector::layer::Layer::clear_spatial_filter': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:61: undefined reference to `OGR_L_SetSpatialFilter' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o: in function `gdal::vector::layer::Layer::name': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:66: undefined reference to `OGR_L_GetName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o: in function `gdal::vector::layer::Layer::get_extent': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:109: undefined reference to `OGR_L_GetExtent' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o: in function `gdal::vector::layer::Layer::spatial_reference': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:117: undefined reference to `OGR_L_GetSpatialRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o: in function `::next': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:134: undefined reference to `OGR_L_GetNextFeature' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o: in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:155: undefined reference to `OGR_Fld_Destroy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o: in function `gdal::vector::layer::FieldDefn::new': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:168: undefined reference to `OGR_Fld_Create' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/gdal-004a24c11931e283.gdal.7z79o364-cgu.8.rcgu.o: in function `gdal::vector::layer::FieldDefn::add_to_layer': [INFO] [stdout] /opt/rustwide/workdir/src/vector/layer.rs:181: undefined reference to `OGR_L_CreateField' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "733d1145a27f555929075eff911cd643739d9440fc9ba0f80a4415e561572fc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "733d1145a27f555929075eff911cd643739d9440fc9ba0f80a4415e561572fc1", kill_on_drop: false }` [INFO] [stdout] 733d1145a27f555929075eff911cd643739d9440fc9ba0f80a4415e561572fc1