[INFO] updating cached repository rtroxler/chippe_rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rtroxler/chippe_rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rtroxler/chippe_rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/rtroxler/chippe_rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/rtroxler/chippe_rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rtroxler/chippe_rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rtroxler/chippe_rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rtroxler/chippe_rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 743630b68dc0264c6824a1c6992d409dead68cc8 [INFO] sha for GitHub repo rtroxler/chippe_rs: 743630b68dc0264c6824a1c6992d409dead68cc8 [INFO] validating manifest of rtroxler/chippe_rs 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 rtroxler/chippe_rs 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 rtroxler/chippe_rs [INFO] finished frobbing rtroxler/chippe_rs [INFO] frobbed toml for rtroxler/chippe_rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/rtroxler/chippe_rs/Cargo.toml [INFO] started frobbing rtroxler/chippe_rs [INFO] finished frobbing rtroxler/chippe_rs [INFO] frobbed toml for rtroxler/chippe_rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rtroxler/chippe_rs/Cargo.toml [INFO] crate rtroxler/chippe_rs 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 rtroxler/chippe_rs against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rtroxler/chippe_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-07-23" "build" "--frozen"` [INFO] [stdout] 078a99de08b99e9188bc34a4e761e99b03a978426c42d690e2e51d1f2996b961 [INFO] running `"docker" "start" "-a" "078a99de08b99e9188bc34a4e761e99b03a978426c42d690e2e51d1f2996b961"` [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling chippe_rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/drivers/audio.rs:57:20 [INFO] [stderr] | [INFO] [stderr] 57 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std` [INFO] [stderr] --> src/drivers/keyboard.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/drivers/audio.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 57 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(illegal_floating_point_literal_pattern)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/drivers/audio.rs:57:23 [INFO] [stderr] | [INFO] [stderr] 57 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/drivers/audio.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 57 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.chippe_rs.fd0poekn-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37" "/opt/crater/target/debug/deps/chippe_rs-bc0dfc4024830a37.2ds17r0gpnhaf6mz.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librand-2c2861c5067592ee.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-0ade1f48a82d8658.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-caac59cbe4bbf74d.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-aeb78957acf90479.rlib" "/opt/crater/target/debug/deps/librand_jitter-94868213c3989353.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libsdl2-03d3489e4ad761d3.rlib" "/opt/crater/target/debug/deps/librand-180665e7a836ca4c.rlib" "/opt/crater/target/debug/deps/librand-f2be29e34ef97b8b.rlib" "/opt/crater/target/debug/deps/libc_vec-0c288992332fe7e9.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-e74c320f718cf47f.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/liblazy_static-0e1e36676eed3924.rlib" "/opt/crater/target/debug/deps/liblibc-16c98f476d96e922.rlib" "/opt/crater/target/debug/deps/libnum-6d1c41becdc658de.rlib" "/opt/crater/target/debug/deps/libnum_iter-6a53ebaecf43d64b.rlib" "/opt/crater/target/debug/deps/libnum_integer-3e4b662ece72588f.rlib" "/opt/crater/target/debug/deps/libnum_traits-b0613bcbd790bfdc.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lSDL2_gfx" "-lSDL2" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_gfx [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 `chippe_rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "078a99de08b99e9188bc34a4e761e99b03a978426c42d690e2e51d1f2996b961"` [INFO] running `"docker" "rm" "-f" "078a99de08b99e9188bc34a4e761e99b03a978426c42d690e2e51d1f2996b961"` [INFO] [stdout] 078a99de08b99e9188bc34a4e761e99b03a978426c42d690e2e51d1f2996b961