Oct 15 11:41:44.219 INFO testing DLeyland/Hello-Rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:41:44.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:44.592 INFO blam! 2161c72c5f0aaeae96f68f71b103a4ff89fa99bde69063c9398fa99dd5d4bc3c Oct 15 11:41:44.603 INFO running `"docker" "start" "-a" "2161c72c5f0aaeae96f68f71b103a4ff89fa99bde69063c9398fa99dd5d4bc3c"` Oct 15 11:41:45.763 INFO kablam! usermod: no changes Oct 15 11:41:45.835 INFO kablam! Compiling hello_world v0.0.1 (/source) Oct 15 11:41:46.515 INFO kablam! warning: unused variable: `i` Oct 15 11:41:46.515 INFO kablam! --> src/main.rs:4:9 Oct 15 11:41:46.515 INFO kablam! | Oct 15 11:41:46.515 INFO kablam! 4 | for i in 0..10{ Oct 15 11:41:46.515 INFO kablam! | ^ help: consider using `_i` instead Oct 15 11:41:46.515 INFO kablam! | Oct 15 11:41:46.515 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:41:46.515 INFO kablam! Oct 15 11:41:46.515 INFO kablam! warning: unused variable: `hello_world1` Oct 15 11:41:46.515 INFO kablam! --> src/main.rs:24:6 Oct 15 11:41:46.515 INFO kablam! | Oct 15 11:41:46.515 INFO kablam! 24 | let hello_world1 = hello + world1; //no ampersand needed to add a string and a &str Oct 15 11:41:46.515 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_hello_world1` instead Oct 15 11:41:46.515 INFO kablam! Oct 15 11:41:46.515 INFO kablam! warning: unused variable: `hello_world2` Oct 15 11:41:46.515 INFO kablam! --> src/main.rs:28:6 Oct 15 11:41:46.515 INFO kablam! | Oct 15 11:41:46.515 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.515 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_hello_world2` instead Oct 15 11:41:46.515 INFO kablam! Oct 15 11:41:46.523 INFO kablam! warning: function is never used: `for_loop` Oct 15 11:41:46.523 INFO kablam! --> src/main.rs:1:1 Oct 15 11:41:46.523 INFO kablam! | Oct 15 11:41:46.523 INFO kablam! 1 | fn for_loop(){ Oct 15 11:41:46.523 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 11:41:46.523 INFO kablam! | Oct 15 11:41:46.523 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:41:46.523 INFO kablam! Oct 15 11:41:46.523 INFO kablam! warning: function is never used: `while_loop_with_vec` Oct 15 11:41:46.523 INFO kablam! --> src/main.rs:10:1 Oct 15 11:41:46.523 INFO kablam! | Oct 15 11:41:46.523 INFO kablam! 10 | fn while_loop_with_vec(){ Oct 15 11:41:46.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:46.523 INFO kablam! Oct 15 11:41:46.523 INFO kablam! warning: function is never used: `string_example` Oct 15 11:41:46.523 INFO kablam! --> src/main.rs:20:1 Oct 15 11:41:46.523 INFO kablam! | Oct 15 11:41:46.523 INFO kablam! 20 | fn string_example(){ Oct 15 11:41:46.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:46.523 INFO kablam! Oct 15 11:41:46.523 INFO kablam! warning: struct is never constructed: `Circle` Oct 15 11:41:46.523 INFO kablam! --> src/main.rs:31:1 Oct 15 11:41:46.523 INFO kablam! | Oct 15 11:41:46.523 INFO kablam! 31 | struct Circle{ Oct 15 11:41:46.523 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 11:41:46.523 INFO kablam! Oct 15 11:41:46.523 INFO kablam! warning: method is never used: `area` Oct 15 11:41:46.523 INFO kablam! --> src/main.rs:38:2 Oct 15 11:41:46.523 INFO kablam! | Oct 15 11:41:46.523 INFO kablam! 38 | fn area(&self)->f64{ Oct 15 11:41:46.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:46.523 INFO kablam! Oct 15 11:41:46.523 INFO kablam! warning: function is never used: `circle_area` Oct 15 11:41:46.523 INFO kablam! --> src/main.rs:43:1 Oct 15 11:41:46.523 INFO kablam! | Oct 15 11:41:46.523 INFO kablam! 43 | fn circle_area(){ Oct 15 11:41:46.523 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 11:41:46.523 INFO kablam! Oct 15 11:41:46.933 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 15 11:41:46.939 INFO kablam! su: No module specific data is present Oct 15 11:41:47.719 INFO running `"docker" "rm" "-f" "2161c72c5f0aaeae96f68f71b103a4ff89fa99bde69063c9398fa99dd5d4bc3c"` Oct 15 11:41:48.121 INFO blam! 2161c72c5f0aaeae96f68f71b103a4ff89fa99bde69063c9398fa99dd5d4bc3c Oct 15 11:41:48.123 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:48.614 INFO blam! 30f813bd6acffd940deef42403a8e508714ddb4d498704082874468efd16d37a Oct 15 11:41:48.619 INFO running `"docker" "start" "-a" "30f813bd6acffd940deef42403a8e508714ddb4d498704082874468efd16d37a"` Oct 15 11:41:49.768 INFO kablam! usermod: no changes Oct 15 11:41:49.839 INFO kablam! Compiling hello_world v0.0.1 (/source) Oct 15 11:41:50.449 INFO kablam! warning: unused variable: `i` Oct 15 11:41:50.449 INFO kablam! --> src/main.rs:4:9 Oct 15 11:41:50.449 INFO kablam! | Oct 15 11:41:50.449 INFO kablam! 4 | for i in 0..10{ Oct 15 11:41:50.449 INFO kablam! | ^ help: consider using `_i` instead Oct 15 11:41:50.449 INFO kablam! | Oct 15 11:41:50.449 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:41:50.449 INFO kablam! Oct 15 11:41:50.449 INFO kablam! warning: unused variable: `hello_world1` Oct 15 11:41:50.449 INFO kablam! --> src/main.rs:24:6 Oct 15 11:41:50.449 INFO kablam! | Oct 15 11:41:50.449 INFO kablam! 24 | let hello_world1 = hello + world1; //no ampersand needed to add a string and a &str Oct 15 11:41:50.449 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_hello_world1` instead Oct 15 11:41:50.449 INFO kablam! Oct 15 11:41:50.449 INFO kablam! warning: unused variable: `hello_world2` Oct 15 11:41:50.449 INFO kablam! --> src/main.rs:28:6 Oct 15 11:41:50.449 INFO kablam! | Oct 15 11:41:50.449 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:50.449 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_hello_world2` instead Oct 15 11:41:50.449 INFO kablam! Oct 15 11:41:50.453 INFO kablam! warning: function is never used: `for_loop` Oct 15 11:41:50.453 INFO kablam! --> src/main.rs:1:1 Oct 15 11:41:50.453 INFO kablam! | Oct 15 11:41:50.453 INFO kablam! 1 | fn for_loop(){ Oct 15 11:41:50.453 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 11:41:50.453 INFO kablam! | Oct 15 11:41:50.453 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:41:50.453 INFO kablam! Oct 15 11:41:50.457 INFO kablam! warning: function is never used: `while_loop_with_vec` Oct 15 11:41:50.457 INFO kablam! --> src/main.rs:10:1 Oct 15 11:41:50.457 INFO kablam! | Oct 15 11:41:50.457 INFO kablam! 10 | fn while_loop_with_vec(){ Oct 15 11:41:50.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:50.457 INFO kablam! Oct 15 11:41:50.457 INFO kablam! warning: function is never used: `string_example` Oct 15 11:41:50.457 INFO kablam! --> src/main.rs:20:1 Oct 15 11:41:50.457 INFO kablam! | Oct 15 11:41:50.457 INFO kablam! 20 | fn string_example(){ Oct 15 11:41:50.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:50.457 INFO kablam! Oct 15 11:41:50.457 INFO kablam! warning: struct is never constructed: `Circle` Oct 15 11:41:50.457 INFO kablam! --> src/main.rs:31:1 Oct 15 11:41:50.457 INFO kablam! | Oct 15 11:41:50.457 INFO kablam! 31 | struct Circle{ Oct 15 11:41:50.457 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 11:41:50.457 INFO kablam! Oct 15 11:41:50.457 INFO kablam! warning: method is never used: `area` Oct 15 11:41:50.457 INFO kablam! --> src/main.rs:38:2 Oct 15 11:41:50.457 INFO kablam! | Oct 15 11:41:50.458 INFO kablam! 38 | fn area(&self)->f64{ Oct 15 11:41:50.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:50.458 INFO kablam! Oct 15 11:41:50.458 INFO kablam! warning: function is never used: `circle_area` Oct 15 11:41:50.458 INFO kablam! --> src/main.rs:43:1 Oct 15 11:41:50.458 INFO kablam! | Oct 15 11:41:50.458 INFO kablam! 43 | fn circle_area(){ Oct 15 11:41:50.458 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 11:41:50.458 INFO kablam! Oct 15 11:41:50.933 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 15 11:41:50.933 INFO kablam! su: No module specific data is present Oct 15 11:41:51.830 INFO running `"docker" "rm" "-f" "30f813bd6acffd940deef42403a8e508714ddb4d498704082874468efd16d37a"` Oct 15 11:41:52.215 INFO blam! 30f813bd6acffd940deef42403a8e508714ddb4d498704082874468efd16d37a Oct 15 11:41:52.220 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:52.792 INFO blam! 96bad4c43dd8ff43a7aec99b0649201869d5c8a941b6cebeefd7e345d0178ce0 Oct 15 11:41:52.795 INFO running `"docker" "start" "-a" "96bad4c43dd8ff43a7aec99b0649201869d5c8a941b6cebeefd7e345d0178ce0"` Oct 15 11:41:53.827 INFO kablam! usermod: no changes Oct 15 11:41:53.875 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 11:41:53.875 INFO blam! Oct 15 11:41:53.875 INFO kablam! Running /target/debug/deps/hello_world-0de24470d19c7f47 Oct 15 11:41:53.875 INFO blam! running 0 tests Oct 15 11:41:53.875 INFO blam! Oct 15 11:41:53.875 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:41:53.875 INFO blam! Oct 15 11:41:53.883 INFO kablam! su: No module specific data is present Oct 15 11:41:54.891 INFO running `"docker" "rm" "-f" "96bad4c43dd8ff43a7aec99b0649201869d5c8a941b6cebeefd7e345d0178ce0"` Oct 15 11:41:55.139 INFO blam! 96bad4c43dd8ff43a7aec99b0649201869d5c8a941b6cebeefd7e345d0178ce0