Oct 13 16:15:06.900 INFO checking dbus-macros-0.2.3 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 16:15:06.900 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 16:15:07.374 INFO blam! 68ceb1c3305804c1138ae13ba595dd0eebf27da6c00c6f6e1ceeda2ea4527a6b Oct 13 16:15:07.376 INFO running `"docker" "start" "-a" "68ceb1c3305804c1138ae13ba595dd0eebf27da6c00c6f6e1ceeda2ea4527a6b"` Oct 13 16:15:08.785 INFO kablam! usermod: no changes Oct 13 16:15:08.873 INFO kablam! Checking dbus-macros v0.2.3 (/source) Oct 13 16:15:11.448 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.448 INFO kablam! --> examples/server.rs:27:15 Oct 13 16:15:11.448 INFO kablam! | Oct 13 16:15:11.448 INFO kablam! 27 | fn hello(&this) -> String { Oct 13 16:15:11.448 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.468 INFO kablam! Oct 13 16:15:11.468 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.468 INFO kablam! --> examples/server.rs:31:25 Oct 13 16:15:11.468 INFO kablam! | Oct 13 16:15:11.468 INFO kablam! 31 | fn hello_with_name(&this, name: &str) -> String { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.469 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.469 INFO kablam! --> examples/server.rs:35:26 Oct 13 16:15:11.469 INFO kablam! | Oct 13 16:15:11.469 INFO kablam! 35 | fn hello_with_error(&this) -> Result { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.469 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.469 INFO kablam! --> examples/server.rs:39:18 Oct 13 16:15:11.469 INFO kablam! | Oct 13 16:15:11.469 INFO kablam! 39 | fn greeting(&this, greeting: &str, name: &str) -> String { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.469 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.469 INFO kablam! --> examples/server.rs:43:33 Oct 13 16:15:11.469 INFO kablam! | Oct 13 16:15:11.469 INFO kablam! 43 | fn greeting_with_separator(&this, greeting: &str, separator: &str, name: &str) -> String { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.469 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.469 INFO kablam! --> examples/server.rs:47:41 Oct 13 16:15:11.469 INFO kablam! | Oct 13 16:15:11.469 INFO kablam! 47 | fn greeting_with_separator_and_end(&this, greeting: &str, separator: &str, name: &str, end: &str) -> String { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.469 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.469 INFO kablam! --> examples/server.rs:51:20 Oct 13 16:15:11.469 INFO kablam! | Oct 13 16:15:11.469 INFO kablam! 51 | fn to_string5(&this, arg1: &str, arg2: &str, arg3: &str, arg4: &str, arg5: &str) -> String { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.469 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.469 INFO kablam! --> examples/server.rs:55:23 Oct 13 16:15:11.469 INFO kablam! | Oct 13 16:15:11.469 INFO kablam! 55 | fn int_to_string(&this, int: i32) -> String { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.469 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.469 INFO kablam! --> examples/server.rs:63:15 Oct 13 16:15:11.469 INFO kablam! | Oct 13 16:15:11.469 INFO kablam! 63 | fn debug(&this) { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.469 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.469 INFO kablam! --> examples/server.rs:67:16 Oct 13 16:15:11.469 INFO kablam! | Oct 13 16:15:11.469 INFO kablam! 67 | fn debug1(&this, arg1: &str) { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.469 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.469 INFO kablam! --> examples/server.rs:71:16 Oct 13 16:15:11.469 INFO kablam! | Oct 13 16:15:11.469 INFO kablam! 71 | fn debug2(&this, arg1: &str, arg2: &str) { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.469 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.469 INFO kablam! --> examples/server.rs:75:16 Oct 13 16:15:11.469 INFO kablam! | Oct 13 16:15:11.469 INFO kablam! 75 | fn debug3(&this, arg1: &str, arg2: &str, arg3: &str) { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.469 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.469 INFO kablam! --> examples/server.rs:79:16 Oct 13 16:15:11.469 INFO kablam! | Oct 13 16:15:11.469 INFO kablam! 79 | fn debug4(&this, arg1: &str, arg2: &str, arg3: &str, arg4: &str) { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.469 INFO kablam! warning: unused variable: `this` Oct 13 16:15:11.469 INFO kablam! --> examples/server.rs:83:16 Oct 13 16:15:11.469 INFO kablam! | Oct 13 16:15:11.469 INFO kablam! 83 | fn debug5(&this, arg1: &str, arg2: &str, arg3: &str, arg4: &str, arg5: &str) { Oct 13 16:15:11.469 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 13 16:15:11.469 INFO kablam! Oct 13 16:15:11.664 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.86s Oct 13 16:15:11.674 INFO kablam! su: No module specific data is present Oct 13 16:15:12.645 INFO running `"docker" "rm" "-f" "68ceb1c3305804c1138ae13ba595dd0eebf27da6c00c6f6e1ceeda2ea4527a6b"` Oct 13 16:15:12.936 INFO blam! 68ceb1c3305804c1138ae13ba595dd0eebf27da6c00c6f6e1ceeda2ea4527a6b