[INFO] cloning repository fortyninemaps/plyband [INFO] running `"git" "clone" "--bare" "git://github.com/fortyninemaps/plyband.git" "work/cache/sources/gh/fortyninemaps/plyband"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/fortyninemaps/plyband'... [INFO] running `"git" "clone" "work/cache/sources/gh/fortyninemaps/plyband" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/fortyninemaps/plyband"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/fortyninemaps/plyband'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/fortyninemaps/plyband" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/fortyninemaps/plyband"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/fortyninemaps/plyband'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5ac9e0a31d2a5d43916931646d2838592bd61b96 [INFO] sha for GitHub repo fortyninemaps/plyband: 5ac9e0a31d2a5d43916931646d2838592bd61b96 [INFO] validating manifest of fortyninemaps/plyband on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of fortyninemaps/plyband on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing fortyninemaps/plyband [INFO] finished frobbing fortyninemaps/plyband [INFO] frobbed toml for fortyninemaps/plyband written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/fortyninemaps/plyband/Cargo.toml [INFO] started frobbing fortyninemaps/plyband [INFO] finished frobbing fortyninemaps/plyband [INFO] frobbed toml for fortyninemaps/plyband written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/fortyninemaps/plyband/Cargo.toml [INFO] crate fortyninemaps/plyband already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/fortyninemaps/georust-gdal` [INFO] [stderr] Updating git repository `https://github.com/fortyninemaps/gdal-typed-rasterband` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing fortyninemaps/plyband against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/fortyninemaps/plyband:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 216df96b4a5021df7d5b2a54b480a48c311847d15ba66f5afcb1cdf4e1ea9ca4 [INFO] running `"docker" "start" "-a" "216df96b4a5021df7d5b2a54b480a48c311847d15ba66f5afcb1cdf4e1ea9ca4"` [INFO] [stderr] Compiling gdal-sys v0.2.0 [INFO] [stderr] Compiling geo-types v0.3.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling gdal v0.5.0 (https://github.com/fortyninemaps/georust-gdal?branch=public-gdaltype#e3869bea) [INFO] [stderr] Compiling gdal-typed-rasterband v0.1.0 (https://github.com/fortyninemaps/gdal-typed-rasterband#ca6cb429) [INFO] [stderr] Compiling plyband v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:27:32 [INFO] [stderr] | [INFO] [stderr] 27 | fn cause(&self) -> Option<&std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453" "/opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.2ur77dhma2wflwg6.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-e560498eda9af282/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libclap-c553aeff4b3c025a.rlib" "/opt/crater/target/debug/deps/libvec_map-93769db312b5e022.rlib" "/opt/crater/target/debug/deps/libtextwrap-fc8ae358ae65d637.rlib" "/opt/crater/target/debug/deps/libunicode_width-805e15fbea7d8565.rlib" "/opt/crater/target/debug/deps/libstrsim-65f61cd42f0cb83e.rlib" "/opt/crater/target/debug/deps/libbitflags-2da86ef0b219352b.rlib" "/opt/crater/target/debug/deps/libatty-714657544d50496f.rlib" "/opt/crater/target/debug/deps/libansi_term-3f6b86b4b1f9989c.rlib" "/opt/crater/target/debug/deps/libgdal_typed_rasterband-d0dc17a729da728c.rlib" "/opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib" "/opt/crater/target/debug/deps/libgeo_types-dbb97294ea7e87de.rlib" "/opt/crater/target/debug/deps/libnum_traits-863ec76389318891.rlib" "/opt/crater/target/debug/deps/libgdal_sys-07d77d01148da170.rlib" "/opt/crater/target/debug/deps/libfailure-ec048a67863e5e03.rlib" "/opt/crater/target/debug/deps/libbacktrace-200d566eec596ebd.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-fe5636d6154d431f.rlib" "/opt/crater/target/debug/deps/librustc_demangle-2750acd46bdee415.rlib" "/opt/crater/target/debug/deps/libcfg_if-8e8ec56c3bb25549.rlib" "/opt/crater/target/debug/deps/liblibc-29b8788c1c2ebba3.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.15.rcgu.o: In function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stderr] /opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.15.rcgu.o: In function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stderr] /opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.15.rcgu.o: In function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stderr] /opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.15.rcgu.o: In function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stderr] /opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.15.rcgu.o: In function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stderr] /opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.15.rcgu.o:/opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: more undefined references to `GDALCreate' follow [INFO] [stderr] /opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.5.rcgu.o: In function `gdal::raster::rasterband::RasterBand::write': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:95: undefined reference to `GDALRasterIO' [INFO] [stderr] /opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.5.rcgu.o: In function `gdal::raster::rasterband::RasterBand::write': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:95: undefined reference to `GDALRasterIO' [INFO] [stderr] /opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.5.rcgu.o: In function `gdal::raster::rasterband::RasterBand::write': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:95: undefined reference to `GDALRasterIO' [INFO] [stderr] /opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.5.rcgu.o: In function `gdal::raster::rasterband::RasterBand::write': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:95: undefined reference to `GDALRasterIO' [INFO] [stderr] /opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.5.rcgu.o: In function `gdal::raster::rasterband::RasterBand::write': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:95: undefined reference to `GDALRasterIO' [INFO] [stderr] /opt/crater/target/debug/deps/plyband-41ed5da98dbb7453.plyband.ejcz42w6-cgu.5.rcgu.o:/opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:95: more undefined references to `GDALRasterIO' follow [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.12.rcgu.o): In function `gdal::raster::rasterband::RasterBand::band_type': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:116: undefined reference to `GDALGetRasterDataType' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.14.rcgu.o): In function `gdal::raster::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:19: undefined reference to `GDALAllRegister' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.14.rcgu.o): In function `gdal::raster::driver::Driver::get': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:35: undefined reference to `GDALGetDriverByName' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.14.rcgu.o): In function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.6.rcgu.o): In function `gdal::utils::_last_cpl_err': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/utils.rs:16: undefined reference to `CPLGetLastErrorNo' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/utils.rs:17: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/utils.rs:18: undefined reference to `CPLErrorReset' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.6.rcgu.o): In function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.9.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:31: undefined reference to `GDALClose' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.9.rcgu.o): In function `gdal::raster::dataset::Dataset::open': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:41: undefined reference to `GDALOpen' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.9.rcgu.o): In function `gdal::raster::dataset::Dataset::rasterband': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:58: undefined reference to `GDALGetRasterBand' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.9.rcgu.o): In function `gdal::raster::dataset::Dataset::size': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:67: undefined reference to `GDALGetRasterXSize' [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:68: undefined reference to `GDALGetRasterYSize' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.9.rcgu.o): In function `gdal::raster::dataset::Dataset::projection': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:84: undefined reference to `GDALGetProjectionRef' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.9.rcgu.o): In function `gdal::raster::dataset::Dataset::set_projection': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:90: undefined reference to `GDALSetProjection' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.9.rcgu.o): In function `gdal::raster::dataset::Dataset::set_geo_transform': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:97: undefined reference to `GDALSetGeoTransform' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-77e87d756bd4ca97.rlib(gdal-77e87d756bd4ca97.gdal.9h8gbkx1-cgu.9.rcgu.o): In function `gdal::raster::dataset::Dataset::geo_transform': [INFO] [stderr] /opt/crater/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:108: undefined reference to `GDALGetGeoTransform' [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 `plyband`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "216df96b4a5021df7d5b2a54b480a48c311847d15ba66f5afcb1cdf4e1ea9ca4"` [INFO] running `"docker" "rm" "-f" "216df96b4a5021df7d5b2a54b480a48c311847d15ba66f5afcb1cdf4e1ea9ca4"` [INFO] [stdout] 216df96b4a5021df7d5b2a54b480a48c311847d15ba66f5afcb1cdf4e1ea9ca4