Oct 11 00:19:14.185 INFO testing denysvitali/TheRealLPTBot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:19:14.185 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:19:14.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:19:14.726 INFO blam! f993b17202592e735d01ac8ea913b8b8276f1a44112156b32df6735917318d37 Oct 11 00:19:14.728 INFO running `"docker" "start" "-a" "f993b17202592e735d01ac8ea913b8b8276f1a44112156b32df6735917318d37"` Oct 11 00:19:16.296 INFO kablam! usermod: no changes Oct 11 00:19:16.546 INFO kablam! Compiling gcc v0.3.51 Oct 11 00:19:16.546 INFO kablam! Compiling cfg-if v0.1.1 Oct 11 00:19:16.556 INFO kablam! Compiling serde v1.0.8 Oct 11 00:19:16.556 INFO kablam! Compiling num-traits v0.1.39 Oct 11 00:19:16.556 INFO kablam! Compiling openssl-probe v0.1.1 Oct 11 00:19:16.556 INFO kablam! Compiling memchr v1.0.1 Oct 11 00:19:16.556 INFO kablam! Compiling thread-id v3.1.0 Oct 11 00:19:16.556 INFO kablam! Compiling time v0.1.37 Oct 11 00:19:17.115 INFO kablam! Compiling unicode-bidi v0.3.3 Oct 11 00:19:18.588 INFO kablam! Compiling base64 v0.6.0 Oct 11 00:19:18.588 INFO kablam! Compiling socket2 v0.2.1 Oct 11 00:19:18.632 INFO kablam! Compiling thread_local v0.3.3 Oct 11 00:19:20.515 INFO kablam! Compiling aho-corasick v0.6.3 Oct 11 00:19:26.656 INFO kablam! Compiling rusqlite v0.12.0 Oct 11 00:19:26.750 INFO kablam! Compiling regex v0.2.2 Oct 11 00:19:27.013 INFO kablam! Compiling idna v0.1.2 Oct 11 00:19:27.404 INFO kablam! Compiling openssl-sys v0.9.14 Oct 11 00:19:27.404 INFO kablam! Compiling libz-sys v1.0.16 Oct 11 00:19:27.404 INFO kablam! Compiling curl-sys v0.3.13 Oct 11 00:19:38.388 INFO kablam! Compiling url v1.5.1 Oct 11 00:19:38.948 INFO kablam! Compiling curl v0.4.7 Oct 11 00:19:50.379 INFO kablam! Compiling serde_json v1.0.2 Oct 11 00:19:53.901 INFO kablam! Compiling lptbot v0.1.0 (/source) Oct 11 00:19:54.484 INFO kablam! warning: unused variable: `comments` Oct 11 00:19:54.485 INFO kablam! --> src/main.rs:243:17 Oct 11 00:19:54.486 INFO kablam! | Oct 11 00:19:54.487 INFO kablam! 243 | let comments = get_comments(id, title, author, conn, access_token); Oct 11 00:19:54.487 INFO kablam! | ^^^^^^^^ help: consider using `_comments` instead Oct 11 00:19:54.488 INFO kablam! | Oct 11 00:19:54.488 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:19:54.489 INFO kablam! Oct 11 00:19:54.489 INFO kablam! warning: unused variable: `body_text` Oct 11 00:19:54.490 INFO kablam! --> src/main.rs:301:9 Oct 11 00:19:54.491 INFO kablam! | Oct 11 00:19:54.491 INFO kablam! 301 | let body_text = parent["data"]["body"].as_str().unwrap(); Oct 11 00:19:54.492 INFO kablam! | ^^^^^^^^^ help: consider using `_body_text` instead Oct 11 00:19:54.492 INFO kablam! Oct 11 00:19:54.493 INFO kablam! warning: unused variable: `row` Oct 11 00:19:54.493 INFO kablam! --> src/main.rs:356:93 Oct 11 00:19:54.494 INFO kablam! | Oct 11 00:19:54.494 INFO kablam! 356 | match conn.query_row("SELECT lpt_tcid FROM posts WHERE lpt_tcid=?", &[&post.lpt_tcid], |row| { Oct 11 00:19:54.494 INFO kablam! | ^^^ help: consider using `_row` instead Oct 11 00:19:54.494 INFO kablam! Oct 11 00:19:54.494 INFO kablam! warning: unused variable: `comment` Oct 11 00:19:54.494 INFO kablam! --> src/main.rs:423:53 Oct 11 00:19:54.494 INFO kablam! | Oct 11 00:19:54.494 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 11 00:19:54.494 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 11 00:19:54.494 INFO kablam! Oct 11 00:19:54.494 INFO kablam! warning: unused variable: `title` Oct 11 00:19:54.494 INFO kablam! --> src/main.rs:423:82 Oct 11 00:19:54.494 INFO kablam! | Oct 11 00:19:54.494 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 11 00:19:54.494 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 11 00:19:54.494 INFO kablam! Oct 11 00:19:54.512 INFO kablam! warning: function is never used: `get_me` Oct 11 00:19:54.513 INFO kablam! --> src/main.rs:185:1 Oct 11 00:19:54.513 INFO kablam! | Oct 11 00:19:54.514 INFO kablam! 185 | fn get_me(access_token : &str){ Oct 11 00:19:54.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:19:54.515 INFO kablam! | Oct 11 00:19:54.516 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:19:54.516 INFO kablam! Oct 11 00:19:54.524 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:19:54.525 INFO kablam! --> src/main.rs:256:5 Oct 11 00:19:54.526 INFO kablam! | Oct 11 00:19:54.527 INFO kablam! 256 | easy.follow_location(true); Oct 11 00:19:54.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:19:54.528 INFO kablam! | Oct 11 00:19:54.528 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:19:54.529 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:19:54.530 INFO kablam! Oct 11 00:19:57.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.89s Oct 11 00:19:57.238 INFO kablam! su: No module specific data is present Oct 11 00:19:57.940 INFO running `"docker" "rm" "-f" "f993b17202592e735d01ac8ea913b8b8276f1a44112156b32df6735917318d37"` Oct 11 00:19:58.204 INFO blam! f993b17202592e735d01ac8ea913b8b8276f1a44112156b32df6735917318d37 Oct 11 00:19:58.212 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:19:58.214 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:19:58.588 INFO blam! d7e9a81f538403f404ce4d776af56ec7fc180d69818fb99327bc57e2a063d87d Oct 11 00:19:58.600 INFO running `"docker" "start" "-a" "d7e9a81f538403f404ce4d776af56ec7fc180d69818fb99327bc57e2a063d87d"` Oct 11 00:19:59.124 INFO kablam! usermod: no changes Oct 11 00:19:59.226 INFO kablam! Compiling lptbot v0.1.0 (/source) Oct 11 00:19:59.768 INFO kablam! warning: unused variable: `comments` Oct 11 00:19:59.769 INFO kablam! --> src/main.rs:243:17 Oct 11 00:19:59.770 INFO kablam! | Oct 11 00:19:59.771 INFO kablam! 243 | let comments = get_comments(id, title, author, conn, access_token); Oct 11 00:19:59.771 INFO kablam! | ^^^^^^^^ help: consider using `_comments` instead Oct 11 00:19:59.772 INFO kablam! | Oct 11 00:19:59.772 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:19:59.773 INFO kablam! Oct 11 00:19:59.773 INFO kablam! warning: unused variable: `body_text` Oct 11 00:19:59.774 INFO kablam! --> src/main.rs:301:9 Oct 11 00:19:59.775 INFO kablam! | Oct 11 00:19:59.775 INFO kablam! 301 | let body_text = parent["data"]["body"].as_str().unwrap(); Oct 11 00:19:59.776 INFO kablam! | ^^^^^^^^^ help: consider using `_body_text` instead Oct 11 00:19:59.776 INFO kablam! Oct 11 00:19:59.777 INFO kablam! warning: unused variable: `row` Oct 11 00:19:59.777 INFO kablam! --> src/main.rs:356:93 Oct 11 00:19:59.778 INFO kablam! | Oct 11 00:19:59.779 INFO kablam! 356 | match conn.query_row("SELECT lpt_tcid FROM posts WHERE lpt_tcid=?", &[&post.lpt_tcid], |row| { Oct 11 00:19:59.779 INFO kablam! | ^^^ help: consider using `_row` instead Oct 11 00:19:59.780 INFO kablam! Oct 11 00:19:59.780 INFO kablam! warning: unused variable: `comment` Oct 11 00:19:59.781 INFO kablam! --> src/main.rs:423:53 Oct 11 00:19:59.781 INFO kablam! | Oct 11 00:19:59.781 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 11 00:19:59.781 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 11 00:19:59.781 INFO kablam! Oct 11 00:19:59.781 INFO kablam! warning: unused variable: `title` Oct 11 00:19:59.781 INFO kablam! --> src/main.rs:423:82 Oct 11 00:19:59.781 INFO kablam! | Oct 11 00:19:59.781 INFO kablam! 423 | fn make_text(lpt: &serde_json::Value, lpt_id: &str, comment: &serde_json::Value, title: &str, lpt_author: &str) -> String { Oct 11 00:19:59.781 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 11 00:19:59.781 INFO kablam! Oct 11 00:19:59.810 INFO kablam! warning: function is never used: `get_me` Oct 11 00:19:59.811 INFO kablam! --> src/main.rs:185:1 Oct 11 00:19:59.812 INFO kablam! | Oct 11 00:19:59.812 INFO kablam! 185 | fn get_me(access_token : &str){ Oct 11 00:19:59.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:19:59.813 INFO kablam! | Oct 11 00:19:59.813 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:19:59.813 INFO kablam! Oct 11 00:19:59.823 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:19:59.823 INFO kablam! --> src/main.rs:256:5 Oct 11 00:19:59.823 INFO kablam! | Oct 11 00:19:59.823 INFO kablam! 256 | easy.follow_location(true); Oct 11 00:19:59.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:19:59.823 INFO kablam! | Oct 11 00:19:59.823 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:19:59.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:19:59.823 INFO kablam! Oct 11 00:20:00.367 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 11 00:20:00.373 INFO kablam! su: No module specific data is present Oct 11 00:20:00.730 INFO running `"docker" "rm" "-f" "d7e9a81f538403f404ce4d776af56ec7fc180d69818fb99327bc57e2a063d87d"` Oct 11 00:20:00.827 INFO blam! d7e9a81f538403f404ce4d776af56ec7fc180d69818fb99327bc57e2a063d87d Oct 11 00:20:00.828 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:20:00.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:20:01.015 INFO blam! 863bea3074a3d89cb859eed9af3f57ff7d29f198eb7b2b0eda4a430060f81a63 Oct 11 00:20:01.017 INFO running `"docker" "start" "-a" "863bea3074a3d89cb859eed9af3f57ff7d29f198eb7b2b0eda4a430060f81a63"` Oct 11 00:20:01.420 INFO kablam! usermod: no changes Oct 11 00:20:01.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 00:20:01.517 INFO kablam! Running /target/debug/deps/lptbot-631756aa8d0c2df3 Oct 11 00:20:01.519 INFO blam! Oct 11 00:20:01.519 INFO blam! running 0 tests Oct 11 00:20:01.519 INFO blam! Oct 11 00:20:01.519 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:20:01.519 INFO blam! Oct 11 00:20:01.521 INFO kablam! su: No module specific data is present Oct 11 00:20:01.844 INFO running `"docker" "rm" "-f" "863bea3074a3d89cb859eed9af3f57ff7d29f198eb7b2b0eda4a430060f81a63"` Oct 11 00:20:01.920 INFO blam! 863bea3074a3d89cb859eed9af3f57ff7d29f198eb7b2b0eda4a430060f81a63