Oct 31 23:33:12.564 INFO checking owtotwo/rcbc against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 23:33:12.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-3/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 23:33:13.155 INFO blam! da6b2d8c3e68b7f4d54f0b9392ee47aa07573e806ec1a3be5d4811e0750eb482 Oct 31 23:33:13.162 INFO running `"docker" "start" "-a" "da6b2d8c3e68b7f4d54f0b9392ee47aa07573e806ec1a3be5d4811e0750eb482"` Oct 31 23:33:15.143 INFO kablam! usermod: no changes Oct 31 23:33:15.207 INFO kablam! Checking rcbc v0.1.0 (/source) Oct 31 23:33:16.044 INFO kablam! warning: unused import: `super::location::Location` Oct 31 23:33:16.044 INFO kablam! --> src/rcbc/compiler/type_.rs:1:5 Oct 31 23:33:16.045 INFO kablam! | Oct 31 23:33:16.045 INFO kablam! 1 | use super::location::Location; Oct 31 23:33:16.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:33:16.045 INFO kablam! | Oct 31 23:33:16.045 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 23:33:16.045 INFO kablam! Oct 31 23:33:16.128 INFO kablam! warning: unused import: `super::location::Location` Oct 31 23:33:16.128 INFO kablam! --> src/rcbc/compiler/type_.rs:1:5 Oct 31 23:33:16.128 INFO kablam! | Oct 31 23:33:16.128 INFO kablam! 1 | use super::location::Location; Oct 31 23:33:16.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:33:16.128 INFO kablam! | Oct 31 23:33:16.128 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 23:33:16.128 INFO kablam! Oct 31 23:33:16.972 INFO kablam! warning: unreachable expression Oct 31 23:33:16.972 INFO kablam! --> src/rcbc/compiler/parser.rs:799:48 Oct 31 23:33:16.972 INFO kablam! | Oct 31 23:33:16.972 INFO kablam! 799 | return Ok(Box::new(SizeofTypeNode::new(location, type_, unimplemented!()))); Oct 31 23:33:16.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:33:16.972 INFO kablam! | Oct 31 23:33:16.972 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 31 23:33:16.972 INFO kablam! Oct 31 23:33:16.973 INFO kablam! warning: unreachable expression Oct 31 23:33:16.973 INFO kablam! --> src/rcbc/compiler/parser.rs:805:48 Oct 31 23:33:16.973 INFO kablam! | Oct 31 23:33:16.980 INFO kablam! 805 | return Ok(Box::new(SizeofExprNode::new(location, node, unimplemented!()))); Oct 31 23:33:16.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:33:16.980 INFO kablam! Oct 31 23:33:16.982 INFO kablam! warning: unreachable expression Oct 31 23:33:16.982 INFO kablam! --> src/rcbc/compiler/parser.rs:815:40 Oct 31 23:33:16.982 INFO kablam! | Oct 31 23:33:16.982 INFO kablam! 815 | return Ok(Box::new(SizeofExprNode::new(location, node, unimplemented!()))); Oct 31 23:33:16.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:33:16.982 INFO kablam! Oct 31 23:33:16.983 INFO kablam! warning: unreachable statement Oct 31 23:33:16.983 INFO kablam! --> src/rcbc/compiler/parser.rs:824:9 Oct 31 23:33:16.983 INFO kablam! | Oct 31 23:33:16.983 INFO kablam! 824 | println!("Unary Found!"); Oct 31 23:33:16.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:33:16.983 INFO kablam! | Oct 31 23:33:16.984 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 31 23:33:16.984 INFO kablam! Oct 31 23:33:17.252 INFO kablam! warning: unreachable expression Oct 31 23:33:17.252 INFO kablam! --> src/rcbc/compiler/parser.rs:799:48 Oct 31 23:33:17.252 INFO kablam! | Oct 31 23:33:17.252 INFO kablam! 799 | return Ok(Box::new(SizeofTypeNode::new(location, type_, unimplemented!()))); Oct 31 23:33:17.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:33:17.252 INFO kablam! | Oct 31 23:33:17.252 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 31 23:33:17.252 INFO kablam! Oct 31 23:33:17.252 INFO kablam! warning: unreachable expression Oct 31 23:33:17.252 INFO kablam! --> src/rcbc/compiler/parser.rs:805:48 Oct 31 23:33:17.253 INFO kablam! | Oct 31 23:33:17.253 INFO kablam! 805 | return Ok(Box::new(SizeofExprNode::new(location, node, unimplemented!()))); Oct 31 23:33:17.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:33:17.253 INFO kablam! Oct 31 23:33:17.254 INFO kablam! warning: unreachable expression Oct 31 23:33:17.254 INFO kablam! --> src/rcbc/compiler/parser.rs:815:40 Oct 31 23:33:17.254 INFO kablam! | Oct 31 23:33:17.254 INFO kablam! 815 | return Ok(Box::new(SizeofExprNode::new(location, node, unimplemented!()))); Oct 31 23:33:17.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:33:17.254 INFO kablam! Oct 31 23:33:17.255 INFO kablam! warning: unreachable statement Oct 31 23:33:17.255 INFO kablam! --> src/rcbc/compiler/parser.rs:824:9 Oct 31 23:33:17.255 INFO kablam! | Oct 31 23:33:17.255 INFO kablam! 824 | println!("Unary Found!"); Oct 31 23:33:17.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:33:17.255 INFO kablam! | Oct 31 23:33:17.255 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 31 23:33:17.256 INFO kablam! Oct 31 23:33:18.692 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.51s Oct 31 23:33:18.693 INFO kablam! su: No module specific data is present Oct 31 23:33:19.946 INFO running `"docker" "rm" "-f" "da6b2d8c3e68b7f4d54f0b9392ee47aa07573e806ec1a3be5d4811e0750eb482"` Oct 31 23:33:20.292 INFO blam! da6b2d8c3e68b7f4d54f0b9392ee47aa07573e806ec1a3be5d4811e0750eb482