Oct 13 06:01:48.783 INFO testing nacardin/wayland-tutorials against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 06:01:48.783 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 06:01:49.167 INFO blam! d149ad35baa0a8b37ead7eb1e8f0e33a72d72c77dbd7b22bd92c7d4687653139 Oct 13 06:01:49.172 INFO running `"docker" "start" "-a" "d149ad35baa0a8b37ead7eb1e8f0e33a72d72c77dbd7b22bd92c7d4687653139"` Oct 13 06:01:50.084 INFO kablam! usermod: no changes Oct 13 06:01:50.188 INFO kablam! Compiling libloading v0.4.2 Oct 13 06:01:50.188 INFO kablam! Compiling wayland-scanner v0.12.2 Oct 13 06:01:50.188 INFO kablam! Compiling tempfile v2.2.0 Oct 13 06:01:52.633 INFO kablam! Compiling wayland-client v0.12.2 Oct 13 06:01:53.292 INFO kablam! Compiling dlib v0.4.0 Oct 13 06:01:54.086 INFO kablam! Compiling wayland-sys v0.12.2 Oct 13 06:01:57.190 INFO kablam! Compiling wayland-tutorials v0.1.0 (/source) Oct 13 06:01:57.595 INFO kablam! warning: unused variable: `x` Oct 13 06:01:57.595 INFO kablam! --> src/main.rs:180:52 Oct 13 06:01:57.595 INFO kablam! | Oct 13 06:01:57.595 INFO kablam! 180 | enter: |_, _, _pointer, _serial, _surface, x, y| {}, Oct 13 06:01:57.595 INFO kablam! | ^ help: consider using `_x` instead Oct 13 06:01:57.595 INFO kablam! | Oct 13 06:01:57.595 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:01:57.595 INFO kablam! Oct 13 06:01:57.595 INFO kablam! warning: unused variable: `y` Oct 13 06:01:57.595 INFO kablam! --> src/main.rs:180:55 Oct 13 06:01:57.595 INFO kablam! | Oct 13 06:01:57.595 INFO kablam! 180 | enter: |_, _, _pointer, _serial, _surface, x, y| {}, Oct 13 06:01:57.595 INFO kablam! | ^ help: consider using `_y` instead Oct 13 06:01:57.595 INFO kablam! Oct 13 06:01:57.595 INFO kablam! warning: unused variable: `button` Oct 13 06:01:57.595 INFO kablam! --> src/main.rs:189:50 Oct 13 06:01:57.595 INFO kablam! | Oct 13 06:01:57.595 INFO kablam! 189 | button: |_, _, _pointer, _serial, _time, button, state| {}, Oct 13 06:01:57.595 INFO kablam! | ^^^^^^ help: consider using `_button` instead Oct 13 06:01:57.595 INFO kablam! Oct 13 06:01:57.595 INFO kablam! warning: unused variable: `state` Oct 13 06:01:57.595 INFO kablam! --> src/main.rs:189:58 Oct 13 06:01:57.595 INFO kablam! | Oct 13 06:01:57.595 INFO kablam! 189 | button: |_, _, _pointer, _serial, _time, button, state| {}, Oct 13 06:01:57.595 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 13 06:01:57.595 INFO kablam! Oct 13 06:01:57.595 INFO kablam! warning: unused variable: `keys` Oct 13 06:01:57.595 INFO kablam! --> src/main.rs:200:54 Oct 13 06:01:57.595 INFO kablam! | Oct 13 06:01:57.595 INFO kablam! 200 | keymap: |_, _, _keyboard, _serial, _surface, keys| {}, Oct 13 06:01:57.595 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 13 06:01:57.595 INFO kablam! Oct 13 06:01:57.595 INFO kablam! warning: unused variable: `keys` Oct 13 06:01:57.595 INFO kablam! --> src/main.rs:201:53 Oct 13 06:01:57.595 INFO kablam! | Oct 13 06:01:57.595 INFO kablam! 201 | enter: |_, _, _keyboard, _serial, _surface, keys| {}, Oct 13 06:01:57.595 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 13 06:01:57.595 INFO kablam! Oct 13 06:01:57.595 INFO kablam! warning: unused variable: `mods_depressed` Oct 13 06:01:57.595 INFO kablam! --> src/main.rs:227:47 Oct 13 06:01:57.595 INFO kablam! | Oct 13 06:01:57.595 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 13 06:01:57.595 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_mods_depressed` instead Oct 13 06:01:57.595 INFO kablam! Oct 13 06:01:57.595 INFO kablam! warning: unused variable: `mods_latched` Oct 13 06:01:57.595 INFO kablam! --> src/main.rs:227:63 Oct 13 06:01:57.595 INFO kablam! | Oct 13 06:01:57.595 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 13 06:01:57.595 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_mods_latched` instead Oct 13 06:01:57.595 INFO kablam! Oct 13 06:01:57.595 INFO kablam! warning: unused variable: `mods_locked` Oct 13 06:01:57.595 INFO kablam! --> src/main.rs:227:77 Oct 13 06:01:57.595 INFO kablam! | Oct 13 06:01:57.595 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 13 06:01:57.595 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mods_locked` instead Oct 13 06:01:57.595 INFO kablam! Oct 13 06:01:57.595 INFO kablam! warning: unused variable: `group` Oct 13 06:01:57.595 INFO kablam! --> src/main.rs:227:90 Oct 13 06:01:57.595 INFO kablam! | Oct 13 06:01:57.595 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 13 06:01:57.595 INFO kablam! | ^^^^^ help: consider using `_group` instead Oct 13 06:01:57.595 INFO kablam! Oct 13 06:01:58.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.37s Oct 13 06:01:58.491 INFO kablam! su: No module specific data is present Oct 13 06:01:58.920 INFO running `"docker" "rm" "-f" "d149ad35baa0a8b37ead7eb1e8f0e33a72d72c77dbd7b22bd92c7d4687653139"` Oct 13 06:01:59.091 INFO blam! d149ad35baa0a8b37ead7eb1e8f0e33a72d72c77dbd7b22bd92c7d4687653139 Oct 13 06:01:59.099 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 06:01:59.312 INFO blam! 5abe74b0e9ad88f8cdf8314c56648aaf4ffc0d0c743ce428d044abdefe36b0bb Oct 13 06:01:59.316 INFO running `"docker" "start" "-a" "5abe74b0e9ad88f8cdf8314c56648aaf4ffc0d0c743ce428d044abdefe36b0bb"` Oct 13 06:01:59.675 INFO kablam! usermod: no changes Oct 13 06:01:59.723 INFO kablam! Compiling wayland-tutorials v0.1.0 (/source) Oct 13 06:02:00.204 INFO kablam! warning: unused variable: `x` Oct 13 06:02:00.204 INFO kablam! --> src/main.rs:180:52 Oct 13 06:02:00.204 INFO kablam! | Oct 13 06:02:00.204 INFO kablam! 180 | enter: |_, _, _pointer, _serial, _surface, x, y| {}, Oct 13 06:02:00.204 INFO kablam! | ^ help: consider using `_x` instead Oct 13 06:02:00.204 INFO kablam! | Oct 13 06:02:00.204 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:02:00.204 INFO kablam! Oct 13 06:02:00.204 INFO kablam! warning: unused variable: `y` Oct 13 06:02:00.204 INFO kablam! --> src/main.rs:180:55 Oct 13 06:02:00.204 INFO kablam! | Oct 13 06:02:00.204 INFO kablam! 180 | enter: |_, _, _pointer, _serial, _surface, x, y| {}, Oct 13 06:02:00.204 INFO kablam! | ^ help: consider using `_y` instead Oct 13 06:02:00.204 INFO kablam! Oct 13 06:02:00.204 INFO kablam! warning: unused variable: `button` Oct 13 06:02:00.204 INFO kablam! --> src/main.rs:189:50 Oct 13 06:02:00.204 INFO kablam! | Oct 13 06:02:00.204 INFO kablam! 189 | button: |_, _, _pointer, _serial, _time, button, state| {}, Oct 13 06:02:00.204 INFO kablam! | ^^^^^^ help: consider using `_button` instead Oct 13 06:02:00.204 INFO kablam! Oct 13 06:02:00.204 INFO kablam! warning: unused variable: `state` Oct 13 06:02:00.204 INFO kablam! --> src/main.rs:189:58 Oct 13 06:02:00.204 INFO kablam! | Oct 13 06:02:00.204 INFO kablam! 189 | button: |_, _, _pointer, _serial, _time, button, state| {}, Oct 13 06:02:00.204 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 13 06:02:00.204 INFO kablam! Oct 13 06:02:00.204 INFO kablam! warning: unused variable: `keys` Oct 13 06:02:00.204 INFO kablam! --> src/main.rs:200:54 Oct 13 06:02:00.204 INFO kablam! | Oct 13 06:02:00.204 INFO kablam! 200 | keymap: |_, _, _keyboard, _serial, _surface, keys| {}, Oct 13 06:02:00.204 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 13 06:02:00.204 INFO kablam! Oct 13 06:02:00.204 INFO kablam! warning: unused variable: `keys` Oct 13 06:02:00.204 INFO kablam! --> src/main.rs:201:53 Oct 13 06:02:00.204 INFO kablam! | Oct 13 06:02:00.204 INFO kablam! 201 | enter: |_, _, _keyboard, _serial, _surface, keys| {}, Oct 13 06:02:00.204 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 13 06:02:00.204 INFO kablam! Oct 13 06:02:00.204 INFO kablam! warning: unused variable: `mods_depressed` Oct 13 06:02:00.204 INFO kablam! --> src/main.rs:227:47 Oct 13 06:02:00.204 INFO kablam! | Oct 13 06:02:00.204 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 13 06:02:00.204 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_mods_depressed` instead Oct 13 06:02:00.204 INFO kablam! Oct 13 06:02:00.204 INFO kablam! warning: unused variable: `mods_latched` Oct 13 06:02:00.204 INFO kablam! --> src/main.rs:227:63 Oct 13 06:02:00.204 INFO kablam! | Oct 13 06:02:00.204 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 13 06:02:00.204 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_mods_latched` instead Oct 13 06:02:00.204 INFO kablam! Oct 13 06:02:00.204 INFO kablam! warning: unused variable: `mods_locked` Oct 13 06:02:00.204 INFO kablam! --> src/main.rs:227:77 Oct 13 06:02:00.204 INFO kablam! | Oct 13 06:02:00.204 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 13 06:02:00.204 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mods_locked` instead Oct 13 06:02:00.204 INFO kablam! Oct 13 06:02:00.204 INFO kablam! warning: unused variable: `group` Oct 13 06:02:00.204 INFO kablam! --> src/main.rs:227:90 Oct 13 06:02:00.204 INFO kablam! | Oct 13 06:02:00.204 INFO kablam! 227 | modifiers: |_, _, _keyboard, _serial, mods_depressed, mods_latched, mods_locked, group| {}, Oct 13 06:02:00.204 INFO kablam! | ^^^^^ help: consider using `_group` instead Oct 13 06:02:00.204 INFO kablam! Oct 13 06:02:00.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 13 06:02:00.561 INFO kablam! su: No module specific data is present Oct 13 06:02:01.008 INFO running `"docker" "rm" "-f" "5abe74b0e9ad88f8cdf8314c56648aaf4ffc0d0c743ce428d044abdefe36b0bb"` Oct 13 06:02:01.132 INFO blam! 5abe74b0e9ad88f8cdf8314c56648aaf4ffc0d0c743ce428d044abdefe36b0bb Oct 13 06:02:01.133 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 06:02:01.297 INFO blam! 3c4871589e3de082263c0f41e0389eb6e6e090c465aa9cbedd82962a9b72fa9d Oct 13 06:02:01.304 INFO running `"docker" "start" "-a" "3c4871589e3de082263c0f41e0389eb6e6e090c465aa9cbedd82962a9b72fa9d"` Oct 13 06:02:01.899 INFO kablam! usermod: no changes Oct 13 06:02:01.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 06:02:01.981 INFO kablam! Running /target/debug/deps/wayland_tutorials-8d75e03fe3d0717c Oct 13 06:02:01.995 INFO blam! Oct 13 06:02:01.995 INFO blam! running 0 tests Oct 13 06:02:01.995 INFO blam! Oct 13 06:02:01.995 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:02:01.995 INFO blam! Oct 13 06:02:02.003 INFO kablam! su: No module specific data is present Oct 13 06:02:02.848 INFO running `"docker" "rm" "-f" "3c4871589e3de082263c0f41e0389eb6e6e090c465aa9cbedd82962a9b72fa9d"` Oct 13 06:02:03.137 INFO blam! 3c4871589e3de082263c0f41e0389eb6e6e090c465aa9cbedd82962a9b72fa9d