Oct 27 03:44:26.413 INFO checking hwchen/reddit-focus against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 03:44:26.415 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:26.808 INFO blam! cda522c0974ce7bdec8b1496604dc61426d0cd626a9c501e68594eb3c3d91fa4 Oct 27 03:44:26.811 INFO running `"docker" "start" "-a" "cda522c0974ce7bdec8b1496604dc61426d0cd626a9c501e68594eb3c3d91fa4"` Oct 27 03:44:28.367 INFO kablam! usermod: no changes Oct 27 03:44:28.723 INFO kablam! Compiling cc v1.0.8 Oct 27 03:44:28.733 INFO kablam! Checking itoa v0.4.0 Oct 27 03:44:29.535 INFO kablam! Checking serde_json v1.0.12 Oct 27 03:44:32.356 INFO kablam! Compiling openssl-sys v0.9.27 Oct 27 03:44:32.356 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 27 03:44:35.671 INFO kablam! Compiling openssl v0.9.24 Oct 27 03:44:43.023 INFO kablam! Checking native-tls v0.1.5 Oct 27 03:44:44.867 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 03:44:48.203 INFO kablam! Checking hyper-tls v0.1.3 Oct 27 03:44:51.227 INFO kablam! Checking backtrace v0.3.5 Oct 27 03:44:52.039 INFO kablam! Checking reqwest v0.8.5 Oct 27 03:44:52.411 INFO kablam! Checking failure v0.1.1 Oct 27 03:44:55.451 INFO kablam! Checking reddit-focus v0.1.0 (/source) Oct 27 03:44:59.444 INFO kablam! warning: unused variable: `after` Oct 27 03:44:59.445 INFO kablam! --> src/main.rs:44:10 Oct 27 03:44:59.445 INFO kablam! | Oct 27 03:44:59.445 INFO kablam! 44 | let (after, new_posts) = get_new_posts(&client, &subreddit, token, n)?; Oct 27 03:44:59.446 INFO kablam! | ^^^^^ help: consider using `_after` instead Oct 27 03:44:59.446 INFO kablam! | Oct 27 03:44:59.446 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:44:59.446 INFO kablam! Oct 27 03:44:59.531 INFO kablam! warning: constant item is never used: `TOKEN_ENDPOINT` Oct 27 03:44:59.531 INFO kablam! --> src/main.rs:13:1 Oct 27 03:44:59.532 INFO kablam! | Oct 27 03:44:59.532 INFO kablam! 13 | const TOKEN_ENDPOINT: &str = "https://www.reddit.com/api/v1/access_token"; Oct 27 03:44:59.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:44:59.533 INFO kablam! | Oct 27 03:44:59.533 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:44:59.533 INFO kablam! Oct 27 03:44:59.533 INFO kablam! warning: constant item is never used: `CLIENT_ID` Oct 27 03:44:59.533 INFO kablam! --> src/main.rs:15:1 Oct 27 03:44:59.534 INFO kablam! | Oct 27 03:44:59.534 INFO kablam! 15 | const CLIENT_ID: &str = "8YAYsOZ17tKZ_g"; Oct 27 03:44:59.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:44:59.535 INFO kablam! Oct 27 03:44:59.535 INFO kablam! warning: function is never used: `get_token` Oct 27 03:44:59.535 INFO kablam! --> src/main.rs:61:1 Oct 27 03:44:59.536 INFO kablam! | Oct 27 03:44:59.536 INFO kablam! 61 | fn get_token(client: &reqwest::Client, token_endpoint: &str, client_id: &str, secret: &str) -> Result { Oct 27 03:44:59.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:44:59.537 INFO kablam! Oct 27 03:44:59.888 INFO kablam! warning: unused variable: `after` Oct 27 03:44:59.889 INFO kablam! --> src/main.rs:44:10 Oct 27 03:44:59.889 INFO kablam! | Oct 27 03:44:59.889 INFO kablam! 44 | let (after, new_posts) = get_new_posts(&client, &subreddit, token, n)?; Oct 27 03:44:59.889 INFO kablam! | ^^^^^ help: consider using `_after` instead Oct 27 03:44:59.890 INFO kablam! | Oct 27 03:44:59.890 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:44:59.890 INFO kablam! Oct 27 03:44:59.979 INFO kablam! warning: constant item is never used: `TOKEN_ENDPOINT` Oct 27 03:44:59.979 INFO kablam! --> src/main.rs:13:1 Oct 27 03:44:59.980 INFO kablam! | Oct 27 03:44:59.980 INFO kablam! 13 | const TOKEN_ENDPOINT: &str = "https://www.reddit.com/api/v1/access_token"; Oct 27 03:44:59.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:44:59.981 INFO kablam! | Oct 27 03:44:59.981 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:44:59.981 INFO kablam! Oct 27 03:44:59.981 INFO kablam! warning: constant item is never used: `CLIENT_ID` Oct 27 03:44:59.982 INFO kablam! --> src/main.rs:15:1 Oct 27 03:44:59.982 INFO kablam! | Oct 27 03:44:59.982 INFO kablam! 15 | const CLIENT_ID: &str = "8YAYsOZ17tKZ_g"; Oct 27 03:44:59.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:44:59.983 INFO kablam! Oct 27 03:44:59.983 INFO kablam! warning: function is never used: `get_token` Oct 27 03:44:59.984 INFO kablam! --> src/main.rs:61:1 Oct 27 03:44:59.984 INFO kablam! | Oct 27 03:44:59.984 INFO kablam! 61 | fn get_token(client: &reqwest::Client, token_endpoint: &str, client_id: &str, secret: &str) -> Result { Oct 27 03:44:59.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:44:59.985 INFO kablam! Oct 27 03:45:00.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.61s Oct 27 03:45:00.033 INFO kablam! su: No module specific data is present Oct 27 03:45:01.111 INFO running `"docker" "rm" "-f" "cda522c0974ce7bdec8b1496604dc61426d0cd626a9c501e68594eb3c3d91fa4"` Oct 27 03:45:01.333 INFO blam! cda522c0974ce7bdec8b1496604dc61426d0cd626a9c501e68594eb3c3d91fa4