Oct 14 20:31:10.313 INFO testing flyfische/Rust-Pascy against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:31:10.315 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 20:31:11.036 INFO blam! d3b3e557cf43280932654d75eaddd662c0a0ccb2f7215e77bb0c31b210a53950 Oct 14 20:31:11.038 INFO running `"docker" "start" "-a" "d3b3e557cf43280932654d75eaddd662c0a0ccb2f7215e77bb0c31b210a53950"` Oct 14 20:31:12.707 INFO kablam! usermod: no changes Oct 14 20:31:12.763 INFO kablam! Compiling rust-pascal v0.1.0 (/source) Oct 14 20:31:13.012 INFO kablam! warning: unused import: `std::cmp::PartialEq` Oct 14 20:31:13.012 INFO kablam! --> src/main.rs:3:5 Oct 14 20:31:13.013 INFO kablam! | Oct 14 20:31:13.013 INFO kablam! 3 | use std::cmp::PartialEq; Oct 14 20:31:13.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 20:31:13.014 INFO kablam! | Oct 14 20:31:13.014 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:31:13.014 INFO kablam! Oct 14 20:31:13.087 INFO kablam! warning: unused variable: `tok` Oct 14 20:31:13.087 INFO kablam! --> src/main.rs:193:17 Oct 14 20:31:13.087 INFO kablam! | Oct 14 20:31:13.088 INFO kablam! 193 | let mut tok: Token; Oct 14 20:31:13.088 INFO kablam! | ^^^ help: consider using `_tok` instead Oct 14 20:31:13.088 INFO kablam! | Oct 14 20:31:13.089 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:31:13.089 INFO kablam! Oct 14 20:31:13.089 INFO kablam! warning: variable `result` is assigned to, but never used Oct 14 20:31:13.089 INFO kablam! --> src/main.rs:211:17 Oct 14 20:31:13.090 INFO kablam! | Oct 14 20:31:13.090 INFO kablam! 211 | let mut result: i32; Oct 14 20:31:13.090 INFO kablam! | ^^^^^^ Oct 14 20:31:13.091 INFO kablam! | Oct 14 20:31:13.091 INFO kablam! = note: consider using `_result` instead Oct 14 20:31:13.091 INFO kablam! Oct 14 20:31:13.091 INFO kablam! warning: value assigned to `result` is never read Oct 14 20:31:13.092 INFO kablam! --> src/main.rs:217:25 Oct 14 20:31:13.092 INFO kablam! | Oct 14 20:31:13.092 INFO kablam! 217 | result = y.parse::().unwrap(); Oct 14 20:31:13.093 INFO kablam! | ^^^^^^ Oct 14 20:31:13.093 INFO kablam! | Oct 14 20:31:13.093 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 20:31:13.093 INFO kablam! Oct 14 20:31:13.094 INFO kablam! warning: variable does not need to be mutable Oct 14 20:31:13.094 INFO kablam! --> src/main.rs:44:13 Oct 14 20:31:13.094 INFO kablam! | Oct 14 20:31:13.095 INFO kablam! 44 | let mut cur_char = lex.text.next(); Oct 14 20:31:13.095 INFO kablam! | ----^^^^^^^^ Oct 14 20:31:13.095 INFO kablam! | | Oct 14 20:31:13.095 INFO kablam! | help: remove this `mut` Oct 14 20:31:13.096 INFO kablam! | Oct 14 20:31:13.096 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:31:13.096 INFO kablam! Oct 14 20:31:13.111 INFO kablam! warning: variable does not need to be mutable Oct 14 20:31:13.111 INFO kablam! --> src/main.rs:120:17 Oct 14 20:31:13.112 INFO kablam! | Oct 14 20:31:13.112 INFO kablam! 120 | let mut current_char: char; Oct 14 20:31:13.112 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 20:31:13.112 INFO kablam! | | Oct 14 20:31:13.113 INFO kablam! | help: remove this `mut` Oct 14 20:31:13.113 INFO kablam! Oct 14 20:31:13.113 INFO kablam! warning: variable does not need to be mutable Oct 14 20:31:13.114 INFO kablam! --> src/main.rs:185:13 Oct 14 20:31:13.114 INFO kablam! | Oct 14 20:31:13.114 INFO kablam! 185 | let mut token = lex.get_next_token(); Oct 14 20:31:13.114 INFO kablam! | ----^^^^^ Oct 14 20:31:13.115 INFO kablam! | | Oct 14 20:31:13.115 INFO kablam! | help: remove this `mut` Oct 14 20:31:13.115 INFO kablam! Oct 14 20:31:13.116 INFO kablam! warning: variable does not need to be mutable Oct 14 20:31:13.116 INFO kablam! --> src/main.rs:193:13 Oct 14 20:31:13.116 INFO kablam! | Oct 14 20:31:13.117 INFO kablam! 193 | let mut tok: Token; Oct 14 20:31:13.117 INFO kablam! | ----^^^ Oct 14 20:31:13.117 INFO kablam! | | Oct 14 20:31:13.117 INFO kablam! | help: remove this `mut` Oct 14 20:31:13.118 INFO kablam! Oct 14 20:31:13.118 INFO kablam! warning: variable does not need to be mutable Oct 14 20:31:13.118 INFO kablam! --> src/main.rs:207:13 Oct 14 20:31:13.119 INFO kablam! | Oct 14 20:31:13.119 INFO kablam! 207 | let mut next = self.lexer.get_next_token(); Oct 14 20:31:13.119 INFO kablam! | ----^^^^ Oct 14 20:31:13.120 INFO kablam! | | Oct 14 20:31:13.120 INFO kablam! | help: remove this `mut` Oct 14 20:31:13.120 INFO kablam! Oct 14 20:31:13.120 INFO kablam! warning: variable does not need to be mutable Oct 14 20:31:13.121 INFO kablam! --> src/main.rs:211:13 Oct 14 20:31:13.121 INFO kablam! | Oct 14 20:31:13.121 INFO kablam! 211 | let mut result: i32; Oct 14 20:31:13.121 INFO kablam! | ----^^^^^^ Oct 14 20:31:13.122 INFO kablam! | | Oct 14 20:31:13.122 INFO kablam! | help: remove this `mut` Oct 14 20:31:13.122 INFO kablam! Oct 14 20:31:13.123 INFO kablam! warning: variant is never constructed: `DIV` Oct 14 20:31:13.123 INFO kablam! --> src/main.rs:11:5 Oct 14 20:31:13.123 INFO kablam! | Oct 14 20:31:13.123 INFO kablam! 11 | DIV, Oct 14 20:31:13.124 INFO kablam! | ^^^ Oct 14 20:31:13.124 INFO kablam! | Oct 14 20:31:13.124 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:31:13.125 INFO kablam! Oct 14 20:31:13.125 INFO kablam! warning: field is never used: `current_token` Oct 14 20:31:13.125 INFO kablam! --> src/main.rs:30:5 Oct 14 20:31:13.126 INFO kablam! | Oct 14 20:31:13.126 INFO kablam! 30 | current_token: Option, Oct 14 20:31:13.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:31:13.127 INFO kablam! Oct 14 20:31:13.127 INFO kablam! warning: method is never used: `eval` Oct 14 20:31:13.127 INFO kablam! --> src/main.rs:210:5 Oct 14 20:31:13.128 INFO kablam! | Oct 14 20:31:13.128 INFO kablam! 210 | fn eval(&mut self) { Oct 14 20:31:13.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:31:13.128 INFO kablam! Oct 14 20:31:14.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 14 20:31:14.062 INFO kablam! su: No module specific data is present Oct 14 20:31:15.499 INFO running `"docker" "rm" "-f" "d3b3e557cf43280932654d75eaddd662c0a0ccb2f7215e77bb0c31b210a53950"` Oct 14 20:31:15.771 INFO blam! d3b3e557cf43280932654d75eaddd662c0a0ccb2f7215e77bb0c31b210a53950 Oct 14 20:31:15.783 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 20:31:16.355 INFO blam! 1bf7f9f4771c134a6592701e975a95c42690f7a4dc963bf925a328d1c0c45d1f Oct 14 20:31:16.357 INFO running `"docker" "start" "-a" "1bf7f9f4771c134a6592701e975a95c42690f7a4dc963bf925a328d1c0c45d1f"` Oct 14 20:31:18.299 INFO kablam! usermod: no changes Oct 14 20:31:18.355 INFO kablam! Compiling rust-pascal v0.1.0 (/source) Oct 14 20:31:18.775 INFO kablam! warning: unused import: `std::cmp::PartialEq` Oct 14 20:31:18.775 INFO kablam! --> src/main.rs:3:5 Oct 14 20:31:18.775 INFO kablam! | Oct 14 20:31:18.775 INFO kablam! 3 | use std::cmp::PartialEq; Oct 14 20:31:18.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 20:31:18.775 INFO kablam! | Oct 14 20:31:18.775 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:31:18.775 INFO kablam! Oct 14 20:31:18.835 INFO kablam! warning: unused variable: `tok` Oct 14 20:31:18.835 INFO kablam! --> src/main.rs:193:17 Oct 14 20:31:18.835 INFO kablam! | Oct 14 20:31:18.835 INFO kablam! 193 | let mut tok: Token; Oct 14 20:31:18.835 INFO kablam! | ^^^ help: consider using `_tok` instead Oct 14 20:31:18.835 INFO kablam! | Oct 14 20:31:18.835 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:31:18.835 INFO kablam! Oct 14 20:31:18.835 INFO kablam! warning: variable `result` is assigned to, but never used Oct 14 20:31:18.835 INFO kablam! --> src/main.rs:211:17 Oct 14 20:31:18.835 INFO kablam! | Oct 14 20:31:18.835 INFO kablam! 211 | let mut result: i32; Oct 14 20:31:18.835 INFO kablam! | ^^^^^^ Oct 14 20:31:18.835 INFO kablam! | Oct 14 20:31:18.835 INFO kablam! = note: consider using `_result` instead Oct 14 20:31:18.835 INFO kablam! Oct 14 20:31:18.835 INFO kablam! warning: value assigned to `result` is never read Oct 14 20:31:18.835 INFO kablam! --> src/main.rs:217:25 Oct 14 20:31:18.835 INFO kablam! | Oct 14 20:31:18.835 INFO kablam! 217 | result = y.parse::().unwrap(); Oct 14 20:31:18.835 INFO kablam! | ^^^^^^ Oct 14 20:31:18.835 INFO kablam! | Oct 14 20:31:18.835 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 20:31:18.835 INFO kablam! Oct 14 20:31:18.843 INFO kablam! warning: variable does not need to be mutable Oct 14 20:31:18.843 INFO kablam! --> src/main.rs:44:13 Oct 14 20:31:18.843 INFO kablam! | Oct 14 20:31:18.843 INFO kablam! 44 | let mut cur_char = lex.text.next(); Oct 14 20:31:18.843 INFO kablam! | ----^^^^^^^^ Oct 14 20:31:18.843 INFO kablam! | | Oct 14 20:31:18.843 INFO kablam! | help: remove this `mut` Oct 14 20:31:18.843 INFO kablam! | Oct 14 20:31:18.843 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:31:18.843 INFO kablam! Oct 14 20:31:18.843 INFO kablam! warning: variable does not need to be mutable Oct 14 20:31:18.843 INFO kablam! --> src/main.rs:120:17 Oct 14 20:31:18.843 INFO kablam! | Oct 14 20:31:18.843 INFO kablam! 120 | let mut current_char: char; Oct 14 20:31:18.843 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 20:31:18.843 INFO kablam! | | Oct 14 20:31:18.843 INFO kablam! | help: remove this `mut` Oct 14 20:31:18.843 INFO kablam! Oct 14 20:31:18.843 INFO kablam! warning: variable does not need to be mutable Oct 14 20:31:18.843 INFO kablam! --> src/main.rs:185:13 Oct 14 20:31:18.843 INFO kablam! | Oct 14 20:31:18.843 INFO kablam! 185 | let mut token = lex.get_next_token(); Oct 14 20:31:18.843 INFO kablam! | ----^^^^^ Oct 14 20:31:18.843 INFO kablam! | | Oct 14 20:31:18.843 INFO kablam! | help: remove this `mut` Oct 14 20:31:18.843 INFO kablam! Oct 14 20:31:18.843 INFO kablam! warning: variable does not need to be mutable Oct 14 20:31:18.843 INFO kablam! --> src/main.rs:193:13 Oct 14 20:31:18.843 INFO kablam! | Oct 14 20:31:18.843 INFO kablam! 193 | let mut tok: Token; Oct 14 20:31:18.843 INFO kablam! | ----^^^ Oct 14 20:31:18.843 INFO kablam! | | Oct 14 20:31:18.843 INFO kablam! | help: remove this `mut` Oct 14 20:31:18.843 INFO kablam! Oct 14 20:31:18.843 INFO kablam! warning: variable does not need to be mutable Oct 14 20:31:18.843 INFO kablam! --> src/main.rs:207:13 Oct 14 20:31:18.843 INFO kablam! | Oct 14 20:31:18.843 INFO kablam! 207 | let mut next = self.lexer.get_next_token(); Oct 14 20:31:18.843 INFO kablam! | ----^^^^ Oct 14 20:31:18.843 INFO kablam! | | Oct 14 20:31:18.843 INFO kablam! | help: remove this `mut` Oct 14 20:31:18.843 INFO kablam! Oct 14 20:31:18.851 INFO kablam! warning: variable does not need to be mutable Oct 14 20:31:18.851 INFO kablam! --> src/main.rs:211:13 Oct 14 20:31:18.851 INFO kablam! | Oct 14 20:31:18.851 INFO kablam! 211 | let mut result: i32; Oct 14 20:31:18.851 INFO kablam! | ----^^^^^^ Oct 14 20:31:18.851 INFO kablam! | | Oct 14 20:31:18.851 INFO kablam! | help: remove this `mut` Oct 14 20:31:18.851 INFO kablam! Oct 14 20:31:18.851 INFO kablam! warning: variant is never constructed: `DIV` Oct 14 20:31:18.851 INFO kablam! --> src/main.rs:11:5 Oct 14 20:31:18.851 INFO kablam! | Oct 14 20:31:18.851 INFO kablam! 11 | DIV, Oct 14 20:31:18.851 INFO kablam! | ^^^ Oct 14 20:31:18.851 INFO kablam! | Oct 14 20:31:18.851 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:31:18.851 INFO kablam! Oct 14 20:31:18.851 INFO kablam! warning: field is never used: `current_token` Oct 14 20:31:18.851 INFO kablam! --> src/main.rs:30:5 Oct 14 20:31:18.851 INFO kablam! | Oct 14 20:31:18.851 INFO kablam! 30 | current_token: Option, Oct 14 20:31:18.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:31:18.851 INFO kablam! Oct 14 20:31:18.851 INFO kablam! warning: method is never used: `eval` Oct 14 20:31:18.851 INFO kablam! --> src/main.rs:210:5 Oct 14 20:31:18.851 INFO kablam! | Oct 14 20:31:18.851 INFO kablam! 210 | fn eval(&mut self) { Oct 14 20:31:18.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 20:31:18.851 INFO kablam! Oct 14 20:31:19.316 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 14 20:31:19.318 INFO kablam! su: No module specific data is present Oct 14 20:31:20.647 INFO running `"docker" "rm" "-f" "1bf7f9f4771c134a6592701e975a95c42690f7a4dc963bf925a328d1c0c45d1f"` Oct 14 20:31:21.068 INFO blam! 1bf7f9f4771c134a6592701e975a95c42690f7a4dc963bf925a328d1c0c45d1f Oct 14 20:31:21.077 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 20:31:21.534 INFO blam! e1be95d7e09475ac302bf602b91f7afcd747e8474c74e00620a5112590be2f68 Oct 14 20:31:21.543 INFO running `"docker" "start" "-a" "e1be95d7e09475ac302bf602b91f7afcd747e8474c74e00620a5112590be2f68"` Oct 14 20:31:23.674 INFO kablam! usermod: no changes Oct 14 20:31:23.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 20:31:23.727 INFO blam! Oct 14 20:31:23.727 INFO kablam! Running /target/debug/deps/rust_pascal-58a4f9a4ff964fe9 Oct 14 20:31:23.727 INFO blam! running 0 tests Oct 14 20:31:23.727 INFO kablam! su: No module specific data is present Oct 14 20:31:23.727 INFO blam! Oct 14 20:31:23.727 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:31:23.727 INFO blam! Oct 14 20:31:24.976 INFO running `"docker" "rm" "-f" "e1be95d7e09475ac302bf602b91f7afcd747e8474c74e00620a5112590be2f68"` Oct 14 20:31:25.307 INFO blam! e1be95d7e09475ac302bf602b91f7afcd747e8474c74e00620a5112590be2f68