Oct 13 06:37:04.893 INFO testing mpdrescher/latex-preprocessor against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:37:04.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 06:37:05.559 INFO blam! 3071841b5e8918a21c04748376efd26e9cf8f1b3569fb43552eb69111bf7882a Oct 13 06:37:05.561 INFO running `"docker" "start" "-a" "3071841b5e8918a21c04748376efd26e9cf8f1b3569fb43552eb69111bf7882a"` Oct 13 06:37:07.330 INFO kablam! usermod: no changes Oct 13 06:37:07.387 INFO kablam! Compiling latex-preprocessor v0.1.0 (/source) Oct 13 06:37:07.745 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 06:37:07.745 INFO kablam! --> src/main.rs:181:44 Oct 13 06:37:07.745 INFO kablam! | Oct 13 06:37:07.745 INFO kablam! 181 | string.into_iter().fold(String::new(), (|mut acc, x| { Oct 13 06:37:07.745 INFO kablam! | ____________________________________________^ Oct 13 06:37:07.745 INFO kablam! 182 | | acc.push_str(prefix); Oct 13 06:37:07.745 INFO kablam! 183 | | acc.push_str(&x); Oct 13 06:37:07.745 INFO kablam! 184 | | acc.push_str(suffix); Oct 13 06:37:07.745 INFO kablam! 185 | | acc Oct 13 06:37:07.745 INFO kablam! 186 | | })) Oct 13 06:37:07.745 INFO kablam! | |______^ Oct 13 06:37:07.747 INFO kablam! | Oct 13 06:37:07.747 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 06:37:07.747 INFO kablam! help: remove these parentheses Oct 13 06:37:07.747 INFO kablam! | Oct 13 06:37:07.747 INFO kablam! 181 | string.into_iter().fold(String::new(), |mut acc, x| Oct 13 06:37:07.747 INFO kablam! 182 | { acc.push_str(prefix); acc.push_str(&x); acc.push_str(suffix); acc }) Oct 13 06:37:07.747 INFO kablam! | Oct 13 06:37:07.747 INFO kablam! Oct 13 06:37:09.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.81s Oct 13 06:37:09.179 INFO kablam! su: No module specific data is present Oct 13 06:37:10.471 INFO running `"docker" "rm" "-f" "3071841b5e8918a21c04748376efd26e9cf8f1b3569fb43552eb69111bf7882a"` Oct 13 06:37:10.779 INFO blam! 3071841b5e8918a21c04748376efd26e9cf8f1b3569fb43552eb69111bf7882a Oct 13 06:37:10.784 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 06:37:11.203 INFO blam! 3f2397a64f400bb71332b23e0563aed297b6839b6869d5c2d4c80ec7ada749bc Oct 13 06:37:11.205 INFO running `"docker" "start" "-a" "3f2397a64f400bb71332b23e0563aed297b6839b6869d5c2d4c80ec7ada749bc"` Oct 13 06:37:14.016 INFO kablam! usermod: no changes Oct 13 06:37:14.068 INFO kablam! Compiling latex-preprocessor v0.1.0 (/source) Oct 13 06:37:14.491 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 06:37:14.491 INFO kablam! --> src/main.rs:181:44 Oct 13 06:37:14.491 INFO kablam! | Oct 13 06:37:14.491 INFO kablam! 181 | string.into_iter().fold(String::new(), (|mut acc, x| { Oct 13 06:37:14.491 INFO kablam! | ____________________________________________^ Oct 13 06:37:14.491 INFO kablam! 182 | | acc.push_str(prefix); Oct 13 06:37:14.491 INFO kablam! 183 | | acc.push_str(&x); Oct 13 06:37:14.491 INFO kablam! 184 | | acc.push_str(suffix); Oct 13 06:37:14.491 INFO kablam! 185 | | acc Oct 13 06:37:14.491 INFO kablam! 186 | | })) Oct 13 06:37:14.491 INFO kablam! | |______^ Oct 13 06:37:14.491 INFO kablam! | Oct 13 06:37:14.491 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 06:37:14.491 INFO kablam! help: remove these parentheses Oct 13 06:37:14.491 INFO kablam! | Oct 13 06:37:14.491 INFO kablam! 181 | string.into_iter().fold(String::new(), |mut acc, x| Oct 13 06:37:14.491 INFO kablam! 182 | { acc.push_str(prefix); acc.push_str(&x); acc.push_str(suffix); acc }) Oct 13 06:37:14.491 INFO kablam! | Oct 13 06:37:14.491 INFO kablam! Oct 13 06:37:15.151 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 13 06:37:15.151 INFO kablam! su: No module specific data is present Oct 13 06:37:16.444 INFO running `"docker" "rm" "-f" "3f2397a64f400bb71332b23e0563aed297b6839b6869d5c2d4c80ec7ada749bc"` Oct 13 06:37:16.715 INFO blam! 3f2397a64f400bb71332b23e0563aed297b6839b6869d5c2d4c80ec7ada749bc Oct 13 06:37:16.723 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 06:37:17.076 INFO blam! fbe37becaa7056cf00d48bf54950efdbfe5bdb6a293e9bfbd73768df891fd383 Oct 13 06:37:17.091 INFO running `"docker" "start" "-a" "fbe37becaa7056cf00d48bf54950efdbfe5bdb6a293e9bfbd73768df891fd383"` Oct 13 06:37:19.104 INFO kablam! usermod: no changes Oct 13 06:37:19.191 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 06:37:19.207 INFO kablam! Running /target/debug/deps/latex_preprocessor-2c19becb3a36d773 Oct 13 06:37:19.213 INFO blam! Oct 13 06:37:19.213 INFO blam! running 0 tests Oct 13 06:37:19.213 INFO blam! Oct 13 06:37:19.213 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:37:19.213 INFO blam! Oct 13 06:37:19.215 INFO kablam! su: No module specific data is present Oct 13 06:37:20.316 INFO running `"docker" "rm" "-f" "fbe37becaa7056cf00d48bf54950efdbfe5bdb6a293e9bfbd73768df891fd383"` Oct 13 06:37:20.663 INFO blam! fbe37becaa7056cf00d48bf54950efdbfe5bdb6a293e9bfbd73768df891fd383