Oct 11 07:09:48.601 INFO testing DaRavenox/Rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:09:48.601 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:09:48.601 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 07:09:48.789 INFO blam! 52751fb8a16e3243d221d15fb82b9e096a1b17f1da86e9f07fca8ad84b0020c8 Oct 11 07:09:48.791 INFO running `"docker" "start" "-a" "52751fb8a16e3243d221d15fb82b9e096a1b17f1da86e9f07fca8ad84b0020c8"` Oct 11 07:09:49.142 INFO kablam! usermod: no changes Oct 11 07:09:49.175 INFO kablam! Compiling hello_rust v0.0.1 (/source) Oct 11 07:09:49.988 INFO kablam! warning: unused variable: `y` Oct 11 07:09:49.988 INFO kablam! --> src/main.rs:3:12 Oct 11 07:09:49.988 INFO kablam! | Oct 11 07:09:49.988 INFO kablam! 3 | let mut y: i32 = 12; // mutable, this value CAN be changed; Oct 11 07:09:49.988 INFO kablam! | ^ help: consider using `_y` instead Oct 11 07:09:49.988 INFO kablam! | Oct 11 07:09:49.988 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:09:49.988 INFO kablam! Oct 11 07:09:49.988 INFO kablam! warning: unused variable: `z` Oct 11 07:09:49.988 INFO kablam! --> src/main.rs:4:8 Oct 11 07:09:49.988 INFO kablam! | Oct 11 07:09:49.988 INFO kablam! 4 | let z:i32; //We initialize a variable; Oct 11 07:09:49.988 INFO kablam! | ^ help: consider using `_z` instead Oct 11 07:09:49.988 INFO kablam! Oct 11 07:09:49.988 INFO kablam! warning: unused variable: `y` Oct 11 07:09:49.988 INFO kablam! --> src/main.rs:66:27 Oct 11 07:09:49.988 INFO kablam! | Oct 11 07:09:49.988 INFO kablam! 66 | fn math_with_args(x: i32, y: i32, z: i32) -> i32 { Oct 11 07:09:49.988 INFO kablam! | ^ help: consider using `_y` instead Oct 11 07:09:49.988 INFO kablam! Oct 11 07:09:49.988 INFO kablam! warning: unused variable: `z` Oct 11 07:09:49.988 INFO kablam! --> src/main.rs:66:35 Oct 11 07:09:49.988 INFO kablam! | Oct 11 07:09:49.988 INFO kablam! 66 | fn math_with_args(x: i32, y: i32, z: i32) -> i32 { Oct 11 07:09:49.988 INFO kablam! | ^ help: consider using `_z` instead Oct 11 07:09:49.988 INFO kablam! Oct 11 07:09:49.988 INFO kablam! warning: unused variable: `x` Oct 11 07:09:49.988 INFO kablam! --> src/main.rs:78:13 Oct 11 07:09:49.988 INFO kablam! | Oct 11 07:09:49.988 INFO kablam! 78 | fn diverges(x: i32) -> !{ Oct 11 07:09:49.988 INFO kablam! | ^ help: consider using `_x` instead Oct 11 07:09:49.988 INFO kablam! Oct 11 07:09:50.000 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:50.000 INFO kablam! --> src/main.rs:3:8 Oct 11 07:09:50.000 INFO kablam! | Oct 11 07:09:50.000 INFO kablam! 3 | let mut y: i32 = 12; // mutable, this value CAN be changed; Oct 11 07:09:50.000 INFO kablam! | ----^ Oct 11 07:09:50.000 INFO kablam! | | Oct 11 07:09:50.000 INFO kablam! | help: remove this `mut` Oct 11 07:09:50.000 INFO kablam! | Oct 11 07:09:50.000 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:09:50.000 INFO kablam! Oct 11 07:09:50.000 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:50.000 INFO kablam! --> src/main.rs:18:9 Oct 11 07:09:50.000 INFO kablam! | Oct 11 07:09:50.000 INFO kablam! 18 | let mut x = 7; Oct 11 07:09:50.000 INFO kablam! | ----^ Oct 11 07:09:50.000 INFO kablam! | | Oct 11 07:09:50.000 INFO kablam! | help: remove this `mut` Oct 11 07:09:50.000 INFO kablam! Oct 11 07:09:50.012 INFO kablam! warning: function is never used: `diverges` Oct 11 07:09:50.012 INFO kablam! --> src/main.rs:78:1 Oct 11 07:09:50.012 INFO kablam! | Oct 11 07:09:50.012 INFO kablam! 78 | fn diverges(x: i32) -> !{ Oct 11 07:09:50.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:50.012 INFO kablam! | Oct 11 07:09:50.012 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:09:50.012 INFO kablam! Oct 11 07:09:50.012 INFO kablam! warning: function `testBorrow` should have a snake case name such as `test_borrow` Oct 11 07:09:50.012 INFO kablam! --> src/main.rs:229:1 Oct 11 07:09:50.012 INFO kablam! | Oct 11 07:09:50.012 INFO kablam! 229 | / fn testBorrow(v1: &mut Vec, v2: &mut Vec){ Oct 11 07:09:50.012 INFO kablam! 230 | | v1[2] = 2; Oct 11 07:09:50.012 INFO kablam! 231 | | v2[2] = 2; Oct 11 07:09:50.012 INFO kablam! 232 | | } Oct 11 07:09:50.012 INFO kablam! | |_^ Oct 11 07:09:50.012 INFO kablam! | Oct 11 07:09:50.012 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:09:50.012 INFO kablam! Oct 11 07:09:50.605 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 11 07:09:50.607 INFO kablam! su: No module specific data is present Oct 11 07:09:51.059 INFO running `"docker" "rm" "-f" "52751fb8a16e3243d221d15fb82b9e096a1b17f1da86e9f07fca8ad84b0020c8"` Oct 11 07:09:51.243 INFO blam! 52751fb8a16e3243d221d15fb82b9e096a1b17f1da86e9f07fca8ad84b0020c8 Oct 11 07:09:51.252 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:09:51.252 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 07:09:51.614 INFO blam! e1bc33aa5048f3d1d2acb8aa99a9b66bf2f3ce83ba2267a15a306101742679ce Oct 11 07:09:51.618 INFO running `"docker" "start" "-a" "e1bc33aa5048f3d1d2acb8aa99a9b66bf2f3ce83ba2267a15a306101742679ce"` Oct 11 07:09:52.636 INFO kablam! usermod: no changes Oct 11 07:09:52.684 INFO kablam! Compiling hello_rust v0.0.1 (/source) Oct 11 07:09:53.713 INFO kablam! warning: unused variable: `y` Oct 11 07:09:53.713 INFO kablam! --> src/main.rs:3:12 Oct 11 07:09:53.713 INFO kablam! | Oct 11 07:09:53.714 INFO kablam! 3 | let mut y: i32 = 12; // mutable, this value CAN be changed; Oct 11 07:09:53.714 INFO kablam! | ^ help: consider using `_y` instead Oct 11 07:09:53.714 INFO kablam! | Oct 11 07:09:53.715 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:09:53.715 INFO kablam! Oct 11 07:09:53.715 INFO kablam! warning: unused variable: `z` Oct 11 07:09:53.715 INFO kablam! --> src/main.rs:4:8 Oct 11 07:09:53.716 INFO kablam! | Oct 11 07:09:53.716 INFO kablam! 4 | let z:i32; //We initialize a variable; Oct 11 07:09:53.716 INFO kablam! | ^ help: consider using `_z` instead Oct 11 07:09:53.716 INFO kablam! Oct 11 07:09:53.717 INFO kablam! warning: unused variable: `y` Oct 11 07:09:53.717 INFO kablam! --> src/main.rs:66:27 Oct 11 07:09:53.717 INFO kablam! | Oct 11 07:09:53.717 INFO kablam! 66 | fn math_with_args(x: i32, y: i32, z: i32) -> i32 { Oct 11 07:09:53.718 INFO kablam! | ^ help: consider using `_y` instead Oct 11 07:09:53.718 INFO kablam! Oct 11 07:09:53.718 INFO kablam! warning: unused variable: `z` Oct 11 07:09:53.718 INFO kablam! --> src/main.rs:66:35 Oct 11 07:09:53.719 INFO kablam! | Oct 11 07:09:53.719 INFO kablam! 66 | fn math_with_args(x: i32, y: i32, z: i32) -> i32 { Oct 11 07:09:53.719 INFO kablam! | ^ help: consider using `_z` instead Oct 11 07:09:53.720 INFO kablam! Oct 11 07:09:53.720 INFO kablam! warning: unused variable: `x` Oct 11 07:09:53.720 INFO kablam! --> src/main.rs:78:13 Oct 11 07:09:53.720 INFO kablam! | Oct 11 07:09:53.721 INFO kablam! 78 | fn diverges(x: i32) -> !{ Oct 11 07:09:53.721 INFO kablam! | ^ help: consider using `_x` instead Oct 11 07:09:53.721 INFO kablam! Oct 11 07:09:53.725 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:53.725 INFO kablam! --> src/main.rs:3:8 Oct 11 07:09:53.725 INFO kablam! | Oct 11 07:09:53.725 INFO kablam! 3 | let mut y: i32 = 12; // mutable, this value CAN be changed; Oct 11 07:09:53.726 INFO kablam! | ----^ Oct 11 07:09:53.726 INFO kablam! | | Oct 11 07:09:53.726 INFO kablam! | help: remove this `mut` Oct 11 07:09:53.726 INFO kablam! | Oct 11 07:09:53.727 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:09:53.727 INFO kablam! Oct 11 07:09:53.727 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:53.727 INFO kablam! --> src/main.rs:18:9 Oct 11 07:09:53.728 INFO kablam! | Oct 11 07:09:53.728 INFO kablam! 18 | let mut x = 7; Oct 11 07:09:53.728 INFO kablam! | ----^ Oct 11 07:09:53.728 INFO kablam! | | Oct 11 07:09:53.729 INFO kablam! | help: remove this `mut` Oct 11 07:09:53.729 INFO kablam! Oct 11 07:09:53.748 INFO kablam! warning: function is never used: `diverges` Oct 11 07:09:53.749 INFO kablam! --> src/main.rs:78:1 Oct 11 07:09:53.749 INFO kablam! | Oct 11 07:09:53.749 INFO kablam! 78 | fn diverges(x: i32) -> !{ Oct 11 07:09:53.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:53.750 INFO kablam! | Oct 11 07:09:53.750 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:09:53.751 INFO kablam! Oct 11 07:09:53.751 INFO kablam! warning: function `testBorrow` should have a snake case name such as `test_borrow` Oct 11 07:09:53.751 INFO kablam! --> src/main.rs:229:1 Oct 11 07:09:53.751 INFO kablam! | Oct 11 07:09:53.752 INFO kablam! 229 | / fn testBorrow(v1: &mut Vec, v2: &mut Vec){ Oct 11 07:09:53.752 INFO kablam! 230 | | v1[2] = 2; Oct 11 07:09:53.752 INFO kablam! 231 | | v2[2] = 2; Oct 11 07:09:53.753 INFO kablam! 232 | | } Oct 11 07:09:53.753 INFO kablam! | |_^ Oct 11 07:09:53.753 INFO kablam! | Oct 11 07:09:53.753 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:09:53.754 INFO kablam! Oct 11 07:09:54.273 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 11 07:09:54.276 INFO kablam! su: No module specific data is present Oct 11 07:09:55.044 INFO running `"docker" "rm" "-f" "e1bc33aa5048f3d1d2acb8aa99a9b66bf2f3ce83ba2267a15a306101742679ce"` Oct 11 07:09:55.457 INFO blam! e1bc33aa5048f3d1d2acb8aa99a9b66bf2f3ce83ba2267a15a306101742679ce Oct 11 07:09:55.461 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:09:55.461 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 07:09:55.983 INFO blam! ffb882e639b6f28611c63eee38c7c37c022a19c4a77e8195895da64dfbfbeb35 Oct 11 07:09:55.986 INFO running `"docker" "start" "-a" "ffb882e639b6f28611c63eee38c7c37c022a19c4a77e8195895da64dfbfbeb35"` Oct 11 07:09:56.963 INFO kablam! usermod: no changes Oct 11 07:09:56.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 11 07:09:56.996 INFO kablam! Running /target/debug/deps/hello_rust-17e24531b647f4c7 Oct 11 07:09:57.000 INFO blam! Oct 11 07:09:57.000 INFO blam! running 0 tests Oct 11 07:09:57.000 INFO blam! Oct 11 07:09:57.000 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:09:57.000 INFO blam! Oct 11 07:09:57.002 INFO kablam! su: No module specific data is present Oct 11 07:09:57.478 INFO running `"docker" "rm" "-f" "ffb882e639b6f28611c63eee38c7c37c022a19c4a77e8195895da64dfbfbeb35"` Oct 11 07:09:57.660 INFO blam! ffb882e639b6f28611c63eee38c7c37c022a19c4a77e8195895da64dfbfbeb35