[INFO] cloning repository https://github.com/Davejkane/riv [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Davejkane/riv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavejkane%2Friv", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavejkane%2Friv'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ce39eec40071a071a08b81b4066a2da27978b350 [INFO] testing Davejkane/riv against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavejkane%2Friv" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Davejkane/riv on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Davejkane/riv [INFO] finished tweaking git repo https://github.com/Davejkane/riv [INFO] tweaked toml for git repo https://github.com/Davejkane/riv written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Davejkane/riv already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/gurgalex/trash` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1a37bc1039dc01317574df09adf057299cb06eb29c952de3a855432bb4a51ea2 [INFO] running `Command { std: "docker" "start" "-a" "1a37bc1039dc01317574df09adf057299cb06eb29c952de3a855432bb4a51ea2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a37bc1039dc01317574df09adf057299cb06eb29c952de3a855432bb4a51ea2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a37bc1039dc01317574df09adf057299cb06eb29c952de3a855432bb4a51ea2", kill_on_drop: false }` [INFO] [stdout] 1a37bc1039dc01317574df09adf057299cb06eb29c952de3a855432bb4a51ea2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0189ce7e9f9cecc0ae3dd719c67e29016bcdf436ffe4a6194dad53a62221e582 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0189ce7e9f9cecc0ae3dd719c67e29016bcdf436ffe4a6194dad53a62221e582", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.53 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling fs_extra v1.1.0 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling shellexpand v1.0.0 [INFO] [stderr] Compiling natord v1.0.9 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling trash v0.1.0 (https://github.com/gurgalex/trash?tag=0.1.0#2a678594) [INFO] [stderr] Compiling riv v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.riv.775fh780-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36" "/opt/rustwide/target/debug/deps/riv-68bca408c43e2d36.5mfxdx4x9oium4s.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libriv-e2721d2a588ebad4.rlib" "/opt/rustwide/target/debug/deps/libnatord-3441bded7091ba58.rlib" "/opt/rustwide/target/debug/deps/libtrash-97879dfa0aaf1f15.rlib" "/opt/rustwide/target/debug/deps/libxdg-9bdd5eefb91d453c.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a1c8d337a4da41fd.rlib" "/opt/rustwide/target/debug/deps/libini-fe081c3c47fb316c.rlib" "/opt/rustwide/target/debug/deps/libchrono-f9a5f3f9d6a5c752.rlib" "/opt/rustwide/target/debug/deps/libtime-c8d9303026ccebcf.rlib" "/opt/rustwide/target/debug/deps/libfs_extra-9b35ac2519d7bc9d.rlib" "/opt/rustwide/target/debug/deps/libsdl2-f33785da73537610.rlib" "/opt/rustwide/target/debug/deps/librand-81af4824d2ee3f16.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-da7de8a60151494c.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-677f006f3ca2cd2a.rlib" "/opt/rustwide/target/debug/deps/librand_hc-13ffe96918f37cdc.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-0508067edc0ddbb4.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4944f4f9bac790d9.rlib" "/opt/rustwide/target/debug/deps/librand_core-0577083de755613d.rlib" "/opt/rustwide/target/debug/deps/librand_os-edb37389c4aac2df.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-450c7907c524d8c8.rlib" "/opt/rustwide/target/debug/deps/librand_core-c2d08cfa7423325a.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-8b8c81a006320a81.rlib" "/opt/rustwide/target/debug/deps/libnum-da43391fafcc5fba.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-e1324009d5cc9bde.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-cc16d91df1218c5d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-918fa676b9c82de8.rlib" "/opt/rustwide/target/debug/deps/libshellexpand-8de3cfa86b8cbe62.rlib" "/opt/rustwide/target/debug/deps/libglob-25d3e3c81b4cce0b.rlib" "/opt/rustwide/target/debug/deps/libregex-29c61d2505fc3e0f.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-da7017be64cf6bd6.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-adb0219c26bbee73.rlib" "/opt/rustwide/target/debug/deps/libucd_util-cc1f90e57010ca73.rlib" "/opt/rustwide/target/debug/deps/libthread_local-47d3ba082bfdef8f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ea4caa07bd58fe44.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-dc43d53eca1845cd.rlib" "/opt/rustwide/target/debug/deps/libmemchr-b21daad199485058.rlib" "/opt/rustwide/target/debug/deps/libclap-0abd99d9f0372c66.rlib" "/opt/rustwide/target/debug/deps/libvec_map-de5da0971b7274da.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-ed6f520ed7100554.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-a75a3e806d19d84a.rlib" "/opt/rustwide/target/debug/deps/libstrsim-794cc78f848fe7af.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7d7e30e06800d2fa.rlib" "/opt/rustwide/target/debug/deps/libatty-4d051fd9cec96206.rlib" "/opt/rustwide/target/debug/deps/liblibc-3884e17e59ad161e.rlib" "/opt/rustwide/target/debug/deps/libansi_term-4b9c56ff58f1d4f8.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stdout] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `riv` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "0189ce7e9f9cecc0ae3dd719c67e29016bcdf436ffe4a6194dad53a62221e582", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0189ce7e9f9cecc0ae3dd719c67e29016bcdf436ffe4a6194dad53a62221e582", kill_on_drop: false }` [INFO] [stdout] 0189ce7e9f9cecc0ae3dd719c67e29016bcdf436ffe4a6194dad53a62221e582