Oct 15 06:09:10.672 INFO testing Tookerton21/flaschen_and_kinnect_rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:09:10.673 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 06:09:11.063 INFO blam! b9f709c207a0c9e8f184a993ed5091d348d68b234830e5caacfc475e756b48f6 Oct 15 06:09:11.083 INFO running `"docker" "start" "-a" "b9f709c207a0c9e8f184a993ed5091d348d68b234830e5caacfc475e756b48f6"` Oct 15 06:09:12.363 INFO kablam! usermod: no changes Oct 15 06:09:12.707 INFO kablam! Compiling freenectrs v0.1.0 Oct 15 06:09:12.707 INFO kablam! Compiling tempfile v3.0.4 Oct 15 06:09:12.711 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 15 06:09:12.712 INFO kablam! Compiling wayland-sys v0.20.12 Oct 15 06:09:12.712 INFO kablam! Compiling parking_lot_core v0.3.1 Oct 15 06:09:18.515 INFO kablam! Compiling parking_lot v0.6.4 Oct 15 06:09:18.772 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 15 06:09:19.672 INFO kablam! Compiling wayland-commons v0.20.12 Oct 15 06:09:20.923 INFO kablam! Compiling wayland-client v0.20.12 Oct 15 06:09:21.499 INFO kablam! Compiling rayon-core v1.4.1 Oct 15 06:09:26.021 INFO kablam! Compiling rayon v1.0.2 Oct 15 06:09:27.731 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 15 06:09:35.151 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 06:09:36.616 INFO kablam! Compiling smithay-client-toolkit v0.2.6 Oct 15 06:09:42.564 INFO kablam! Compiling image v0.20.0 Oct 15 06:09:48.362 INFO kablam! Compiling winit v0.16.2 Oct 15 06:10:08.457 INFO kablam! Compiling glutin v0.17.0 Oct 15 06:10:20.987 INFO kablam! Compiling glium v0.22.0 Oct 15 06:10:51.657 INFO kablam! Compiling flachen v0.1.0 (/source) Oct 15 06:10:53.983 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:10:53.983 INFO kablam! --> src/main.rs:7:1 Oct 15 06:10:53.983 INFO kablam! | Oct 15 06:10:53.983 INFO kablam! 7 | #[macro_use] Oct 15 06:10:53.983 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:10:53.983 INFO kablam! | Oct 15 06:10:53.984 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:10:53.984 INFO kablam! Oct 15 06:10:53.984 INFO kablam! warning: unused import: `DynamicImage` Oct 15 06:10:53.984 INFO kablam! --> src/img.rs:5:33 Oct 15 06:10:53.984 INFO kablam! | Oct 15 06:10:53.984 INFO kablam! 5 | use self::image::{GenericImage, DynamicImage}; Oct 15 06:10:53.984 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:10:53.984 INFO kablam! Oct 15 06:10:54.162 INFO kablam! warning: unused variable: `fl` Oct 15 06:10:54.162 INFO kablam! --> src/main.rs:92:6 Oct 15 06:10:54.162 INFO kablam! | Oct 15 06:10:54.162 INFO kablam! 92 | let fl = flasch::Flaschen::new(host, info.1, info.2); Oct 15 06:10:54.162 INFO kablam! | ^^ help: consider using `_fl` instead Oct 15 06:10:54.162 INFO kablam! | Oct 15 06:10:54.163 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:10:54.163 INFO kablam! Oct 15 06:10:54.163 INFO kablam! warning: unused variable: `i` Oct 15 06:10:54.163 INFO kablam! --> src/main.rs:155:12 Oct 15 06:10:54.164 INFO kablam! | Oct 15 06:10:54.164 INFO kablam! 155 | let mut i = i.clone(); Oct 15 06:10:54.164 INFO kablam! | ^ help: consider using `_i` instead Oct 15 06:10:54.164 INFO kablam! Oct 15 06:10:54.175 INFO kablam! warning: variable does not need to be mutable Oct 15 06:10:54.175 INFO kablam! --> src/main.rs:155:8 Oct 15 06:10:54.176 INFO kablam! | Oct 15 06:10:54.176 INFO kablam! 155 | let mut i = i.clone(); Oct 15 06:10:54.176 INFO kablam! | ----^ Oct 15 06:10:54.176 INFO kablam! | | Oct 15 06:10:54.176 INFO kablam! | help: remove this `mut` Oct 15 06:10:54.176 INFO kablam! | Oct 15 06:10:54.176 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:10:54.176 INFO kablam! Oct 15 06:10:54.192 INFO kablam! warning: method is never used: `send` Oct 15 06:10:54.192 INFO kablam! --> src/flasch.rs:30:2 Oct 15 06:10:54.192 INFO kablam! | Oct 15 06:10:54.192 INFO kablam! 30 | pub fn send(&self, buf: Vec) -> usize { Oct 15 06:10:54.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:54.192 INFO kablam! | Oct 15 06:10:54.192 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:10:54.192 INFO kablam! Oct 15 06:10:54.192 INFO kablam! warning: constant item is never used: `DISPLAY` Oct 15 06:10:54.192 INFO kablam! --> src/img.rs:10:1 Oct 15 06:10:54.192 INFO kablam! | Oct 15 06:10:54.192 INFO kablam! 10 | const DISPLAY: (u32, u32) = (640, 480); //(wxh) Oct 15 06:10:54.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:54.193 INFO kablam! Oct 15 06:10:54.193 INFO kablam! warning: method is never used: `convert_data_img` Oct 15 06:10:54.193 INFO kablam! --> src/img.rs:41:2 Oct 15 06:10:54.193 INFO kablam! | Oct 15 06:10:54.193 INFO kablam! 41 | pub fn convert_data_img(&mut self, data: &[u16]){ Oct 15 06:10:54.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:54.193 INFO kablam! Oct 15 06:10:54.193 INFO kablam! warning: method is never used: `get_pic` Oct 15 06:10:54.194 INFO kablam! --> src/img.rs:66:2 Oct 15 06:10:54.194 INFO kablam! | Oct 15 06:10:54.194 INFO kablam! 66 | pub fn get_pic(self) -> Option { Oct 15 06:10:54.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:54.194 INFO kablam! Oct 15 06:10:54.195 INFO kablam! warning: method is never used: `get_img` Oct 15 06:10:54.195 INFO kablam! --> src/img.rs:75:2 Oct 15 06:10:54.195 INFO kablam! | Oct 15 06:10:54.195 INFO kablam! 75 | pub fn get_img(&mut self, data: &[u8]) { Oct 15 06:10:54.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:54.195 INFO kablam! Oct 15 06:10:54.195 INFO kablam! warning: method is never used: `open_image` Oct 15 06:10:54.196 INFO kablam! --> src/img.rs:98:2 Oct 15 06:10:54.196 INFO kablam! | Oct 15 06:10:54.196 INFO kablam! 98 | pub fn open_image(& mut self, img_file: &str) -> bool { Oct 15 06:10:54.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:54.196 INFO kablam! Oct 15 06:10:54.196 INFO kablam! warning: method is never used: `binary_img` Oct 15 06:10:54.196 INFO kablam! --> src/img.rs:112:2 Oct 15 06:10:54.197 INFO kablam! | Oct 15 06:10:54.197 INFO kablam! 112 | pub fn binary_img(&self) -> Vec { Oct 15 06:10:54.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:54.197 INFO kablam! Oct 15 06:10:54.197 INFO kablam! warning: method is never used: `clear_data` Oct 15 06:10:54.197 INFO kablam! --> src/img.rs:117:2 Oct 15 06:10:54.198 INFO kablam! | Oct 15 06:10:54.198 INFO kablam! 117 | pub fn clear_data(&mut self) { Oct 15 06:10:54.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:54.198 INFO kablam! Oct 15 06:10:56.136 INFO kablam! error: linking with `cc` failed: exit code: 1 Oct 15 06:10:56.137 INFO kablam! | Oct 15 06:10:56.137 INFO kablam! = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.0.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.1.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.10.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.11.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.12.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.13.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.14.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.15.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.2.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.3.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.4.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.5.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.6.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.7.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.8.rcgu.o" "/target/debug/deps/flachen-d40a562121768a1f.flachen.8xcyhjfy-cgu.9.rcgu.o" "-o" "/target/debug/deps/flachen-d40a562121768a1f" "/target/debug/deps/flachen-d40a562121768a1f.4mx90zeakipgvfiy.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/target/debug/deps" "-L" "/target/debug/build/backtrace-sys-dc7bef3736b850cf/out" "-L" "/target/debug/build/libloading-6a6a1fc4e1ec7db1/out" "-L" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/target/debug/deps/libimage-1f1a7f4bfccc20c3.rlib" "/target/debug/deps/libtiff-3e188e87fe63dd83.rlib" "/target/debug/deps/libpng-3d2736bc5e9582c1.rlib" "/target/debug/deps/libdeflate-647edf565172c4b5.rlib" "/target/debug/deps/libinflate-74cb226b8162bd0f.rlib" "/target/debug/deps/libadler32-8ba671ccf9efc1c7.rlib" "/target/debug/deps/libjpeg_decoder-ffa347db9454e643.rlib" "/target/debug/deps/librayon-ba9073957fad3236.rlib" "/target/debug/deps/libeither-00939a75d28eca3d.rlib" "/target/debug/deps/librayon_core-73e1de43bc000e6c.rlib" "/target/debug/deps/libnum_cpus-f468133759287e2c.rlib" "/target/debug/deps/libcrossbeam_deque-01f4741e443a7d2a.rlib" "/target/debug/deps/libcrossbeam_epoch-ecf5e2afc30204c4.rlib" "/target/debug/deps/libmemoffset-0a4e29cba180c836.rlib" "/target/debug/deps/libcrossbeam_utils-776cd46a4d3366d7.rlib" "/target/debug/deps/libarrayvec-12e7ac551351023e.rlib" "/target/debug/deps/libnodrop-a7c6ab06ae12de2b.rlib" "/target/debug/deps/libscoped_threadpool-ca63f1fc3afd3fb3.rlib" "/target/debug/deps/libgif-4a479655d6b64fc1.rlib" "/target/debug/deps/libcolor_quant-d44f058a93ff2a47.rlib" "/target/debug/deps/libnum_rational-e4f66c5cd93b541c.rlib" "/target/debug/deps/libnum_iter-10a5b3f12d210221.rlib" "/target/debug/deps/libnum_integer-fc07a4adfc3fa3eb.rlib" "/target/debug/deps/libnum_traits-d7fc52b7875ac48e.rlib" "/target/debug/deps/liblzw-b8c0840bbbf0b648.rlib" "/target/debug/deps/libfreenectrs-69a683adbbe9a066.rlib" "/target/debug/deps/libglium-ce6a469c975c2e14.rlib" "/target/debug/deps/libglutin-4208e5d491a1dc82.rlib" "/target/debug/deps/libosmesa_sys-66dfb3f2ef71bc6d.rlib" "/target/debug/deps/libwinit-40b8126b7ada0226.rlib" "/target/debug/deps/libsmithay_client_toolkit-929b07b10729e788.rlib" "/target/debug/deps/libwayland_protocols-930fab64432e029d.rlib" "/target/debug/deps/libwayland_client-5b210b728fbb3420.rlib" "/target/debug/deps/libwayland_commons-858c13630e91d5ba.rlib" "/target/debug/deps/libwayland_sys-7ac1d7b7d1d92d50.rlib" "/target/debug/deps/libdowncast_rs-5518397d58fbcf01.rlib" "/target/debug/deps/libtempfile-dc40de2dbed97fcf.rlib" "/target/debug/deps/libremove_dir_all-093ff00f52a24319.rlib" "/target/debug/deps/libnix-369339414914404b.rlib" "/target/debug/deps/libmemmap-43812afae540fd5c.rlib" "/target/debug/deps/libdlib-78b8e2eb21f3c26e.rlib" "/target/debug/deps/liblibloading-fca2bc0edc76f158.rlib" "/target/debug/deps/libbyteorder-0c62a848844b14f8.rlib" "/target/debug/deps/libbitflags-c255eb04d6b7670a.rlib" "/target/debug/deps/libpercent_encoding-5919071413a1fb1a.rlib" "/target/debug/deps/libparking_lot-ccff8235ef4d760d.rlib" "/target/debug/deps/libparking_lot_core-9413089b148f63dc.rlib" "/target/debug/deps/librand-1f7cd216f295a4b3.rlib" "/target/debug/deps/librand_core-c51a920bca4f582a.rlib" "/target/debug/deps/librand_core-d6eb8a5e81117ef7.rlib" "/target/debug/deps/liblock_api-1ee4cd8557d5bd46.rlib" "/target/debug/deps/libowning_ref-50da64d570d3f45f.rlib" "/target/debug/deps/libstable_deref_trait-db798a9fadeead98.rlib" "/target/debug/deps/libscopeguard-050ecc752297a81f.rlib" "/target/debug/deps/libx11_dl-6fb55a22461baf64.rlib" "/target/debug/deps/liblog-855e39bdb80525c9.rlib" "/target/debug/deps/libshared_library-c78608f1bbdd5149.rlib" "/target/debug/deps/libfnv-22ce6efecc7e233e.rlib" "/target/debug/deps/libsmallvec-e16fa765242d9cfd.rlib" "/target/debug/deps/libunreachable-668d82d7ab5a5e9a.rlib" "/target/debug/deps/libvoid-0aa88c8aeabc011c.rlib" "/target/debug/deps/libbacktrace-4fad218fb18968c9.rlib" "/target/debug/deps/libbacktrace_sys-7bf87124c4a3285b.rlib" "/target/debug/deps/librustc_demangle-acd52184973bcc50.rlib" "/target/debug/deps/libcfg_if-c724224522936027.rlib" "/target/debug/deps/liblibc-6663d0b8734c6e6c.rlib" "/target/debug/deps/liblazy_static-ed1d0234ed220655.rlib" "-Wl,--start-group" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-0a3316275d5eec18.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-7849f97c364f3917.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-e4332ffcfd03e0c6.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-919a5ca34dc4b4ef.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_system-413bdfe2a4c46c37.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b4c58c6f1821e334.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-38821294a67a72b2.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-efd355fdcb71b1d5.rlib" "-Wl,--end-group" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a513f50f7220962f.rlib" "-Wl,-Bdynamic" "-lfreenect" "-lfreenect" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" Oct 15 06:10:56.137 INFO kablam! = note: /usr/bin/ld: cannot find -lfreenect Oct 15 06:10:56.137 INFO kablam! /usr/bin/ld: cannot find -lfreenect Oct 15 06:10:56.137 INFO kablam! collect2: error: ld returned 1 exit status Oct 15 06:10:56.137 INFO kablam! Oct 15 06:10:56.137 INFO kablam! Oct 15 06:10:56.151 INFO kablam! error: aborting due to previous error Oct 15 06:10:56.151 INFO kablam! Oct 15 06:10:56.174 INFO kablam! error: Could not compile `flachen`. Oct 15 06:10:56.174 INFO kablam! Oct 15 06:10:56.174 INFO kablam! To learn more, run the command again with --verbose. Oct 15 06:10:56.175 INFO kablam! su: No module specific data is present Oct 15 06:10:57.083 INFO running `"docker" "rm" "-f" "b9f709c207a0c9e8f184a993ed5091d348d68b234830e5caacfc475e756b48f6"` Oct 15 06:10:57.443 INFO blam! b9f709c207a0c9e8f184a993ed5091d348d68b234830e5caacfc475e756b48f6