[INFO] cloning repository https://github.com/trynaeat/castle-rustenstein [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/trynaeat/castle-rustenstein" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrynaeat%2Fcastle-rustenstein", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrynaeat%2Fcastle-rustenstein'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 29777aab713f5cfc9885239b18bf1bcc1ce797c9 [INFO] testing trynaeat/castle-rustenstein against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrynaeat%2Fcastle-rustenstein" "/workspace/builds/worker-9/source", kill_on_drop: false }` [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 a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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 `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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] 73e24cb486435b7c74175ed323ad010984df266cc447a086e45c9f1fbd4cdcee [INFO] running `Command { std: "docker" "start" "-a" "73e24cb486435b7c74175ed323ad010984df266cc447a086e45c9f1fbd4cdcee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "73e24cb486435b7c74175ed323ad010984df266cc447a086e45c9f1fbd4cdcee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73e24cb486435b7c74175ed323ad010984df266cc447a086e45c9f1fbd4cdcee", kill_on_drop: false }` [INFO] [stdout] 73e24cb486435b7c74175ed323ad010984df266cc447a086e45c9f1fbd4cdcee [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c35d5fe0881350c66abece0012fe2692cdd2d49ff70276e747e56d5aa44ce57a [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" "c35d5fe0881350c66abece0012fe2692cdd2d49ff70276e747e56d5aa44ce57a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling lzw v0.10.0 [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 bytemuck v1.2.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [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 num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling png v0.15.3 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling image v0.23.0 [INFO] [stderr] Compiling serde_json v1.0.47 [INFO] [stderr] Compiling rustenstein v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `glob::glob` [INFO] [stdout] --> src/data.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use glob::glob; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.rustenstein.cb1186ab-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157.8n6a7hmosbcdgyn.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libserde_json-f90caf02f63a4014.rlib" "/opt/rustwide/target/debug/deps/libryu-29d02dc4836e89c6.rlib" "/opt/rustwide/target/debug/deps/libitoa-12897ebd23683995.rlib" "/opt/rustwide/target/debug/deps/libserde-2049ee018a830bb3.rlib" "/opt/rustwide/target/debug/deps/libglob-81b3809d6ea5cfe4.rlib" "/opt/rustwide/target/debug/deps/libimage-ed584cb358e5d6f0.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-feded9cf71421bb5.rlib" "/opt/rustwide/target/debug/deps/libpng-da2566bba9152d3d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-949c9b4592d97271.rlib" "/opt/rustwide/target/debug/deps/libinflate-230aea86310f8d06.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-56ee01669390421a.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-fdeac1eae97cd24b.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-04024916288533cb.rlib" "/opt/rustwide/target/debug/deps/librayon-26197323f05f9695.rlib" "/opt/rustwide/target/debug/deps/librayon_core-7800ece2e0200129.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-7830394401822634.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-d169deddbee2cd08.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-eb44a8613ccb0d24.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-7aa76a8c4ebb8c77.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-fffcfc3c7afaf5ef.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-f3632b8a8be963b5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-37b73ccec4eba426.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab5505081af658dd.rlib" "/opt/rustwide/target/debug/deps/libeither-ff39b7303256c06a.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-c1dfc507befd3581.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-66ac8a943302621a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b1cd087c54c68218.rlib" "/opt/rustwide/target/debug/deps/libgif-4a1a5616413e6c93.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-70a6193d2f0ebbd4.rlib" "/opt/rustwide/target/debug/deps/libtiff-f3851602b4e03d19.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-1b6cf6ae9924c631.rlib" "/opt/rustwide/target/debug/deps/libadler32-aad0d4002e96dd56.rlib" "/opt/rustwide/target/debug/deps/liblzw-5e281c7a8e3c2d54.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-23822ef91e5d10f2.rlib" "/opt/rustwide/target/debug/deps/libsdl2-f1a667b1bd5066a7.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-5d55965b9f6b5104.rlib" "/opt/rustwide/target/debug/deps/libbitflags-538104e0dee47da1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-0b9af95a8b31a4ab.rlib" "/opt/rustwide/target/debug/deps/libcgmath-56c03965ccda3211.rlib" "/opt/rustwide/target/debug/deps/librand-33f2bb7a334dd1a9.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-04096bceb678ebc3.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-67e07bae24939e1a.rlib" "/opt/rustwide/target/debug/deps/librand_hc-d3e050ded2720cca.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ee5bff0644cce98a.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-6c7146611d39d007.rlib" "/opt/rustwide/target/debug/deps/librand_core-230395ca63766347.rlib" "/opt/rustwide/target/debug/deps/librand_os-d95dbf80204e32b8.rlib" "/opt/rustwide/target/debug/deps/liblibc-f4b3f269fef69cb7.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-e95c92afc0542ce3.rlib" "/opt/rustwide/target/debug/deps/librand_core-db647acd86ed3bbb.rlib" "/opt/rustwide/target/debug/deps/libapprox-3312727648eb80b0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-984fc327332516f3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_ttf" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rustenstein-e5957073f213c157" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-Wl,-O1" "-nodefaultlibs" [INFO] [stdout] = note: /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; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustenstein` due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "c35d5fe0881350c66abece0012fe2692cdd2d49ff70276e747e56d5aa44ce57a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c35d5fe0881350c66abece0012fe2692cdd2d49ff70276e747e56d5aa44ce57a", kill_on_drop: false }` [INFO] [stdout] c35d5fe0881350c66abece0012fe2692cdd2d49ff70276e747e56d5aa44ce57a