Oct 15 06:09:06.195 INFO testing Tookerton21/flaschen_and_kinnect_rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:09:06.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:06.563 INFO blam! 62bdaade07a0bf0c4de56d68b8920fd7753d7b7bef713504fb78ba64d041788a Oct 15 06:09:06.563 INFO running `"docker" "start" "-a" "62bdaade07a0bf0c4de56d68b8920fd7753d7b7bef713504fb78ba64d041788a"` Oct 15 06:09:07.537 INFO kablam! usermod: no changes Oct 15 06:09:07.830 INFO kablam! Compiling num-rational v0.2.1 Oct 15 06:09:07.831 INFO kablam! Compiling freenectrs v0.1.0 Oct 15 06:09:07.834 INFO kablam! Compiling tempfile v3.0.4 Oct 15 06:09:07.853 INFO kablam! Compiling backtrace v0.3.9 Oct 15 06:09:07.854 INFO kablam! Compiling glutin v0.17.0 Oct 15 06:09:07.854 INFO kablam! Compiling glium v0.22.0 Oct 15 06:09:07.854 INFO kablam! Compiling wayland-sys v0.20.12 Oct 15 06:09:07.855 INFO kablam! Compiling parking_lot_core v0.3.1 Oct 15 06:09:15.439 INFO kablam! Compiling parking_lot v0.6.4 Oct 15 06:09:15.471 INFO kablam! Compiling tiff v0.2.0 Oct 15 06:09:15.515 INFO kablam! Compiling rayon v1.0.2 Oct 15 06:09:15.637 INFO kablam! Compiling wayland-commons v0.20.12 Oct 15 06:09:18.663 INFO kablam! Compiling wayland-client v0.20.12 Oct 15 06:09:31.167 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 15 06:09:36.714 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 06:09:46.092 INFO kablam! Compiling smithay-client-toolkit v0.2.6 Oct 15 06:09:47.171 INFO kablam! Compiling image v0.20.0 Oct 15 06:09:57.819 INFO kablam! Compiling winit v0.16.2 Oct 15 06:10:56.187 INFO kablam! Compiling flachen v0.1.0 (/source) Oct 15 06:10:58.260 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:10:58.260 INFO kablam! --> src/main.rs:7:1 Oct 15 06:10:58.260 INFO kablam! | Oct 15 06:10:58.261 INFO kablam! 7 | #[macro_use] Oct 15 06:10:58.261 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:10:58.261 INFO kablam! | Oct 15 06:10:58.262 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:10:58.262 INFO kablam! Oct 15 06:10:58.262 INFO kablam! warning: unused import: `DynamicImage` Oct 15 06:10:58.262 INFO kablam! --> src/img.rs:5:33 Oct 15 06:10:58.263 INFO kablam! | Oct 15 06:10:58.263 INFO kablam! 5 | use self::image::{GenericImage, DynamicImage}; Oct 15 06:10:58.263 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:10:58.264 INFO kablam! Oct 15 06:10:58.427 INFO kablam! warning: unused variable: `fl` Oct 15 06:10:58.428 INFO kablam! --> src/main.rs:92:6 Oct 15 06:10:58.428 INFO kablam! | Oct 15 06:10:58.428 INFO kablam! 92 | let fl = flasch::Flaschen::new(host, info.1, info.2); Oct 15 06:10:58.429 INFO kablam! | ^^ help: consider using `_fl` instead Oct 15 06:10:58.429 INFO kablam! | Oct 15 06:10:58.429 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:10:58.429 INFO kablam! Oct 15 06:10:58.430 INFO kablam! warning: unused variable: `i` Oct 15 06:10:58.430 INFO kablam! --> src/main.rs:155:12 Oct 15 06:10:58.430 INFO kablam! | Oct 15 06:10:58.431 INFO kablam! 155 | let mut i = i.clone(); Oct 15 06:10:58.431 INFO kablam! | ^ help: consider using `_i` instead Oct 15 06:10:58.431 INFO kablam! Oct 15 06:10:58.447 INFO kablam! warning: variable does not need to be mutable Oct 15 06:10:58.447 INFO kablam! --> src/main.rs:155:8 Oct 15 06:10:58.448 INFO kablam! | Oct 15 06:10:58.448 INFO kablam! 155 | let mut i = i.clone(); Oct 15 06:10:58.449 INFO kablam! | ----^ Oct 15 06:10:58.449 INFO kablam! | | Oct 15 06:10:58.449 INFO kablam! | help: remove this `mut` Oct 15 06:10:58.450 INFO kablam! | Oct 15 06:10:58.450 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:10:58.450 INFO kablam! Oct 15 06:10:58.464 INFO kablam! warning: method is never used: `send` Oct 15 06:10:58.464 INFO kablam! --> src/flasch.rs:30:2 Oct 15 06:10:58.465 INFO kablam! | Oct 15 06:10:58.465 INFO kablam! 30 | pub fn send(&self, buf: Vec) -> usize { Oct 15 06:10:58.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:58.466 INFO kablam! | Oct 15 06:10:58.466 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:10:58.466 INFO kablam! Oct 15 06:10:58.467 INFO kablam! warning: constant item is never used: `DISPLAY` Oct 15 06:10:58.467 INFO kablam! --> src/img.rs:10:1 Oct 15 06:10:58.467 INFO kablam! | Oct 15 06:10:58.468 INFO kablam! 10 | const DISPLAY: (u32, u32) = (640, 480); //(wxh) Oct 15 06:10:58.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:58.468 INFO kablam! Oct 15 06:10:58.469 INFO kablam! warning: method is never used: `convert_data_img` Oct 15 06:10:58.469 INFO kablam! --> src/img.rs:41:2 Oct 15 06:10:58.470 INFO kablam! | Oct 15 06:10:58.470 INFO kablam! 41 | pub fn convert_data_img(&mut self, data: &[u16]){ Oct 15 06:10:58.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:58.471 INFO kablam! Oct 15 06:10:58.471 INFO kablam! warning: method is never used: `get_pic` Oct 15 06:10:58.471 INFO kablam! --> src/img.rs:66:2 Oct 15 06:10:58.472 INFO kablam! | Oct 15 06:10:58.472 INFO kablam! 66 | pub fn get_pic(self) -> Option { Oct 15 06:10:58.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:58.472 INFO kablam! Oct 15 06:10:58.473 INFO kablam! warning: method is never used: `get_img` Oct 15 06:10:58.473 INFO kablam! --> src/img.rs:75:2 Oct 15 06:10:58.473 INFO kablam! | Oct 15 06:10:58.474 INFO kablam! 75 | pub fn get_img(&mut self, data: &[u8]) { Oct 15 06:10:58.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:58.474 INFO kablam! Oct 15 06:10:58.474 INFO kablam! warning: method is never used: `open_image` Oct 15 06:10:58.475 INFO kablam! --> src/img.rs:98:2 Oct 15 06:10:58.475 INFO kablam! | Oct 15 06:10:58.475 INFO kablam! 98 | pub fn open_image(& mut self, img_file: &str) -> bool { Oct 15 06:10:58.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:58.476 INFO kablam! Oct 15 06:10:58.476 INFO kablam! warning: method is never used: `binary_img` Oct 15 06:10:58.476 INFO kablam! --> src/img.rs:112:2 Oct 15 06:10:58.476 INFO kablam! | Oct 15 06:10:58.477 INFO kablam! 112 | pub fn binary_img(&self) -> Vec { Oct 15 06:10:58.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:58.477 INFO kablam! Oct 15 06:10:58.477 INFO kablam! warning: method is never used: `clear_data` Oct 15 06:10:58.478 INFO kablam! --> src/img.rs:117:2 Oct 15 06:10:58.478 INFO kablam! | Oct 15 06:10:58.478 INFO kablam! 117 | pub fn clear_data(&mut self) { Oct 15 06:10:58.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:10:58.479 INFO kablam! Oct 15 06:11:00.368 INFO kablam! error: linking with `cc` failed: exit code: 1 Oct 15 06:11:00.368 INFO kablam! | Oct 15 06:11:00.368 INFO kablam! = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.0.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.1.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.10.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.11.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.12.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.13.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.14.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.15.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.2.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.3.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.4.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.5.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.6.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.7.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.8.rcgu.o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.flachen.c8nlr4zx-cgu.9.rcgu.o" "-o" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3" "/target/debug/deps/flachen-ccff3a3fc5fdc2d3.3fehnmdascxxqrpw.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/target/debug/deps" "-L" "/target/debug/build/backtrace-sys-18866b473283f2a8/out" "-L" "/target/debug/build/libloading-b72483aaa68a2460/out" "-L" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/target/debug/deps/libimage-b3dd87a42843d099.rlib" "/target/debug/deps/libtiff-db9c133643c143f5.rlib" "/target/debug/deps/libpng-c0bb823c4a68da63.rlib" "/target/debug/deps/libdeflate-c2ad50eb761845d3.rlib" "/target/debug/deps/libinflate-0049c6ce9518b578.rlib" "/target/debug/deps/libadler32-7e2edaf2ddc45d6a.rlib" "/target/debug/deps/libjpeg_decoder-edaa8ae0b3394073.rlib" "/target/debug/deps/librayon-8adbb369b478436c.rlib" "/target/debug/deps/libeither-526e80997a0c4293.rlib" "/target/debug/deps/librayon_core-557dd34d3458706a.rlib" "/target/debug/deps/libnum_cpus-cfe8714d563749ab.rlib" "/target/debug/deps/libcrossbeam_deque-380d0747f5d8b9e3.rlib" "/target/debug/deps/libcrossbeam_epoch-f95d18253b133075.rlib" "/target/debug/deps/libmemoffset-17b751f2a3ee51c2.rlib" "/target/debug/deps/libcrossbeam_utils-6596c9bb8933a9c7.rlib" "/target/debug/deps/libarrayvec-38a612fb6aade2c9.rlib" "/target/debug/deps/libnodrop-dafa5d55bb677f96.rlib" "/target/debug/deps/libscoped_threadpool-06e082b2816b95e4.rlib" "/target/debug/deps/libgif-bd5ecaf6197c95c8.rlib" "/target/debug/deps/libcolor_quant-bc23bfc3b2765353.rlib" "/target/debug/deps/libnum_rational-6c02b5d08037bb77.rlib" "/target/debug/deps/libnum_iter-041966259ffda233.rlib" "/target/debug/deps/libnum_integer-41e0aacde00cb2f1.rlib" "/target/debug/deps/libnum_traits-f907876a121ef5bc.rlib" "/target/debug/deps/liblzw-43b432b7a7f64a5b.rlib" "/target/debug/deps/libfreenectrs-4098efb50bbc4f1c.rlib" "/target/debug/deps/libglium-7283386b1399a347.rlib" "/target/debug/deps/libglutin-b68895af2ce09694.rlib" "/target/debug/deps/libosmesa_sys-15df15b15c24765f.rlib" "/target/debug/deps/libwinit-2f529b3bb4f63c22.rlib" "/target/debug/deps/libsmithay_client_toolkit-8a4027db7760f7f6.rlib" "/target/debug/deps/libwayland_protocols-b8cbbf2da361a744.rlib" "/target/debug/deps/libwayland_client-8af8c928783e7632.rlib" "/target/debug/deps/libwayland_commons-fa7439656bfa19a2.rlib" "/target/debug/deps/libwayland_sys-4ce509d8af43e812.rlib" "/target/debug/deps/libdowncast_rs-06d14bd4a0376a97.rlib" "/target/debug/deps/libtempfile-0339d8f4d23eed9f.rlib" "/target/debug/deps/libremove_dir_all-c85edfccdebb8e86.rlib" "/target/debug/deps/libnix-4227eb604fbec311.rlib" "/target/debug/deps/libmemmap-b5b30d5f0ea9e8d2.rlib" "/target/debug/deps/libdlib-e7bbb0d1b20d6724.rlib" "/target/debug/deps/liblibloading-e1ce9c982e130f02.rlib" "/target/debug/deps/libbyteorder-66cb6e17f3f23236.rlib" "/target/debug/deps/libbitflags-7b2288e109fa41d0.rlib" "/target/debug/deps/libpercent_encoding-9653922443354a26.rlib" "/target/debug/deps/libparking_lot-bd1db2141fed79bb.rlib" "/target/debug/deps/libparking_lot_core-ebc484324243c11d.rlib" "/target/debug/deps/librand-252b6e6513d8eca7.rlib" "/target/debug/deps/librand_core-457c9f465ee432e6.rlib" "/target/debug/deps/librand_core-56f9599e47cf57a8.rlib" "/target/debug/deps/liblock_api-ada6a5c3705a2c25.rlib" "/target/debug/deps/libowning_ref-ee14d0c0a450472c.rlib" "/target/debug/deps/libstable_deref_trait-e6aee7c114ff0a1f.rlib" "/target/debug/deps/libscopeguard-202fedbdefae388d.rlib" "/target/debug/deps/libx11_dl-c356c93f78c8d372.rlib" "/target/debug/deps/liblog-7efb829cd4aa4beb.rlib" "/target/debug/deps/libshared_library-dfb9d6337589617e.rlib" "/target/debug/deps/libfnv-deb0c5891eafad10.rlib" "/target/debug/deps/libsmallvec-9cf1b03b004a1cee.rlib" "/target/debug/deps/libunreachable-138bcbd7771686da.rlib" "/target/debug/deps/libvoid-0476faa562a9280d.rlib" "/target/debug/deps/libbacktrace-84b7586ecce6f949.rlib" "/target/debug/deps/libbacktrace_sys-fe4d07d1da609203.rlib" "/target/debug/deps/librustc_demangle-5a3446716f1a6aaa.rlib" "/target/debug/deps/libcfg_if-904b76f4d9867a59.rlib" "/target/debug/deps/liblibc-d9a4bc3fcbc15852.rlib" "/target/debug/deps/liblazy_static-b4a8b89d921b4a9b.rlib" "-Wl,--start-group" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7aa94b7c1528b009.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-450e1257915dad46.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-13637518f471c0d5.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-d41039333164c5af.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_system-cb45a6772959eb39.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-03d875e55603f5ce.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-cb3a1d6251b4a93a.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-51ce0fd0aa7c4719.rlib" "-Wl,--end-group" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e5b9ef4e29390a2c.rlib" "-Wl,-Bdynamic" "-lfreenect" "-lfreenect" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" Oct 15 06:11:00.368 INFO kablam! = note: /usr/bin/ld: cannot find -lfreenect Oct 15 06:11:00.368 INFO kablam! /usr/bin/ld: cannot find -lfreenect Oct 15 06:11:00.368 INFO kablam! collect2: error: ld returned 1 exit status Oct 15 06:11:00.368 INFO kablam! Oct 15 06:11:00.368 INFO kablam! Oct 15 06:11:00.379 INFO kablam! error: aborting due to previous error Oct 15 06:11:00.379 INFO kablam! Oct 15 06:11:00.409 INFO kablam! error: Could not compile `flachen`. Oct 15 06:11:00.409 INFO kablam! Oct 15 06:11:00.409 INFO kablam! To learn more, run the command again with --verbose. Oct 15 06:11:00.411 INFO kablam! su: No module specific data is present Oct 15 06:11:01.201 INFO running `"docker" "rm" "-f" "62bdaade07a0bf0c4de56d68b8920fd7753d7b7bef713504fb78ba64d041788a"` Oct 15 06:11:01.407 INFO blam! 62bdaade07a0bf0c4de56d68b8920fd7753d7b7bef713504fb78ba64d041788a