Sep 06 06:43:16.795 INFO checking gccjit-0.0.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 06:43:16.795 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 06:43:16.795 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 06:43:17.063 INFO blam! 9277ea06d08e1bfea7dbbdd395a514fd15b95d2173811c17dd4d5f5735b695fb Sep 06 06:43:17.066 INFO running `"docker" "start" "-a" "9277ea06d08e1bfea7dbbdd395a514fd15b95d2173811c17dd4d5f5735b695fb"` Sep 06 06:43:18.113 INFO kablam! usermod: no changes Sep 06 06:43:18.154 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 06 06:43:18.166 INFO kablam! Checking gccjit_sys v0.0.1 Sep 06 06:43:18.575 INFO kablam! Checking gccjit v0.0.1 (file:///source) Sep 06 06:43:18.650 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Sep 06 06:43:18.650 INFO kablam! --> src/lib.rs:1:10 Sep 06 06:43:18.650 INFO kablam! | Sep 06 06:43:18.651 INFO kablam! 1 | #![allow(raw_pointer_derive)] Sep 06 06:43:18.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 06 06:43:18.651 INFO kablam! | Sep 06 06:43:18.651 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Sep 06 06:43:18.651 INFO kablam! Sep 06 06:43:18.651 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Sep 06 06:43:18.651 INFO kablam! --> src/lib.rs:1:10 Sep 06 06:43:18.651 INFO kablam! | Sep 06 06:43:18.651 INFO kablam! 1 | #![allow(raw_pointer_derive)] Sep 06 06:43:18.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 06 06:43:18.651 INFO kablam! | Sep 06 06:43:18.651 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Sep 06 06:43:18.651 INFO kablam! Sep 06 06:43:19.049 INFO kablam! warning: unused variable: `ctx` Sep 06 06:43:19.049 INFO kablam! --> src/context.rs:694:13 Sep 06 06:43:19.049 INFO kablam! | Sep 06 06:43:19.049 INFO kablam! 694 | let ctx = Context::default(); Sep 06 06:43:19.049 INFO kablam! | ^^^ help: consider using `_ctx` instead Sep 06 06:43:19.049 INFO kablam! | Sep 06 06:43:19.049 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 06:43:19.049 INFO kablam! Sep 06 06:43:19.049 INFO kablam! warning: unused variable: `child` Sep 06 06:43:19.049 INFO kablam! --> src/context.rs:700:13 Sep 06 06:43:19.049 INFO kablam! | Sep 06 06:43:19.049 INFO kablam! 700 | let child = ctx.new_child_context(); Sep 06 06:43:19.049 INFO kablam! | ^^^^^ help: consider using `_child` instead Sep 06 06:43:19.050 INFO kablam! Sep 06 06:43:19.050 INFO kablam! warning: unused variable: `location` Sep 06 06:43:19.050 INFO kablam! --> src/context.rs:706:13 Sep 06 06:43:19.050 INFO kablam! | Sep 06 06:43:19.050 INFO kablam! 706 | let location = ctx.new_location("hello.rs", 1, 32); Sep 06 06:43:19.050 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Sep 06 06:43:19.050 INFO kablam! Sep 06 06:43:19.050 INFO kablam! warning: unused variable: `int_type` Sep 06 06:43:19.050 INFO kablam! --> src/context.rs:712:13 Sep 06 06:43:19.050 INFO kablam! | Sep 06 06:43:19.050 INFO kablam! 712 | let int_type = ctx.new_type::(); Sep 06 06:43:19.050 INFO kablam! | ^^^^^^^^ help: consider using `_int_type` instead Sep 06 06:43:19.050 INFO kablam! Sep 06 06:43:19.050 INFO kablam! warning: unused variable: `int_field` Sep 06 06:43:19.050 INFO kablam! --> src/context.rs:719:13 Sep 06 06:43:19.050 INFO kablam! | Sep 06 06:43:19.050 INFO kablam! 719 | let int_field = ctx.new_field(None, int_type, "x"); Sep 06 06:43:19.050 INFO kablam! | ^^^^^^^^^ help: consider using `_int_field` instead Sep 06 06:43:19.050 INFO kablam! Sep 06 06:43:19.111 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Sep 06 06:43:19.113 INFO kablam! su: No module specific data is present Sep 06 06:43:20.055 INFO running `"docker" "rm" "-f" "9277ea06d08e1bfea7dbbdd395a514fd15b95d2173811c17dd4d5f5735b695fb"` Sep 06 06:43:20.120 INFO blam! 9277ea06d08e1bfea7dbbdd395a514fd15b95d2173811c17dd4d5f5735b695fb