Oct 27 03:44:27.481 INFO checking hwchen/reddit-focus against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:44:27.483 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 03:44:27.955 INFO blam! 0f759f07ef972ff00f8a4fd822f993f37a768426aa0aa89ef4c18a1092c7da49 Oct 27 03:44:27.959 INFO running `"docker" "start" "-a" "0f759f07ef972ff00f8a4fd822f993f37a768426aa0aa89ef4c18a1092c7da49"` Oct 27 03:44:29.489 INFO kablam! usermod: no changes Oct 27 03:44:29.919 INFO kablam! Checking crossbeam-epoch v0.4.0 Oct 27 03:44:29.923 INFO kablam! Checking futures-cpupool v0.1.8 Oct 27 03:44:31.161 INFO kablam! Checking crossbeam-deque v0.3.0 Oct 27 03:44:31.908 INFO kablam! Checking tokio-threadpool v0.1.0 Oct 27 03:44:33.339 INFO kablam! Checking tokio v0.1.3 Oct 27 03:44:35.105 INFO kablam! Checking tokio-core v0.1.15 Oct 27 03:44:37.599 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 03:44:37.599 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 03:44:41.679 INFO kablam! Checking hyper v0.11.22 Oct 27 03:44:47.904 INFO kablam! Checking hyper-tls v0.1.3 Oct 27 03:44:50.107 INFO kablam! Checking reqwest v0.8.5 Oct 27 03:44:53.697 INFO kablam! Checking reddit-focus v0.1.0 (/source) Oct 27 03:44:57.830 INFO kablam! warning: unused variable: `after` Oct 27 03:44:57.830 INFO kablam! --> src/main.rs:44:10 Oct 27 03:44:57.830 INFO kablam! | Oct 27 03:44:57.830 INFO kablam! 44 | let (after, new_posts) = get_new_posts(&client, &subreddit, token, n)?; Oct 27 03:44:57.830 INFO kablam! | ^^^^^ help: consider using `_after` instead Oct 27 03:44:57.830 INFO kablam! | Oct 27 03:44:57.830 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:44:57.830 INFO kablam! Oct 27 03:44:57.959 INFO kablam! warning: constant item is never used: `TOKEN_ENDPOINT` Oct 27 03:44:57.959 INFO kablam! --> src/main.rs:13:1 Oct 27 03:44:57.959 INFO kablam! | Oct 27 03:44:57.959 INFO kablam! 13 | const TOKEN_ENDPOINT: &str = "https://www.reddit.com/api/v1/access_token"; Oct 27 03:44:57.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:44:57.959 INFO kablam! | Oct 27 03:44:57.959 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:44:57.959 INFO kablam! Oct 27 03:44:57.959 INFO kablam! warning: constant item is never used: `CLIENT_ID` Oct 27 03:44:57.959 INFO kablam! --> src/main.rs:15:1 Oct 27 03:44:57.959 INFO kablam! | Oct 27 03:44:57.959 INFO kablam! 15 | const CLIENT_ID: &str = "8YAYsOZ17tKZ_g"; Oct 27 03:44:57.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:44:57.959 INFO kablam! Oct 27 03:44:57.959 INFO kablam! warning: function is never used: `get_token` Oct 27 03:44:57.959 INFO kablam! --> src/main.rs:61:1 Oct 27 03:44:57.959 INFO kablam! | Oct 27 03:44:57.959 INFO kablam! 61 | fn get_token(client: &reqwest::Client, token_endpoint: &str, client_id: &str, secret: &str) -> Result { Oct 27 03:44:57.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:44:57.959 INFO kablam! Oct 27 03:44:58.027 INFO kablam! warning: unused variable: `after` Oct 27 03:44:58.027 INFO kablam! --> src/main.rs:44:10 Oct 27 03:44:58.027 INFO kablam! | Oct 27 03:44:58.027 INFO kablam! 44 | let (after, new_posts) = get_new_posts(&client, &subreddit, token, n)?; Oct 27 03:44:58.027 INFO kablam! | ^^^^^ help: consider using `_after` instead Oct 27 03:44:58.027 INFO kablam! | Oct 27 03:44:58.027 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:44:58.027 INFO kablam! Oct 27 03:44:58.171 INFO kablam! warning: constant item is never used: `TOKEN_ENDPOINT` Oct 27 03:44:58.171 INFO kablam! --> src/main.rs:13:1 Oct 27 03:44:58.171 INFO kablam! | Oct 27 03:44:58.171 INFO kablam! 13 | const TOKEN_ENDPOINT: &str = "https://www.reddit.com/api/v1/access_token"; Oct 27 03:44:58.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:44:58.171 INFO kablam! | Oct 27 03:44:58.171 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:44:58.171 INFO kablam! Oct 27 03:44:58.171 INFO kablam! warning: constant item is never used: `CLIENT_ID` Oct 27 03:44:58.171 INFO kablam! --> src/main.rs:15:1 Oct 27 03:44:58.171 INFO kablam! | Oct 27 03:44:58.171 INFO kablam! 15 | const CLIENT_ID: &str = "8YAYsOZ17tKZ_g"; Oct 27 03:44:58.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:44:58.171 INFO kablam! Oct 27 03:44:58.171 INFO kablam! warning: function is never used: `get_token` Oct 27 03:44:58.171 INFO kablam! --> src/main.rs:61:1 Oct 27 03:44:58.171 INFO kablam! | Oct 27 03:44:58.171 INFO kablam! 61 | fn get_token(client: &reqwest::Client, token_endpoint: &str, client_id: &str, secret: &str) -> Result { Oct 27 03:44:58.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:44:58.171 INFO kablam! Oct 27 03:44:58.210 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.69s Oct 27 03:44:58.226 INFO kablam! su: No module specific data is present Oct 27 03:44:58.881 INFO running `"docker" "rm" "-f" "0f759f07ef972ff00f8a4fd822f993f37a768426aa0aa89ef4c18a1092c7da49"` Oct 27 03:44:59.231 INFO blam! 0f759f07ef972ff00f8a4fd822f993f37a768426aa0aa89ef4c18a1092c7da49