Oct 27 16:02:26.071 INFO checking selenium-rs-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 16:02:26.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 27 16:02:26.647 INFO blam! 9f67ec3ec16f93e18a3be795f567dc78d9140bd795bf12fdab863b1ce12234d4 Oct 27 16:02:26.651 INFO running `"docker" "start" "-a" "9f67ec3ec16f93e18a3be795f567dc78d9140bd795bf12fdab863b1ce12234d4"` Oct 27 16:02:29.077 INFO kablam! usermod: no changes Oct 27 16:02:29.444 INFO kablam! Checking selenium-rs v0.1.1 (/source) Oct 27 16:02:38.907 INFO kablam! warning: field is never used: `status` Oct 27 16:02:38.907 INFO kablam! --> src/element_structs.rs:13:5 Oct 27 16:02:38.907 INFO kablam! | Oct 27 16:02:38.907 INFO kablam! 13 | status: i32, Oct 27 16:02:38.907 INFO kablam! | ^^^^^^^^^^^ Oct 27 16:02:38.907 INFO kablam! | Oct 27 16:02:38.907 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 16:02:38.907 INFO kablam! Oct 27 16:02:38.907 INFO kablam! warning: field is never used: `session_id` Oct 27 16:02:38.907 INFO kablam! --> src/element_structs.rs:32:5 Oct 27 16:02:38.907 INFO kablam! | Oct 27 16:02:38.907 INFO kablam! 32 | session_id: String, Oct 27 16:02:38.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:02:38.907 INFO kablam! Oct 27 16:02:39.879 INFO kablam! warning: field is never used: `status` Oct 27 16:02:39.879 INFO kablam! --> src/element_structs.rs:13:5 Oct 27 16:02:39.879 INFO kablam! | Oct 27 16:02:39.879 INFO kablam! 13 | status: i32, Oct 27 16:02:39.879 INFO kablam! | ^^^^^^^^^^^ Oct 27 16:02:39.879 INFO kablam! | Oct 27 16:02:39.879 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 16:02:39.879 INFO kablam! Oct 27 16:02:39.879 INFO kablam! warning: field is never used: `session_id` Oct 27 16:02:39.879 INFO kablam! --> src/element_structs.rs:32:5 Oct 27 16:02:39.879 INFO kablam! | Oct 27 16:02:39.879 INFO kablam! 32 | session_id: String, Oct 27 16:02:39.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:02:39.879 INFO kablam! Oct 27 16:02:52.967 INFO kablam! warning: unused variable: `search_form` Oct 27 16:02:52.967 INFO kablam! --> tests/element_tests.rs:52:13 Oct 27 16:02:52.967 INFO kablam! | Oct 27 16:02:52.967 INFO kablam! 52 | let search_form = get_element(&mut driver); Oct 27 16:02:52.967 INFO kablam! | ^^^^^^^^^^^ help: consider using `_search_form` instead Oct 27 16:02:52.967 INFO kablam! | Oct 27 16:02:52.967 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 16:02:52.967 INFO kablam! Oct 27 16:02:52.999 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.999 INFO kablam! --> tests/element_tests.rs:6:5 Oct 27 16:02:52.999 INFO kablam! | Oct 27 16:02:52.999 INFO kablam! 6 | driver.start_session(); Oct 27 16:02:52.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.999 INFO kablam! | Oct 27 16:02:52.999 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 16:02:52.999 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.999 INFO kablam! Oct 27 16:02:52.999 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.999 INFO kablam! --> tests/element_tests.rs:7:5 Oct 27 16:02:52.999 INFO kablam! | Oct 27 16:02:52.999 INFO kablam! 7 | driver.navigate("http://google.com"); Oct 27 16:02:52.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.999 INFO kablam! | Oct 27 16:02:52.999 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.999 INFO kablam! Oct 27 16:02:52.999 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.999 INFO kablam! --> tests/element_tests.rs:14:5 Oct 27 16:02:52.999 INFO kablam! | Oct 27 16:02:52.999 INFO kablam! 14 | driver.start_session(); Oct 27 16:02:52.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.999 INFO kablam! | Oct 27 16:02:52.999 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.999 INFO kablam! Oct 27 16:02:52.999 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:52.999 INFO kablam! --> tests/element_tests.rs:15:5 Oct 27 16:02:52.999 INFO kablam! | Oct 27 16:02:52.999 INFO kablam! 15 | driver.navigate("http://google.com"); Oct 27 16:02:52.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:52.999 INFO kablam! | Oct 27 16:02:52.999 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:52.999 INFO kablam! Oct 27 16:02:53.041 INFO kablam! warning: unused variable: `url` Oct 27 16:02:53.041 INFO kablam! --> tests/webdriver_tests.rs:34:9 Oct 27 16:02:53.041 INFO kablam! | Oct 27 16:02:53.041 INFO kablam! 34 | let url = driver.get_current_url().unwrap(); Oct 27 16:02:53.041 INFO kablam! | ^^^ help: consider using `_url` instead Oct 27 16:02:53.041 INFO kablam! | Oct 27 16:02:53.041 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 16:02:53.041 INFO kablam! Oct 27 16:02:53.058 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:53.058 INFO kablam! --> tests/webdriver_tests.rs:23:5 Oct 27 16:02:53.058 INFO kablam! | Oct 27 16:02:53.058 INFO kablam! 23 | driver.start_session(); Oct 27 16:02:53.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:53.058 INFO kablam! | Oct 27 16:02:53.058 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 16:02:53.058 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:53.058 INFO kablam! Oct 27 16:02:53.058 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:53.058 INFO kablam! --> tests/webdriver_tests.rs:24:5 Oct 27 16:02:53.059 INFO kablam! | Oct 27 16:02:53.059 INFO kablam! 24 | driver.navigate("http://google.com"); Oct 27 16:02:53.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:53.059 INFO kablam! | Oct 27 16:02:53.059 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:53.059 INFO kablam! Oct 27 16:02:53.059 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:53.059 INFO kablam! --> tests/webdriver_tests.rs:32:5 Oct 27 16:02:53.059 INFO kablam! | Oct 27 16:02:53.059 INFO kablam! 32 | driver.start_session(); Oct 27 16:02:53.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:53.059 INFO kablam! | Oct 27 16:02:53.059 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:53.059 INFO kablam! Oct 27 16:02:53.059 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:53.059 INFO kablam! --> tests/webdriver_tests.rs:33:5 Oct 27 16:02:53.059 INFO kablam! | Oct 27 16:02:53.059 INFO kablam! 33 | driver.navigate("http://google.com"); Oct 27 16:02:53.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:53.059 INFO kablam! | Oct 27 16:02:53.059 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:53.059 INFO kablam! Oct 27 16:02:53.119 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:53.119 INFO kablam! --> tests/interaction_tests.rs:7:5 Oct 27 16:02:53.119 INFO kablam! | Oct 27 16:02:53.119 INFO kablam! 7 | driver.start_session(); Oct 27 16:02:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:53.119 INFO kablam! | Oct 27 16:02:53.119 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 16:02:53.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:53.119 INFO kablam! Oct 27 16:02:53.119 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:53.119 INFO kablam! --> tests/interaction_tests.rs:8:5 Oct 27 16:02:53.119 INFO kablam! | Oct 27 16:02:53.119 INFO kablam! 8 | driver.navigate("http://google.com"); Oct 27 16:02:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:53.119 INFO kablam! | Oct 27 16:02:53.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:53.119 INFO kablam! Oct 27 16:02:53.119 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 16:02:53.119 INFO kablam! --> tests/interaction_tests.rs:26:9 Oct 27 16:02:53.119 INFO kablam! | Oct 27 16:02:53.119 INFO kablam! 26 | get_search_bar(&mut webdriver).type_text("testing"); Oct 27 16:02:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:02:53.119 INFO kablam! | Oct 27 16:02:53.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 16:02:53.119 INFO kablam! Oct 27 16:02:53.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.04s Oct 27 16:02:53.167 INFO kablam! su: No module specific data is present Oct 27 16:02:54.015 INFO running `"docker" "rm" "-f" "9f67ec3ec16f93e18a3be795f567dc78d9140bd795bf12fdab863b1ce12234d4"` Oct 27 16:02:54.347 INFO blam! 9f67ec3ec16f93e18a3be795f567dc78d9140bd795bf12fdab863b1ce12234d4