Oct 15 11:41:22.860 INFO testing DaRavenox/Rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:41:22.861 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 11:41:23.107 INFO blam! 2fed67191f444da6d426a9b2a992a114df28f18ca671ea970a48a39f4b2210d1 Oct 15 11:41:23.119 INFO running `"docker" "start" "-a" "2fed67191f444da6d426a9b2a992a114df28f18ca671ea970a48a39f4b2210d1"` Oct 15 11:41:23.936 INFO kablam! usermod: no changes Oct 15 11:41:23.977 INFO kablam! Compiling hello_rust v0.0.1 (/source) Oct 15 11:41:24.432 INFO kablam! warning: unused variable: `y` Oct 15 11:41:24.432 INFO kablam! --> src/main.rs:3:12 Oct 15 11:41:24.432 INFO kablam! | Oct 15 11:41:24.432 INFO kablam! 3 | let mut y: i32 = 12; // mutable, this value CAN be changed; Oct 15 11:41:24.432 INFO kablam! | ^ help: consider using `_y` instead Oct 15 11:41:24.432 INFO kablam! | Oct 15 11:41:24.432 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:41:24.432 INFO kablam! Oct 15 11:41:24.433 INFO kablam! warning: unused variable: `z` Oct 15 11:41:24.433 INFO kablam! --> src/main.rs:4:8 Oct 15 11:41:24.433 INFO kablam! | Oct 15 11:41:24.433 INFO kablam! 4 | let z:i32; //We initialize a variable; Oct 15 11:41:24.433 INFO kablam! | ^ help: consider using `_z` instead Oct 15 11:41:24.433 INFO kablam! Oct 15 11:41:24.433 INFO kablam! warning: unused variable: `y` Oct 15 11:41:24.433 INFO kablam! --> src/main.rs:66:27 Oct 15 11:41:24.433 INFO kablam! | Oct 15 11:41:24.433 INFO kablam! 66 | fn math_with_args(x: i32, y: i32, z: i32) -> i32 { Oct 15 11:41:24.433 INFO kablam! | ^ help: consider using `_y` instead Oct 15 11:41:24.433 INFO kablam! Oct 15 11:41:24.433 INFO kablam! warning: unused variable: `z` Oct 15 11:41:24.433 INFO kablam! --> src/main.rs:66:35 Oct 15 11:41:24.433 INFO kablam! | Oct 15 11:41:24.433 INFO kablam! 66 | fn math_with_args(x: i32, y: i32, z: i32) -> i32 { Oct 15 11:41:24.433 INFO kablam! | ^ help: consider using `_z` instead Oct 15 11:41:24.433 INFO kablam! Oct 15 11:41:24.433 INFO kablam! warning: unused variable: `x` Oct 15 11:41:24.433 INFO kablam! --> src/main.rs:78:13 Oct 15 11:41:24.433 INFO kablam! | Oct 15 11:41:24.433 INFO kablam! 78 | fn diverges(x: i32) -> !{ Oct 15 11:41:24.434 INFO kablam! | ^ help: consider using `_x` instead Oct 15 11:41:24.434 INFO kablam! Oct 15 11:41:24.441 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:24.441 INFO kablam! --> src/main.rs:3:8 Oct 15 11:41:24.441 INFO kablam! | Oct 15 11:41:24.441 INFO kablam! 3 | let mut y: i32 = 12; // mutable, this value CAN be changed; Oct 15 11:41:24.441 INFO kablam! | ----^ Oct 15 11:41:24.441 INFO kablam! | | Oct 15 11:41:24.442 INFO kablam! | help: remove this `mut` Oct 15 11:41:24.442 INFO kablam! | Oct 15 11:41:24.442 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:41:24.442 INFO kablam! Oct 15 11:41:24.442 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:24.443 INFO kablam! --> src/main.rs:18:9 Oct 15 11:41:24.443 INFO kablam! | Oct 15 11:41:24.443 INFO kablam! 18 | let mut x = 7; Oct 15 11:41:24.443 INFO kablam! | ----^ Oct 15 11:41:24.443 INFO kablam! | | Oct 15 11:41:24.443 INFO kablam! | help: remove this `mut` Oct 15 11:41:24.443 INFO kablam! Oct 15 11:41:24.459 INFO kablam! warning: function is never used: `diverges` Oct 15 11:41:24.459 INFO kablam! --> src/main.rs:78:1 Oct 15 11:41:24.459 INFO kablam! | Oct 15 11:41:24.459 INFO kablam! 78 | fn diverges(x: i32) -> !{ Oct 15 11:41:24.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:24.459 INFO kablam! | Oct 15 11:41:24.459 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:41:24.459 INFO kablam! Oct 15 11:41:24.459 INFO kablam! warning: function `testBorrow` should have a snake case name such as `test_borrow` Oct 15 11:41:24.459 INFO kablam! --> src/main.rs:229:1 Oct 15 11:41:24.459 INFO kablam! | Oct 15 11:41:24.459 INFO kablam! 229 | / fn testBorrow(v1: &mut Vec, v2: &mut Vec){ Oct 15 11:41:24.459 INFO kablam! 230 | | v1[2] = 2; Oct 15 11:41:24.459 INFO kablam! 231 | | v2[2] = 2; Oct 15 11:41:24.459 INFO kablam! 232 | | } Oct 15 11:41:24.459 INFO kablam! | |_^ Oct 15 11:41:24.460 INFO kablam! | Oct 15 11:41:24.460 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:41:24.460 INFO kablam! Oct 15 11:41:24.946 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 15 11:41:24.948 INFO kablam! su: No module specific data is present Oct 15 11:41:25.177 INFO running `"docker" "rm" "-f" "2fed67191f444da6d426a9b2a992a114df28f18ca671ea970a48a39f4b2210d1"` Oct 15 11:41:25.306 INFO blam! 2fed67191f444da6d426a9b2a992a114df28f18ca671ea970a48a39f4b2210d1 Oct 15 11:41:25.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 11:41:25.477 INFO blam! 0c43c0acf2f93395a64687b291c9dfe5d5890f0774e1423e6f476faf94f0bc4b Oct 15 11:41:25.479 INFO running `"docker" "start" "-a" "0c43c0acf2f93395a64687b291c9dfe5d5890f0774e1423e6f476faf94f0bc4b"` Oct 15 11:41:25.977 INFO kablam! usermod: no changes Oct 15 11:41:26.007 INFO kablam! Compiling hello_rust v0.0.1 (/source) Oct 15 11:41:26.430 INFO kablam! warning: unused variable: `y` Oct 15 11:41:26.430 INFO kablam! --> src/main.rs:3:12 Oct 15 11:41:26.430 INFO kablam! | Oct 15 11:41:26.430 INFO kablam! 3 | let mut y: i32 = 12; // mutable, this value CAN be changed; Oct 15 11:41:26.430 INFO kablam! | ^ help: consider using `_y` instead Oct 15 11:41:26.430 INFO kablam! | Oct 15 11:41:26.430 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:41:26.430 INFO kablam! Oct 15 11:41:26.430 INFO kablam! warning: unused variable: `z` Oct 15 11:41:26.430 INFO kablam! --> src/main.rs:4:8 Oct 15 11:41:26.430 INFO kablam! | Oct 15 11:41:26.430 INFO kablam! 4 | let z:i32; //We initialize a variable; Oct 15 11:41:26.430 INFO kablam! | ^ help: consider using `_z` instead Oct 15 11:41:26.430 INFO kablam! Oct 15 11:41:26.430 INFO kablam! warning: unused variable: `y` Oct 15 11:41:26.430 INFO kablam! --> src/main.rs:66:27 Oct 15 11:41:26.430 INFO kablam! | Oct 15 11:41:26.430 INFO kablam! 66 | fn math_with_args(x: i32, y: i32, z: i32) -> i32 { Oct 15 11:41:26.430 INFO kablam! | ^ help: consider using `_y` instead Oct 15 11:41:26.430 INFO kablam! Oct 15 11:41:26.430 INFO kablam! warning: unused variable: `z` Oct 15 11:41:26.430 INFO kablam! --> src/main.rs:66:35 Oct 15 11:41:26.430 INFO kablam! | Oct 15 11:41:26.430 INFO kablam! 66 | fn math_with_args(x: i32, y: i32, z: i32) -> i32 { Oct 15 11:41:26.430 INFO kablam! | ^ help: consider using `_z` instead Oct 15 11:41:26.430 INFO kablam! Oct 15 11:41:26.430 INFO kablam! warning: unused variable: `x` Oct 15 11:41:26.430 INFO kablam! --> src/main.rs:78:13 Oct 15 11:41:26.430 INFO kablam! | Oct 15 11:41:26.430 INFO kablam! 78 | fn diverges(x: i32) -> !{ Oct 15 11:41:26.430 INFO kablam! | ^ help: consider using `_x` instead Oct 15 11:41:26.430 INFO kablam! Oct 15 11:41:26.435 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:26.436 INFO kablam! --> src/main.rs:3:8 Oct 15 11:41:26.436 INFO kablam! | Oct 15 11:41:26.436 INFO kablam! 3 | let mut y: i32 = 12; // mutable, this value CAN be changed; Oct 15 11:41:26.436 INFO kablam! | ----^ Oct 15 11:41:26.436 INFO kablam! | | Oct 15 11:41:26.436 INFO kablam! | help: remove this `mut` Oct 15 11:41:26.436 INFO kablam! | Oct 15 11:41:26.436 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:41:26.436 INFO kablam! Oct 15 11:41:26.436 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:26.436 INFO kablam! --> src/main.rs:18:9 Oct 15 11:41:26.436 INFO kablam! | Oct 15 11:41:26.436 INFO kablam! 18 | let mut x = 7; Oct 15 11:41:26.436 INFO kablam! | ----^ Oct 15 11:41:26.436 INFO kablam! | | Oct 15 11:41:26.436 INFO kablam! | help: remove this `mut` Oct 15 11:41:26.436 INFO kablam! Oct 15 11:41:26.445 INFO kablam! warning: function is never used: `diverges` Oct 15 11:41:26.445 INFO kablam! --> src/main.rs:78:1 Oct 15 11:41:26.445 INFO kablam! | Oct 15 11:41:26.445 INFO kablam! 78 | fn diverges(x: i32) -> !{ Oct 15 11:41:26.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:26.445 INFO kablam! | Oct 15 11:41:26.445 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:41:26.445 INFO kablam! Oct 15 11:41:26.446 INFO kablam! warning: function `testBorrow` should have a snake case name such as `test_borrow` Oct 15 11:41:26.446 INFO kablam! --> src/main.rs:229:1 Oct 15 11:41:26.446 INFO kablam! | Oct 15 11:41:26.446 INFO kablam! 229 | / fn testBorrow(v1: &mut Vec, v2: &mut Vec){ Oct 15 11:41:26.446 INFO kablam! 230 | | v1[2] = 2; Oct 15 11:41:26.446 INFO kablam! 231 | | v2[2] = 2; Oct 15 11:41:26.446 INFO kablam! 232 | | } Oct 15 11:41:26.446 INFO kablam! | |_^ Oct 15 11:41:26.446 INFO kablam! | Oct 15 11:41:26.446 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:41:26.446 INFO kablam! Oct 15 11:41:26.766 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 15 11:41:26.768 INFO kablam! su: No module specific data is present Oct 15 11:41:27.030 INFO running `"docker" "rm" "-f" "0c43c0acf2f93395a64687b291c9dfe5d5890f0774e1423e6f476faf94f0bc4b"` Oct 15 11:41:27.118 INFO blam! 0c43c0acf2f93395a64687b291c9dfe5d5890f0774e1423e6f476faf94f0bc4b Oct 15 11:41:27.125 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 11:41:27.338 INFO blam! 6249ac50d7fcadbf31543bdcb30ab12c691479f8627fb542c7977aee64a255bf Oct 15 11:41:27.341 INFO running `"docker" "start" "-a" "6249ac50d7fcadbf31543bdcb30ab12c691479f8627fb542c7977aee64a255bf"` Oct 15 11:41:28.190 INFO kablam! usermod: no changes Oct 15 11:41:28.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 15 11:41:28.227 INFO kablam! Running /target/debug/deps/hello_rust-17e24531b647f4c7 Oct 15 11:41:28.230 INFO kablam! su: No module specific data is present Oct 15 11:41:28.231 INFO blam! Oct 15 11:41:28.231 INFO blam! running 0 tests Oct 15 11:41:28.231 INFO blam! Oct 15 11:41:28.231 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:41:28.231 INFO blam! Oct 15 11:41:28.755 INFO running `"docker" "rm" "-f" "6249ac50d7fcadbf31543bdcb30ab12c691479f8627fb542c7977aee64a255bf"` Oct 15 11:41:29.055 INFO blam! 6249ac50d7fcadbf31543bdcb30ab12c691479f8627fb542c7977aee64a255bf