Oct 27 16:02:24.798 INFO checking selenium-rs-0.1.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:02:24.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 16:02:25.300 INFO blam! 0bd47d7c30f70195a9b289d9110dd20cf90356f3129c2df5c8eb696e5b64e844 Oct 27 16:02:25.303 INFO running `"docker" "start" "-a" "0bd47d7c30f70195a9b289d9110dd20cf90356f3129c2df5c8eb696e5b64e844"` Oct 27 16:02:26.679 INFO kablam! usermod: no changes Oct 27 16:02:27.023 INFO kablam! Checking selenium-rs v0.1.1 (/source) Oct 27 16:02:37.215 INFO kablam! warning: field is never used: `status` Oct 27 16:02:37.215 INFO kablam! --> src/element_structs.rs:13:5 Oct 27 16:02:37.215 INFO kablam! | Oct 27 16:02:37.215 INFO kablam! 13 | status: i32, Oct 27 16:02:37.215 INFO kablam! | ^^^^^^^^^^^ Oct 27 16:02:37.215 INFO kablam! | Oct 27 16:02:37.215 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 16:02:37.215 INFO kablam! Oct 27 16:02:37.215 INFO kablam! warning: field is never used: `session_id` Oct 27 16:02:37.215 INFO kablam! --> src/element_structs.rs:32:5 Oct 27 16:02:37.215 INFO kablam! | Oct 27 16:02:37.215 INFO kablam! 32 | session_id: String, Oct 27 16:02:37.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:02:37.215 INFO kablam! Oct 27 16:02:37.227 INFO kablam! warning: field is never used: `status` Oct 27 16:02:37.227 INFO kablam! --> src/element_structs.rs:13:5 Oct 27 16:02:37.227 INFO kablam! | Oct 27 16:02:37.227 INFO kablam! 13 | status: i32, Oct 27 16:02:37.227 INFO kablam! | ^^^^^^^^^^^ Oct 27 16:02:37.227 INFO kablam! | Oct 27 16:02:37.227 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 16:02:37.227 INFO kablam! Oct 27 16:02:37.227 INFO kablam! warning: field is never used: `session_id` Oct 27 16:02:37.227 INFO kablam! --> src/element_structs.rs:32:5 Oct 27 16:02:37.227 INFO kablam! | Oct 27 16:02:37.227 INFO kablam! 32 | session_id: String, Oct 27 16:02:37.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:02:37.227 INFO kablam! Oct 27 16:02:52.667 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.668 INFO kablam! --> tests/interaction_tests.rs:7:5 Oct 27 16:02:52.668 INFO kablam! | Oct 27 16:02:52.668 INFO kablam! 7 | driver.start_session(); Oct 27 16:02:52.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.669 INFO kablam! | Oct 27 16:02:52.669 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 16:02:52.670 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.670 INFO kablam! Oct 27 16:02:52.670 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.671 INFO kablam! --> tests/interaction_tests.rs:8:5 Oct 27 16:02:52.671 INFO kablam! | Oct 27 16:02:52.671 INFO kablam! 8 | driver.navigate("http://google.com"); Oct 27 16:02:52.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.672 INFO kablam! | Oct 27 16:02:52.672 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.672 INFO kablam! Oct 27 16:02:52.673 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.673 INFO kablam! --> tests/interaction_tests.rs:26:9 Oct 27 16:02:52.673 INFO kablam! | Oct 27 16:02:52.674 INFO kablam! 26 | get_search_bar(&mut webdriver).type_text("testing"); Oct 27 16:02:52.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.674 INFO kablam! | Oct 27 16:02:52.675 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.675 INFO kablam! Oct 27 16:02:52.719 INFO kablam! warning: unused variable: `url` Oct 27 16:02:52.720 INFO kablam! --> tests/webdriver_tests.rs:34:9 Oct 27 16:02:52.720 INFO kablam! | Oct 27 16:02:52.720 INFO kablam! 34 | let url = driver.get_current_url().unwrap(); Oct 27 16:02:52.720 INFO kablam! | ^^^ help: consider using `_url` instead Oct 27 16:02:52.721 INFO kablam! | Oct 27 16:02:52.721 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 16:02:52.721 INFO kablam! Oct 27 16:02:52.729 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.730 INFO kablam! --> tests/webdriver_tests.rs:23:5 Oct 27 16:02:52.730 INFO kablam! | Oct 27 16:02:52.730 INFO kablam! 23 | driver.start_session(); Oct 27 16:02:52.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.731 INFO kablam! | Oct 27 16:02:52.731 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 16:02:52.731 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.731 INFO kablam! Oct 27 16:02:52.732 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.732 INFO kablam! --> tests/webdriver_tests.rs:24:5 Oct 27 16:02:52.732 INFO kablam! | Oct 27 16:02:52.733 INFO kablam! 24 | driver.navigate("http://google.com"); Oct 27 16:02:52.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.733 INFO kablam! | Oct 27 16:02:52.733 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.734 INFO kablam! Oct 27 16:02:52.734 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.734 INFO kablam! --> tests/webdriver_tests.rs:32:5 Oct 27 16:02:52.734 INFO kablam! | Oct 27 16:02:52.735 INFO kablam! 32 | driver.start_session(); Oct 27 16:02:52.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.735 INFO kablam! | Oct 27 16:02:52.736 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.736 INFO kablam! Oct 27 16:02:52.736 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.736 INFO kablam! --> tests/webdriver_tests.rs:33:5 Oct 27 16:02:52.736 INFO kablam! | Oct 27 16:02:52.736 INFO kablam! 33 | driver.navigate("http://google.com"); Oct 27 16:02:52.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.736 INFO kablam! | Oct 27 16:02:52.736 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.736 INFO kablam! Oct 27 16:02:52.775 INFO kablam! warning: unused variable: `search_form` Oct 27 16:02:52.775 INFO kablam! --> tests/element_tests.rs:52:13 Oct 27 16:02:52.775 INFO kablam! | Oct 27 16:02:52.775 INFO kablam! 52 | let search_form = get_element(&mut driver); Oct 27 16:02:52.775 INFO kablam! | ^^^^^^^^^^^ help: consider using `_search_form` instead Oct 27 16:02:52.775 INFO kablam! | Oct 27 16:02:52.775 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 16:02:52.775 INFO kablam! Oct 27 16:02:52.822 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.822 INFO kablam! --> tests/element_tests.rs:6:5 Oct 27 16:02:52.822 INFO kablam! | Oct 27 16:02:52.822 INFO kablam! 6 | driver.start_session(); Oct 27 16:02:52.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.822 INFO kablam! | Oct 27 16:02:52.822 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 16:02:52.822 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.823 INFO kablam! Oct 27 16:02:52.823 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.823 INFO kablam! --> tests/element_tests.rs:7:5 Oct 27 16:02:52.823 INFO kablam! | Oct 27 16:02:52.823 INFO kablam! 7 | driver.navigate("http://google.com"); Oct 27 16:02:52.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.823 INFO kablam! | Oct 27 16:02:52.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.823 INFO kablam! Oct 27 16:02:52.826 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.826 INFO kablam! --> tests/element_tests.rs:14:5 Oct 27 16:02:52.826 INFO kablam! | Oct 27 16:02:52.826 INFO kablam! 14 | driver.start_session(); Oct 27 16:02:52.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.827 INFO kablam! | Oct 27 16:02:52.827 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.827 INFO kablam! Oct 27 16:02:52.827 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.827 INFO kablam! --> tests/element_tests.rs:15:5 Oct 27 16:02:52.827 INFO kablam! | Oct 27 16:02:52.827 INFO kablam! 15 | driver.navigate("http://google.com"); Oct 27 16:02:52.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.827 INFO kablam! | Oct 27 16:02:52.827 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.827 INFO kablam! Oct 27 16:02:52.899 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.18s Oct 27 16:02:52.947 INFO kablam! su: No module specific data is present Oct 27 16:02:53.543 INFO running `"docker" "rm" "-f" "0bd47d7c30f70195a9b289d9110dd20cf90356f3129c2df5c8eb696e5b64e844"` Oct 27 16:02:53.784 INFO blam! 0bd47d7c30f70195a9b289d9110dd20cf90356f3129c2df5c8eb696e5b64e844