Oct 26 23:14:25.888 INFO checking owtotwo/rcbc against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 23:14:25.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 26 23:14:26.113 INFO blam! e70994ea106886e14f132723f8a7d399b0deb2448b0964d9b6460cf13f256ccf Oct 26 23:14:26.117 INFO running `"docker" "start" "-a" "e70994ea106886e14f132723f8a7d399b0deb2448b0964d9b6460cf13f256ccf"` Oct 26 23:14:26.603 INFO kablam! usermod: no changes Oct 26 23:14:26.644 INFO kablam! Checking rcbc v0.1.0 (/source) Oct 26 23:14:27.027 INFO kablam! warning: unused import: `super::location::Location` Oct 26 23:14:27.027 INFO kablam! --> src/rcbc/compiler/type_.rs:1:5 Oct 26 23:14:27.027 INFO kablam! | Oct 26 23:14:27.027 INFO kablam! 1 | use super::location::Location; Oct 26 23:14:27.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:27.027 INFO kablam! | Oct 26 23:14:27.027 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:14:27.027 INFO kablam! Oct 26 23:14:27.273 INFO kablam! warning: unused import: `super::location::Location` Oct 26 23:14:27.273 INFO kablam! --> src/rcbc/compiler/type_.rs:1:5 Oct 26 23:14:27.273 INFO kablam! | Oct 26 23:14:27.273 INFO kablam! 1 | use super::location::Location; Oct 26 23:14:27.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:27.273 INFO kablam! | Oct 26 23:14:27.273 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:14:27.273 INFO kablam! Oct 26 23:14:27.452 INFO kablam! warning: unreachable expression Oct 26 23:14:27.452 INFO kablam! --> src/rcbc/compiler/parser.rs:799:48 Oct 26 23:14:27.452 INFO kablam! | Oct 26 23:14:27.452 INFO kablam! 799 | return Ok(Box::new(SizeofTypeNode::new(location, type_, unimplemented!()))); Oct 26 23:14:27.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:27.453 INFO kablam! | Oct 26 23:14:27.453 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 26 23:14:27.453 INFO kablam! Oct 26 23:14:27.455 INFO kablam! warning: unreachable expression Oct 26 23:14:27.455 INFO kablam! --> src/rcbc/compiler/parser.rs:805:48 Oct 26 23:14:27.455 INFO kablam! | Oct 26 23:14:27.455 INFO kablam! 805 | return Ok(Box::new(SizeofExprNode::new(location, node, unimplemented!()))); Oct 26 23:14:27.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:27.455 INFO kablam! Oct 26 23:14:27.455 INFO kablam! warning: unreachable expression Oct 26 23:14:27.455 INFO kablam! --> src/rcbc/compiler/parser.rs:815:40 Oct 26 23:14:27.455 INFO kablam! | Oct 26 23:14:27.455 INFO kablam! 815 | return Ok(Box::new(SizeofExprNode::new(location, node, unimplemented!()))); Oct 26 23:14:27.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:27.455 INFO kablam! Oct 26 23:14:27.459 INFO kablam! warning: unreachable statement Oct 26 23:14:27.459 INFO kablam! --> src/rcbc/compiler/parser.rs:824:9 Oct 26 23:14:27.459 INFO kablam! | Oct 26 23:14:27.459 INFO kablam! 824 | println!("Unary Found!"); Oct 26 23:14:27.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:27.459 INFO kablam! | Oct 26 23:14:27.459 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 26 23:14:27.459 INFO kablam! Oct 26 23:14:27.913 INFO kablam! warning: unreachable expression Oct 26 23:14:27.914 INFO kablam! --> src/rcbc/compiler/parser.rs:799:48 Oct 26 23:14:27.914 INFO kablam! | Oct 26 23:14:27.915 INFO kablam! 799 | return Ok(Box::new(SizeofTypeNode::new(location, type_, unimplemented!()))); Oct 26 23:14:27.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:27.916 INFO kablam! | Oct 26 23:14:27.916 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 26 23:14:27.916 INFO kablam! Oct 26 23:14:27.917 INFO kablam! warning: unreachable expression Oct 26 23:14:27.917 INFO kablam! --> src/rcbc/compiler/parser.rs:805:48 Oct 26 23:14:27.918 INFO kablam! | Oct 26 23:14:27.918 INFO kablam! 805 | return Ok(Box::new(SizeofExprNode::new(location, node, unimplemented!()))); Oct 26 23:14:27.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:27.919 INFO kablam! Oct 26 23:14:27.919 INFO kablam! warning: unreachable expression Oct 26 23:14:27.919 INFO kablam! --> src/rcbc/compiler/parser.rs:815:40 Oct 26 23:14:27.919 INFO kablam! | Oct 26 23:14:27.919 INFO kablam! 815 | return Ok(Box::new(SizeofExprNode::new(location, node, unimplemented!()))); Oct 26 23:14:27.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:27.919 INFO kablam! Oct 26 23:14:27.927 INFO kablam! warning: unreachable statement Oct 26 23:14:27.927 INFO kablam! --> src/rcbc/compiler/parser.rs:824:9 Oct 26 23:14:27.928 INFO kablam! | Oct 26 23:14:27.928 INFO kablam! 824 | println!("Unary Found!"); Oct 26 23:14:27.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:27.930 INFO kablam! | Oct 26 23:14:27.930 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 26 23:14:27.931 INFO kablam! Oct 26 23:14:28.779 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.15s Oct 26 23:14:28.782 INFO kablam! su: No module specific data is present Oct 26 23:14:29.559 INFO running `"docker" "rm" "-f" "e70994ea106886e14f132723f8a7d399b0deb2448b0964d9b6460cf13f256ccf"` Oct 26 23:14:29.859 INFO blam! e70994ea106886e14f132723f8a7d399b0deb2448b0964d9b6460cf13f256ccf