[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.38-1/sources/1.37.0/gh/davebrent/peaks"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/davebrent/peaks'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/davebrent/peaks" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/davebrent/peaks"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.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 davebrent/peaks 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 davebrent/peaks [INFO] finished frobbing davebrent/peaks [INFO] frobbed toml for davebrent/peaks written to work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.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 davebrent/peaks against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 0e8782cfacd67e6eb3cf5d2d3306b62bbc40bd90628ea2b2db837280296d240f [INFO] running `"docker" "start" "-a" "0e8782cfacd67e6eb3cf5d2d3306b62bbc40bd90628ea2b2db837280296d240f"` [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 syn v0.15.4 [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 serde_derive v1.0.78 [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.peaks.5dtmgeuk-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8" "/opt/crater/target/debug/deps/peaks-4d3167a460164dc8.3s4enzmdhfgs26z4.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-6e8c30d8794fff2c/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libserde_json-e19f4aa95b82b092.rlib" "/opt/crater/target/debug/deps/libitoa-e88dc09e47f282cc.rlib" "/opt/crater/target/debug/deps/libryu-bc218f883edce172.rlib" "/opt/crater/target/debug/deps/libpeaks-578375dacd4d957e.rlib" "/opt/crater/target/debug/deps/libpng-b7d5f044a8cd7f79.rlib" "/opt/crater/target/debug/deps/libdeflate-1bf52e9e4ce75877.rlib" "/opt/crater/target/debug/deps/libbyteorder-d43fc37a075b6371.rlib" "/opt/crater/target/debug/deps/libinflate-23d717d7f4066d8c.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libnum_iter-551ce138386cfe88.rlib" "/opt/crater/target/debug/deps/libnum_integer-905b101d9df3e9a3.rlib" "/opt/crater/target/debug/deps/libbitflags-70a7e6d2f9d4aa58.rlib" "/opt/crater/target/debug/deps/libgdal-86458bda79deaa4d.rlib" "/opt/crater/target/debug/deps/libgeo_types-0c4dfcf30cee081e.rlib" "/opt/crater/target/debug/deps/libnum_traits-6ee04903fe0bc7d4.rlib" "/opt/crater/target/debug/deps/libgdal_sys-1e165bd1a12ff45e.rlib" "/opt/crater/target/debug/deps/libfailure-69e31bd4e3ea25d9.rlib" "/opt/crater/target/debug/deps/libbacktrace-a4f79cabe39843b5.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-df9b6438569e9d9d.rlib" "/opt/crater/target/debug/deps/librustc_demangle-89dc169db47dd685.rlib" "/opt/crater/target/debug/deps/libdocopt-b188250b0ac3f987.rlib" "/opt/crater/target/debug/deps/libserde-084d1c78f91f1df9.rlib" "/opt/crater/target/debug/deps/libstrsim-c714b4fac07361e2.rlib" "/opt/crater/target/debug/deps/libregex-79043f062e74b898.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-8672af6a752a6f72.rlib" "/opt/crater/target/debug/deps/libregex_syntax-cd2d871ef46eefb9.rlib" "/opt/crater/target/debug/deps/libucd_util-648c6582e280a648.rlib" "/opt/crater/target/debug/deps/libthread_local-a00da1eb45f35679.rlib" "/opt/crater/target/debug/deps/libaho_corasick-e5a80e3c67714e32.rlib" "/opt/crater/target/debug/deps/libmemchr-ec7306868551f02d.rlib" "/opt/crater/target/debug/deps/liblibc-8f6d2a92b9de74ec.rlib" "/opt/crater/target/debug/deps/libcfg_if-9f435470967389a1.rlib" "/opt/crater/target/debug/deps/liblazy_static-3c6d2c0bec440844.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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-578375dacd4d957e.rlib(peaks-578375dacd4d957e.peaks.988aei44-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-578375dacd4d957e.rlib(peaks-578375dacd4d957e.peaks.988aei44-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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-86458bda79deaa4d.rlib(gdal-86458bda79deaa4d.gdal.cwfkkt58-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" "0e8782cfacd67e6eb3cf5d2d3306b62bbc40bd90628ea2b2db837280296d240f"` [INFO] running `"docker" "rm" "-f" "0e8782cfacd67e6eb3cf5d2d3306b62bbc40bd90628ea2b2db837280296d240f"` [INFO] [stdout] 0e8782cfacd67e6eb3cf5d2d3306b62bbc40bd90628ea2b2db837280296d240f