[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 try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheZoq2%2FRustImageProcessing" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TheZoq2/RustImageProcessing 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/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-5/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e2ffa4dfd7791375143da1e128271e1e9f1650be05bb03f68dab60e2439b8f65 [INFO] running `"docker" "start" "-a" "e2ffa4dfd7791375143da1e128271e1e9f1650be05bb03f68dab60e2439b8f65"` [INFO] [stderr] Compiling siphasher v0.2.2 [INFO] [stderr] Compiling itoa v0.3.1 [INFO] [stderr] Compiling dtoa v0.4.1 [INFO] [stderr] Compiling gcc v0.3.45 [INFO] [stderr] Compiling rustc-demangle v0.1.4 [INFO] [stderr] Compiling rscam v0.5.3 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling x11-dl v2.13.0 [INFO] [stderr] Compiling wayland-scanner v0.7.8 [INFO] [stderr] Compiling tempfile v2.1.5 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling glutin v0.7.4 [INFO] [stderr] Compiling glium v0.16.0 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling phf v0.7.21 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Compiling target_build_utils v0.3.0 [INFO] [stderr] Compiling backtrace-sys v0.1.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 backtrace v0.2.3 [INFO] [stderr] Compiling wayland-window v0.4.4 [INFO] [stderr] Compiling wayland-kbd v0.6.3 [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: method is never used: `get_pixel` [INFO] [stderr] --> src/image.rs:102:5 [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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.image_processing.8grdcpow-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1" "/opt/rustwide/target/debug/deps/image_processing-5664aaa80655d9e1.4app7jp7fo57oafw.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-8aa200b9b3c238df/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtime-ab5f3f3244a93826.rlib" "/opt/rustwide/target/debug/deps/libglium-c9025423e3bd58b4.rlib" "/opt/rustwide/target/debug/deps/libglutin-cca91448fc4c1a1e.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-fda9687847e13040.rlib" "/opt/rustwide/target/debug/deps/libwinit-ec890ff6d305d4b1.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-5585c824fa6bbea9.rlib" "/opt/rustwide/target/debug/deps/libtempfile-2da145391d24290b.rlib" "/opt/rustwide/target/debug/deps/librand-080a7a7397b1e9cd.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-ac7576698cbd0240.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-b9a232cee45c7ac7.rlib" "/opt/rustwide/target/debug/deps/libmemmap-5b4485da051f1ad0.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-ee0d4851d5e754a4.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-5cd6461793c65edc.rlib" "/opt/rustwide/target/debug/deps/libdlib-a0210db83e2a76ca.rlib" "/opt/rustwide/target/debug/deps/liblibloading-2765ca99026e6c70.rlib" "/opt/rustwide/target/debug/deps/libbitflags-57cacbe4af8e84a6.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-b6ca489bbad0b5f5.rlib" "/opt/rustwide/target/debug/deps/libshared_library-c3a42d7dcb14feb9.rlib" "/opt/rustwide/target/debug/deps/libfnv-50d5f99300cf2a8b.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-788f0a382f5e6daf.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-75a017b4c97d432b.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-6b0f8665781e5d09.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-5d4e33cc49a4bd62.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3fc688139546cad7.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-2e7e64bf69889b18.rlib" "/opt/rustwide/target/debug/deps/libwinapi-7bb0c4db0a257e6c.rlib" "/opt/rustwide/target/debug/deps/libkernel32-2a88380f4928b946.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-bfc90d52a2077a99.rlib" "/opt/rustwide/target/debug/deps/librscam-b0f45192b1198b1c.rlib" "/opt/rustwide/target/debug/deps/liblibc-950053dd18787442.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" "-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" "e2ffa4dfd7791375143da1e128271e1e9f1650be05bb03f68dab60e2439b8f65"` [INFO] running `"docker" "rm" "-f" "e2ffa4dfd7791375143da1e128271e1e9f1650be05bb03f68dab60e2439b8f65"` [INFO] [stdout] e2ffa4dfd7791375143da1e128271e1e9f1650be05bb03f68dab60e2439b8f65