Oct 21 17:21:03.151 INFO checking hwchen/reddit-focus against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:21:03.153 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 17:21:03.721 INFO blam! dd89e51a8d60e96560185c983bb9d38b59e60d2392929a9e5f59ed9b0c9db51c Oct 21 17:21:03.722 INFO running `"docker" "start" "-a" "dd89e51a8d60e96560185c983bb9d38b59e60d2392929a9e5f59ed9b0c9db51c"` Oct 21 17:21:06.552 INFO kablam! usermod: no changes Oct 21 17:21:06.880 INFO kablam! Compiling cc v1.0.8 Oct 21 17:21:06.880 INFO kablam! Checking uuid v0.5.1 Oct 21 17:21:06.896 INFO kablam! Checking serde_urlencoded v0.5.1 Oct 21 17:21:06.897 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 21 17:21:14.396 INFO kablam! Compiling openssl-sys v0.9.27 Oct 21 17:21:14.396 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 21 17:21:18.451 INFO kablam! Compiling openssl v0.9.24 Oct 21 17:21:26.414 INFO kablam! Checking native-tls v0.1.5 Oct 21 17:21:28.127 INFO kablam! Checking tokio-tls v0.1.4 Oct 21 17:21:31.617 INFO kablam! Checking hyper-tls v0.1.3 Oct 21 17:21:33.217 INFO kablam! Checking backtrace v0.3.5 Oct 21 17:21:34.180 INFO kablam! Checking failure v0.1.1 Oct 21 17:21:35.066 INFO kablam! Checking reqwest v0.8.5 Oct 21 17:21:38.256 INFO kablam! Checking reddit-focus v0.1.0 (/source) Oct 21 17:21:42.192 INFO kablam! warning: unused variable: `after` Oct 21 17:21:42.192 INFO kablam! --> src/main.rs:44:10 Oct 21 17:21:42.192 INFO kablam! | Oct 21 17:21:42.192 INFO kablam! 44 | let (after, new_posts) = get_new_posts(&client, &subreddit, token, n)?; Oct 21 17:21:42.192 INFO kablam! | ^^^^^ help: consider using `_after` instead Oct 21 17:21:42.192 INFO kablam! | Oct 21 17:21:42.192 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 17:21:42.192 INFO kablam! Oct 21 17:21:42.244 INFO kablam! warning: unused variable: `after` Oct 21 17:21:42.244 INFO kablam! --> src/main.rs:44:10 Oct 21 17:21:42.244 INFO kablam! | Oct 21 17:21:42.244 INFO kablam! 44 | let (after, new_posts) = get_new_posts(&client, &subreddit, token, n)?; Oct 21 17:21:42.244 INFO kablam! | ^^^^^ help: consider using `_after` instead Oct 21 17:21:42.244 INFO kablam! | Oct 21 17:21:42.244 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 17:21:42.244 INFO kablam! Oct 21 17:21:42.296 INFO kablam! warning: constant item is never used: `TOKEN_ENDPOINT` Oct 21 17:21:42.296 INFO kablam! --> src/main.rs:13:1 Oct 21 17:21:42.296 INFO kablam! | Oct 21 17:21:42.296 INFO kablam! 13 | const TOKEN_ENDPOINT: &str = "https://www.reddit.com/api/v1/access_token"; Oct 21 17:21:42.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:21:42.296 INFO kablam! | Oct 21 17:21:42.296 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:21:42.296 INFO kablam! Oct 21 17:21:42.296 INFO kablam! warning: constant item is never used: `CLIENT_ID` Oct 21 17:21:42.296 INFO kablam! --> src/main.rs:15:1 Oct 21 17:21:42.296 INFO kablam! | Oct 21 17:21:42.296 INFO kablam! 15 | const CLIENT_ID: &str = "8YAYsOZ17tKZ_g"; Oct 21 17:21:42.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:21:42.296 INFO kablam! Oct 21 17:21:42.296 INFO kablam! warning: function is never used: `get_token` Oct 21 17:21:42.296 INFO kablam! --> src/main.rs:61:1 Oct 21 17:21:42.297 INFO kablam! | Oct 21 17:21:42.297 INFO kablam! 61 | fn get_token(client: &reqwest::Client, token_endpoint: &str, client_id: &str, secret: &str) -> Result { Oct 21 17:21:42.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:21:42.297 INFO kablam! Oct 21 17:21:42.332 INFO kablam! warning: constant item is never used: `TOKEN_ENDPOINT` Oct 21 17:21:42.332 INFO kablam! --> src/main.rs:13:1 Oct 21 17:21:42.332 INFO kablam! | Oct 21 17:21:42.332 INFO kablam! 13 | const TOKEN_ENDPOINT: &str = "https://www.reddit.com/api/v1/access_token"; Oct 21 17:21:42.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:21:42.332 INFO kablam! | Oct 21 17:21:42.332 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:21:42.332 INFO kablam! Oct 21 17:21:42.332 INFO kablam! warning: constant item is never used: `CLIENT_ID` Oct 21 17:21:42.332 INFO kablam! --> src/main.rs:15:1 Oct 21 17:21:42.332 INFO kablam! | Oct 21 17:21:42.332 INFO kablam! 15 | const CLIENT_ID: &str = "8YAYsOZ17tKZ_g"; Oct 21 17:21:42.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:21:42.332 INFO kablam! Oct 21 17:21:42.332 INFO kablam! warning: function is never used: `get_token` Oct 21 17:21:42.332 INFO kablam! --> src/main.rs:61:1 Oct 21 17:21:42.332 INFO kablam! | Oct 21 17:21:42.332 INFO kablam! 61 | fn get_token(client: &reqwest::Client, token_endpoint: &str, client_id: &str, secret: &str) -> Result { Oct 21 17:21:42.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:21:42.332 INFO kablam! Oct 21 17:21:42.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.80s Oct 21 17:21:42.396 INFO kablam! su: No module specific data is present Oct 21 17:21:43.085 INFO running `"docker" "rm" "-f" "dd89e51a8d60e96560185c983bb9d38b59e60d2392929a9e5f59ed9b0c9db51c"` Oct 21 17:21:43.368 INFO blam! dd89e51a8d60e96560185c983bb9d38b59e60d2392929a9e5f59ed9b0c9db51c