Oct 15 14:00:25.372 INFO testing wechat-sdk-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 14:00:25.372 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 14:00:25.811 INFO blam! f584d3cda4c47d240814eb5c2f96881cbd97a1f565b791fa0f07d30a8823ff9e Oct 15 14:00:25.813 INFO running `"docker" "start" "-a" "f584d3cda4c47d240814eb5c2f96881cbd97a1f565b791fa0f07d30a8823ff9e"` Oct 15 14:00:27.035 INFO kablam! usermod: no changes Oct 15 14:00:27.415 INFO kablam! Compiling openssl v0.9.24 Oct 15 14:00:33.267 INFO kablam! Compiling native-tls v0.1.5 Oct 15 14:00:34.459 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 14:00:37.663 INFO kablam! Compiling hyper-tls v0.1.4 Oct 15 14:00:42.022 INFO kablam! Compiling reqwest v0.7.3 Oct 15 14:00:54.803 INFO kablam! Compiling wechat-sdk v0.1.0 (/source) Oct 15 14:00:58.675 INFO kablam! warning: unused variable: `method` Oct 15 14:00:58.675 INFO kablam! --> src/pay/mod.rs:41:16 Oct 15 14:00:58.675 INFO kablam! | Oct 15 14:00:58.675 INFO kablam! 41 | fn request(method: Method) {} Oct 15 14:00:58.677 INFO kablam! | ^^^^^^ help: consider using `_method` instead Oct 15 14:00:58.677 INFO kablam! | Oct 15 14:00:58.677 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 14:00:58.677 INFO kablam! Oct 15 14:00:58.677 INFO kablam! warning: constant item is never used: `API_BASE_URL` Oct 15 14:00:58.677 INFO kablam! --> src/pay/mod.rs:4:1 Oct 15 14:00:58.677 INFO kablam! | Oct 15 14:00:58.677 INFO kablam! 4 | const API_BASE_URL: &'static str = "https://api.mch.weixin.qq.com/"; Oct 15 14:00:58.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:00:58.677 INFO kablam! | Oct 15 14:00:58.677 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 14:00:58.677 INFO kablam! Oct 15 14:00:58.677 INFO kablam! warning: struct is never constructed: `WeChatPayClient` Oct 15 14:00:58.677 INFO kablam! --> src/pay/mod.rs:6:1 Oct 15 14:00:58.677 INFO kablam! | Oct 15 14:00:58.677 INFO kablam! 6 | pub struct WeChatPayClient { Oct 15 14:00:58.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:00:58.677 INFO kablam! Oct 15 14:00:58.677 INFO kablam! warning: method is never used: `new` Oct 15 14:00:58.677 INFO kablam! --> src/pay/mod.rs:23:5 Oct 15 14:00:58.677 INFO kablam! | Oct 15 14:00:58.677 INFO kablam! 23 | / pub fn new( Oct 15 14:00:58.677 INFO kablam! 24 | | appid: S, Oct 15 14:00:58.677 INFO kablam! 25 | | api_key: S, Oct 15 14:00:58.677 INFO kablam! 26 | | mch_id: S, Oct 15 14:00:58.677 INFO kablam! ... | Oct 15 14:00:58.677 INFO kablam! 38 | | } Oct 15 14:00:58.677 INFO kablam! 39 | | } Oct 15 14:00:58.677 INFO kablam! | |_____^ Oct 15 14:00:58.677 INFO kablam! Oct 15 14:00:58.677 INFO kablam! warning: method is never used: `request` Oct 15 14:00:58.677 INFO kablam! --> src/pay/mod.rs:41:5 Oct 15 14:00:58.677 INFO kablam! | Oct 15 14:00:58.677 INFO kablam! 41 | fn request(method: Method) {} Oct 15 14:00:58.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:00:58.677 INFO kablam! Oct 15 14:00:58.677 INFO kablam! warning: method is never used: `handle_result` Oct 15 14:00:58.677 INFO kablam! --> src/pay/mod.rs:43:5 Oct 15 14:00:58.677 INFO kablam! | Oct 15 14:00:58.677 INFO kablam! 43 | fn handle_result() {} Oct 15 14:00:58.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 14:00:58.677 INFO kablam! Oct 15 14:00:58.677 INFO kablam! warning: method is never used: `get` Oct 15 14:00:58.677 INFO kablam! --> src/pay/mod.rs:45:5 Oct 15 14:00:58.677 INFO kablam! | Oct 15 14:00:58.677 INFO kablam! 45 | pub fn get() {} Oct 15 14:00:58.677 INFO kablam! | ^^^^^^^^^^^^ Oct 15 14:00:58.677 INFO kablam! Oct 15 14:00:58.677 INFO kablam! warning: method is never used: `post` Oct 15 14:00:58.677 INFO kablam! --> src/pay/mod.rs:47:5 Oct 15 14:00:58.677 INFO kablam! | Oct 15 14:00:58.677 INFO kablam! 47 | pub fn post() {} Oct 15 14:00:58.677 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 14:00:58.677 INFO kablam! Oct 15 14:00:58.677 INFO kablam! warning: method is never used: `check_signature` Oct 15 14:00:58.677 INFO kablam! --> src/pay/mod.rs:49:5 Oct 15 14:00:58.677 INFO kablam! | Oct 15 14:00:58.677 INFO kablam! 49 | pub fn check_signature() {} Oct 15 14:00:58.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:00:58.677 INFO kablam! Oct 15 14:00:58.677 INFO kablam! warning: method is never used: `parse_payment_result` Oct 15 14:00:58.677 INFO kablam! --> src/pay/mod.rs:51:5 Oct 15 14:00:58.677 INFO kablam! | Oct 15 14:00:58.677 INFO kablam! 51 | pub fn parse_payment_result() {} Oct 15 14:00:58.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:00:58.677 INFO kablam! Oct 15 14:00:58.677 INFO kablam! warning: struct is never constructed: `WeChatRedpack` Oct 15 14:00:58.677 INFO kablam! --> src/pay/mod.rs:55:1 Oct 15 14:00:58.677 INFO kablam! | Oct 15 14:00:58.677 INFO kablam! 55 | pub struct WeChatRedpack<'a> { Oct 15 14:00:58.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:00:58.677 INFO kablam! Oct 15 14:00:58.677 INFO kablam! warning: method is never used: `new` Oct 15 14:00:58.678 INFO kablam! --> src/pay/mod.rs:60:5 Oct 15 14:00:58.678 INFO kablam! | Oct 15 14:00:58.678 INFO kablam! 60 | pub fn new(client: &'a WeChatPayClient) -> Self { Oct 15 14:00:58.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:00:58.678 INFO kablam! Oct 15 14:00:58.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.67s Oct 15 14:00:58.759 INFO kablam! su: No module specific data is present Oct 15 14:01:00.171 INFO running `"docker" "rm" "-f" "f584d3cda4c47d240814eb5c2f96881cbd97a1f565b791fa0f07d30a8823ff9e"` Oct 15 14:01:00.539 INFO blam! f584d3cda4c47d240814eb5c2f96881cbd97a1f565b791fa0f07d30a8823ff9e Oct 15 14:01:00.543 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 14:01:00.941 INFO blam! fd81242f6a862740128467d525175d44acbb030bf8690eb074ba0e6411d8fb4f Oct 15 14:01:00.943 INFO running `"docker" "start" "-a" "fd81242f6a862740128467d525175d44acbb030bf8690eb074ba0e6411d8fb4f"` Oct 15 14:01:02.631 INFO kablam! usermod: no changes Oct 15 14:01:02.799 INFO kablam! Compiling wechat-sdk v0.1.0 (/source) Oct 15 14:01:06.760 INFO kablam! warning: unused variable: `method` Oct 15 14:01:06.760 INFO kablam! --> src/pay/mod.rs:41:16 Oct 15 14:01:06.760 INFO kablam! | Oct 15 14:01:06.760 INFO kablam! 41 | fn request(method: Method) {} Oct 15 14:01:06.760 INFO kablam! | ^^^^^^ help: consider using `_method` instead Oct 15 14:01:06.760 INFO kablam! | Oct 15 14:01:06.760 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 14:01:06.760 INFO kablam! Oct 15 14:01:06.763 INFO kablam! warning: constant item is never used: `API_BASE_URL` Oct 15 14:01:06.763 INFO kablam! --> src/pay/mod.rs:4:1 Oct 15 14:01:06.763 INFO kablam! | Oct 15 14:01:06.763 INFO kablam! 4 | const API_BASE_URL: &'static str = "https://api.mch.weixin.qq.com/"; Oct 15 14:01:06.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:06.763 INFO kablam! | Oct 15 14:01:06.763 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 14:01:06.763 INFO kablam! Oct 15 14:01:06.763 INFO kablam! warning: struct is never constructed: `WeChatPayClient` Oct 15 14:01:06.763 INFO kablam! --> src/pay/mod.rs:6:1 Oct 15 14:01:06.763 INFO kablam! | Oct 15 14:01:06.763 INFO kablam! 6 | pub struct WeChatPayClient { Oct 15 14:01:06.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:06.763 INFO kablam! Oct 15 14:01:06.763 INFO kablam! warning: method is never used: `new` Oct 15 14:01:06.763 INFO kablam! --> src/pay/mod.rs:23:5 Oct 15 14:01:06.763 INFO kablam! | Oct 15 14:01:06.763 INFO kablam! 23 | / pub fn new( Oct 15 14:01:06.763 INFO kablam! 24 | | appid: S, Oct 15 14:01:06.763 INFO kablam! 25 | | api_key: S, Oct 15 14:01:06.763 INFO kablam! 26 | | mch_id: S, Oct 15 14:01:06.763 INFO kablam! ... | Oct 15 14:01:06.763 INFO kablam! 38 | | } Oct 15 14:01:06.763 INFO kablam! 39 | | } Oct 15 14:01:06.763 INFO kablam! | |_____^ Oct 15 14:01:06.763 INFO kablam! Oct 15 14:01:06.763 INFO kablam! warning: method is never used: `request` Oct 15 14:01:06.763 INFO kablam! --> src/pay/mod.rs:41:5 Oct 15 14:01:06.763 INFO kablam! | Oct 15 14:01:06.763 INFO kablam! 41 | fn request(method: Method) {} Oct 15 14:01:06.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:06.763 INFO kablam! Oct 15 14:01:06.763 INFO kablam! warning: method is never used: `handle_result` Oct 15 14:01:06.764 INFO kablam! --> src/pay/mod.rs:43:5 Oct 15 14:01:06.764 INFO kablam! | Oct 15 14:01:06.764 INFO kablam! 43 | fn handle_result() {} Oct 15 14:01:06.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 14:01:06.770 INFO kablam! Oct 15 14:01:06.770 INFO kablam! warning: method is never used: `get` Oct 15 14:01:06.770 INFO kablam! --> src/pay/mod.rs:45:5 Oct 15 14:01:06.770 INFO kablam! | Oct 15 14:01:06.770 INFO kablam! 45 | pub fn get() {} Oct 15 14:01:06.770 INFO kablam! | ^^^^^^^^^^^^ Oct 15 14:01:06.771 INFO kablam! Oct 15 14:01:06.771 INFO kablam! warning: method is never used: `post` Oct 15 14:01:06.771 INFO kablam! --> src/pay/mod.rs:47:5 Oct 15 14:01:06.771 INFO kablam! | Oct 15 14:01:06.771 INFO kablam! 47 | pub fn post() {} Oct 15 14:01:06.771 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 14:01:06.771 INFO kablam! Oct 15 14:01:06.771 INFO kablam! warning: method is never used: `check_signature` Oct 15 14:01:06.771 INFO kablam! --> src/pay/mod.rs:49:5 Oct 15 14:01:06.771 INFO kablam! | Oct 15 14:01:06.771 INFO kablam! 49 | pub fn check_signature() {} Oct 15 14:01:06.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:06.771 INFO kablam! Oct 15 14:01:06.771 INFO kablam! warning: method is never used: `parse_payment_result` Oct 15 14:01:06.771 INFO kablam! --> src/pay/mod.rs:51:5 Oct 15 14:01:06.771 INFO kablam! | Oct 15 14:01:06.771 INFO kablam! 51 | pub fn parse_payment_result() {} Oct 15 14:01:06.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:06.771 INFO kablam! Oct 15 14:01:06.771 INFO kablam! warning: struct is never constructed: `WeChatRedpack` Oct 15 14:01:06.771 INFO kablam! --> src/pay/mod.rs:55:1 Oct 15 14:01:06.771 INFO kablam! | Oct 15 14:01:06.771 INFO kablam! 55 | pub struct WeChatRedpack<'a> { Oct 15 14:01:06.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:06.771 INFO kablam! Oct 15 14:01:06.771 INFO kablam! warning: method is never used: `new` Oct 15 14:01:06.771 INFO kablam! --> src/pay/mod.rs:60:5 Oct 15 14:01:06.771 INFO kablam! | Oct 15 14:01:06.771 INFO kablam! 60 | pub fn new(client: &'a WeChatPayClient) -> Self { Oct 15 14:01:06.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:01:06.771 INFO kablam! Oct 15 14:01:07.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.24s Oct 15 14:01:07.902 INFO kablam! su: No module specific data is present Oct 15 14:01:09.603 INFO running `"docker" "rm" "-f" "fd81242f6a862740128467d525175d44acbb030bf8690eb074ba0e6411d8fb4f"` Oct 15 14:01:09.845 INFO blam! fd81242f6a862740128467d525175d44acbb030bf8690eb074ba0e6411d8fb4f Oct 15 14:01:09.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 14:01:10.262 INFO blam! 8e32abc40ea74b4b079321296f62f1aed710c4e5408236f1b96740bfac459cc0 Oct 15 14:01:10.268 INFO running `"docker" "start" "-a" "8e32abc40ea74b4b079321296f62f1aed710c4e5408236f1b96740bfac459cc0"` Oct 15 14:01:11.779 INFO kablam! usermod: no changes Oct 15 14:01:11.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 15 14:01:11.979 INFO kablam! Running /target/debug/deps/wechat_sdk-8b5e8b1f10b45447 Oct 15 14:01:11.980 INFO blam! Oct 15 14:01:11.980 INFO blam! running 1 test Oct 15 14:01:11.983 INFO blam! test tests::it_works ... ok Oct 15 14:01:11.983 INFO blam! Oct 15 14:01:11.983 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 14:01:11.983 INFO blam! Oct 15 14:01:11.983 INFO kablam! Doc-tests wechat-sdk Oct 15 14:01:20.011 INFO blam! Oct 15 14:01:20.011 INFO blam! running 0 tests Oct 15 14:01:20.011 INFO blam! Oct 15 14:01:20.011 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 14:01:20.011 INFO blam! Oct 15 14:01:20.015 INFO kablam! su: No module specific data is present Oct 15 14:01:21.043 INFO running `"docker" "rm" "-f" "8e32abc40ea74b4b079321296f62f1aed710c4e5408236f1b96740bfac459cc0"` Oct 15 14:01:21.357 INFO blam! 8e32abc40ea74b4b079321296f62f1aed710c4e5408236f1b96740bfac459cc0