Oct 15 11:41:22.789 INFO testing DaRavenox/Rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:41:22.789 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 11:41:23.035 INFO blam! f4baa6df9f146489820540e27ae24dfa45d5ada8596c0fc93ba7b09e6791c790 Oct 15 11:41:23.043 INFO running `"docker" "start" "-a" "f4baa6df9f146489820540e27ae24dfa45d5ada8596c0fc93ba7b09e6791c790"` Oct 15 11:41:23.701 INFO kablam! usermod: no changes Oct 15 11:41:23.767 INFO kablam! Compiling hello_rust v0.0.1 (/source) Oct 15 11:41:24.311 INFO kablam! warning: unused variable: `y` Oct 15 11:41:24.311 INFO kablam! --> src/main.rs:3:12 Oct 15 11:41:24.311 INFO kablam! | Oct 15 11:41:24.311 INFO kablam! 3 | let mut y: i32 = 12; // mutable, this value CAN be changed; Oct 15 11:41:24.311 INFO kablam! | ^ help: consider using `_y` instead Oct 15 11:41:24.311 INFO kablam! | Oct 15 11:41:24.311 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:41:24.311 INFO kablam! Oct 15 11:41:24.311 INFO kablam! warning: unused variable: `z` Oct 15 11:41:24.311 INFO kablam! --> src/main.rs:4:8 Oct 15 11:41:24.311 INFO kablam! | Oct 15 11:41:24.311 INFO kablam! 4 | let z:i32; //We initialize a variable; Oct 15 11:41:24.311 INFO kablam! | ^ help: consider using `_z` instead Oct 15 11:41:24.311 INFO kablam! Oct 15 11:41:24.311 INFO kablam! warning: unused variable: `y` Oct 15 11:41:24.311 INFO kablam! --> src/main.rs:66:27 Oct 15 11:41:24.311 INFO kablam! | Oct 15 11:41:24.311 INFO kablam! 66 | fn math_with_args(x: i32, y: i32, z: i32) -> i32 { Oct 15 11:41:24.311 INFO kablam! | ^ help: consider using `_y` instead Oct 15 11:41:24.311 INFO kablam! Oct 15 11:41:24.311 INFO kablam! warning: unused variable: `z` Oct 15 11:41:24.311 INFO kablam! --> src/main.rs:66:35 Oct 15 11:41:24.312 INFO kablam! | Oct 15 11:41:24.312 INFO kablam! 66 | fn math_with_args(x: i32, y: i32, z: i32) -> i32 { Oct 15 11:41:24.312 INFO kablam! | ^ help: consider using `_z` instead Oct 15 11:41:24.312 INFO kablam! Oct 15 11:41:24.312 INFO kablam! warning: unused variable: `x` Oct 15 11:41:24.312 INFO kablam! --> src/main.rs:78:13 Oct 15 11:41:24.312 INFO kablam! | Oct 15 11:41:24.312 INFO kablam! 78 | fn diverges(x: i32) -> !{ Oct 15 11:41:24.312 INFO kablam! | ^ help: consider using `_x` instead Oct 15 11:41:24.312 INFO kablam! Oct 15 11:41:24.317 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:24.318 INFO kablam! --> src/main.rs:3:8 Oct 15 11:41:24.318 INFO kablam! | Oct 15 11:41:24.318 INFO kablam! 3 | let mut y: i32 = 12; // mutable, this value CAN be changed; Oct 15 11:41:24.318 INFO kablam! | ----^ Oct 15 11:41:24.319 INFO kablam! | | Oct 15 11:41:24.319 INFO kablam! | help: remove this `mut` Oct 15 11:41:24.319 INFO kablam! | Oct 15 11:41:24.319 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:41:24.319 INFO kablam! Oct 15 11:41:24.323 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:24.323 INFO kablam! --> src/main.rs:18:9 Oct 15 11:41:24.323 INFO kablam! | Oct 15 11:41:24.323 INFO kablam! 18 | let mut x = 7; Oct 15 11:41:24.323 INFO kablam! | ----^ Oct 15 11:41:24.323 INFO kablam! | | Oct 15 11:41:24.323 INFO kablam! | help: remove this `mut` Oct 15 11:41:24.323 INFO kablam! Oct 15 11:41:24.329 INFO kablam! warning: function is never used: `diverges` Oct 15 11:41:24.329 INFO kablam! --> src/main.rs:78:1 Oct 15 11:41:24.329 INFO kablam! | Oct 15 11:41:24.330 INFO kablam! 78 | fn diverges(x: i32) -> !{ Oct 15 11:41:24.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:24.330 INFO kablam! | Oct 15 11:41:24.330 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:41:24.330 INFO kablam! Oct 15 11:41:24.330 INFO kablam! warning: function `testBorrow` should have a snake case name such as `test_borrow` Oct 15 11:41:24.330 INFO kablam! --> src/main.rs:229:1 Oct 15 11:41:24.331 INFO kablam! | Oct 15 11:41:24.331 INFO kablam! 229 | / fn testBorrow(v1: &mut Vec, v2: &mut Vec){ Oct 15 11:41:24.331 INFO kablam! 230 | | v1[2] = 2; Oct 15 11:41:24.331 INFO kablam! 231 | | v2[2] = 2; Oct 15 11:41:24.331 INFO kablam! 232 | | } Oct 15 11:41:24.331 INFO kablam! | |_^ Oct 15 11:41:24.332 INFO kablam! | Oct 15 11:41:24.332 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:41:24.332 INFO kablam! Oct 15 11:41:24.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 15 11:41:24.727 INFO kablam! su: No module specific data is present Oct 15 11:41:25.062 INFO running `"docker" "rm" "-f" "f4baa6df9f146489820540e27ae24dfa45d5ada8596c0fc93ba7b09e6791c790"` Oct 15 11:41:25.157 INFO blam! f4baa6df9f146489820540e27ae24dfa45d5ada8596c0fc93ba7b09e6791c790 Oct 15 11:41:25.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 11:41:25.356 INFO blam! 840d629a540ea1732d2f1290c301149bfc8ab1e353efb8a593c3be15b8fa667b Oct 15 11:41:25.357 INFO running `"docker" "start" "-a" "840d629a540ea1732d2f1290c301149bfc8ab1e353efb8a593c3be15b8fa667b"` Oct 15 11:41:25.919 INFO kablam! usermod: no changes Oct 15 11:41:25.943 INFO kablam! Compiling hello_rust v0.0.1 (/source) Oct 15 11:41:26.498 INFO kablam! warning: unused variable: `y` Oct 15 11:41:26.498 INFO kablam! --> src/main.rs:3:12 Oct 15 11:41:26.498 INFO kablam! | Oct 15 11:41:26.498 INFO kablam! 3 | let mut y: i32 = 12; // mutable, this value CAN be changed; Oct 15 11:41:26.498 INFO kablam! | ^ help: consider using `_y` instead Oct 15 11:41:26.498 INFO kablam! | Oct 15 11:41:26.498 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:41:26.498 INFO kablam! Oct 15 11:41:26.498 INFO kablam! warning: unused variable: `z` Oct 15 11:41:26.499 INFO kablam! --> src/main.rs:4:8 Oct 15 11:41:26.499 INFO kablam! | Oct 15 11:41:26.499 INFO kablam! 4 | let z:i32; //We initialize a variable; Oct 15 11:41:26.499 INFO kablam! | ^ help: consider using `_z` instead Oct 15 11:41:26.499 INFO kablam! Oct 15 11:41:26.499 INFO kablam! warning: unused variable: `y` Oct 15 11:41:26.499 INFO kablam! --> src/main.rs:66:27 Oct 15 11:41:26.499 INFO kablam! | Oct 15 11:41:26.499 INFO kablam! 66 | fn math_with_args(x: i32, y: i32, z: i32) -> i32 { Oct 15 11:41:26.499 INFO kablam! | ^ help: consider using `_y` instead Oct 15 11:41:26.499 INFO kablam! Oct 15 11:41:26.499 INFO kablam! warning: unused variable: `z` Oct 15 11:41:26.499 INFO kablam! --> src/main.rs:66:35 Oct 15 11:41:26.499 INFO kablam! | Oct 15 11:41:26.499 INFO kablam! 66 | fn math_with_args(x: i32, y: i32, z: i32) -> i32 { Oct 15 11:41:26.499 INFO kablam! | ^ help: consider using `_z` instead Oct 15 11:41:26.499 INFO kablam! Oct 15 11:41:26.499 INFO kablam! warning: unused variable: `x` Oct 15 11:41:26.499 INFO kablam! --> src/main.rs:78:13 Oct 15 11:41:26.499 INFO kablam! | Oct 15 11:41:26.499 INFO kablam! 78 | fn diverges(x: i32) -> !{ Oct 15 11:41:26.499 INFO kablam! | ^ help: consider using `_x` instead Oct 15 11:41:26.499 INFO kablam! Oct 15 11:41:26.506 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:26.506 INFO kablam! --> src/main.rs:3:8 Oct 15 11:41:26.506 INFO kablam! | Oct 15 11:41:26.506 INFO kablam! 3 | let mut y: i32 = 12; // mutable, this value CAN be changed; Oct 15 11:41:26.507 INFO kablam! | ----^ Oct 15 11:41:26.507 INFO kablam! | | Oct 15 11:41:26.507 INFO kablam! | help: remove this `mut` Oct 15 11:41:26.507 INFO kablam! | Oct 15 11:41:26.507 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:41:26.507 INFO kablam! Oct 15 11:41:26.507 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:26.507 INFO kablam! --> src/main.rs:18:9 Oct 15 11:41:26.507 INFO kablam! | Oct 15 11:41:26.507 INFO kablam! 18 | let mut x = 7; Oct 15 11:41:26.507 INFO kablam! | ----^ Oct 15 11:41:26.507 INFO kablam! | | Oct 15 11:41:26.507 INFO kablam! | help: remove this `mut` Oct 15 11:41:26.507 INFO kablam! Oct 15 11:41:26.519 INFO kablam! warning: function is never used: `diverges` Oct 15 11:41:26.519 INFO kablam! --> src/main.rs:78:1 Oct 15 11:41:26.519 INFO kablam! | Oct 15 11:41:26.519 INFO kablam! 78 | fn diverges(x: i32) -> !{ Oct 15 11:41:26.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:26.519 INFO kablam! | Oct 15 11:41:26.519 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:41:26.519 INFO kablam! Oct 15 11:41:26.520 INFO kablam! warning: function `testBorrow` should have a snake case name such as `test_borrow` Oct 15 11:41:26.520 INFO kablam! --> src/main.rs:229:1 Oct 15 11:41:26.520 INFO kablam! | Oct 15 11:41:26.520 INFO kablam! 229 | / fn testBorrow(v1: &mut Vec, v2: &mut Vec){ Oct 15 11:41:26.520 INFO kablam! 230 | | v1[2] = 2; Oct 15 11:41:26.520 INFO kablam! 231 | | v2[2] = 2; Oct 15 11:41:26.520 INFO kablam! 232 | | } Oct 15 11:41:26.520 INFO kablam! | |_^ Oct 15 11:41:26.520 INFO kablam! | Oct 15 11:41:26.520 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:41:26.520 INFO kablam! Oct 15 11:41:26.866 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 15 11:41:26.868 INFO kablam! su: No module specific data is present Oct 15 11:41:27.112 INFO running `"docker" "rm" "-f" "840d629a540ea1732d2f1290c301149bfc8ab1e353efb8a593c3be15b8fa667b"` Oct 15 11:41:27.222 INFO blam! 840d629a540ea1732d2f1290c301149bfc8ab1e353efb8a593c3be15b8fa667b Oct 15 11:41:27.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 11:41:27.401 INFO blam! bcc31158d46c68ca6965b532acf4a35aaad84f3416c057c87901bac540ff7f34 Oct 15 11:41:27.408 INFO running `"docker" "start" "-a" "bcc31158d46c68ca6965b532acf4a35aaad84f3416c057c87901bac540ff7f34"` Oct 15 11:41:28.415 INFO kablam! usermod: no changes Oct 15 11:41:28.504 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 11:41:28.504 INFO kablam! Running /target/debug/deps/hello_rust-806bd5780981c01c Oct 15 11:41:28.514 INFO kablam! su: No module specific data is present Oct 15 11:41:28.514 INFO blam! Oct 15 11:41:28.514 INFO blam! running 0 tests Oct 15 11:41:28.514 INFO blam! Oct 15 11:41:28.514 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:41:28.514 INFO blam! Oct 15 11:41:29.302 INFO running `"docker" "rm" "-f" "bcc31158d46c68ca6965b532acf4a35aaad84f3416c057c87901bac540ff7f34"` Oct 15 11:41:29.561 INFO blam! bcc31158d46c68ca6965b532acf4a35aaad84f3416c057c87901bac540ff7f34