Oct 14 23:01:43.413 INFO testing denysvitali/TheRealLPTBot against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:01:43.415 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 23:01:43.887 INFO blam! 660cac8ac204d6145bb77e005b822be4c6e7130eaaa1832795b659335f64eb96 Oct 14 23:01:43.888 INFO running `"docker" "start" "-a" "660cac8ac204d6145bb77e005b822be4c6e7130eaaa1832795b659335f64eb96"` Oct 14 23:01:44.464 INFO kablam! usermod: no changes Oct 14 23:01:44.600 INFO kablam! Compiling libz-sys v1.0.16 Oct 14 23:01:44.600 INFO kablam! Compiling curl-sys v0.3.13 Oct 14 23:01:44.604 INFO kablam! Compiling memchr v1.0.1 Oct 14 23:01:44.604 INFO kablam! Compiling thread-id v3.1.0 Oct 14 23:01:44.605 INFO kablam! Compiling unicode-bidi v0.3.3 Oct 14 23:01:44.605 INFO kablam! Compiling socket2 v0.2.1 Oct 14 23:01:44.606 INFO kablam! Compiling serde_json v1.0.2 Oct 14 23:01:44.619 INFO kablam! Compiling openssl-sys v0.9.14 Oct 14 23:01:45.519 INFO kablam! Compiling rusqlite v0.12.0 Oct 14 23:01:48.512 INFO kablam! Compiling thread_local v0.3.3 Oct 14 23:01:48.625 INFO kablam! Compiling aho-corasick v0.6.3 Oct 14 23:01:52.919 INFO kablam! Compiling idna v0.1.2 Oct 14 23:01:53.875 INFO kablam! Compiling regex v0.2.2 Oct 14 23:01:54.110 INFO kablam! Compiling curl v0.4.7 Oct 14 23:01:57.127 INFO kablam! Compiling url v1.5.1 Oct 14 23:02:03.448 INFO kablam! Compiling lptbot v0.1.0 (/source) Oct 14 23:02:04.707 INFO kablam! warning: unused variable: `comments` Oct 14 23:02:04.707 INFO kablam! --> src/main.rs:243:17 Oct 14 23:02:04.708 INFO kablam! | Oct 14 23:02:04.708 INFO kablam! 243 | let comments = get_comments(id, title, author, conn, access_token); Oct 14 23:02:04.708 INFO kablam! | ^^^^^^^^ help: consider using `_comments` instead Oct 14 23:02:04.709 INFO kablam! | Oct 14 23:02:04.709 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:02:04.709 INFO kablam! Oct 14 23:02:04.710 INFO kablam! warning: unused variable: `body_text` Oct 14 23:02:04.710 INFO kablam! --> src/main.rs:301:9 Oct 14 23:02:04.710 INFO kablam! | Oct 14 23:02:04.710 INFO kablam! 301 | let body_text = parent["data"]["body"].as_str().unwrap(); Oct 14 23:02:04.711 INFO kablam! | ^^^^^^^^^ help: consider using `_body_text` instead Oct 14 23:02:04.711 INFO kablam! Oct 14 23:02:04.711 INFO kablam! warning: unused variable: `row` Oct 14 23:02:04.712 INFO kablam! --> src/main.rs:356:93 Oct 14 23:02:04.712 INFO kablam! | Oct 14 23:02:04.712 INFO kablam! 356 | match conn.query_row("SELECT lpt_tcid FROM posts WHERE lpt_tcid=?", &[&post.lpt_tcid], |row| { Oct 14 23:02:04.713 INFO kablam! | ^^^ help: consider using `_row` instead Oct 14 23:02:04.713 INFO kablam! Oct 14 23:02:04.713 INFO kablam! warning: unused variable: `comment` Oct 14 23:02:04.714 INFO kablam! --> src/main.rs:423:53 Oct 14 23:02:04.714 INFO kablam! | Oct 14 23:02:04.714 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 14 23:02:04.714 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 14 23:02:04.715 INFO kablam! Oct 14 23:02:04.715 INFO kablam! warning: unused variable: `title` Oct 14 23:02:04.715 INFO kablam! --> src/main.rs:423:82 Oct 14 23:02:04.715 INFO kablam! | Oct 14 23:02:04.716 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 14 23:02:04.716 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 14 23:02:04.716 INFO kablam! Oct 14 23:02:04.753 INFO kablam! warning: function is never used: `get_me` Oct 14 23:02:04.753 INFO kablam! --> src/main.rs:185:1 Oct 14 23:02:04.753 INFO kablam! | Oct 14 23:02:04.754 INFO kablam! 185 | fn get_me(access_token : &str){ Oct 14 23:02:04.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:02:04.754 INFO kablam! | Oct 14 23:02:04.755 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:02:04.755 INFO kablam! Oct 14 23:02:04.775 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:02:04.776 INFO kablam! --> src/main.rs:256:5 Oct 14 23:02:04.776 INFO kablam! | Oct 14 23:02:04.776 INFO kablam! 256 | easy.follow_location(true); Oct 14 23:02:04.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:02:04.777 INFO kablam! | Oct 14 23:02:04.777 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:02:04.778 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:02:04.778 INFO kablam! Oct 14 23:02:07.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.57s Oct 14 23:02:07.063 INFO kablam! su: No module specific data is present Oct 14 23:02:07.932 INFO running `"docker" "rm" "-f" "660cac8ac204d6145bb77e005b822be4c6e7130eaaa1832795b659335f64eb96"` Oct 14 23:02:08.339 INFO blam! 660cac8ac204d6145bb77e005b822be4c6e7130eaaa1832795b659335f64eb96 Oct 14 23:02:08.354 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 23:02:08.739 INFO blam! 5d492b1dc69d3202e3af6199e095a5a7de59c8a49be4fe271744b09f65d6222b Oct 14 23:02:08.751 INFO running `"docker" "start" "-a" "5d492b1dc69d3202e3af6199e095a5a7de59c8a49be4fe271744b09f65d6222b"` Oct 14 23:02:09.994 INFO kablam! usermod: no changes Oct 14 23:02:10.155 INFO kablam! Compiling lptbot v0.1.0 (/source) Oct 14 23:02:11.299 INFO kablam! warning: unused variable: `comments` Oct 14 23:02:11.299 INFO kablam! --> src/main.rs:243:17 Oct 14 23:02:11.299 INFO kablam! | Oct 14 23:02:11.299 INFO kablam! 243 | let comments = get_comments(id, title, author, conn, access_token); Oct 14 23:02:11.299 INFO kablam! | ^^^^^^^^ help: consider using `_comments` instead Oct 14 23:02:11.299 INFO kablam! | Oct 14 23:02:11.299 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:02:11.299 INFO kablam! Oct 14 23:02:11.299 INFO kablam! warning: unused variable: `body_text` Oct 14 23:02:11.299 INFO kablam! --> src/main.rs:301:9 Oct 14 23:02:11.299 INFO kablam! | Oct 14 23:02:11.299 INFO kablam! 301 | let body_text = parent["data"]["body"].as_str().unwrap(); Oct 14 23:02:11.299 INFO kablam! | ^^^^^^^^^ help: consider using `_body_text` instead Oct 14 23:02:11.299 INFO kablam! Oct 14 23:02:11.299 INFO kablam! warning: unused variable: `row` Oct 14 23:02:11.299 INFO kablam! --> src/main.rs:356:93 Oct 14 23:02:11.299 INFO kablam! | Oct 14 23:02:11.299 INFO kablam! 356 | match conn.query_row("SELECT lpt_tcid FROM posts WHERE lpt_tcid=?", &[&post.lpt_tcid], |row| { Oct 14 23:02:11.299 INFO kablam! | ^^^ help: consider using `_row` instead Oct 14 23:02:11.299 INFO kablam! Oct 14 23:02:11.299 INFO kablam! warning: unused variable: `comment` Oct 14 23:02:11.299 INFO kablam! --> src/main.rs:423:53 Oct 14 23:02:11.299 INFO kablam! | Oct 14 23:02:11.299 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 14 23:02:11.299 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 14 23:02:11.299 INFO kablam! Oct 14 23:02:11.299 INFO kablam! warning: unused variable: `title` Oct 14 23:02:11.299 INFO kablam! --> src/main.rs:423:82 Oct 14 23:02:11.299 INFO kablam! | Oct 14 23:02:11.299 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 14 23:02:11.299 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 14 23:02:11.299 INFO kablam! Oct 14 23:02:11.351 INFO kablam! warning: function is never used: `get_me` Oct 14 23:02:11.351 INFO kablam! --> src/main.rs:185:1 Oct 14 23:02:11.351 INFO kablam! | Oct 14 23:02:11.351 INFO kablam! 185 | fn get_me(access_token : &str){ Oct 14 23:02:11.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:02:11.351 INFO kablam! | Oct 14 23:02:11.351 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:02:11.351 INFO kablam! Oct 14 23:02:11.367 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:02:11.367 INFO kablam! --> src/main.rs:256:5 Oct 14 23:02:11.367 INFO kablam! | Oct 14 23:02:11.367 INFO kablam! 256 | easy.follow_location(true); Oct 14 23:02:11.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:02:11.367 INFO kablam! | Oct 14 23:02:11.367 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:02:11.367 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:02:11.367 INFO kablam! Oct 14 23:02:11.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 14 23:02:11.873 INFO kablam! su: No module specific data is present Oct 14 23:02:13.023 INFO running `"docker" "rm" "-f" "5d492b1dc69d3202e3af6199e095a5a7de59c8a49be4fe271744b09f65d6222b"` Oct 14 23:02:13.323 INFO blam! 5d492b1dc69d3202e3af6199e095a5a7de59c8a49be4fe271744b09f65d6222b Oct 14 23:02:13.329 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 23:02:13.762 INFO blam! b9bece1a15c90ece7144c5c23d5b3d8bdf02dbc416535eac972429488e68b845 Oct 14 23:02:13.767 INFO running `"docker" "start" "-a" "b9bece1a15c90ece7144c5c23d5b3d8bdf02dbc416535eac972429488e68b845"` Oct 14 23:02:14.915 INFO kablam! usermod: no changes Oct 14 23:02:15.042 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 23:02:15.067 INFO kablam! Running /target/debug/deps/lptbot-5909d1c276254353 Oct 14 23:02:15.067 INFO kablam! su: No module specific data is present Oct 14 23:02:15.068 INFO blam! Oct 14 23:02:15.068 INFO blam! running 0 tests Oct 14 23:02:15.068 INFO blam! Oct 14 23:02:15.068 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:02:15.068 INFO blam! Oct 14 23:02:16.183 INFO running `"docker" "rm" "-f" "b9bece1a15c90ece7144c5c23d5b3d8bdf02dbc416535eac972429488e68b845"` Oct 14 23:02:16.427 INFO blam! b9bece1a15c90ece7144c5c23d5b3d8bdf02dbc416535eac972429488e68b845