[INFO] cloning repository https://github.com/FluffyBucketSnake/rust-graphics-pipeline [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FluffyBucketSnake/rust-graphics-pipeline" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFluffyBucketSnake%2Frust-graphics-pipeline", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFluffyBucketSnake%2Frust-graphics-pipeline'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 576fe2b444b31a7ac2d0fab17d0dafbd4761c47a [INFO] testing FluffyBucketSnake/rust-graphics-pipeline against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFluffyBucketSnake%2Frust-graphics-pipeline" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FluffyBucketSnake/rust-graphics-pipeline on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/FluffyBucketSnake/rust-graphics-pipeline [INFO] finished tweaking git repo https://github.com/FluffyBucketSnake/rust-graphics-pipeline [INFO] tweaked toml for git repo https://github.com/FluffyBucketSnake/rust-graphics-pipeline written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/FluffyBucketSnake/rust-graphics-pipeline already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 61116f787b52d355ad5ddba9cdfd1bf5137d97a57a9c24253e4c90da3896b651 [INFO] running `Command { std: "docker" "start" "-a" "61116f787b52d355ad5ddba9cdfd1bf5137d97a57a9c24253e4c90da3896b651", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61116f787b52d355ad5ddba9cdfd1bf5137d97a57a9c24253e4c90da3896b651", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61116f787b52d355ad5ddba9cdfd1bf5137d97a57a9c24253e4c90da3896b651", kill_on_drop: false }` [INFO] [stdout] 61116f787b52d355ad5ddba9cdfd1bf5137d97a57a9c24253e4c90da3896b651 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", 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] fafc826a054339d38e0ab65e7f46028d625a7fdd5ef5a27a5cba9109fa490818 [INFO] running `Command { std: "docker" "start" "-a" "fafc826a054339d38e0ab65e7f46028d625a7fdd5ef5a27a5cba9109fa490818", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling sdl2 v0.34.3 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling sdl2-sys v0.34.3 [INFO] [stderr] Compiling graphicspipeline-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `cgmath::prelude::*` [INFO] [stdout] --> src/graphics/primitives/triangle.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use cgmath::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/graphics/vertex/vector_impls.rs:19:27 [INFO] [stdout] | [INFO] [stdout] 19 | fn interpolate(&self, other: &Self, t: f32) -> Self { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/graphics/vertex/vector_impls.rs:19:41 [INFO] [stdout] | [INFO] [stdout] 19 | fn interpolate(&self, other: &Self, t: f32) -> Self { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Bitmap` [INFO] [stdout] --> src/graphics/bitmap.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Bitmap { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_color` [INFO] [stdout] --> src/graphics/bitmap.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn from_color(width: usize, height: usize, color: Color) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_function` [INFO] [stdout] --> src/graphics/bitmap.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn from_function(width: usize, height: usize, function: F) -> Self [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `data` [INFO] [stdout] --> src/graphics/bitmap.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn data(&self) -> &[Color] { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `data_mut` [INFO] [stdout] --> src/graphics/bitmap.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn data_mut(&mut self) -> &mut [Color] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `data_at` [INFO] [stdout] --> src/graphics/bitmap.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn data_at(&self, x: usize, y: usize) -> &Color { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `data_at_mut` [INFO] [stdout] --> src/graphics/bitmap.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn data_at_mut(&mut self, x: usize, y: usize) -> &mut Color { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `width` [INFO] [stdout] --> src/graphics/bitmap.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn width(&self) -> usize { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `height` [INFO] [stdout] --> src/graphics/bitmap.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn height(&self) -> usize { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_builder` [INFO] [stdout] --> src/models/model.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn from_builder(mut builder: B) -> Self [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_builder` [INFO] [stdout] --> src/models/model.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn from_builder(mut builder: B) -> Self [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_colorvertex` [INFO] [stdout] --> src/graphics/vertex/colortexturevertex.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn from_colorvertex(vertex: ColorVertex, u: f32, v: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [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/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.graphicspipeline_rust.1129ca1e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489.r9p5lhc73qydfnt.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsdl2-7763f982927b5ba3.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-f4607e1e2116743e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/liblibc-f893b40ee0816170.rlib" "/opt/rustwide/target/debug/deps/libcgmath-8cb12f908ca634b3.rlib" "/opt/rustwide/target/debug/deps/libapprox-e7abfc6caa3635d6.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d2d5ed240c754db6.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/graphicspipeline_rust-850af7b250967489" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `graphicspipeline-rust` due to 2 previous errors; 15 warnings emitted [INFO] running `Command { std: "docker" "inspect" "fafc826a054339d38e0ab65e7f46028d625a7fdd5ef5a27a5cba9109fa490818", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fafc826a054339d38e0ab65e7f46028d625a7fdd5ef5a27a5cba9109fa490818", kill_on_drop: false }` [INFO] [stdout] fafc826a054339d38e0ab65e7f46028d625a7fdd5ef5a27a5cba9109fa490818