Oct 14 18:34:34.487 INFO testing hwchen/reddit-focus against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:34:34.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 18:34:34.897 INFO blam! 1ff3ce46a9ff8dc3f7d3b1463a1688a973c37e794d92cad5f8c929372c03d81b Oct 14 18:34:34.900 INFO running `"docker" "start" "-a" "1ff3ce46a9ff8dc3f7d3b1463a1688a973c37e794d92cad5f8c929372c03d81b"` Oct 14 18:34:37.038 INFO kablam! usermod: no changes Oct 14 18:34:37.380 INFO kablam! Compiling cc v1.0.8 Oct 14 18:34:37.382 INFO kablam! Compiling itoa v0.4.0 Oct 14 18:34:37.382 INFO kablam! Compiling serde v1.0.33 Oct 14 18:34:37.431 INFO kablam! Compiling serde_derive_internals v0.21.0 Oct 14 18:34:37.451 INFO kablam! Compiling tokio-core v0.1.15 Oct 14 18:34:48.296 INFO kablam! Compiling openssl-sys v0.9.27 Oct 14 18:34:48.541 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 18:34:51.181 INFO kablam! Compiling serde_derive v1.0.33 Oct 14 18:34:52.935 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 18:34:54.910 INFO kablam! Compiling openssl v0.9.24 Oct 14 18:35:03.596 INFO kablam! Compiling hyper v0.11.22 Oct 14 18:35:20.296 INFO kablam! Compiling native-tls v0.1.5 Oct 14 18:35:23.895 INFO kablam! Compiling tokio-tls v0.1.4 Oct 14 18:35:25.331 INFO kablam! Compiling backtrace v0.3.5 Oct 14 18:35:27.566 INFO kablam! Compiling failure v0.1.1 Oct 14 18:35:30.395 INFO kablam! Compiling serde_urlencoded v0.5.1 Oct 14 18:35:30.396 INFO kablam! Compiling serde_json v1.0.12 Oct 14 18:35:36.947 INFO kablam! Compiling hyper-tls v0.1.3 Oct 14 18:35:40.396 INFO kablam! Compiling reqwest v0.8.5 Oct 14 18:35:49.655 INFO kablam! Compiling reddit-focus v0.1.0 (/source) Oct 14 18:35:51.267 INFO kablam! warning: unused variable: `after` Oct 14 18:35:51.268 INFO kablam! --> src/main.rs:44:10 Oct 14 18:35:51.269 INFO kablam! | Oct 14 18:35:51.270 INFO kablam! 44 | let (after, new_posts) = get_new_posts(&client, &subreddit, token, n)?; Oct 14 18:35:51.270 INFO kablam! | ^^^^^ help: consider using `_after` instead Oct 14 18:35:51.271 INFO kablam! | Oct 14 18:35:51.272 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:35:51.272 INFO kablam! Oct 14 18:35:51.347 INFO kablam! warning: constant item is never used: `TOKEN_ENDPOINT` Oct 14 18:35:51.348 INFO kablam! --> src/main.rs:13:1 Oct 14 18:35:51.349 INFO kablam! | Oct 14 18:35:51.350 INFO kablam! 13 | const TOKEN_ENDPOINT: &str = "https://www.reddit.com/api/v1/access_token"; Oct 14 18:35:51.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:35:51.351 INFO kablam! | Oct 14 18:35:51.352 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:35:51.352 INFO kablam! Oct 14 18:35:51.353 INFO kablam! warning: constant item is never used: `CLIENT_ID` Oct 14 18:35:51.353 INFO kablam! --> src/main.rs:15:1 Oct 14 18:35:51.354 INFO kablam! | Oct 14 18:35:51.355 INFO kablam! 15 | const CLIENT_ID: &str = "8YAYsOZ17tKZ_g"; Oct 14 18:35:51.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:35:51.356 INFO kablam! Oct 14 18:35:51.356 INFO kablam! warning: function is never used: `get_token` Oct 14 18:35:51.357 INFO kablam! --> src/main.rs:61:1 Oct 14 18:35:51.358 INFO kablam! | Oct 14 18:35:51.358 INFO kablam! 61 | fn get_token(client: &reqwest::Client, token_endpoint: &str, client_id: &str, secret: &str) -> Result { Oct 14 18:35:51.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:35:51.358 INFO kablam! Oct 14 18:35:55.935 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Oct 14 18:35:55.947 INFO kablam! su: No module specific data is present Oct 14 18:35:57.045 INFO running `"docker" "rm" "-f" "1ff3ce46a9ff8dc3f7d3b1463a1688a973c37e794d92cad5f8c929372c03d81b"` Oct 14 18:35:57.283 INFO blam! 1ff3ce46a9ff8dc3f7d3b1463a1688a973c37e794d92cad5f8c929372c03d81b Oct 14 18:35:57.285 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 18:35:57.708 INFO blam! 306204334a64731094579f87366ccaf094c41742c95072b298dc19e0c3e5b096 Oct 14 18:35:57.711 INFO running `"docker" "start" "-a" "306204334a64731094579f87366ccaf094c41742c95072b298dc19e0c3e5b096"` Oct 14 18:35:59.223 INFO kablam! usermod: no changes Oct 14 18:35:59.453 INFO kablam! Compiling reddit-focus v0.1.0 (/source) Oct 14 18:36:01.223 INFO kablam! warning: unused variable: `after` Oct 14 18:36:01.223 INFO kablam! --> src/main.rs:44:10 Oct 14 18:36:01.223 INFO kablam! | Oct 14 18:36:01.223 INFO kablam! 44 | let (after, new_posts) = get_new_posts(&client, &subreddit, token, n)?; Oct 14 18:36:01.223 INFO kablam! | ^^^^^ help: consider using `_after` instead Oct 14 18:36:01.224 INFO kablam! | Oct 14 18:36:01.224 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:36:01.224 INFO kablam! Oct 14 18:36:01.343 INFO kablam! warning: constant item is never used: `TOKEN_ENDPOINT` Oct 14 18:36:01.343 INFO kablam! --> src/main.rs:13:1 Oct 14 18:36:01.343 INFO kablam! | Oct 14 18:36:01.343 INFO kablam! 13 | const TOKEN_ENDPOINT: &str = "https://www.reddit.com/api/v1/access_token"; Oct 14 18:36:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:01.343 INFO kablam! | Oct 14 18:36:01.343 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:36:01.343 INFO kablam! Oct 14 18:36:01.343 INFO kablam! warning: constant item is never used: `CLIENT_ID` Oct 14 18:36:01.343 INFO kablam! --> src/main.rs:15:1 Oct 14 18:36:01.343 INFO kablam! | Oct 14 18:36:01.343 INFO kablam! 15 | const CLIENT_ID: &str = "8YAYsOZ17tKZ_g"; Oct 14 18:36:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:01.343 INFO kablam! Oct 14 18:36:01.343 INFO kablam! warning: function is never used: `get_token` Oct 14 18:36:01.343 INFO kablam! --> src/main.rs:61:1 Oct 14 18:36:01.343 INFO kablam! | Oct 14 18:36:01.343 INFO kablam! 61 | fn get_token(client: &reqwest::Client, token_endpoint: &str, client_id: &str, secret: &str) -> Result { Oct 14 18:36:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:01.343 INFO kablam! Oct 14 18:36:01.833 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.57s Oct 14 18:36:01.848 INFO kablam! su: No module specific data is present Oct 14 18:36:02.747 INFO running `"docker" "rm" "-f" "306204334a64731094579f87366ccaf094c41742c95072b298dc19e0c3e5b096"` Oct 14 18:36:03.015 INFO blam! 306204334a64731094579f87366ccaf094c41742c95072b298dc19e0c3e5b096 Oct 14 18:36:03.029 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 18:36:03.418 INFO blam! ed4a032f289f96e5ae88db0d65a60c7d67f87359b62e54b0fb2009dbee4c825d Oct 14 18:36:03.427 INFO running `"docker" "start" "-a" "ed4a032f289f96e5ae88db0d65a60c7d67f87359b62e54b0fb2009dbee4c825d"` Oct 14 18:36:04.419 INFO kablam! usermod: no changes Oct 14 18:36:04.722 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 14 18:36:04.743 INFO kablam! Running /target/debug/deps/reddit_focus-6f8d3ca5a320c121 Oct 14 18:36:04.745 INFO blam! Oct 14 18:36:04.745 INFO blam! running 0 tests Oct 14 18:36:04.745 INFO blam! Oct 14 18:36:04.745 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:36:04.745 INFO blam! Oct 14 18:36:04.746 INFO kablam! su: No module specific data is present Oct 14 18:36:05.477 INFO running `"docker" "rm" "-f" "ed4a032f289f96e5ae88db0d65a60c7d67f87359b62e54b0fb2009dbee4c825d"` Oct 14 18:36:05.794 INFO blam! ed4a032f289f96e5ae88db0d65a60c7d67f87359b62e54b0fb2009dbee4c825d