Oct 12 20:35:28.803 INFO checking hwchen/reddit-focus against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 20:35:28.805 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 20:35:29.312 INFO blam! c3de76355e7280d25ee90531d7ff5e945305d52b44b84297515296d3dc305738 Oct 12 20:35:29.324 INFO running `"docker" "start" "-a" "c3de76355e7280d25ee90531d7ff5e945305d52b44b84297515296d3dc305738"` Oct 12 20:35:30.975 INFO kablam! usermod: no changes Oct 12 20:35:31.374 INFO kablam! Checking itoa v0.4.0 Oct 12 20:35:31.381 INFO kablam! Checking hyper-tls v0.1.3 Oct 12 20:35:32.420 INFO kablam! Checking serde_json v1.0.12 Oct 12 20:35:35.800 INFO kablam! Checking reqwest v0.8.5 Oct 12 20:35:39.388 INFO kablam! Checking reddit-focus v0.1.0 (/source) Oct 12 20:35:44.364 INFO kablam! warning: unused variable: `after` Oct 12 20:35:44.364 INFO kablam! --> src/main.rs:44:10 Oct 12 20:35:44.364 INFO kablam! | Oct 12 20:35:44.364 INFO kablam! 44 | let (after, new_posts) = get_new_posts(&client, &subreddit, token, n)?; Oct 12 20:35:44.364 INFO kablam! | ^^^^^ help: consider using `_after` instead Oct 12 20:35:44.364 INFO kablam! | Oct 12 20:35:44.364 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:35:44.364 INFO kablam! Oct 12 20:35:44.485 INFO kablam! warning: constant item is never used: `TOKEN_ENDPOINT` Oct 12 20:35:44.485 INFO kablam! --> src/main.rs:13:1 Oct 12 20:35:44.485 INFO kablam! | Oct 12 20:35:44.485 INFO kablam! 13 | const TOKEN_ENDPOINT: &str = "https://www.reddit.com/api/v1/access_token"; Oct 12 20:35:44.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:35:44.485 INFO kablam! | Oct 12 20:35:44.485 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:35:44.485 INFO kablam! Oct 12 20:35:44.485 INFO kablam! warning: constant item is never used: `CLIENT_ID` Oct 12 20:35:44.485 INFO kablam! --> src/main.rs:15:1 Oct 12 20:35:44.485 INFO kablam! | Oct 12 20:35:44.485 INFO kablam! 15 | const CLIENT_ID: &str = "8YAYsOZ17tKZ_g"; Oct 12 20:35:44.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:35:44.485 INFO kablam! Oct 12 20:35:44.485 INFO kablam! warning: function is never used: `get_token` Oct 12 20:35:44.485 INFO kablam! --> src/main.rs:61:1 Oct 12 20:35:44.485 INFO kablam! | Oct 12 20:35:44.485 INFO kablam! 61 | fn get_token(client: &reqwest::Client, token_endpoint: &str, client_id: &str, secret: &str) -> Result { Oct 12 20:35:44.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:35:44.488 INFO kablam! Oct 12 20:35:44.717 INFO kablam! warning: unused variable: `after` Oct 12 20:35:44.717 INFO kablam! --> src/main.rs:44:10 Oct 12 20:35:44.717 INFO kablam! | Oct 12 20:35:44.717 INFO kablam! 44 | let (after, new_posts) = get_new_posts(&client, &subreddit, token, n)?; Oct 12 20:35:44.717 INFO kablam! | ^^^^^ help: consider using `_after` instead Oct 12 20:35:44.717 INFO kablam! | Oct 12 20:35:44.717 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:35:44.717 INFO kablam! Oct 12 20:35:44.828 INFO kablam! warning: constant item is never used: `TOKEN_ENDPOINT` Oct 12 20:35:44.828 INFO kablam! --> src/main.rs:13:1 Oct 12 20:35:44.828 INFO kablam! | Oct 12 20:35:44.828 INFO kablam! 13 | const TOKEN_ENDPOINT: &str = "https://www.reddit.com/api/v1/access_token"; Oct 12 20:35:44.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:35:44.828 INFO kablam! | Oct 12 20:35:44.828 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:35:44.828 INFO kablam! Oct 12 20:35:44.828 INFO kablam! warning: constant item is never used: `CLIENT_ID` Oct 12 20:35:44.828 INFO kablam! --> src/main.rs:15:1 Oct 12 20:35:44.828 INFO kablam! | Oct 12 20:35:44.828 INFO kablam! 15 | const CLIENT_ID: &str = "8YAYsOZ17tKZ_g"; Oct 12 20:35:44.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:35:44.828 INFO kablam! Oct 12 20:35:44.828 INFO kablam! warning: function is never used: `get_token` Oct 12 20:35:44.828 INFO kablam! --> src/main.rs:61:1 Oct 12 20:35:44.828 INFO kablam! | Oct 12 20:35:44.828 INFO kablam! 61 | fn get_token(client: &reqwest::Client, token_endpoint: &str, client_id: &str, secret: &str) -> Result { Oct 12 20:35:44.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:35:44.828 INFO kablam! Oct 12 20:35:44.916 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.90s Oct 12 20:35:44.920 INFO kablam! su: No module specific data is present Oct 12 20:35:45.610 INFO running `"docker" "rm" "-f" "c3de76355e7280d25ee90531d7ff5e945305d52b44b84297515296d3dc305738"` Oct 12 20:35:45.916 INFO blam! c3de76355e7280d25ee90531d7ff5e945305d52b44b84297515296d3dc305738