[INFO] updating cached repository LFalch/arkanoid [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/LFalch/arkanoid [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/LFalch/arkanoid" "work/ex/beta-1.37-6/sources/1.36.0/gh/LFalch/arkanoid"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/LFalch/arkanoid'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/LFalch/arkanoid" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/LFalch/arkanoid"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/LFalch/arkanoid'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 79a7bb6fa40e2bd70a366df00dd047ecef0e9301 [INFO] sha for GitHub repo LFalch/arkanoid: 79a7bb6fa40e2bd70a366df00dd047ecef0e9301 [INFO] validating manifest of LFalch/arkanoid 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 LFalch/arkanoid 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 LFalch/arkanoid [INFO] finished frobbing LFalch/arkanoid [INFO] frobbed toml for LFalch/arkanoid written to work/ex/beta-1.37-6/sources/1.36.0/gh/LFalch/arkanoid/Cargo.toml [INFO] started frobbing LFalch/arkanoid [INFO] finished frobbing LFalch/arkanoid [INFO] frobbed toml for LFalch/arkanoid written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/LFalch/arkanoid/Cargo.toml [INFO] crate LFalch/arkanoid 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 LFalch/arkanoid against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/LFalch/arkanoid:/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.36.0" "build" "--frozen"` [INFO] [stdout] 307d769c479b22991357812ef57ff9a9a69735662ed2f1eeb83650754b0f53c8 [INFO] running `"docker" "start" "-a" "307d769c479b22991357812ef57ff9a9a69735662ed2f1eeb83650754b0f53c8"` [INFO] [stderr] Compiling collider v0.2.0 [INFO] [stderr] Compiling image v0.12.1 [INFO] [stderr] Compiling korome v0.14.1 [INFO] [stderr] warning[E0502]: cannot borrow `drawer.graphics.indices` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/korome-0.14.1/src/draw.rs:282:45 [INFO] [stderr] | [INFO] [stderr] 282 | drawer.draw(&texture.vertex_buffer, &drawer.graphics.indices, &drawer.graphics.program, &uniforms, &drawer.graphics.params) [INFO] [stderr] | ------ ---- ^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] | | | [INFO] [stderr] | | mutable borrow later used by call [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `drawer.graphics.program` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/korome-0.14.1/src/draw.rs:282:71 [INFO] [stderr] | [INFO] [stderr] 282 | drawer.draw(&texture.vertex_buffer, &drawer.graphics.indices, &drawer.graphics.program, &uniforms, &drawer.graphics.params) [INFO] [stderr] | ------ ---- mutable borrow later used by call ^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `drawer.graphics.params` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/korome-0.14.1/src/draw.rs:282:108 [INFO] [stderr] | [INFO] [stderr] 282 | drawer.draw(&texture.vertex_buffer, &drawer.graphics.indices, &drawer.graphics.program, &uniforms, &drawer.graphics.params) [INFO] [stderr] | ------ ---- mutable borrow later used by call ^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `drawer.graphics.indices` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/korome-0.14.1/src/draw.rs:368:42 [INFO] [stderr] | [INFO] [stderr] 368 | drawer.draw(&quad.vertex_buffer, &drawer.graphics.indices, &drawer.graphics.colour_program, &uniforms, &drawer.graphics.params) [INFO] [stderr] | ------ ---- ^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] | | | [INFO] [stderr] | | mutable borrow later used by call [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `drawer.graphics.colour_program` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/korome-0.14.1/src/draw.rs:368:68 [INFO] [stderr] | [INFO] [stderr] 368 | drawer.draw(&quad.vertex_buffer, &drawer.graphics.indices, &drawer.graphics.colour_program, &uniforms, &drawer.graphics.params) [INFO] [stderr] | ------ ---- mutable borrow later used by call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `drawer.graphics.params` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/korome-0.14.1/src/draw.rs:368:112 [INFO] [stderr] | [INFO] [stderr] 368 | drawer.draw(&quad.vertex_buffer, &drawer.graphics.indices, &drawer.graphics.colour_program, &uniforms, &drawer.graphics.params) [INFO] [stderr] | ------ ---- mutable borrow later used by call ^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] Compiling arkanoid v0.1.0 (/opt/crater/workdir) [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.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.arkanoid.4ld3apuo-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb" "/opt/crater/target/debug/deps/arkanoid-f7347939c4a544cb.ujvvix7wxqwv7hw.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcollider-18270dff2797a693.rlib" "/opt/crater/target/debug/deps/libkorome-0fc4a9e2b7daffe1.rlib" "/opt/crater/target/debug/deps/libquick_error-9077fd102be92038.rlib" "/opt/crater/target/debug/deps/libimage-a6d73f8ced68b013.rlib" "/opt/crater/target/debug/deps/libpng-5c220d9eefe5d011.rlib" "/opt/crater/target/debug/deps/libdeflate-86940fe426b64af8.rlib" "/opt/crater/target/debug/deps/libadler32-11ee0f22a8a82c61.rlib" "/opt/crater/target/debug/deps/libinflate-ee12526f9b65db51.rlib" "/opt/crater/target/debug/deps/libenum_primitive-2f77623ae8d71946.rlib" "/opt/crater/target/debug/deps/libnum_rational-b40e6daef668eea4.rlib" "/opt/crater/target/debug/deps/libnum_bigint-7d1741582add75da.rlib" "/opt/crater/target/debug/deps/librustc_serialize-d3298b24124a3c5c.rlib" "/opt/crater/target/debug/deps/libnum_iter-0f89e24b063e10a9.rlib" "/opt/crater/target/debug/deps/libnum_integer-04eeb9b5654fb2cc.rlib" "/opt/crater/target/debug/deps/libnum_traits-5f46d2a51c998e26.rlib" "/opt/crater/target/debug/deps/libbyteorder-d1200a90fe14285f.rlib" "/opt/crater/target/debug/deps/libglium-b23b3742ae561ab6.rlib" "/opt/crater/target/debug/deps/libglutin-075a05f662299447.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-175f2057194fc2a6.rlib" "/opt/crater/target/debug/deps/libwinit-697a29faebf8bda5.rlib" "/opt/crater/target/debug/deps/libwayland_window-87c887160b585592.rlib" "/opt/crater/target/debug/deps/libtempfile-cbf07468cbdbd382.rlib" "/opt/crater/target/debug/deps/librand-83bd262f8e645a2c.rlib" "/opt/crater/target/debug/deps/libbyteorder-1f5f1f9046363f44.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-2dce47349cf8d81a.rlib" "/opt/crater/target/debug/deps/libmemmap-38c7b76a7d006b0a.rlib" "/opt/crater/target/debug/deps/libwayland_client-85ca07351e6fcd49.rlib" "/opt/crater/target/debug/deps/libwayland_sys-a35a4f9b5b985a26.rlib" "/opt/crater/target/debug/deps/libdlib-3db78ff5d444a977.rlib" "/opt/crater/target/debug/deps/liblibloading-8175be1b6737c364.rlib" "/opt/crater/target/debug/deps/libbitflags-df219a1ec24cdf3b.rlib" "/opt/crater/target/debug/deps/libx11_dl-179ce8aafb015c68.rlib" "/opt/crater/target/debug/deps/libshared_library-04f03f874a87daf2.rlib" "/opt/crater/target/debug/deps/libfnv-225c0a678ed1f187.rlib" "/opt/crater/target/debug/deps/libsmallvec-b1fe14462ebabc35.rlib" "/opt/crater/target/debug/deps/libbacktrace-11fc0c9b7a549b00.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4a2c5933742d48d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-274c4da954efaa0a.rlib" "/opt/crater/target/debug/deps/libcfg_if-fcc9aff037f57c39.rlib" "/opt/crater/target/debug/deps/libdbghelp-4c5eeff50cd0cc4c.rlib" "/opt/crater/target/debug/deps/libwinapi-6779d1f046ce211b.rlib" "/opt/crater/target/debug/deps/libkernel32-579101ee9cfddddd.rlib" "/opt/crater/target/debug/deps/liblibc-22f85dd78ee629d7.rlib" "/opt/crater/target/debug/deps/liblazy_static-d7718b504e03d468.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-11fc0c9b7a549b00.rlib(backtrace-11fc0c9b7a549b00.backtrace.a5xq5gkb-cgu.15.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:150: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-11fc0c9b7a549b00.rlib(backtrace-11fc0c9b7a549b00.backtrace.a5xq5gkb-cgu.15.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:167: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:171: undefined reference to `backtrace_syminfo' [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 `arkanoid`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "307d769c479b22991357812ef57ff9a9a69735662ed2f1eeb83650754b0f53c8"` [INFO] running `"docker" "rm" "-f" "307d769c479b22991357812ef57ff9a9a69735662ed2f1eeb83650754b0f53c8"` [INFO] [stdout] 307d769c479b22991357812ef57ff9a9a69735662ed2f1eeb83650754b0f53c8