Oct 14 17:12:06.234 INFO testing jasonhansel/paraphrase against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:12:06.235 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 17:12:06.852 INFO blam! 6e6aca71d4f2e406460033335e389a83e5a7bd476c8033c77825ecd3393fed09 Oct 14 17:12:06.853 INFO running `"docker" "start" "-a" "6e6aca71d4f2e406460033335e389a83e5a7bd476c8033c77825ecd3393fed09"` Oct 14 17:12:07.826 INFO kablam! usermod: no changes Oct 14 17:12:07.979 INFO kablam! Compiling num-traits v0.1.42 Oct 14 17:12:07.980 INFO kablam! Compiling num_cpus v1.8.0 Oct 14 17:12:07.987 INFO kablam! Compiling clap v2.29.2 Oct 14 17:12:07.987 INFO kablam! Compiling structopt-derive v0.1.6 Oct 14 17:12:10.507 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 17:12:11.140 INFO kablam! Compiling serde_json v1.0.9 Oct 14 17:12:29.211 INFO kablam! Compiling structopt v0.1.7 Oct 14 17:12:29.515 INFO kablam! Compiling paraphrase v0.1.0 (/source) Oct 14 17:12:30.100 INFO kablam! warning: unused imports: `IndexMut`, `Index` Oct 14 17:12:30.100 INFO kablam! --> src/value.rs:13:20 Oct 14 17:12:30.100 INFO kablam! | Oct 14 17:12:30.100 INFO kablam! 13 | use std::ops::{Add,Index,IndexMut}; Oct 14 17:12:30.100 INFO kablam! | ^^^^^ ^^^^^^^^ Oct 14 17:12:30.100 INFO kablam! | Oct 14 17:12:30.100 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:12:30.100 INFO kablam! Oct 14 17:12:30.101 INFO kablam! warning: unnecessary parentheses around `if let` head expression Oct 14 17:12:30.102 INFO kablam! --> src/base.rs:201:36 Oct 14 17:12:30.102 INFO kablam! | Oct 14 17:12:30.102 INFO kablam! 201 | if let Some(tag) = (name_tag.get(1)) { Oct 14 17:12:30.102 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:12:30.102 INFO kablam! | Oct 14 17:12:30.102 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 17:12:30.102 INFO kablam! Oct 14 17:12:30.102 INFO kablam! warning: unused import: `UnwindSafe` Oct 14 17:12:30.102 INFO kablam! --> src/expand.rs:16:18 Oct 14 17:12:30.102 INFO kablam! | Oct 14 17:12:30.102 INFO kablam! 16 | use std::panic::{UnwindSafe,AssertUnwindSafe}; Oct 14 17:12:30.102 INFO kablam! | ^^^^^^^^^^ Oct 14 17:12:30.102 INFO kablam! Oct 14 17:12:30.102 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 17:12:30.102 INFO kablam! --> src/expand.rs:238:41 Oct 14 17:12:30.102 INFO kablam! | Oct 14 17:12:30.102 INFO kablam! 238 | self.final_join = Some(Box::new((self.handle_call(cmd, call)))); Oct 14 17:12:30.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:12:30.102 INFO kablam! Oct 14 17:12:30.105 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 17:12:30.105 INFO kablam! --> src/expand.rs:407:26 Oct 14 17:12:30.105 INFO kablam! | Oct 14 17:12:30.105 INFO kablam! 407 | Box::new((final_join.map(|w| { Oct 14 17:12:30.105 INFO kablam! | __________________________^ Oct 14 17:12:30.105 INFO kablam! 408 | | match w { Oct 14 17:12:30.106 INFO kablam! 409 | | EvalResult::Expand(new_scope, new_rope) => Loop::Continue((joins, new_scope, new_rope)), Oct 14 17:12:30.106 INFO kablam! 410 | | EvalResult::Done(val) => { Oct 14 17:12:30.106 INFO kablam! ... | Oct 14 17:12:30.106 INFO kablam! 414 | | } Oct 14 17:12:30.106 INFO kablam! 415 | | }))) as Fut> Oct 14 17:12:30.106 INFO kablam! | |___________________^ Oct 14 17:12:30.106 INFO kablam! help: remove these parentheses Oct 14 17:12:30.106 INFO kablam! | Oct 14 17:12:30.106 INFO kablam! 407 | Box::new(final_join.map(|w| Oct 14 17:12:30.106 INFO kablam! 408 | { Oct 14 17:12:30.106 INFO kablam! 409 | match w { Oct 14 17:12:30.106 INFO kablam! 410 | EvalResult::Expand(new_scope, new_rope) => Oct 14 17:12:30.106 INFO kablam! 411 | Loop::Continue((joins, new_scope, new_rope)), Oct 14 17:12:30.106 INFO kablam! 412 | EvalResult::Done(val) => { Oct 14 17:12:30.106 INFO kablam! ... Oct 14 17:12:30.106 INFO kablam! Oct 14 17:12:30.106 INFO kablam! warning: unused import: `CpuFuture` Oct 14 17:12:30.106 INFO kablam! --> src/main.rs:38:23 Oct 14 17:12:30.106 INFO kablam! | Oct 14 17:12:30.106 INFO kablam! 38 | use futures_cpupool::{CpuFuture, CpuPool}; Oct 14 17:12:30.106 INFO kablam! | ^^^^^^^^^ Oct 14 17:12:30.106 INFO kablam! Oct 14 17:12:30.106 INFO kablam! warning: unused import: `std::borrow::Cow` Oct 14 17:12:30.106 INFO kablam! --> src/main.rs:41:5 Oct 14 17:12:30.106 INFO kablam! | Oct 14 17:12:30.106 INFO kablam! 41 | use std::borrow::Cow; Oct 14 17:12:30.106 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:12:30.106 INFO kablam! Oct 14 17:12:30.106 INFO kablam! warning: unused import: `std::rc::Rc` Oct 14 17:12:30.106 INFO kablam! --> src/main.rs:42:5 Oct 14 17:12:30.106 INFO kablam! | Oct 14 17:12:30.106 INFO kablam! 42 | use std::rc::Rc; Oct 14 17:12:30.106 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:12:30.106 INFO kablam! Oct 14 17:12:30.207 INFO kablam! warning: unreachable statement Oct 14 17:12:30.208 INFO kablam! --> src/value.rs:55:9 Oct 14 17:12:30.208 INFO kablam! | Oct 14 17:12:30.208 INFO kablam! 55 | let range = self.range.clone(); Oct 14 17:12:30.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:30.208 INFO kablam! | Oct 14 17:12:30.208 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 17:12:30.208 INFO kablam! Oct 14 17:12:30.424 INFO kablam! warning: unused variable: `new_scope` Oct 14 17:12:30.424 INFO kablam! --> src/expand.rs:306:25 Oct 14 17:12:30.424 INFO kablam! | Oct 14 17:12:30.424 INFO kablam! 306 | let new_scope = scope.clone(); Oct 14 17:12:30.424 INFO kablam! | ^^^^^^^^^ help: consider using `_new_scope` instead Oct 14 17:12:30.424 INFO kablam! | Oct 14 17:12:30.424 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:12:30.424 INFO kablam! Oct 14 17:12:30.425 INFO kablam! warning: unused variable: `id` Oct 14 17:12:30.425 INFO kablam! --> src/expand.rs:385:9 Oct 14 17:12:30.425 INFO kablam! | Oct 14 17:12:30.425 INFO kablam! 385 | let id = rand::random::(); Oct 14 17:12:30.425 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 17:12:30.425 INFO kablam! Oct 14 17:12:30.425 INFO kablam! warning: unused variable: `scope` Oct 14 17:12:30.425 INFO kablam! --> src/expand.rs:186:17 Oct 14 17:12:30.425 INFO kablam! | Oct 14 17:12:30.425 INFO kablam! 186 | let scope = self.scope.clone(); Oct 14 17:12:30.425 INFO kablam! | ^^^^^ help: consider using `_scope` instead Oct 14 17:12:30.425 INFO kablam! Oct 14 17:12:30.425 INFO kablam! warning: unused variable: `pool2` Oct 14 17:12:30.425 INFO kablam! --> src/expand.rs:187:17 Oct 14 17:12:30.425 INFO kablam! | Oct 14 17:12:30.425 INFO kablam! 187 | let pool2 = self.pool.clone(); Oct 14 17:12:30.425 INFO kablam! | ^^^^^ help: consider using `_pool2` instead Oct 14 17:12:30.425 INFO kablam! Oct 14 17:12:30.425 INFO kablam! warning: unused variable: `scope` Oct 14 17:12:30.425 INFO kablam! --> src/expand.rs:179:54 Oct 14 17:12:30.425 INFO kablam! | Oct 14 17:12:30.425 INFO kablam! 179 | fn end_command(&mut self, cmd: Vec, scope: Arc) { Oct 14 17:12:30.425 INFO kablam! | ^^^^^ help: consider using `_scope` instead Oct 14 17:12:30.425 INFO kablam! Oct 14 17:12:30.474 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:30.474 INFO kablam! --> src/scope.rs:196:41 Oct 14 17:12:30.474 INFO kablam! | Oct 14 17:12:30.474 INFO kablam! 196 | code(args.into_iter().map(|mut x| { x }).collect()) Oct 14 17:12:30.474 INFO kablam! | ----^ Oct 14 17:12:30.474 INFO kablam! | | Oct 14 17:12:30.474 INFO kablam! | help: remove this `mut` Oct 14 17:12:30.474 INFO kablam! | Oct 14 17:12:30.474 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:12:30.474 INFO kablam! Oct 14 17:12:30.483 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:30.483 INFO kablam! --> src/base.rs:116:87 Oct 14 17:12:30.483 INFO kablam! | Oct 14 17:12:30.483 INFO kablam! 116 | (Some(Str(n)), Some(Str(replacement)), Some(Closure(ValueClosure(inner_scope, mut h))), None, ..) => { Oct 14 17:12:30.483 INFO kablam! | ----^ Oct 14 17:12:30.483 INFO kablam! | | Oct 14 17:12:30.483 INFO kablam! | help: remove this `mut` Oct 14 17:12:30.483 INFO kablam! Oct 14 17:12:30.518 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:30.518 INFO kablam! --> src/expand.rs:220:29 Oct 14 17:12:30.518 INFO kablam! | Oct 14 17:12:30.518 INFO kablam! 220 | fn raw_param(&mut self, mut rope: Rope) { Oct 14 17:12:30.518 INFO kablam! | ----^^^^ Oct 14 17:12:30.518 INFO kablam! | | Oct 14 17:12:30.518 INFO kablam! | help: remove this `mut` Oct 14 17:12:30.518 INFO kablam! Oct 14 17:12:30.519 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:30.519 INFO kablam! --> src/expand.rs:227:54 Oct 14 17:12:30.519 INFO kablam! | Oct 14 17:12:30.519 INFO kablam! 227 | fn semi_param(&mut self, stack: Vec, mut rope: Rope, cmd: Vec) { Oct 14 17:12:30.519 INFO kablam! | ----^^^^ Oct 14 17:12:30.519 INFO kablam! | | Oct 14 17:12:30.519 INFO kablam! | help: remove this `mut` Oct 14 17:12:30.519 INFO kablam! Oct 14 17:12:30.520 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:30.520 INFO kablam! --> src/expand.rs:240:24 Oct 14 17:12:30.520 INFO kablam! | Oct 14 17:12:30.520 INFO kablam! 240 | fn text(&mut self, mut rope: Rope) { Oct 14 17:12:30.520 INFO kablam! | ----^^^^ Oct 14 17:12:30.520 INFO kablam! | | Oct 14 17:12:30.520 INFO kablam! | help: remove this `mut` Oct 14 17:12:30.520 INFO kablam! Oct 14 17:12:30.538 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:30.538 INFO kablam! --> src/expand.rs:389:92 Oct 14 17:12:30.539 INFO kablam! | Oct 14 17:12:30.539 INFO kablam! 389 | loop_fn(( (vec![] as Vec>), _scope, _rope), move |(mut joins, mut scope, mut rope)| { Oct 14 17:12:30.539 INFO kablam! | ----^^^^ Oct 14 17:12:30.539 INFO kablam! | | Oct 14 17:12:30.539 INFO kablam! | help: remove this `mut` Oct 14 17:12:30.539 INFO kablam! Oct 14 17:12:30.542 INFO kablam! warning: static variable `latest_tag` should have an upper case name such as `LATEST_TAG` Oct 14 17:12:30.543 INFO kablam! --> src/scope.rs:14:1 Oct 14 17:12:30.543 INFO kablam! | Oct 14 17:12:30.543 INFO kablam! 14 | static latest_tag : AtomicUsize = AtomicUsize::new(0); Oct 14 17:12:30.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:30.543 INFO kablam! | Oct 14 17:12:30.543 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 14 17:12:30.543 INFO kablam! Oct 14 17:12:30.569 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:12:30.569 INFO kablam! --> src/main.rs:78:13 Oct 14 17:12:30.569 INFO kablam! | Oct 14 17:12:30.569 INFO kablam! 78 | file.read_to_string(&mut s); Oct 14 17:12:30.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:30.569 INFO kablam! | Oct 14 17:12:30.569 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:12:30.569 INFO kablam! Oct 14 17:12:34.036 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.18s Oct 14 17:12:34.039 INFO kablam! su: No module specific data is present Oct 14 17:12:34.357 INFO running `"docker" "rm" "-f" "6e6aca71d4f2e406460033335e389a83e5a7bd476c8033c77825ecd3393fed09"` Oct 14 17:12:34.430 INFO blam! 6e6aca71d4f2e406460033335e389a83e5a7bd476c8033c77825ecd3393fed09 Oct 14 17:12:34.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 17:12:34.899 INFO blam! 8d0d2b0dbea8f9778d290620c7dbcbbe3b1de3057096c0b9fd38fcce27de759c Oct 14 17:12:34.902 INFO running `"docker" "start" "-a" "8d0d2b0dbea8f9778d290620c7dbcbbe3b1de3057096c0b9fd38fcce27de759c"` Oct 14 17:12:35.265 INFO kablam! usermod: no changes Oct 14 17:12:35.331 INFO kablam! Compiling paraphrase v0.1.0 (/source) Oct 14 17:12:35.746 INFO kablam! warning: unused imports: `IndexMut`, `Index` Oct 14 17:12:35.746 INFO kablam! --> src/value.rs:13:20 Oct 14 17:12:35.746 INFO kablam! | Oct 14 17:12:35.746 INFO kablam! 13 | use std::ops::{Add,Index,IndexMut}; Oct 14 17:12:35.746 INFO kablam! | ^^^^^ ^^^^^^^^ Oct 14 17:12:35.746 INFO kablam! | Oct 14 17:12:35.746 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:12:35.746 INFO kablam! Oct 14 17:12:35.747 INFO kablam! warning: unnecessary parentheses around `if let` head expression Oct 14 17:12:35.747 INFO kablam! --> src/base.rs:201:36 Oct 14 17:12:35.747 INFO kablam! | Oct 14 17:12:35.747 INFO kablam! 201 | if let Some(tag) = (name_tag.get(1)) { Oct 14 17:12:35.747 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:12:35.747 INFO kablam! | Oct 14 17:12:35.747 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 17:12:35.747 INFO kablam! Oct 14 17:12:35.747 INFO kablam! warning: unused import: `UnwindSafe` Oct 14 17:12:35.747 INFO kablam! --> src/expand.rs:16:18 Oct 14 17:12:35.747 INFO kablam! | Oct 14 17:12:35.747 INFO kablam! 16 | use std::panic::{UnwindSafe,AssertUnwindSafe}; Oct 14 17:12:35.747 INFO kablam! | ^^^^^^^^^^ Oct 14 17:12:35.747 INFO kablam! Oct 14 17:12:35.748 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 17:12:35.748 INFO kablam! --> src/expand.rs:238:41 Oct 14 17:12:35.748 INFO kablam! | Oct 14 17:12:35.748 INFO kablam! 238 | self.final_join = Some(Box::new((self.handle_call(cmd, call)))); Oct 14 17:12:35.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:12:35.748 INFO kablam! Oct 14 17:12:35.748 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 17:12:35.748 INFO kablam! --> src/expand.rs:407:26 Oct 14 17:12:35.748 INFO kablam! | Oct 14 17:12:35.748 INFO kablam! 407 | Box::new((final_join.map(|w| { Oct 14 17:12:35.748 INFO kablam! | __________________________^ Oct 14 17:12:35.748 INFO kablam! 408 | | match w { Oct 14 17:12:35.748 INFO kablam! 409 | | EvalResult::Expand(new_scope, new_rope) => Loop::Continue((joins, new_scope, new_rope)), Oct 14 17:12:35.748 INFO kablam! 410 | | EvalResult::Done(val) => { Oct 14 17:12:35.748 INFO kablam! ... | Oct 14 17:12:35.748 INFO kablam! 414 | | } Oct 14 17:12:35.748 INFO kablam! 415 | | }))) as Fut> Oct 14 17:12:35.748 INFO kablam! | |___________________^ Oct 14 17:12:35.751 INFO kablam! help: remove these parentheses Oct 14 17:12:35.751 INFO kablam! | Oct 14 17:12:35.751 INFO kablam! 407 | Box::new(final_join.map(|w| Oct 14 17:12:35.751 INFO kablam! 408 | { Oct 14 17:12:35.751 INFO kablam! 409 | match w { Oct 14 17:12:35.751 INFO kablam! 410 | EvalResult::Expand(new_scope, new_rope) => Oct 14 17:12:35.751 INFO kablam! 411 | Loop::Continue((joins, new_scope, new_rope)), Oct 14 17:12:35.751 INFO kablam! 412 | EvalResult::Done(val) => { Oct 14 17:12:35.751 INFO kablam! ... Oct 14 17:12:35.751 INFO kablam! Oct 14 17:12:35.752 INFO kablam! warning: unused import: `CpuFuture` Oct 14 17:12:35.752 INFO kablam! --> src/main.rs:38:23 Oct 14 17:12:35.752 INFO kablam! | Oct 14 17:12:35.752 INFO kablam! 38 | use futures_cpupool::{CpuFuture, CpuPool}; Oct 14 17:12:35.752 INFO kablam! | ^^^^^^^^^ Oct 14 17:12:35.752 INFO kablam! Oct 14 17:12:35.752 INFO kablam! warning: unused import: `std::borrow::Cow` Oct 14 17:12:35.752 INFO kablam! --> src/main.rs:41:5 Oct 14 17:12:35.752 INFO kablam! | Oct 14 17:12:35.752 INFO kablam! 41 | use std::borrow::Cow; Oct 14 17:12:35.752 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:12:35.752 INFO kablam! Oct 14 17:12:35.752 INFO kablam! warning: unused import: `std::rc::Rc` Oct 14 17:12:35.752 INFO kablam! --> src/main.rs:42:5 Oct 14 17:12:35.752 INFO kablam! | Oct 14 17:12:35.752 INFO kablam! 42 | use std::rc::Rc; Oct 14 17:12:35.752 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:12:35.752 INFO kablam! Oct 14 17:12:35.867 INFO kablam! warning: unreachable statement Oct 14 17:12:35.867 INFO kablam! --> src/value.rs:55:9 Oct 14 17:12:35.867 INFO kablam! | Oct 14 17:12:35.867 INFO kablam! 55 | let range = self.range.clone(); Oct 14 17:12:35.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:35.867 INFO kablam! | Oct 14 17:12:35.867 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 17:12:35.867 INFO kablam! Oct 14 17:12:36.130 INFO kablam! warning: unused variable: `new_scope` Oct 14 17:12:36.130 INFO kablam! --> src/expand.rs:306:25 Oct 14 17:12:36.130 INFO kablam! | Oct 14 17:12:36.130 INFO kablam! 306 | let new_scope = scope.clone(); Oct 14 17:12:36.130 INFO kablam! | ^^^^^^^^^ help: consider using `_new_scope` instead Oct 14 17:12:36.130 INFO kablam! | Oct 14 17:12:36.130 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:12:36.130 INFO kablam! Oct 14 17:12:36.130 INFO kablam! warning: unused variable: `id` Oct 14 17:12:36.130 INFO kablam! --> src/expand.rs:385:9 Oct 14 17:12:36.130 INFO kablam! | Oct 14 17:12:36.130 INFO kablam! 385 | let id = rand::random::(); Oct 14 17:12:36.130 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 17:12:36.130 INFO kablam! Oct 14 17:12:36.131 INFO kablam! warning: unused variable: `scope` Oct 14 17:12:36.131 INFO kablam! --> src/expand.rs:186:17 Oct 14 17:12:36.131 INFO kablam! | Oct 14 17:12:36.131 INFO kablam! 186 | let scope = self.scope.clone(); Oct 14 17:12:36.131 INFO kablam! | ^^^^^ help: consider using `_scope` instead Oct 14 17:12:36.131 INFO kablam! Oct 14 17:12:36.131 INFO kablam! warning: unused variable: `pool2` Oct 14 17:12:36.131 INFO kablam! --> src/expand.rs:187:17 Oct 14 17:12:36.131 INFO kablam! | Oct 14 17:12:36.131 INFO kablam! 187 | let pool2 = self.pool.clone(); Oct 14 17:12:36.131 INFO kablam! | ^^^^^ help: consider using `_pool2` instead Oct 14 17:12:36.131 INFO kablam! Oct 14 17:12:36.131 INFO kablam! warning: unused variable: `scope` Oct 14 17:12:36.131 INFO kablam! --> src/expand.rs:179:54 Oct 14 17:12:36.131 INFO kablam! | Oct 14 17:12:36.131 INFO kablam! 179 | fn end_command(&mut self, cmd: Vec, scope: Arc) { Oct 14 17:12:36.131 INFO kablam! | ^^^^^ help: consider using `_scope` instead Oct 14 17:12:36.131 INFO kablam! Oct 14 17:12:36.195 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:36.195 INFO kablam! --> src/scope.rs:196:41 Oct 14 17:12:36.195 INFO kablam! | Oct 14 17:12:36.196 INFO kablam! 196 | code(args.into_iter().map(|mut x| { x }).collect()) Oct 14 17:12:36.196 INFO kablam! | ----^ Oct 14 17:12:36.196 INFO kablam! | | Oct 14 17:12:36.196 INFO kablam! | help: remove this `mut` Oct 14 17:12:36.196 INFO kablam! | Oct 14 17:12:36.196 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:12:36.196 INFO kablam! Oct 14 17:12:36.206 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:36.206 INFO kablam! --> src/base.rs:116:87 Oct 14 17:12:36.206 INFO kablam! | Oct 14 17:12:36.206 INFO kablam! 116 | (Some(Str(n)), Some(Str(replacement)), Some(Closure(ValueClosure(inner_scope, mut h))), None, ..) => { Oct 14 17:12:36.206 INFO kablam! | ----^ Oct 14 17:12:36.206 INFO kablam! | | Oct 14 17:12:36.206 INFO kablam! | help: remove this `mut` Oct 14 17:12:36.206 INFO kablam! Oct 14 17:12:36.236 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:36.236 INFO kablam! --> src/expand.rs:220:29 Oct 14 17:12:36.237 INFO kablam! | Oct 14 17:12:36.237 INFO kablam! 220 | fn raw_param(&mut self, mut rope: Rope) { Oct 14 17:12:36.237 INFO kablam! | ----^^^^ Oct 14 17:12:36.237 INFO kablam! | | Oct 14 17:12:36.237 INFO kablam! | help: remove this `mut` Oct 14 17:12:36.237 INFO kablam! Oct 14 17:12:36.238 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:36.238 INFO kablam! --> src/expand.rs:227:54 Oct 14 17:12:36.238 INFO kablam! | Oct 14 17:12:36.238 INFO kablam! 227 | fn semi_param(&mut self, stack: Vec, mut rope: Rope, cmd: Vec) { Oct 14 17:12:36.238 INFO kablam! | ----^^^^ Oct 14 17:12:36.238 INFO kablam! | | Oct 14 17:12:36.238 INFO kablam! | help: remove this `mut` Oct 14 17:12:36.238 INFO kablam! Oct 14 17:12:36.238 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:36.238 INFO kablam! --> src/expand.rs:240:24 Oct 14 17:12:36.238 INFO kablam! | Oct 14 17:12:36.238 INFO kablam! 240 | fn text(&mut self, mut rope: Rope) { Oct 14 17:12:36.238 INFO kablam! | ----^^^^ Oct 14 17:12:36.238 INFO kablam! | | Oct 14 17:12:36.238 INFO kablam! | help: remove this `mut` Oct 14 17:12:36.238 INFO kablam! Oct 14 17:12:36.257 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:36.258 INFO kablam! --> src/expand.rs:389:92 Oct 14 17:12:36.258 INFO kablam! | Oct 14 17:12:36.258 INFO kablam! 389 | loop_fn(( (vec![] as Vec>), _scope, _rope), move |(mut joins, mut scope, mut rope)| { Oct 14 17:12:36.258 INFO kablam! | ----^^^^ Oct 14 17:12:36.258 INFO kablam! | | Oct 14 17:12:36.258 INFO kablam! | help: remove this `mut` Oct 14 17:12:36.258 INFO kablam! Oct 14 17:12:36.261 INFO kablam! warning: static variable `latest_tag` should have an upper case name such as `LATEST_TAG` Oct 14 17:12:36.261 INFO kablam! --> src/scope.rs:14:1 Oct 14 17:12:36.261 INFO kablam! | Oct 14 17:12:36.261 INFO kablam! 14 | static latest_tag : AtomicUsize = AtomicUsize::new(0); Oct 14 17:12:36.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:36.261 INFO kablam! | Oct 14 17:12:36.261 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 14 17:12:36.261 INFO kablam! Oct 14 17:12:36.290 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:12:36.290 INFO kablam! --> src/main.rs:78:13 Oct 14 17:12:36.290 INFO kablam! | Oct 14 17:12:36.290 INFO kablam! 78 | file.read_to_string(&mut s); Oct 14 17:12:36.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:36.290 INFO kablam! | Oct 14 17:12:36.290 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:12:36.290 INFO kablam! Oct 14 17:12:36.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 14 17:12:36.677 INFO kablam! su: No module specific data is present Oct 14 17:12:36.949 INFO running `"docker" "rm" "-f" "8d0d2b0dbea8f9778d290620c7dbcbbe3b1de3057096c0b9fd38fcce27de759c"` Oct 14 17:12:37.053 INFO blam! 8d0d2b0dbea8f9778d290620c7dbcbbe3b1de3057096c0b9fd38fcce27de759c Oct 14 17:12:37.055 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 17:12:37.243 INFO blam! 1aa4bbdb95e092ea7cb136d08617e0f09d76bbce611f782179c075c4f7109694 Oct 14 17:12:37.247 INFO running `"docker" "start" "-a" "1aa4bbdb95e092ea7cb136d08617e0f09d76bbce611f782179c075c4f7109694"` Oct 14 17:12:37.859 INFO kablam! usermod: no changes Oct 14 17:12:37.931 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 17:12:37.943 INFO kablam! Running /target/debug/deps/paraphrase-c2434fb93c9197a6 Oct 14 17:12:37.946 INFO blam! Oct 14 17:12:37.946 INFO blam! running 0 tests Oct 14 17:12:37.946 INFO blam! Oct 14 17:12:37.946 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:12:37.946 INFO blam! Oct 14 17:12:37.950 INFO kablam! su: No module specific data is present Oct 14 17:12:38.263 INFO running `"docker" "rm" "-f" "1aa4bbdb95e092ea7cb136d08617e0f09d76bbce611f782179c075c4f7109694"` Oct 14 17:12:38.371 INFO blam! 1aa4bbdb95e092ea7cb136d08617e0f09d76bbce611f782179c075c4f7109694