Oct 15 13:44:48.273 INFO testing x11-screenshot-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 13:44:48.273 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 13:44:48.671 INFO blam! c890d264fd9230e003e54ed3442df479005e2af7d37b55148cd8b50212afab09 Oct 15 13:44:48.683 INFO running `"docker" "start" "-a" "c890d264fd9230e003e54ed3442df479005e2af7d37b55148cd8b50212afab09"` Oct 15 13:44:49.757 INFO kablam! usermod: no changes Oct 15 13:44:49.903 INFO kablam! Compiling x11 v2.18.1 Oct 15 13:44:49.903 INFO kablam! Compiling num-integer v0.1.39 Oct 15 13:44:49.919 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 13:44:52.819 INFO kablam! Compiling num-iter v0.1.37 Oct 15 13:44:52.819 INFO kablam! Compiling num-rational v0.1.42 Oct 15 13:44:54.107 INFO kablam! Compiling png v0.10.0 Oct 15 13:45:00.696 INFO kablam! Compiling image v0.16.0 Oct 15 13:45:14.946 INFO kablam! Compiling x11-screenshot v0.1.0 (/source) Oct 15 13:45:16.615 INFO kablam! warning: unused import: `std::ffi::CString` Oct 15 13:45:16.615 INFO kablam! --> src/lib.rs:7:5 Oct 15 13:45:16.615 INFO kablam! | Oct 15 13:45:16.615 INFO kablam! 7 | use std::ffi::CString; Oct 15 13:45:16.615 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 13:45:16.615 INFO kablam! | Oct 15 13:45:16.615 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:45:16.615 INFO kablam! Oct 15 13:45:16.615 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 13:45:16.615 INFO kablam! --> src/lib.rs:49:11 Oct 15 13:45:16.615 INFO kablam! | Oct 15 13:45:16.615 INFO kablam! 49 | if(!img.is_null()){ Oct 15 13:45:16.615 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 13:45:16.615 INFO kablam! | Oct 15 13:45:16.615 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 13:45:16.615 INFO kablam! Oct 15 13:45:16.707 INFO kablam! warning: unused variable: `p` Oct 15 13:45:16.707 INFO kablam! --> src/lib.rs:56:28 Oct 15 13:45:16.707 INFO kablam! | Oct 15 13:45:16.707 INFO kablam! 56 | let (xc,yc,p) = pixs.next().unwrap(); Oct 15 13:45:16.707 INFO kablam! | ^ help: consider using `_p` instead Oct 15 13:45:16.707 INFO kablam! | Oct 15 13:45:16.707 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 13:45:16.707 INFO kablam! Oct 15 13:45:16.709 INFO kablam! warning: variable does not need to be mutable Oct 15 13:45:16.709 INFO kablam! --> src/lib.rs:36:13 Oct 15 13:45:16.709 INFO kablam! | Oct 15 13:45:16.709 INFO kablam! 36 | let mut img = unsafe { Oct 15 13:45:16.709 INFO kablam! | ----^^^ Oct 15 13:45:16.709 INFO kablam! | | Oct 15 13:45:16.709 INFO kablam! | help: remove this `mut` Oct 15 13:45:16.715 INFO kablam! | Oct 15 13:45:16.715 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 13:45:16.715 INFO kablam! Oct 15 13:45:16.715 INFO kablam! warning: type `bgr` should have a camel case name such as `Bgr` Oct 15 13:45:16.715 INFO kablam! --> src/lib.rs:16:1 Oct 15 13:45:16.715 INFO kablam! | Oct 15 13:45:16.715 INFO kablam! 16 | / pub struct bgr { Oct 15 13:45:16.715 INFO kablam! 17 | | b: u8, Oct 15 13:45:16.715 INFO kablam! 18 | | g: u8, Oct 15 13:45:16.715 INFO kablam! 19 | | r: u8, Oct 15 13:45:16.715 INFO kablam! 20 | | _pad: u8, Oct 15 13:45:16.715 INFO kablam! 21 | | } Oct 15 13:45:16.715 INFO kablam! | |_^ Oct 15 13:45:16.715 INFO kablam! | Oct 15 13:45:16.715 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 13:45:16.715 INFO kablam! Oct 15 13:45:16.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.07s Oct 15 13:45:16.862 INFO kablam! su: No module specific data is present Oct 15 13:45:17.754 INFO running `"docker" "rm" "-f" "c890d264fd9230e003e54ed3442df479005e2af7d37b55148cd8b50212afab09"` Oct 15 13:45:17.935 INFO blam! c890d264fd9230e003e54ed3442df479005e2af7d37b55148cd8b50212afab09 Oct 15 13:45:17.937 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 test --frozen --no-run" "-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 13:45:18.203 INFO blam! 50c1de12e7f24a87881b04c51229c0af67b52c9464efbad2aeebade06c14bb4e Oct 15 13:45:18.203 INFO running `"docker" "start" "-a" "50c1de12e7f24a87881b04c51229c0af67b52c9464efbad2aeebade06c14bb4e"` Oct 15 13:45:18.755 INFO kablam! usermod: no changes Oct 15 13:45:18.830 INFO kablam! Compiling x11-screenshot v0.1.0 (/source) Oct 15 13:45:20.803 INFO kablam! warning: unused import: `std::ffi::CString` Oct 15 13:45:20.803 INFO kablam! --> src/lib.rs:7:5 Oct 15 13:45:20.803 INFO kablam! | Oct 15 13:45:20.803 INFO kablam! 7 | use std::ffi::CString; Oct 15 13:45:20.803 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 13:45:20.803 INFO kablam! | Oct 15 13:45:20.803 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:45:20.803 INFO kablam! Oct 15 13:45:20.803 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 13:45:20.803 INFO kablam! --> src/lib.rs:49:11 Oct 15 13:45:20.803 INFO kablam! | Oct 15 13:45:20.803 INFO kablam! 49 | if(!img.is_null()){ Oct 15 13:45:20.803 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 13:45:20.803 INFO kablam! | Oct 15 13:45:20.803 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 13:45:20.803 INFO kablam! Oct 15 13:45:20.883 INFO kablam! warning: unused variable: `p` Oct 15 13:45:20.883 INFO kablam! --> src/lib.rs:56:28 Oct 15 13:45:20.883 INFO kablam! | Oct 15 13:45:20.883 INFO kablam! 56 | let (xc,yc,p) = pixs.next().unwrap(); Oct 15 13:45:20.883 INFO kablam! | ^ help: consider using `_p` instead Oct 15 13:45:20.883 INFO kablam! | Oct 15 13:45:20.883 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 13:45:20.883 INFO kablam! Oct 15 13:45:20.883 INFO kablam! warning: variable does not need to be mutable Oct 15 13:45:20.883 INFO kablam! --> src/lib.rs:36:13 Oct 15 13:45:20.884 INFO kablam! | Oct 15 13:45:20.884 INFO kablam! 36 | let mut img = unsafe { Oct 15 13:45:20.884 INFO kablam! | ----^^^ Oct 15 13:45:20.884 INFO kablam! | | Oct 15 13:45:20.884 INFO kablam! | help: remove this `mut` Oct 15 13:45:20.884 INFO kablam! | Oct 15 13:45:20.884 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 13:45:20.884 INFO kablam! Oct 15 13:45:20.884 INFO kablam! warning: type `bgr` should have a camel case name such as `Bgr` Oct 15 13:45:20.884 INFO kablam! --> src/lib.rs:16:1 Oct 15 13:45:20.884 INFO kablam! | Oct 15 13:45:20.884 INFO kablam! 16 | / pub struct bgr { Oct 15 13:45:20.884 INFO kablam! 17 | | b: u8, Oct 15 13:45:20.884 INFO kablam! 18 | | g: u8, Oct 15 13:45:20.884 INFO kablam! 19 | | r: u8, Oct 15 13:45:20.884 INFO kablam! 20 | | _pad: u8, Oct 15 13:45:20.884 INFO kablam! 21 | | } Oct 15 13:45:20.884 INFO kablam! | |_^ Oct 15 13:45:20.884 INFO kablam! | Oct 15 13:45:20.884 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 13:45:20.884 INFO kablam! Oct 15 13:45:22.134 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.35s Oct 15 13:45:22.136 INFO kablam! su: No module specific data is present Oct 15 13:45:22.553 INFO running `"docker" "rm" "-f" "50c1de12e7f24a87881b04c51229c0af67b52c9464efbad2aeebade06c14bb4e"` Oct 15 13:45:22.643 INFO blam! 50c1de12e7f24a87881b04c51229c0af67b52c9464efbad2aeebade06c14bb4e Oct 15 13:45:22.643 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 test --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 13:45:22.821 INFO blam! f959a60ea7f826bfa940b3bdc1411ac4cc345de49f94b3b6f49cecd9b2339e3c Oct 15 13:45:22.825 INFO running `"docker" "start" "-a" "f959a60ea7f826bfa940b3bdc1411ac4cc345de49f94b3b6f49cecd9b2339e3c"` Oct 15 13:45:23.751 INFO kablam! usermod: no changes Oct 15 13:45:23.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 13:45:23.915 INFO kablam! Running /target/debug/deps/x11_screenshot-2f37256a8e61abee Oct 15 13:45:23.917 INFO blam! Oct 15 13:45:23.917 INFO blam! running 0 tests Oct 15 13:45:23.917 INFO blam! Oct 15 13:45:23.917 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:45:23.918 INFO blam! Oct 15 13:45:23.919 INFO kablam! Doc-tests x11-screenshot Oct 15 13:45:26.923 INFO blam! Oct 15 13:45:26.924 INFO blam! running 0 tests Oct 15 13:45:26.924 INFO blam! Oct 15 13:45:26.924 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:45:26.924 INFO blam! Oct 15 13:45:26.929 INFO kablam! su: No module specific data is present Oct 15 13:45:27.289 INFO running `"docker" "rm" "-f" "f959a60ea7f826bfa940b3bdc1411ac4cc345de49f94b3b6f49cecd9b2339e3c"` Oct 15 13:45:27.362 INFO blam! f959a60ea7f826bfa940b3bdc1411ac4cc345de49f94b3b6f49cecd9b2339e3c