Sep 20 03:11:58.201 INFO checking gccjit-0.0.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 03:11:58.201 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 03:11:58.201 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:11:58.461 INFO blam! 2615cac9cea8b4ca6aa028c98726df12b1761b273a013f46cdc1ce68d4ad77e7 Sep 20 03:11:58.463 INFO running `"docker" "start" "-a" "2615cac9cea8b4ca6aa028c98726df12b1761b273a013f46cdc1ce68d4ad77e7"` Sep 20 03:12:00.028 INFO kablam! usermod: no changes Sep 20 03:12:00.056 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 20 03:12:00.061 INFO kablam! Checking gccjit_sys v0.0.1 Sep 20 03:12:00.293 INFO kablam! Checking gccjit v0.0.1 (/source) Sep 20 03:12:00.338 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Sep 20 03:12:00.338 INFO kablam! --> src/lib.rs:1:10 Sep 20 03:12:00.338 INFO kablam! | Sep 20 03:12:00.338 INFO kablam! 1 | #![allow(raw_pointer_derive)] Sep 20 03:12:00.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 03:12:00.338 INFO kablam! | Sep 20 03:12:00.338 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Sep 20 03:12:00.338 INFO kablam! Sep 20 03:12:00.347 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Sep 20 03:12:00.347 INFO kablam! --> src/lib.rs:1:10 Sep 20 03:12:00.347 INFO kablam! | Sep 20 03:12:00.347 INFO kablam! 1 | #![allow(raw_pointer_derive)] Sep 20 03:12:00.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 03:12:00.347 INFO kablam! | Sep 20 03:12:00.347 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Sep 20 03:12:00.347 INFO kablam! Sep 20 03:12:00.839 INFO kablam! warning: unused variable: `ctx` Sep 20 03:12:00.839 INFO kablam! --> src/context.rs:694:13 Sep 20 03:12:00.839 INFO kablam! | Sep 20 03:12:00.839 INFO kablam! 694 | let ctx = Context::default(); Sep 20 03:12:00.839 INFO kablam! | ^^^ help: consider using `_ctx` instead Sep 20 03:12:00.839 INFO kablam! | Sep 20 03:12:00.839 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 03:12:00.839 INFO kablam! Sep 20 03:12:00.839 INFO kablam! warning: unused variable: `child` Sep 20 03:12:00.839 INFO kablam! --> src/context.rs:700:13 Sep 20 03:12:00.839 INFO kablam! | Sep 20 03:12:00.839 INFO kablam! 700 | let child = ctx.new_child_context(); Sep 20 03:12:00.839 INFO kablam! | ^^^^^ help: consider using `_child` instead Sep 20 03:12:00.839 INFO kablam! Sep 20 03:12:00.839 INFO kablam! warning: unused variable: `location` Sep 20 03:12:00.839 INFO kablam! --> src/context.rs:706:13 Sep 20 03:12:00.839 INFO kablam! | Sep 20 03:12:00.839 INFO kablam! 706 | let location = ctx.new_location("hello.rs", 1, 32); Sep 20 03:12:00.839 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Sep 20 03:12:00.839 INFO kablam! Sep 20 03:12:00.839 INFO kablam! warning: unused variable: `int_type` Sep 20 03:12:00.839 INFO kablam! --> src/context.rs:712:13 Sep 20 03:12:00.839 INFO kablam! | Sep 20 03:12:00.839 INFO kablam! 712 | let int_type = ctx.new_type::(); Sep 20 03:12:00.839 INFO kablam! | ^^^^^^^^ help: consider using `_int_type` instead Sep 20 03:12:00.839 INFO kablam! Sep 20 03:12:00.839 INFO kablam! warning: unused variable: `int_field` Sep 20 03:12:00.839 INFO kablam! --> src/context.rs:719:13 Sep 20 03:12:00.839 INFO kablam! | Sep 20 03:12:00.839 INFO kablam! 719 | let int_field = ctx.new_field(None, int_type, "x"); Sep 20 03:12:00.840 INFO kablam! | ^^^^^^^^^ help: consider using `_int_field` instead Sep 20 03:12:00.840 INFO kablam! Sep 20 03:12:00.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Sep 20 03:12:00.959 INFO kablam! su: No module specific data is present Sep 20 03:12:01.801 INFO running `"docker" "rm" "-f" "2615cac9cea8b4ca6aa028c98726df12b1761b273a013f46cdc1ce68d4ad77e7"` Sep 20 03:12:01.926 INFO blam! 2615cac9cea8b4ca6aa028c98726df12b1761b273a013f46cdc1ce68d4ad77e7