Oct 15 14:00:15.388 INFO testing wechat-sdk-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 14:00:15.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 14:00:15.833 INFO blam! 4cdea1b7554310f01e8d9d31f4dbb1d20a9e384b2135e8243b2943c4421d8e67 Oct 15 14:00:15.837 INFO running `"docker" "start" "-a" "4cdea1b7554310f01e8d9d31f4dbb1d20a9e384b2135e8243b2943c4421d8e67"` Oct 15 14:00:16.705 INFO kablam! usermod: no changes Oct 15 14:00:17.055 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 15 14:00:17.055 INFO kablam! Compiling want v0.0.4 Oct 15 14:00:17.056 INFO kablam! Compiling mio-uds v0.6.7 Oct 15 14:00:17.056 INFO kablam! Compiling openssl-sys v0.9.37 Oct 15 14:00:17.056 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 15 14:00:17.056 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 15 14:00:20.779 INFO kablam! Compiling openssl v0.9.24 Oct 15 14:00:22.927 INFO kablam! Compiling tokio-uds v0.2.2 Oct 15 14:00:22.927 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 14:00:22.928 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 15 14:00:23.959 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 14:00:28.535 INFO kablam! Compiling tokio v0.1.11 Oct 15 14:00:29.343 INFO kablam! Compiling native-tls v0.1.5 Oct 15 14:00:33.139 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 14:00:37.591 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 14:00:37.592 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 14:00:43.887 INFO kablam! Compiling hyper v0.11.27 Oct 15 14:00:57.893 INFO kablam! Compiling hyper-tls v0.1.4 Oct 15 14:01:02.243 INFO kablam! Compiling reqwest v0.7.3 Oct 15 14:01:13.787 INFO kablam! Compiling wechat-sdk v0.1.0 (/source) Oct 15 14:01:18.163 INFO kablam! warning: unused variable: `method` Oct 15 14:01:18.163 INFO kablam! --> src/pay/mod.rs:41:16 Oct 15 14:01:18.163 INFO kablam! | Oct 15 14:01:18.163 INFO kablam! 41 | fn request(method: Method) {} Oct 15 14:01:18.163 INFO kablam! | ^^^^^^ help: consider using `_method` instead Oct 15 14:01:18.163 INFO kablam! | Oct 15 14:01:18.165 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 14:01:18.165 INFO kablam! Oct 15 14:01:18.165 INFO kablam! warning: constant item is never used: `API_BASE_URL` Oct 15 14:01:18.165 INFO kablam! --> src/pay/mod.rs:4:1 Oct 15 14:01:18.165 INFO kablam! | Oct 15 14:01:18.165 INFO kablam! 4 | const API_BASE_URL: &'static str = "https://api.mch.weixin.qq.com/"; Oct 15 14:01:18.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:18.165 INFO kablam! | Oct 15 14:01:18.165 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 14:01:18.165 INFO kablam! Oct 15 14:01:18.165 INFO kablam! warning: struct is never constructed: `WeChatPayClient` Oct 15 14:01:18.165 INFO kablam! --> src/pay/mod.rs:6:1 Oct 15 14:01:18.165 INFO kablam! | Oct 15 14:01:18.165 INFO kablam! 6 | pub struct WeChatPayClient { Oct 15 14:01:18.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:18.165 INFO kablam! Oct 15 14:01:18.165 INFO kablam! warning: method is never used: `new` Oct 15 14:01:18.165 INFO kablam! --> src/pay/mod.rs:23:5 Oct 15 14:01:18.165 INFO kablam! | Oct 15 14:01:18.165 INFO kablam! 23 | / pub fn new( Oct 15 14:01:18.165 INFO kablam! 24 | | appid: S, Oct 15 14:01:18.165 INFO kablam! 25 | | api_key: S, Oct 15 14:01:18.165 INFO kablam! 26 | | mch_id: S, Oct 15 14:01:18.165 INFO kablam! ... | Oct 15 14:01:18.165 INFO kablam! 38 | | } Oct 15 14:01:18.165 INFO kablam! 39 | | } Oct 15 14:01:18.165 INFO kablam! | |_____^ Oct 15 14:01:18.165 INFO kablam! Oct 15 14:01:18.165 INFO kablam! warning: method is never used: `request` Oct 15 14:01:18.165 INFO kablam! --> src/pay/mod.rs:41:5 Oct 15 14:01:18.165 INFO kablam! | Oct 15 14:01:18.165 INFO kablam! 41 | fn request(method: Method) {} Oct 15 14:01:18.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:18.165 INFO kablam! Oct 15 14:01:18.165 INFO kablam! warning: method is never used: `handle_result` Oct 15 14:01:18.165 INFO kablam! --> src/pay/mod.rs:43:5 Oct 15 14:01:18.165 INFO kablam! | Oct 15 14:01:18.165 INFO kablam! 43 | fn handle_result() {} Oct 15 14:01:18.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 14:01:18.165 INFO kablam! Oct 15 14:01:18.165 INFO kablam! warning: method is never used: `get` Oct 15 14:01:18.165 INFO kablam! --> src/pay/mod.rs:45:5 Oct 15 14:01:18.165 INFO kablam! | Oct 15 14:01:18.165 INFO kablam! 45 | pub fn get() {} Oct 15 14:01:18.165 INFO kablam! | ^^^^^^^^^^^^ Oct 15 14:01:18.165 INFO kablam! Oct 15 14:01:18.165 INFO kablam! warning: method is never used: `post` Oct 15 14:01:18.165 INFO kablam! --> src/pay/mod.rs:47:5 Oct 15 14:01:18.165 INFO kablam! | Oct 15 14:01:18.165 INFO kablam! 47 | pub fn post() {} Oct 15 14:01:18.165 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 14:01:18.165 INFO kablam! Oct 15 14:01:18.165 INFO kablam! warning: method is never used: `check_signature` Oct 15 14:01:18.165 INFO kablam! --> src/pay/mod.rs:49:5 Oct 15 14:01:18.166 INFO kablam! | Oct 15 14:01:18.166 INFO kablam! 49 | pub fn check_signature() {} Oct 15 14:01:18.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:18.166 INFO kablam! Oct 15 14:01:18.166 INFO kablam! warning: method is never used: `parse_payment_result` Oct 15 14:01:18.166 INFO kablam! --> src/pay/mod.rs:51:5 Oct 15 14:01:18.166 INFO kablam! | Oct 15 14:01:18.166 INFO kablam! 51 | pub fn parse_payment_result() {} Oct 15 14:01:18.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:18.166 INFO kablam! Oct 15 14:01:18.166 INFO kablam! warning: struct is never constructed: `WeChatRedpack` Oct 15 14:01:18.166 INFO kablam! --> src/pay/mod.rs:55:1 Oct 15 14:01:18.166 INFO kablam! | Oct 15 14:01:18.166 INFO kablam! 55 | pub struct WeChatRedpack<'a> { Oct 15 14:01:18.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:18.166 INFO kablam! Oct 15 14:01:18.166 INFO kablam! warning: method is never used: `new` Oct 15 14:01:18.166 INFO kablam! --> src/pay/mod.rs:60:5 Oct 15 14:01:18.166 INFO kablam! | Oct 15 14:01:18.166 INFO kablam! 60 | pub fn new(client: &'a WeChatPayClient) -> Self { Oct 15 14:01:18.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:18.166 INFO kablam! Oct 15 14:01:18.222 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 15 14:01:18.239 INFO kablam! su: No module specific data is present Oct 15 14:01:19.534 INFO running `"docker" "rm" "-f" "4cdea1b7554310f01e8d9d31f4dbb1d20a9e384b2135e8243b2943c4421d8e67"` Oct 15 14:01:19.915 INFO blam! 4cdea1b7554310f01e8d9d31f4dbb1d20a9e384b2135e8243b2943c4421d8e67 Oct 15 14:01:19.928 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 14:01:20.371 INFO blam! 173bf0374b1d404a3cef235c224b80df3a1806ae7d209aa6487f0be277860274 Oct 15 14:01:20.374 INFO running `"docker" "start" "-a" "173bf0374b1d404a3cef235c224b80df3a1806ae7d209aa6487f0be277860274"` Oct 15 14:01:21.475 INFO kablam! usermod: no changes Oct 15 14:01:21.722 INFO kablam! Compiling wechat-sdk v0.1.0 (/source) Oct 15 14:01:26.419 INFO kablam! warning: unused variable: `method` Oct 15 14:01:26.419 INFO kablam! --> src/pay/mod.rs:41:16 Oct 15 14:01:26.419 INFO kablam! | Oct 15 14:01:26.419 INFO kablam! 41 | fn request(method: Method) {} Oct 15 14:01:26.419 INFO kablam! | ^^^^^^ help: consider using `_method` instead Oct 15 14:01:26.419 INFO kablam! | Oct 15 14:01:26.419 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 14:01:26.419 INFO kablam! Oct 15 14:01:26.419 INFO kablam! warning: constant item is never used: `API_BASE_URL` Oct 15 14:01:26.419 INFO kablam! --> src/pay/mod.rs:4:1 Oct 15 14:01:26.419 INFO kablam! | Oct 15 14:01:26.419 INFO kablam! 4 | const API_BASE_URL: &'static str = "https://api.mch.weixin.qq.com/"; Oct 15 14:01:26.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:26.419 INFO kablam! | Oct 15 14:01:26.419 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 14:01:26.419 INFO kablam! Oct 15 14:01:26.419 INFO kablam! warning: struct is never constructed: `WeChatPayClient` Oct 15 14:01:26.419 INFO kablam! --> src/pay/mod.rs:6:1 Oct 15 14:01:26.419 INFO kablam! | Oct 15 14:01:26.419 INFO kablam! 6 | pub struct WeChatPayClient { Oct 15 14:01:26.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:26.419 INFO kablam! Oct 15 14:01:26.419 INFO kablam! warning: method is never used: `new` Oct 15 14:01:26.419 INFO kablam! --> src/pay/mod.rs:23:5 Oct 15 14:01:26.419 INFO kablam! | Oct 15 14:01:26.419 INFO kablam! 23 | / pub fn new( Oct 15 14:01:26.419 INFO kablam! 24 | | appid: S, Oct 15 14:01:26.419 INFO kablam! 25 | | api_key: S, Oct 15 14:01:26.419 INFO kablam! 26 | | mch_id: S, Oct 15 14:01:26.419 INFO kablam! ... | Oct 15 14:01:26.419 INFO kablam! 38 | | } Oct 15 14:01:26.419 INFO kablam! 39 | | } Oct 15 14:01:26.419 INFO kablam! | |_____^ Oct 15 14:01:26.419 INFO kablam! Oct 15 14:01:26.419 INFO kablam! warning: method is never used: `request` Oct 15 14:01:26.419 INFO kablam! --> src/pay/mod.rs:41:5 Oct 15 14:01:26.419 INFO kablam! | Oct 15 14:01:26.419 INFO kablam! 41 | fn request(method: Method) {} Oct 15 14:01:26.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:26.419 INFO kablam! Oct 15 14:01:26.420 INFO kablam! warning: method is never used: `handle_result` Oct 15 14:01:26.420 INFO kablam! --> src/pay/mod.rs:43:5 Oct 15 14:01:26.420 INFO kablam! | Oct 15 14:01:26.420 INFO kablam! 43 | fn handle_result() {} Oct 15 14:01:26.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 14:01:26.420 INFO kablam! Oct 15 14:01:26.420 INFO kablam! warning: method is never used: `get` Oct 15 14:01:26.420 INFO kablam! --> src/pay/mod.rs:45:5 Oct 15 14:01:26.420 INFO kablam! | Oct 15 14:01:26.420 INFO kablam! 45 | pub fn get() {} Oct 15 14:01:26.420 INFO kablam! | ^^^^^^^^^^^^ Oct 15 14:01:26.420 INFO kablam! Oct 15 14:01:26.420 INFO kablam! warning: method is never used: `post` Oct 15 14:01:26.420 INFO kablam! --> src/pay/mod.rs:47:5 Oct 15 14:01:26.420 INFO kablam! | Oct 15 14:01:26.420 INFO kablam! 47 | pub fn post() {} Oct 15 14:01:26.420 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 14:01:26.420 INFO kablam! Oct 15 14:01:26.420 INFO kablam! warning: method is never used: `check_signature` Oct 15 14:01:26.420 INFO kablam! --> src/pay/mod.rs:49:5 Oct 15 14:01:26.420 INFO kablam! | Oct 15 14:01:26.420 INFO kablam! 49 | pub fn check_signature() {} Oct 15 14:01:26.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:26.420 INFO kablam! Oct 15 14:01:26.429 INFO kablam! warning: method is never used: `parse_payment_result` Oct 15 14:01:26.429 INFO kablam! --> src/pay/mod.rs:51:5 Oct 15 14:01:26.429 INFO kablam! | Oct 15 14:01:26.429 INFO kablam! 51 | pub fn parse_payment_result() {} Oct 15 14:01:26.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:26.429 INFO kablam! Oct 15 14:01:26.429 INFO kablam! warning: struct is never constructed: `WeChatRedpack` Oct 15 14:01:26.429 INFO kablam! --> src/pay/mod.rs:55:1 Oct 15 14:01:26.429 INFO kablam! | Oct 15 14:01:26.429 INFO kablam! 55 | pub struct WeChatRedpack<'a> { Oct 15 14:01:26.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:26.429 INFO kablam! Oct 15 14:01:26.429 INFO kablam! warning: method is never used: `new` Oct 15 14:01:26.429 INFO kablam! --> src/pay/mod.rs:60:5 Oct 15 14:01:26.429 INFO kablam! | Oct 15 14:01:26.429 INFO kablam! 60 | pub fn new(client: &'a WeChatPayClient) -> Self { Oct 15 14:01:26.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:26.429 INFO kablam! Oct 15 14:01:27.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.92s Oct 15 14:01:27.439 INFO kablam! su: No module specific data is present Oct 15 14:01:28.403 INFO running `"docker" "rm" "-f" "173bf0374b1d404a3cef235c224b80df3a1806ae7d209aa6487f0be277860274"` Oct 15 14:01:28.791 INFO blam! 173bf0374b1d404a3cef235c224b80df3a1806ae7d209aa6487f0be277860274 Oct 15 14:01:28.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 14:01:29.360 INFO blam! 7e51e78ae14a39b9093dcd55f499bf9c53603b119b09010bf2d3f57c2e296c71 Oct 15 14:01:29.363 INFO running `"docker" "start" "-a" "7e51e78ae14a39b9093dcd55f499bf9c53603b119b09010bf2d3f57c2e296c71"` Oct 15 14:01:30.977 INFO kablam! usermod: no changes Oct 15 14:01:31.220 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 15 14:01:31.238 INFO kablam! Running /target/debug/deps/wechat_sdk-6dbf7e65b0092a20 Oct 15 14:01:31.245 INFO blam! Oct 15 14:01:31.245 INFO blam! running 1 test Oct 15 14:01:31.247 INFO blam! test tests::it_works ... ok Oct 15 14:01:31.247 INFO blam! Oct 15 14:01:31.247 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 14:01:31.247 INFO blam! Oct 15 14:01:31.248 INFO kablam! Doc-tests wechat-sdk Oct 15 14:01:39.319 INFO blam! Oct 15 14:01:39.319 INFO blam! running 0 tests Oct 15 14:01:39.319 INFO blam! Oct 15 14:01:39.319 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 14:01:39.319 INFO blam! Oct 15 14:01:39.325 INFO kablam! su: No module specific data is present Oct 15 14:01:40.004 INFO running `"docker" "rm" "-f" "7e51e78ae14a39b9093dcd55f499bf9c53603b119b09010bf2d3f57c2e296c71"` Oct 15 14:01:40.376 INFO blam! 7e51e78ae14a39b9093dcd55f499bf9c53603b119b09010bf2d3f57c2e296c71