Oct 12 22:16:05.112 INFO testing tak0-auk/calculator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 22:16:05.112 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 22:16:05.267 INFO blam! 868474d54a58e43d9a906b3075f19a7e038ce1340c8e23346e78735c2654e5f2 Oct 12 22:16:05.268 INFO running `"docker" "start" "-a" "868474d54a58e43d9a906b3075f19a7e038ce1340c8e23346e78735c2654e5f2"` Oct 12 22:16:05.860 INFO kablam! usermod: no changes Oct 12 22:16:05.887 INFO kablam! Compiling calculator v0.1.0 (/source) Oct 12 22:16:06.086 INFO kablam! warning: unused variable: `flg` Oct 12 22:16:06.086 INFO kablam! --> src/main.rs:16:13 Oct 12 22:16:06.086 INFO kablam! | Oct 12 22:16:06.086 INFO kablam! 16 | let mut flg = false; Oct 12 22:16:06.086 INFO kablam! | ^^^ help: consider using `_flg` instead Oct 12 22:16:06.086 INFO kablam! | Oct 12 22:16:06.086 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:16:06.086 INFO kablam! Oct 12 22:16:06.092 INFO kablam! warning: variable does not need to be mutable Oct 12 22:16:06.092 INFO kablam! --> src/main.rs:16:9 Oct 12 22:16:06.092 INFO kablam! | Oct 12 22:16:06.092 INFO kablam! 16 | let mut flg = false; Oct 12 22:16:06.092 INFO kablam! | ----^^^ Oct 12 22:16:06.092 INFO kablam! | | Oct 12 22:16:06.092 INFO kablam! | help: remove this `mut` Oct 12 22:16:06.092 INFO kablam! | Oct 12 22:16:06.092 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:16:06.092 INFO kablam! Oct 12 22:16:06.093 INFO kablam! warning: function is never used: `push_p` Oct 12 22:16:06.093 INFO kablam! --> src/main.rs:49:1 Oct 12 22:16:06.093 INFO kablam! | Oct 12 22:16:06.093 INFO kablam! 49 | fn push_p(pushed: &mut Vec, p: i64) { Oct 12 22:16:06.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:16:06.093 INFO kablam! | Oct 12 22:16:06.093 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:16:06.093 INFO kablam! Oct 12 22:16:06.595 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Oct 12 22:16:06.603 INFO kablam! su: No module specific data is present Oct 12 22:16:06.977 INFO running `"docker" "rm" "-f" "868474d54a58e43d9a906b3075f19a7e038ce1340c8e23346e78735c2654e5f2"` Oct 12 22:16:07.038 INFO blam! 868474d54a58e43d9a906b3075f19a7e038ce1340c8e23346e78735c2654e5f2 Oct 12 22:16:07.040 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 22:16:07.206 INFO blam! 370188a98fa5a8fadfaca9e73c5a3da575547dd0682bf23f9f0195c666cf1a0b Oct 12 22:16:07.209 INFO running `"docker" "start" "-a" "370188a98fa5a8fadfaca9e73c5a3da575547dd0682bf23f9f0195c666cf1a0b"` Oct 12 22:16:07.664 INFO kablam! usermod: no changes Oct 12 22:16:07.735 INFO kablam! Compiling calculator v0.1.0 (/source) Oct 12 22:16:07.975 INFO kablam! warning: unused variable: `flg` Oct 12 22:16:07.975 INFO kablam! --> src/main.rs:16:13 Oct 12 22:16:07.975 INFO kablam! | Oct 12 22:16:07.975 INFO kablam! 16 | let mut flg = false; Oct 12 22:16:07.975 INFO kablam! | ^^^ help: consider using `_flg` instead Oct 12 22:16:07.975 INFO kablam! | Oct 12 22:16:07.975 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:16:07.975 INFO kablam! Oct 12 22:16:07.979 INFO kablam! warning: variable does not need to be mutable Oct 12 22:16:07.979 INFO kablam! --> src/main.rs:16:9 Oct 12 22:16:07.979 INFO kablam! | Oct 12 22:16:07.979 INFO kablam! 16 | let mut flg = false; Oct 12 22:16:07.979 INFO kablam! | ----^^^ Oct 12 22:16:07.979 INFO kablam! | | Oct 12 22:16:07.979 INFO kablam! | help: remove this `mut` Oct 12 22:16:07.979 INFO kablam! | Oct 12 22:16:07.979 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:16:07.979 INFO kablam! Oct 12 22:16:07.979 INFO kablam! warning: function is never used: `push_p` Oct 12 22:16:07.979 INFO kablam! --> src/main.rs:49:1 Oct 12 22:16:07.979 INFO kablam! | Oct 12 22:16:07.979 INFO kablam! 49 | fn push_p(pushed: &mut Vec, p: i64) { Oct 12 22:16:07.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:16:07.979 INFO kablam! | Oct 12 22:16:07.979 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:16:07.979 INFO kablam! Oct 12 22:16:08.377 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 12 22:16:08.377 INFO kablam! su: No module specific data is present Oct 12 22:16:09.080 INFO running `"docker" "rm" "-f" "370188a98fa5a8fadfaca9e73c5a3da575547dd0682bf23f9f0195c666cf1a0b"` Oct 12 22:16:09.439 INFO blam! 370188a98fa5a8fadfaca9e73c5a3da575547dd0682bf23f9f0195c666cf1a0b Oct 12 22:16:09.443 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 22:16:09.847 INFO blam! 0eaede2f088f94aa7c2fb3ae10690bf1f870a41923b883b8da8bb2d741c568b9 Oct 12 22:16:09.849 INFO running `"docker" "start" "-a" "0eaede2f088f94aa7c2fb3ae10690bf1f870a41923b883b8da8bb2d741c568b9"` Oct 12 22:16:12.123 INFO kablam! usermod: no changes Oct 12 22:16:12.187 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 22:16:12.192 INFO kablam! Running /target/debug/deps/calculator-084e10ebd194df85 Oct 12 22:16:12.232 INFO blam! Oct 12 22:16:12.233 INFO blam! running 0 tests Oct 12 22:16:12.233 INFO blam! Oct 12 22:16:12.233 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:16:12.233 INFO blam! Oct 12 22:16:12.239 INFO kablam! su: No module specific data is present Oct 12 22:16:13.479 INFO running `"docker" "rm" "-f" "0eaede2f088f94aa7c2fb3ae10690bf1f870a41923b883b8da8bb2d741c568b9"` Oct 12 22:16:13.743 INFO blam! 0eaede2f088f94aa7c2fb3ae10690bf1f870a41923b883b8da8bb2d741c568b9