Oct 21 23:48:51.735 INFO checking selenium-rs-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:48:51.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 21 23:48:52.174 INFO blam! 04291cb2831dc050868d20088d72a8934afca0e4a7098d3b219458d0d8442261 Oct 21 23:48:52.186 INFO running `"docker" "start" "-a" "04291cb2831dc050868d20088d72a8934afca0e4a7098d3b219458d0d8442261"` Oct 21 23:48:53.664 INFO kablam! usermod: no changes Oct 21 23:48:53.986 INFO kablam! Checking selenium-rs v0.1.1 (/source) Oct 21 23:49:02.928 INFO kablam! warning: field is never used: `status` Oct 21 23:49:02.928 INFO kablam! --> src/element_structs.rs:13:5 Oct 21 23:49:02.928 INFO kablam! | Oct 21 23:49:02.928 INFO kablam! 13 | status: i32, Oct 21 23:49:02.928 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:49:02.928 INFO kablam! | Oct 21 23:49:02.928 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 23:49:02.928 INFO kablam! Oct 21 23:49:02.928 INFO kablam! warning: field is never used: `session_id` Oct 21 23:49:02.928 INFO kablam! --> src/element_structs.rs:32:5 Oct 21 23:49:02.928 INFO kablam! | Oct 21 23:49:02.928 INFO kablam! 32 | session_id: String, Oct 21 23:49:02.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 23:49:02.928 INFO kablam! Oct 21 23:49:03.169 INFO kablam! warning: field is never used: `status` Oct 21 23:49:03.169 INFO kablam! --> src/element_structs.rs:13:5 Oct 21 23:49:03.169 INFO kablam! | Oct 21 23:49:03.170 INFO kablam! 13 | status: i32, Oct 21 23:49:03.170 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:49:03.170 INFO kablam! | Oct 21 23:49:03.170 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 23:49:03.171 INFO kablam! Oct 21 23:49:03.171 INFO kablam! warning: field is never used: `session_id` Oct 21 23:49:03.171 INFO kablam! --> src/element_structs.rs:32:5 Oct 21 23:49:03.171 INFO kablam! | Oct 21 23:49:03.172 INFO kablam! 32 | session_id: String, Oct 21 23:49:03.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 23:49:03.172 INFO kablam! Oct 21 23:49:11.433 INFO kablam! warning: unused variable: `url` Oct 21 23:49:11.433 INFO kablam! --> tests/webdriver_tests.rs:34:9 Oct 21 23:49:11.433 INFO kablam! | Oct 21 23:49:11.434 INFO kablam! 34 | let url = driver.get_current_url().unwrap(); Oct 21 23:49:11.434 INFO kablam! | ^^^ help: consider using `_url` instead Oct 21 23:49:11.434 INFO kablam! | Oct 21 23:49:11.434 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:49:11.435 INFO kablam! Oct 21 23:49:11.457 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:49:11.457 INFO kablam! --> tests/webdriver_tests.rs:23:5 Oct 21 23:49:11.457 INFO kablam! | Oct 21 23:49:11.458 INFO kablam! 23 | driver.start_session(); Oct 21 23:49:11.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:49:11.458 INFO kablam! | Oct 21 23:49:11.459 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 23:49:11.459 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:49:11.459 INFO kablam! Oct 21 23:49:11.460 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:49:11.460 INFO kablam! --> tests/webdriver_tests.rs:24:5 Oct 21 23:49:11.460 INFO kablam! | Oct 21 23:49:11.461 INFO kablam! 24 | driver.navigate("http://google.com"); Oct 21 23:49:11.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:49:11.462 INFO kablam! | Oct 21 23:49:11.462 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:49:11.462 INFO kablam! Oct 21 23:49:11.462 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:49:11.463 INFO kablam! --> tests/webdriver_tests.rs:32:5 Oct 21 23:49:11.463 INFO kablam! | Oct 21 23:49:11.463 INFO kablam! 32 | driver.start_session(); Oct 21 23:49:11.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:49:11.464 INFO kablam! | Oct 21 23:49:11.464 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:49:11.464 INFO kablam! Oct 21 23:49:11.465 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:49:11.465 INFO kablam! --> tests/webdriver_tests.rs:33:5 Oct 21 23:49:11.465 INFO kablam! | Oct 21 23:49:11.465 INFO kablam! 33 | driver.navigate("http://google.com"); Oct 21 23:49:11.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:49:11.466 INFO kablam! | Oct 21 23:49:11.466 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:49:11.466 INFO kablam! Oct 21 23:49:11.529 INFO kablam! warning: unused variable: `search_form` Oct 21 23:49:11.529 INFO kablam! --> tests/element_tests.rs:52:13 Oct 21 23:49:11.529 INFO kablam! | Oct 21 23:49:11.530 INFO kablam! 52 | let search_form = get_element(&mut driver); Oct 21 23:49:11.530 INFO kablam! | ^^^^^^^^^^^ help: consider using `_search_form` instead Oct 21 23:49:11.530 INFO kablam! | Oct 21 23:49:11.530 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:49:11.531 INFO kablam! Oct 21 23:49:11.555 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:49:11.555 INFO kablam! --> tests/element_tests.rs:6:5 Oct 21 23:49:11.555 INFO kablam! | Oct 21 23:49:11.555 INFO kablam! 6 | driver.start_session(); Oct 21 23:49:11.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:49:11.555 INFO kablam! | Oct 21 23:49:11.555 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 23:49:11.555 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:49:11.555 INFO kablam! Oct 21 23:49:11.555 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:49:11.555 INFO kablam! --> tests/element_tests.rs:7:5 Oct 21 23:49:11.555 INFO kablam! | Oct 21 23:49:11.555 INFO kablam! 7 | driver.navigate("http://google.com"); Oct 21 23:49:11.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:49:11.555 INFO kablam! | Oct 21 23:49:11.555 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:49:11.555 INFO kablam! Oct 21 23:49:11.555 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:49:11.555 INFO kablam! --> tests/element_tests.rs:14:5 Oct 21 23:49:11.555 INFO kablam! | Oct 21 23:49:11.555 INFO kablam! 14 | driver.start_session(); Oct 21 23:49:11.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:49:11.555 INFO kablam! | Oct 21 23:49:11.555 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:49:11.555 INFO kablam! Oct 21 23:49:11.555 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:49:11.555 INFO kablam! --> tests/element_tests.rs:15:5 Oct 21 23:49:11.555 INFO kablam! | Oct 21 23:49:11.555 INFO kablam! 15 | driver.navigate("http://google.com"); Oct 21 23:49:11.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:49:11.555 INFO kablam! | Oct 21 23:49:11.555 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:49:11.555 INFO kablam! Oct 21 23:49:12.050 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:49:12.051 INFO kablam! --> tests/interaction_tests.rs:7:5 Oct 21 23:49:12.051 INFO kablam! | Oct 21 23:49:12.052 INFO kablam! 7 | driver.start_session(); Oct 21 23:49:12.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:49:12.052 INFO kablam! | Oct 21 23:49:12.052 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 23:49:12.053 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:49:12.053 INFO kablam! Oct 21 23:49:12.053 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:49:12.054 INFO kablam! --> tests/interaction_tests.rs:8:5 Oct 21 23:49:12.054 INFO kablam! | Oct 21 23:49:12.054 INFO kablam! 8 | driver.navigate("http://google.com"); Oct 21 23:49:12.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:49:12.055 INFO kablam! | Oct 21 23:49:12.055 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:49:12.056 INFO kablam! Oct 21 23:49:12.056 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:49:12.056 INFO kablam! --> tests/interaction_tests.rs:26:9 Oct 21 23:49:12.057 INFO kablam! | Oct 21 23:49:12.057 INFO kablam! 26 | get_search_bar(&mut webdriver).type_text("testing"); Oct 21 23:49:12.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:49:12.057 INFO kablam! | Oct 21 23:49:12.058 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:49:12.058 INFO kablam! Oct 21 23:49:12.084 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.37s Oct 21 23:49:12.100 INFO kablam! su: No module specific data is present Oct 21 23:49:12.690 INFO running `"docker" "rm" "-f" "04291cb2831dc050868d20088d72a8934afca0e4a7098d3b219458d0d8442261"` Oct 21 23:49:13.076 INFO blam! 04291cb2831dc050868d20088d72a8934afca0e4a7098d3b219458d0d8442261