Oct 10 13:33:10.267 INFO testing thomaslienbacher/RustBasics against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:33:10.267 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:33:10.269 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:33:10.627 INFO blam! 3044023d5ddbaaeef5b9da338090beb4d969da88a2213b71529b08211cf30c28 Oct 10 13:33:10.644 INFO running `"docker" "start" "-a" "3044023d5ddbaaeef5b9da338090beb4d969da88a2213b71529b08211cf30c28"` Oct 10 13:33:11.988 INFO kablam! usermod: no changes Oct 10 13:33:12.076 INFO kablam! Compiling RustBasics v0.1.0 (/source) Oct 10 13:33:12.844 INFO kablam! warning: unused variable: `divid` Oct 10 13:33:12.844 INFO kablam! --> src/main.rs:83:9 Oct 10 13:33:12.844 INFO kablam! | Oct 10 13:33:12.844 INFO kablam! 83 | let divid = test_array; Oct 10 13:33:12.844 INFO kablam! | ^^^^^ help: consider using `_divid` instead Oct 10 13:33:12.844 INFO kablam! | Oct 10 13:33:12.844 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:33:12.844 INFO kablam! Oct 10 13:33:12.844 INFO kablam! warning: unused variable: `FIN` Oct 10 13:33:12.844 INFO kablam! --> src/main.rs:87:9 Oct 10 13:33:12.844 INFO kablam! | Oct 10 13:33:12.844 INFO kablam! 87 | let FIN: i32 = x * 2; Oct 10 13:33:12.844 INFO kablam! | ^^^ help: consider using `_FIN` instead Oct 10 13:33:12.844 INFO kablam! Oct 10 13:33:12.844 INFO kablam! warning: unused variable: `i` Oct 10 13:33:12.845 INFO kablam! --> src/main.rs:105:9 Oct 10 13:33:12.845 INFO kablam! | Oct 10 13:33:12.845 INFO kablam! 105 | for i in 0..5 { Oct 10 13:33:12.845 INFO kablam! | ^ help: consider using `_i` instead Oct 10 13:33:12.845 INFO kablam! Oct 10 13:33:12.849 INFO kablam! warning: struct is never constructed: `Rect` Oct 10 13:33:12.849 INFO kablam! --> src/util.rs:4:5 Oct 10 13:33:12.849 INFO kablam! | Oct 10 13:33:12.849 INFO kablam! 4 | pub struct Rect { Oct 10 13:33:12.849 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 13:33:12.849 INFO kablam! | Oct 10 13:33:12.849 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:33:12.849 INFO kablam! Oct 10 13:33:12.849 INFO kablam! warning: method is never used: `new` Oct 10 13:33:12.849 INFO kablam! --> src/util.rs:12:9 Oct 10 13:33:12.849 INFO kablam! | Oct 10 13:33:12.849 INFO kablam! 12 | pub fn new() -> Rect { Oct 10 13:33:12.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:12.849 INFO kablam! Oct 10 13:33:12.849 INFO kablam! warning: method is never used: `overlapping` Oct 10 13:33:12.849 INFO kablam! --> src/util.rs:16:9 Oct 10 13:33:12.849 INFO kablam! | Oct 10 13:33:12.849 INFO kablam! 16 | pub fn overlapping(&self, r: &Rect) -> bool { Oct 10 13:33:12.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:12.849 INFO kablam! Oct 10 13:33:12.849 INFO kablam! warning: method is never used: `ang` Oct 10 13:33:12.849 INFO kablam! --> src/util.rs:36:9 Oct 10 13:33:12.849 INFO kablam! | Oct 10 13:33:12.849 INFO kablam! 36 | pub fn ang(&self) -> f32 { Oct 10 13:33:12.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:12.849 INFO kablam! Oct 10 13:33:12.849 INFO kablam! warning: method is never used: `ang_deg` Oct 10 13:33:12.849 INFO kablam! --> src/util.rs:40:9 Oct 10 13:33:12.849 INFO kablam! | Oct 10 13:33:12.849 INFO kablam! 40 | pub fn ang_deg(&self) -> f32 { Oct 10 13:33:12.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:12.849 INFO kablam! Oct 10 13:33:12.849 INFO kablam! warning: function is never used: `get_input` Oct 10 13:33:12.849 INFO kablam! --> src/main.rs:8:1 Oct 10 13:33:12.849 INFO kablam! | Oct 10 13:33:12.849 INFO kablam! 8 | fn get_input() { Oct 10 13:33:12.850 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 13:33:12.850 INFO kablam! Oct 10 13:33:12.850 INFO kablam! warning: crate `RustBasics` should have a snake case name such as `rust_basics` Oct 10 13:33:12.850 INFO kablam! | Oct 10 13:33:12.850 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 13:33:12.850 INFO kablam! Oct 10 13:33:12.850 INFO kablam! warning: variable `FIN` should have a snake case name such as `fin` Oct 10 13:33:12.850 INFO kablam! --> src/main.rs:87:9 Oct 10 13:33:12.850 INFO kablam! | Oct 10 13:33:12.850 INFO kablam! 87 | let FIN: i32 = x * 2; Oct 10 13:33:12.850 INFO kablam! | ^^^ Oct 10 13:33:12.850 INFO kablam! Oct 10 13:33:12.850 INFO kablam! warning: static variable `f` should have an upper case name such as `F` Oct 10 13:33:12.850 INFO kablam! --> src/main.rs:88:5 Oct 10 13:33:12.850 INFO kablam! | Oct 10 13:33:12.850 INFO kablam! 88 | static mut f: i32 = 0; Oct 10 13:33:12.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:12.850 INFO kablam! | Oct 10 13:33:12.850 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 13:33:12.850 INFO kablam! Oct 10 13:33:13.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 10 13:33:13.465 INFO kablam! su: No module specific data is present Oct 10 13:33:14.540 INFO running `"docker" "rm" "-f" "3044023d5ddbaaeef5b9da338090beb4d969da88a2213b71529b08211cf30c28"` Oct 10 13:33:14.772 INFO blam! 3044023d5ddbaaeef5b9da338090beb4d969da88a2213b71529b08211cf30c28 Oct 10 13:33:14.772 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:33:14.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:33:15.426 INFO blam! 74d955f3ad597df42f8bfbdd88381b602ce6339910e036f48cde686bcbd6bd9a Oct 10 13:33:15.428 INFO running `"docker" "start" "-a" "74d955f3ad597df42f8bfbdd88381b602ce6339910e036f48cde686bcbd6bd9a"` Oct 10 13:33:16.961 INFO kablam! usermod: no changes Oct 10 13:33:17.002 INFO kablam! Compiling RustBasics v0.1.0 (/source) Oct 10 13:33:17.608 INFO kablam! warning: unused variable: `divid` Oct 10 13:33:17.608 INFO kablam! --> src/main.rs:83:9 Oct 10 13:33:17.608 INFO kablam! | Oct 10 13:33:17.608 INFO kablam! 83 | let divid = test_array; Oct 10 13:33:17.608 INFO kablam! | ^^^^^ help: consider using `_divid` instead Oct 10 13:33:17.608 INFO kablam! | Oct 10 13:33:17.608 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:33:17.608 INFO kablam! Oct 10 13:33:17.608 INFO kablam! warning: unused variable: `FIN` Oct 10 13:33:17.608 INFO kablam! --> src/main.rs:87:9 Oct 10 13:33:17.608 INFO kablam! | Oct 10 13:33:17.608 INFO kablam! 87 | let FIN: i32 = x * 2; Oct 10 13:33:17.608 INFO kablam! | ^^^ help: consider using `_FIN` instead Oct 10 13:33:17.608 INFO kablam! Oct 10 13:33:17.608 INFO kablam! warning: unused variable: `i` Oct 10 13:33:17.608 INFO kablam! --> src/main.rs:105:9 Oct 10 13:33:17.608 INFO kablam! | Oct 10 13:33:17.609 INFO kablam! 105 | for i in 0..5 { Oct 10 13:33:17.609 INFO kablam! | ^ help: consider using `_i` instead Oct 10 13:33:17.609 INFO kablam! Oct 10 13:33:17.632 INFO kablam! warning: method is never used: `ang` Oct 10 13:33:17.632 INFO kablam! --> src/util.rs:36:9 Oct 10 13:33:17.632 INFO kablam! | Oct 10 13:33:17.632 INFO kablam! 36 | pub fn ang(&self) -> f32 { Oct 10 13:33:17.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:17.632 INFO kablam! | Oct 10 13:33:17.632 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:33:17.632 INFO kablam! Oct 10 13:33:17.632 INFO kablam! warning: method is never used: `ang_deg` Oct 10 13:33:17.632 INFO kablam! --> src/util.rs:40:9 Oct 10 13:33:17.632 INFO kablam! | Oct 10 13:33:17.632 INFO kablam! 40 | pub fn ang_deg(&self) -> f32 { Oct 10 13:33:17.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:17.633 INFO kablam! Oct 10 13:33:17.633 INFO kablam! warning: function is never used: `get_input` Oct 10 13:33:17.633 INFO kablam! --> src/main.rs:8:1 Oct 10 13:33:17.633 INFO kablam! | Oct 10 13:33:17.633 INFO kablam! 8 | fn get_input() { Oct 10 13:33:17.633 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 13:33:17.633 INFO kablam! Oct 10 13:33:17.633 INFO kablam! warning: crate `RustBasics` should have a snake case name such as `rust_basics` Oct 10 13:33:17.633 INFO kablam! | Oct 10 13:33:17.633 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 13:33:17.633 INFO kablam! Oct 10 13:33:17.633 INFO kablam! warning: variable `FIN` should have a snake case name such as `fin` Oct 10 13:33:17.633 INFO kablam! --> src/main.rs:87:9 Oct 10 13:33:17.633 INFO kablam! | Oct 10 13:33:17.633 INFO kablam! 87 | let FIN: i32 = x * 2; Oct 10 13:33:17.633 INFO kablam! | ^^^ Oct 10 13:33:17.633 INFO kablam! Oct 10 13:33:17.633 INFO kablam! warning: static variable `f` should have an upper case name such as `F` Oct 10 13:33:17.633 INFO kablam! --> src/main.rs:88:5 Oct 10 13:33:17.633 INFO kablam! | Oct 10 13:33:17.633 INFO kablam! 88 | static mut f: i32 = 0; Oct 10 13:33:17.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:17.633 INFO kablam! Oct 10 13:33:18.256 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 10 13:33:18.257 INFO kablam! su: No module specific data is present Oct 10 13:33:18.850 INFO running `"docker" "rm" "-f" "74d955f3ad597df42f8bfbdd88381b602ce6339910e036f48cde686bcbd6bd9a"` Oct 10 13:33:19.092 INFO blam! 74d955f3ad597df42f8bfbdd88381b602ce6339910e036f48cde686bcbd6bd9a Oct 10 13:33:19.093 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:33:19.094 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:33:19.568 INFO blam! e7f86a0b21ca64ab19fc76939ed09bd81d8490a1a480e6d2fbe46b4c86b64aa5 Oct 10 13:33:19.574 INFO running `"docker" "start" "-a" "e7f86a0b21ca64ab19fc76939ed09bd81d8490a1a480e6d2fbe46b4c86b64aa5"` Oct 10 13:33:20.533 INFO kablam! usermod: no changes Oct 10 13:33:20.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 13:33:20.580 INFO kablam! Running /target/debug/deps/RustBasics-121b4b2fa01d53fa Oct 10 13:33:20.581 INFO kablam! su: No module specific data is present Oct 10 13:33:20.581 INFO blam! Oct 10 13:33:20.581 INFO blam! running 1 test Oct 10 13:33:20.581 INFO blam! test test_rect ... ok Oct 10 13:33:20.581 INFO blam! Oct 10 13:33:20.581 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:33:20.581 INFO blam! Oct 10 13:33:21.298 INFO running `"docker" "rm" "-f" "e7f86a0b21ca64ab19fc76939ed09bd81d8490a1a480e6d2fbe46b4c86b64aa5"` Oct 10 13:33:21.500 INFO blam! e7f86a0b21ca64ab19fc76939ed09bd81d8490a1a480e6d2fbe46b4c86b64aa5