Sep 18 00:21:11.890 INFO checking gccjit-0.0.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 00:21:11.890 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 00:21:11.890 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:21:12.005 INFO blam! a5c02685867c44a363e258d67d1342dc538f6e387ae342e99c6b903d17964289 Sep 18 00:21:12.008 INFO running `"docker" "start" "-a" "a5c02685867c44a363e258d67d1342dc538f6e387ae342e99c6b903d17964289"` Sep 18 00:21:12.818 INFO kablam! usermod: no changes Sep 18 00:21:12.843 INFO kablam! warning: dependency (gccjit_sys) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions Sep 18 00:21:12.851 INFO kablam! Checking gccjit_sys v0.0.1 Sep 18 00:21:13.108 INFO kablam! Checking gccjit v0.0.1 (/source) Sep 18 00:21:13.175 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Sep 18 00:21:13.175 INFO kablam! --> src/lib.rs:1:10 Sep 18 00:21:13.175 INFO kablam! | Sep 18 00:21:13.175 INFO kablam! 1 | #![allow(raw_pointer_derive)] Sep 18 00:21:13.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 00:21:13.175 INFO kablam! | Sep 18 00:21:13.175 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Sep 18 00:21:13.175 INFO kablam! Sep 18 00:21:13.194 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Sep 18 00:21:13.194 INFO kablam! --> src/lib.rs:1:10 Sep 18 00:21:13.194 INFO kablam! | Sep 18 00:21:13.194 INFO kablam! 1 | #![allow(raw_pointer_derive)] Sep 18 00:21:13.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 18 00:21:13.194 INFO kablam! | Sep 18 00:21:13.194 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Sep 18 00:21:13.194 INFO kablam! Sep 18 00:21:13.671 INFO kablam! warning: unused variable: `ctx` Sep 18 00:21:13.671 INFO kablam! --> src/context.rs:694:13 Sep 18 00:21:13.671 INFO kablam! | Sep 18 00:21:13.671 INFO kablam! 694 | let ctx = Context::default(); Sep 18 00:21:13.671 INFO kablam! | ^^^ help: consider using `_ctx` instead Sep 18 00:21:13.671 INFO kablam! | Sep 18 00:21:13.671 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 18 00:21:13.671 INFO kablam! Sep 18 00:21:13.671 INFO kablam! warning: unused variable: `child` Sep 18 00:21:13.671 INFO kablam! --> src/context.rs:700:13 Sep 18 00:21:13.671 INFO kablam! | Sep 18 00:21:13.671 INFO kablam! 700 | let child = ctx.new_child_context(); Sep 18 00:21:13.671 INFO kablam! | ^^^^^ help: consider using `_child` instead Sep 18 00:21:13.671 INFO kablam! Sep 18 00:21:13.671 INFO kablam! warning: unused variable: `location` Sep 18 00:21:13.671 INFO kablam! --> src/context.rs:706:13 Sep 18 00:21:13.671 INFO kablam! | Sep 18 00:21:13.671 INFO kablam! 706 | let location = ctx.new_location("hello.rs", 1, 32); Sep 18 00:21:13.671 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Sep 18 00:21:13.671 INFO kablam! Sep 18 00:21:13.671 INFO kablam! warning: unused variable: `int_type` Sep 18 00:21:13.671 INFO kablam! --> src/context.rs:712:13 Sep 18 00:21:13.671 INFO kablam! | Sep 18 00:21:13.671 INFO kablam! 712 | let int_type = ctx.new_type::(); Sep 18 00:21:13.671 INFO kablam! | ^^^^^^^^ help: consider using `_int_type` instead Sep 18 00:21:13.671 INFO kablam! Sep 18 00:21:13.671 INFO kablam! warning: unused variable: `int_field` Sep 18 00:21:13.671 INFO kablam! --> src/context.rs:719:13 Sep 18 00:21:13.671 INFO kablam! | Sep 18 00:21:13.671 INFO kablam! 719 | let int_field = ctx.new_field(None, int_type, "x"); Sep 18 00:21:13.671 INFO kablam! | ^^^^^^^^^ help: consider using `_int_field` instead Sep 18 00:21:13.671 INFO kablam! Sep 18 00:21:13.741 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Sep 18 00:21:13.745 INFO kablam! su: No module specific data is present Sep 18 00:21:14.570 INFO running `"docker" "rm" "-f" "a5c02685867c44a363e258d67d1342dc538f6e387ae342e99c6b903d17964289"` Sep 18 00:21:14.774 INFO blam! a5c02685867c44a363e258d67d1342dc538f6e387ae342e99c6b903d17964289