[INFO] updating cached repository https://github.com/trynaeat/castle-rustenstein [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 29777aab713f5cfc9885239b18bf1bcc1ce797c9 [INFO] testing trynaeat/castle-rustenstein against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrynaeat%2Fcastle-rustenstein" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/trynaeat/castle-rustenstein on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/trynaeat/castle-rustenstein [INFO] finished tweaking git repo https://github.com/trynaeat/castle-rustenstein [INFO] tweaked toml for git repo https://github.com/trynaeat/castle-rustenstein written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/trynaeat/castle-rustenstein already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stdout] 810a7571e3c9626b24d9a26684cb4e145c3b12a4d46f2d784f6691bfd01c2186 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "810a7571e3c9626b24d9a26684cb4e145c3b12a4d46f2d784f6691bfd01c2186"` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling png v0.15.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling image v0.23.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling serde_json v1.0.47 [INFO] [stderr] Compiling rustenstein v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `glob::glob` [INFO] [stderr] --> src/data.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use glob::glob; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.rustenstein.3a8hefhz-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127" "/opt/rustwide/target/debug/deps/rustenstein-fa894a2554a42127.10a2gouw0cfztf4y.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-Wl,-O1" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libserde_json-04197ac6c1134fb9.rlib" "/opt/rustwide/target/debug/deps/libryu-e7c5d28ad9ae9d9e.rlib" "/opt/rustwide/target/debug/deps/libitoa-442c2513824d6eb2.rlib" "/opt/rustwide/target/debug/deps/libserde-a4e11ab49e5171f3.rlib" "/opt/rustwide/target/debug/deps/libglob-ca851c1ef6df5acf.rlib" "/opt/rustwide/target/debug/deps/libimage-bb4cfaf283cbe4b9.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-15c9ab67b6ddf857.rlib" "/opt/rustwide/target/debug/deps/libpng-9c5f13d00000a78d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-b5e3cf3dd5ef727c.rlib" "/opt/rustwide/target/debug/deps/libinflate-9390440ec5f65997.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-249b75444847f3d3.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6be6188cc902dfc6.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-207a02456ac50eee.rlib" "/opt/rustwide/target/debug/deps/librayon-2239469f5d732766.rlib" "/opt/rustwide/target/debug/deps/librayon_core-7b8133825e327c8a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-ed9fbcc44b05aacf.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7c60585beb346f3b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-aca866cbdf24cd0d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-69b7ed81c7ea09d6.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ae8dd11f7f1f5c98.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-3c486de837b814d3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b9f7e3782ba57329.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d8f290422a0fd811.rlib" "/opt/rustwide/target/debug/deps/libeither-f6ca11aedcef3247.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-2b18db4afcc79036.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-6f8aed285778e13e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-7e7170adf7c40a09.rlib" "/opt/rustwide/target/debug/deps/libgif-09c7360b2e39f3f1.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-7ec1cf9e6f181ebc.rlib" "/opt/rustwide/target/debug/deps/libtiff-7dd063456744f310.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-4cccac676cad82af.rlib" "/opt/rustwide/target/debug/deps/libadler32-5755cd5f90312842.rlib" "/opt/rustwide/target/debug/deps/liblzw-cc45c2bee4d28a51.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-404de307a3d82c14.rlib" "/opt/rustwide/target/debug/deps/libsdl2-b1ea961983291a73.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-a306c5ef02210e61.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f45d510ce187719a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-aab42b48af9ee9d7.rlib" "/opt/rustwide/target/debug/deps/libcgmath-7f46aba33de0539c.rlib" "/opt/rustwide/target/debug/deps/librand-e9f869effee03cd9.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-ef958eebc26bc6ce.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-66cd41e0ad4e914c.rlib" "/opt/rustwide/target/debug/deps/librand_hc-dda96a4b7d2fb72b.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-f125cca9d57aed16.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-36fd57e7da4edcb4.rlib" "/opt/rustwide/target/debug/deps/librand_core-65de62fff4722ada.rlib" "/opt/rustwide/target/debug/deps/librand_os-4a729f1bcf2ef18d.rlib" "/opt/rustwide/target/debug/deps/liblibc-3b7c6a0acfd9a0ee.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-36c420407c04399a.rlib" "/opt/rustwide/target/debug/deps/librand_core-4aa87a2e62068fd5.rlib" "/opt/rustwide/target/debug/deps/libapprox-5c9ba913365d2ca1.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-2b2f219360edc175.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_ttf" "-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; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `rustenstein`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "810a7571e3c9626b24d9a26684cb4e145c3b12a4d46f2d784f6691bfd01c2186"` [INFO] running `"docker" "rm" "-f" "810a7571e3c9626b24d9a26684cb4e145c3b12a4d46f2d784f6691bfd01c2186"` [INFO] [stdout] 810a7571e3c9626b24d9a26684cb4e145c3b12a4d46f2d784f6691bfd01c2186