Oct 14 18:34:25.241 INFO testing hwchen/reddit-focus against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:34:25.243 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:25.840 INFO blam! 741c638783998fc41698aaf5d6a96e3eda39abc01057ad80130e44c194247528 Oct 14 18:34:25.842 INFO running `"docker" "start" "-a" "741c638783998fc41698aaf5d6a96e3eda39abc01057ad80130e44c194247528"` Oct 14 18:34:27.871 INFO kablam! usermod: no changes Oct 14 18:34:28.281 INFO kablam! Compiling libc v0.2.39 Oct 14 18:34:28.287 INFO kablam! Compiling cc v1.0.8 Oct 14 18:34:28.292 INFO kablam! Compiling serde v1.0.33 Oct 14 18:34:28.292 INFO kablam! Compiling itoa v0.4.0 Oct 14 18:34:28.295 INFO kablam! Compiling serde_derive_internals v0.21.0 Oct 14 18:34:28.296 INFO kablam! Compiling libflate v0.1.14 Oct 14 18:34:35.251 INFO kablam! Compiling iovec v0.1.2 Oct 14 18:34:41.908 INFO kablam! Compiling net2 v0.2.32 Oct 14 18:34:42.140 INFO kablam! Compiling rand v0.4.2 Oct 14 18:34:44.520 INFO kablam! Compiling num_cpus v1.8.0 Oct 14 18:34:44.561 INFO kablam! Compiling time v0.1.39 Oct 14 18:34:44.725 INFO kablam! Compiling bytes v0.4.6 Oct 14 18:34:44.957 INFO kablam! Compiling openssl-sys v0.9.27 Oct 14 18:34:45.637 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 18:34:50.673 INFO kablam! Compiling serde_derive v1.0.33 Oct 14 18:34:51.540 INFO kablam! Compiling mio v0.6.14 Oct 14 18:34:52.606 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 18:34:58.911 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 18:34:59.003 INFO kablam! Compiling rand v0.3.22 Oct 14 18:34:59.135 INFO kablam! Compiling openssl v0.9.24 Oct 14 18:35:00.911 INFO kablam! Compiling tokio-threadpool v0.1.0 Oct 14 18:35:00.912 INFO kablam! Compiling phf_generator v0.7.21 Oct 14 18:35:05.324 INFO kablam! Compiling uuid v0.5.1 Oct 14 18:35:05.400 INFO kablam! Compiling phf_codegen v0.7.21 Oct 14 18:35:05.679 INFO kablam! Compiling tokio-reactor v0.1.0 Oct 14 18:35:11.628 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 14 18:35:14.485 INFO kablam! Compiling tokio v0.1.3 Oct 14 18:35:32.215 INFO kablam! Compiling tokio-core v0.1.15 Oct 14 18:35:35.235 INFO kablam! Compiling backtrace v0.3.5 Oct 14 18:35:35.888 INFO kablam! Compiling native-tls v0.1.5 Oct 14 18:35:38.423 INFO kablam! Compiling failure v0.1.1 Oct 14 18:35:38.867 INFO kablam! Compiling serde_urlencoded v0.5.1 Oct 14 18:35:38.867 INFO kablam! Compiling serde_json v1.0.12 Oct 14 18:35:42.984 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 18:35:42.985 INFO kablam! Compiling tokio-tls v0.1.4 Oct 14 18:35:49.243 INFO kablam! Compiling hyper v0.11.22 Oct 14 18:35:59.835 INFO kablam! Compiling hyper-tls v0.1.3 Oct 14 18:36:01.311 INFO kablam! Compiling reqwest v0.8.5 Oct 14 18:36:09.455 INFO kablam! Compiling reddit-focus v0.1.0 (/source) Oct 14 18:36:11.436 INFO kablam! warning: unused variable: `after` Oct 14 18:36:11.437 INFO kablam! --> src/main.rs:44:10 Oct 14 18:36:11.437 INFO kablam! | Oct 14 18:36:11.437 INFO kablam! 44 | let (after, new_posts) = get_new_posts(&client, &subreddit, token, n)?; Oct 14 18:36:11.438 INFO kablam! | ^^^^^ help: consider using `_after` instead Oct 14 18:36:11.443 INFO kablam! | Oct 14 18:36:11.443 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:36:11.443 INFO kablam! Oct 14 18:36:11.527 INFO kablam! warning: constant item is never used: `TOKEN_ENDPOINT` Oct 14 18:36:11.528 INFO kablam! --> src/main.rs:13:1 Oct 14 18:36:11.528 INFO kablam! | Oct 14 18:36:11.528 INFO kablam! 13 | const TOKEN_ENDPOINT: &str = "https://www.reddit.com/api/v1/access_token"; Oct 14 18:36:11.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:11.529 INFO kablam! | Oct 14 18:36:11.529 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:36:11.530 INFO kablam! Oct 14 18:36:11.530 INFO kablam! warning: constant item is never used: `CLIENT_ID` Oct 14 18:36:11.530 INFO kablam! --> src/main.rs:15:1 Oct 14 18:36:11.531 INFO kablam! | Oct 14 18:36:11.531 INFO kablam! 15 | const CLIENT_ID: &str = "8YAYsOZ17tKZ_g"; Oct 14 18:36:11.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:11.532 INFO kablam! Oct 14 18:36:11.532 INFO kablam! warning: function is never used: `get_token` Oct 14 18:36:11.532 INFO kablam! --> src/main.rs:61:1 Oct 14 18:36:11.532 INFO kablam! | Oct 14 18:36:11.533 INFO kablam! 61 | fn get_token(client: &reqwest::Client, token_endpoint: &str, client_id: &str, secret: &str) -> Result { Oct 14 18:36:11.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:11.533 INFO kablam! Oct 14 18:36:15.701 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 47s Oct 14 18:36:15.718 INFO kablam! su: No module specific data is present Oct 14 18:36:16.479 INFO running `"docker" "rm" "-f" "741c638783998fc41698aaf5d6a96e3eda39abc01057ad80130e44c194247528"` Oct 14 18:36:16.835 INFO blam! 741c638783998fc41698aaf5d6a96e3eda39abc01057ad80130e44c194247528 Oct 14 18:36:16.847 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:36:17.255 INFO blam! 4c0c59aa51c658d5441bc58181c074f257500833aa89efba7e9d7ba27b10f52b Oct 14 18:36:17.279 INFO running `"docker" "start" "-a" "4c0c59aa51c658d5441bc58181c074f257500833aa89efba7e9d7ba27b10f52b"` Oct 14 18:36:18.575 INFO kablam! usermod: no changes Oct 14 18:36:18.869 INFO kablam! Compiling reddit-focus v0.1.0 (/source) Oct 14 18:36:20.423 INFO kablam! warning: unused variable: `after` Oct 14 18:36:20.424 INFO kablam! --> src/main.rs:44:10 Oct 14 18:36:20.424 INFO kablam! | Oct 14 18:36:20.424 INFO kablam! 44 | let (after, new_posts) = get_new_posts(&client, &subreddit, token, n)?; Oct 14 18:36:20.424 INFO kablam! | ^^^^^ help: consider using `_after` instead Oct 14 18:36:20.425 INFO kablam! | Oct 14 18:36:20.425 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:36:20.425 INFO kablam! Oct 14 18:36:20.503 INFO kablam! warning: constant item is never used: `TOKEN_ENDPOINT` Oct 14 18:36:20.504 INFO kablam! --> src/main.rs:13:1 Oct 14 18:36:20.504 INFO kablam! | Oct 14 18:36:20.504 INFO kablam! 13 | const TOKEN_ENDPOINT: &str = "https://www.reddit.com/api/v1/access_token"; Oct 14 18:36:20.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:20.505 INFO kablam! | Oct 14 18:36:20.505 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:36:20.506 INFO kablam! Oct 14 18:36:20.506 INFO kablam! warning: constant item is never used: `CLIENT_ID` Oct 14 18:36:20.506 INFO kablam! --> src/main.rs:15:1 Oct 14 18:36:20.506 INFO kablam! | Oct 14 18:36:20.507 INFO kablam! 15 | const CLIENT_ID: &str = "8YAYsOZ17tKZ_g"; Oct 14 18:36:20.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:20.507 INFO kablam! Oct 14 18:36:20.508 INFO kablam! warning: function is never used: `get_token` Oct 14 18:36:20.508 INFO kablam! --> src/main.rs:61:1 Oct 14 18:36:20.508 INFO kablam! | Oct 14 18:36:20.509 INFO kablam! 61 | fn get_token(client: &reqwest::Client, token_endpoint: &str, client_id: &str, secret: &str) -> Result { Oct 14 18:36:20.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:20.509 INFO kablam! Oct 14 18:36:21.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.45s Oct 14 18:36:21.067 INFO kablam! su: No module specific data is present Oct 14 18:36:21.748 INFO running `"docker" "rm" "-f" "4c0c59aa51c658d5441bc58181c074f257500833aa89efba7e9d7ba27b10f52b"` Oct 14 18:36:21.951 INFO blam! 4c0c59aa51c658d5441bc58181c074f257500833aa89efba7e9d7ba27b10f52b Oct 14 18:36:21.956 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:22.349 INFO blam! b12d37555b47aa9008afbc49c45c421e6167531f8c5655df7ac1c828a05ea8b5 Oct 14 18:36:22.349 INFO running `"docker" "start" "-a" "b12d37555b47aa9008afbc49c45c421e6167531f8c5655df7ac1c828a05ea8b5"` Oct 14 18:36:22.949 INFO kablam! usermod: no changes Oct 14 18:36:23.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 14 18:36:23.151 INFO kablam! Running /target/debug/deps/reddit_focus-6e125b2d1a64a70a Oct 14 18:36:23.151 INFO blam! Oct 14 18:36:23.152 INFO blam! running 0 tests Oct 14 18:36:23.152 INFO blam! Oct 14 18:36:23.152 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:36:23.153 INFO blam! Oct 14 18:36:23.153 INFO kablam! su: No module specific data is present Oct 14 18:36:23.787 INFO running `"docker" "rm" "-f" "b12d37555b47aa9008afbc49c45c421e6167531f8c5655df7ac1c828a05ea8b5"` Oct 14 18:36:24.091 INFO blam! b12d37555b47aa9008afbc49c45c421e6167531f8c5655df7ac1c828a05ea8b5