[INFO] updating cached repository zgotts/rendrr [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/zgotts/rendrr [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/zgotts/rendrr" "work/ex/beta-1.38-1/sources/1.37.0/gh/zgotts/rendrr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/zgotts/rendrr'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/zgotts/rendrr" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zgotts/rendrr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zgotts/rendrr'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 31367f4332c8e6b566bcaee42c74cd6242eefe1c [INFO] sha for GitHub repo zgotts/rendrr: 31367f4332c8e6b566bcaee42c74cd6242eefe1c [INFO] validating manifest of zgotts/rendrr 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 zgotts/rendrr 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 zgotts/rendrr [INFO] finished frobbing zgotts/rendrr [INFO] frobbed toml for zgotts/rendrr written to work/ex/beta-1.38-1/sources/1.37.0/gh/zgotts/rendrr/Cargo.toml [INFO] started frobbing zgotts/rendrr [INFO] finished frobbing zgotts/rendrr [INFO] frobbed toml for zgotts/rendrr written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zgotts/rendrr/Cargo.toml [INFO] crate zgotts/rendrr 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 zgotts/rendrr against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zgotts/rendrr:/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-08-13" "build" "--frozen"` [INFO] [stdout] 8201e72a7451080bea97b32e4a219d5a0c291cbc126957ae86fda6316aada631 [INFO] running `"docker" "start" "-a" "8201e72a7451080bea97b32e4a219d5a0c291cbc126957ae86fda6316aada631"` [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling getopts v0.2.18 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling rendrr v0.1.0 (/opt/crater/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 item 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/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.rendrr.c531ja2d-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b" "/opt/crater/target/debug/deps/rendrr-7e1daa43bf1bf29b.5euzmsqynatf98bp.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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libgetopts-33226ca56f7c9297.rlib" "/opt/crater/target/debug/deps/libunicode_width-be270ae5acdefae2.rlib" "/opt/crater/target/debug/deps/libsdl2-c912278f281e4d82.rlib" "/opt/crater/target/debug/deps/librand-bb150016b536a6ed.rlib" "/opt/crater/target/debug/deps/librand-8aabafb077b32774.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-e7566630df70853b.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/liblazy_static-8e8f275d3efea5b8.rlib" "/opt/crater/target/debug/deps/liblibc-9543c9559dc5df0d.rlib" "/opt/crater/target/debug/deps/libnum-dd32f50ea006d053.rlib" "/opt/crater/target/debug/deps/libnum_iter-4e3c9ade6a0e188c.rlib" "/opt/crater/target/debug/deps/libnum_integer-1aea5f7ced06a086.rlib" "/opt/crater/target/debug/deps/libnum_traits-b8521d0bebe12052.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lSDL2_ttf" "-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] 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 `rendrr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8201e72a7451080bea97b32e4a219d5a0c291cbc126957ae86fda6316aada631"` [INFO] running `"docker" "rm" "-f" "8201e72a7451080bea97b32e4a219d5a0c291cbc126957ae86fda6316aada631"` [INFO] [stdout] 8201e72a7451080bea97b32e4a219d5a0c291cbc126957ae86fda6316aada631