[INFO] updating cached repository https://github.com/nrxus/duck_husky_wedding [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4b058ea59ca5a9271fb35523c373f63b0eecd75d [INFO] testing nrxus/duck_husky_wedding against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrxus%2Fduck_husky_wedding" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nrxus/duck_husky_wedding on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nrxus/duck_husky_wedding [INFO] finished tweaking git repo https://github.com/nrxus/duck_husky_wedding [INFO] tweaked toml for git repo https://github.com/nrxus/duck_husky_wedding written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/nrxus/duck_husky_wedding already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 73a2fddb4987889569df08fca896fcf26f9b21c856073ca7a611aa4a2523b402 [INFO] running `"docker" "start" "-a" "73a2fddb4987889569df08fca896fcf26f9b21c856073ca7a611aa4a2523b402"` [INFO] [stderr] Compiling num-traits v0.1.40 [INFO] [stderr] Compiling cc v1.0.3 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling lazy_static v0.2.10 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling linked-hash-map v0.5.0 [INFO] [stderr] Compiling serde v1.0.20 [INFO] [stderr] Compiling duck_husky_wedding v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling serde_derive_internals v0.17.0 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling serde_derive v1.0.20 [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 glm v0.2.3 [INFO] [stderr] Compiling serde_yaml v0.7.2 [INFO] [stderr] Compiling backtrace v0.3.4 [INFO] [stderr] Compiling error-chain v0.11.0 [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] 96 | return Ok(()); [INFO] [stderr] | ------------- any code following this expression is unreachable [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] | |___________^ unreachable statement [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/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.duck_husky_wedding.8oddh5zw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656" "/opt/rustwide/target/debug/deps/duck_husky_wedding-200b733599dd7656.193aansx22akz71b.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-3797558aee50a8f2/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libserde_yaml-f6c4c9a4d32aa0f5.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-481d82d67039b9c3.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-c098a04bbb9eea73.rlib" "/opt/rustwide/target/debug/deps/libserde-1ae5ce3f2d996c3e.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-65af1a4b5ebf4ddd.rlib" "/opt/rustwide/target/debug/deps/libmoho-116d0af61ad53d77.rlib" "/opt/rustwide/target/debug/deps/libsdl2-4dc24065e53e1d7c.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-55dee8327a4c5092.rlib" "/opt/rustwide/target/debug/deps/libbitflags-cfca1255836e7478.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-74de2149c4ac2bc1.rlib" "/opt/rustwide/target/debug/deps/libglm-6538096789882614.rlib" "/opt/rustwide/target/debug/deps/libquickcheck-15015256269dc2c3.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-81b8f3bf96ad1d7b.rlib" "/opt/rustwide/target/debug/deps/libregex-3d64ee35626d957e.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-90f52effbe3e1836.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-7ca80216cc8c8385.rlib" "/opt/rustwide/target/debug/deps/libthread_local-47de31b8c1eca784.rlib" "/opt/rustwide/target/debug/deps/libthread_id-23a69db3e9e5292a.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f79ad91c68c51d57.rlib" "/opt/rustwide/target/debug/deps/libmemchr-d70e150b4326351d.rlib" "/opt/rustwide/target/debug/deps/liblog-481af2284b34a247.rlib" "/opt/rustwide/target/debug/deps/libnum-f6c4e573ad9660e7.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-9288f24bab4835a7.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-e85b56a5adfb0a23.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-94c0dfa4118fcf60.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-739c46110ebaee65.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-aa9fc7c471fa322a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-248776b7b937257d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-34695342bdf6f4cb.rlib" "/opt/rustwide/target/debug/deps/librand-ab621bce7b69215b.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-c07784971a852a44.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3f46b9f719594e02.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-32cce8121e68495c.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-70987ed409229bfe.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ce426e5d517a3edf.rlib" "/opt/rustwide/target/debug/deps/liblibc-75c570ca9a590a5e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.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" "73a2fddb4987889569df08fca896fcf26f9b21c856073ca7a611aa4a2523b402"` [INFO] running `"docker" "rm" "-f" "73a2fddb4987889569df08fca896fcf26f9b21c856073ca7a611aa4a2523b402"` [INFO] [stdout] 73a2fddb4987889569df08fca896fcf26f9b21c856073ca7a611aa4a2523b402