[INFO] updating cached repository pmll/fin [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/pmll/fin [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/pmll/fin" "work/ex/beta-1.38-1/sources/1.37.0/gh/pmll/fin"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/pmll/fin'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/pmll/fin" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pmll/fin"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pmll/fin'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0e25fc0561967426cb3caf77bc470ca5682d1cff [INFO] sha for GitHub repo pmll/fin: 0e25fc0561967426cb3caf77bc470ca5682d1cff [INFO] validating manifest of pmll/fin 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 pmll/fin 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 pmll/fin [INFO] finished frobbing pmll/fin [INFO] frobbed toml for pmll/fin written to work/ex/beta-1.38-1/sources/1.37.0/gh/pmll/fin/Cargo.toml [INFO] started frobbing pmll/fin [INFO] finished frobbing pmll/fin [INFO] frobbed toml for pmll/fin written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pmll/fin/Cargo.toml [INFO] crate pmll/fin 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 pmll/fin 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/pmll/fin:/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] 63c3dd772d8bf3850dc4a1b93a04c6b21a77c8e6d30fe85adda136ff49d0c922 [INFO] running `"docker" "start" "-a" "63c3dd772d8bf3850dc4a1b93a04c6b21a77c8e6d30fe85adda136ff49d0c922"` [INFO] [stderr] Compiling khronos_api v2.0.0 [INFO] [stderr] Compiling current v0.1.2 [INFO] [stderr] Compiling shared_library v0.1.7 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling x11-dl v2.17.0 [INFO] [stderr] Compiling arrayvec v0.4.6 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling num-rational v0.1.40 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling png v0.10.0 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [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[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [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 derivative v1.0.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling pistoncore-input v0.19.0 [INFO] [stderr] Compiling piston2d-graphics v0.22.0 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling piston-music v0.23.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling pistoncore-window v0.29.0 [INFO] [stderr] Compiling image v0.16.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.34.0 [INFO] [stderr] Compiling gfx_core v0.7.2 [INFO] [stderr] Compiling piston v0.34.0 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.10 [INFO] [stderr] Compiling wayland-client v0.9.10 [INFO] [stderr] Compiling wayland-protocols v0.9.10 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling wayland-window v0.7.0 [INFO] [stderr] Compiling winit v0.7.6 [INFO] [stderr] Compiling pistoncore-glutin_window v0.40.1 [INFO] [stderr] Compiling gfx v0.16.1 [INFO] [stderr] Compiling gfx_device_gl v0.14.4 [INFO] [stderr] Compiling piston-gfx_texture v0.27.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.44.0 [INFO] [stderr] Compiling piston_window v0.71.1 [INFO] [stderr] Compiling fin v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/animation.rs:6:25 [INFO] [stderr] | [INFO] [stderr] 6 | type TextRenderFn = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(u32, Context, &mut G2d, &mut Glyphs)` [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/animation.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | type NonTextRenderFn = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(u32, Context, &mut G2d)` [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `MOTHER_HEIGHT` [INFO] [stderr] --> src/mother.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | const MOTHER_HEIGHT: f64 = 20.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.fin.6rnmpi0r-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/fin-734a7062f21fce92" "/opt/crater/target/debug/deps/fin-734a7062f21fce92.46grt91ucfbr87cz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libfind_folder-a19576b74fd0cfd7.rlib" "/opt/crater/target/debug/deps/libmusic-00602b41a48f57a9.rlib" "/opt/crater/target/debug/deps/libsdl2-0a6caff22dcaa00a.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-6cfd2803f173fc02.rlib" "/opt/crater/target/debug/deps/libnum-3077a27698f8e09a.rlib" "/opt/crater/target/debug/deps/libcurrent-8569cb55671c1052.rlib" "/opt/crater/target/debug/deps/libpiston_window-dc2ae1b3331c6bdf.rlib" "/opt/crater/target/debug/deps/libglutin_window-145eb6e7a161dbe3.rlib" "/opt/crater/target/debug/deps/libgl-10a25c2ddee6be13.rlib" "/opt/crater/target/debug/deps/libglutin-0eae8f1a0536a39b.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-be978447b83b266c.rlib" "/opt/crater/target/debug/deps/libwinit-b3c280cd1c1b4d94.rlib" "/opt/crater/target/debug/deps/libwayland_window-853fc9d6c41a0207.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-f7ab685302475dd8.rlib" "/opt/crater/target/debug/deps/libtempfile-dc281d7b4789e8d5.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-4b2167bb5720bf3e.rlib" "/opt/crater/target/debug/deps/libmemmap-408abc186bbb1016.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/libwayland_client-d0884d7492903f80.rlib" "/opt/crater/target/debug/deps/libwayland_sys-afb52d6871a42158.rlib" "/opt/crater/target/debug/deps/libdlib-12de2b688dc8b5ae.rlib" "/opt/crater/target/debug/deps/liblibloading-ae1b4681b8fc2b68.rlib" "/opt/crater/target/debug/deps/libx11_dl-954a91acffa12aa3.rlib" "/opt/crater/target/debug/deps/libshared_library-b7b2af3331370e47.rlib" "/opt/crater/target/debug/deps/libgfx_graphics-66ddb590328c1ba5.rlib" "/opt/crater/target/debug/deps/libshaders_graphics2d-72da22805d65306a.rlib" "/opt/crater/target/debug/deps/libgraphics-aa27dfee1a4b4aac.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/librusttype-bdb00188530d1fc4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-416e82b68ccb3f13.rlib" "/opt/crater/target/debug/deps/libstb_truetype-4a2dc0ed93cd4d98.rlib" "/opt/crater/target/debug/deps/libbyteorder-7a6cb2a3b8acfbbe.rlib" "/opt/crater/target/debug/deps/libarrayvec-a03ce9c81fab8318.rlib" "/opt/crater/target/debug/deps/libnodrop-6d1d7bbbcdf902c1.rlib" "/opt/crater/target/debug/deps/libinterpolation-932f4efc984447dc.rlib" "/opt/crater/target/debug/deps/libread_color-9a2567d9b78c3b62.rlib" "/opt/crater/target/debug/deps/libvecmath-2ad1bf98cc82c27e.rlib" "/opt/crater/target/debug/deps/libgfx_texture-48ef60a680c63daa.rlib" "/opt/crater/target/debug/deps/libimage-b62602911db1faaf.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-c3021a9a8a9e4f97.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-d3e3e2112aa8ee0d.rlib" "/opt/crater/target/debug/deps/librayon-81e3c4b3c7d0ead7.rlib" "/opt/crater/target/debug/deps/librayon_core-a96edf4e5f977109.rlib" "/opt/crater/target/debug/deps/librand-e1d637f569168202.rlib" "/opt/crater/target/debug/deps/libnum_cpus-664d2397c38e9f19.rlib" "/opt/crater/target/debug/deps/liblibc-b0ed65905ec1fdc8.rlib" "/opt/crater/target/debug/deps/liblazy_static-8e8f275d3efea5b8.rlib" "/opt/crater/target/debug/deps/libcoco-4574095c129c47a3.rlib" "/opt/crater/target/debug/deps/libscopeguard-48deff6aff0ef683.rlib" "/opt/crater/target/debug/deps/libeither-0fa3f3f52202167d.rlib" "/opt/crater/target/debug/deps/libpng-37b1d96b07edc70d.rlib" "/opt/crater/target/debug/deps/libdeflate-55fa3d051776d977.rlib" "/opt/crater/target/debug/deps/libinflate-ca95c83f87bf373f.rlib" "/opt/crater/target/debug/deps/libadler32-63c281c0f68f827b.rlib" "/opt/crater/target/debug/deps/libenum_primitive-c24d5ce7b709a6d1.rlib" "/opt/crater/target/debug/deps/libnum_rational-737b9cb69ac0ce91.rlib" "/opt/crater/target/debug/deps/libnum_iter-63ec787f2ecb4d27.rlib" "/opt/crater/target/debug/deps/libnum_integer-4cb28fb72a24b983.rlib" "/opt/crater/target/debug/deps/libnum_traits-5221bafb01d86714.rlib" "/opt/crater/target/debug/deps/libbyteorder-9dd817c4c431e4ab.rlib" "/opt/crater/target/debug/deps/libtexture-30e81ea6662b30d2.rlib" "/opt/crater/target/debug/deps/libgfx_device_gl-a44a81a8787a7ae4.rlib" "/opt/crater/target/debug/deps/libgfx_gl-8530ace29d95ae6a.rlib" "/opt/crater/target/debug/deps/libgfx-848def9f3c315b37.rlib" "/opt/crater/target/debug/deps/libgfx_core-92ad0d7d08735c49.rlib" "/opt/crater/target/debug/deps/libdraw_state-ee9167473f64b111.rlib" "/opt/crater/target/debug/deps/libbitflags-a46e55f201abba8f.rlib" "/opt/crater/target/debug/deps/liblog-a742011664cf4f8c.rlib" "/opt/crater/target/debug/deps/libpiston-761f19256d6d854a.rlib" "/opt/crater/target/debug/deps/libevent_loop-0a880518f1afe23a.rlib" "/opt/crater/target/debug/deps/libwindow-fcde42d7d8ab8892.rlib" "/opt/crater/target/debug/deps/libshader_version-7089fad9c440de92.rlib" "/opt/crater/target/debug/deps/libinput-725d983bfeb065da.rlib" "/opt/crater/target/debug/deps/libviewport-9a8e653db7463113.rlib" "/opt/crater/target/debug/deps/libfloat-36ffe6ac1a77fbaf.rlib" "/opt/crater/target/debug/deps/libserde-8ab88e174823869c.rlib" "/opt/crater/target/debug/deps/libbitflags-87aacccedafc3e9f.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_mixer" "-lSDL2" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_mixer [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 `fin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "63c3dd772d8bf3850dc4a1b93a04c6b21a77c8e6d30fe85adda136ff49d0c922"` [INFO] running `"docker" "rm" "-f" "63c3dd772d8bf3850dc4a1b93a04c6b21a77c8e6d30fe85adda136ff49d0c922"` [INFO] [stdout] 63c3dd772d8bf3850dc4a1b93a04c6b21a77c8e6d30fe85adda136ff49d0c922