[INFO] updating cached repository https://github.com/TheZoq2/RustImageProcessing [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheZoq2%2FRustImageProcessing" "work/builds/worker-9/source"` [INFO] [stderr] Cloning into 'work/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TheZoq2/RustImageProcessing on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/TheZoq2/RustImageProcessing already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] 2bbf5ec21117a461825f79f0cf70cf9b3575bd5fed4b65fb2a83158aabad1e38 [INFO] running `"docker" "start" "-a" "2bbf5ec21117a461825f79f0cf70cf9b3575bd5fed4b65fb2a83158aabad1e38"` [INFO] [stderr] Compiling libc v0.2.22 [INFO] [stderr] Compiling khronos_api v1.0.0 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling smallvec v0.1.8 [INFO] [stderr] Compiling fnv v1.0.5 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling x11-dl v2.13.0 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling tempfile v2.1.5 [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 time v0.1.38 [INFO] [stderr] Compiling rscam v0.5.3 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [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 wayland-client v0.7.8 [INFO] [stderr] Compiling target_build_utils v0.3.0 [INFO] [stderr] Compiling glutin v0.7.4 [INFO] [stderr] Compiling glium v0.16.0 [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-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: consider prefixing 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 used: `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/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.image_processing.3g2183dm-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d" "/opt/rustwide/target/debug/deps/image_processing-98015b3e5376588d.54idjh77oeks1j9t.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-bfb661f86ed18a2b/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtime-f4f107208e5c1152.rlib" "/opt/rustwide/target/debug/deps/libglium-d2f7c7157a95d1ee.rlib" "/opt/rustwide/target/debug/deps/libglutin-c8165ab790c7a08d.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-f873c1a286231c3a.rlib" "/opt/rustwide/target/debug/deps/libwinit-8f8a0ba2ce040875.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-e9b63c4751e9ebf6.rlib" "/opt/rustwide/target/debug/deps/libtempfile-9e5c5afc4f16a4ae.rlib" "/opt/rustwide/target/debug/deps/librand-1089b8f5c519e752.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-207fc0f141ee22ed.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-a86b61472a886b87.rlib" "/opt/rustwide/target/debug/deps/libmemmap-7cf30a495f6f3eb4.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-97cd16b0a6af1e1d.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-18ecfa295776c58b.rlib" "/opt/rustwide/target/debug/deps/libdlib-07fa62bc2d4d2b03.rlib" "/opt/rustwide/target/debug/deps/liblibloading-52bea3b7e73e89d7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-cfca1255836e7478.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-d81e1a1d5b521a1c.rlib" "/opt/rustwide/target/debug/deps/libshared_library-b470d41f8dd7a3ab.rlib" "/opt/rustwide/target/debug/deps/libfnv-ec2f87500d93ec41.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ae1121ef61d5370c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-c187a03ab3e1a420.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-43da560998602358.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-8c7ae48a4a826296.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-74a8da7eb87e7425.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-12ada7abe4f2a2f8.rlib" "/opt/rustwide/target/debug/deps/libwinapi-7e701baf38e52a01.rlib" "/opt/rustwide/target/debug/deps/libkernel32-599f52907835aafd.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-8f4e6261ee5b0d42.rlib" "/opt/rustwide/target/debug/deps/librscam-ddcc5cbeeab816b6.rlib" "/opt/rustwide/target/debug/deps/liblibc-a2a2df5863b29804.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lv4l2" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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 [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" "2bbf5ec21117a461825f79f0cf70cf9b3575bd5fed4b65fb2a83158aabad1e38"` [INFO] running `"docker" "rm" "-f" "2bbf5ec21117a461825f79f0cf70cf9b3575bd5fed4b65fb2a83158aabad1e38"` [INFO] [stdout] 2bbf5ec21117a461825f79f0cf70cf9b3575bd5fed4b65fb2a83158aabad1e38