Oct 21 18:27:52.862 INFO checking denysvitali/TheRealLPTBot against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:27:52.864 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 18:27:53.342 INFO blam! 9d1cd8627a024586d82418bc80ad44114d3a34cbfe798465e059f22cbce48c00 Oct 21 18:27:53.346 INFO running `"docker" "start" "-a" "9d1cd8627a024586d82418bc80ad44114d3a34cbfe798465e059f22cbce48c00"` Oct 21 18:27:55.312 INFO kablam! usermod: no changes Oct 21 18:27:55.488 INFO kablam! Compiling libsqlite3-sys v0.8.1 Oct 21 18:27:55.490 INFO kablam! Compiling openssl-sys v0.9.14 Oct 21 18:27:55.490 INFO kablam! Compiling curl-sys v0.3.13 Oct 21 18:27:55.524 INFO kablam! Checking socket2 v0.2.1 Oct 21 18:27:55.524 INFO kablam! Checking libz-sys v1.0.16 Oct 21 18:27:55.524 INFO kablam! Checking url v1.5.1 Oct 21 18:28:02.170 INFO kablam! Checking rusqlite v0.12.0 Oct 21 18:28:02.658 INFO kablam! Checking curl v0.4.7 Oct 21 18:28:04.412 INFO kablam! Checking lptbot v0.1.0 (/source) Oct 21 18:28:06.864 INFO kablam! warning: unused variable: `comments` Oct 21 18:28:06.865 INFO kablam! --> src/main.rs:243:17 Oct 21 18:28:06.866 INFO kablam! | Oct 21 18:28:06.866 INFO kablam! 243 | let comments = get_comments(id, title, author, conn, access_token); Oct 21 18:28:06.867 INFO kablam! | ^^^^^^^^ help: consider using `_comments` instead Oct 21 18:28:06.867 INFO kablam! | Oct 21 18:28:06.867 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:28:06.867 INFO kablam! Oct 21 18:28:06.867 INFO kablam! warning: unused variable: `body_text` Oct 21 18:28:06.867 INFO kablam! --> src/main.rs:301:9 Oct 21 18:28:06.867 INFO kablam! | Oct 21 18:28:06.868 INFO kablam! 301 | let body_text = parent["data"]["body"].as_str().unwrap(); Oct 21 18:28:06.868 INFO kablam! | ^^^^^^^^^ help: consider using `_body_text` instead Oct 21 18:28:06.868 INFO kablam! Oct 21 18:28:06.872 INFO kablam! warning: unused variable: `row` Oct 21 18:28:06.873 INFO kablam! --> src/main.rs:356:93 Oct 21 18:28:06.873 INFO kablam! | Oct 21 18:28:06.873 INFO kablam! 356 | match conn.query_row("SELECT lpt_tcid FROM posts WHERE lpt_tcid=?", &[&post.lpt_tcid], |row| { Oct 21 18:28:06.874 INFO kablam! | ^^^ help: consider using `_row` instead Oct 21 18:28:06.874 INFO kablam! Oct 21 18:28:06.874 INFO kablam! warning: unused variable: `comment` Oct 21 18:28:06.874 INFO kablam! --> src/main.rs:423:53 Oct 21 18:28:06.875 INFO kablam! | Oct 21 18:28:06.875 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 21 18:28:06.875 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 21 18:28:06.875 INFO kablam! Oct 21 18:28:06.876 INFO kablam! warning: unused variable: `title` Oct 21 18:28:06.876 INFO kablam! --> src/main.rs:423:82 Oct 21 18:28:06.876 INFO kablam! | Oct 21 18:28:06.876 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 21 18:28:06.877 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 21 18:28:06.877 INFO kablam! Oct 21 18:28:06.957 INFO kablam! warning: function is never used: `get_me` Oct 21 18:28:06.957 INFO kablam! --> src/main.rs:185:1 Oct 21 18:28:06.957 INFO kablam! | Oct 21 18:28:06.957 INFO kablam! 185 | fn get_me(access_token : &str){ Oct 21 18:28:06.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:06.958 INFO kablam! | Oct 21 18:28:06.958 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:28:06.958 INFO kablam! Oct 21 18:28:06.959 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:28:06.959 INFO kablam! --> src/main.rs:256:5 Oct 21 18:28:06.959 INFO kablam! | Oct 21 18:28:06.960 INFO kablam! 256 | easy.follow_location(true); Oct 21 18:28:06.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:06.960 INFO kablam! | Oct 21 18:28:06.960 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:28:06.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:28:06.964 INFO kablam! Oct 21 18:28:07.313 INFO kablam! warning: unused variable: `comments` Oct 21 18:28:07.313 INFO kablam! --> src/main.rs:243:17 Oct 21 18:28:07.313 INFO kablam! | Oct 21 18:28:07.313 INFO kablam! 243 | let comments = get_comments(id, title, author, conn, access_token); Oct 21 18:28:07.314 INFO kablam! | ^^^^^^^^ help: consider using `_comments` instead Oct 21 18:28:07.314 INFO kablam! | Oct 21 18:28:07.314 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:28:07.315 INFO kablam! Oct 21 18:28:07.315 INFO kablam! warning: unused variable: `body_text` Oct 21 18:28:07.315 INFO kablam! --> src/main.rs:301:9 Oct 21 18:28:07.315 INFO kablam! | Oct 21 18:28:07.316 INFO kablam! 301 | let body_text = parent["data"]["body"].as_str().unwrap(); Oct 21 18:28:07.316 INFO kablam! | ^^^^^^^^^ help: consider using `_body_text` instead Oct 21 18:28:07.316 INFO kablam! Oct 21 18:28:07.316 INFO kablam! warning: unused variable: `row` Oct 21 18:28:07.317 INFO kablam! --> src/main.rs:356:93 Oct 21 18:28:07.317 INFO kablam! | Oct 21 18:28:07.317 INFO kablam! 356 | match conn.query_row("SELECT lpt_tcid FROM posts WHERE lpt_tcid=?", &[&post.lpt_tcid], |row| { Oct 21 18:28:07.318 INFO kablam! | ^^^ help: consider using `_row` instead Oct 21 18:28:07.318 INFO kablam! Oct 21 18:28:07.318 INFO kablam! warning: unused variable: `comment` Oct 21 18:28:07.318 INFO kablam! --> src/main.rs:423:53 Oct 21 18:28:07.319 INFO kablam! | Oct 21 18:28:07.319 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 21 18:28:07.319 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 21 18:28:07.319 INFO kablam! Oct 21 18:28:07.320 INFO kablam! warning: unused variable: `title` Oct 21 18:28:07.320 INFO kablam! --> src/main.rs:423:82 Oct 21 18:28:07.320 INFO kablam! | Oct 21 18:28:07.321 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 21 18:28:07.321 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 21 18:28:07.321 INFO kablam! Oct 21 18:28:07.365 INFO kablam! warning: function is never used: `get_me` Oct 21 18:28:07.369 INFO kablam! --> src/main.rs:185:1 Oct 21 18:28:07.369 INFO kablam! | Oct 21 18:28:07.369 INFO kablam! 185 | fn get_me(access_token : &str){ Oct 21 18:28:07.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.370 INFO kablam! | Oct 21 18:28:07.370 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:28:07.370 INFO kablam! Oct 21 18:28:07.371 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:28:07.371 INFO kablam! --> src/main.rs:256:5 Oct 21 18:28:07.371 INFO kablam! | Oct 21 18:28:07.371 INFO kablam! 256 | easy.follow_location(true); Oct 21 18:28:07.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.372 INFO kablam! | Oct 21 18:28:07.372 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:28:07.373 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:28:07.373 INFO kablam! Oct 21 18:28:07.426 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.09s Oct 21 18:28:07.441 INFO kablam! su: No module specific data is present Oct 21 18:28:08.512 INFO running `"docker" "rm" "-f" "9d1cd8627a024586d82418bc80ad44114d3a34cbfe798465e059f22cbce48c00"` Oct 21 18:28:08.816 INFO blam! 9d1cd8627a024586d82418bc80ad44114d3a34cbfe798465e059f22cbce48c00