Sep 14 04:11:00.140 INFO checking jjwest/blixt against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 04:11:00.140 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 04:11:00.140 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 04:11:00.567 INFO blam! 66caf7c7ae118928b8c32c5131916525f6d77e29eb02c6f0fa069e3ea399ff33 Sep 14 04:11:00.568 INFO running `"docker" "start" "-a" "66caf7c7ae118928b8c32c5131916525f6d77e29eb02c6f0fa069e3ea399ff33"` Sep 14 04:11:01.794 INFO kablam! usermod: no changes Sep 14 04:11:01.855 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 14 04:11:01.936 INFO kablam! Checking memchr v1.0.2 Sep 14 04:11:01.936 INFO kablam! Checking thread_local v0.3.4 Sep 14 04:11:01.936 INFO kablam! Checking backtrace-sys v0.1.16 Sep 14 04:11:02.367 INFO kablam! Checking backtrace v0.3.4 Sep 14 04:11:02.527 INFO kablam! Checking aho-corasick v0.6.3 Sep 14 04:11:03.164 INFO kablam! Checking failure v0.1.0 Sep 14 04:11:03.722 INFO kablam! Checking regex v0.2.2 Sep 14 04:11:06.045 INFO kablam! Checking env_logger v0.4.3 Sep 14 04:11:06.515 INFO kablam! Checking pretty_env_logger v0.1.1 Sep 14 04:11:06.925 INFO kablam! Checking blixt v0.1.0 (file:///source) Sep 14 04:11:08.511 INFO kablam! warning[E0170]: pattern binding `Field` is named the same as one of the variants of the type `ast::BinaryOpKind` Sep 14 04:11:08.511 INFO kablam! --> src/typecheck.rs:180:13 Sep 14 04:11:08.511 INFO kablam! | Sep 14 04:11:08.511 INFO kablam! 180 | Field => unimplemented!(), Sep 14 04:11:08.511 INFO kablam! | ^^^^^ help: to match on the variant, qualify the path: `ast::BinaryOpKind::Field` Sep 14 04:11:08.516 INFO kablam! Sep 14 04:11:08.530 INFO kablam! warning: unused variable: `Field` Sep 14 04:11:08.531 INFO kablam! --> src/typecheck.rs:180:13 Sep 14 04:11:08.531 INFO kablam! | Sep 14 04:11:08.531 INFO kablam! 180 | Field => unimplemented!(), Sep 14 04:11:08.531 INFO kablam! | ^^^^^ help: consider using `_Field` instead Sep 14 04:11:08.531 INFO kablam! | Sep 14 04:11:08.531 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 04:11:08.531 INFO kablam! Sep 14 04:11:08.771 INFO kablam! warning[E0170]: pattern binding `Field` is named the same as one of the variants of the type `ast::BinaryOpKind` Sep 14 04:11:08.771 INFO kablam! --> src/typecheck.rs:180:13 Sep 14 04:11:08.771 INFO kablam! | Sep 14 04:11:08.771 INFO kablam! 180 | Field => unimplemented!(), Sep 14 04:11:08.771 INFO kablam! | ^^^^^ help: to match on the variant, qualify the path: `ast::BinaryOpKind::Field` Sep 14 04:11:08.771 INFO kablam! Sep 14 04:11:08.779 INFO kablam! warning: unused variable: `Field` Sep 14 04:11:08.779 INFO kablam! --> src/typecheck.rs:180:13 Sep 14 04:11:08.779 INFO kablam! | Sep 14 04:11:08.779 INFO kablam! 180 | Field => unimplemented!(), Sep 14 04:11:08.779 INFO kablam! | ^^^^^ help: consider using `_Field` instead Sep 14 04:11:08.779 INFO kablam! | Sep 14 04:11:08.779 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 04:11:08.779 INFO kablam! Sep 14 04:11:09.135 INFO kablam! warning: variant is never constructed: `Struct` Sep 14 04:11:09.135 INFO kablam! --> src/primitives.rs:21:5 Sep 14 04:11:09.135 INFO kablam! | Sep 14 04:11:09.135 INFO kablam! 21 | Struct(Rc), Sep 14 04:11:09.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 04:11:09.135 INFO kablam! | Sep 14 04:11:09.135 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 04:11:09.135 INFO kablam! Sep 14 04:11:09.135 INFO kablam! warning: method is never used: `get_struct` Sep 14 04:11:09.135 INFO kablam! --> src/scope.rs:142:5 Sep 14 04:11:09.135 INFO kablam! | Sep 14 04:11:09.135 INFO kablam! 142 | pub fn get_struct(&mut self, name: &str) -> Option<&'ast StructDecl> { Sep 14 04:11:09.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 04:11:09.135 INFO kablam! Sep 14 04:11:09.155 INFO kablam! warning: variable `Field` should have a snake case name such as `field` Sep 14 04:11:09.155 INFO kablam! --> src/typecheck.rs:180:13 Sep 14 04:11:09.155 INFO kablam! | Sep 14 04:11:09.155 INFO kablam! 180 | Field => unimplemented!(), Sep 14 04:11:09.155 INFO kablam! | ^^^^^ Sep 14 04:11:09.155 INFO kablam! | Sep 14 04:11:09.155 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 14 04:11:09.155 INFO kablam! Sep 14 04:11:09.317 INFO kablam! warning: variant is never constructed: `Struct` Sep 14 04:11:09.317 INFO kablam! --> src/primitives.rs:21:5 Sep 14 04:11:09.317 INFO kablam! | Sep 14 04:11:09.317 INFO kablam! 21 | Struct(Rc), Sep 14 04:11:09.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 04:11:09.317 INFO kablam! | Sep 14 04:11:09.317 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 04:11:09.317 INFO kablam! Sep 14 04:11:09.317 INFO kablam! warning: method is never used: `get_struct` Sep 14 04:11:09.317 INFO kablam! --> src/scope.rs:142:5 Sep 14 04:11:09.317 INFO kablam! | Sep 14 04:11:09.317 INFO kablam! 142 | pub fn get_struct(&mut self, name: &str) -> Option<&'ast StructDecl> { Sep 14 04:11:09.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 04:11:09.317 INFO kablam! Sep 14 04:11:09.340 INFO kablam! warning: variable `Field` should have a snake case name such as `field` Sep 14 04:11:09.340 INFO kablam! --> src/typecheck.rs:180:13 Sep 14 04:11:09.341 INFO kablam! | Sep 14 04:11:09.341 INFO kablam! 180 | Field => unimplemented!(), Sep 14 04:11:09.341 INFO kablam! | ^^^^^ Sep 14 04:11:09.341 INFO kablam! | Sep 14 04:11:09.341 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 14 04:11:09.341 INFO kablam! Sep 14 04:11:09.400 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.57s Sep 14 04:11:09.405 INFO kablam! su: No module specific data is present Sep 14 04:11:10.899 INFO running `"docker" "rm" "-f" "66caf7c7ae118928b8c32c5131916525f6d77e29eb02c6f0fa069e3ea399ff33"` Sep 14 04:11:11.205 INFO blam! 66caf7c7ae118928b8c32c5131916525f6d77e29eb02c6f0fa069e3ea399ff33