Oct 15 06:49:09.781 INFO testing Shyclops/calculator against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:49:09.783 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 06:49:10.183 INFO blam! 75e1c7765d1007f3d87f850843c05b227a5ac2220ec9f4e91ff32330076baee6 Oct 15 06:49:10.187 INFO running `"docker" "start" "-a" "75e1c7765d1007f3d87f850843c05b227a5ac2220ec9f4e91ff32330076baee6"` Oct 15 06:49:11.839 INFO kablam! usermod: no changes Oct 15 06:49:11.935 INFO kablam! Compiling calculator v0.1.0 (/source) Oct 15 06:49:12.604 INFO kablam! warning: unused variable: `operators` Oct 15 06:49:12.604 INFO kablam! --> src/reverse_polish_notation/parser.rs:17:10 Oct 15 06:49:12.604 INFO kablam! | Oct 15 06:49:12.604 INFO kablam! 17 | let mut operators: Vec = Vec::new(); Oct 15 06:49:12.604 INFO kablam! | ^^^^^^^^^ help: consider using `_operators` instead Oct 15 06:49:12.604 INFO kablam! | Oct 15 06:49:12.604 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:49:12.604 INFO kablam! Oct 15 06:49:12.604 INFO kablam! warning: unused variable: `o` Oct 15 06:49:12.606 INFO kablam! --> src/reverse_polish_notation/parser.rs:21:25 Oct 15 06:49:12.606 INFO kablam! | Oct 15 06:49:12.607 INFO kablam! 21 | Expression::Operator(o) => {}, Oct 15 06:49:12.607 INFO kablam! | ^ help: consider using `_o` instead Oct 15 06:49:12.607 INFO kablam! Oct 15 06:49:12.607 INFO kablam! warning: unused variable: `v` Oct 15 06:49:12.607 INFO kablam! --> src/reverse_polish_notation/parser.rs:22:20 Oct 15 06:49:12.607 INFO kablam! | Oct 15 06:49:12.607 INFO kablam! 22 | Expression::Val(v) => output.push(ex), Oct 15 06:49:12.607 INFO kablam! | ^ help: consider using `_v` instead Oct 15 06:49:12.607 INFO kablam! Oct 15 06:49:12.607 INFO kablam! warning: unused variable: `operator` Oct 15 06:49:12.607 INFO kablam! --> src/reverse_polish_notation/parser.rs:82:19 Oct 15 06:49:12.607 INFO kablam! | Oct 15 06:49:12.607 INFO kablam! 82 | fn get_precedence(operator: String) -> i8 { Oct 15 06:49:12.607 INFO kablam! | ^^^^^^^^ help: consider using `_operator` instead Oct 15 06:49:12.607 INFO kablam! Oct 15 06:49:12.607 INFO kablam! warning: variable does not need to be mutable Oct 15 06:49:12.607 INFO kablam! --> src/reverse_polish_notation/parser.rs:17:6 Oct 15 06:49:12.607 INFO kablam! | Oct 15 06:49:12.607 INFO kablam! 17 | let mut operators: Vec = Vec::new(); Oct 15 06:49:12.607 INFO kablam! | ----^^^^^^^^^ Oct 15 06:49:12.607 INFO kablam! | | Oct 15 06:49:12.607 INFO kablam! | help: remove this `mut` Oct 15 06:49:12.607 INFO kablam! | Oct 15 06:49:12.607 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:49:12.620 INFO kablam! Oct 15 06:49:12.627 INFO kablam! warning: function is never used: `get_precedence` Oct 15 06:49:12.627 INFO kablam! --> src/reverse_polish_notation/parser.rs:82:1 Oct 15 06:49:12.627 INFO kablam! | Oct 15 06:49:12.628 INFO kablam! 82 | fn get_precedence(operator: String) -> i8 { Oct 15 06:49:12.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:49:12.628 INFO kablam! | Oct 15 06:49:12.628 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:49:12.629 INFO kablam! Oct 15 06:49:13.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.08s Oct 15 06:49:13.962 INFO kablam! su: No module specific data is present Oct 15 06:49:14.903 INFO running `"docker" "rm" "-f" "75e1c7765d1007f3d87f850843c05b227a5ac2220ec9f4e91ff32330076baee6"` Oct 15 06:49:15.163 INFO blam! 75e1c7765d1007f3d87f850843c05b227a5ac2220ec9f4e91ff32330076baee6 Oct 15 06:49:15.169 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 06:49:15.615 INFO blam! 4f8f538b45f47a8f1cc89ab7ce4aa2294ee85ac7ffbf0cf5304c85cc41bedad7 Oct 15 06:49:15.627 INFO running `"docker" "start" "-a" "4f8f538b45f47a8f1cc89ab7ce4aa2294ee85ac7ffbf0cf5304c85cc41bedad7"` Oct 15 06:49:17.430 INFO kablam! usermod: no changes Oct 15 06:49:17.489 INFO kablam! Compiling calculator v0.1.0 (/source) Oct 15 06:49:18.775 INFO kablam! warning: unused variable: `operators` Oct 15 06:49:18.775 INFO kablam! --> src/reverse_polish_notation/parser.rs:17:10 Oct 15 06:49:18.775 INFO kablam! | Oct 15 06:49:18.775 INFO kablam! 17 | let mut operators: Vec = Vec::new(); Oct 15 06:49:18.775 INFO kablam! | ^^^^^^^^^ help: consider using `_operators` instead Oct 15 06:49:18.775 INFO kablam! | Oct 15 06:49:18.775 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:49:18.775 INFO kablam! Oct 15 06:49:18.775 INFO kablam! warning: unused variable: `o` Oct 15 06:49:18.775 INFO kablam! --> src/reverse_polish_notation/parser.rs:21:25 Oct 15 06:49:18.775 INFO kablam! | Oct 15 06:49:18.775 INFO kablam! 21 | Expression::Operator(o) => {}, Oct 15 06:49:18.775 INFO kablam! | ^ help: consider using `_o` instead Oct 15 06:49:18.775 INFO kablam! Oct 15 06:49:18.775 INFO kablam! warning: unused variable: `v` Oct 15 06:49:18.775 INFO kablam! --> src/reverse_polish_notation/parser.rs:22:20 Oct 15 06:49:18.775 INFO kablam! | Oct 15 06:49:18.775 INFO kablam! 22 | Expression::Val(v) => output.push(ex), Oct 15 06:49:18.775 INFO kablam! | ^ help: consider using `_v` instead Oct 15 06:49:18.775 INFO kablam! Oct 15 06:49:18.775 INFO kablam! warning: unused variable: `operator` Oct 15 06:49:18.775 INFO kablam! --> src/reverse_polish_notation/parser.rs:82:19 Oct 15 06:49:18.775 INFO kablam! | Oct 15 06:49:18.775 INFO kablam! 82 | fn get_precedence(operator: String) -> i8 { Oct 15 06:49:18.775 INFO kablam! | ^^^^^^^^ help: consider using `_operator` instead Oct 15 06:49:18.775 INFO kablam! Oct 15 06:49:18.803 INFO kablam! warning: variable does not need to be mutable Oct 15 06:49:18.803 INFO kablam! --> src/reverse_polish_notation/parser.rs:17:6 Oct 15 06:49:18.803 INFO kablam! | Oct 15 06:49:18.803 INFO kablam! 17 | let mut operators: Vec = Vec::new(); Oct 15 06:49:18.803 INFO kablam! | ----^^^^^^^^^ Oct 15 06:49:18.803 INFO kablam! | | Oct 15 06:49:18.803 INFO kablam! | help: remove this `mut` Oct 15 06:49:18.803 INFO kablam! | Oct 15 06:49:18.803 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:49:18.803 INFO kablam! Oct 15 06:49:18.803 INFO kablam! warning: function is never used: `get_precedence` Oct 15 06:49:18.803 INFO kablam! --> src/reverse_polish_notation/parser.rs:82:1 Oct 15 06:49:18.803 INFO kablam! | Oct 15 06:49:18.803 INFO kablam! 82 | fn get_precedence(operator: String) -> i8 { Oct 15 06:49:18.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:49:18.803 INFO kablam! | Oct 15 06:49:18.803 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:49:18.803 INFO kablam! Oct 15 06:49:19.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 15 06:49:19.503 INFO kablam! su: No module specific data is present Oct 15 06:49:20.543 INFO running `"docker" "rm" "-f" "4f8f538b45f47a8f1cc89ab7ce4aa2294ee85ac7ffbf0cf5304c85cc41bedad7"` Oct 15 06:49:20.875 INFO blam! 4f8f538b45f47a8f1cc89ab7ce4aa2294ee85ac7ffbf0cf5304c85cc41bedad7 Oct 15 06:49:20.884 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 06:49:21.435 INFO blam! f540a83bb758abe038821874cff211306d677420c35e99218c0384fc3e9b8348 Oct 15 06:49:21.441 INFO running `"docker" "start" "-a" "f540a83bb758abe038821874cff211306d677420c35e99218c0384fc3e9b8348"` Oct 15 06:49:23.246 INFO kablam! usermod: no changes Oct 15 06:49:23.299 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 06:49:23.299 INFO kablam! Running /target/debug/deps/calculator-1f2e4ad6d8bee6a8 Oct 15 06:49:23.311 INFO blam! Oct 15 06:49:23.311 INFO blam! running 0 tests Oct 15 06:49:23.311 INFO blam! Oct 15 06:49:23.311 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:49:23.311 INFO blam! Oct 15 06:49:23.316 INFO kablam! Running /target/debug/deps/calculator-ec78f3360b6236de Oct 15 06:49:23.316 INFO kablam! Doc-tests calculator Oct 15 06:49:23.316 INFO blam! Oct 15 06:49:23.316 INFO blam! running 0 tests Oct 15 06:49:23.316 INFO blam! Oct 15 06:49:23.316 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:49:23.316 INFO blam! Oct 15 06:49:24.040 INFO blam! Oct 15 06:49:24.040 INFO blam! running 0 tests Oct 15 06:49:24.040 INFO blam! Oct 15 06:49:24.040 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:49:24.040 INFO blam! Oct 15 06:49:24.047 INFO kablam! su: No module specific data is present Oct 15 06:49:24.901 INFO running `"docker" "rm" "-f" "f540a83bb758abe038821874cff211306d677420c35e99218c0384fc3e9b8348"` Oct 15 06:49:25.198 INFO blam! f540a83bb758abe038821874cff211306d677420c35e99218c0384fc3e9b8348