Oct 12 21:36:45.565 INFO testing thomaslienbacher/RustBasics against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 21:36:45.566 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 21:36:45.991 INFO blam! 2c6e2448fa32989ed49a3ff90be8131d7ff109236943808369779b3d6336c1ca Oct 12 21:36:45.992 INFO running `"docker" "start" "-a" "2c6e2448fa32989ed49a3ff90be8131d7ff109236943808369779b3d6336c1ca"` Oct 12 21:36:48.399 INFO kablam! usermod: no changes Oct 12 21:36:48.515 INFO kablam! Compiling RustBasics v0.1.0 (/source) Oct 12 21:36:48.842 INFO kablam! warning: unused variable: `divid` Oct 12 21:36:48.842 INFO kablam! --> src/main.rs:83:9 Oct 12 21:36:48.842 INFO kablam! | Oct 12 21:36:48.842 INFO kablam! 83 | let divid = test_array; Oct 12 21:36:48.842 INFO kablam! | ^^^^^ help: consider using `_divid` instead Oct 12 21:36:48.842 INFO kablam! | Oct 12 21:36:48.842 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:36:48.842 INFO kablam! Oct 12 21:36:48.842 INFO kablam! warning: unused variable: `FIN` Oct 12 21:36:48.842 INFO kablam! --> src/main.rs:87:9 Oct 12 21:36:48.842 INFO kablam! | Oct 12 21:36:48.842 INFO kablam! 87 | let FIN: i32 = x * 2; Oct 12 21:36:48.842 INFO kablam! | ^^^ help: consider using `_FIN` instead Oct 12 21:36:48.842 INFO kablam! Oct 12 21:36:48.847 INFO kablam! warning: unused variable: `i` Oct 12 21:36:48.847 INFO kablam! --> src/main.rs:105:9 Oct 12 21:36:48.847 INFO kablam! | Oct 12 21:36:48.847 INFO kablam! 105 | for i in 0..5 { Oct 12 21:36:48.847 INFO kablam! | ^ help: consider using `_i` instead Oct 12 21:36:48.847 INFO kablam! Oct 12 21:36:48.863 INFO kablam! warning: struct is never constructed: `Rect` Oct 12 21:36:48.863 INFO kablam! --> src/util.rs:4:5 Oct 12 21:36:48.863 INFO kablam! | Oct 12 21:36:48.863 INFO kablam! 4 | pub struct Rect { Oct 12 21:36:48.864 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 21:36:48.864 INFO kablam! | Oct 12 21:36:48.864 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:36:48.864 INFO kablam! Oct 12 21:36:48.864 INFO kablam! warning: method is never used: `new` Oct 12 21:36:48.864 INFO kablam! --> src/util.rs:12:9 Oct 12 21:36:48.864 INFO kablam! | Oct 12 21:36:48.864 INFO kablam! 12 | pub fn new() -> Rect { Oct 12 21:36:48.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:48.864 INFO kablam! Oct 12 21:36:48.864 INFO kablam! warning: method is never used: `overlapping` Oct 12 21:36:48.864 INFO kablam! --> src/util.rs:16:9 Oct 12 21:36:48.864 INFO kablam! | Oct 12 21:36:48.864 INFO kablam! 16 | pub fn overlapping(&self, r: &Rect) -> bool { Oct 12 21:36:48.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:48.864 INFO kablam! Oct 12 21:36:48.864 INFO kablam! warning: method is never used: `ang` Oct 12 21:36:48.864 INFO kablam! --> src/util.rs:36:9 Oct 12 21:36:48.864 INFO kablam! | Oct 12 21:36:48.864 INFO kablam! 36 | pub fn ang(&self) -> f32 { Oct 12 21:36:48.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:48.864 INFO kablam! Oct 12 21:36:48.864 INFO kablam! warning: method is never used: `ang_deg` Oct 12 21:36:48.864 INFO kablam! --> src/util.rs:40:9 Oct 12 21:36:48.864 INFO kablam! | Oct 12 21:36:48.864 INFO kablam! 40 | pub fn ang_deg(&self) -> f32 { Oct 12 21:36:48.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:48.864 INFO kablam! Oct 12 21:36:48.864 INFO kablam! warning: function is never used: `get_input` Oct 12 21:36:48.864 INFO kablam! --> src/main.rs:8:1 Oct 12 21:36:48.864 INFO kablam! | Oct 12 21:36:48.864 INFO kablam! 8 | fn get_input() { Oct 12 21:36:48.864 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 21:36:48.864 INFO kablam! Oct 12 21:36:48.868 INFO kablam! warning: crate `RustBasics` should have a snake case name such as `rust_basics` Oct 12 21:36:48.868 INFO kablam! | Oct 12 21:36:48.868 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 21:36:48.868 INFO kablam! Oct 12 21:36:48.868 INFO kablam! warning: variable `FIN` should have a snake case name such as `fin` Oct 12 21:36:48.868 INFO kablam! --> src/main.rs:87:9 Oct 12 21:36:48.868 INFO kablam! | Oct 12 21:36:48.868 INFO kablam! 87 | let FIN: i32 = x * 2; Oct 12 21:36:48.869 INFO kablam! | ^^^ Oct 12 21:36:48.869 INFO kablam! Oct 12 21:36:48.869 INFO kablam! warning: static variable `f` should have an upper case name such as `F` Oct 12 21:36:48.869 INFO kablam! --> src/main.rs:88:5 Oct 12 21:36:48.869 INFO kablam! | Oct 12 21:36:48.869 INFO kablam! 88 | static mut f: i32 = 0; Oct 12 21:36:48.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:48.869 INFO kablam! | Oct 12 21:36:48.869 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 21:36:48.869 INFO kablam! Oct 12 21:36:49.449 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 12 21:36:49.451 INFO kablam! su: No module specific data is present Oct 12 21:36:50.612 INFO running `"docker" "rm" "-f" "2c6e2448fa32989ed49a3ff90be8131d7ff109236943808369779b3d6336c1ca"` Oct 12 21:36:50.853 INFO blam! 2c6e2448fa32989ed49a3ff90be8131d7ff109236943808369779b3d6336c1ca Oct 12 21:36:50.856 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 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:51.415 INFO blam! a2cfaf194009f56f3176e49e9750787364271b1ae1fd8b3aa298f8ac149d6db5 Oct 12 21:36:51.419 INFO running `"docker" "start" "-a" "a2cfaf194009f56f3176e49e9750787364271b1ae1fd8b3aa298f8ac149d6db5"` Oct 12 21:36:53.623 INFO kablam! usermod: no changes Oct 12 21:36:53.711 INFO kablam! Compiling RustBasics v0.1.0 (/source) Oct 12 21:36:54.131 INFO kablam! warning: unused variable: `divid` Oct 12 21:36:54.131 INFO kablam! --> src/main.rs:83:9 Oct 12 21:36:54.131 INFO kablam! | Oct 12 21:36:54.131 INFO kablam! 83 | let divid = test_array; Oct 12 21:36:54.131 INFO kablam! | ^^^^^ help: consider using `_divid` instead Oct 12 21:36:54.131 INFO kablam! | Oct 12 21:36:54.131 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:36:54.131 INFO kablam! Oct 12 21:36:54.135 INFO kablam! warning: unused variable: `FIN` Oct 12 21:36:54.135 INFO kablam! --> src/main.rs:87:9 Oct 12 21:36:54.135 INFO kablam! | Oct 12 21:36:54.135 INFO kablam! 87 | let FIN: i32 = x * 2; Oct 12 21:36:54.135 INFO kablam! | ^^^ help: consider using `_FIN` instead Oct 12 21:36:54.135 INFO kablam! Oct 12 21:36:54.135 INFO kablam! warning: unused variable: `i` Oct 12 21:36:54.135 INFO kablam! --> src/main.rs:105:9 Oct 12 21:36:54.135 INFO kablam! | Oct 12 21:36:54.135 INFO kablam! 105 | for i in 0..5 { Oct 12 21:36:54.135 INFO kablam! | ^ help: consider using `_i` instead Oct 12 21:36:54.135 INFO kablam! Oct 12 21:36:54.156 INFO kablam! warning: method is never used: `ang` Oct 12 21:36:54.157 INFO kablam! --> src/util.rs:36:9 Oct 12 21:36:54.157 INFO kablam! | Oct 12 21:36:54.157 INFO kablam! 36 | pub fn ang(&self) -> f32 { Oct 12 21:36:54.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:54.158 INFO kablam! | Oct 12 21:36:54.159 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:36:54.159 INFO kablam! Oct 12 21:36:54.159 INFO kablam! warning: method is never used: `ang_deg` Oct 12 21:36:54.159 INFO kablam! --> src/util.rs:40:9 Oct 12 21:36:54.159 INFO kablam! | Oct 12 21:36:54.159 INFO kablam! 40 | pub fn ang_deg(&self) -> f32 { Oct 12 21:36:54.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:54.159 INFO kablam! Oct 12 21:36:54.159 INFO kablam! warning: function is never used: `get_input` Oct 12 21:36:54.159 INFO kablam! --> src/main.rs:8:1 Oct 12 21:36:54.159 INFO kablam! | Oct 12 21:36:54.159 INFO kablam! 8 | fn get_input() { Oct 12 21:36:54.159 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 21:36:54.159 INFO kablam! Oct 12 21:36:54.159 INFO kablam! warning: crate `RustBasics` should have a snake case name such as `rust_basics` Oct 12 21:36:54.159 INFO kablam! | Oct 12 21:36:54.159 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 21:36:54.159 INFO kablam! Oct 12 21:36:54.159 INFO kablam! warning: variable `FIN` should have a snake case name such as `fin` Oct 12 21:36:54.159 INFO kablam! --> src/main.rs:87:9 Oct 12 21:36:54.159 INFO kablam! | Oct 12 21:36:54.159 INFO kablam! 87 | let FIN: i32 = x * 2; Oct 12 21:36:54.159 INFO kablam! | ^^^ Oct 12 21:36:54.159 INFO kablam! Oct 12 21:36:54.159 INFO kablam! warning: static variable `f` should have an upper case name such as `F` Oct 12 21:36:54.159 INFO kablam! --> src/main.rs:88:5 Oct 12 21:36:54.159 INFO kablam! | Oct 12 21:36:54.159 INFO kablam! 88 | static mut f: i32 = 0; Oct 12 21:36:54.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:36:54.159 INFO kablam! Oct 12 21:36:54.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 12 21:36:54.799 INFO kablam! su: No module specific data is present Oct 12 21:36:55.899 INFO running `"docker" "rm" "-f" "a2cfaf194009f56f3176e49e9750787364271b1ae1fd8b3aa298f8ac149d6db5"` Oct 12 21:36:56.163 INFO blam! a2cfaf194009f56f3176e49e9750787364271b1ae1fd8b3aa298f8ac149d6db5 Oct 12 21:36:56.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 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:56.723 INFO blam! 270109ea51089634bc4c9628b31ca73415e9a255b7c10170a462d12940099291 Oct 12 21:36:56.725 INFO running `"docker" "start" "-a" "270109ea51089634bc4c9628b31ca73415e9a255b7c10170a462d12940099291"` Oct 12 21:36:58.341 INFO kablam! usermod: no changes Oct 12 21:36:58.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 21:36:58.475 INFO kablam! Running /target/debug/deps/RustBasics-121b4b2fa01d53fa Oct 12 21:36:58.475 INFO blam! Oct 12 21:36:58.476 INFO blam! running 1 test Oct 12 21:36:58.476 INFO blam! test test_rect ... ok Oct 12 21:36:58.476 INFO blam! Oct 12 21:36:58.477 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:36:58.477 INFO blam! Oct 12 21:36:58.487 INFO kablam! su: No module specific data is present Oct 12 21:36:59.559 INFO running `"docker" "rm" "-f" "270109ea51089634bc4c9628b31ca73415e9a255b7c10170a462d12940099291"` Oct 12 21:36:59.887 INFO blam! 270109ea51089634bc4c9628b31ca73415e9a255b7c10170a462d12940099291