[INFO] cloning repository https://github.com/zgotts/rendrr [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zgotts/rendrr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzgotts%2Frendrr"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzgotts%2Frendrr'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 31367f4332c8e6b566bcaee42c74cd6242eefe1c [INFO] testing zgotts/rendrr against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzgotts%2Frendrr" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zgotts/rendrr on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zgotts/rendrr [INFO] finished tweaking git repo https://github.com/zgotts/rendrr [INFO] tweaked toml for git repo https://github.com/zgotts/rendrr written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/zgotts/rendrr already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9c86838d3f216fe7fb0c996e75f0e1db6bf4e060d0def09a0084219c7312fefc [INFO] running `"docker" "start" "-a" "9c86838d3f216fe7fb0c996e75f0e1db6bf4e060d0def09a0084219c7312fefc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling getopts v0.2.18 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling rendrr v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:130:16 [INFO] [stderr] | [INFO] [stderr] 130 | '0'...'9' => self.parse_length(), [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: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | '0'...'9' | '.' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:286:12 [INFO] [stderr] | [INFO] [stderr] 286 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:286:24 [INFO] [stderr] | [INFO] [stderr] 286 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:286:36 [INFO] [stderr] | [INFO] [stderr] 286 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html.rs:65:16 [INFO] [stderr] | [INFO] [stderr] 65 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html.rs:65:28 [INFO] [stderr] | [INFO] [stderr] 65 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html.rs:65:40 [INFO] [stderr] | [INFO] [stderr] 65 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/layout.rs:301:32 [INFO] [stderr] | [INFO] [stderr] 301 | if let Keyword(mut font_name) = font_style { [INFO] [stderr] | ----^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/painting.rs:37:35 [INFO] [stderr] | [INFO] [stderr] 37 | if let Value::Keyword(mut font_name) = font_style { [INFO] [stderr] | ----^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: static is never used: `FONT_STYLE` [INFO] [stderr] --> src/text.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | static FONT_STYLE: sdl2::ttf::FontStyle = sdl2::ttf::STYLE_BOLD; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` 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-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.rendrr.awhgqpzn-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208" "/opt/rustwide/target/debug/deps/rendrr-deb656d3898a4208.5b38whz224492wu2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgetopts-cfee271d55082695.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-218d914568033177.rlib" "/opt/rustwide/target/debug/deps/libsdl2-0a018a62b5f8e688.rlib" "/opt/rustwide/target/debug/deps/librand-0be23c3a6f4992a6.rlib" "/opt/rustwide/target/debug/deps/librand-e40cb8d14f0ad848.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-ba3b88d3cdba60bb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2106c394414ab29b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ee0374dd376fa810.rlib" "/opt/rustwide/target/debug/deps/liblibc-ef93477cee0b6121.rlib" "/opt/rustwide/target/debug/deps/libnum-81cb36f822519edf.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-864299e9db2809ff.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1c50d2a184e4935f.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6013d91b40947867.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lSDL2_ttf" "-lSDL2" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 11 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `rendrr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9c86838d3f216fe7fb0c996e75f0e1db6bf4e060d0def09a0084219c7312fefc"` [INFO] running `"docker" "rm" "-f" "9c86838d3f216fe7fb0c996e75f0e1db6bf4e060d0def09a0084219c7312fefc"` [INFO] [stdout] 9c86838d3f216fe7fb0c996e75f0e1db6bf4e060d0def09a0084219c7312fefc