Oct 15 06:49:15.790 INFO testing Shyclops/calculator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:49:15.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 06:49:16.388 INFO blam! 0d8c3e595491a1b75bb3d5f2f86e9a65df46f9de127147972984271bd8cc3c2c Oct 15 06:49:16.390 INFO running `"docker" "start" "-a" "0d8c3e595491a1b75bb3d5f2f86e9a65df46f9de127147972984271bd8cc3c2c"` Oct 15 06:49:17.751 INFO kablam! usermod: no changes Oct 15 06:49:17.839 INFO kablam! Compiling calculator v0.1.0 (/source) Oct 15 06:49:18.255 INFO kablam! warning: unused variable: `operators` Oct 15 06:49:18.255 INFO kablam! --> src/reverse_polish_notation/parser.rs:17:10 Oct 15 06:49:18.256 INFO kablam! | Oct 15 06:49:18.256 INFO kablam! 17 | let mut operators: Vec = Vec::new(); Oct 15 06:49:18.256 INFO kablam! | ^^^^^^^^^ help: consider using `_operators` instead Oct 15 06:49:18.257 INFO kablam! | Oct 15 06:49:18.257 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:49:18.257 INFO kablam! Oct 15 06:49:18.257 INFO kablam! warning: unused variable: `o` Oct 15 06:49:18.258 INFO kablam! --> src/reverse_polish_notation/parser.rs:21:25 Oct 15 06:49:18.258 INFO kablam! | Oct 15 06:49:18.258 INFO kablam! 21 | Expression::Operator(o) => {}, Oct 15 06:49:18.259 INFO kablam! | ^ help: consider using `_o` instead Oct 15 06:49:18.259 INFO kablam! Oct 15 06:49:18.259 INFO kablam! warning: unused variable: `v` Oct 15 06:49:18.260 INFO kablam! --> src/reverse_polish_notation/parser.rs:22:20 Oct 15 06:49:18.260 INFO kablam! | Oct 15 06:49:18.260 INFO kablam! 22 | Expression::Val(v) => output.push(ex), Oct 15 06:49:18.260 INFO kablam! | ^ help: consider using `_v` instead Oct 15 06:49:18.261 INFO kablam! Oct 15 06:49:18.261 INFO kablam! warning: unused variable: `operator` Oct 15 06:49:18.261 INFO kablam! --> src/reverse_polish_notation/parser.rs:82:19 Oct 15 06:49:18.261 INFO kablam! | Oct 15 06:49:18.262 INFO kablam! 82 | fn get_precedence(operator: String) -> i8 { Oct 15 06:49:18.262 INFO kablam! | ^^^^^^^^ help: consider using `_operator` instead Oct 15 06:49:18.262 INFO kablam! Oct 15 06:49:18.263 INFO kablam! warning: variable does not need to be mutable Oct 15 06:49:18.263 INFO kablam! --> src/reverse_polish_notation/parser.rs:17:6 Oct 15 06:49:18.263 INFO kablam! | Oct 15 06:49:18.264 INFO kablam! 17 | let mut operators: Vec = Vec::new(); Oct 15 06:49:18.264 INFO kablam! | ----^^^^^^^^^ Oct 15 06:49:18.264 INFO kablam! | | Oct 15 06:49:18.264 INFO kablam! | help: remove this `mut` Oct 15 06:49:18.265 INFO kablam! | Oct 15 06:49:18.265 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:49:18.265 INFO kablam! Oct 15 06:49:18.266 INFO kablam! warning: function is never used: `get_precedence` Oct 15 06:49:18.266 INFO kablam! --> src/reverse_polish_notation/parser.rs:82:1 Oct 15 06:49:18.266 INFO kablam! | Oct 15 06:49:18.266 INFO kablam! 82 | fn get_precedence(operator: String) -> i8 { Oct 15 06:49:18.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:49:18.267 INFO kablam! | Oct 15 06:49:18.267 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:49:18.268 INFO kablam! Oct 15 06:49:19.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.94s Oct 15 06:49:19.731 INFO kablam! su: No module specific data is present Oct 15 06:49:20.537 INFO running `"docker" "rm" "-f" "0d8c3e595491a1b75bb3d5f2f86e9a65df46f9de127147972984271bd8cc3c2c"` Oct 15 06:49:20.775 INFO blam! 0d8c3e595491a1b75bb3d5f2f86e9a65df46f9de127147972984271bd8cc3c2c Oct 15 06:49:20.792 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 06:49:21.203 INFO blam! 41a8d8371cb6684943e89d1a3308a23437f7924d609ccf48e9334c2133b79661 Oct 15 06:49:21.206 INFO running `"docker" "start" "-a" "41a8d8371cb6684943e89d1a3308a23437f7924d609ccf48e9334c2133b79661"` Oct 15 06:49:22.745 INFO kablam! usermod: no changes Oct 15 06:49:22.819 INFO kablam! Compiling calculator v0.1.0 (/source) Oct 15 06:49:23.675 INFO kablam! warning: unused variable: `operators` Oct 15 06:49:23.675 INFO kablam! --> src/reverse_polish_notation/parser.rs:17:10 Oct 15 06:49:23.675 INFO kablam! | Oct 15 06:49:23.676 INFO kablam! 17 | let mut operators: Vec = Vec::new(); Oct 15 06:49:23.676 INFO kablam! | ^^^^^^^^^ help: consider using `_operators` instead Oct 15 06:49:23.676 INFO kablam! | Oct 15 06:49:23.676 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:49:23.676 INFO kablam! Oct 15 06:49:23.676 INFO kablam! warning: unused variable: `o` Oct 15 06:49:23.676 INFO kablam! --> src/reverse_polish_notation/parser.rs:21:25 Oct 15 06:49:23.676 INFO kablam! | Oct 15 06:49:23.676 INFO kablam! 21 | Expression::Operator(o) => {}, Oct 15 06:49:23.676 INFO kablam! | ^ help: consider using `_o` instead Oct 15 06:49:23.676 INFO kablam! Oct 15 06:49:23.676 INFO kablam! warning: unused variable: `v` Oct 15 06:49:23.676 INFO kablam! --> src/reverse_polish_notation/parser.rs:22:20 Oct 15 06:49:23.676 INFO kablam! | Oct 15 06:49:23.676 INFO kablam! 22 | Expression::Val(v) => output.push(ex), Oct 15 06:49:23.676 INFO kablam! | ^ help: consider using `_v` instead Oct 15 06:49:23.676 INFO kablam! Oct 15 06:49:23.676 INFO kablam! warning: unused variable: `operator` Oct 15 06:49:23.676 INFO kablam! --> src/reverse_polish_notation/parser.rs:82:19 Oct 15 06:49:23.676 INFO kablam! | Oct 15 06:49:23.676 INFO kablam! 82 | fn get_precedence(operator: String) -> i8 { Oct 15 06:49:23.676 INFO kablam! | ^^^^^^^^ help: consider using `_operator` instead Oct 15 06:49:23.676 INFO kablam! Oct 15 06:49:23.686 INFO kablam! warning: variable does not need to be mutable Oct 15 06:49:23.686 INFO kablam! --> src/reverse_polish_notation/parser.rs:17:6 Oct 15 06:49:23.686 INFO kablam! | Oct 15 06:49:23.686 INFO kablam! 17 | let mut operators: Vec = Vec::new(); Oct 15 06:49:23.686 INFO kablam! | ----^^^^^^^^^ Oct 15 06:49:23.686 INFO kablam! | | Oct 15 06:49:23.686 INFO kablam! | help: remove this `mut` Oct 15 06:49:23.686 INFO kablam! | Oct 15 06:49:23.686 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:49:23.686 INFO kablam! Oct 15 06:49:23.695 INFO kablam! warning: function is never used: `get_precedence` Oct 15 06:49:23.695 INFO kablam! --> src/reverse_polish_notation/parser.rs:82:1 Oct 15 06:49:23.695 INFO kablam! | Oct 15 06:49:23.695 INFO kablam! 82 | fn get_precedence(operator: String) -> i8 { Oct 15 06:49:23.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:49:23.695 INFO kablam! | Oct 15 06:49:23.695 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:49:23.695 INFO kablam! Oct 15 06:49:24.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.64s Oct 15 06:49:24.419 INFO kablam! su: No module specific data is present Oct 15 06:49:25.092 INFO running `"docker" "rm" "-f" "41a8d8371cb6684943e89d1a3308a23437f7924d609ccf48e9334c2133b79661"` Oct 15 06:49:25.447 INFO blam! 41a8d8371cb6684943e89d1a3308a23437f7924d609ccf48e9334c2133b79661 Oct 15 06:49:25.448 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 06:49:25.999 INFO blam! 2b55cef0bf0f8657b7a49872c2ff989857781542e216cac9e076f3e17330a3ce Oct 15 06:49:26.011 INFO running `"docker" "start" "-a" "2b55cef0bf0f8657b7a49872c2ff989857781542e216cac9e076f3e17330a3ce"` Oct 15 06:49:27.894 INFO kablam! usermod: no changes Oct 15 06:49:27.945 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 06:49:27.946 INFO kablam! Running /target/debug/deps/calculator-93b9685a599438f0 Oct 15 06:49:27.955 INFO blam! Oct 15 06:49:27.955 INFO blam! running 0 tests Oct 15 06:49:27.955 INFO blam! Oct 15 06:49:27.955 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:49:27.955 INFO blam! Oct 15 06:49:27.956 INFO kablam! Running /target/debug/deps/calculator-883309d14005255f Oct 15 06:49:27.959 INFO kablam! Doc-tests calculator Oct 15 06:49:27.959 INFO blam! Oct 15 06:49:27.959 INFO blam! running 0 tests Oct 15 06:49:27.959 INFO blam! Oct 15 06:49:27.959 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:49:27.959 INFO blam! Oct 15 06:49:28.677 INFO blam! Oct 15 06:49:28.677 INFO blam! running 0 tests Oct 15 06:49:28.677 INFO blam! Oct 15 06:49:28.677 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:49:28.677 INFO blam! Oct 15 06:49:28.691 INFO kablam! su: No module specific data is present Oct 15 06:49:29.575 INFO running `"docker" "rm" "-f" "2b55cef0bf0f8657b7a49872c2ff989857781542e216cac9e076f3e17330a3ce"` Oct 15 06:49:29.875 INFO blam! 2b55cef0bf0f8657b7a49872c2ff989857781542e216cac9e076f3e17330a3ce