Oct 12 21:36:38.834 INFO testing thomaslienbacher/RustBasics against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:36:38.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 21:36:39.501 INFO blam! 0209d3fcdd616713a7a2f0e360e473959117f62ad53922cd26bd6914660b298d Oct 12 21:36:39.503 INFO running `"docker" "start" "-a" "0209d3fcdd616713a7a2f0e360e473959117f62ad53922cd26bd6914660b298d"` Oct 12 21:36:41.658 INFO kablam! usermod: no changes Oct 12 21:36:41.715 INFO kablam! Compiling libc v0.2.37 Oct 12 21:36:43.295 INFO kablam! Compiling rand v0.4.2 Oct 12 21:36:46.440 INFO kablam! Compiling RustBasics v0.1.0 (/source) Oct 12 21:36:46.763 INFO kablam! warning: unused variable: `divid` Oct 12 21:36:46.764 INFO kablam! --> src/main.rs:83:9 Oct 12 21:36:46.764 INFO kablam! | Oct 12 21:36:46.764 INFO kablam! 83 | let divid = test_array; Oct 12 21:36:46.764 INFO kablam! | ^^^^^ help: consider using `_divid` instead Oct 12 21:36:46.765 INFO kablam! | Oct 12 21:36:46.765 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:36:46.765 INFO kablam! Oct 12 21:36:46.765 INFO kablam! warning: unused variable: `FIN` Oct 12 21:36:46.766 INFO kablam! --> src/main.rs:87:9 Oct 12 21:36:46.766 INFO kablam! | Oct 12 21:36:46.766 INFO kablam! 87 | let FIN: i32 = x * 2; Oct 12 21:36:46.766 INFO kablam! | ^^^ help: consider using `_FIN` instead Oct 12 21:36:46.767 INFO kablam! Oct 12 21:36:46.767 INFO kablam! warning: unused variable: `i` Oct 12 21:36:46.767 INFO kablam! --> src/main.rs:105:9 Oct 12 21:36:46.767 INFO kablam! | Oct 12 21:36:46.768 INFO kablam! 105 | for i in 0..5 { Oct 12 21:36:46.768 INFO kablam! | ^ help: consider using `_i` instead Oct 12 21:36:46.768 INFO kablam! Oct 12 21:36:46.775 INFO kablam! warning: struct is never constructed: `Rect` Oct 12 21:36:46.776 INFO kablam! --> src/util.rs:4:5 Oct 12 21:36:46.776 INFO kablam! | Oct 12 21:36:46.776 INFO kablam! 4 | pub struct Rect { Oct 12 21:36:46.776 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 21:36:46.777 INFO kablam! | Oct 12 21:36:46.777 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:36:46.777 INFO kablam! Oct 12 21:36:46.778 INFO kablam! warning: method is never used: `new` Oct 12 21:36:46.778 INFO kablam! --> src/util.rs:12:9 Oct 12 21:36:46.778 INFO kablam! | Oct 12 21:36:46.778 INFO kablam! 12 | pub fn new() -> Rect { Oct 12 21:36:46.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:46.779 INFO kablam! Oct 12 21:36:46.779 INFO kablam! warning: method is never used: `overlapping` Oct 12 21:36:46.780 INFO kablam! --> src/util.rs:16:9 Oct 12 21:36:46.780 INFO kablam! | Oct 12 21:36:46.780 INFO kablam! 16 | pub fn overlapping(&self, r: &Rect) -> bool { Oct 12 21:36:46.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:46.781 INFO kablam! Oct 12 21:36:46.781 INFO kablam! warning: method is never used: `ang` Oct 12 21:36:46.781 INFO kablam! --> src/util.rs:36:9 Oct 12 21:36:46.781 INFO kablam! | Oct 12 21:36:46.782 INFO kablam! 36 | pub fn ang(&self) -> f32 { Oct 12 21:36:46.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:46.782 INFO kablam! Oct 12 21:36:46.783 INFO kablam! warning: method is never used: `ang_deg` Oct 12 21:36:46.783 INFO kablam! --> src/util.rs:40:9 Oct 12 21:36:46.783 INFO kablam! | Oct 12 21:36:46.783 INFO kablam! 40 | pub fn ang_deg(&self) -> f32 { Oct 12 21:36:46.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:46.784 INFO kablam! Oct 12 21:36:46.784 INFO kablam! warning: function is never used: `get_input` Oct 12 21:36:46.785 INFO kablam! --> src/main.rs:8:1 Oct 12 21:36:46.785 INFO kablam! | Oct 12 21:36:46.785 INFO kablam! 8 | fn get_input() { Oct 12 21:36:46.785 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 21:36:46.786 INFO kablam! Oct 12 21:36:46.786 INFO kablam! warning: crate `RustBasics` should have a snake case name such as `rust_basics` Oct 12 21:36:46.786 INFO kablam! | Oct 12 21:36:46.787 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 21:36:46.787 INFO kablam! Oct 12 21:36:46.787 INFO kablam! warning: variable `FIN` should have a snake case name such as `fin` Oct 12 21:36:46.787 INFO kablam! --> src/main.rs:87:9 Oct 12 21:36:46.788 INFO kablam! | Oct 12 21:36:46.788 INFO kablam! 87 | let FIN: i32 = x * 2; Oct 12 21:36:46.788 INFO kablam! | ^^^ Oct 12 21:36:46.789 INFO kablam! Oct 12 21:36:46.789 INFO kablam! warning: static variable `f` should have an upper case name such as `F` Oct 12 21:36:46.789 INFO kablam! --> src/main.rs:88:5 Oct 12 21:36:46.789 INFO kablam! | Oct 12 21:36:46.789 INFO kablam! 88 | static mut f: i32 = 0; Oct 12 21:36:46.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:46.789 INFO kablam! | Oct 12 21:36:46.789 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 21:36:46.789 INFO kablam! Oct 12 21:36:47.418 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.73s Oct 12 21:36:47.426 INFO kablam! su: No module specific data is present Oct 12 21:36:48.660 INFO running `"docker" "rm" "-f" "0209d3fcdd616713a7a2f0e360e473959117f62ad53922cd26bd6914660b298d"` Oct 12 21:36:48.895 INFO blam! 0209d3fcdd616713a7a2f0e360e473959117f62ad53922cd26bd6914660b298d Oct 12 21:36:48.911 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 21:36:49.354 INFO blam! 37e071542b50cb63ce98fcaaeeefe59a41bb63981ec43ca87ccca3f21dd5ec28 Oct 12 21:36:49.355 INFO running `"docker" "start" "-a" "37e071542b50cb63ce98fcaaeeefe59a41bb63981ec43ca87ccca3f21dd5ec28"` Oct 12 21:36:51.539 INFO kablam! usermod: no changes Oct 12 21:36:51.595 INFO kablam! Compiling RustBasics v0.1.0 (/source) Oct 12 21:36:51.955 INFO kablam! warning: unused variable: `divid` Oct 12 21:36:51.955 INFO kablam! --> src/main.rs:83:9 Oct 12 21:36:51.956 INFO kablam! | Oct 12 21:36:51.956 INFO kablam! 83 | let divid = test_array; Oct 12 21:36:51.956 INFO kablam! | ^^^^^ help: consider using `_divid` instead Oct 12 21:36:51.956 INFO kablam! | Oct 12 21:36:51.957 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:36:51.957 INFO kablam! Oct 12 21:36:51.957 INFO kablam! warning: unused variable: `FIN` Oct 12 21:36:51.957 INFO kablam! --> src/main.rs:87:9 Oct 12 21:36:51.958 INFO kablam! | Oct 12 21:36:51.958 INFO kablam! 87 | let FIN: i32 = x * 2; Oct 12 21:36:51.958 INFO kablam! | ^^^ help: consider using `_FIN` instead Oct 12 21:36:51.958 INFO kablam! Oct 12 21:36:51.959 INFO kablam! warning: unused variable: `i` Oct 12 21:36:51.959 INFO kablam! --> src/main.rs:105:9 Oct 12 21:36:51.959 INFO kablam! | Oct 12 21:36:51.959 INFO kablam! 105 | for i in 0..5 { Oct 12 21:36:51.960 INFO kablam! | ^ help: consider using `_i` instead Oct 12 21:36:51.960 INFO kablam! Oct 12 21:36:51.971 INFO kablam! warning: method is never used: `ang` Oct 12 21:36:51.971 INFO kablam! --> src/util.rs:36:9 Oct 12 21:36:51.972 INFO kablam! | Oct 12 21:36:51.972 INFO kablam! 36 | pub fn ang(&self) -> f32 { Oct 12 21:36:51.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:51.972 INFO kablam! | Oct 12 21:36:51.973 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:36:51.973 INFO kablam! Oct 12 21:36:51.973 INFO kablam! warning: method is never used: `ang_deg` Oct 12 21:36:51.974 INFO kablam! --> src/util.rs:40:9 Oct 12 21:36:51.974 INFO kablam! | Oct 12 21:36:51.974 INFO kablam! 40 | pub fn ang_deg(&self) -> f32 { Oct 12 21:36:51.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:51.975 INFO kablam! Oct 12 21:36:51.975 INFO kablam! warning: function is never used: `get_input` Oct 12 21:36:51.975 INFO kablam! --> src/main.rs:8:1 Oct 12 21:36:51.976 INFO kablam! | Oct 12 21:36:51.976 INFO kablam! 8 | fn get_input() { Oct 12 21:36:51.976 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 21:36:51.976 INFO kablam! Oct 12 21:36:51.977 INFO kablam! warning: crate `RustBasics` should have a snake case name such as `rust_basics` Oct 12 21:36:51.977 INFO kablam! | Oct 12 21:36:51.977 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 21:36:51.978 INFO kablam! Oct 12 21:36:51.978 INFO kablam! warning: variable `FIN` should have a snake case name such as `fin` Oct 12 21:36:51.978 INFO kablam! --> src/main.rs:87:9 Oct 12 21:36:51.979 INFO kablam! | Oct 12 21:36:51.979 INFO kablam! 87 | let FIN: i32 = x * 2; Oct 12 21:36:51.979 INFO kablam! | ^^^ Oct 12 21:36:51.979 INFO kablam! Oct 12 21:36:51.983 INFO kablam! warning: static variable `f` should have an upper case name such as `F` Oct 12 21:36:51.984 INFO kablam! --> src/main.rs:88:5 Oct 12 21:36:51.984 INFO kablam! | Oct 12 21:36:51.984 INFO kablam! 88 | static mut f: i32 = 0; Oct 12 21:36:51.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:51.985 INFO kablam! Oct 12 21:36:52.530 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 12 21:36:52.533 INFO kablam! su: No module specific data is present Oct 12 21:36:53.734 INFO running `"docker" "rm" "-f" "37e071542b50cb63ce98fcaaeeefe59a41bb63981ec43ca87ccca3f21dd5ec28"` Oct 12 21:36:53.960 INFO blam! 37e071542b50cb63ce98fcaaeeefe59a41bb63981ec43ca87ccca3f21dd5ec28 Oct 12 21:36:53.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 21:36:54.432 INFO blam! f5d3f0cf4f00de7dbb520bb834d43add36de5fab42055995a38b6ca6066803c4 Oct 12 21:36:54.433 INFO running `"docker" "start" "-a" "f5d3f0cf4f00de7dbb520bb834d43add36de5fab42055995a38b6ca6066803c4"` Oct 12 21:36:56.455 INFO kablam! usermod: no changes Oct 12 21:36:56.521 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 21:36:56.531 INFO kablam! Running /target/debug/deps/RustBasics-520d84db4128d205 Oct 12 21:36:56.531 INFO kablam! su: No module specific data is present Oct 12 21:36:56.532 INFO blam! Oct 12 21:36:56.532 INFO blam! running 1 test Oct 12 21:36:56.532 INFO blam! test test_rect ... ok Oct 12 21:36:56.532 INFO blam! Oct 12 21:36:56.532 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:36:56.533 INFO blam! Oct 12 21:36:57.497 INFO running `"docker" "rm" "-f" "f5d3f0cf4f00de7dbb520bb834d43add36de5fab42055995a38b6ca6066803c4"` Oct 12 21:36:57.831 INFO blam! f5d3f0cf4f00de7dbb520bb834d43add36de5fab42055995a38b6ca6066803c4