[INFO] updating cached repository davebrent/peaks [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/davebrent/peaks [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/davebrent/peaks" "work/ex/beta-1.37-6/sources/1.36.0/gh/davebrent/peaks"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/davebrent/peaks'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/davebrent/peaks" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/davebrent/peaks"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/davebrent/peaks'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8387e99509a9d3bfd52d19e0391f710fb5c96c9e [INFO] sha for GitHub repo davebrent/peaks: 8387e99509a9d3bfd52d19e0391f710fb5c96c9e [INFO] validating manifest of davebrent/peaks on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of davebrent/peaks on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing davebrent/peaks [INFO] finished frobbing davebrent/peaks [INFO] frobbed toml for davebrent/peaks written to work/ex/beta-1.37-6/sources/1.36.0/gh/davebrent/peaks/Cargo.toml [INFO] started frobbing davebrent/peaks [INFO] finished frobbing davebrent/peaks [INFO] frobbed toml for davebrent/peaks written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/davebrent/peaks/Cargo.toml [INFO] crate davebrent/peaks already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing davebrent/peaks against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/davebrent/peaks:/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-07-23" "build" "--frozen"` [INFO] [stdout] a5619681e94f8ce113bf067ec868bb2ea5869c4492f003143edc998e3b571d6f [INFO] running `"docker" "start" "-a" "a5619681e94f8ce113bf067ec868bb2ea5869c4492f003143edc998e3b571d6f"` [INFO] [stderr] Compiling gdal-sys v0.2.0 [INFO] [stderr] Compiling deflate v0.7.18 [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Compiling geo-types v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.27 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling serde_derive v1.0.78 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling gdal v0.4.0 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling docopt v1.0.1 [INFO] [stderr] Compiling peaks v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/render.rs:97:47 [INFO] [stderr] | [INFO] [stderr] 97 | fn shader(&self, index: usize) -> Option<&Shader> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Shader` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:51:21 [INFO] [stderr] | [INFO] [stderr] 51 | pub camera: Arc, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:52:26 [INFO] [stderr] | [INFO] [stderr] 52 | pub shaders: Vec>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Shader` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:53:29 [INFO] [stderr] | [INFO] [stderr] 53 | pub primitives: Vec>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Primitive` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:65:31 [INFO] [stderr] | [INFO] [stderr] 65 | impl From for Arc { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:66:38 [INFO] [stderr] | [INFO] [stderr] 66 | fn from(opts: CameraOpts) -> Arc { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:76:31 [INFO] [stderr] | [INFO] [stderr] 76 | impl From for Arc { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Shader` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:77:38 [INFO] [stderr] | [INFO] [stderr] 77 | fn from(opts: ShaderOpts) -> Arc { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Shader` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:91:34 [INFO] [stderr] | [INFO] [stderr] 91 | impl From for Arc { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Primitive` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:92:41 [INFO] [stderr] | [INFO] [stderr] 92 | fn from(opts: PrimitiveOpts) -> Arc { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Primitive` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shaders/constant.rs:38:25 [INFO] [stderr] | [INFO] [stderr] 38 | fn shade(&self, _: &Tracer, _: &TraceInfo) -> Vec3 { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shaders/feature_lines.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | fn shade(&self, tracer: &Tracer, info: &TraceInfo) -> Vec3 { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shaders/normal.rs:36:25 [INFO] [stderr] | [INFO] [stderr] 36 | fn shade(&self, _: &Tracer, info: &TraceInfo) -> Vec3 { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shaders/phong.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | fn shade(&self, tracer: &Tracer, info: &TraceInfo) -> Vec3 { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shaders/sdf.rs:86:30 [INFO] [stderr] | [INFO] [stderr] 86 | fn shade(&self, tracer: &Tracer, info: &TraceInfo) -> Vec3 { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shaders/shader.rs:39:47 [INFO] [stderr] | [INFO] [stderr] 39 | fn shader(&self, index: usize) -> Option<&Shader>; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Shader` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shaders/shader.rs:46:30 [INFO] [stderr] | [INFO] [stderr] 46 | fn shade(&self, tracer: &Tracer, info: &TraceInfo) -> Vec3; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shaders/texture.rs:69:25 [INFO] [stderr] | [INFO] [stderr] 69 | fn shade(&self, _: &Tracer, info: &TraceInfo) -> Vec3 { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.peaks.7wc9t6s7-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405" "/opt/crater/target/debug/deps/peaks-0b536d01221f5405.3kfiutkmpgmldzvx.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-c2febbcf7097c7fa/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libserde_json-6359470cfc20c137.rlib" "/opt/crater/target/debug/deps/libitoa-78d333a119156c7a.rlib" "/opt/crater/target/debug/deps/libryu-2b15b61ca33b5772.rlib" "/opt/crater/target/debug/deps/libpeaks-7a717aed37f12096.rlib" "/opt/crater/target/debug/deps/libpng-47a0bb3f79749452.rlib" "/opt/crater/target/debug/deps/libdeflate-b0fbf2b0df1a18ea.rlib" "/opt/crater/target/debug/deps/libbyteorder-dc864a96505efa5c.rlib" "/opt/crater/target/debug/deps/libinflate-54f01654113c18ea.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libnum_iter-f020192d501e55dc.rlib" "/opt/crater/target/debug/deps/libnum_integer-0e90a3b1ec73f142.rlib" "/opt/crater/target/debug/deps/libbitflags-c8c60b0ee6ae609a.rlib" "/opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib" "/opt/crater/target/debug/deps/libgeo_types-a79d9df34ddc04a3.rlib" "/opt/crater/target/debug/deps/libnum_traits-e125c33c63f9bbc7.rlib" "/opt/crater/target/debug/deps/libgdal_sys-e8918a235c954419.rlib" "/opt/crater/target/debug/deps/libfailure-5d9df358b5a19275.rlib" "/opt/crater/target/debug/deps/libbacktrace-6b1a0507f7d13431.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-9f8a71c01f75bd46.rlib" "/opt/crater/target/debug/deps/librustc_demangle-8a1b2caa5e80a574.rlib" "/opt/crater/target/debug/deps/libdocopt-06f79beee75c910f.rlib" "/opt/crater/target/debug/deps/libserde-d1935e29c0e195bd.rlib" "/opt/crater/target/debug/deps/libstrsim-1fb548c623033a78.rlib" "/opt/crater/target/debug/deps/libregex-26c7932274127895.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-9f59200eee4df3e0.rlib" "/opt/crater/target/debug/deps/libregex_syntax-e8842ef570ac4945.rlib" "/opt/crater/target/debug/deps/libucd_util-b5d4a57c7c646a91.rlib" "/opt/crater/target/debug/deps/libthread_local-e9a98665f06432c8.rlib" "/opt/crater/target/debug/deps/libaho_corasick-504cd00a8c6b1caf.rlib" "/opt/crater/target/debug/deps/libmemchr-2cb0fd10a6ae9778.rlib" "/opt/crater/target/debug/deps/liblibc-62bf195eedd01b9b.rlib" "/opt/crater/target/debug/deps/libcfg_if-24fda8114a69fd13.rlib" "/opt/crater/target/debug/deps/liblazy_static-340233930678a434.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libpeaks-7a717aed37f12096.rlib(peaks-7a717aed37f12096.peaks.dk4d10w9-cgu.10.rcgu.o): In function `gdal::raster::rasterband::RasterBand::read_as': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/raster/rasterband.rs:42: undefined reference to `GDALRasterIO' [INFO] [stderr] /opt/crater/target/debug/deps/libpeaks-7a717aed37f12096.rlib(peaks-7a717aed37f12096.peaks.dk4d10w9-cgu.10.rcgu.o): In function `::next': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/layer.rs:134: undefined reference to `OGR_L_GetNextFeature' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.15.rcgu.o): In function `gdal::raster::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/raster/driver.rs:19: undefined reference to `GDALAllRegister' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.15.rcgu.o): In function `gdal::raster::rasterband::RasterBand::no_data_value': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/raster/rasterband.rs:121: undefined reference to `GDALGetRasterNoDataValue' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.15.rcgu.o): In function `gdal::vector::layer::Layer::_with_c_layer': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/layer.rs:42: undefined reference to `OGR_L_GetLayerDefn' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.2.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/spatial_ref/srs.rs:81: undefined reference to `OSRRelease' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::from_wkt': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/spatial_ref/srs.rs:122: undefined reference to `OSRNewSpatialReference' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.2.rcgu.o): In function `gdal::spatial_ref::srs::SpatialRef::to_proj4': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/spatial_ref/srs.rs:214: undefined reference to `OSRExportToProj4' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.3.rcgu.o): In function `gdal::vector::dataset::Dataset::open': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/dataset.rs:48: undefined reference to `OGROpen' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.3.rcgu.o): In function `gdal::vector::dataset::Dataset::layer_by_name': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/dataset.rs:78: undefined reference to `OGR_DS_GetLayerByName' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.3.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/dataset.rs:106: undefined reference to `OGR_DS_Destroy' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.4.rcgu.o): In function `gdal::utils::_last_cpl_err': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/utils.rs:16: undefined reference to `CPLGetLastErrorNo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/utils.rs:17: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/utils.rs:18: undefined reference to `CPLErrorReset' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.4.rcgu.o): In function `gdal::utils::_last_null_pointer_err': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/utils.rs:27: undefined reference to `CPLGetLastErrorMsg' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/utils.rs:28: undefined reference to `CPLErrorReset' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.4.rcgu.o): In function `gdal::vector::driver::_register_drivers::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/driver.rs:17: undefined reference to `OGRRegisterAll' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.7.rcgu.o): In function `gdal::vector::geometry::Geometry::get_point': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/geometry.rs:134: undefined reference to `OGR_G_GetPoint' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.7.rcgu.o): In function `gdal::vector::geometry::Geometry::get_point_vec': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/geometry.rs:139: undefined reference to `OGR_G_GetPointCount' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.7.rcgu.o): In function `gdal::vector::geometry::Geometry::geometry_type': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/geometry.rs:153: undefined reference to `OGR_G_GetGeometryType' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.7.rcgu.o): In function `gdal::vector::geometry::Geometry::geometry_count': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/geometry.rs:157: undefined reference to `OGR_G_GetGeometryCount' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.7.rcgu.o): In function `gdal::vector::geometry::Geometry::_get_geometry': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/geometry.rs:164: undefined reference to `OGR_G_GetGeometryRef' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.7.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/geometry.rs:254: undefined reference to `OGR_G_DestroyGeometry' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.8.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/raster/dataset.rs:31: undefined reference to `GDALClose' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.8.rcgu.o): In function `gdal::raster::dataset::Dataset::open': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/raster/dataset.rs:41: undefined reference to `GDALOpen' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.8.rcgu.o): In function `gdal::raster::dataset::Dataset::rasterband': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/raster/dataset.rs:58: undefined reference to `GDALGetRasterBand' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.8.rcgu.o): In function `gdal::raster::dataset::Dataset::size': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/raster/dataset.rs:67: undefined reference to `GDALGetRasterXSize' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/raster/dataset.rs:68: undefined reference to `GDALGetRasterYSize' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.8.rcgu.o): In function `gdal::raster::dataset::Dataset::projection': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/raster/dataset.rs:84: undefined reference to `GDALGetProjectionRef' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.8.rcgu.o): In function `gdal::raster::dataset::Dataset::geo_transform': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/raster/dataset.rs:108: undefined reference to `GDALGetGeoTransform' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.9.rcgu.o): In function `gdal::vector::feature::Feature::_lazy_feature_geometries': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/feature.rs:40: undefined reference to `OGR_FD_GetGeomFieldCount' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.9.rcgu.o): In function `gdal::vector::feature::Feature::geometry': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/feature.rs:75: undefined reference to `OGR_F_GetGeometryRef' [INFO] [stderr] /opt/crater/target/debug/deps/libgdal-8483191811bb0033.rlib(gdal-8483191811bb0033.gdal.b0gyuxgu-cgu.9.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gdal-0.4.0/src/vector/feature.rs:165: undefined reference to `OGR_F_Destroy' [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 `peaks`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a5619681e94f8ce113bf067ec868bb2ea5869c4492f003143edc998e3b571d6f"` [INFO] running `"docker" "rm" "-f" "a5619681e94f8ce113bf067ec868bb2ea5869c4492f003143edc998e3b571d6f"` [INFO] [stdout] a5619681e94f8ce113bf067ec868bb2ea5869c4492f003143edc998e3b571d6f