Oct 12 22:44:33.565 INFO checking denysvitali/TheRealLPTBot against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 22:44:33.567 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 22:44:34.048 INFO blam! 0df3e6e28cac19d61cbb7d19039325ee5f3a014f7804354900323859b0913e9c Oct 12 22:44:34.050 INFO running `"docker" "start" "-a" "0df3e6e28cac19d61cbb7d19039325ee5f3a014f7804354900323859b0913e9c"` Oct 12 22:44:36.260 INFO kablam! usermod: no changes Oct 12 22:44:36.446 INFO kablam! Compiling libsqlite3-sys v0.8.1 Oct 12 22:44:36.446 INFO kablam! Compiling openssl-sys v0.9.14 Oct 12 22:44:36.446 INFO kablam! Compiling libz-sys v1.0.16 Oct 12 22:44:36.446 INFO kablam! Compiling curl-sys v0.3.13 Oct 12 22:44:36.448 INFO kablam! Checking thread-id v3.1.0 Oct 12 22:44:36.448 INFO kablam! Checking memchr v1.0.1 Oct 12 22:44:36.492 INFO kablam! Checking socket2 v0.2.1 Oct 12 22:44:36.492 INFO kablam! Checking idna v0.1.2 Oct 12 22:44:38.409 INFO kablam! Checking aho-corasick v0.6.3 Oct 12 22:44:38.589 INFO kablam! Checking thread_local v0.3.3 Oct 12 22:44:43.342 INFO kablam! Checking regex v0.2.2 Oct 12 22:44:46.258 INFO kablam! Checking rusqlite v0.12.0 Oct 12 22:44:48.388 INFO kablam! Checking url v1.5.1 Oct 12 22:44:50.033 INFO kablam! Checking curl v0.4.7 Oct 12 22:44:53.744 INFO kablam! Checking lptbot v0.1.0 (/source) Oct 12 22:44:56.252 INFO kablam! warning: unused variable: `comments` Oct 12 22:44:56.252 INFO kablam! --> src/main.rs:243:17 Oct 12 22:44:56.252 INFO kablam! | Oct 12 22:44:56.252 INFO kablam! 243 | let comments = get_comments(id, title, author, conn, access_token); Oct 12 22:44:56.252 INFO kablam! | ^^^^^^^^ help: consider using `_comments` instead Oct 12 22:44:56.252 INFO kablam! | Oct 12 22:44:56.252 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:44:56.252 INFO kablam! Oct 12 22:44:56.252 INFO kablam! warning: unused variable: `body_text` Oct 12 22:44:56.252 INFO kablam! --> src/main.rs:301:9 Oct 12 22:44:56.252 INFO kablam! | Oct 12 22:44:56.252 INFO kablam! 301 | let body_text = parent["data"]["body"].as_str().unwrap(); Oct 12 22:44:56.252 INFO kablam! | ^^^^^^^^^ help: consider using `_body_text` instead Oct 12 22:44:56.252 INFO kablam! Oct 12 22:44:56.252 INFO kablam! warning: unused variable: `row` Oct 12 22:44:56.252 INFO kablam! --> src/main.rs:356:93 Oct 12 22:44:56.252 INFO kablam! | Oct 12 22:44:56.252 INFO kablam! 356 | match conn.query_row("SELECT lpt_tcid FROM posts WHERE lpt_tcid=?", &[&post.lpt_tcid], |row| { Oct 12 22:44:56.252 INFO kablam! | ^^^ help: consider using `_row` instead Oct 12 22:44:56.252 INFO kablam! Oct 12 22:44:56.252 INFO kablam! warning: unused variable: `comment` Oct 12 22:44:56.252 INFO kablam! --> src/main.rs:423:53 Oct 12 22:44:56.252 INFO kablam! | Oct 12 22:44:56.252 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 12 22:44:56.252 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 12 22:44:56.252 INFO kablam! Oct 12 22:44:56.252 INFO kablam! warning: unused variable: `title` Oct 12 22:44:56.252 INFO kablam! --> src/main.rs:423:82 Oct 12 22:44:56.252 INFO kablam! | Oct 12 22:44:56.252 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 12 22:44:56.252 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 12 22:44:56.252 INFO kablam! Oct 12 22:44:56.314 INFO kablam! warning: function is never used: `get_me` Oct 12 22:44:56.314 INFO kablam! --> src/main.rs:185:1 Oct 12 22:44:56.314 INFO kablam! | Oct 12 22:44:56.314 INFO kablam! 185 | fn get_me(access_token : &str){ Oct 12 22:44:56.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:44:56.315 INFO kablam! | Oct 12 22:44:56.315 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:44:56.315 INFO kablam! Oct 12 22:44:56.332 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:44:56.332 INFO kablam! --> src/main.rs:256:5 Oct 12 22:44:56.332 INFO kablam! | Oct 12 22:44:56.332 INFO kablam! 256 | easy.follow_location(true); Oct 12 22:44:56.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:44:56.332 INFO kablam! | Oct 12 22:44:56.332 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 22:44:56.332 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:44:56.332 INFO kablam! Oct 12 22:44:56.596 INFO kablam! warning: unused variable: `comments` Oct 12 22:44:56.596 INFO kablam! --> src/main.rs:243:17 Oct 12 22:44:56.596 INFO kablam! | Oct 12 22:44:56.596 INFO kablam! 243 | let comments = get_comments(id, title, author, conn, access_token); Oct 12 22:44:56.596 INFO kablam! | ^^^^^^^^ help: consider using `_comments` instead Oct 12 22:44:56.596 INFO kablam! | Oct 12 22:44:56.596 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:44:56.596 INFO kablam! Oct 12 22:44:56.596 INFO kablam! warning: unused variable: `body_text` Oct 12 22:44:56.596 INFO kablam! --> src/main.rs:301:9 Oct 12 22:44:56.596 INFO kablam! | Oct 12 22:44:56.596 INFO kablam! 301 | let body_text = parent["data"]["body"].as_str().unwrap(); Oct 12 22:44:56.596 INFO kablam! | ^^^^^^^^^ help: consider using `_body_text` instead Oct 12 22:44:56.597 INFO kablam! Oct 12 22:44:56.597 INFO kablam! warning: unused variable: `row` Oct 12 22:44:56.597 INFO kablam! --> src/main.rs:356:93 Oct 12 22:44:56.597 INFO kablam! | Oct 12 22:44:56.597 INFO kablam! 356 | match conn.query_row("SELECT lpt_tcid FROM posts WHERE lpt_tcid=?", &[&post.lpt_tcid], |row| { Oct 12 22:44:56.597 INFO kablam! | ^^^ help: consider using `_row` instead Oct 12 22:44:56.597 INFO kablam! Oct 12 22:44:56.597 INFO kablam! warning: unused variable: `comment` Oct 12 22:44:56.597 INFO kablam! --> src/main.rs:423:53 Oct 12 22:44:56.597 INFO kablam! | Oct 12 22:44:56.597 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 12 22:44:56.597 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 12 22:44:56.597 INFO kablam! Oct 12 22:44:56.597 INFO kablam! warning: unused variable: `title` Oct 12 22:44:56.597 INFO kablam! --> src/main.rs:423:82 Oct 12 22:44:56.597 INFO kablam! | Oct 12 22:44:56.597 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 12 22:44:56.597 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 12 22:44:56.597 INFO kablam! Oct 12 22:44:56.644 INFO kablam! warning: function is never used: `get_me` Oct 12 22:44:56.644 INFO kablam! --> src/main.rs:185:1 Oct 12 22:44:56.644 INFO kablam! | Oct 12 22:44:56.644 INFO kablam! 185 | fn get_me(access_token : &str){ Oct 12 22:44:56.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:44:56.644 INFO kablam! | Oct 12 22:44:56.644 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:44:56.644 INFO kablam! Oct 12 22:44:56.657 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:44:56.657 INFO kablam! --> src/main.rs:256:5 Oct 12 22:44:56.657 INFO kablam! | Oct 12 22:44:56.657 INFO kablam! 256 | easy.follow_location(true); Oct 12 22:44:56.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:44:56.657 INFO kablam! | Oct 12 22:44:56.657 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 22:44:56.657 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:44:56.657 INFO kablam! Oct 12 22:44:56.684 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.39s Oct 12 22:44:56.697 INFO kablam! su: No module specific data is present Oct 12 22:44:57.157 INFO running `"docker" "rm" "-f" "0df3e6e28cac19d61cbb7d19039325ee5f3a014f7804354900323859b0913e9c"` Oct 12 22:44:57.336 INFO blam! 0df3e6e28cac19d61cbb7d19039325ee5f3a014f7804354900323859b0913e9c