Oct 22 03:43:58.828 INFO checking dbus-macros-0.2.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:43:58.830 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 22 03:43:59.380 INFO blam! 6e9e097c308271627261783b039e5922b3e787b513a89a0b62114d305fdf006a Oct 22 03:43:59.393 INFO running `"docker" "start" "-a" "6e9e097c308271627261783b039e5922b3e787b513a89a0b62114d305fdf006a"` Oct 22 03:44:00.625 INFO kablam! usermod: no changes Oct 22 03:44:00.697 INFO kablam! Checking dbus v0.5.4 Oct 22 03:44:04.604 INFO kablam! Checking dbus-macros v0.2.3 (/source) Oct 22 03:44:07.292 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:27:15 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 27 | fn hello(&this) -> String { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.293 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:31:25 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 31 | fn hello_with_name(&this, name: &str) -> String { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.293 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:35:26 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 35 | fn hello_with_error(&this) -> Result { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.293 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:39:18 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 39 | fn greeting(&this, greeting: &str, name: &str) -> String { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.293 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:43:33 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 43 | fn greeting_with_separator(&this, greeting: &str, separator: &str, name: &str) -> String { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.293 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:47:41 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 47 | fn greeting_with_separator_and_end(&this, greeting: &str, separator: &str, name: &str, end: &str) -> String { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.293 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:51:20 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 51 | fn to_string5(&this, arg1: &str, arg2: &str, arg3: &str, arg4: &str, arg5: &str) -> String { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.293 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:55:23 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 55 | fn int_to_string(&this, int: i32) -> String { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.293 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:63:15 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 63 | fn debug(&this) { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.293 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:67:16 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 67 | fn debug1(&this, arg1: &str) { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.293 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:71:16 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 71 | fn debug2(&this, arg1: &str, arg2: &str) { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.293 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:75:16 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 75 | fn debug3(&this, arg1: &str, arg2: &str, arg3: &str) { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.293 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.293 INFO kablam! --> examples/server.rs:79:16 Oct 22 03:44:07.293 INFO kablam! | Oct 22 03:44:07.293 INFO kablam! 79 | fn debug4(&this, arg1: &str, arg2: &str, arg3: &str, arg4: &str) { Oct 22 03:44:07.293 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.293 INFO kablam! Oct 22 03:44:07.294 INFO kablam! warning: unused variable: `this` Oct 22 03:44:07.294 INFO kablam! --> examples/server.rs:83:16 Oct 22 03:44:07.294 INFO kablam! | Oct 22 03:44:07.294 INFO kablam! 83 | fn debug5(&this, arg1: &str, arg2: &str, arg3: &str, arg4: &str, arg5: &str) { Oct 22 03:44:07.294 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 22 03:44:07.294 INFO kablam! Oct 22 03:44:07.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.71s Oct 22 03:44:07.376 INFO kablam! su: No module specific data is present Oct 22 03:44:07.688 INFO running `"docker" "rm" "-f" "6e9e097c308271627261783b039e5922b3e787b513a89a0b62114d305fdf006a"` Oct 22 03:44:07.852 INFO blam! 6e9e097c308271627261783b039e5922b3e787b513a89a0b62114d305fdf006a