Oct 15 10:06:22.167 INFO testing IpWoo/asha against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:06:22.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 10:06:22.615 INFO blam! 6e0e81f2ddb18846ce4e07b12cc8191b110f19eda44cd03596b4f5c709253d2a Oct 15 10:06:22.617 INFO running `"docker" "start" "-a" "6e0e81f2ddb18846ce4e07b12cc8191b110f19eda44cd03596b4f5c709253d2a"` Oct 15 10:06:23.943 INFO kablam! usermod: no changes Oct 15 10:06:23.987 INFO kablam! warning: path `/source/src/asha.rs` was erroneously implicitly accepted for binary `asha`, Oct 15 10:06:23.987 INFO kablam! please set bin.path in Cargo.toml Oct 15 10:06:23.987 INFO kablam! warning: unused manifest key: feature Oct 15 10:06:23.997 INFO kablam! Compiling asha v0.0.1 (/source) Oct 15 10:06:24.404 INFO kablam! warning: unused import: `mods::iterators` Oct 15 10:06:24.405 INFO kablam! --> src/asha.rs:3:5 Oct 15 10:06:24.405 INFO kablam! | Oct 15 10:06:24.405 INFO kablam! 3 | use mods::iterators; Oct 15 10:06:24.405 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 10:06:24.405 INFO kablam! | Oct 15 10:06:24.405 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:06:24.405 INFO kablam! Oct 15 10:06:24.499 INFO kablam! warning: unused variable: `map` Oct 15 10:06:24.499 INFO kablam! --> src/mods/iterators.rs:45:9 Oct 15 10:06:24.499 INFO kablam! | Oct 15 10:06:24.499 INFO kablam! 45 | let map = range_for_map.map(|x| println!("{}", x)); Oct 15 10:06:24.499 INFO kablam! | ^^^ help: consider using `_map` instead Oct 15 10:06:24.499 INFO kablam! | Oct 15 10:06:24.499 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:06:24.499 INFO kablam! Oct 15 10:06:24.499 INFO kablam! warning: variable does not need to be mutable Oct 15 10:06:24.499 INFO kablam! --> src/mods/iterators.rs:32:9 Oct 15 10:06:24.499 INFO kablam! | Oct 15 10:06:24.499 INFO kablam! 32 | let mut range = 0..3; Oct 15 10:06:24.499 INFO kablam! | ----^^^^^ Oct 15 10:06:24.499 INFO kablam! | | Oct 15 10:06:24.499 INFO kablam! | help: remove this `mut` Oct 15 10:06:24.499 INFO kablam! | Oct 15 10:06:24.507 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:06:24.507 INFO kablam! Oct 15 10:06:24.507 INFO kablam! warning: variable does not need to be mutable Oct 15 10:06:24.507 INFO kablam! --> src/mods/iterators.rs:37:9 Oct 15 10:06:24.507 INFO kablam! | Oct 15 10:06:24.507 INFO kablam! 37 | let mut iter = a.iter(); Oct 15 10:06:24.507 INFO kablam! | ----^^^^ Oct 15 10:06:24.507 INFO kablam! | | Oct 15 10:06:24.507 INFO kablam! | help: remove this `mut` Oct 15 10:06:24.507 INFO kablam! Oct 15 10:06:24.507 INFO kablam! warning: function is never used: `fn_range` Oct 15 10:06:24.507 INFO kablam! --> src/mods/iterators.rs:4:1 Oct 15 10:06:24.507 INFO kablam! | Oct 15 10:06:24.507 INFO kablam! 4 | pub fn fn_range() { Oct 15 10:06:24.507 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:06:24.507 INFO kablam! | Oct 15 10:06:24.507 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:06:24.507 INFO kablam! Oct 15 10:06:24.507 INFO kablam! warning: function is never used: `fn_iter` Oct 15 10:06:24.507 INFO kablam! --> src/mods/iterators.rs:17:1 Oct 15 10:06:24.507 INFO kablam! | Oct 15 10:06:24.507 INFO kablam! 17 | pub fn fn_iter() { Oct 15 10:06:24.507 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:06:24.507 INFO kablam! Oct 15 10:06:24.507 INFO kablam! warning: function is never used: `fn_collect` Oct 15 10:06:24.507 INFO kablam! --> src/mods/iterators.rs:31:1 Oct 15 10:06:24.507 INFO kablam! | Oct 15 10:06:24.507 INFO kablam! 31 | pub fn fn_collect() { Oct 15 10:06:24.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:24.507 INFO kablam! Oct 15 10:06:24.507 INFO kablam! warning: function is never used: `fn_map` Oct 15 10:06:24.507 INFO kablam! --> src/mods/iterators.rs:43:1 Oct 15 10:06:24.507 INFO kablam! | Oct 15 10:06:24.507 INFO kablam! 43 | pub fn fn_map() { Oct 15 10:06:24.507 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 10:06:24.507 INFO kablam! Oct 15 10:06:24.507 INFO kablam! warning: function is never used: `mods_intro` Oct 15 10:06:24.507 INFO kablam! --> src/mods/mod.rs:4:1 Oct 15 10:06:24.507 INFO kablam! | Oct 15 10:06:24.507 INFO kablam! 4 | pub fn mods_intro() { Oct 15 10:06:24.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:24.507 INFO kablam! Oct 15 10:06:24.507 INFO kablam! warning: function `changeValue` should have a snake case name such as `change_value` Oct 15 10:06:24.507 INFO kablam! --> src/mods/ownership.rs:37:1 Oct 15 10:06:24.507 INFO kablam! | Oct 15 10:06:24.507 INFO kablam! 37 | / fn changeValue(mut value:i32) { Oct 15 10:06:24.507 INFO kablam! 38 | | value = value + 1; Oct 15 10:06:24.507 INFO kablam! 39 | | println!("in changeValue scope value is {:?}", value); Oct 15 10:06:24.507 INFO kablam! 40 | | } Oct 15 10:06:24.507 INFO kablam! | |_^ Oct 15 10:06:24.507 INFO kablam! | Oct 15 10:06:24.507 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:06:24.507 INFO kablam! Oct 15 10:06:24.507 INFO kablam! warning: function `changeValue2` should have a snake case name such as `change_value2` Oct 15 10:06:24.507 INFO kablam! --> src/mods/ownership.rs:42:1 Oct 15 10:06:24.507 INFO kablam! | Oct 15 10:06:24.507 INFO kablam! 42 | / fn changeValue2(value:Vec) -> Vec{ Oct 15 10:06:24.507 INFO kablam! 43 | | println!("{:?}", value); Oct 15 10:06:24.507 INFO kablam! 44 | | value Oct 15 10:06:24.507 INFO kablam! 45 | | } Oct 15 10:06:24.507 INFO kablam! | |_^ Oct 15 10:06:24.507 INFO kablam! Oct 15 10:06:24.912 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 15 10:06:24.920 INFO kablam! su: No module specific data is present Oct 15 10:06:25.783 INFO running `"docker" "rm" "-f" "6e0e81f2ddb18846ce4e07b12cc8191b110f19eda44cd03596b4f5c709253d2a"` Oct 15 10:06:26.251 INFO blam! 6e0e81f2ddb18846ce4e07b12cc8191b110f19eda44cd03596b4f5c709253d2a Oct 15 10:06:26.264 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 10:06:26.900 INFO blam! 563e3153b246675e0ece4e541da96e525ae3f3b9b0279a4a5858725ff5f25106 Oct 15 10:06:26.902 INFO running `"docker" "start" "-a" "563e3153b246675e0ece4e541da96e525ae3f3b9b0279a4a5858725ff5f25106"` Oct 15 10:06:28.804 INFO kablam! usermod: no changes Oct 15 10:06:28.863 INFO kablam! warning: path `/source/src/asha.rs` was erroneously implicitly accepted for binary `asha`, Oct 15 10:06:28.863 INFO kablam! please set bin.path in Cargo.toml Oct 15 10:06:28.863 INFO kablam! warning: unused manifest key: feature Oct 15 10:06:28.863 INFO kablam! Compiling asha v0.0.1 (/source) Oct 15 10:06:29.411 INFO kablam! warning: unused import: `mods::iterators` Oct 15 10:06:29.411 INFO kablam! --> src/asha.rs:3:5 Oct 15 10:06:29.411 INFO kablam! | Oct 15 10:06:29.411 INFO kablam! 3 | use mods::iterators; Oct 15 10:06:29.411 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 10:06:29.411 INFO kablam! | Oct 15 10:06:29.411 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:06:29.411 INFO kablam! Oct 15 10:06:29.503 INFO kablam! warning: unused variable: `map` Oct 15 10:06:29.503 INFO kablam! --> src/mods/iterators.rs:45:9 Oct 15 10:06:29.503 INFO kablam! | Oct 15 10:06:29.503 INFO kablam! 45 | let map = range_for_map.map(|x| println!("{}", x)); Oct 15 10:06:29.503 INFO kablam! | ^^^ help: consider using `_map` instead Oct 15 10:06:29.503 INFO kablam! | Oct 15 10:06:29.503 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:06:29.503 INFO kablam! Oct 15 10:06:29.504 INFO kablam! warning: variable does not need to be mutable Oct 15 10:06:29.504 INFO kablam! --> src/mods/iterators.rs:32:9 Oct 15 10:06:29.504 INFO kablam! | Oct 15 10:06:29.504 INFO kablam! 32 | let mut range = 0..3; Oct 15 10:06:29.504 INFO kablam! | ----^^^^^ Oct 15 10:06:29.504 INFO kablam! | | Oct 15 10:06:29.504 INFO kablam! | help: remove this `mut` Oct 15 10:06:29.504 INFO kablam! | Oct 15 10:06:29.504 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:06:29.504 INFO kablam! Oct 15 10:06:29.504 INFO kablam! warning: variable does not need to be mutable Oct 15 10:06:29.504 INFO kablam! --> src/mods/iterators.rs:37:9 Oct 15 10:06:29.504 INFO kablam! | Oct 15 10:06:29.504 INFO kablam! 37 | let mut iter = a.iter(); Oct 15 10:06:29.504 INFO kablam! | ----^^^^ Oct 15 10:06:29.505 INFO kablam! | | Oct 15 10:06:29.505 INFO kablam! | help: remove this `mut` Oct 15 10:06:29.505 INFO kablam! Oct 15 10:06:29.515 INFO kablam! warning: function is never used: `fn_range` Oct 15 10:06:29.515 INFO kablam! --> src/mods/iterators.rs:4:1 Oct 15 10:06:29.515 INFO kablam! | Oct 15 10:06:29.515 INFO kablam! 4 | pub fn fn_range() { Oct 15 10:06:29.515 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:06:29.515 INFO kablam! | Oct 15 10:06:29.515 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:06:29.515 INFO kablam! Oct 15 10:06:29.515 INFO kablam! warning: function is never used: `fn_iter` Oct 15 10:06:29.515 INFO kablam! --> src/mods/iterators.rs:17:1 Oct 15 10:06:29.515 INFO kablam! | Oct 15 10:06:29.515 INFO kablam! 17 | pub fn fn_iter() { Oct 15 10:06:29.515 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:06:29.515 INFO kablam! Oct 15 10:06:29.515 INFO kablam! warning: function is never used: `fn_collect` Oct 15 10:06:29.515 INFO kablam! --> src/mods/iterators.rs:31:1 Oct 15 10:06:29.515 INFO kablam! | Oct 15 10:06:29.515 INFO kablam! 31 | pub fn fn_collect() { Oct 15 10:06:29.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:29.515 INFO kablam! Oct 15 10:06:29.515 INFO kablam! warning: function is never used: `fn_map` Oct 15 10:06:29.515 INFO kablam! --> src/mods/iterators.rs:43:1 Oct 15 10:06:29.515 INFO kablam! | Oct 15 10:06:29.515 INFO kablam! 43 | pub fn fn_map() { Oct 15 10:06:29.515 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 10:06:29.515 INFO kablam! Oct 15 10:06:29.515 INFO kablam! warning: function is never used: `mods_intro` Oct 15 10:06:29.515 INFO kablam! --> src/mods/mod.rs:4:1 Oct 15 10:06:29.515 INFO kablam! | Oct 15 10:06:29.515 INFO kablam! 4 | pub fn mods_intro() { Oct 15 10:06:29.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:06:29.515 INFO kablam! Oct 15 10:06:29.515 INFO kablam! warning: function `changeValue` should have a snake case name such as `change_value` Oct 15 10:06:29.515 INFO kablam! --> src/mods/ownership.rs:37:1 Oct 15 10:06:29.515 INFO kablam! | Oct 15 10:06:29.515 INFO kablam! 37 | / fn changeValue(mut value:i32) { Oct 15 10:06:29.515 INFO kablam! 38 | | value = value + 1; Oct 15 10:06:29.515 INFO kablam! 39 | | println!("in changeValue scope value is {:?}", value); Oct 15 10:06:29.515 INFO kablam! 40 | | } Oct 15 10:06:29.515 INFO kablam! | |_^ Oct 15 10:06:29.515 INFO kablam! | Oct 15 10:06:29.515 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:06:29.515 INFO kablam! Oct 15 10:06:29.515 INFO kablam! warning: function `changeValue2` should have a snake case name such as `change_value2` Oct 15 10:06:29.515 INFO kablam! --> src/mods/ownership.rs:42:1 Oct 15 10:06:29.515 INFO kablam! | Oct 15 10:06:29.515 INFO kablam! 42 | / fn changeValue2(value:Vec) -> Vec{ Oct 15 10:06:29.515 INFO kablam! 43 | | println!("{:?}", value); Oct 15 10:06:29.515 INFO kablam! 44 | | value Oct 15 10:06:29.515 INFO kablam! 45 | | } Oct 15 10:06:29.515 INFO kablam! | |_^ Oct 15 10:06:29.515 INFO kablam! Oct 15 10:06:30.117 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 15 10:06:30.119 INFO kablam! su: No module specific data is present Oct 15 10:06:31.135 INFO running `"docker" "rm" "-f" "563e3153b246675e0ece4e541da96e525ae3f3b9b0279a4a5858725ff5f25106"` Oct 15 10:06:31.431 INFO blam! 563e3153b246675e0ece4e541da96e525ae3f3b9b0279a4a5858725ff5f25106 Oct 15 10:06:31.447 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 10:06:31.976 INFO blam! 96265be327dac1c4758df1efc751009058573604d4e1e782c07513056845fbb2 Oct 15 10:06:31.978 INFO running `"docker" "start" "-a" "96265be327dac1c4758df1efc751009058573604d4e1e782c07513056845fbb2"` Oct 15 10:06:34.492 INFO kablam! usermod: no changes Oct 15 10:06:34.537 INFO kablam! warning: path `/source/src/asha.rs` was erroneously implicitly accepted for binary `asha`, Oct 15 10:06:34.537 INFO kablam! please set bin.path in Cargo.toml Oct 15 10:06:34.537 INFO kablam! warning: unused manifest key: feature Oct 15 10:06:34.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 10:06:34.555 INFO kablam! Running /target/debug/deps/asha-f2b066248abe636c Oct 15 10:06:34.585 INFO blam! Oct 15 10:06:34.585 INFO blam! running 0 tests Oct 15 10:06:34.585 INFO blam! Oct 15 10:06:34.585 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:06:34.585 INFO blam! Oct 15 10:06:34.595 INFO kablam! su: No module specific data is present Oct 15 10:06:35.787 INFO running `"docker" "rm" "-f" "96265be327dac1c4758df1efc751009058573604d4e1e782c07513056845fbb2"` Oct 15 10:06:36.079 INFO blam! 96265be327dac1c4758df1efc751009058573604d4e1e782c07513056845fbb2