[INFO] updating cached repository https://github.com/TheZoq2/RustImageProcessing [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] fce210d770746c384ec693b10f0271cb4022244d [INFO] testing TheZoq2/RustImageProcessing against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheZoq2%2FRustImageProcessing" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TheZoq2/RustImageProcessing on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/TheZoq2/RustImageProcessing [INFO] finished tweaking git repo https://github.com/TheZoq2/RustImageProcessing [INFO] tweaked toml for git repo https://github.com/TheZoq2/RustImageProcessing written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/TheZoq2/RustImageProcessing already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1a9980e33ae20c047eea9dcc0f475f29fa479e6e254f863134575a2182fa9161 [INFO] running `"docker" "start" "-a" "1a9980e33ae20c047eea9dcc0f475f29fa479e6e254f863134575a2182fa9161"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.22 [INFO] [stderr] Compiling siphasher v0.2.2 [INFO] [stderr] Compiling num-traits v0.1.37 [INFO] [stderr] Compiling dtoa v0.4.1 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling itoa v0.3.1 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling khronos_api v1.0.0 [INFO] [stderr] Compiling log v0.3.7 [INFO] [stderr] Compiling gcc v0.3.45 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling rustc-demangle v0.1.4 [INFO] [stderr] Compiling cfg-if v0.1.0 [INFO] [stderr] Compiling fnv v1.0.5 [INFO] [stderr] Compiling smallvec v0.1.8 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling x11-dl v2.13.0 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling phf v0.7.21 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling rscam v0.5.3 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling tempfile v2.1.5 [INFO] [stderr] Compiling wayland-scanner v0.7.8 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling target_build_utils v0.3.0 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Compiling glutin v0.7.4 [INFO] [stderr] Compiling glium v0.16.0 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.7.8 [INFO] [stderr] Compiling wayland-kbd v0.6.3 [INFO] [stderr] Compiling wayland-window v0.4.4 [INFO] [stderr] Compiling winit v0.5.11 [INFO] [stderr] Compiling image_processing v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::marker::PhantomData` [INFO] [stderr] --> src/image.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::marker::PhantomData; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `RgbPixel` [INFO] [stderr] --> src/kernel.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use image::{RgbPixel, GrayscalePixel}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::vec::Vec` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use std::vec::Vec; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `horizontal_edge_kernel` [INFO] [stderr] --> src/main.rs:151:9 [INFO] [stderr] | [INFO] [stderr] 151 | let horizontal_edge_kernel = { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_horizontal_edge_kernel` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `resolution` [INFO] [stderr] --> src/image_window.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | resolution: (u32, u32), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_pixel` [INFO] [stderr] --> src/image.rs:102:12 [INFO] [stderr] | [INFO] [stderr] 102 | pub fn get_pixel(&self, x: u32, y: u32) -> P [INFO] [stderr] | ^^^^^^^^^ [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.image_processing.tr00cydg-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c" "/opt/rustwide/target/debug/deps/image_processing-2f36cf65015d151c.8ysnf4kq51rlakn.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-832b6d29479dc9ad/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtime-dcc1fe9cdda1f9fe.rlib" "/opt/rustwide/target/debug/deps/libglium-679ddf5252b4a8a1.rlib" "/opt/rustwide/target/debug/deps/libglutin-fdb7fe785cabd728.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-97f4dc9af77947e3.rlib" "/opt/rustwide/target/debug/deps/libwinit-709a72d5199489bf.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-0c853ccce0e768ef.rlib" "/opt/rustwide/target/debug/deps/libtempfile-109199ab599f3fae.rlib" "/opt/rustwide/target/debug/deps/librand-86a21951462a51f4.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4204ab5ffdf6c711.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-804eaa1927551cd2.rlib" "/opt/rustwide/target/debug/deps/libmemmap-03cfa46e1088efa7.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-4dbea56db35e7196.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-3f3eacf22fdad834.rlib" "/opt/rustwide/target/debug/deps/libdlib-e96e1294719f4f3b.rlib" "/opt/rustwide/target/debug/deps/liblibloading-86fea4fa802dbdcd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2106c394414ab29b.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-3f4170f8fd80c147.rlib" "/opt/rustwide/target/debug/deps/libshared_library-34459a4fa2da7847.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb1dbd842c54674b.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a96ac49ad517fc26.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-ee7c9ed476dbb5fa.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-b24800bd031f28ed.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0f3ae3d99c3163c5.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4ce6be6b55674710.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-6fc59348d4f477c3.rlib" "/opt/rustwide/target/debug/deps/libwinapi-0038aeeed11d463c.rlib" "/opt/rustwide/target/debug/deps/libkernel32-c8bbbe70f11db917.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-5a19b931c5bcc6c8.rlib" "/opt/rustwide/target/debug/deps/librscam-b572e5bdde2e55d1.rlib" "/opt/rustwide/target/debug/deps/liblibc-072cf7d32a66f50a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lv4l2" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lv4l2 [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `image_processing`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1a9980e33ae20c047eea9dcc0f475f29fa479e6e254f863134575a2182fa9161"` [INFO] running `"docker" "rm" "-f" "1a9980e33ae20c047eea9dcc0f475f29fa479e6e254f863134575a2182fa9161"` [INFO] [stdout] 1a9980e33ae20c047eea9dcc0f475f29fa479e6e254f863134575a2182fa9161