Oct 15 04:17:25.822 INFO testing alvesmarcos/pascalzim against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:17:25.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:17:26.658 INFO blam! 7acb6dd0fe5d6e92e694da00a5f1e009d039b319e649d69d0e63c79a2046ab34 Oct 15 04:17:26.661 INFO running `"docker" "start" "-a" "7acb6dd0fe5d6e92e694da00a5f1e009d039b319e649d69d0e63c79a2046ab34"` Oct 15 04:17:28.479 INFO kablam! usermod: no changes Oct 15 04:17:28.599 INFO kablam! Compiling pascalzim v0.0.1 (/source) Oct 15 04:17:29.238 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.239 INFO kablam! --> src/parser.rs:386:15 Oct 15 04:17:29.239 INFO kablam! | Oct 15 04:17:29.240 INFO kablam! 386 | let mut saved_line = self.symbol.line; Oct 15 04:17:29.240 INFO kablam! | ----^^^^^^^^^^ Oct 15 04:17:29.241 INFO kablam! | | Oct 15 04:17:29.242 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.242 INFO kablam! | Oct 15 04:17:29.243 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:17:29.243 INFO kablam! Oct 15 04:17:29.244 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.244 INFO kablam! --> src/parser.rs:389:15 Oct 15 04:17:29.245 INFO kablam! | Oct 15 04:17:29.245 INFO kablam! 389 | let mut exp_result : Category = self.types_stack.pop().unwrap(); Oct 15 04:17:29.246 INFO kablam! | ----^^^^^^^^^^ Oct 15 04:17:29.246 INFO kablam! | | Oct 15 04:17:29.247 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.247 INFO kablam! Oct 15 04:17:29.255 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.255 INFO kablam! --> src/parser.rs:473:11 Oct 15 04:17:29.256 INFO kablam! | Oct 15 04:17:29.256 INFO kablam! 473 | let mut saved_operator = self.symbol.clone(); Oct 15 04:17:29.257 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 04:17:29.257 INFO kablam! | | Oct 15 04:17:29.258 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.258 INFO kablam! Oct 15 04:17:29.259 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.260 INFO kablam! --> src/parser.rs:476:11 Oct 15 04:17:29.260 INFO kablam! | Oct 15 04:17:29.261 INFO kablam! 476 | let mut op1 = self.types_stack.pop().unwrap(); Oct 15 04:17:29.261 INFO kablam! | ----^^^ Oct 15 04:17:29.262 INFO kablam! | | Oct 15 04:17:29.262 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.263 INFO kablam! Oct 15 04:17:29.263 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.264 INFO kablam! --> src/parser.rs:477:11 Oct 15 04:17:29.264 INFO kablam! | Oct 15 04:17:29.265 INFO kablam! 477 | let mut op2 = self.types_stack.pop().unwrap(); Oct 15 04:17:29.265 INFO kablam! | ----^^^ Oct 15 04:17:29.266 INFO kablam! | | Oct 15 04:17:29.266 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.267 INFO kablam! Oct 15 04:17:29.271 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.271 INFO kablam! --> src/parser.rs:522:11 Oct 15 04:17:29.272 INFO kablam! | Oct 15 04:17:29.272 INFO kablam! 522 | let mut saved_operator = self.symbol.clone(); Oct 15 04:17:29.273 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 04:17:29.273 INFO kablam! | | Oct 15 04:17:29.274 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.274 INFO kablam! Oct 15 04:17:29.275 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.276 INFO kablam! --> src/parser.rs:526:11 Oct 15 04:17:29.276 INFO kablam! | Oct 15 04:17:29.277 INFO kablam! 526 | let mut op1 = self.types_stack.pop().unwrap(); Oct 15 04:17:29.277 INFO kablam! | ----^^^ Oct 15 04:17:29.278 INFO kablam! | | Oct 15 04:17:29.278 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.279 INFO kablam! Oct 15 04:17:29.280 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.280 INFO kablam! --> src/parser.rs:527:11 Oct 15 04:17:29.281 INFO kablam! | Oct 15 04:17:29.281 INFO kablam! 527 | let mut op2 = self.types_stack.pop().unwrap(); Oct 15 04:17:29.282 INFO kablam! | ----^^^ Oct 15 04:17:29.283 INFO kablam! | | Oct 15 04:17:29.283 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.284 INFO kablam! Oct 15 04:17:29.287 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.288 INFO kablam! --> src/parser.rs:556:11 Oct 15 04:17:29.288 INFO kablam! | Oct 15 04:17:29.289 INFO kablam! 556 | let mut saved_operator = self.symbol.clone(); Oct 15 04:17:29.289 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 04:17:29.290 INFO kablam! | | Oct 15 04:17:29.290 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.291 INFO kablam! Oct 15 04:17:29.292 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.292 INFO kablam! --> src/parser.rs:561:11 Oct 15 04:17:29.293 INFO kablam! | Oct 15 04:17:29.293 INFO kablam! 561 | let mut op1 = self.types_stack.pop().unwrap(); Oct 15 04:17:29.294 INFO kablam! | ----^^^ Oct 15 04:17:29.294 INFO kablam! | | Oct 15 04:17:29.295 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.295 INFO kablam! Oct 15 04:17:29.296 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.297 INFO kablam! --> src/parser.rs:562:11 Oct 15 04:17:29.297 INFO kablam! | Oct 15 04:17:29.298 INFO kablam! 562 | let mut op2 = self.types_stack.pop().unwrap(); Oct 15 04:17:29.298 INFO kablam! | ----^^^ Oct 15 04:17:29.299 INFO kablam! | | Oct 15 04:17:29.299 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.303 INFO kablam! Oct 15 04:17:29.304 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.304 INFO kablam! --> src/parser.rs:593:13 Oct 15 04:17:29.305 INFO kablam! | Oct 15 04:17:29.306 INFO kablam! 593 | let mut cat = self.match_token_category(self.symbol.clone()); Oct 15 04:17:29.306 INFO kablam! | ----^^^ Oct 15 04:17:29.307 INFO kablam! | | Oct 15 04:17:29.307 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.308 INFO kablam! Oct 15 04:17:29.309 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:29.309 INFO kablam! --> src/parser.rs:614:11 Oct 15 04:17:29.310 INFO kablam! | Oct 15 04:17:29.310 INFO kablam! 614 | let mut cat = self.match_token_category(self.symbol.clone()); Oct 15 04:17:29.315 INFO kablam! | ----^^^ Oct 15 04:17:29.315 INFO kablam! | | Oct 15 04:17:29.315 INFO kablam! | help: remove this `mut` Oct 15 04:17:29.315 INFO kablam! Oct 15 04:17:29.323 INFO kablam! warning: function is never used: `test_parser_program10` Oct 15 04:17:29.323 INFO kablam! --> src/parser.rs:838:1 Oct 15 04:17:29.323 INFO kablam! | Oct 15 04:17:29.323 INFO kablam! 838 | fn test_parser_program10() { Oct 15 04:17:29.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:17:29.327 INFO kablam! | Oct 15 04:17:29.327 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:17:29.327 INFO kablam! Oct 15 04:17:29.327 INFO kablam! warning: function is never used: `test_parser_program12` Oct 15 04:17:29.327 INFO kablam! --> src/parser.rs:854:1 Oct 15 04:17:29.327 INFO kablam! | Oct 15 04:17:29.327 INFO kablam! 854 | fn test_parser_program12() { Oct 15 04:17:29.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:17:29.327 INFO kablam! Oct 15 04:17:29.327 INFO kablam! warning: function is never used: `test_parser_program13` Oct 15 04:17:29.327 INFO kablam! --> src/parser.rs:862:1 Oct 15 04:17:29.327 INFO kablam! | Oct 15 04:17:29.327 INFO kablam! 862 | fn test_parser_program13() { Oct 15 04:17:29.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:17:29.327 INFO kablam! Oct 15 04:17:30.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.10s Oct 15 04:17:30.655 INFO kablam! su: No module specific data is present Oct 15 04:17:31.479 INFO running `"docker" "rm" "-f" "7acb6dd0fe5d6e92e694da00a5f1e009d039b319e649d69d0e63c79a2046ab34"` Oct 15 04:17:31.767 INFO blam! 7acb6dd0fe5d6e92e694da00a5f1e009d039b319e649d69d0e63c79a2046ab34 Oct 15 04:17:31.788 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 04:17:32.151 INFO blam! 4ddc7e5a1ef3516cab77c9afc6e1fc9f79188082543b1dd3b82495d3242acb1e Oct 15 04:17:32.155 INFO running `"docker" "start" "-a" "4ddc7e5a1ef3516cab77c9afc6e1fc9f79188082543b1dd3b82495d3242acb1e"` Oct 15 04:17:34.434 INFO kablam! usermod: no changes Oct 15 04:17:34.475 INFO kablam! Compiling pascalzim v0.0.1 (/source) Oct 15 04:17:35.579 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.579 INFO kablam! --> src/parser.rs:386:15 Oct 15 04:17:35.580 INFO kablam! | Oct 15 04:17:35.580 INFO kablam! 386 | let mut saved_line = self.symbol.line; Oct 15 04:17:35.580 INFO kablam! | ----^^^^^^^^^^ Oct 15 04:17:35.581 INFO kablam! | | Oct 15 04:17:35.581 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.581 INFO kablam! | Oct 15 04:17:35.581 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:17:35.582 INFO kablam! Oct 15 04:17:35.582 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.582 INFO kablam! --> src/parser.rs:389:15 Oct 15 04:17:35.583 INFO kablam! | Oct 15 04:17:35.583 INFO kablam! 389 | let mut exp_result : Category = self.types_stack.pop().unwrap(); Oct 15 04:17:35.583 INFO kablam! | ----^^^^^^^^^^ Oct 15 04:17:35.584 INFO kablam! | | Oct 15 04:17:35.584 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.584 INFO kablam! Oct 15 04:17:35.591 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.591 INFO kablam! --> src/parser.rs:473:11 Oct 15 04:17:35.592 INFO kablam! | Oct 15 04:17:35.592 INFO kablam! 473 | let mut saved_operator = self.symbol.clone(); Oct 15 04:17:35.592 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 04:17:35.593 INFO kablam! | | Oct 15 04:17:35.593 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.593 INFO kablam! Oct 15 04:17:35.594 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.594 INFO kablam! --> src/parser.rs:476:11 Oct 15 04:17:35.595 INFO kablam! | Oct 15 04:17:35.595 INFO kablam! 476 | let mut op1 = self.types_stack.pop().unwrap(); Oct 15 04:17:35.595 INFO kablam! | ----^^^ Oct 15 04:17:35.596 INFO kablam! | | Oct 15 04:17:35.596 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.596 INFO kablam! Oct 15 04:17:35.597 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.597 INFO kablam! --> src/parser.rs:477:11 Oct 15 04:17:35.598 INFO kablam! | Oct 15 04:17:35.598 INFO kablam! 477 | let mut op2 = self.types_stack.pop().unwrap(); Oct 15 04:17:35.598 INFO kablam! | ----^^^ Oct 15 04:17:35.599 INFO kablam! | | Oct 15 04:17:35.599 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.599 INFO kablam! Oct 15 04:17:35.603 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.603 INFO kablam! --> src/parser.rs:522:11 Oct 15 04:17:35.604 INFO kablam! | Oct 15 04:17:35.604 INFO kablam! 522 | let mut saved_operator = self.symbol.clone(); Oct 15 04:17:35.604 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 04:17:35.604 INFO kablam! | | Oct 15 04:17:35.604 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.604 INFO kablam! Oct 15 04:17:35.605 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.605 INFO kablam! --> src/parser.rs:526:11 Oct 15 04:17:35.605 INFO kablam! | Oct 15 04:17:35.605 INFO kablam! 526 | let mut op1 = self.types_stack.pop().unwrap(); Oct 15 04:17:35.606 INFO kablam! | ----^^^ Oct 15 04:17:35.606 INFO kablam! | | Oct 15 04:17:35.606 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.607 INFO kablam! Oct 15 04:17:35.607 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.607 INFO kablam! --> src/parser.rs:527:11 Oct 15 04:17:35.608 INFO kablam! | Oct 15 04:17:35.608 INFO kablam! 527 | let mut op2 = self.types_stack.pop().unwrap(); Oct 15 04:17:35.608 INFO kablam! | ----^^^ Oct 15 04:17:35.609 INFO kablam! | | Oct 15 04:17:35.609 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.609 INFO kablam! Oct 15 04:17:35.612 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.613 INFO kablam! --> src/parser.rs:556:11 Oct 15 04:17:35.613 INFO kablam! | Oct 15 04:17:35.613 INFO kablam! 556 | let mut saved_operator = self.symbol.clone(); Oct 15 04:17:35.614 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 04:17:35.614 INFO kablam! | | Oct 15 04:17:35.614 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.614 INFO kablam! Oct 15 04:17:35.615 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.615 INFO kablam! --> src/parser.rs:561:11 Oct 15 04:17:35.615 INFO kablam! | Oct 15 04:17:35.616 INFO kablam! 561 | let mut op1 = self.types_stack.pop().unwrap(); Oct 15 04:17:35.616 INFO kablam! | ----^^^ Oct 15 04:17:35.616 INFO kablam! | | Oct 15 04:17:35.617 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.617 INFO kablam! Oct 15 04:17:35.617 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.618 INFO kablam! --> src/parser.rs:562:11 Oct 15 04:17:35.618 INFO kablam! | Oct 15 04:17:35.618 INFO kablam! 562 | let mut op2 = self.types_stack.pop().unwrap(); Oct 15 04:17:35.619 INFO kablam! | ----^^^ Oct 15 04:17:35.619 INFO kablam! | | Oct 15 04:17:35.619 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.623 INFO kablam! Oct 15 04:17:35.623 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.623 INFO kablam! --> src/parser.rs:593:13 Oct 15 04:17:35.624 INFO kablam! | Oct 15 04:17:35.624 INFO kablam! 593 | let mut cat = self.match_token_category(self.symbol.clone()); Oct 15 04:17:35.624 INFO kablam! | ----^^^ Oct 15 04:17:35.625 INFO kablam! | | Oct 15 04:17:35.625 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.625 INFO kablam! Oct 15 04:17:35.625 INFO kablam! warning: variable does not need to be mutable Oct 15 04:17:35.626 INFO kablam! --> src/parser.rs:614:11 Oct 15 04:17:35.626 INFO kablam! | Oct 15 04:17:35.626 INFO kablam! 614 | let mut cat = self.match_token_category(self.symbol.clone()); Oct 15 04:17:35.627 INFO kablam! | ----^^^ Oct 15 04:17:35.627 INFO kablam! | | Oct 15 04:17:35.627 INFO kablam! | help: remove this `mut` Oct 15 04:17:35.627 INFO kablam! Oct 15 04:17:35.643 INFO kablam! warning: function is never used: `test_parser_program10` Oct 15 04:17:35.643 INFO kablam! --> src/parser.rs:838:1 Oct 15 04:17:35.644 INFO kablam! | Oct 15 04:17:35.644 INFO kablam! 838 | fn test_parser_program10() { Oct 15 04:17:35.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:17:35.645 INFO kablam! | Oct 15 04:17:35.645 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:17:35.645 INFO kablam! Oct 15 04:17:35.646 INFO kablam! warning: function is never used: `test_parser_program12` Oct 15 04:17:35.646 INFO kablam! --> src/parser.rs:854:1 Oct 15 04:17:35.646 INFO kablam! | Oct 15 04:17:35.647 INFO kablam! 854 | fn test_parser_program12() { Oct 15 04:17:35.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:17:35.647 INFO kablam! Oct 15 04:17:35.648 INFO kablam! warning: function is never used: `test_parser_program13` Oct 15 04:17:35.648 INFO kablam! --> src/parser.rs:862:1 Oct 15 04:17:35.648 INFO kablam! | Oct 15 04:17:35.649 INFO kablam! 862 | fn test_parser_program13() { Oct 15 04:17:35.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:17:35.655 INFO kablam! Oct 15 04:17:37.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.28s Oct 15 04:17:37.747 INFO kablam! su: No module specific data is present Oct 15 04:17:38.759 INFO running `"docker" "rm" "-f" "4ddc7e5a1ef3516cab77c9afc6e1fc9f79188082543b1dd3b82495d3242acb1e"` Oct 15 04:17:39.171 INFO blam! 4ddc7e5a1ef3516cab77c9afc6e1fc9f79188082543b1dd3b82495d3242acb1e