[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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 1ca29a05a755b75c08663906eb01e4cb4457c6258c634b21dd3129af522f57e7 [INFO] running `"docker" "start" "-a" "1ca29a05a755b75c08663906eb01e4cb4457c6258c634b21dd3129af522f57e7"` [INFO] [stderr] Compiling gdal-sys v0.2.0 [INFO] [stderr] Compiling geo-types v0.3.0 [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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.plyband.ei695lm4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba" "/opt/crater/target/debug/deps/plyband-6e7bb68eb2c72dba.2w1hm1udwr41qmng.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-ea4aba7c35ce202a/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libclap-dcf290411fb896d0.rlib" "/opt/crater/target/debug/deps/libvec_map-cc0ce3adfcb1b056.rlib" "/opt/crater/target/debug/deps/libtextwrap-0102ea13946ebb73.rlib" "/opt/crater/target/debug/deps/libunicode_width-454a0b46b949aab8.rlib" "/opt/crater/target/debug/deps/libstrsim-642305543a158f9a.rlib" "/opt/crater/target/debug/deps/libbitflags-7486021306c0f32a.rlib" "/opt/crater/target/debug/deps/libatty-0e737662dc7629c2.rlib" "/opt/crater/target/debug/deps/libansi_term-0acbace24a3c1a47.rlib" "/opt/crater/target/debug/deps/libgdal_typed_rasterband-65c5d18e93a5ec1d.rlib" "/opt/crater/target/debug/deps/libgdal-9b9136969467dcf7.rlib" "/opt/crater/target/debug/deps/libgeo_types-272473d1e762174c.rlib" "/opt/crater/target/debug/deps/libnum_traits-fd24e5c1ffb9b482.rlib" "/opt/crater/target/debug/deps/libgdal_sys-7d2b575e81719479.rlib" "/opt/crater/target/debug/deps/libfailure-e0f8de0009ead0ed.rlib" "/opt/crater/target/debug/deps/libbacktrace-9b0e245ed845da2b.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dff99c3f3c99cf30.rlib" "/opt/crater/target/debug/deps/librustc_demangle-779e6356490f0dd3.rlib" "/opt/crater/target/debug/deps/libcfg_if-3e37735d4236562b.rlib" "/opt/crater/target/debug/deps/liblibc-86cf23b4bb24a03d.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.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-6e7bb68eb2c72dba.plyband.ei695lm4-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-6e7bb68eb2c72dba.plyband.ei695lm4-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-6e7bb68eb2c72dba.plyband.ei695lm4-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-6e7bb68eb2c72dba.plyband.ei695lm4-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-6e7bb68eb2c72dba.plyband.ei695lm4-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-6e7bb68eb2c72dba.plyband.ei695lm4-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-6e7bb68eb2c72dba.plyband.ei695lm4-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-6e7bb68eb2c72dba.plyband.ei695lm4-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-6e7bb68eb2c72dba.plyband.ei695lm4-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-6e7bb68eb2c72dba.plyband.ei695lm4-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-6e7bb68eb2c72dba.plyband.ei695lm4-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-6e7bb68eb2c72dba.plyband.ei695lm4-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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-9b9136969467dcf7.rlib(gdal-9b9136969467dcf7.gdal.cjr6xi6m-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" "1ca29a05a755b75c08663906eb01e4cb4457c6258c634b21dd3129af522f57e7"` [INFO] running `"docker" "rm" "-f" "1ca29a05a755b75c08663906eb01e4cb4457c6258c634b21dd3129af522f57e7"` [INFO] [stdout] 1ca29a05a755b75c08663906eb01e4cb4457c6258c634b21dd3129af522f57e7