[INFO] updating cached repository nrxus/duck_husky_wedding [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nrxus/duck_husky_wedding [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nrxus/duck_husky_wedding" "work/ex/beta-1.38-1/sources/1.37.0/gh/nrxus/duck_husky_wedding"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/nrxus/duck_husky_wedding'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nrxus/duck_husky_wedding" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nrxus/duck_husky_wedding"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nrxus/duck_husky_wedding'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4b058ea59ca5a9271fb35523c373f63b0eecd75d [INFO] sha for GitHub repo nrxus/duck_husky_wedding: 4b058ea59ca5a9271fb35523c373f63b0eecd75d [INFO] validating manifest of nrxus/duck_husky_wedding 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 nrxus/duck_husky_wedding 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 nrxus/duck_husky_wedding [INFO] finished frobbing nrxus/duck_husky_wedding [INFO] frobbed toml for nrxus/duck_husky_wedding written to work/ex/beta-1.38-1/sources/1.37.0/gh/nrxus/duck_husky_wedding/Cargo.toml [INFO] started frobbing nrxus/duck_husky_wedding [INFO] finished frobbing nrxus/duck_husky_wedding [INFO] frobbed toml for nrxus/duck_husky_wedding written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nrxus/duck_husky_wedding/Cargo.toml [INFO] crate nrxus/duck_husky_wedding 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 nrxus/duck_husky_wedding against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/nrxus/duck_husky_wedding:/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.37.0" "build" "--frozen"` [INFO] [stdout] 109e30e5bfb2adc119a63f9875954d31a6ab86a41d023016a8070c353f564215 [INFO] running `"docker" "start" "-a" "109e30e5bfb2adc119a63f9875954d31a6ab86a41d023016a8070c353f564215"` [INFO] [stderr] Compiling duck_husky_wedding v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling serde v1.0.20 [INFO] [stderr] Compiling linked-hash-map v0.5.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling backtrace v0.3.4 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling serde_derive v1.0.20 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling num-rational v0.1.40 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling quickcheck v0.2.27 [INFO] [stderr] Compiling serde_yaml v0.7.2 [INFO] [stderr] Compiling glm v0.2.3 [INFO] [stderr] Compiling moho v0.0.10 (https://github.com/nrxus/moho#6195801c) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/duck_husky_wedding/hud.rs:45:62 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn load(value: CacheValue, font: &F, pattern: &Fn(V::Value) -> String) -> Result [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(V::Value) -> String` [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/duck_husky_wedding/hud.rs:81:18 [INFO] [stderr] | [INFO] [stderr] 81 | pattern: Box String>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(V::Value) -> String` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/duck_husky_wedding/hud.rs:86:53 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn load(value: V, font: Rc, pattern: Box String>) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(V::Value) -> String` [INFO] [stderr] [INFO] [stderr] warning: unreachable statement [INFO] [stderr] --> src/duck_husky_wedding/body.rs:97:9 [INFO] [stderr] | [INFO] [stderr] 97 | / let circles = self.circles.iter().map(|c| { [INFO] [stderr] 98 | | let hdims = glm::dvec2(c.radius, c.radius); [INFO] [stderr] 99 | | glm::dvec4( [INFO] [stderr] 100 | | c.center.x - hdims.x, [INFO] [stderr] ... | [INFO] [stderr] 104 | | ) [INFO] [stderr] 105 | | }); [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / error_chain!{ [INFO] [stderr] 23 | | links { [INFO] [stderr] 24 | | Moho(::moho::errors::Error, ::moho::errors::ErrorKind); [INFO] [stderr] 25 | | } [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / error_chain!{ [INFO] [stderr] 23 | | links { [INFO] [stderr] 24 | | Moho(::moho::errors::Error, ::moho::errors::ErrorKind); [INFO] [stderr] 25 | | } [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `renderer` [INFO] [stderr] --> src/duck_husky_wedding/body.rs:95:20 [INFO] [stderr] | [INFO] [stderr] 95 | fn show(&self, renderer: &mut R) -> moho::errors::Result<()> { [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_renderer` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] 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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.duck_husky_wedding.1o381mvw-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105" "/opt/crater/target/debug/deps/duck_husky_wedding-ca86b48d5ba6f105.3p68hjqfluqt9548.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-37d6429bf9d8d436/out/.libs" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libserde_yaml-b357604163359d85.rlib" "/opt/crater/target/debug/deps/libyaml_rust-5f9877eb57223aa2.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-e6b245cf963c1e41.rlib" "/opt/crater/target/debug/deps/libserde-a3598c3801446262.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-a22023badb3098d0.rlib" "/opt/crater/target/debug/deps/libmoho-85e48d9d216c5a67.rlib" "/opt/crater/target/debug/deps/libsdl2-3a44d66ab25182e4.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-a3f5cf7805507dd4.rlib" "/opt/crater/target/debug/deps/libbitflags-05fa20c47058c1db.rlib" "/opt/crater/target/debug/deps/liblazy_static-f04f3ba4a7388d31.rlib" "/opt/crater/target/debug/deps/libglm-42a3c6122f4961b2.rlib" "/opt/crater/target/debug/deps/libquickcheck-ac2668506ad6e176.rlib" "/opt/crater/target/debug/deps/libenv_logger-3822424a5080c76e.rlib" "/opt/crater/target/debug/deps/libregex-4289c7500ac3c8f1.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-7e19cf98379531b4.rlib" "/opt/crater/target/debug/deps/libregex_syntax-55ee28c5615612af.rlib" "/opt/crater/target/debug/deps/libthread_local-95f5b91af0bba1d0.rlib" "/opt/crater/target/debug/deps/libthread_id-993a830fefdf1406.rlib" "/opt/crater/target/debug/deps/libaho_corasick-891081f590c8c25e.rlib" "/opt/crater/target/debug/deps/libmemchr-ef009a7b706654c2.rlib" "/opt/crater/target/debug/deps/liblog-cb32e2f952aff2a6.rlib" "/opt/crater/target/debug/deps/libnum-6a587e2a8f7d6d7d.rlib" "/opt/crater/target/debug/deps/libnum_rational-775d646633bcfa32.rlib" "/opt/crater/target/debug/deps/libnum_bigint-b89a115d054b7bfe.rlib" "/opt/crater/target/debug/deps/libnum_complex-b6cc638ea0a0384f.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-4385a720bce89133.rlib" "/opt/crater/target/debug/deps/libnum_integer-03e590edf1d4cc85.rlib" "/opt/crater/target/debug/deps/libnum_traits-50f4c0719bcfab71.rlib" "/opt/crater/target/debug/deps/librand-58bfa61b473e2032.rlib" "/opt/crater/target/debug/deps/liberror_chain-305a111621ff7fed.rlib" "/opt/crater/target/debug/deps/libbacktrace-9b43dccbbcb6bdb2.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-f5ce814ba87c09fa.rlib" "/opt/crater/target/debug/deps/librustc_demangle-5967d01fc3b65b86.rlib" "/opt/crater/target/debug/deps/libcfg_if-f0641b5a9a5cde64.rlib" "/opt/crater/target/debug/deps/liblibc-6c38f41bfb980c15.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lSDL2_ttf" "-lSDL2_image" "-lSDL2" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_image [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 `duck_husky_wedding`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "109e30e5bfb2adc119a63f9875954d31a6ab86a41d023016a8070c353f564215"` [INFO] running `"docker" "rm" "-f" "109e30e5bfb2adc119a63f9875954d31a6ab86a41d023016a8070c353f564215"` [INFO] [stdout] 109e30e5bfb2adc119a63f9875954d31a6ab86a41d023016a8070c353f564215