Oct 27 05:54:01.027 INFO checking denysvitali/TheRealLPTBot against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:54:01.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 05:54:01.467 INFO blam! e1edab38b63cfd90b222275660dce9f993e0c38dda7bacc949c3324faecfbe05 Oct 27 05:54:01.470 INFO running `"docker" "start" "-a" "e1edab38b63cfd90b222275660dce9f993e0c38dda7bacc949c3324faecfbe05"` Oct 27 05:54:02.730 INFO kablam! usermod: no changes Oct 27 05:54:02.927 INFO kablam! Compiling curl-sys v0.3.13 Oct 27 05:54:02.927 INFO kablam! Compiling libsqlite3-sys v0.8.1 Oct 27 05:54:02.927 INFO kablam! Checking thread-id v3.1.0 Oct 27 05:54:02.927 INFO kablam! Checking socket2 v0.2.1 Oct 27 05:54:02.927 INFO kablam! Checking libz-sys v1.0.16 Oct 27 05:54:04.279 INFO kablam! Checking thread_local v0.3.3 Oct 27 05:54:05.664 INFO kablam! Checking regex v0.2.2 Oct 27 05:54:06.739 INFO kablam! Checking rusqlite v0.12.0 Oct 27 05:54:07.971 INFO kablam! Checking curl v0.4.7 Oct 27 05:54:11.177 INFO kablam! Checking lptbot v0.1.0 (/source) Oct 27 05:54:13.899 INFO kablam! warning: unused variable: `comments` Oct 27 05:54:13.899 INFO kablam! --> src/main.rs:243:17 Oct 27 05:54:13.900 INFO kablam! | Oct 27 05:54:13.900 INFO kablam! 243 | let comments = get_comments(id, title, author, conn, access_token); Oct 27 05:54:13.901 INFO kablam! | ^^^^^^^^ help: consider using `_comments` instead Oct 27 05:54:13.901 INFO kablam! | Oct 27 05:54:13.901 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:54:13.901 INFO kablam! Oct 27 05:54:13.902 INFO kablam! warning: unused variable: `body_text` Oct 27 05:54:13.902 INFO kablam! --> src/main.rs:301:9 Oct 27 05:54:13.902 INFO kablam! | Oct 27 05:54:13.903 INFO kablam! 301 | let body_text = parent["data"]["body"].as_str().unwrap(); Oct 27 05:54:13.903 INFO kablam! | ^^^^^^^^^ help: consider using `_body_text` instead Oct 27 05:54:13.903 INFO kablam! Oct 27 05:54:13.904 INFO kablam! warning: unused variable: `row` Oct 27 05:54:13.904 INFO kablam! --> src/main.rs:356:93 Oct 27 05:54:13.904 INFO kablam! | Oct 27 05:54:13.905 INFO kablam! 356 | match conn.query_row("SELECT lpt_tcid FROM posts WHERE lpt_tcid=?", &[&post.lpt_tcid], |row| { Oct 27 05:54:13.905 INFO kablam! | ^^^ help: consider using `_row` instead Oct 27 05:54:13.905 INFO kablam! Oct 27 05:54:13.906 INFO kablam! warning: unused variable: `comment` Oct 27 05:54:13.906 INFO kablam! --> src/main.rs:423:53 Oct 27 05:54:13.906 INFO kablam! | Oct 27 05:54:13.907 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 27 05:54:13.907 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 27 05:54:13.907 INFO kablam! Oct 27 05:54:13.908 INFO kablam! warning: unused variable: `title` Oct 27 05:54:13.908 INFO kablam! --> src/main.rs:423:82 Oct 27 05:54:13.908 INFO kablam! | Oct 27 05:54:13.909 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 27 05:54:13.909 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 27 05:54:13.909 INFO kablam! Oct 27 05:54:14.007 INFO kablam! warning: function is never used: `get_me` Oct 27 05:54:14.007 INFO kablam! --> src/main.rs:185:1 Oct 27 05:54:14.007 INFO kablam! | Oct 27 05:54:14.007 INFO kablam! 185 | fn get_me(access_token : &str){ Oct 27 05:54:14.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:14.007 INFO kablam! | Oct 27 05:54:14.008 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:54:14.008 INFO kablam! Oct 27 05:54:14.010 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:14.010 INFO kablam! --> src/main.rs:256:5 Oct 27 05:54:14.010 INFO kablam! | Oct 27 05:54:14.010 INFO kablam! 256 | easy.follow_location(true); Oct 27 05:54:14.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:14.010 INFO kablam! | Oct 27 05:54:14.011 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:54:14.011 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:14.011 INFO kablam! Oct 27 05:54:14.026 INFO kablam! warning: unused variable: `comments` Oct 27 05:54:14.026 INFO kablam! --> src/main.rs:243:17 Oct 27 05:54:14.026 INFO kablam! | Oct 27 05:54:14.026 INFO kablam! 243 | let comments = get_comments(id, title, author, conn, access_token); Oct 27 05:54:14.026 INFO kablam! | ^^^^^^^^ help: consider using `_comments` instead Oct 27 05:54:14.026 INFO kablam! | Oct 27 05:54:14.026 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:54:14.026 INFO kablam! Oct 27 05:54:14.031 INFO kablam! warning: unused variable: `body_text` Oct 27 05:54:14.031 INFO kablam! --> src/main.rs:301:9 Oct 27 05:54:14.031 INFO kablam! | Oct 27 05:54:14.031 INFO kablam! 301 | let body_text = parent["data"]["body"].as_str().unwrap(); Oct 27 05:54:14.031 INFO kablam! | ^^^^^^^^^ help: consider using `_body_text` instead Oct 27 05:54:14.031 INFO kablam! Oct 27 05:54:14.031 INFO kablam! warning: unused variable: `row` Oct 27 05:54:14.031 INFO kablam! --> src/main.rs:356:93 Oct 27 05:54:14.031 INFO kablam! | Oct 27 05:54:14.031 INFO kablam! 356 | match conn.query_row("SELECT lpt_tcid FROM posts WHERE lpt_tcid=?", &[&post.lpt_tcid], |row| { Oct 27 05:54:14.031 INFO kablam! | ^^^ help: consider using `_row` instead Oct 27 05:54:14.031 INFO kablam! Oct 27 05:54:14.031 INFO kablam! warning: unused variable: `comment` Oct 27 05:54:14.031 INFO kablam! --> src/main.rs:423:53 Oct 27 05:54:14.031 INFO kablam! | Oct 27 05:54:14.031 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 27 05:54:14.031 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 27 05:54:14.031 INFO kablam! Oct 27 05:54:14.031 INFO kablam! warning: unused variable: `title` Oct 27 05:54:14.031 INFO kablam! --> src/main.rs:423:82 Oct 27 05:54:14.031 INFO kablam! | Oct 27 05:54:14.031 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 27 05:54:14.031 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 27 05:54:14.031 INFO kablam! Oct 27 05:54:14.143 INFO kablam! warning: function is never used: `get_me` Oct 27 05:54:14.143 INFO kablam! --> src/main.rs:185:1 Oct 27 05:54:14.143 INFO kablam! | Oct 27 05:54:14.143 INFO kablam! 185 | fn get_me(access_token : &str){ Oct 27 05:54:14.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:14.143 INFO kablam! | Oct 27 05:54:14.143 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:54:14.143 INFO kablam! Oct 27 05:54:14.155 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:54:14.155 INFO kablam! --> src/main.rs:256:5 Oct 27 05:54:14.155 INFO kablam! | Oct 27 05:54:14.155 INFO kablam! 256 | easy.follow_location(true); Oct 27 05:54:14.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:14.155 INFO kablam! | Oct 27 05:54:14.155 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:54:14.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:54:14.155 INFO kablam! Oct 27 05:54:14.214 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.46s Oct 27 05:54:14.225 INFO kablam! su: No module specific data is present Oct 27 05:54:15.810 INFO running `"docker" "rm" "-f" "e1edab38b63cfd90b222275660dce9f993e0c38dda7bacc949c3324faecfbe05"` Oct 27 05:54:16.223 INFO blam! e1edab38b63cfd90b222275660dce9f993e0c38dda7bacc949c3324faecfbe05