[INFO] cloning repository https://github.com/fortyninemaps/plyband [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fortyninemaps/plyband" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffortyninemaps%2Fplyband", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffortyninemaps%2Fplyband'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5ac9e0a31d2a5d43916931646d2838592bd61b96 [INFO] testing fortyninemaps/plyband against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffortyninemaps%2Fplyband" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fortyninemaps/plyband on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fortyninemaps/plyband [INFO] finished tweaking git repo https://github.com/fortyninemaps/plyband [INFO] tweaked toml for git repo https://github.com/fortyninemaps/plyband written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/fortyninemaps/plyband already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 69c4a72ad98ef2d65b044438616edd44f8da0a749159b51786f4207f72b7548a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "69c4a72ad98ef2d65b044438616edd44f8da0a749159b51786f4207f72b7548a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "69c4a72ad98ef2d65b044438616edd44f8da0a749159b51786f4207f72b7548a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69c4a72ad98ef2d65b044438616edd44f8da0a749159b51786f4207f72b7548a", kill_on_drop: false }` [INFO] [stdout] 69c4a72ad98ef2d65b044438616edd44f8da0a749159b51786f4207f72b7548a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b2cb36f5126026c1ba2a2205ed86a46ab800a0e8207bfd33f58267db22135e53 [INFO] running `Command { std: "docker" "start" "-a" "b2cb36f5126026c1ba2a2205ed86a46ab800a0e8207bfd33f58267db22135e53", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.49 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling gdal-sys v0.2.0 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling geo-types v0.3.0 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [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?branch=master#ca6cb429) [INFO] [stderr] Compiling plyband v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | fn cause(&self) -> Option<&std::error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.5e7fxjm9mn8f44vf.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-150dc6b27874d910/out" "-L" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libclap-9a37842725cd7c97.rlib" "/opt/rustwide/target/debug/deps/libvec_map-11539489c7468588.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-6150aefb2733d976.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-1c5c393aa49a23dd.rlib" "/opt/rustwide/target/debug/deps/libstrsim-086f10016726ef86.rlib" "/opt/rustwide/target/debug/deps/libbitflags-257fd09b908c4179.rlib" "/opt/rustwide/target/debug/deps/libatty-1a034b6ed8f93c17.rlib" "/opt/rustwide/target/debug/deps/libansi_term-76ca62e328105e50.rlib" "/opt/rustwide/target/debug/deps/libgdal_typed_rasterband-ea5603ffe226c66c.rlib" "/opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib" "/opt/rustwide/target/debug/deps/libgeo_types-203c16ed1ffa4245.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9486a05c2fb1b639.rlib" "/opt/rustwide/target/debug/deps/libgdal_sys-f225e3f7512846c8.rlib" "/opt/rustwide/target/debug/deps/libfailure-1b2740fe2c4fa27c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-0be27e30d38ec9a7.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-1f4252e1bd771953.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a0f4b13d22be9d3d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4a0a4d007dac91ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-dbd11a7be9163f62.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7387d118fba15d64.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-dd8bf3fda2fc2c51.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b69fd8507c8409af.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-2dff396b99681a6b.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a78bd5aa183c7115.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-846c64d5a2fbc5ee.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-24c09062b6dc787b.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ce93f351ca41a57b.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-e42af02528f038fc.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-514cb174319eb6d4.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-37c1534c42bc4f8c.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-06d0f7780fda2fd9.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4228e28a8f7a03ba.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-88bb1ba4dd271224.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-0b5a376b429677a6.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-eecefd843a0dbc02.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.13.rcgu.o: in function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.13.rcgu.o: in function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.13.rcgu.o: in function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.13.rcgu.o: in function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.13.rcgu.o: in function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.13.rcgu.o:/opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: more undefined references to `GDALCreate' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.8.rcgu.o: in function `gdal::raster::rasterband::RasterBand::write': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:95: undefined reference to `GDALRasterIO' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.8.rcgu.o: in function `gdal::raster::rasterband::RasterBand::write': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:95: undefined reference to `GDALRasterIO' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.8.rcgu.o: in function `gdal::raster::rasterband::RasterBand::write': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:95: undefined reference to `GDALRasterIO' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.8.rcgu.o: in function `gdal::raster::rasterband::RasterBand::write': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:95: undefined reference to `GDALRasterIO' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.8.rcgu.o: in function `gdal::raster::rasterband::RasterBand::write': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:95: undefined reference to `GDALRasterIO' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/plyband-2cf5b948ad1de83e.plyband.85a74ee4-cgu.8.rcgu.o:/opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:95: more undefined references to `GDALRasterIO' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.3.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:31: undefined reference to `GDALClose' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.3.rcgu.o): in function `gdal::raster::dataset::Dataset::open': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:41: undefined reference to `GDALOpen' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.3.rcgu.o): in function `gdal::raster::dataset::Dataset::rasterband': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:58: undefined reference to `GDALGetRasterBand' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.3.rcgu.o): in function `gdal::raster::dataset::Dataset::size': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:67: undefined reference to `GDALGetRasterXSize' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:68: undefined reference to `GDALGetRasterYSize' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.3.rcgu.o): in function `gdal::raster::dataset::Dataset::projection': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:84: undefined reference to `GDALGetProjectionRef' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.3.rcgu.o): in function `gdal::raster::dataset::Dataset::set_projection': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:90: undefined reference to `GDALSetProjection' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.3.rcgu.o): in function `gdal::raster::dataset::Dataset::set_geo_transform': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:97: undefined reference to `GDALSetGeoTransform' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.3.rcgu.o): in function `gdal::raster::dataset::Dataset::geo_transform': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/dataset.rs:108: undefined reference to `GDALGetGeoTransform' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.7.rcgu.o): in function `gdal::raster::driver::_register_drivers::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:19: undefined reference to `GDALAllRegister' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.7.rcgu.o): in function `gdal::raster::driver::Driver::get': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:35: undefined reference to `GDALGetDriverByName' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.7.rcgu.o): in function `gdal::raster::driver::Driver::create_with_band_type': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/driver.rs:83: undefined reference to `GDALCreate' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.7.rcgu.o): in function `gdal::raster::rasterband::RasterBand::read_as': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:42: undefined reference to `GDALRasterIO' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.7.rcgu.o): in function `gdal::raster::rasterband::RasterBand::band_type': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/raster/rasterband.rs:116: undefined reference to `GDALGetRasterDataType' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.7.rcgu.o): in function `gdal::utils::_last_cpl_err': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/utils.rs:16: undefined reference to `CPLGetLastErrorNo' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/utils.rs:17: undefined reference to `CPLGetLastErrorMsg' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/utils.rs:18: undefined reference to `CPLErrorReset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgdal-e65f5c3844734404.rlib(gdal-e65f5c3844734404.gdal.5de22744-cgu.7.rcgu.o): in function `gdal::utils::_last_null_pointer_err': [INFO] [stdout] /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/git/checkouts/georust-gdal-ea776b94674dad6d/e3869be/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `plyband` due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "b2cb36f5126026c1ba2a2205ed86a46ab800a0e8207bfd33f58267db22135e53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2cb36f5126026c1ba2a2205ed86a46ab800a0e8207bfd33f58267db22135e53", kill_on_drop: false }` [INFO] [stdout] b2cb36f5126026c1ba2a2205ed86a46ab800a0e8207bfd33f58267db22135e53