[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 1.38.0 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-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nrxus/duck_husky_wedding on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-6/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 55456114e0e819a7be967f3099052723ec9d7cb87e9a22cb4be5ef89210ae33c [INFO] running `"docker" "start" "-a" "55456114e0e819a7be967f3099052723ec9d7cb87e9a22cb4be5ef89210ae33c"` [INFO] [stderr] Compiling libc v0.2.33 [INFO] [stderr] Compiling cc v1.0.3 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling lazy_static v0.2.10 [INFO] [stderr] Compiling serde v1.0.20 [INFO] [stderr] Compiling duck_husky_wedding v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling linked-hash-map v0.5.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling serde_derive_internals v0.17.0 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling serde_derive v1.0.20 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling quickcheck v0.2.27 [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 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] 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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.duck_husky_wedding.cwahvq0x-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15" "/opt/rustwide/target/debug/deps/duck_husky_wedding-b9018c74f4e9df15.4ta36l42b3ca42r5.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-b9e5ebd4f3894e3e/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libserde_yaml-532cfc070f1acf3c.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-f8a5af7b7ca2f0f3.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-d5917319c471afb0.rlib" "/opt/rustwide/target/debug/deps/libserde-0ac2578d48a77fd7.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-e73c7e99b4b5d9ec.rlib" "/opt/rustwide/target/debug/deps/libmoho-77dc3f8f070ff7f1.rlib" "/opt/rustwide/target/debug/deps/libsdl2-5d262784522a4a57.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-872111bbbf9f2edd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8e02dfeceb8e06ce.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-0506137d02ff8f9d.rlib" "/opt/rustwide/target/debug/deps/libglm-fe1df2a1b7c878ca.rlib" "/opt/rustwide/target/debug/deps/libquickcheck-178ac4f4265da929.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-ab8b077eabac26fc.rlib" "/opt/rustwide/target/debug/deps/libregex-94bec3388b3eebba.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-be9b532c7b2a32f6.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c182adb4258878f6.rlib" "/opt/rustwide/target/debug/deps/libthread_local-5fffbc3d84673e1f.rlib" "/opt/rustwide/target/debug/deps/libthread_id-23b56c0f1ad05593.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-3318caf761da26b8.rlib" "/opt/rustwide/target/debug/deps/libmemchr-6a5267bb0ad87ade.rlib" "/opt/rustwide/target/debug/deps/liblog-c76b76da96ff609c.rlib" "/opt/rustwide/target/debug/deps/libnum-3b8e411ab09af521.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-c72d7a7b6fe4b814.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-462fa1905a16a219.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-d78dbc0407b67ac1.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-32acd8f7efa22e3e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-ca74cc95245c0732.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-96a91c0c8275def7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-f595cef4122c7570.rlib" "/opt/rustwide/target/debug/deps/librand-669f46953b0c1fb5.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-57f88118f9d90c4d.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-6f589c682daa0bd2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-84bc2c1fbd9a5f17.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a36bc1027d393b72.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ee321c1d811ce804.rlib" "/opt/rustwide/target/debug/deps/liblibc-336908e447bff8bb.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.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" "55456114e0e819a7be967f3099052723ec9d7cb87e9a22cb4be5ef89210ae33c"` [INFO] running `"docker" "rm" "-f" "55456114e0e819a7be967f3099052723ec9d7cb87e9a22cb4be5ef89210ae33c"` [INFO] [stdout] 55456114e0e819a7be967f3099052723ec9d7cb87e9a22cb4be5ef89210ae33c