Sep 10 18:41:46.437 INFO checking gccjit-0.0.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 18:41:46.437 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 18:41:46.437 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 18:41:46.598 INFO blam! 50aa78d06c5da3a497017c06c0fb5557c597c99fd8b141b91e89719e418fa8a9 Sep 10 18:41:46.600 INFO running `"docker" "start" "-a" "50aa78d06c5da3a497017c06c0fb5557c597c99fd8b141b91e89719e418fa8a9"` Sep 10 18:41:48.053 INFO kablam! usermod: no changes Sep 10 18:41:48.094 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 10 18:41:48.104 INFO kablam! Checking gccjit_sys v0.0.1 Sep 10 18:41:48.406 INFO kablam! Checking gccjit v0.0.1 (file:///source) Sep 10 18:41:48.460 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Sep 10 18:41:48.460 INFO kablam! --> src/lib.rs:1:10 Sep 10 18:41:48.460 INFO kablam! | Sep 10 18:41:48.460 INFO kablam! 1 | #![allow(raw_pointer_derive)] Sep 10 18:41:48.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 10 18:41:48.460 INFO kablam! | Sep 10 18:41:48.460 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Sep 10 18:41:48.460 INFO kablam! Sep 10 18:41:48.475 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Sep 10 18:41:48.475 INFO kablam! --> src/lib.rs:1:10 Sep 10 18:41:48.475 INFO kablam! | Sep 10 18:41:48.475 INFO kablam! 1 | #![allow(raw_pointer_derive)] Sep 10 18:41:48.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 10 18:41:48.475 INFO kablam! | Sep 10 18:41:48.475 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Sep 10 18:41:48.475 INFO kablam! Sep 10 18:41:48.984 INFO kablam! warning: unused variable: `ctx` Sep 10 18:41:48.984 INFO kablam! --> src/context.rs:694:13 Sep 10 18:41:48.984 INFO kablam! | Sep 10 18:41:48.984 INFO kablam! 694 | let ctx = Context::default(); Sep 10 18:41:48.984 INFO kablam! | ^^^ help: consider using `_ctx` instead Sep 10 18:41:48.990 INFO kablam! | Sep 10 18:41:48.990 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 18:41:48.990 INFO kablam! Sep 10 18:41:48.990 INFO kablam! warning: unused variable: `child` Sep 10 18:41:48.990 INFO kablam! --> src/context.rs:700:13 Sep 10 18:41:48.990 INFO kablam! | Sep 10 18:41:48.990 INFO kablam! 700 | let child = ctx.new_child_context(); Sep 10 18:41:48.990 INFO kablam! | ^^^^^ help: consider using `_child` instead Sep 10 18:41:48.990 INFO kablam! Sep 10 18:41:48.990 INFO kablam! warning: unused variable: `location` Sep 10 18:41:48.990 INFO kablam! --> src/context.rs:706:13 Sep 10 18:41:48.990 INFO kablam! | Sep 10 18:41:48.990 INFO kablam! 706 | let location = ctx.new_location("hello.rs", 1, 32); Sep 10 18:41:48.990 INFO kablam! | ^^^^^^^^ help: consider using `_location` instead Sep 10 18:41:48.990 INFO kablam! Sep 10 18:41:48.990 INFO kablam! warning: unused variable: `int_type` Sep 10 18:41:48.990 INFO kablam! --> src/context.rs:712:13 Sep 10 18:41:48.990 INFO kablam! | Sep 10 18:41:48.990 INFO kablam! 712 | let int_type = ctx.new_type::(); Sep 10 18:41:48.990 INFO kablam! | ^^^^^^^^ help: consider using `_int_type` instead Sep 10 18:41:48.990 INFO kablam! Sep 10 18:41:48.990 INFO kablam! warning: unused variable: `int_field` Sep 10 18:41:48.990 INFO kablam! --> src/context.rs:719:13 Sep 10 18:41:48.990 INFO kablam! | Sep 10 18:41:48.990 INFO kablam! 719 | let int_field = ctx.new_field(None, int_type, "x"); Sep 10 18:41:48.990 INFO kablam! | ^^^^^^^^^ help: consider using `_int_field` instead Sep 10 18:41:48.990 INFO kablam! Sep 10 18:41:49.109 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Sep 10 18:41:49.111 INFO kablam! su: No module specific data is present Sep 10 18:41:49.801 INFO running `"docker" "rm" "-f" "50aa78d06c5da3a497017c06c0fb5557c597c99fd8b141b91e89719e418fa8a9"` Sep 10 18:41:49.881 INFO blam! 50aa78d06c5da3a497017c06c0fb5557c597c99fd8b141b91e89719e418fa8a9