Oct 15 11:41:39.925 INFO testing DLeyland/Hello-Rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:41:39.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:40.463 INFO blam! 5b09da44aa838a11e0f77acb02834d2ed0a55691041c545b102cf89ced1113a3 Oct 15 11:41:40.475 INFO running `"docker" "start" "-a" "5b09da44aa838a11e0f77acb02834d2ed0a55691041c545b102cf89ced1113a3"` Oct 15 11:41:41.687 INFO kablam! usermod: no changes Oct 15 11:41:41.743 INFO kablam! Compiling hello_world v0.0.1 (/source) Oct 15 11:41:42.384 INFO kablam! warning: unused variable: `i` Oct 15 11:41:42.384 INFO kablam! --> src/main.rs:4:9 Oct 15 11:41:42.384 INFO kablam! | Oct 15 11:41:42.384 INFO kablam! 4 | for i in 0..10{ Oct 15 11:41:42.384 INFO kablam! | ^ help: consider using `_i` instead Oct 15 11:41:42.384 INFO kablam! | Oct 15 11:41:42.384 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:41:42.384 INFO kablam! Oct 15 11:41:42.384 INFO kablam! warning: unused variable: `hello_world1` Oct 15 11:41:42.384 INFO kablam! --> src/main.rs:24:6 Oct 15 11:41:42.384 INFO kablam! | Oct 15 11:41:42.384 INFO kablam! 24 | let hello_world1 = hello + world1; //no ampersand needed to add a string and a &str Oct 15 11:41:42.384 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_hello_world1` instead Oct 15 11:41:42.384 INFO kablam! Oct 15 11:41:42.384 INFO kablam! warning: unused variable: `hello_world2` Oct 15 11:41:42.384 INFO kablam! --> src/main.rs:28:6 Oct 15 11:41:42.384 INFO kablam! | Oct 15 11:41:42.384 INFO kablam! 28 | let hello_world2 = hello2 + &world2; //ampersand needed when adding two strings, to allow second string to deref into &str Oct 15 11:41:42.385 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_hello_world2` instead Oct 15 11:41:42.385 INFO kablam! Oct 15 11:41:42.392 INFO kablam! warning: function is never used: `for_loop` Oct 15 11:41:42.392 INFO kablam! --> src/main.rs:1:1 Oct 15 11:41:42.392 INFO kablam! | Oct 15 11:41:42.392 INFO kablam! 1 | fn for_loop(){ Oct 15 11:41:42.392 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 11:41:42.392 INFO kablam! | Oct 15 11:41:42.392 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:41:42.392 INFO kablam! Oct 15 11:41:42.392 INFO kablam! warning: function is never used: `while_loop_with_vec` Oct 15 11:41:42.392 INFO kablam! --> src/main.rs:10:1 Oct 15 11:41:42.392 INFO kablam! | Oct 15 11:41:42.392 INFO kablam! 10 | fn while_loop_with_vec(){ Oct 15 11:41:42.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:42.392 INFO kablam! Oct 15 11:41:42.392 INFO kablam! warning: function is never used: `string_example` Oct 15 11:41:42.392 INFO kablam! --> src/main.rs:20:1 Oct 15 11:41:42.392 INFO kablam! | Oct 15 11:41:42.392 INFO kablam! 20 | fn string_example(){ Oct 15 11:41:42.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:42.392 INFO kablam! Oct 15 11:41:42.392 INFO kablam! warning: struct is never constructed: `Circle` Oct 15 11:41:42.392 INFO kablam! --> src/main.rs:31:1 Oct 15 11:41:42.392 INFO kablam! | Oct 15 11:41:42.392 INFO kablam! 31 | struct Circle{ Oct 15 11:41:42.392 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 11:41:42.392 INFO kablam! Oct 15 11:41:42.392 INFO kablam! warning: method is never used: `area` Oct 15 11:41:42.392 INFO kablam! --> src/main.rs:38:2 Oct 15 11:41:42.392 INFO kablam! | Oct 15 11:41:42.392 INFO kablam! 38 | fn area(&self)->f64{ Oct 15 11:41:42.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:42.393 INFO kablam! Oct 15 11:41:42.393 INFO kablam! warning: function is never used: `circle_area` Oct 15 11:41:42.393 INFO kablam! --> src/main.rs:43:1 Oct 15 11:41:42.393 INFO kablam! | Oct 15 11:41:42.393 INFO kablam! 43 | fn circle_area(){ Oct 15 11:41:42.393 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 11:41:42.393 INFO kablam! Oct 15 11:41:42.851 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 15 11:41:42.854 INFO kablam! su: No module specific data is present Oct 15 11:41:43.777 INFO running `"docker" "rm" "-f" "5b09da44aa838a11e0f77acb02834d2ed0a55691041c545b102cf89ced1113a3"` Oct 15 11:41:44.072 INFO blam! 5b09da44aa838a11e0f77acb02834d2ed0a55691041c545b102cf89ced1113a3 Oct 15 11:41:44.081 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:44.619 INFO blam! 31b1fab2fc5f8bf9a736a4596d2563b18d7f86257b375a1490ad0b30a45fece1 Oct 15 11:41:44.627 INFO running `"docker" "start" "-a" "31b1fab2fc5f8bf9a736a4596d2563b18d7f86257b375a1490ad0b30a45fece1"` Oct 15 11:41:45.759 INFO kablam! usermod: no changes Oct 15 11:41:45.843 INFO kablam! Compiling hello_world v0.0.1 (/source) Oct 15 11:41:46.675 INFO kablam! warning: unused variable: `i` Oct 15 11:41:46.676 INFO kablam! --> src/main.rs:4:9 Oct 15 11:41:46.676 INFO kablam! | Oct 15 11:41:46.676 INFO kablam! 4 | for i in 0..10{ Oct 15 11:41:46.676 INFO kablam! | ^ help: consider using `_i` instead Oct 15 11:41:46.676 INFO kablam! | Oct 15 11:41:46.677 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:41:46.677 INFO kablam! Oct 15 11:41:46.677 INFO kablam! warning: unused variable: `hello_world1` Oct 15 11:41:46.677 INFO kablam! --> src/main.rs:24:6 Oct 15 11:41:46.677 INFO kablam! | Oct 15 11:41:46.677 INFO kablam! 24 | let hello_world1 = hello + world1; //no ampersand needed to add a string and a &str Oct 15 11:41:46.678 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_hello_world1` instead Oct 15 11:41:46.678 INFO kablam! Oct 15 11:41:46.678 INFO kablam! warning: unused variable: `hello_world2` Oct 15 11:41:46.678 INFO kablam! --> src/main.rs:28:6 Oct 15 11:41:46.678 INFO kablam! | Oct 15 11:41:46.678 INFO kablam! 28 | let hello_world2 = hello2 + &world2; //ampersand needed when adding two strings, to allow second string to deref into &str Oct 15 11:41:46.679 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_hello_world2` instead Oct 15 11:41:46.679 INFO kablam! Oct 15 11:41:46.679 INFO kablam! warning: function is never used: `for_loop` Oct 15 11:41:46.679 INFO kablam! --> src/main.rs:1:1 Oct 15 11:41:46.679 INFO kablam! | Oct 15 11:41:46.679 INFO kablam! 1 | fn for_loop(){ Oct 15 11:41:46.679 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 11:41:46.680 INFO kablam! | Oct 15 11:41:46.680 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:41:46.680 INFO kablam! Oct 15 11:41:46.680 INFO kablam! warning: function is never used: `while_loop_with_vec` Oct 15 11:41:46.680 INFO kablam! --> src/main.rs:10:1 Oct 15 11:41:46.680 INFO kablam! | Oct 15 11:41:46.681 INFO kablam! 10 | fn while_loop_with_vec(){ Oct 15 11:41:46.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:46.681 INFO kablam! Oct 15 11:41:46.681 INFO kablam! warning: function is never used: `string_example` Oct 15 11:41:46.681 INFO kablam! --> src/main.rs:20:1 Oct 15 11:41:46.682 INFO kablam! | Oct 15 11:41:46.682 INFO kablam! 20 | fn string_example(){ Oct 15 11:41:46.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:46.682 INFO kablam! Oct 15 11:41:46.682 INFO kablam! warning: struct is never constructed: `Circle` Oct 15 11:41:46.682 INFO kablam! --> src/main.rs:31:1 Oct 15 11:41:46.683 INFO kablam! | Oct 15 11:41:46.683 INFO kablam! 31 | struct Circle{ Oct 15 11:41:46.683 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 11:41:46.683 INFO kablam! Oct 15 11:41:46.683 INFO kablam! warning: method is never used: `area` Oct 15 11:41:46.684 INFO kablam! --> src/main.rs:38:2 Oct 15 11:41:46.684 INFO kablam! | Oct 15 11:41:46.684 INFO kablam! 38 | fn area(&self)->f64{ Oct 15 11:41:46.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:46.684 INFO kablam! Oct 15 11:41:46.684 INFO kablam! warning: function is never used: `circle_area` Oct 15 11:41:46.685 INFO kablam! --> src/main.rs:43:1 Oct 15 11:41:46.685 INFO kablam! | Oct 15 11:41:46.685 INFO kablam! 43 | fn circle_area(){ Oct 15 11:41:46.685 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 11:41:46.685 INFO kablam! Oct 15 11:41:47.109 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 15 11:41:47.110 INFO kablam! su: No module specific data is present Oct 15 11:41:47.891 INFO running `"docker" "rm" "-f" "31b1fab2fc5f8bf9a736a4596d2563b18d7f86257b375a1490ad0b30a45fece1"` Oct 15 11:41:48.135 INFO blam! 31b1fab2fc5f8bf9a736a4596d2563b18d7f86257b375a1490ad0b30a45fece1 Oct 15 11:41:48.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:48.669 INFO blam! 1d621707686df540fb9167dc0d267f9dd01d09ed040117f825fce4f98930280c Oct 15 11:41:48.677 INFO running `"docker" "start" "-a" "1d621707686df540fb9167dc0d267f9dd01d09ed040117f825fce4f98930280c"` Oct 15 11:41:50.187 INFO kablam! usermod: no changes Oct 15 11:41:50.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 11:41:50.243 INFO kablam! Running /target/debug/deps/hello_world-cf23332e8f983f15 Oct 15 11:41:50.249 INFO blam! Oct 15 11:41:50.249 INFO blam! running 0 tests Oct 15 11:41:50.249 INFO blam! Oct 15 11:41:50.249 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:41:50.249 INFO blam! Oct 15 11:41:50.255 INFO kablam! su: No module specific data is present Oct 15 11:41:50.959 INFO running `"docker" "rm" "-f" "1d621707686df540fb9167dc0d267f9dd01d09ed040117f825fce4f98930280c"` Oct 15 11:41:51.265 INFO blam! 1d621707686df540fb9167dc0d267f9dd01d09ed040117f825fce4f98930280c