[INFO] updating cached repository fzzzy/rust-pong [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/fzzzy/rust-pong [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/fzzzy/rust-pong" "work/ex/beta-1.38-1/sources/1.37.0/gh/fzzzy/rust-pong"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/fzzzy/rust-pong'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/fzzzy/rust-pong" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/fzzzy/rust-pong"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/fzzzy/rust-pong'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c1bfb9a3c56f024d04b9bcdf5f203edd17eac4e4 [INFO] sha for GitHub repo fzzzy/rust-pong: c1bfb9a3c56f024d04b9bcdf5f203edd17eac4e4 [INFO] validating manifest of fzzzy/rust-pong 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 fzzzy/rust-pong 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 fzzzy/rust-pong [INFO] finished frobbing fzzzy/rust-pong [INFO] frobbed toml for fzzzy/rust-pong written to work/ex/beta-1.38-1/sources/1.37.0/gh/fzzzy/rust-pong/Cargo.toml [INFO] started frobbing fzzzy/rust-pong [INFO] finished frobbing fzzzy/rust-pong [INFO] frobbed toml for fzzzy/rust-pong written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/fzzzy/rust-pong/Cargo.toml [INFO] crate fzzzy/rust-pong 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 fzzzy/rust-pong 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-0/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/fzzzy/rust-pong:/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] fd18e3223c1b4782e71c7279315d0dfa50e6e3849823b1128ba914a842b76936 [INFO] running `"docker" "start" "-a" "fd18e3223c1b4782e71c7279315d0dfa50e6e3849823b1128ba914a842b76936"` [INFO] [stderr] Compiling serde v1.0.25 [INFO] [stderr] Compiling current v0.1.2 [INFO] [stderr] Compiling log v0.4.0 [INFO] [stderr] Compiling arrayvec v0.4.6 [INFO] [stderr] Compiling serde_derive_internals v0.18.1 [INFO] [stderr] Compiling x11-dl v2.17.2 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling wayland-protocols v0.9.10 [INFO] [stderr] Compiling wayland-kbd v0.9.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 gl_generator v0.7.0 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling piston-music v0.24.0 [INFO] [stderr] Compiling wayland-window v0.8.0 [INFO] [stderr] Compiling piston2d-graphics v0.24.0 [INFO] [stderr] Compiling serde_derive v1.0.25 [INFO] [stderr] Compiling winit v0.8.3 [INFO] [stderr] Compiling gl v0.7.0 [INFO] [stderr] Compiling glutin v0.10.1 [INFO] [stderr] Compiling pistoncore-input v0.20.0 [INFO] [stderr] Compiling pistoncore-window v0.30.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.35.0 [INFO] [stderr] Compiling piston v0.35.0 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.50.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.43.0 [INFO] [stderr] Compiling rust-pong 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/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.rust_pong.3r1y2qw2-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a" "/opt/crater/target/debug/deps/rust_pong-b6da9a988b76d71a.1m8awe0o67j7eqgp.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/libopengl_graphics-e0a0fa7bcba878ef.rlib" "/opt/crater/target/debug/deps/libimage-112bbe13fe3c2eb8.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-637b441a10ef954e.rlib" "/opt/crater/target/debug/deps/librayon-ee6f9eaf41c0bd93.rlib" "/opt/crater/target/debug/deps/librayon_core-b872e06bdb61f919.rlib" "/opt/crater/target/debug/deps/libnum_cpus-3b0d4a5fa973b74c.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-e480577feb71be9e.rlib" "/opt/crater/target/debug/deps/libdeflate-b65f7af034897737.rlib" "/opt/crater/target/debug/deps/libinflate-ca95c83f87bf373f.rlib" "/opt/crater/target/debug/deps/libadler32-63c281c0f68f827b.rlib" "/opt/crater/target/debug/deps/libenum_primitive-da44dd57ee244750.rlib" "/opt/crater/target/debug/deps/libnum_rational-4be469276a9f55fd.rlib" "/opt/crater/target/debug/deps/libshaders_graphics2d-72da22805d65306a.rlib" "/opt/crater/target/debug/deps/libglutin_window-81e63cfb2ed31091.rlib" "/opt/crater/target/debug/deps/libgl-57c9c589581b99e5.rlib" "/opt/crater/target/debug/deps/libglutin-aabfdb71609b129b.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-6e17e558984c731a.rlib" "/opt/crater/target/debug/deps/libwinit-d96bcbabad9758b9.rlib" "/opt/crater/target/debug/deps/libwayland_window-75f5beca95e75523.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-1d27aa1eb9ff5e24.rlib" "/opt/crater/target/debug/deps/libtempfile-8de9cfae57f53a49.rlib" "/opt/crater/target/debug/deps/libbyteorder-caff94b28b2a2118.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-638e921b0accc5a1.rlib" "/opt/crater/target/debug/deps/libmemmap-855d1a837d1d6747.rlib" "/opt/crater/target/debug/deps/libwayland_client-91f82346d3c8e0e9.rlib" "/opt/crater/target/debug/deps/libwayland_sys-2403e83b448c3b7f.rlib" "/opt/crater/target/debug/deps/libdlib-106dbf9ff9dbbd7c.rlib" "/opt/crater/target/debug/deps/liblibloading-68220fb45583a4ab.rlib" "/opt/crater/target/debug/deps/libbitflags-87aacccedafc3e9f.rlib" "/opt/crater/target/debug/deps/libx11_dl-cef7043f1f506521.rlib" "/opt/crater/target/debug/deps/libshared_library-7ccbbd19f29fc636.rlib" "/opt/crater/target/debug/deps/liblazy_static-477b2fb8337c6397.rlib" "/opt/crater/target/debug/deps/libgraphics-d0897949594df0c7.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-9057c3996c717d23.rlib" "/opt/crater/target/debug/deps/libtexture-a0089f1ada916bfc.rlib" "/opt/crater/target/debug/deps/libvecmath-2ad1bf98cc82c27e.rlib" "/opt/crater/target/debug/deps/libpiston-304286f9187a3040.rlib" "/opt/crater/target/debug/deps/libevent_loop-16406471b3541cd0.rlib" "/opt/crater/target/debug/deps/libwindow-2a0790f07246bb54.rlib" "/opt/crater/target/debug/deps/libshader_version-7089fad9c440de92.rlib" "/opt/crater/target/debug/deps/libinput-e87588b9940171ee.rlib" "/opt/crater/target/debug/deps/libviewport-9a8e653db7463113.rlib" "/opt/crater/target/debug/deps/libfloat-36ffe6ac1a77fbaf.rlib" "/opt/crater/target/debug/deps/libserde-bd18668effd37baf.rlib" "/opt/crater/target/debug/deps/libbitflags-8691998c5ee83e05.rlib" "/opt/crater/target/debug/deps/libmusic-9459a8543c3c3bc6.rlib" "/opt/crater/target/debug/deps/libsdl2-5b084d2b7bfa762c.rlib" "/opt/crater/target/debug/deps/librand-4584f00d68559229.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/liblibc-8c466a3b35ae71be.rlib" "/opt/crater/target/debug/deps/libnum-7856d5aee309a41a.rlib" "/opt/crater/target/debug/deps/libnum_iter-17c2a886c1a09b90.rlib" "/opt/crater/target/debug/deps/libnum_integer-fde031f4594bc09d.rlib" "/opt/crater/target/debug/deps/libnum_traits-772a36bf6ef107c6.rlib" "/opt/crater/target/debug/deps/libcurrent-8569cb55671c1052.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" "-ldl" "-ldl" "-lSDL2_mixer" "-lSDL2" "-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 `rust-pong`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fd18e3223c1b4782e71c7279315d0dfa50e6e3849823b1128ba914a842b76936"` [INFO] running `"docker" "rm" "-f" "fd18e3223c1b4782e71c7279315d0dfa50e6e3849823b1128ba914a842b76936"` [INFO] [stdout] fd18e3223c1b4782e71c7279315d0dfa50e6e3849823b1128ba914a842b76936