Oct 12 01:51:52.297 INFO testing dbus-macros-0.2.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 01:51:52.297 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 12 01:51:52.752 INFO blam! 76d26d755327065f592412b72923cc7b05ecbad93b05090dc6b9e98b170d5e1b Oct 12 01:51:52.756 INFO running `"docker" "start" "-a" "76d26d755327065f592412b72923cc7b05ecbad93b05090dc6b9e98b170d5e1b"` Oct 12 01:51:53.542 INFO kablam! usermod: no changes Oct 12 01:51:53.572 INFO kablam! Compiling dbus v0.5.4 Oct 12 01:52:04.912 INFO kablam! Compiling dbus-macros v0.2.3 (/source) Oct 12 01:52:06.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.56s Oct 12 01:52:06.128 INFO kablam! su: No module specific data is present Oct 12 01:52:07.484 INFO running `"docker" "rm" "-f" "76d26d755327065f592412b72923cc7b05ecbad93b05090dc6b9e98b170d5e1b"` Oct 12 01:52:07.772 INFO blam! 76d26d755327065f592412b72923cc7b05ecbad93b05090dc6b9e98b170d5e1b Oct 12 01:52:07.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 12 01:52:08.294 INFO blam! a8dd8c30f1b87c6d799562239343e71590fa89d7fd341013862e5b087ad7346f Oct 12 01:52:08.295 INFO running `"docker" "start" "-a" "a8dd8c30f1b87c6d799562239343e71590fa89d7fd341013862e5b087ad7346f"` Oct 12 01:52:09.289 INFO kablam! usermod: no changes Oct 12 01:52:09.344 INFO kablam! Compiling dbus-macros v0.2.3 (/source) Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:27:15 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 27 | fn hello(&this) -> String { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:31:25 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 31 | fn hello_with_name(&this, name: &str) -> String { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:35:26 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 35 | fn hello_with_error(&this) -> Result { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:39:18 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 39 | fn greeting(&this, greeting: &str, name: &str) -> String { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:43:33 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 43 | fn greeting_with_separator(&this, greeting: &str, separator: &str, name: &str) -> String { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:47:41 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 47 | fn greeting_with_separator_and_end(&this, greeting: &str, separator: &str, name: &str, end: &str) -> String { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:51:20 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 51 | fn to_string5(&this, arg1: &str, arg2: &str, arg3: &str, arg4: &str, arg5: &str) -> String { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:55:23 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 55 | fn int_to_string(&this, int: i32) -> String { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:63:15 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 63 | fn debug(&this) { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:67:16 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 67 | fn debug1(&this, arg1: &str) { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:71:16 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 71 | fn debug2(&this, arg1: &str, arg2: &str) { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:75:16 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 75 | fn debug3(&this, arg1: &str, arg2: &str, arg3: &str) { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:79:16 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 79 | fn debug4(&this, arg1: &str, arg2: &str, arg3: &str, arg4: &str) { Oct 12 01:52:11.093 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.093 INFO kablam! Oct 12 01:52:11.093 INFO kablam! warning: unused variable: `this` Oct 12 01:52:11.093 INFO kablam! --> examples/server.rs:83:16 Oct 12 01:52:11.093 INFO kablam! | Oct 12 01:52:11.093 INFO kablam! 83 | fn debug5(&this, arg1: &str, arg2: &str, arg3: &str, arg4: &str, arg5: &str) { Oct 12 01:52:11.094 INFO kablam! | ^^^^ help: consider using `_this` instead Oct 12 01:52:11.094 INFO kablam! Oct 12 01:52:13.548 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.23s Oct 12 01:52:13.552 INFO kablam! su: No module specific data is present Oct 12 01:52:13.894 INFO running `"docker" "rm" "-f" "a8dd8c30f1b87c6d799562239343e71590fa89d7fd341013862e5b087ad7346f"` Oct 12 01:52:13.958 INFO blam! a8dd8c30f1b87c6d799562239343e71590fa89d7fd341013862e5b087ad7346f Oct 12 01:52:13.961 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 12 01:52:14.089 INFO blam! f4c82cc96adf42014aed3f8e5ca50cf281fa5d969ed002d6051ba9a38aaa42fa Oct 12 01:52:14.090 INFO running `"docker" "start" "-a" "f4c82cc96adf42014aed3f8e5ca50cf281fa5d969ed002d6051ba9a38aaa42fa"` Oct 12 01:52:14.652 INFO kablam! usermod: no changes Oct 12 01:52:14.678 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 01:52:14.689 INFO kablam! Running /target/debug/deps/dbus_macros-c9c87317a812189a Oct 12 01:52:14.691 INFO blam! Oct 12 01:52:14.691 INFO blam! running 0 tests Oct 12 01:52:14.691 INFO blam! Oct 12 01:52:14.691 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:52:14.692 INFO blam! Oct 12 01:52:14.692 INFO kablam! Doc-tests dbus-macros Oct 12 01:52:16.152 INFO blam! Oct 12 01:52:16.152 INFO blam! running 0 tests Oct 12 01:52:16.152 INFO blam! Oct 12 01:52:16.152 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:52:16.152 INFO blam! Oct 12 01:52:16.160 INFO kablam! su: No module specific data is present Oct 12 01:52:16.932 INFO running `"docker" "rm" "-f" "f4c82cc96adf42014aed3f8e5ca50cf281fa5d969ed002d6051ba9a38aaa42fa"` Oct 12 01:52:17.286 INFO blam! f4c82cc96adf42014aed3f8e5ca50cf281fa5d969ed002d6051ba9a38aaa42fa