Oct 10 17:49:37.857 INFO testing nacardin/wayland-tutorials against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:49:37.857 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:49:37.857 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:49:38.292 INFO blam! ddcf1d842ce34e6d78fd324131d903a8d38b84a738d385bd0a3b31e5808ecb6e Oct 10 17:49:38.300 INFO running `"docker" "start" "-a" "ddcf1d842ce34e6d78fd324131d903a8d38b84a738d385bd0a3b31e5808ecb6e"` Oct 10 17:49:39.422 INFO kablam! usermod: no changes Oct 10 17:49:39.496 INFO kablam! Compiling wayland-scanner v0.12.2 Oct 10 17:49:39.496 INFO kablam! Compiling libloading v0.4.2 Oct 10 17:49:39.496 INFO kablam! Compiling tempfile v2.2.0 Oct 10 17:49:40.470 INFO kablam! Compiling dlib v0.4.0 Oct 10 17:49:40.928 INFO kablam! Compiling wayland-sys v0.12.2 Oct 10 17:49:41.268 INFO kablam! Compiling wayland-client v0.12.2 Oct 10 17:49:45.634 INFO kablam! Compiling wayland-tutorials v0.1.0 (/source) Oct 10 17:49:46.644 INFO kablam! warning: unused variable: `x` Oct 10 17:49:46.644 INFO kablam! --> src/main.rs:180:52 Oct 10 17:49:46.644 INFO kablam! | Oct 10 17:49:46.644 INFO kablam! 180 | enter: |_, _, _pointer, _serial, _surface, x, y| {}, Oct 10 17:49:46.645 INFO kablam! | ^ help: consider using `_x` instead Oct 10 17:49:46.645 INFO kablam! | Oct 10 17:49:46.645 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:49:46.645 INFO kablam! Oct 10 17:49:46.645 INFO kablam! warning: unused variable: `y` Oct 10 17:49:46.645 INFO kablam! --> src/main.rs:180:55 Oct 10 17:49:46.645 INFO kablam! | Oct 10 17:49:46.645 INFO kablam! 180 | enter: |_, _, _pointer, _serial, _surface, x, y| {}, Oct 10 17:49:46.645 INFO kablam! | ^ help: consider using `_y` instead Oct 10 17:49:46.645 INFO kablam! Oct 10 17:49:46.645 INFO kablam! warning: unused variable: `button` Oct 10 17:49:46.645 INFO kablam! --> src/main.rs:189:50 Oct 10 17:49:46.645 INFO kablam! | Oct 10 17:49:46.645 INFO kablam! 189 | button: |_, _, _pointer, _serial, _time, button, state| {}, Oct 10 17:49:46.645 INFO kablam! | ^^^^^^ help: consider using `_button` instead Oct 10 17:49:46.645 INFO kablam! Oct 10 17:49:46.645 INFO kablam! warning: unused variable: `state` Oct 10 17:49:46.645 INFO kablam! --> src/main.rs:189:58 Oct 10 17:49:46.645 INFO kablam! | Oct 10 17:49:46.645 INFO kablam! 189 | button: |_, _, _pointer, _serial, _time, button, state| {}, Oct 10 17:49:46.645 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 10 17:49:46.645 INFO kablam! Oct 10 17:49:46.645 INFO kablam! warning: unused variable: `keys` Oct 10 17:49:46.645 INFO kablam! --> src/main.rs:200:54 Oct 10 17:49:46.645 INFO kablam! | Oct 10 17:49:46.645 INFO kablam! 200 | keymap: |_, _, _keyboard, _serial, _surface, keys| {}, Oct 10 17:49:46.645 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 10 17:49:46.645 INFO kablam! Oct 10 17:49:46.645 INFO kablam! warning: unused variable: `keys` Oct 10 17:49:46.645 INFO kablam! --> src/main.rs:201:53 Oct 10 17:49:46.645 INFO kablam! | Oct 10 17:49:46.645 INFO kablam! 201 | enter: |_, _, _keyboard, _serial, _surface, keys| {}, Oct 10 17:49:46.645 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 10 17:49:46.645 INFO kablam! Oct 10 17:49:46.645 INFO kablam! warning: unused variable: `mods_depressed` Oct 10 17:49:46.645 INFO kablam! --> src/main.rs:227:47 Oct 10 17:49:46.645 INFO kablam! | Oct 10 17:49:46.645 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 10 17:49:46.645 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_mods_depressed` instead Oct 10 17:49:46.645 INFO kablam! Oct 10 17:49:46.645 INFO kablam! warning: unused variable: `mods_latched` Oct 10 17:49:46.645 INFO kablam! --> src/main.rs:227:63 Oct 10 17:49:46.645 INFO kablam! | Oct 10 17:49:46.645 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 10 17:49:46.645 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_mods_latched` instead Oct 10 17:49:46.645 INFO kablam! Oct 10 17:49:46.645 INFO kablam! warning: unused variable: `mods_locked` Oct 10 17:49:46.645 INFO kablam! --> src/main.rs:227:77 Oct 10 17:49:46.645 INFO kablam! | Oct 10 17:49:46.645 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 10 17:49:46.645 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mods_locked` instead Oct 10 17:49:46.645 INFO kablam! Oct 10 17:49:46.645 INFO kablam! warning: unused variable: `group` Oct 10 17:49:46.645 INFO kablam! --> src/main.rs:227:90 Oct 10 17:49:46.645 INFO kablam! | Oct 10 17:49:46.645 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 10 17:49:46.645 INFO kablam! | ^^^^^ help: consider using `_group` instead Oct 10 17:49:46.645 INFO kablam! Oct 10 17:49:48.014 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.57s Oct 10 17:49:48.018 INFO kablam! su: No module specific data is present Oct 10 17:49:48.582 INFO running `"docker" "rm" "-f" "ddcf1d842ce34e6d78fd324131d903a8d38b84a738d385bd0a3b31e5808ecb6e"` Oct 10 17:49:48.816 INFO blam! ddcf1d842ce34e6d78fd324131d903a8d38b84a738d385bd0a3b31e5808ecb6e Oct 10 17:49:48.824 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:49:48.824 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:49:49.325 INFO blam! 2c89804af0ab9111f906b5894482a76205dd4fb302e5e8f016e1215daedc4c3e Oct 10 17:49:49.328 INFO running `"docker" "start" "-a" "2c89804af0ab9111f906b5894482a76205dd4fb302e5e8f016e1215daedc4c3e"` Oct 10 17:49:50.261 INFO kablam! usermod: no changes Oct 10 17:49:50.336 INFO kablam! Compiling wayland-tutorials v0.1.0 (/source) Oct 10 17:49:51.405 INFO kablam! warning: unused variable: `x` Oct 10 17:49:51.405 INFO kablam! --> src/main.rs:180:52 Oct 10 17:49:51.405 INFO kablam! | Oct 10 17:49:51.405 INFO kablam! 180 | enter: |_, _, _pointer, _serial, _surface, x, y| {}, Oct 10 17:49:51.405 INFO kablam! | ^ help: consider using `_x` instead Oct 10 17:49:51.405 INFO kablam! | Oct 10 17:49:51.405 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:49:51.405 INFO kablam! Oct 10 17:49:51.405 INFO kablam! warning: unused variable: `y` Oct 10 17:49:51.405 INFO kablam! --> src/main.rs:180:55 Oct 10 17:49:51.405 INFO kablam! | Oct 10 17:49:51.405 INFO kablam! 180 | enter: |_, _, _pointer, _serial, _surface, x, y| {}, Oct 10 17:49:51.405 INFO kablam! | ^ help: consider using `_y` instead Oct 10 17:49:51.405 INFO kablam! Oct 10 17:49:51.405 INFO kablam! warning: unused variable: `button` Oct 10 17:49:51.405 INFO kablam! --> src/main.rs:189:50 Oct 10 17:49:51.406 INFO kablam! | Oct 10 17:49:51.406 INFO kablam! 189 | button: |_, _, _pointer, _serial, _time, button, state| {}, Oct 10 17:49:51.406 INFO kablam! | ^^^^^^ help: consider using `_button` instead Oct 10 17:49:51.406 INFO kablam! Oct 10 17:49:51.406 INFO kablam! warning: unused variable: `state` Oct 10 17:49:51.406 INFO kablam! --> src/main.rs:189:58 Oct 10 17:49:51.406 INFO kablam! | Oct 10 17:49:51.406 INFO kablam! 189 | button: |_, _, _pointer, _serial, _time, button, state| {}, Oct 10 17:49:51.406 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 10 17:49:51.406 INFO kablam! Oct 10 17:49:51.406 INFO kablam! warning: unused variable: `keys` Oct 10 17:49:51.406 INFO kablam! --> src/main.rs:200:54 Oct 10 17:49:51.406 INFO kablam! | Oct 10 17:49:51.406 INFO kablam! 200 | keymap: |_, _, _keyboard, _serial, _surface, keys| {}, Oct 10 17:49:51.406 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 10 17:49:51.406 INFO kablam! Oct 10 17:49:51.406 INFO kablam! warning: unused variable: `keys` Oct 10 17:49:51.406 INFO kablam! --> src/main.rs:201:53 Oct 10 17:49:51.406 INFO kablam! | Oct 10 17:49:51.406 INFO kablam! 201 | enter: |_, _, _keyboard, _serial, _surface, keys| {}, Oct 10 17:49:51.406 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 10 17:49:51.406 INFO kablam! Oct 10 17:49:51.406 INFO kablam! warning: unused variable: `mods_depressed` Oct 10 17:49:51.406 INFO kablam! --> src/main.rs:227:47 Oct 10 17:49:51.406 INFO kablam! | Oct 10 17:49:51.406 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 10 17:49:51.406 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_mods_depressed` instead Oct 10 17:49:51.406 INFO kablam! Oct 10 17:49:51.406 INFO kablam! warning: unused variable: `mods_latched` Oct 10 17:49:51.406 INFO kablam! --> src/main.rs:227:63 Oct 10 17:49:51.406 INFO kablam! | Oct 10 17:49:51.406 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 10 17:49:51.406 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_mods_latched` instead Oct 10 17:49:51.406 INFO kablam! Oct 10 17:49:51.406 INFO kablam! warning: unused variable: `mods_locked` Oct 10 17:49:51.406 INFO kablam! --> src/main.rs:227:77 Oct 10 17:49:51.406 INFO kablam! | Oct 10 17:49:51.406 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 10 17:49:51.406 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mods_locked` instead Oct 10 17:49:51.406 INFO kablam! Oct 10 17:49:51.406 INFO kablam! warning: unused variable: `group` Oct 10 17:49:51.406 INFO kablam! --> src/main.rs:227:90 Oct 10 17:49:51.406 INFO kablam! | Oct 10 17:49:51.406 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 10 17:49:51.406 INFO kablam! | ^^^^^ help: consider using `_group` instead Oct 10 17:49:51.406 INFO kablam! Oct 10 17:49:51.882 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 10 17:49:51.887 INFO kablam! su: No module specific data is present Oct 10 17:49:52.414 INFO running `"docker" "rm" "-f" "2c89804af0ab9111f906b5894482a76205dd4fb302e5e8f016e1215daedc4c3e"` Oct 10 17:49:52.660 INFO blam! 2c89804af0ab9111f906b5894482a76205dd4fb302e5e8f016e1215daedc4c3e Oct 10 17:49:52.662 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:49:52.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:49:53.005 INFO blam! 5a1a1720f2f8ac3d33f731349794f5659bc8fd31d51da4da562c0b23b44c590f Oct 10 17:49:53.008 INFO running `"docker" "start" "-a" "5a1a1720f2f8ac3d33f731349794f5659bc8fd31d51da4da562c0b23b44c590f"` Oct 10 17:49:54.016 INFO kablam! usermod: no changes Oct 10 17:49:54.100 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 17:49:54.100 INFO blam! Oct 10 17:49:54.100 INFO kablam! Running /target/debug/deps/wayland_tutorials-0bf7a795d9f96a5f Oct 10 17:49:54.100 INFO blam! running 0 tests Oct 10 17:49:54.100 INFO kablam! su: No module specific data is present Oct 10 17:49:54.100 INFO blam! Oct 10 17:49:54.100 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:49:54.100 INFO blam! Oct 10 17:49:54.567 INFO running `"docker" "rm" "-f" "5a1a1720f2f8ac3d33f731349794f5659bc8fd31d51da4da562c0b23b44c590f"` Oct 10 17:49:54.801 INFO blam! 5a1a1720f2f8ac3d33f731349794f5659bc8fd31d51da4da562c0b23b44c590f