Oct 11 10:02:11.462 INFO testing timi-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:02:11.462 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:02:11.462 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:02:11.744 INFO blam! 04a0fa0853e1cb323f59cf2ead3fb7ddd46ec0f682af898b09213c19c7e5aa68 Oct 11 10:02:11.753 INFO running `"docker" "start" "-a" "04a0fa0853e1cb323f59cf2ead3fb7ddd46ec0f682af898b09213c19c7e5aa68"` Oct 11 10:02:13.086 INFO kablam! usermod: no changes Oct 11 10:02:13.192 INFO kablam! Compiling timi v0.2.1 (/source) Oct 11 10:02:15.412 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:02:15.412 INFO kablam! --> src/machine.rs:1507:16 Oct 11 10:02:15.412 INFO kablam! | Oct 11 10:02:15.412 INFO kablam! 1507 | Ok((ListAccess::Cons(x_addr, xs_addr))) Oct 11 10:02:15.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 10:02:15.412 INFO kablam! | Oct 11 10:02:15.412 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:02:15.412 INFO kablam! Oct 11 10:02:16.048 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:16.048 INFO kablam! --> src/frontend.rs:567:21 Oct 11 10:02:16.048 INFO kablam! | Oct 11 10:02:16.048 INFO kablam! 567 | fn parse_identifier(mut cursor: &mut TokenizerCursor) -> Result<(Range, CoreToken), ParseError> { Oct 11 10:02:16.048 INFO kablam! | ----^^^^^^ Oct 11 10:02:16.048 INFO kablam! | | Oct 11 10:02:16.048 INFO kablam! | help: remove this `mut` Oct 11 10:02:16.048 INFO kablam! | Oct 11 10:02:16.048 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:02:16.048 INFO kablam! Oct 11 10:02:16.056 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:16.056 INFO kablam! --> src/frontend.rs:749:15 Oct 11 10:02:16.056 INFO kablam! | Oct 11 10:02:16.056 INFO kablam! 749 | fn parse_pack(mut c: &mut ParserCursor) -> Result { Oct 11 10:02:16.056 INFO kablam! | ----^ Oct 11 10:02:16.056 INFO kablam! | | Oct 11 10:02:16.056 INFO kablam! | help: remove this `mut` Oct 11 10:02:16.056 INFO kablam! Oct 11 10:02:16.069 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:16.069 INFO kablam! --> src/frontend.rs:893:18 Oct 11 10:02:16.069 INFO kablam! | Oct 11 10:02:16.069 INFO kablam! 893 | fn parse_mul_div(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:16.069 INFO kablam! | ----^^^^^^ Oct 11 10:02:16.069 INFO kablam! | | Oct 11 10:02:16.069 INFO kablam! | help: remove this `mut` Oct 11 10:02:16.069 INFO kablam! Oct 11 10:02:16.069 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:16.069 INFO kablam! --> src/frontend.rs:906:18 Oct 11 10:02:16.069 INFO kablam! | Oct 11 10:02:16.069 INFO kablam! 906 | fn parse_add_sub(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:16.069 INFO kablam! | ----^^^^^^ Oct 11 10:02:16.069 INFO kablam! | | Oct 11 10:02:16.069 INFO kablam! | help: remove this `mut` Oct 11 10:02:16.069 INFO kablam! Oct 11 10:02:16.069 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:16.069 INFO kablam! --> src/frontend.rs:919:16 Oct 11 10:02:16.069 INFO kablam! | Oct 11 10:02:16.069 INFO kablam! 919 | fn parse_relop(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:16.069 INFO kablam! | ----^^^^^^ Oct 11 10:02:16.069 INFO kablam! | | Oct 11 10:02:16.069 INFO kablam! | help: remove this `mut` Oct 11 10:02:16.069 INFO kablam! Oct 11 10:02:16.069 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:16.069 INFO kablam! --> src/frontend.rs:938:14 Oct 11 10:02:16.069 INFO kablam! | Oct 11 10:02:16.069 INFO kablam! 938 | fn parse_and(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:16.069 INFO kablam! | ----^^^^^^ Oct 11 10:02:16.069 INFO kablam! | | Oct 11 10:02:16.069 INFO kablam! | help: remove this `mut` Oct 11 10:02:16.069 INFO kablam! Oct 11 10:02:16.069 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:16.069 INFO kablam! --> src/frontend.rs:950:13 Oct 11 10:02:16.069 INFO kablam! | Oct 11 10:02:16.069 INFO kablam! 950 | fn parse_or(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:16.069 INFO kablam! | ----^^^^^^ Oct 11 10:02:16.069 INFO kablam! | | Oct 11 10:02:16.069 INFO kablam! | help: remove this `mut` Oct 11 10:02:16.069 INFO kablam! Oct 11 10:02:16.108 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:16.108 INFO kablam! --> src/pretty_print.rs:82:32 Oct 11 10:02:16.108 INFO kablam! | Oct 11 10:02:16.108 INFO kablam! 82 | mut processed: &mut HashSet, Oct 11 10:02:16.108 INFO kablam! | ----^^^^^^^^^ Oct 11 10:02:16.108 INFO kablam! | | Oct 11 10:02:16.108 INFO kablam! | help: remove this `mut` Oct 11 10:02:16.108 INFO kablam! Oct 11 10:02:16.108 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:16.108 INFO kablam! --> src/pretty_print.rs:83:32 Oct 11 10:02:16.108 INFO kablam! | Oct 11 10:02:16.108 INFO kablam! 83 | mut rec_stack: &mut HashSet) -> bool { Oct 11 10:02:16.108 INFO kablam! | ----^^^^^^^^^ Oct 11 10:02:16.108 INFO kablam! | | Oct 11 10:02:16.108 INFO kablam! | help: remove this `mut` Oct 11 10:02:16.108 INFO kablam! Oct 11 10:02:20.620 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:02:20.620 INFO kablam! --> src/machine.rs:1507:16 Oct 11 10:02:20.620 INFO kablam! | Oct 11 10:02:20.620 INFO kablam! 1507 | Ok((ListAccess::Cons(x_addr, xs_addr))) Oct 11 10:02:20.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 10:02:20.620 INFO kablam! | Oct 11 10:02:20.620 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:02:20.620 INFO kablam! Oct 11 10:02:21.156 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:21.156 INFO kablam! --> src/frontend.rs:567:21 Oct 11 10:02:21.156 INFO kablam! | Oct 11 10:02:21.156 INFO kablam! 567 | fn parse_identifier(mut cursor: &mut TokenizerCursor) -> Result<(Range, CoreToken), ParseError> { Oct 11 10:02:21.156 INFO kablam! | ----^^^^^^ Oct 11 10:02:21.156 INFO kablam! | | Oct 11 10:02:21.156 INFO kablam! | help: remove this `mut` Oct 11 10:02:21.156 INFO kablam! | Oct 11 10:02:21.156 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:02:21.156 INFO kablam! Oct 11 10:02:21.171 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:21.171 INFO kablam! --> src/frontend.rs:749:15 Oct 11 10:02:21.171 INFO kablam! | Oct 11 10:02:21.171 INFO kablam! 749 | fn parse_pack(mut c: &mut ParserCursor) -> Result { Oct 11 10:02:21.171 INFO kablam! | ----^ Oct 11 10:02:21.171 INFO kablam! | | Oct 11 10:02:21.171 INFO kablam! | help: remove this `mut` Oct 11 10:02:21.171 INFO kablam! Oct 11 10:02:21.174 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:21.174 INFO kablam! --> src/frontend.rs:893:18 Oct 11 10:02:21.174 INFO kablam! | Oct 11 10:02:21.174 INFO kablam! 893 | fn parse_mul_div(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:21.174 INFO kablam! | ----^^^^^^ Oct 11 10:02:21.174 INFO kablam! | | Oct 11 10:02:21.174 INFO kablam! | help: remove this `mut` Oct 11 10:02:21.174 INFO kablam! Oct 11 10:02:21.176 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:21.176 INFO kablam! --> src/frontend.rs:906:18 Oct 11 10:02:21.176 INFO kablam! | Oct 11 10:02:21.176 INFO kablam! 906 | fn parse_add_sub(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:21.176 INFO kablam! | ----^^^^^^ Oct 11 10:02:21.176 INFO kablam! | | Oct 11 10:02:21.176 INFO kablam! | help: remove this `mut` Oct 11 10:02:21.176 INFO kablam! Oct 11 10:02:21.178 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:21.178 INFO kablam! --> src/frontend.rs:919:16 Oct 11 10:02:21.178 INFO kablam! | Oct 11 10:02:21.178 INFO kablam! 919 | fn parse_relop(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:21.178 INFO kablam! | ----^^^^^^ Oct 11 10:02:21.178 INFO kablam! | | Oct 11 10:02:21.178 INFO kablam! | help: remove this `mut` Oct 11 10:02:21.178 INFO kablam! Oct 11 10:02:21.178 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:21.178 INFO kablam! --> src/frontend.rs:938:14 Oct 11 10:02:21.178 INFO kablam! | Oct 11 10:02:21.178 INFO kablam! 938 | fn parse_and(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:21.178 INFO kablam! | ----^^^^^^ Oct 11 10:02:21.178 INFO kablam! | | Oct 11 10:02:21.178 INFO kablam! | help: remove this `mut` Oct 11 10:02:21.178 INFO kablam! Oct 11 10:02:21.181 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:21.181 INFO kablam! --> src/frontend.rs:950:13 Oct 11 10:02:21.181 INFO kablam! | Oct 11 10:02:21.181 INFO kablam! 950 | fn parse_or(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:21.181 INFO kablam! | ----^^^^^^ Oct 11 10:02:21.181 INFO kablam! | | Oct 11 10:02:21.181 INFO kablam! | help: remove this `mut` Oct 11 10:02:21.181 INFO kablam! Oct 11 10:02:21.296 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:21.296 INFO kablam! --> src/pretty_print.rs:82:32 Oct 11 10:02:21.296 INFO kablam! | Oct 11 10:02:21.296 INFO kablam! 82 | mut processed: &mut HashSet, Oct 11 10:02:21.296 INFO kablam! | ----^^^^^^^^^ Oct 11 10:02:21.296 INFO kablam! | | Oct 11 10:02:21.296 INFO kablam! | help: remove this `mut` Oct 11 10:02:21.296 INFO kablam! Oct 11 10:02:21.296 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:21.296 INFO kablam! --> src/pretty_print.rs:83:32 Oct 11 10:02:21.296 INFO kablam! | Oct 11 10:02:21.296 INFO kablam! 83 | mut rec_stack: &mut HashSet) -> bool { Oct 11 10:02:21.296 INFO kablam! | ----^^^^^^^^^ Oct 11 10:02:21.296 INFO kablam! | | Oct 11 10:02:21.296 INFO kablam! | help: remove this `mut` Oct 11 10:02:21.296 INFO kablam! Oct 11 10:02:24.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.61s Oct 11 10:02:24.733 INFO kablam! su: No module specific data is present Oct 11 10:02:25.222 INFO running `"docker" "rm" "-f" "04a0fa0853e1cb323f59cf2ead3fb7ddd46ec0f682af898b09213c19c7e5aa68"` Oct 11 10:02:25.620 INFO blam! 04a0fa0853e1cb323f59cf2ead3fb7ddd46ec0f682af898b09213c19c7e5aa68 Oct 11 10:02:25.628 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:02:25.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:02:26.076 INFO blam! d09fed18412d2f5debc1f5de073cae6b3eb59e4d0b8690ff4a3b462620314ed1 Oct 11 10:02:26.081 INFO running `"docker" "start" "-a" "d09fed18412d2f5debc1f5de073cae6b3eb59e4d0b8690ff4a3b462620314ed1"` Oct 11 10:02:27.211 INFO kablam! usermod: no changes Oct 11 10:02:27.376 INFO kablam! Compiling timi v0.2.1 (/source) Oct 11 10:02:30.396 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:02:30.396 INFO kablam! --> src/machine.rs:1507:16 Oct 11 10:02:30.396 INFO kablam! | Oct 11 10:02:30.396 INFO kablam! 1507 | Ok((ListAccess::Cons(x_addr, xs_addr))) Oct 11 10:02:30.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 10:02:30.396 INFO kablam! | Oct 11 10:02:30.396 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:02:30.396 INFO kablam! Oct 11 10:02:31.268 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:02:31.268 INFO kablam! --> src/machine.rs:1507:16 Oct 11 10:02:31.268 INFO kablam! | Oct 11 10:02:31.268 INFO kablam! 1507 | Ok((ListAccess::Cons(x_addr, xs_addr))) Oct 11 10:02:31.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 10:02:31.268 INFO kablam! | Oct 11 10:02:31.268 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:02:31.268 INFO kablam! Oct 11 10:02:31.608 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:31.608 INFO kablam! --> src/frontend.rs:567:21 Oct 11 10:02:31.608 INFO kablam! | Oct 11 10:02:31.608 INFO kablam! 567 | fn parse_identifier(mut cursor: &mut TokenizerCursor) -> Result<(Range, CoreToken), ParseError> { Oct 11 10:02:31.608 INFO kablam! | ----^^^^^^ Oct 11 10:02:31.608 INFO kablam! | | Oct 11 10:02:31.608 INFO kablam! | help: remove this `mut` Oct 11 10:02:31.608 INFO kablam! | Oct 11 10:02:31.608 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:02:31.608 INFO kablam! Oct 11 10:02:31.616 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:31.616 INFO kablam! --> src/frontend.rs:749:15 Oct 11 10:02:31.616 INFO kablam! | Oct 11 10:02:31.616 INFO kablam! 749 | fn parse_pack(mut c: &mut ParserCursor) -> Result { Oct 11 10:02:31.616 INFO kablam! | ----^ Oct 11 10:02:31.616 INFO kablam! | | Oct 11 10:02:31.616 INFO kablam! | help: remove this `mut` Oct 11 10:02:31.616 INFO kablam! Oct 11 10:02:31.636 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:31.636 INFO kablam! --> src/frontend.rs:893:18 Oct 11 10:02:31.636 INFO kablam! | Oct 11 10:02:31.636 INFO kablam! 893 | fn parse_mul_div(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:31.636 INFO kablam! | ----^^^^^^ Oct 11 10:02:31.636 INFO kablam! | | Oct 11 10:02:31.636 INFO kablam! | help: remove this `mut` Oct 11 10:02:31.636 INFO kablam! Oct 11 10:02:31.636 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:31.636 INFO kablam! --> src/frontend.rs:906:18 Oct 11 10:02:31.636 INFO kablam! | Oct 11 10:02:31.636 INFO kablam! 906 | fn parse_add_sub(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:31.636 INFO kablam! | ----^^^^^^ Oct 11 10:02:31.636 INFO kablam! | | Oct 11 10:02:31.636 INFO kablam! | help: remove this `mut` Oct 11 10:02:31.636 INFO kablam! Oct 11 10:02:31.636 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:31.636 INFO kablam! --> src/frontend.rs:919:16 Oct 11 10:02:31.636 INFO kablam! | Oct 11 10:02:31.636 INFO kablam! 919 | fn parse_relop(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:31.636 INFO kablam! | ----^^^^^^ Oct 11 10:02:31.636 INFO kablam! | | Oct 11 10:02:31.636 INFO kablam! | help: remove this `mut` Oct 11 10:02:31.636 INFO kablam! Oct 11 10:02:31.636 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:31.636 INFO kablam! --> src/frontend.rs:938:14 Oct 11 10:02:31.636 INFO kablam! | Oct 11 10:02:31.636 INFO kablam! 938 | fn parse_and(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:31.636 INFO kablam! | ----^^^^^^ Oct 11 10:02:31.636 INFO kablam! | | Oct 11 10:02:31.636 INFO kablam! | help: remove this `mut` Oct 11 10:02:31.636 INFO kablam! Oct 11 10:02:31.636 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:31.636 INFO kablam! --> src/frontend.rs:950:13 Oct 11 10:02:31.636 INFO kablam! | Oct 11 10:02:31.636 INFO kablam! 950 | fn parse_or(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:31.636 INFO kablam! | ----^^^^^^ Oct 11 10:02:31.636 INFO kablam! | | Oct 11 10:02:31.636 INFO kablam! | help: remove this `mut` Oct 11 10:02:31.648 INFO kablam! Oct 11 10:02:31.712 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:31.712 INFO kablam! --> src/pretty_print.rs:82:32 Oct 11 10:02:31.712 INFO kablam! | Oct 11 10:02:31.712 INFO kablam! 82 | mut processed: &mut HashSet, Oct 11 10:02:31.712 INFO kablam! | ----^^^^^^^^^ Oct 11 10:02:31.712 INFO kablam! | | Oct 11 10:02:31.712 INFO kablam! | help: remove this `mut` Oct 11 10:02:31.712 INFO kablam! Oct 11 10:02:31.712 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:31.712 INFO kablam! --> src/pretty_print.rs:83:32 Oct 11 10:02:31.712 INFO kablam! | Oct 11 10:02:31.712 INFO kablam! 83 | mut rec_stack: &mut HashSet) -> bool { Oct 11 10:02:31.712 INFO kablam! | ----^^^^^^^^^ Oct 11 10:02:31.712 INFO kablam! | | Oct 11 10:02:31.712 INFO kablam! | help: remove this `mut` Oct 11 10:02:31.712 INFO kablam! Oct 11 10:02:32.794 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:32.796 INFO kablam! --> src/frontend.rs:567:21 Oct 11 10:02:32.796 INFO kablam! | Oct 11 10:02:32.796 INFO kablam! 567 | fn parse_identifier(mut cursor: &mut TokenizerCursor) -> Result<(Range, CoreToken), ParseError> { Oct 11 10:02:32.796 INFO kablam! | ----^^^^^^ Oct 11 10:02:32.796 INFO kablam! | | Oct 11 10:02:32.796 INFO kablam! | help: remove this `mut` Oct 11 10:02:32.796 INFO kablam! | Oct 11 10:02:32.796 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:02:32.796 INFO kablam! Oct 11 10:02:32.805 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:32.809 INFO kablam! --> src/frontend.rs:749:15 Oct 11 10:02:32.809 INFO kablam! | Oct 11 10:02:32.809 INFO kablam! 749 | fn parse_pack(mut c: &mut ParserCursor) -> Result { Oct 11 10:02:32.810 INFO kablam! | ----^ Oct 11 10:02:32.810 INFO kablam! | | Oct 11 10:02:32.810 INFO kablam! | help: remove this `mut` Oct 11 10:02:32.810 INFO kablam! Oct 11 10:02:32.811 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:32.811 INFO kablam! --> src/frontend.rs:893:18 Oct 11 10:02:32.811 INFO kablam! | Oct 11 10:02:32.812 INFO kablam! 893 | fn parse_mul_div(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:32.812 INFO kablam! | ----^^^^^^ Oct 11 10:02:32.812 INFO kablam! | | Oct 11 10:02:32.813 INFO kablam! | help: remove this `mut` Oct 11 10:02:32.813 INFO kablam! Oct 11 10:02:32.813 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:32.813 INFO kablam! --> src/frontend.rs:906:18 Oct 11 10:02:32.814 INFO kablam! | Oct 11 10:02:32.814 INFO kablam! 906 | fn parse_add_sub(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:32.814 INFO kablam! | ----^^^^^^ Oct 11 10:02:32.814 INFO kablam! | | Oct 11 10:02:32.815 INFO kablam! | help: remove this `mut` Oct 11 10:02:32.815 INFO kablam! Oct 11 10:02:32.815 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:32.816 INFO kablam! --> src/frontend.rs:919:16 Oct 11 10:02:32.816 INFO kablam! | Oct 11 10:02:32.816 INFO kablam! 919 | fn parse_relop(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:32.816 INFO kablam! | ----^^^^^^ Oct 11 10:02:32.817 INFO kablam! | | Oct 11 10:02:32.817 INFO kablam! | help: remove this `mut` Oct 11 10:02:32.817 INFO kablam! Oct 11 10:02:32.818 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:32.818 INFO kablam! --> src/frontend.rs:938:14 Oct 11 10:02:32.818 INFO kablam! | Oct 11 10:02:32.818 INFO kablam! 938 | fn parse_and(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:32.819 INFO kablam! | ----^^^^^^ Oct 11 10:02:32.819 INFO kablam! | | Oct 11 10:02:32.819 INFO kablam! | help: remove this `mut` Oct 11 10:02:32.820 INFO kablam! Oct 11 10:02:32.820 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:32.820 INFO kablam! --> src/frontend.rs:950:13 Oct 11 10:02:32.820 INFO kablam! | Oct 11 10:02:32.821 INFO kablam! 950 | fn parse_or(mut cursor: &mut ParserCursor) -> Result { Oct 11 10:02:32.821 INFO kablam! | ----^^^^^^ Oct 11 10:02:32.821 INFO kablam! | | Oct 11 10:02:32.821 INFO kablam! | help: remove this `mut` Oct 11 10:02:32.822 INFO kablam! Oct 11 10:02:32.940 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:32.940 INFO kablam! --> src/pretty_print.rs:82:32 Oct 11 10:02:32.940 INFO kablam! | Oct 11 10:02:32.940 INFO kablam! 82 | mut processed: &mut HashSet, Oct 11 10:02:32.940 INFO kablam! | ----^^^^^^^^^ Oct 11 10:02:32.940 INFO kablam! | | Oct 11 10:02:32.940 INFO kablam! | help: remove this `mut` Oct 11 10:02:32.940 INFO kablam! Oct 11 10:02:32.940 INFO kablam! warning: variable does not need to be mutable Oct 11 10:02:32.940 INFO kablam! --> src/pretty_print.rs:83:32 Oct 11 10:02:32.940 INFO kablam! | Oct 11 10:02:32.940 INFO kablam! 83 | mut rec_stack: &mut HashSet) -> bool { Oct 11 10:02:32.940 INFO kablam! | ----^^^^^^^^^ Oct 11 10:02:32.940 INFO kablam! | | Oct 11 10:02:32.940 INFO kablam! | help: remove this `mut` Oct 11 10:02:32.940 INFO kablam! Oct 11 10:02:33.698 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.45s Oct 11 10:02:33.704 INFO kablam! su: No module specific data is present Oct 11 10:02:34.277 INFO running `"docker" "rm" "-f" "d09fed18412d2f5debc1f5de073cae6b3eb59e4d0b8690ff4a3b462620314ed1"` Oct 11 10:02:34.520 INFO blam! d09fed18412d2f5debc1f5de073cae6b3eb59e4d0b8690ff4a3b462620314ed1 Oct 11 10:02:34.524 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:02:34.524 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:02:34.888 INFO blam! 76599780cee0cd067d149b00595083c5bfb76d501e4683c0ac00aa9ece2cb981 Oct 11 10:02:34.892 INFO running `"docker" "start" "-a" "76599780cee0cd067d149b00595083c5bfb76d501e4683c0ac00aa9ece2cb981"` Oct 11 10:02:35.884 INFO kablam! usermod: no changes Oct 11 10:02:35.974 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 10:02:35.976 INFO kablam! Running /target/debug/deps/timi-e7ba0523b0b41d38 Oct 11 10:02:35.976 INFO blam! Oct 11 10:02:35.976 INFO blam! running 0 tests Oct 11 10:02:35.976 INFO blam! Oct 11 10:02:35.977 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:02:35.977 INFO blam! Oct 11 10:02:35.980 INFO kablam! Running /target/debug/deps/timi-ddc977e3285c6e38 Oct 11 10:02:35.982 INFO blam! Oct 11 10:02:35.982 INFO blam! running 0 tests Oct 11 10:02:35.982 INFO blam! Oct 11 10:02:35.982 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:02:35.982 INFO blam! Oct 11 10:02:35.988 INFO blam! Oct 11 10:02:35.988 INFO kablam! Running /target/debug/deps/test_machine-665ddbf8523fb59c Oct 11 10:02:35.988 INFO blam! running 28 tests Oct 11 10:02:36.025 INFO blam! test test::test_add_simple ... ok Oct 11 10:02:36.030 INFO blam! test test::test_case_pair_complex_access_function ... ok Oct 11 10:02:36.049 INFO blam! test test::test_add_rhs_ap ... ok Oct 11 10:02:36.050 INFO blam! test test::test_add_lhs_ap ... ok Oct 11 10:02:36.065 INFO blam! test test::test_case_pair_simple_right_access ... ok Oct 11 10:02:36.065 INFO blam! test test::test_case_pair_simple_left_access ... ok Oct 11 10:02:36.067 INFO blam! test test::test_add_lhs_rhs_ap ... ok Oct 11 10:02:36.078 INFO blam! test test::test_comments_folow_whitespace ... ok Oct 11 10:02:36.088 INFO blam! test test::test_complex_arith ... ok Oct 11 10:02:36.096 INFO blam! test test::test_comments_simple ... ok Oct 11 10:02:36.104 INFO blam! test test::test_if_false_branch ... ok Oct 11 10:02:36.104 INFO blam! test test::test_foldr ... ok Oct 11 10:02:36.104 INFO blam! test test::test_if_cond_complex_branch ... ok Oct 11 10:02:36.136 INFO blam! test test::test_let_mutual_rec2 ... ok Oct 11 10:02:36.136 INFO blam! test test::test_if_true_branch ... ok Oct 11 10:02:36.136 INFO blam! test test::test_let_back_dependency ... ok Oct 11 10:02:36.141 INFO blam! test test::test_let_forward_dependency ... ok Oct 11 10:02:36.141 INFO blam! test test::test_let_mutual_rec ... ok Oct 11 10:02:36.156 INFO blam! test test::test_let_simple ... ok Oct 11 10:02:36.156 INFO blam! test test::test_list_nil_simple ... ok Oct 11 10:02:36.167 INFO blam! test test::test_list_cons_complex ... ok Oct 11 10:02:36.167 INFO blam! test test::test_list_cons_simple ... ok Oct 11 10:02:36.176 INFO blam! test test::test_negate_simple ... ok Oct 11 10:02:36.180 INFO blam! test test::test_if_cond_complex_result ... ok Oct 11 10:02:36.180 INFO blam! test test::test_skk3 ... ok Oct 11 10:02:36.180 INFO blam! test test::test_negate_inner_ap ... ok Oct 11 10:02:36.184 INFO blam! test test::test_nil_complex ... ok Oct 11 10:02:36.198 INFO blam! test test::test_let_uninstantiatable ... ok Oct 11 10:02:36.198 INFO kablam! Doc-tests timi Oct 11 10:02:36.198 INFO blam! Oct 11 10:02:36.198 INFO blam! test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:02:36.198 INFO blam! Oct 11 10:02:39.632 INFO blam! Oct 11 10:02:39.632 INFO blam! running 3 tests Oct 11 10:02:40.012 INFO blam! test src/frontend.rs - frontend::parse_identifier (line 563) ... FAILED Oct 11 10:02:41.040 INFO blam! test src/machine.rs - machine::instantiate_let_bindings (line 780) ... FAILED Oct 11 10:02:43.838 INFO blam! test src/lib.rs - (line 13) ... ok Oct 11 10:02:43.838 INFO blam! Oct 11 10:02:43.838 INFO blam! failures: Oct 11 10:02:43.838 INFO blam! Oct 11 10:02:43.838 INFO blam! ---- src/frontend.rs - frontend::parse_identifier (line 563) stdout ---- Oct 11 10:02:43.838 INFO blam! error: unknown start of token: ` Oct 11 10:02:43.838 INFO blam! --> src/frontend.rs:566:36 Oct 11 10:02:43.838 INFO blam! | Oct 11 10:02:43.838 INFO blam! 5 | any number of characters, numbers, `_`, `-` and `?` Oct 11 10:02:43.838 INFO blam! | ^ Oct 11 10:02:43.838 INFO blam! help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not Oct 11 10:02:43.838 INFO blam! | Oct 11 10:02:43.838 INFO blam! 5 | any number of characters, numbers, '_`, `-` and `?` Oct 11 10:02:43.838 INFO blam! | ^ Oct 11 10:02:43.838 INFO blam! Oct 11 10:02:43.838 INFO blam! thread 'src/frontend.rs - frontend::parse_identifier (line 563)' panicked at 'couldn't compile the test', librustdoc/test.rs:333:13 Oct 11 10:02:43.838 INFO blam! stack backtrace: Oct 11 10:02:43.838 INFO blam! 0: 0x7f4d2990fdce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 10:02:43.838 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 10:02:43.838 INFO blam! 1: 0x7f4d298f4e06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 10:02:43.838 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 10:02:43.838 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 10:02:43.838 INFO blam! 2: 0x7f4d2991ad9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 10:02:43.838 INFO blam! at libstd/panicking.rs:211 Oct 11 10:02:43.838 INFO blam! 3: 0x7f4d2991aaab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 10:02:43.838 INFO blam! at libstd/panicking.rs:221 Oct 11 10:02:43.838 INFO blam! 4: 0x7f4d2bb9664e - rustc::util::common::panic_hook::h6c0fab3f49b67368 Oct 11 10:02:43.838 INFO blam! 5: 0x7f4d2991b563 - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 10:02:43.838 INFO blam! at libstd/panicking.rs:480 Oct 11 10:02:43.838 INFO blam! 6: 0x556d68fff796 - std::panicking::begin_panic::hb2f2557b5ad530d6 Oct 11 10:02:43.838 INFO blam! at libstd/panicking.rs:410 Oct 11 10:02:43.839 INFO blam! 7: 0x556d69182cfb - rustdoc::test::run_test::h7f9ad0c8d380d83c Oct 11 10:02:43.839 INFO blam! at librustdoc/test.rs:333 Oct 11 10:02:43.839 INFO blam! 8: 0x556d69142ef7 - >::set::hd7bc23bb100376f9 Oct 11 10:02:43.839 INFO blam! at librustdoc/test.rs:565 Oct 11 10:02:43.839 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 10:02:43.839 INFO blam! at libsyntax/lib.rs:106 Oct 11 10:02:43.839 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 10:02:43.839 INFO blam! 9: 0x556d68f5aa8f - syntax::with_globals::h13b9cd4342f6776c Oct 11 10:02:43.839 INFO blam! at libsyntax/lib.rs:105 Oct 11 10:02:43.839 INFO blam! 10: 0x556d68fff94a - std::panicking::try::do_call::h251f77b3e67a3607 Oct 11 10:02:43.839 INFO blam! at librustdoc/test.rs:562 Oct 11 10:02:43.839 INFO blam! at libstd/panic.rs:313 Oct 11 10:02:43.839 INFO blam! at libstd/panicking.rs:310 Oct 11 10:02:43.839 INFO blam! 11: 0x7f4d29928c79 - __rust_maybe_catch_panic Oct 11 10:02:43.839 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 10:02:43.839 INFO blam! 12: 0x556d690547d3 - rustc_driver::in_named_rustc_thread::h5b9d8f6b223fabca Oct 11 10:02:43.839 INFO blam! at libstd/panicking.rs:289 Oct 11 10:02:43.839 INFO blam! at libstd/panic.rs:392 Oct 11 10:02:43.839 INFO blam! at librustc_driver/lib.rs:1575 Oct 11 10:02:43.839 INFO blam! 13: 0x556d691589ec - >::call_box::h469711a6fc649ccc Oct 11 10:02:43.839 INFO blam! at librustdoc/test.rs:562 Oct 11 10:02:43.839 INFO blam! at liballoc/boxed.rs:672 Oct 11 10:02:43.839 INFO blam! 14: 0x7f4d2af7dad2 - >::call_box::h477ac8c82814e76d Oct 11 10:02:43.839 INFO blam! at libtest/lib.rs:1461 Oct 11 10:02:43.839 INFO blam! at liballoc/boxed.rs:672 Oct 11 10:02:43.839 INFO blam! 15: 0x7f4d29928c79 - __rust_maybe_catch_panic Oct 11 10:02:43.839 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 10:02:43.839 INFO blam! 16: 0x7f4d2afa4b5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 10:02:43.839 INFO blam! at libstd/panicking.rs:289 Oct 11 10:02:43.839 INFO blam! at libstd/panic.rs:392 Oct 11 10:02:43.839 INFO blam! at libtest/lib.rs:1423 Oct 11 10:02:43.839 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 10:02:43.839 INFO blam! 17: 0x7f4d2afa5ac4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 10:02:43.839 INFO blam! at libstd/thread/mod.rs:409 Oct 11 10:02:43.839 INFO blam! at libstd/panic.rs:313 Oct 11 10:02:43.839 INFO blam! at libstd/panicking.rs:310 Oct 11 10:02:43.839 INFO blam! 18: 0x7f4d29928c79 - __rust_maybe_catch_panic Oct 11 10:02:43.839 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 10:02:43.839 INFO blam! 19: 0x7f4d2af8e5b6 - >::call_box::h96125cb29a9ba44b Oct 11 10:02:43.839 INFO blam! at libstd/panicking.rs:289 Oct 11 10:02:43.839 INFO blam! at libstd/panic.rs:392 Oct 11 10:02:43.839 INFO blam! at libstd/thread/mod.rs:408 Oct 11 10:02:43.839 INFO blam! at liballoc/boxed.rs:672 Oct 11 10:02:43.839 INFO blam! 20: 0x7f4d2991693a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 10:02:43.839 INFO blam! at liballoc/boxed.rs:682 Oct 11 10:02:43.839 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 10:02:43.839 INFO blam! 21: 0x7f4d298ebd35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 10:02:43.839 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 10:02:43.839 INFO blam! 22: 0x7f4d294766b9 - start_thread Oct 11 10:02:43.839 INFO blam! 23: 0x7f4d28f9641c - clone Oct 11 10:02:43.839 INFO blam! 24: 0x0 - Oct 11 10:02:43.839 INFO blam! query stack during panic: Oct 11 10:02:43.839 INFO blam! end of query stack Oct 11 10:02:43.839 INFO blam! Oct 11 10:02:43.839 INFO blam! ---- src/machine.rs - machine::instantiate_let_bindings (line 780) stdout ---- Oct 11 10:02:43.839 INFO blam! error: expected one of `.`, `;`, `?`, `}`, or an operator, found `in` Oct 11 10:02:43.839 INFO blam! --> src/machine.rs:781:19 Oct 11 10:02:43.839 INFO blam! | Oct 11 10:02:43.839 INFO blam! 3 | let y = x; x = 10 in y + y Oct 11 10:02:43.839 INFO blam! | ^^ expected one of `.`, `;`, `?`, `}`, or an operator here Oct 11 10:02:43.839 INFO blam! Oct 11 10:02:43.839 INFO blam! error[E0425]: cannot find value `x` in this scope Oct 11 10:02:43.839 INFO blam! --> src/machine.rs:781:9 Oct 11 10:02:43.839 INFO blam! | Oct 11 10:02:43.839 INFO blam! 3 | let y = x; x = 10 in y + y Oct 11 10:02:43.839 INFO blam! | ^ not found in this scope Oct 11 10:02:43.839 INFO blam! Oct 11 10:02:43.839 INFO blam! error[E0425]: cannot find value `x` in this scope Oct 11 10:02:43.839 INFO blam! --> src/machine.rs:781:12 Oct 11 10:02:43.839 INFO blam! | Oct 11 10:02:43.839 INFO blam! 3 | let y = x; x = 10 in y + y Oct 11 10:02:43.839 INFO blam! | ^ did you mean `y`? Oct 11 10:02:43.839 INFO blam! Oct 11 10:02:43.839 INFO blam! thread 'src/machine.rs - machine::instantiate_let_bindings (line 780)' panicked at 'couldn't compile the test', librustdoc/test.rs:333:13 Oct 11 10:02:43.839 INFO blam! stack backtrace: Oct 11 10:02:43.839 INFO blam! 0: 0x7f4d2990fdce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 10:02:43.839 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 10:02:43.839 INFO blam! 1: 0x7f4d298f4e06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 10:02:43.839 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 10:02:43.839 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 10:02:43.839 INFO blam! 2: 0x7f4d2991ad9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 10:02:43.839 INFO blam! at libstd/panicking.rs:211 Oct 11 10:02:43.839 INFO blam! 3: 0x7f4d2991aaab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 10:02:43.839 INFO blam! at libstd/panicking.rs:221 Oct 11 10:02:43.839 INFO blam! 4: 0x7f4d2bb9664e - rustc::util::common::panic_hook::h6c0fab3f49b67368 Oct 11 10:02:43.839 INFO blam! 5: 0x7f4d2991b563 - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 10:02:43.839 INFO blam! at libstd/panicking.rs:480 Oct 11 10:02:43.839 INFO blam! 6: 0x556d68fff796 - std::panicking::begin_panic::hb2f2557b5ad530d6 Oct 11 10:02:43.839 INFO blam! at libstd/panicking.rs:410 Oct 11 10:02:43.839 INFO blam! 7: 0x556d69182cfb - rustdoc::test::run_test::h7f9ad0c8d380d83c Oct 11 10:02:43.839 INFO blam! at librustdoc/test.rs:333 Oct 11 10:02:43.839 INFO blam! 8: 0x556d69142ef7 - >::set::hd7bc23bb100376f9 Oct 11 10:02:43.839 INFO blam! at librustdoc/test.rs:565 Oct 11 10:02:43.839 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 10:02:43.840 INFO blam! at libsyntax/lib.rs:106 Oct 11 10:02:43.840 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 10:02:43.840 INFO blam! 9: 0x556d68f5aa8f - syntax::with_globals::h13b9cd4342f6776c Oct 11 10:02:43.840 INFO blam! at libsyntax/lib.rs:105 Oct 11 10:02:43.840 INFO blam! 10: 0x556d68fff94a - std::panicking::try::do_call::h251f77b3e67a3607 Oct 11 10:02:43.840 INFO blam! at librustdoc/test.rs:562 Oct 11 10:02:43.840 INFO blam! at libstd/panic.rs:313 Oct 11 10:02:43.840 INFO blam! at libstd/panicking.rs:310 Oct 11 10:02:43.840 INFO blam! 11: 0x7f4d29928c79 - __rust_maybe_catch_panic Oct 11 10:02:43.840 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 10:02:43.840 INFO blam! 12: 0x556d690547d3 - rustc_driver::in_named_rustc_thread::h5b9d8f6b223fabca Oct 11 10:02:43.840 INFO blam! at libstd/panicking.rs:289 Oct 11 10:02:43.840 INFO blam! at libstd/panic.rs:392 Oct 11 10:02:43.840 INFO blam! at librustc_driver/lib.rs:1575 Oct 11 10:02:43.840 INFO blam! 13: 0x556d691589ec - >::call_box::h469711a6fc649ccc Oct 11 10:02:43.840 INFO blam! at librustdoc/test.rs:562 Oct 11 10:02:43.840 INFO blam! at liballoc/boxed.rs:672 Oct 11 10:02:43.840 INFO blam! 14: 0x7f4d2af7dad2 - >::call_box::h477ac8c82814e76d Oct 11 10:02:43.840 INFO blam! at libtest/lib.rs:1461 Oct 11 10:02:43.840 INFO blam! at liballoc/boxed.rs:672 Oct 11 10:02:43.840 INFO blam! 15: 0x7f4d29928c79 - __rust_maybe_catch_panic Oct 11 10:02:43.840 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 10:02:43.840 INFO blam! 16: 0x7f4d2afa4b5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 10:02:43.840 INFO blam! at libstd/panicking.rs:289 Oct 11 10:02:43.840 INFO blam! at libstd/panic.rs:392 Oct 11 10:02:43.840 INFO blam! at libtest/lib.rs:1423 Oct 11 10:02:43.840 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 10:02:43.840 INFO blam! 17: 0x7f4d2afa5ac4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 10:02:43.840 INFO blam! at libstd/thread/mod.rs:409 Oct 11 10:02:43.840 INFO blam! at libstd/panic.rs:313 Oct 11 10:02:43.860 INFO blam! at libstd/panicking.rs:310 Oct 11 10:02:43.860 INFO blam! 18: 0x7f4d29928c79 - __rust_maybe_catch_panic Oct 11 10:02:43.860 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 10:02:43.860 INFO blam! 19: 0x7f4d2af8e5b6 - >::call_box::h96125cb29a9ba44b Oct 11 10:02:43.860 INFO blam! at libstd/panicking.rs:289 Oct 11 10:02:43.860 INFO blam! at libstd/panic.rs:392 Oct 11 10:02:43.860 INFO blam! at libstd/thread/mod.rs:408 Oct 11 10:02:43.860 INFO blam! at liballoc/boxed.rs:672 Oct 11 10:02:43.860 INFO blam! 20: 0x7f4d2991693a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 10:02:43.860 INFO blam! at liballoc/boxed.rs:682 Oct 11 10:02:43.860 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 10:02:43.860 INFO blam! 21: 0x7f4d298ebd35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 10:02:43.860 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 10:02:43.860 INFO blam! 22: 0x7f4d294766b9 - start_thread Oct 11 10:02:43.860 INFO blam! 23: 0x7f4d28f9641c - clone Oct 11 10:02:43.860 INFO blam! 24: 0x0 - Oct 11 10:02:43.860 INFO blam! query stack during panic: Oct 11 10:02:43.860 INFO blam! end of query stack Oct 11 10:02:43.860 INFO blam! Oct 11 10:02:43.860 INFO blam! Oct 11 10:02:43.860 INFO blam! failures: Oct 11 10:02:43.860 INFO blam! src/frontend.rs - frontend::parse_identifier (line 563) Oct 11 10:02:43.860 INFO blam! src/machine.rs - machine::instantiate_let_bindings (line 780) Oct 11 10:02:43.860 INFO blam! Oct 11 10:02:43.860 INFO blam! test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:02:43.860 INFO blam! Oct 11 10:02:43.861 INFO kablam! error: test failed, to rerun pass '--doc' Oct 11 10:02:43.861 INFO kablam! su: No module specific data is present Oct 11 10:02:44.277 INFO running `"docker" "rm" "-f" "76599780cee0cd067d149b00595083c5bfb76d501e4683c0ac00aa9ece2cb981"` Oct 11 10:02:44.456 INFO blam! 76599780cee0cd067d149b00595083c5bfb76d501e4683c0ac00aa9ece2cb981