[INFO] updating cached repository ddrscott/mandy-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ddrscott/mandy-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ddrscott/mandy-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/ddrscott/mandy-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ddrscott/mandy-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ddrscott/mandy-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ddrscott/mandy-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ddrscott/mandy-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5eb9d402eb815217f364f9db0ea72aa4c9298f7c [INFO] sha for GitHub repo ddrscott/mandy-rs: 5eb9d402eb815217f364f9db0ea72aa4c9298f7c [INFO] validating manifest of ddrscott/mandy-rs 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 ddrscott/mandy-rs 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 ddrscott/mandy-rs [INFO] finished frobbing ddrscott/mandy-rs [INFO] frobbed toml for ddrscott/mandy-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/ddrscott/mandy-rs/Cargo.toml [INFO] started frobbing ddrscott/mandy-rs [INFO] finished frobbing ddrscott/mandy-rs [INFO] frobbed toml for ddrscott/mandy-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ddrscott/mandy-rs/Cargo.toml [INFO] crate ddrscott/mandy-rs 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 ddrscott/mandy-rs against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ddrscott/mandy-rs:/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-08-13" "build" "--frozen"` [INFO] [stdout] 5e969bd709dab8c7c625468544f07eb29389e0f25d095564848529f29efc73a1 [INFO] running `"docker" "start" "-a" "5e969bd709dab8c7c625468544f07eb29389e0f25d095564848529f29efc73a1"` [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling cl-sys v0.4.1 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling deflate v0.7.18 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling qutex v0.2.1 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling ocl-core v0.9.0 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling rayon v1.0.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.14 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling ocl v0.18.0 [INFO] [stderr] warning[E0502]: cannot borrow `self.cmd.buffer.obj_core` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-0.18.0/src/standard/buffer.rs:1609:13 [INFO] [stderr] | [INFO] [stderr] 1606 | let (offset, len, queue, flags, ewait, enew, /*is_mapped*/) = self.enq_details()?; [INFO] [stderr] | ---- mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1609 | &self.cmd.buffer.obj_core, true, flags, offset, len, ewait, enew)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1614 | queue.clone())) [INFO] [stderr] | ----- mutable borrow later used 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] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `self.cmd.buffer.obj_core` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-0.18.0/src/standard/buffer.rs:1613:57 [INFO] [stderr] | [INFO] [stderr] 1606 | let (offset, len, queue, flags, ewait, enew, /*is_mapped*/) = self.enq_details()?; [INFO] [stderr] | ---- mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1613 | Ok(MemMap::new(mm_core, len, None, unmap_event, self.cmd.buffer.obj_core.clone(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] 1614 | queue.clone())) [INFO] [stderr] | ----- mutable borrow later used 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] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `self.cmd.buffer.obj_core` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-0.18.0/src/standard/buffer.rs:1635:13 [INFO] [stderr] | [INFO] [stderr] 1630 | let (offset, len, queue, flags, ewait, enew, /*is_mapped*/) = self.enq_details()?; [INFO] [stderr] | ---- mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1635 | &self.cmd.buffer.obj_core, false, flags, offset, len, ewait, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1646 | self.cmd.buffer.obj_core.clone(), queue.clone(), /*is_mapped*/)) [INFO] [stderr] | ----- mutable borrow later used 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] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `self.cmd.buffer.obj_core` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-0.18.0/src/standard/buffer.rs:1646:13 [INFO] [stderr] | [INFO] [stderr] 1630 | let (offset, len, queue, flags, ewait, enew, /*is_mapped*/) = self.enq_details()?; [INFO] [stderr] | ---- mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1646 | self.cmd.buffer.obj_core.clone(), queue.clone(), /*is_mapped*/)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ ----- mutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | immutable 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] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling mandy 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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.mandy.45cfeuzk-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d" "/opt/crater/target/debug/deps/mandy-41f044dc0b8c801d.3218tk8opu5ahl5q.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-a2f50c432ca47c18/out/.libs" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsdl2-30e9327e3a34cc3e.rlib" "/opt/crater/target/debug/deps/librand-8e770a3f2816a5c9.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-6ec9d610426acc19.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/liblazy_static-8e8f275d3efea5b8.rlib" "/opt/crater/target/debug/deps/libocl-33a3fecbed022325.rlib" "/opt/crater/target/debug/deps/libqutex-d9aa6d091c83bf29.rlib" "/opt/crater/target/debug/deps/libcrossbeam-b7feb6e2b32da9c7.rlib" "/opt/crater/target/debug/deps/libocl_core-7ca23e1502d0b148.rlib" "/opt/crater/target/debug/deps/libcl_sys-04ad6fcb2bc55ac3.rlib" "/opt/crater/target/debug/deps/libocl_core_vector-07e0977a3b43bb76.rlib" "/opt/crater/target/debug/deps/libnum-3bfeedffdb971b52.rlib" "/opt/crater/target/debug/deps/libnum_complex-3e19390fce93aaed.rlib" "/opt/crater/target/debug/deps/libfailure-e4242308edbfd4c9.rlib" "/opt/crater/target/debug/deps/libbacktrace-e0cf0a8dbbc3905c.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-c0fa751f4708987b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-3b3606e107bbf8ae.rlib" "/opt/crater/target/debug/deps/libfutures-52593fd28aa0bbc1.rlib" "/opt/crater/target/debug/deps/libimage-a34a8922dda5b67b.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-eca6c0c4d231bd1a.rlib" "/opt/crater/target/debug/deps/libgif-6931ba66c6b1bfd3.rlib" "/opt/crater/target/debug/deps/libcolor_quant-5ed1948ed8404e4f.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-b16892104873e59b.rlib" "/opt/crater/target/debug/deps/librayon-bdb90a3f93f772f0.rlib" "/opt/crater/target/debug/deps/libeither-90c0ce8e46d0418a.rlib" "/opt/crater/target/debug/deps/librayon_core-df4ecb291bee9a81.rlib" "/opt/crater/target/debug/deps/libnum_cpus-6b47ae9a74817480.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-66dd4839c7988339.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-5e00d9598ed7bd1b.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libmemoffset-81f7e9a5af225363.rlib" "/opt/crater/target/debug/deps/liblazy_static-477b2fb8337c6397.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41f1e2df2cc5805d.rlib" "/opt/crater/target/debug/deps/libcfg_if-168f8d02dd20eb98.rlib" "/opt/crater/target/debug/deps/libarrayvec-304f222e1e8a211b.rlib" "/opt/crater/target/debug/deps/libnodrop-77b1df44365c6506.rlib" "/opt/crater/target/debug/deps/libpng-986e0c07ade45bf1.rlib" "/opt/crater/target/debug/deps/libdeflate-8e22a2fde3ff2179.rlib" "/opt/crater/target/debug/deps/libinflate-d636211f2451064e.rlib" "/opt/crater/target/debug/deps/libadler32-63c281c0f68f827b.rlib" "/opt/crater/target/debug/deps/libenum_primitive-8410833d53a253f4.rlib" "/opt/crater/target/debug/deps/libnum_traits-aeefeaa5ad8dfc6d.rlib" "/opt/crater/target/debug/deps/libnum_rational-4962b33248560d1b.rlib" "/opt/crater/target/debug/deps/libnum_bigint-4ecca572120b6440.rlib" "/opt/crater/target/debug/deps/librand-2981ef7bae904deb.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/libnum_iter-d565949623150d06.rlib" "/opt/crater/target/debug/deps/libnum_integer-2a77bed06663b4f3.rlib" "/opt/crater/target/debug/deps/libnum_traits-4b535517a3ec4806.rlib" "/opt/crater/target/debug/deps/libbyteorder-8d43895f436e64b3.rlib" "/opt/crater/target/debug/deps/libfind_folder-a19576b74fd0cfd7.rlib" "/opt/crater/target/debug/deps/libclap-5ee467ac7997ee55.rlib" "/opt/crater/target/debug/deps/libvec_map-2c2ebfa375d911dc.rlib" "/opt/crater/target/debug/deps/libtextwrap-29664d8799462831.rlib" "/opt/crater/target/debug/deps/libunicode_width-a2596a57a5d82eb6.rlib" "/opt/crater/target/debug/deps/libstrsim-323d74444d0cce8b.rlib" "/opt/crater/target/debug/deps/libbitflags-8691998c5ee83e05.rlib" "/opt/crater/target/debug/deps/libatty-5a2e436cd01805e8.rlib" "/opt/crater/target/debug/deps/liblibc-9d78a2d2719851af.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [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 `mandy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5e969bd709dab8c7c625468544f07eb29389e0f25d095564848529f29efc73a1"` [INFO] running `"docker" "rm" "-f" "5e969bd709dab8c7c625468544f07eb29389e0f25d095564848529f29efc73a1"` [INFO] [stdout] 5e969bd709dab8c7c625468544f07eb29389e0f25d095564848529f29efc73a1