Oct 14 17:12:06.090 INFO testing jasonhansel/paraphrase against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:12:06.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:12:06.747 INFO blam! 58811c916f03fe99be8af5590924cfa1ac2bffae7ac0dd121854d2e4089fddc3 Oct 14 17:12:06.750 INFO running `"docker" "start" "-a" "58811c916f03fe99be8af5590924cfa1ac2bffae7ac0dd121854d2e4089fddc3"` Oct 14 17:12:08.002 INFO kablam! usermod: no changes Oct 14 17:12:08.115 INFO kablam! Compiling num-traits v0.1.42 Oct 14 17:12:08.115 INFO kablam! Compiling memchr v2.0.1 Oct 14 17:12:08.131 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 17:12:08.131 INFO kablam! Compiling structopt-derive v0.1.6 Oct 14 17:12:08.131 INFO kablam! Compiling structopt v0.1.7 Oct 14 17:12:09.344 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 17:12:12.308 INFO kablam! Compiling regex v0.2.5 Oct 14 17:12:12.787 INFO kablam! Compiling serde_json v1.0.9 Oct 14 17:12:25.947 INFO kablam! Compiling paraphrase v0.1.0 (/source) Oct 14 17:12:26.611 INFO kablam! warning: unused imports: `IndexMut`, `Index` Oct 14 17:12:26.611 INFO kablam! --> src/value.rs:13:20 Oct 14 17:12:26.611 INFO kablam! | Oct 14 17:12:26.611 INFO kablam! 13 | use std::ops::{Add,Index,IndexMut}; Oct 14 17:12:26.611 INFO kablam! | ^^^^^ ^^^^^^^^ Oct 14 17:12:26.611 INFO kablam! | Oct 14 17:12:26.611 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:12:26.611 INFO kablam! Oct 14 17:12:26.615 INFO kablam! warning: unnecessary parentheses around `if let` head expression Oct 14 17:12:26.615 INFO kablam! --> src/base.rs:201:36 Oct 14 17:12:26.615 INFO kablam! | Oct 14 17:12:26.615 INFO kablam! 201 | if let Some(tag) = (name_tag.get(1)) { Oct 14 17:12:26.615 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:12:26.615 INFO kablam! | Oct 14 17:12:26.615 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 17:12:26.615 INFO kablam! Oct 14 17:12:26.615 INFO kablam! warning: unused import: `UnwindSafe` Oct 14 17:12:26.615 INFO kablam! --> src/expand.rs:16:18 Oct 14 17:12:26.615 INFO kablam! | Oct 14 17:12:26.615 INFO kablam! 16 | use std::panic::{UnwindSafe,AssertUnwindSafe}; Oct 14 17:12:26.615 INFO kablam! | ^^^^^^^^^^ Oct 14 17:12:26.615 INFO kablam! Oct 14 17:12:26.615 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 17:12:26.615 INFO kablam! --> src/expand.rs:238:41 Oct 14 17:12:26.615 INFO kablam! | Oct 14 17:12:26.615 INFO kablam! 238 | self.final_join = Some(Box::new((self.handle_call(cmd, call)))); Oct 14 17:12:26.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:12:26.615 INFO kablam! Oct 14 17:12:26.615 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 17:12:26.615 INFO kablam! --> src/expand.rs:407:26 Oct 14 17:12:26.615 INFO kablam! | Oct 14 17:12:26.615 INFO kablam! 407 | Box::new((final_join.map(|w| { Oct 14 17:12:26.615 INFO kablam! | __________________________^ Oct 14 17:12:26.615 INFO kablam! 408 | | match w { Oct 14 17:12:26.615 INFO kablam! 409 | | EvalResult::Expand(new_scope, new_rope) => Loop::Continue((joins, new_scope, new_rope)), Oct 14 17:12:26.615 INFO kablam! 410 | | EvalResult::Done(val) => { Oct 14 17:12:26.615 INFO kablam! ... | Oct 14 17:12:26.615 INFO kablam! 414 | | } Oct 14 17:12:26.615 INFO kablam! 415 | | }))) as Fut> Oct 14 17:12:26.615 INFO kablam! | |___________________^ Oct 14 17:12:26.615 INFO kablam! help: remove these parentheses Oct 14 17:12:26.615 INFO kablam! | Oct 14 17:12:26.615 INFO kablam! 407 | Box::new(final_join.map(|w| Oct 14 17:12:26.615 INFO kablam! 408 | { Oct 14 17:12:26.615 INFO kablam! 409 | match w { Oct 14 17:12:26.615 INFO kablam! 410 | EvalResult::Expand(new_scope, new_rope) => Oct 14 17:12:26.615 INFO kablam! 411 | Loop::Continue((joins, new_scope, new_rope)), Oct 14 17:12:26.615 INFO kablam! 412 | EvalResult::Done(val) => { Oct 14 17:12:26.615 INFO kablam! ... Oct 14 17:12:26.615 INFO kablam! Oct 14 17:12:26.615 INFO kablam! warning: unused import: `CpuFuture` Oct 14 17:12:26.615 INFO kablam! --> src/main.rs:38:23 Oct 14 17:12:26.616 INFO kablam! | Oct 14 17:12:26.616 INFO kablam! 38 | use futures_cpupool::{CpuFuture, CpuPool}; Oct 14 17:12:26.616 INFO kablam! | ^^^^^^^^^ Oct 14 17:12:26.616 INFO kablam! Oct 14 17:12:26.616 INFO kablam! warning: unused import: `std::borrow::Cow` Oct 14 17:12:26.616 INFO kablam! --> src/main.rs:41:5 Oct 14 17:12:26.616 INFO kablam! | Oct 14 17:12:26.616 INFO kablam! 41 | use std::borrow::Cow; Oct 14 17:12:26.616 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:12:26.616 INFO kablam! Oct 14 17:12:26.616 INFO kablam! warning: unused import: `std::rc::Rc` Oct 14 17:12:26.616 INFO kablam! --> src/main.rs:42:5 Oct 14 17:12:26.616 INFO kablam! | Oct 14 17:12:26.616 INFO kablam! 42 | use std::rc::Rc; Oct 14 17:12:26.616 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:12:26.616 INFO kablam! Oct 14 17:12:26.791 INFO kablam! warning: unreachable statement Oct 14 17:12:26.791 INFO kablam! --> src/value.rs:55:9 Oct 14 17:12:26.791 INFO kablam! | Oct 14 17:12:26.791 INFO kablam! 55 | let range = self.range.clone(); Oct 14 17:12:26.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:26.791 INFO kablam! | Oct 14 17:12:26.791 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 17:12:26.791 INFO kablam! Oct 14 17:12:27.067 INFO kablam! warning: unused variable: `new_scope` Oct 14 17:12:27.067 INFO kablam! --> src/expand.rs:306:25 Oct 14 17:12:27.067 INFO kablam! | Oct 14 17:12:27.067 INFO kablam! 306 | let new_scope = scope.clone(); Oct 14 17:12:27.067 INFO kablam! | ^^^^^^^^^ help: consider using `_new_scope` instead Oct 14 17:12:27.067 INFO kablam! | Oct 14 17:12:27.067 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:12:27.067 INFO kablam! Oct 14 17:12:27.067 INFO kablam! warning: unused variable: `id` Oct 14 17:12:27.067 INFO kablam! --> src/expand.rs:385:9 Oct 14 17:12:27.067 INFO kablam! | Oct 14 17:12:27.067 INFO kablam! 385 | let id = rand::random::(); Oct 14 17:12:27.067 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 17:12:27.067 INFO kablam! Oct 14 17:12:27.067 INFO kablam! warning: unused variable: `scope` Oct 14 17:12:27.067 INFO kablam! --> src/expand.rs:186:17 Oct 14 17:12:27.067 INFO kablam! | Oct 14 17:12:27.067 INFO kablam! 186 | let scope = self.scope.clone(); Oct 14 17:12:27.067 INFO kablam! | ^^^^^ help: consider using `_scope` instead Oct 14 17:12:27.067 INFO kablam! Oct 14 17:12:27.067 INFO kablam! warning: unused variable: `pool2` Oct 14 17:12:27.067 INFO kablam! --> src/expand.rs:187:17 Oct 14 17:12:27.067 INFO kablam! | Oct 14 17:12:27.067 INFO kablam! 187 | let pool2 = self.pool.clone(); Oct 14 17:12:27.067 INFO kablam! | ^^^^^ help: consider using `_pool2` instead Oct 14 17:12:27.067 INFO kablam! Oct 14 17:12:27.067 INFO kablam! warning: unused variable: `scope` Oct 14 17:12:27.067 INFO kablam! --> src/expand.rs:179:54 Oct 14 17:12:27.068 INFO kablam! | Oct 14 17:12:27.068 INFO kablam! 179 | fn end_command(&mut self, cmd: Vec, scope: Arc) { Oct 14 17:12:27.068 INFO kablam! | ^^^^^ help: consider using `_scope` instead Oct 14 17:12:27.068 INFO kablam! Oct 14 17:12:27.151 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:27.151 INFO kablam! --> src/scope.rs:196:41 Oct 14 17:12:27.151 INFO kablam! | Oct 14 17:12:27.151 INFO kablam! 196 | code(args.into_iter().map(|mut x| { x }).collect()) Oct 14 17:12:27.151 INFO kablam! | ----^ Oct 14 17:12:27.151 INFO kablam! | | Oct 14 17:12:27.151 INFO kablam! | help: remove this `mut` Oct 14 17:12:27.151 INFO kablam! | Oct 14 17:12:27.151 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:12:27.151 INFO kablam! Oct 14 17:12:27.171 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:27.171 INFO kablam! --> src/base.rs:116:87 Oct 14 17:12:27.171 INFO kablam! | Oct 14 17:12:27.171 INFO kablam! 116 | (Some(Str(n)), Some(Str(replacement)), Some(Closure(ValueClosure(inner_scope, mut h))), None, ..) => { Oct 14 17:12:27.171 INFO kablam! | ----^ Oct 14 17:12:27.171 INFO kablam! | | Oct 14 17:12:27.171 INFO kablam! | help: remove this `mut` Oct 14 17:12:27.171 INFO kablam! Oct 14 17:12:27.223 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:27.223 INFO kablam! --> src/expand.rs:220:29 Oct 14 17:12:27.223 INFO kablam! | Oct 14 17:12:27.223 INFO kablam! 220 | fn raw_param(&mut self, mut rope: Rope) { Oct 14 17:12:27.223 INFO kablam! | ----^^^^ Oct 14 17:12:27.223 INFO kablam! | | Oct 14 17:12:27.223 INFO kablam! | help: remove this `mut` Oct 14 17:12:27.223 INFO kablam! Oct 14 17:12:27.223 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:27.223 INFO kablam! --> src/expand.rs:227:54 Oct 14 17:12:27.223 INFO kablam! | Oct 14 17:12:27.223 INFO kablam! 227 | fn semi_param(&mut self, stack: Vec, mut rope: Rope, cmd: Vec) { Oct 14 17:12:27.223 INFO kablam! | ----^^^^ Oct 14 17:12:27.223 INFO kablam! | | Oct 14 17:12:27.223 INFO kablam! | help: remove this `mut` Oct 14 17:12:27.227 INFO kablam! Oct 14 17:12:27.227 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:27.227 INFO kablam! --> src/expand.rs:240:24 Oct 14 17:12:27.227 INFO kablam! | Oct 14 17:12:27.227 INFO kablam! 240 | fn text(&mut self, mut rope: Rope) { Oct 14 17:12:27.227 INFO kablam! | ----^^^^ Oct 14 17:12:27.227 INFO kablam! | | Oct 14 17:12:27.227 INFO kablam! | help: remove this `mut` Oct 14 17:12:27.227 INFO kablam! Oct 14 17:12:27.255 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:27.255 INFO kablam! --> src/expand.rs:389:92 Oct 14 17:12:27.255 INFO kablam! | Oct 14 17:12:27.255 INFO kablam! 389 | loop_fn(( (vec![] as Vec>), _scope, _rope), move |(mut joins, mut scope, mut rope)| { Oct 14 17:12:27.255 INFO kablam! | ----^^^^ Oct 14 17:12:27.255 INFO kablam! | | Oct 14 17:12:27.255 INFO kablam! | help: remove this `mut` Oct 14 17:12:27.255 INFO kablam! Oct 14 17:12:27.263 INFO kablam! warning: static variable `latest_tag` should have an upper case name such as `LATEST_TAG` Oct 14 17:12:27.263 INFO kablam! --> src/scope.rs:14:1 Oct 14 17:12:27.263 INFO kablam! | Oct 14 17:12:27.263 INFO kablam! 14 | static latest_tag : AtomicUsize = AtomicUsize::new(0); Oct 14 17:12:27.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:27.263 INFO kablam! | Oct 14 17:12:27.263 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 14 17:12:27.263 INFO kablam! Oct 14 17:12:27.307 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:12:27.307 INFO kablam! --> src/main.rs:78:13 Oct 14 17:12:27.307 INFO kablam! | Oct 14 17:12:27.307 INFO kablam! 78 | file.read_to_string(&mut s); Oct 14 17:12:27.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:27.307 INFO kablam! | Oct 14 17:12:27.307 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:12:27.307 INFO kablam! Oct 14 17:12:31.331 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.30s Oct 14 17:12:31.335 INFO kablam! su: No module specific data is present Oct 14 17:12:32.103 INFO running `"docker" "rm" "-f" "58811c916f03fe99be8af5590924cfa1ac2bffae7ac0dd121854d2e4089fddc3"` Oct 14 17:12:32.395 INFO blam! 58811c916f03fe99be8af5590924cfa1ac2bffae7ac0dd121854d2e4089fddc3 Oct 14 17:12:32.399 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:12:32.807 INFO blam! a04bcf11a813622e9549b6d8fce846c3f41210ff1e96cabb0fbd6b6da2e5ae43 Oct 14 17:12:32.809 INFO running `"docker" "start" "-a" "a04bcf11a813622e9549b6d8fce846c3f41210ff1e96cabb0fbd6b6da2e5ae43"` Oct 14 17:12:33.403 INFO kablam! usermod: no changes Oct 14 17:12:33.466 INFO kablam! Compiling paraphrase v0.1.0 (/source) Oct 14 17:12:33.903 INFO kablam! warning: unused imports: `IndexMut`, `Index` Oct 14 17:12:33.903 INFO kablam! --> src/value.rs:13:20 Oct 14 17:12:33.903 INFO kablam! | Oct 14 17:12:33.903 INFO kablam! 13 | use std::ops::{Add,Index,IndexMut}; Oct 14 17:12:33.903 INFO kablam! | ^^^^^ ^^^^^^^^ Oct 14 17:12:33.903 INFO kablam! | Oct 14 17:12:33.903 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:12:33.903 INFO kablam! Oct 14 17:12:33.905 INFO kablam! warning: unnecessary parentheses around `if let` head expression Oct 14 17:12:33.905 INFO kablam! --> src/base.rs:201:36 Oct 14 17:12:33.905 INFO kablam! | Oct 14 17:12:33.905 INFO kablam! 201 | if let Some(tag) = (name_tag.get(1)) { Oct 14 17:12:33.905 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:12:33.905 INFO kablam! | Oct 14 17:12:33.905 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 17:12:33.905 INFO kablam! Oct 14 17:12:33.905 INFO kablam! warning: unused import: `UnwindSafe` Oct 14 17:12:33.905 INFO kablam! --> src/expand.rs:16:18 Oct 14 17:12:33.905 INFO kablam! | Oct 14 17:12:33.905 INFO kablam! 16 | use std::panic::{UnwindSafe,AssertUnwindSafe}; Oct 14 17:12:33.905 INFO kablam! | ^^^^^^^^^^ Oct 14 17:12:33.905 INFO kablam! Oct 14 17:12:33.908 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 17:12:33.908 INFO kablam! --> src/expand.rs:238:41 Oct 14 17:12:33.908 INFO kablam! | Oct 14 17:12:33.908 INFO kablam! 238 | self.final_join = Some(Box::new((self.handle_call(cmd, call)))); Oct 14 17:12:33.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 17:12:33.908 INFO kablam! Oct 14 17:12:33.908 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 17:12:33.908 INFO kablam! --> src/expand.rs:407:26 Oct 14 17:12:33.908 INFO kablam! | Oct 14 17:12:33.908 INFO kablam! 407 | Box::new((final_join.map(|w| { Oct 14 17:12:33.908 INFO kablam! | __________________________^ Oct 14 17:12:33.908 INFO kablam! 408 | | match w { Oct 14 17:12:33.908 INFO kablam! 409 | | EvalResult::Expand(new_scope, new_rope) => Loop::Continue((joins, new_scope, new_rope)), Oct 14 17:12:33.908 INFO kablam! 410 | | EvalResult::Done(val) => { Oct 14 17:12:33.908 INFO kablam! ... | Oct 14 17:12:33.908 INFO kablam! 414 | | } Oct 14 17:12:33.908 INFO kablam! 415 | | }))) as Fut> Oct 14 17:12:33.908 INFO kablam! | |___________________^ Oct 14 17:12:33.908 INFO kablam! help: remove these parentheses Oct 14 17:12:33.908 INFO kablam! | Oct 14 17:12:33.908 INFO kablam! 407 | Box::new(final_join.map(|w| Oct 14 17:12:33.908 INFO kablam! 408 | { Oct 14 17:12:33.908 INFO kablam! 409 | match w { Oct 14 17:12:33.908 INFO kablam! 410 | EvalResult::Expand(new_scope, new_rope) => Oct 14 17:12:33.908 INFO kablam! 411 | Loop::Continue((joins, new_scope, new_rope)), Oct 14 17:12:33.908 INFO kablam! 412 | EvalResult::Done(val) => { Oct 14 17:12:33.908 INFO kablam! ... Oct 14 17:12:33.908 INFO kablam! Oct 14 17:12:33.908 INFO kablam! warning: unused import: `CpuFuture` Oct 14 17:12:33.908 INFO kablam! --> src/main.rs:38:23 Oct 14 17:12:33.908 INFO kablam! | Oct 14 17:12:33.908 INFO kablam! 38 | use futures_cpupool::{CpuFuture, CpuPool}; Oct 14 17:12:33.908 INFO kablam! | ^^^^^^^^^ Oct 14 17:12:33.908 INFO kablam! Oct 14 17:12:33.908 INFO kablam! warning: unused import: `std::borrow::Cow` Oct 14 17:12:33.908 INFO kablam! --> src/main.rs:41:5 Oct 14 17:12:33.908 INFO kablam! | Oct 14 17:12:33.908 INFO kablam! 41 | use std::borrow::Cow; Oct 14 17:12:33.908 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:12:33.908 INFO kablam! Oct 14 17:12:33.908 INFO kablam! warning: unused import: `std::rc::Rc` Oct 14 17:12:33.908 INFO kablam! --> src/main.rs:42:5 Oct 14 17:12:33.908 INFO kablam! | Oct 14 17:12:33.908 INFO kablam! 42 | use std::rc::Rc; Oct 14 17:12:33.908 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:12:33.908 INFO kablam! Oct 14 17:12:34.048 INFO kablam! warning: unreachable statement Oct 14 17:12:34.048 INFO kablam! --> src/value.rs:55:9 Oct 14 17:12:34.049 INFO kablam! | Oct 14 17:12:34.049 INFO kablam! 55 | let range = self.range.clone(); Oct 14 17:12:34.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:34.049 INFO kablam! | Oct 14 17:12:34.049 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 17:12:34.049 INFO kablam! Oct 14 17:12:34.286 INFO kablam! warning: unused variable: `new_scope` Oct 14 17:12:34.286 INFO kablam! --> src/expand.rs:306:25 Oct 14 17:12:34.286 INFO kablam! | Oct 14 17:12:34.286 INFO kablam! 306 | let new_scope = scope.clone(); Oct 14 17:12:34.286 INFO kablam! | ^^^^^^^^^ help: consider using `_new_scope` instead Oct 14 17:12:34.286 INFO kablam! | Oct 14 17:12:34.286 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:12:34.286 INFO kablam! Oct 14 17:12:34.286 INFO kablam! warning: unused variable: `id` Oct 14 17:12:34.286 INFO kablam! --> src/expand.rs:385:9 Oct 14 17:12:34.286 INFO kablam! | Oct 14 17:12:34.286 INFO kablam! 385 | let id = rand::random::(); Oct 14 17:12:34.286 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 17:12:34.286 INFO kablam! Oct 14 17:12:34.286 INFO kablam! warning: unused variable: `scope` Oct 14 17:12:34.286 INFO kablam! --> src/expand.rs:186:17 Oct 14 17:12:34.286 INFO kablam! | Oct 14 17:12:34.286 INFO kablam! 186 | let scope = self.scope.clone(); Oct 14 17:12:34.286 INFO kablam! | ^^^^^ help: consider using `_scope` instead Oct 14 17:12:34.286 INFO kablam! Oct 14 17:12:34.286 INFO kablam! warning: unused variable: `pool2` Oct 14 17:12:34.286 INFO kablam! --> src/expand.rs:187:17 Oct 14 17:12:34.286 INFO kablam! | Oct 14 17:12:34.286 INFO kablam! 187 | let pool2 = self.pool.clone(); Oct 14 17:12:34.286 INFO kablam! | ^^^^^ help: consider using `_pool2` instead Oct 14 17:12:34.286 INFO kablam! Oct 14 17:12:34.286 INFO kablam! warning: unused variable: `scope` Oct 14 17:12:34.286 INFO kablam! --> src/expand.rs:179:54 Oct 14 17:12:34.286 INFO kablam! | Oct 14 17:12:34.286 INFO kablam! 179 | fn end_command(&mut self, cmd: Vec, scope: Arc) { Oct 14 17:12:34.286 INFO kablam! | ^^^^^ help: consider using `_scope` instead Oct 14 17:12:34.286 INFO kablam! Oct 14 17:12:34.343 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:34.343 INFO kablam! --> src/scope.rs:196:41 Oct 14 17:12:34.343 INFO kablam! | Oct 14 17:12:34.343 INFO kablam! 196 | code(args.into_iter().map(|mut x| { x }).collect()) Oct 14 17:12:34.343 INFO kablam! | ----^ Oct 14 17:12:34.343 INFO kablam! | | Oct 14 17:12:34.343 INFO kablam! | help: remove this `mut` Oct 14 17:12:34.343 INFO kablam! | Oct 14 17:12:34.343 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:12:34.343 INFO kablam! Oct 14 17:12:34.354 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:34.354 INFO kablam! --> src/base.rs:116:87 Oct 14 17:12:34.354 INFO kablam! | Oct 14 17:12:34.354 INFO kablam! 116 | (Some(Str(n)), Some(Str(replacement)), Some(Closure(ValueClosure(inner_scope, mut h))), None, ..) => { Oct 14 17:12:34.354 INFO kablam! | ----^ Oct 14 17:12:34.354 INFO kablam! | | Oct 14 17:12:34.354 INFO kablam! | help: remove this `mut` Oct 14 17:12:34.354 INFO kablam! Oct 14 17:12:34.395 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:34.395 INFO kablam! --> src/expand.rs:220:29 Oct 14 17:12:34.395 INFO kablam! | Oct 14 17:12:34.395 INFO kablam! 220 | fn raw_param(&mut self, mut rope: Rope) { Oct 14 17:12:34.395 INFO kablam! | ----^^^^ Oct 14 17:12:34.395 INFO kablam! | | Oct 14 17:12:34.395 INFO kablam! | help: remove this `mut` Oct 14 17:12:34.395 INFO kablam! Oct 14 17:12:34.396 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:34.396 INFO kablam! --> src/expand.rs:227:54 Oct 14 17:12:34.396 INFO kablam! | Oct 14 17:12:34.396 INFO kablam! 227 | fn semi_param(&mut self, stack: Vec, mut rope: Rope, cmd: Vec) { Oct 14 17:12:34.396 INFO kablam! | ----^^^^ Oct 14 17:12:34.396 INFO kablam! | | Oct 14 17:12:34.396 INFO kablam! | help: remove this `mut` Oct 14 17:12:34.396 INFO kablam! Oct 14 17:12:34.397 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:34.397 INFO kablam! --> src/expand.rs:240:24 Oct 14 17:12:34.397 INFO kablam! | Oct 14 17:12:34.397 INFO kablam! 240 | fn text(&mut self, mut rope: Rope) { Oct 14 17:12:34.397 INFO kablam! | ----^^^^ Oct 14 17:12:34.397 INFO kablam! | | Oct 14 17:12:34.397 INFO kablam! | help: remove this `mut` Oct 14 17:12:34.397 INFO kablam! Oct 14 17:12:34.423 INFO kablam! warning: variable does not need to be mutable Oct 14 17:12:34.424 INFO kablam! --> src/expand.rs:389:92 Oct 14 17:12:34.424 INFO kablam! | Oct 14 17:12:34.424 INFO kablam! 389 | loop_fn(( (vec![] as Vec>), _scope, _rope), move |(mut joins, mut scope, mut rope)| { Oct 14 17:12:34.424 INFO kablam! | ----^^^^ Oct 14 17:12:34.424 INFO kablam! | | Oct 14 17:12:34.424 INFO kablam! | help: remove this `mut` Oct 14 17:12:34.424 INFO kablam! Oct 14 17:12:34.428 INFO kablam! warning: static variable `latest_tag` should have an upper case name such as `LATEST_TAG` Oct 14 17:12:34.429 INFO kablam! --> src/scope.rs:14:1 Oct 14 17:12:34.429 INFO kablam! | Oct 14 17:12:34.429 INFO kablam! 14 | static latest_tag : AtomicUsize = AtomicUsize::new(0); Oct 14 17:12:34.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:34.429 INFO kablam! | Oct 14 17:12:34.429 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 14 17:12:34.429 INFO kablam! Oct 14 17:12:34.465 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:12:34.465 INFO kablam! --> src/main.rs:78:13 Oct 14 17:12:34.465 INFO kablam! | Oct 14 17:12:34.465 INFO kablam! 78 | file.read_to_string(&mut s); Oct 14 17:12:34.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:12:34.465 INFO kablam! | Oct 14 17:12:34.465 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:12:34.465 INFO kablam! Oct 14 17:12:34.803 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 14 17:12:34.803 INFO kablam! su: No module specific data is present Oct 14 17:12:35.093 INFO running `"docker" "rm" "-f" "a04bcf11a813622e9549b6d8fce846c3f41210ff1e96cabb0fbd6b6da2e5ae43"` Oct 14 17:12:35.173 INFO blam! a04bcf11a813622e9549b6d8fce846c3f41210ff1e96cabb0fbd6b6da2e5ae43 Oct 14 17:12:35.175 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:12:35.365 INFO blam! d83bacbfb327d4e735fc73141b3b77590238d489e4a516f704660fc7d9e29142 Oct 14 17:12:35.371 INFO running `"docker" "start" "-a" "d83bacbfb327d4e735fc73141b3b77590238d489e4a516f704660fc7d9e29142"` Oct 14 17:12:35.782 INFO kablam! usermod: no changes Oct 14 17:12:35.862 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 17:12:35.867 INFO kablam! Running /target/debug/deps/paraphrase-1cc3273f1a1f008b Oct 14 17:12:35.888 INFO kablam! su: No module specific data is present Oct 14 17:12:35.888 INFO blam! Oct 14 17:12:35.888 INFO blam! running 0 tests Oct 14 17:12:35.888 INFO blam! Oct 14 17:12:35.888 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:12:35.888 INFO blam! Oct 14 17:12:36.232 INFO running `"docker" "rm" "-f" "d83bacbfb327d4e735fc73141b3b77590238d489e4a516f704660fc7d9e29142"` Oct 14 17:12:36.350 INFO blam! d83bacbfb327d4e735fc73141b3b77590238d489e4a516f704660fc7d9e29142