[INFO] crate gdal 0.5.0 is already in cache [INFO] extracting crate gdal 0.5.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/gdal/0.5.0 [INFO] extracting crate gdal 0.5.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gdal/0.5.0 [INFO] validating manifest of gdal-0.5.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gdal-0.5.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gdal-0.5.0 [INFO] finished frobbing gdal-0.5.0 [INFO] frobbed toml for gdal-0.5.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/gdal/0.5.0/Cargo.toml [INFO] started frobbing gdal-0.5.0 [INFO] finished frobbing gdal-0.5.0 [INFO] frobbed toml for gdal-0.5.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gdal/0.5.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing gdal-0.5.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gdal/0.5.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] edceba45c1a2a2643e6d2be35bcefd9e8d3083909789c7bee0f5cf9d53d4b7cf [INFO] running `"docker" "start" "-a" "edceba45c1a2a2643e6d2be35bcefd9e8d3083909789c7bee0f5cf9d53d4b7cf"` [INFO] [stderr] Compiling gdal-sys v0.2.0 [INFO] [stderr] Compiling geo-types v0.3.0 [INFO] [stderr] Compiling gdal v0.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:68:32 [INFO] [stderr] | [INFO] [stderr] 68 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/raster/driver.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/raster/driver.rs:14:22 [INFO] [stderr] | [INFO] [stderr] 14 | static START: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/vector/driver.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/vector/driver.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | static START: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.35s [INFO] running `"docker" "inspect" "edceba45c1a2a2643e6d2be35bcefd9e8d3083909789c7bee0f5cf9d53d4b7cf"` [INFO] running `"docker" "rm" "-f" "edceba45c1a2a2643e6d2be35bcefd9e8d3083909789c7bee0f5cf9d53d4b7cf"` [INFO] [stdout] edceba45c1a2a2643e6d2be35bcefd9e8d3083909789c7bee0f5cf9d53d4b7cf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gdal/0.5.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 41ac54cb009555409b484af825cd7048cd23e1b14499c92443bb9574b5450b7b [INFO] running `"docker" "start" "-a" "41ac54cb009555409b484af825cd7048cd23e1b14499c92443bb9574b5450b7b"` [INFO] [stderr] Compiling gdal v0.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:68:32 [INFO] [stderr] | [INFO] [stderr] 68 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/raster/driver.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/raster/driver.rs:14:22 [INFO] [stderr] | [INFO] [stderr] 14 | static START: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/vector/driver.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/vector/driver.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | static START: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd" "/opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.38mla30884gyex6y.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib" "/opt/crater/target/debug/deps/libgeo_types-62ee5dc1529cacee.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libgdal_sys-36b505a387030754.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.2.rcgu.o: In function `gdal::metadata::Metadata::description': [INFO] [stderr] /opt/crater/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stderr] /opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.7.rcgu.o: In function `gdal::metadata::Metadata::description': [INFO] [stderr] /opt/crater/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stderr] /opt/crater/target/debug/examples/metadata-5061ea1c9831fbdd.metadata.30qdzs1f-cgu.7.rcgu.o: In function `gdal::metadata::Metadata::metadata_item': [INFO] [stderr] /opt/crater/workdir/src/metadata.rs:21: undefined reference to `GDALGetMetadataItem' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.10.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:31: undefined reference to `GDALClose' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.10.rcgu.o): In function `gdal::raster::dataset::Dataset::open': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:41: undefined reference to `GDALOpen' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.15.rcgu.o): In function `gdal::raster::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/crater/workdir/src/raster/driver.rs:19: undefined reference to `GDALAllRegister' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.15.rcgu.o): In function `gdal::raster::driver::Driver::get': [INFO] [stderr] /opt/crater/workdir/src/raster/driver.rs:35: undefined reference to `GDALGetDriverByName' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/crater/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `gdal`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e" "/opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.18i1hubwllqs5kxl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib" "/opt/crater/target/debug/deps/libgeo_types-62ee5dc1529cacee.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libgdal_sys-36b505a387030754.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.10.rcgu.o: In function `::next': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:134: undefined reference to `OGR_L_GetNextFeature' [INFO] [stderr] /opt/crater/target/debug/examples/read_write_ogr-28fe99561da7fc7e.read_write_ogr.2aukucq1-cgu.14.rcgu.o: In function `::next': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:68: undefined reference to `OGR_FD_GetFieldDefn' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::new': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:20: undefined reference to `OGR_F_Create' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::_lazy_feature_geometries': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:40: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::field': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:49: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:53: undefined reference to `OGR_F_GetFieldDefnRef' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:54: undefined reference to `OGR_Fld_GetType' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:57: undefined reference to `OGR_F_GetFieldAsString' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:61: undefined reference to `OGR_F_GetFieldAsDouble' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:65: undefined reference to `OGR_F_GetFieldAsInteger' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::geometry': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:75: undefined reference to `OGR_F_GetGeometryRef' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::create': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:106: undefined reference to `OGR_L_CreateFeature' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::set_field_string': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:116: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:120: undefined reference to `OGR_F_SetFieldString' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::set_field_double': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:126: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:130: undefined reference to `OGR_F_SetFieldDouble' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::set_field_integer': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:136: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:140: undefined reference to `OGR_F_SetFieldInteger' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::set_geometry': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:153: undefined reference to `OGR_F_SetGeometry' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:165: undefined reference to `OGR_F_Destroy' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.13.rcgu.o): In function `gdal::vector::defn::Defn::fields': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:25: undefined reference to `OGR_FD_GetFieldCount' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.13.rcgu.o): In function `gdal::vector::defn::Defn::from_layer': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:46: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.13.rcgu.o): In function `gdal::vector::defn::Field::name': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:86: undefined reference to `OGR_Fld_GetNameRef' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.13.rcgu.o): In function `gdal::vector::defn::Field::field_type': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:91: undefined reference to `OGR_Fld_GetType' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.13.rcgu.o): In function `gdal::vector::defn::Field::width': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:95: undefined reference to `OGR_Fld_GetWidth' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:18: undefined reference to `OCTDestroyCoordinateTransformation' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::CoordTransform::new': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:25: undefined reference to `OCTNewCoordinateTransformation' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:81: undefined reference to `OSRRelease' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::from_epsg': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:131: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:132: undefined reference to `OSRImportFromEPSG' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::to_proj4': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:214: undefined reference to `OSRExportToProj4' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::authority': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:245: undefined reference to `OSRGetAuthorityName' [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:250: undefined reference to `OSRGetAuthorityCode' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.3.rcgu.o): In function `gdal::vector::layer::Layer::_with_c_layer': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:42: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.3.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:155: undefined reference to `OGR_Fld_Destroy' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.3.rcgu.o): In function `gdal::vector::layer::FieldDefn::new': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:168: undefined reference to `OGR_Fld_Create' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.3.rcgu.o): In function `gdal::vector::layer::FieldDefn::set_width': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:175: undefined reference to `OGR_Fld_SetWidth' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.3.rcgu.o): In function `gdal::vector::layer::FieldDefn::add_to_layer': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:181: undefined reference to `OGR_L_CreateField' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.4.rcgu.o): In function `gdal::vector::dataset::Dataset::open': [INFO] [stderr] /opt/crater/workdir/src/vector/dataset.rs:48: undefined reference to `OGROpen' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.4.rcgu.o): In function `gdal::vector::dataset::Dataset::layer': [INFO] [stderr] /opt/crater/workdir/src/vector/dataset.rs:68: undefined reference to `OGR_DS_GetLayer' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.4.rcgu.o): In function `gdal::vector::dataset::Dataset::create_layer': [INFO] [stderr] /opt/crater/workdir/src/vector/dataset.rs:88: undefined reference to `OGR_DS_CreateLayer' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.4.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/dataset.rs:106: undefined reference to `OGR_DS_Destroy' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.8.rcgu.o): In function `gdal::vector::geometry::Geometry::transform': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:195: undefined reference to `OGR_G_Clone' [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:196: undefined reference to `OGR_G_Transform' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.8.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/crater/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::vector::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/crater/workdir/src/vector/driver.rs:17: undefined reference to `OGRRegisterAll' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::vector::driver::Driver::get': [INFO] [stderr] /opt/crater/workdir/src/vector/driver.rs:30: undefined reference to `OGRGetDriverByName' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::vector::driver::Driver::create': [INFO] [stderr] /opt/crater/workdir/src/vector/driver.rs:41: undefined reference to `OGR_Dr_CreateDataSource' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `gdal`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2" "/opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.3de9j2xbt14l6t8s.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib" "/opt/crater/target/debug/deps/libgeo_types-62ee5dc1529cacee.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libgdal_sys-36b505a387030754.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.1.rcgu.o: In function `gdal::metadata::Metadata::description': [INFO] [stderr] /opt/crater/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stderr] /opt/crater/target/debug/examples/rasterband-26b7b616fa28d7f2.rasterband.dpyzzipc-cgu.10.rcgu.o: In function `gdal::metadata::Metadata::description': [INFO] [stderr] /opt/crater/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.10.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:31: undefined reference to `GDALClose' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.10.rcgu.o): In function `gdal::raster::dataset::Dataset::open': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:41: undefined reference to `GDALOpen' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.10.rcgu.o): In function `gdal::raster::dataset::Dataset::rasterband': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:58: undefined reference to `GDALGetRasterBand' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.12.rcgu.o): In function `gdal::raster::rasterband::RasterBand::read_as': [INFO] [stderr] /opt/crater/workdir/src/raster/rasterband.rs:42: undefined reference to `GDALRasterIO' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.12.rcgu.o): In function `gdal::raster::rasterband::RasterBand::band_type': [INFO] [stderr] /opt/crater/workdir/src/raster/rasterband.rs:116: undefined reference to `GDALGetRasterDataType' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.12.rcgu.o): In function `gdal::raster::rasterband::RasterBand::no_data_value': [INFO] [stderr] /opt/crater/workdir/src/raster/rasterband.rs:121: undefined reference to `GDALGetRasterNoDataValue' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.12.rcgu.o): In function `gdal::raster::rasterband::RasterBand::scale': [INFO] [stderr] /opt/crater/workdir/src/raster/rasterband.rs:138: undefined reference to `GDALGetRasterScale' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.12.rcgu.o): In function `gdal::raster::rasterband::RasterBand::offset': [INFO] [stderr] /opt/crater/workdir/src/raster/rasterband.rs:147: undefined reference to `GDALGetRasterOffset' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.15.rcgu.o): In function `gdal::raster::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/crater/workdir/src/raster/driver.rs:19: undefined reference to `GDALAllRegister' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::utils::_last_cpl_err': [INFO] [stderr] /opt/crater/workdir/src/utils.rs:16: undefined reference to `CPLGetLastErrorNo' [INFO] [stderr] /opt/crater/workdir/src/utils.rs:17: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/workdir/src/utils.rs:18: undefined reference to `CPLErrorReset' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/crater/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `gdal`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.write_ogr.b2zov2cn-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b" "/opt/crater/target/debug/examples/write_ogr-f4aa32db7c99a97b.4ajt57bbxwo1ddxc.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib" "/opt/crater/target/debug/deps/libgeo_types-62ee5dc1529cacee.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libgdal_sys-36b505a387030754.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::new': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:20: undefined reference to `OGR_F_Create' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::_lazy_feature_geometries': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:40: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::create': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:106: undefined reference to `OGR_L_CreateFeature' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::set_field_string': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:116: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:120: undefined reference to `OGR_F_SetFieldString' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::set_field_double': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:126: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:130: undefined reference to `OGR_F_SetFieldDouble' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::set_field_integer': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:136: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:140: undefined reference to `OGR_F_SetFieldInteger' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `gdal::vector::feature::Feature::set_geometry': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:153: undefined reference to `OGR_F_SetGeometry' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.11.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:165: undefined reference to `OGR_F_Destroy' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.13.rcgu.o): In function `gdal::vector::defn::Defn::from_layer': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:46: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.3.rcgu.o): In function `gdal::vector::layer::Layer::_with_c_layer': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:42: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.3.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:155: undefined reference to `OGR_Fld_Destroy' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.3.rcgu.o): In function `gdal::vector::layer::FieldDefn::new': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:168: undefined reference to `OGR_Fld_Create' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.3.rcgu.o): In function `gdal::vector::layer::FieldDefn::set_width': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:175: undefined reference to `OGR_Fld_SetWidth' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.3.rcgu.o): In function `gdal::vector::layer::FieldDefn::add_to_layer': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:181: undefined reference to `OGR_L_CreateField' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.4.rcgu.o): In function `gdal::vector::dataset::Dataset::create_layer': [INFO] [stderr] /opt/crater/workdir/src/vector/dataset.rs:88: undefined reference to `OGR_DS_CreateLayer' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.4.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/dataset.rs:106: undefined reference to `OGR_DS_Destroy' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.8.rcgu.o): In function `gdal::vector::geometry::Geometry::from_wkt': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:68: undefined reference to `OGR_G_CreateFromWkt' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.8.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/crater/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::vector::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/crater/workdir/src/vector/driver.rs:17: undefined reference to `OGRRegisterAll' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::vector::driver::Driver::get': [INFO] [stderr] /opt/crater/workdir/src/vector/driver.rs:30: undefined reference to `OGRGetDriverByName' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::vector::driver::Driver::create': [INFO] [stderr] /opt/crater/workdir/src/vector/driver.rs:41: undefined reference to `OGR_Dr_CreateDataSource' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f.spatial_reference.d8wo6ham-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f.spatial_reference.d8wo6ham-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f.spatial_reference.d8wo6ham-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f.spatial_reference.d8wo6ham-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f.spatial_reference.d8wo6ham-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f.spatial_reference.d8wo6ham-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f.spatial_reference.d8wo6ham-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f.spatial_reference.d8wo6ham-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f.spatial_reference.d8wo6ham-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f.spatial_reference.d8wo6ham-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f.spatial_reference.d8wo6ham-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f" "/opt/crater/target/debug/examples/spatial_reference-e0dea30646c2a11f.4fa3el8ws8ogju5p.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib" "/opt/crater/target/debug/deps/libgeo_types-62ee5dc1529cacee.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libgdal_sys-36b505a387030754.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:18: undefined reference to `OCTDestroyCoordinateTransformation' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::CoordTransform::new': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:25: undefined reference to `OCTNewCoordinateTransformation' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::CoordTransform::transform_coords': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:40: undefined reference to `OCTTransform' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:81: undefined reference to `OSRRelease' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `::eq': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:95: undefined reference to `OSRIsSame' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::from_definition': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:109: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:113: undefined reference to `OSRSetFromUserInput' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::from_wkt': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:122: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::from_epsg': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:131: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:132: undefined reference to `OSRImportFromEPSG' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::from_proj4': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:143: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:144: undefined reference to `OSRImportFromProj4' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::to_wkt': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:176: undefined reference to `OSRExportToWkt' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::morph_to_esri': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:185: undefined reference to `OSRMorphToESRI' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::to_pretty_wkt': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:194: undefined reference to `OSRExportToPrettyWkt' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::to_xml': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:204: undefined reference to `OSRExportToXML' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::to_proj4': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:214: undefined reference to `OSRExportToProj4' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::authority': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:245: undefined reference to `OSRGetAuthorityName' [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:250: undefined reference to `OSRGetAuthorityCode' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.8.rcgu.o): In function `gdal::vector::geometry::Geometry::from_wkt': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:68: undefined reference to `OGR_G_CreateFromWkt' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.8.rcgu.o): In function `gdal::vector::geometry::Geometry::wkt': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:101: undefined reference to `OGR_G_ExportToWkt' [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:106: undefined reference to `OGRFree' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.8.rcgu.o): In function `gdal::vector::geometry::Geometry::transform': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:195: undefined reference to `OGR_G_Clone' [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:196: undefined reference to `OGR_G_Transform' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.8.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::utils::_last_cpl_err': [INFO] [stderr] /opt/crater/workdir/src/utils.rs:16: undefined reference to `CPLGetLastErrorNo' [INFO] [stderr] /opt/crater/workdir/src/utils.rs:17: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/workdir/src/utils.rs:18: undefined reference to `CPLErrorReset' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-33546d646da2c430.rlib(gdal-33546d646da2c430.gdal.3lvxemdh-cgu.9.rcgu.o): In function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/crater/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `gdal`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `gdal`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9" "/opt/crater/target/debug/deps/gdal-822e8a551e5020e9.1lj2h93jtg3pcxzw.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libgeo_types-62ee5dc1529cacee.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libgdal_sys-36b505a387030754.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.12.rcgu.o: In function `gdal::version::version_info': [INFO] [stderr] /opt/crater/workdir/src/version.rs:7: undefined reference to `GDALVersionInfo' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o: In function `gdal::vector::feature::Feature::new': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:20: undefined reference to `OGR_F_Create' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o: In function `gdal::vector::feature::Feature::_lazy_feature_geometries': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:40: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o: In function `gdal::vector::feature::Feature::field': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:49: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:53: undefined reference to `OGR_F_GetFieldDefnRef' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:54: undefined reference to `OGR_Fld_GetType' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:57: undefined reference to `OGR_F_GetFieldAsString' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:61: undefined reference to `OGR_F_GetFieldAsDouble' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:65: undefined reference to `OGR_F_GetFieldAsInteger' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o: In function `gdal::vector::feature::Feature::geometry': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:75: undefined reference to `OGR_F_GetGeometryRef' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o: In function `gdal::vector::feature::Feature::geometry_by_name': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:83: undefined reference to `OGR_F_GetGeomFieldIndex' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o: In function `gdal::vector::feature::Feature::geometry_by_index': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:96: undefined reference to `OGR_F_GetGeomFieldRef' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o: In function `gdal::vector::feature::Feature::create': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:106: undefined reference to `OGR_L_CreateFeature' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o: In function `gdal::vector::feature::Feature::set_field_string': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:116: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:120: undefined reference to `OGR_F_SetFieldString' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o: In function `gdal::vector::feature::Feature::set_field_double': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:126: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:130: undefined reference to `OGR_F_SetFieldDouble' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o: In function `gdal::vector::feature::Feature::set_field_integer': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:136: undefined reference to `OGR_F_GetFieldIndex' [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:140: undefined reference to `OGR_F_SetFieldInteger' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o: In function `gdal::vector::feature::Feature::set_geometry': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:153: undefined reference to `OGR_F_SetGeometry' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.13.rcgu.o: In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/feature.rs:165: undefined reference to `OGR_F_Destroy' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::empty': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:51: undefined reference to `OGR_G_CreateGeometry' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::is_empty': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:59: undefined reference to `OGR_G_IsEmpty' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::from_wkt': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:68: undefined reference to `OGR_G_CreateFromWkt' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::json': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:89: undefined reference to `OGR_G_ExportToJson' [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:94: undefined reference to `VSIFree' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::wkt': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:101: undefined reference to `OGR_G_ExportToWkt' [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:106: undefined reference to `OGRFree' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::set_point_2d': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:122: undefined reference to `OGR_G_SetPoint_2D' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::get_point': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:134: undefined reference to `OGR_G_GetPoint' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::get_point_vec': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:139: undefined reference to `OGR_G_GetPointCount' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::convex_hull': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:145: undefined reference to `OGR_G_ConvexHull' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::geometry_type': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:153: undefined reference to `OGR_G_GetGeometryType' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::geometry_count': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:157: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::_get_geometry': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:164: undefined reference to `OGR_G_GetGeometryRef' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::add_geometry': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:171: undefined reference to `OGR_G_AddGeometryDirectly' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::transform_inplace': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:183: undefined reference to `OGR_G_Transform' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::area': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:224: undefined reference to `OGR_G_Area' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::spatial_reference': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:233: undefined reference to `OGR_G_GetSpatialReference' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `gdal::vector::geometry::Geometry::set_spatial_reference': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:246: undefined reference to `OGR_G_AssignSpatialReference' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.14.rcgu.o: In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.4.rcgu.o: In function `gdal::raster::rasterband::RasterBand::read_as': [INFO] [stderr] /opt/crater/workdir/src/raster/rasterband.rs:42: undefined reference to `GDALRasterIO' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.4.rcgu.o: In function `gdal::raster::rasterband::RasterBand::write': [INFO] [stderr] /opt/crater/workdir/src/raster/rasterband.rs:95: undefined reference to `GDALRasterIO' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.4.rcgu.o: In function `gdal::raster::rasterband::RasterBand::band_type': [INFO] [stderr] /opt/crater/workdir/src/raster/rasterband.rs:116: undefined reference to `GDALGetRasterDataType' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.4.rcgu.o: In function `gdal::raster::rasterband::RasterBand::no_data_value': [INFO] [stderr] /opt/crater/workdir/src/raster/rasterband.rs:121: undefined reference to `GDALGetRasterNoDataValue' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.4.rcgu.o: In function `gdal::raster::rasterband::RasterBand::set_no_data_value': [INFO] [stderr] /opt/crater/workdir/src/raster/rasterband.rs:129: undefined reference to `GDALSetRasterNoDataValue' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.4.rcgu.o: In function `gdal::raster::rasterband::RasterBand::scale': [INFO] [stderr] /opt/crater/workdir/src/raster/rasterband.rs:138: undefined reference to `GDALGetRasterScale' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.4.rcgu.o: In function `gdal::raster::rasterband::RasterBand::offset': [INFO] [stderr] /opt/crater/workdir/src/raster/rasterband.rs:147: undefined reference to `GDALGetRasterOffset' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.4.rcgu.o: In function `gdal::vector::gdal_to_geo:: for geo_types::geometry::Geometry>::from': [INFO] [stderr] /opt/crater/workdir/src/vector/gdal_to_geo.rs:7: undefined reference to `OGR_G_GetGeometryType' [INFO] [stderr] /opt/crater/workdir/src/vector/gdal_to_geo.rs:24: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /opt/crater/workdir/src/vector/gdal_to_geo.rs:42: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /opt/crater/workdir/src/vector/gdal_to_geo.rs:53: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /opt/crater/workdir/src/vector/gdal_to_geo.rs:60: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /opt/crater/workdir/src/vector/gdal_to_geo.rs:71: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::metadata::Metadata::metadata_item': [INFO] [stderr] /opt/crater/workdir/src/metadata.rs:21: undefined reference to `GDALGetMetadataItem' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::metadata::Metadata::set_metadata_item': [INFO] [stderr] /opt/crater/workdir/src/metadata.rs:35: undefined reference to `GDALSetMetadataItem' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:31: undefined reference to `GDALClose' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::raster::dataset::Dataset::open': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:41: undefined reference to `GDALOpen' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::raster::dataset::Dataset::rasterband': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:58: undefined reference to `GDALGetRasterBand' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::raster::dataset::Dataset::size': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:67: undefined reference to `GDALGetRasterXSize' [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:68: undefined reference to `GDALGetRasterYSize' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::raster::dataset::Dataset::driver': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:74: undefined reference to `GDALGetDatasetDriver' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::raster::dataset::Dataset::count': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:80: undefined reference to `GDALGetRasterCount' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::raster::dataset::Dataset::projection': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:84: undefined reference to `GDALGetProjectionRef' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::raster::dataset::Dataset::set_geo_transform': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:97: undefined reference to `GDALSetGeoTransform' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::raster::dataset::Dataset::geo_transform': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:108: undefined reference to `GDALGetGeoTransform' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::raster::dataset::Dataset::create_copy': [INFO] [stderr] /opt/crater/workdir/src/raster/dataset.rs:127: undefined reference to `GDALCreateCopy' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::vector::layer::Layer::_with_c_layer': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:42: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::vector::layer::Layer::set_spatial_filter': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:57: undefined reference to `OGR_L_SetSpatialFilter' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::vector::layer::Layer::clear_spatial_filter': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:61: undefined reference to `OGR_L_SetSpatialFilter' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::vector::layer::Layer::name': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:66: undefined reference to `OGR_L_GetName' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::vector::layer::Layer::get_extent': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:109: undefined reference to `OGR_L_GetExtent' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::vector::layer::Layer::spatial_reference': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:117: undefined reference to `OGR_L_GetSpatialRef' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `::next': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:134: undefined reference to `OGR_L_GetNextFeature' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:155: undefined reference to `OGR_Fld_Destroy' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::vector::layer::FieldDefn::new': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:168: undefined reference to `OGR_Fld_Create' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.5.rcgu.o: In function `gdal::vector::layer::FieldDefn::add_to_layer': [INFO] [stderr] /opt/crater/workdir/src/vector/layer.rs:181: undefined reference to `OGR_L_CreateField' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.6.rcgu.o: In function `gdal::config::set_config_option': [INFO] [stderr] /opt/crater/workdir/src/config.rs:39: undefined reference to `CPLSetConfigOption' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.6.rcgu.o: In function `gdal::config::get_config_option': [INFO] [stderr] /opt/crater/workdir/src/config.rs:52: undefined reference to `CPLGetConfigOption' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.6.rcgu.o: In function `gdal::config::clear_config_option': [INFO] [stderr] /opt/crater/workdir/src/config.rs:62: undefined reference to `CPLSetConfigOption' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.7.rcgu.o: In function `gdal::vector::dataset::Dataset::open': [INFO] [stderr] /opt/crater/workdir/src/vector/dataset.rs:48: undefined reference to `OGROpen' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.7.rcgu.o: In function `gdal::vector::dataset::Dataset::count': [INFO] [stderr] /opt/crater/workdir/src/vector/dataset.rs:57: undefined reference to `OGR_DS_GetLayerCount' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.7.rcgu.o: In function `gdal::vector::dataset::Dataset::layer': [INFO] [stderr] /opt/crater/workdir/src/vector/dataset.rs:68: undefined reference to `OGR_DS_GetLayer' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.7.rcgu.o: In function `gdal::vector::dataset::Dataset::layer_by_name': [INFO] [stderr] /opt/crater/workdir/src/vector/dataset.rs:78: undefined reference to `OGR_DS_GetLayerByName' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.7.rcgu.o: In function `gdal::vector::dataset::Dataset::create_layer': [INFO] [stderr] /opt/crater/workdir/src/vector/dataset.rs:88: undefined reference to `OGR_DS_CreateLayer' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.7.rcgu.o: In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/vector/dataset.rs:106: undefined reference to `OGR_DS_Destroy' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:18: undefined reference to `OCTDestroyCoordinateTransformation' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::CoordTransform::new': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:25: undefined reference to `OCTNewCoordinateTransformation' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::CoordTransform::transform_coords': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:40: undefined reference to `OCTTransform' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `::drop': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:81: undefined reference to `OSRRelease' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `::eq': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:95: undefined reference to `OSRIsSame' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::SpatialRef::from_definition': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:109: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:113: undefined reference to `OSRSetFromUserInput' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::SpatialRef::from_wkt': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:122: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::SpatialRef::from_epsg': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:131: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:132: undefined reference to `OSRImportFromEPSG' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::SpatialRef::from_proj4': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:143: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:144: undefined reference to `OSRImportFromProj4' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::SpatialRef::from_esri': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:156: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:157: undefined reference to `OSRImportFromESRI' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::SpatialRef::from_c_obj': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:166: undefined reference to `OSRClone' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::SpatialRef::to_wkt': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:176: undefined reference to `OSRExportToWkt' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::SpatialRef::to_proj4': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:214: undefined reference to `OSRExportToProj4' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::SpatialRef::auth_name': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:223: undefined reference to `OSRGetAuthorityName' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::SpatialRef::auth_code': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:232: undefined reference to `OSRGetAuthorityCode' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::SpatialRef::authority': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:245: undefined reference to `OSRGetAuthorityName' [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:250: undefined reference to `OSRGetAuthorityCode' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.8.rcgu.o: In function `gdal::spatial_ref::srs::SpatialRef::auto_identify_epsg': [INFO] [stderr] /opt/crater/workdir/src/spatial_ref/srs.rs:259: undefined reference to `OSRAutoIdentifyEPSG' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::metadata::Metadata::description': [INFO] [stderr] /opt/crater/workdir/src/metadata.rs:11: undefined reference to `GDALGetDescription' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::raster::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/crater/workdir/src/raster/driver.rs:19: undefined reference to `GDALAllRegister' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::raster::driver::Driver::get': [INFO] [stderr] /opt/crater/workdir/src/raster/driver.rs:35: undefined reference to `GDALGetDriverByName' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::raster::driver::Driver::short_name': [INFO] [stderr] /opt/crater/workdir/src/raster/driver.rs:51: undefined reference to `GDALGetDriverShortName' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::raster::driver::Driver::long_name': [INFO] [stderr] /opt/crater/workdir/src/raster/driver.rs:56: undefined reference to `GDALGetDriverLongName' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stderr] /opt/crater/workdir/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stderr] /opt/crater/workdir/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::utils::_last_cpl_err': [INFO] [stderr] /opt/crater/workdir/src/utils.rs:16: undefined reference to `CPLGetLastErrorNo' [INFO] [stderr] /opt/crater/workdir/src/utils.rs:17: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/workdir/src/utils.rs:18: undefined reference to `CPLErrorReset' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/crater/workdir/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/workdir/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::vector::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/crater/workdir/src/vector/driver.rs:17: undefined reference to `OGRRegisterAll' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::vector::driver::Driver::get': [INFO] [stderr] /opt/crater/workdir/src/vector/driver.rs:30: undefined reference to `OGRGetDriverByName' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::vector::driver::Driver::create': [INFO] [stderr] /opt/crater/workdir/src/vector/driver.rs:41: undefined reference to `OGR_Dr_CreateDataSource' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::vector::defn::Defn::fields': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:25: undefined reference to `OGR_FD_GetFieldCount' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::vector::defn::Defn::geom_fields': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:36: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `::next': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:68: undefined reference to `OGR_FD_GetFieldDefn' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::vector::defn::Field::name': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:86: undefined reference to `OGR_Fld_GetNameRef' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::vector::defn::Field::field_type': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:91: undefined reference to `OGR_Fld_GetType' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `::next': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:120: undefined reference to `OGR_FD_GetGeomFieldDefn' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::vector::defn::GeomField::name': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:139: undefined reference to `OGR_GFld_GetNameRef' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::vector::defn::GeomField::field_type': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:144: undefined reference to `OGR_GFld_GetType' [INFO] [stderr] /opt/crater/target/debug/deps/gdal-822e8a551e5020e9.gdal.4y0sgvb1-cgu.9.rcgu.o: In function `gdal::vector::defn::GeomField::spatial_ref': [INFO] [stderr] /opt/crater/workdir/src/vector/defn.rs:148: undefined reference to `OGR_GFld_GetSpatialRef' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `gdal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "41ac54cb009555409b484af825cd7048cd23e1b14499c92443bb9574b5450b7b"` [INFO] running `"docker" "rm" "-f" "41ac54cb009555409b484af825cd7048cd23e1b14499c92443bb9574b5450b7b"` [INFO] [stdout] 41ac54cb009555409b484af825cd7048cd23e1b14499c92443bb9574b5450b7b