Oct 27 23:19:45.309 INFO checking dbus-macros-0.2.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 23:19:45.309 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 23:19:45.509 INFO blam! 0ad054116393eb60d8ed4f1965a474683ecd3220120085cf52b718b158a63b71 Oct 27 23:19:45.512 INFO running `"docker" "start" "-a" "0ad054116393eb60d8ed4f1965a474683ecd3220120085cf52b718b158a63b71"` Oct 27 23:19:46.121 INFO kablam! usermod: no changes Oct 27 23:19:46.155 INFO kablam! Checking dbus-macros v0.2.3 (/source) Oct 27 23:19:48.243 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.244 INFO kablam! --> examples/server.rs:27:15 Oct 27 23:19:48.244 INFO kablam! | Oct 27 23:19:48.245 INFO kablam! 27 | fn hello(&this) -> String { Oct 27 23:19:48.246 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.246 INFO kablam! Oct 27 23:19:48.247 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.247 INFO kablam! --> examples/server.rs:31:25 Oct 27 23:19:48.248 INFO kablam! | Oct 27 23:19:48.249 INFO kablam! 31 | fn hello_with_name(&this, name: &str) -> String { Oct 27 23:19:48.250 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.250 INFO kablam! Oct 27 23:19:48.251 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.251 INFO kablam! --> examples/server.rs:35:26 Oct 27 23:19:48.252 INFO kablam! | Oct 27 23:19:48.253 INFO kablam! 35 | fn hello_with_error(&this) -> Result { Oct 27 23:19:48.253 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.254 INFO kablam! Oct 27 23:19:48.254 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.255 INFO kablam! --> examples/server.rs:39:18 Oct 27 23:19:48.256 INFO kablam! | Oct 27 23:19:48.256 INFO kablam! 39 | fn greeting(&this, greeting: &str, name: &str) -> String { Oct 27 23:19:48.257 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.257 INFO kablam! Oct 27 23:19:48.258 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.259 INFO kablam! --> examples/server.rs:43:33 Oct 27 23:19:48.259 INFO kablam! | Oct 27 23:19:48.259 INFO kablam! 43 | fn greeting_with_separator(&this, greeting: &str, separator: &str, name: &str) -> String { Oct 27 23:19:48.259 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.259 INFO kablam! Oct 27 23:19:48.260 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.260 INFO kablam! --> examples/server.rs:47:41 Oct 27 23:19:48.260 INFO kablam! | Oct 27 23:19:48.260 INFO kablam! 47 | fn greeting_with_separator_and_end(&this, greeting: &str, separator: &str, name: &str, end: &str) -> String { Oct 27 23:19:48.260 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.260 INFO kablam! Oct 27 23:19:48.261 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.261 INFO kablam! --> examples/server.rs:51:20 Oct 27 23:19:48.261 INFO kablam! | Oct 27 23:19:48.261 INFO kablam! 51 | fn to_string5(&this, arg1: &str, arg2: &str, arg3: &str, arg4: &str, arg5: &str) -> String { Oct 27 23:19:48.261 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.261 INFO kablam! Oct 27 23:19:48.261 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.261 INFO kablam! --> examples/server.rs:55:23 Oct 27 23:19:48.261 INFO kablam! | Oct 27 23:19:48.261 INFO kablam! 55 | fn int_to_string(&this, int: i32) -> String { Oct 27 23:19:48.261 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.261 INFO kablam! Oct 27 23:19:48.264 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.264 INFO kablam! --> examples/server.rs:63:15 Oct 27 23:19:48.264 INFO kablam! | Oct 27 23:19:48.264 INFO kablam! 63 | fn debug(&this) { Oct 27 23:19:48.264 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.264 INFO kablam! Oct 27 23:19:48.264 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.264 INFO kablam! --> examples/server.rs:67:16 Oct 27 23:19:48.264 INFO kablam! | Oct 27 23:19:48.264 INFO kablam! 67 | fn debug1(&this, arg1: &str) { Oct 27 23:19:48.264 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.264 INFO kablam! Oct 27 23:19:48.264 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.264 INFO kablam! --> examples/server.rs:71:16 Oct 27 23:19:48.264 INFO kablam! | Oct 27 23:19:48.264 INFO kablam! 71 | fn debug2(&this, arg1: &str, arg2: &str) { Oct 27 23:19:48.264 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.264 INFO kablam! Oct 27 23:19:48.264 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.264 INFO kablam! --> examples/server.rs:75:16 Oct 27 23:19:48.264 INFO kablam! | Oct 27 23:19:48.264 INFO kablam! 75 | fn debug3(&this, arg1: &str, arg2: &str, arg3: &str) { Oct 27 23:19:48.264 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.265 INFO kablam! Oct 27 23:19:48.265 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.265 INFO kablam! --> examples/server.rs:79:16 Oct 27 23:19:48.265 INFO kablam! | Oct 27 23:19:48.265 INFO kablam! 79 | fn debug4(&this, arg1: &str, arg2: &str, arg3: &str, arg4: &str) { Oct 27 23:19:48.265 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.265 INFO kablam! Oct 27 23:19:48.265 INFO kablam! warning: unused variable: `this` Oct 27 23:19:48.265 INFO kablam! --> examples/server.rs:83:16 Oct 27 23:19:48.265 INFO kablam! | Oct 27 23:19:48.265 INFO kablam! 83 | fn debug5(&this, arg1: &str, arg2: &str, arg3: &str, arg4: &str, arg5: &str) { Oct 27 23:19:48.265 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 27 23:19:48.271 INFO kablam! Oct 27 23:19:48.558 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.42s Oct 27 23:19:48.562 INFO kablam! su: No module specific data is present Oct 27 23:19:49.571 INFO running `"docker" "rm" "-f" "0ad054116393eb60d8ed4f1965a474683ecd3220120085cf52b718b158a63b71"` Oct 27 23:19:49.863 INFO blam! 0ad054116393eb60d8ed4f1965a474683ecd3220120085cf52b718b158a63b71