Oct 11 08:28:32.856 INFO testing wechat-sdk-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 08:28:32.856 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 08:28:32.856 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 08:28:33.371 INFO blam! 51dd65fdf565913aa087ccc1d208d4ed72045733fb05b148034dfc179f8dbf73 Oct 11 08:28:33.373 INFO running `"docker" "start" "-a" "51dd65fdf565913aa087ccc1d208d4ed72045733fb05b148034dfc179f8dbf73"` Oct 11 08:28:34.848 INFO kablam! usermod: no changes Oct 11 08:28:35.111 INFO kablam! Compiling reqwest v0.7.3 Oct 11 08:28:45.393 INFO kablam! Compiling wechat-sdk v0.1.0 (/source) Oct 11 08:28:52.704 INFO kablam! warning: unused variable: `method` Oct 11 08:28:52.704 INFO kablam! --> src/pay/mod.rs:41:16 Oct 11 08:28:52.704 INFO kablam! | Oct 11 08:28:52.704 INFO kablam! 41 | fn request(method: Method) {} Oct 11 08:28:52.704 INFO kablam! | ^^^^^^ help: consider using `_method` instead Oct 11 08:28:52.704 INFO kablam! | Oct 11 08:28:52.704 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 08:28:52.704 INFO kablam! Oct 11 08:28:52.704 INFO kablam! warning: constant item is never used: `API_BASE_URL` Oct 11 08:28:52.704 INFO kablam! --> src/pay/mod.rs:4:1 Oct 11 08:28:52.704 INFO kablam! | Oct 11 08:28:52.704 INFO kablam! 4 | const API_BASE_URL: &'static str = "https://api.mch.weixin.qq.com/"; Oct 11 08:28:52.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:28:52.704 INFO kablam! | Oct 11 08:28:52.704 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 08:28:52.704 INFO kablam! Oct 11 08:28:52.704 INFO kablam! warning: struct is never constructed: `WeChatPayClient` Oct 11 08:28:52.704 INFO kablam! --> src/pay/mod.rs:6:1 Oct 11 08:28:52.704 INFO kablam! | Oct 11 08:28:52.704 INFO kablam! 6 | pub struct WeChatPayClient { Oct 11 08:28:52.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:28:52.704 INFO kablam! Oct 11 08:28:52.704 INFO kablam! warning: method is never used: `new` Oct 11 08:28:52.704 INFO kablam! --> src/pay/mod.rs:23:5 Oct 11 08:28:52.704 INFO kablam! | Oct 11 08:28:52.704 INFO kablam! 23 | / pub fn new( Oct 11 08:28:52.704 INFO kablam! 24 | | appid: S, Oct 11 08:28:52.704 INFO kablam! 25 | | api_key: S, Oct 11 08:28:52.704 INFO kablam! 26 | | mch_id: S, Oct 11 08:28:52.704 INFO kablam! ... | Oct 11 08:28:52.704 INFO kablam! 38 | | } Oct 11 08:28:52.704 INFO kablam! 39 | | } Oct 11 08:28:52.704 INFO kablam! | |_____^ Oct 11 08:28:52.704 INFO kablam! Oct 11 08:28:52.704 INFO kablam! warning: method is never used: `request` Oct 11 08:28:52.704 INFO kablam! --> src/pay/mod.rs:41:5 Oct 11 08:28:52.704 INFO kablam! | Oct 11 08:28:52.704 INFO kablam! 41 | fn request(method: Method) {} Oct 11 08:28:52.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:28:52.704 INFO kablam! Oct 11 08:28:52.704 INFO kablam! warning: method is never used: `handle_result` Oct 11 08:28:52.704 INFO kablam! --> src/pay/mod.rs:43:5 Oct 11 08:28:52.704 INFO kablam! | Oct 11 08:28:52.704 INFO kablam! 43 | fn handle_result() {} Oct 11 08:28:52.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 08:28:52.704 INFO kablam! Oct 11 08:28:52.704 INFO kablam! warning: method is never used: `get` Oct 11 08:28:52.705 INFO kablam! --> src/pay/mod.rs:45:5 Oct 11 08:28:52.705 INFO kablam! | Oct 11 08:28:52.705 INFO kablam! 45 | pub fn get() {} Oct 11 08:28:52.705 INFO kablam! | ^^^^^^^^^^^^ Oct 11 08:28:52.705 INFO kablam! Oct 11 08:28:52.705 INFO kablam! warning: method is never used: `post` Oct 11 08:28:52.705 INFO kablam! --> src/pay/mod.rs:47:5 Oct 11 08:28:52.705 INFO kablam! | Oct 11 08:28:52.705 INFO kablam! 47 | pub fn post() {} Oct 11 08:28:52.705 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 08:28:52.705 INFO kablam! Oct 11 08:28:52.705 INFO kablam! warning: method is never used: `check_signature` Oct 11 08:28:52.705 INFO kablam! --> src/pay/mod.rs:49:5 Oct 11 08:28:52.705 INFO kablam! | Oct 11 08:28:52.705 INFO kablam! 49 | pub fn check_signature() {} Oct 11 08:28:52.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:28:52.705 INFO kablam! Oct 11 08:28:52.705 INFO kablam! warning: method is never used: `parse_payment_result` Oct 11 08:28:52.705 INFO kablam! --> src/pay/mod.rs:51:5 Oct 11 08:28:52.705 INFO kablam! | Oct 11 08:28:52.705 INFO kablam! 51 | pub fn parse_payment_result() {} Oct 11 08:28:52.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:28:52.705 INFO kablam! Oct 11 08:28:52.705 INFO kablam! warning: struct is never constructed: `WeChatRedpack` Oct 11 08:28:52.705 INFO kablam! --> src/pay/mod.rs:55:1 Oct 11 08:28:52.705 INFO kablam! | Oct 11 08:28:52.705 INFO kablam! 55 | pub struct WeChatRedpack<'a> { Oct 11 08:28:52.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:28:52.705 INFO kablam! Oct 11 08:28:52.705 INFO kablam! warning: method is never used: `new` Oct 11 08:28:52.705 INFO kablam! --> src/pay/mod.rs:60:5 Oct 11 08:28:52.705 INFO kablam! | Oct 11 08:28:52.705 INFO kablam! 60 | pub fn new(client: &'a WeChatPayClient) -> Self { Oct 11 08:28:52.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:28:52.705 INFO kablam! Oct 11 08:28:52.749 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.87s Oct 11 08:28:52.768 INFO kablam! su: No module specific data is present Oct 11 08:28:53.170 INFO running `"docker" "rm" "-f" "51dd65fdf565913aa087ccc1d208d4ed72045733fb05b148034dfc179f8dbf73"` Oct 11 08:28:53.476 INFO blam! 51dd65fdf565913aa087ccc1d208d4ed72045733fb05b148034dfc179f8dbf73 Oct 11 08:28:53.483 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 08:28:53.484 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 08:28:53.932 INFO blam! d45904391d85e02eb18be77b3552a8284da22b7abc647d366ef612f735bb5b0f Oct 11 08:28:53.945 INFO running `"docker" "start" "-a" "d45904391d85e02eb18be77b3552a8284da22b7abc647d366ef612f735bb5b0f"` Oct 11 08:28:55.016 INFO kablam! usermod: no changes Oct 11 08:28:55.268 INFO kablam! Compiling wechat-sdk v0.1.0 (/source) Oct 11 08:29:03.116 INFO kablam! warning: unused variable: `method` Oct 11 08:29:03.116 INFO kablam! --> src/pay/mod.rs:41:16 Oct 11 08:29:03.116 INFO kablam! | Oct 11 08:29:03.116 INFO kablam! 41 | fn request(method: Method) {} Oct 11 08:29:03.117 INFO kablam! | ^^^^^^ help: consider using `_method` instead Oct 11 08:29:03.117 INFO kablam! | Oct 11 08:29:03.117 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 08:29:03.117 INFO kablam! Oct 11 08:29:03.117 INFO kablam! warning: constant item is never used: `API_BASE_URL` Oct 11 08:29:03.117 INFO kablam! --> src/pay/mod.rs:4:1 Oct 11 08:29:03.117 INFO kablam! | Oct 11 08:29:03.117 INFO kablam! 4 | const API_BASE_URL: &'static str = "https://api.mch.weixin.qq.com/"; Oct 11 08:29:03.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:03.117 INFO kablam! | Oct 11 08:29:03.117 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 08:29:03.117 INFO kablam! Oct 11 08:29:03.117 INFO kablam! warning: struct is never constructed: `WeChatPayClient` Oct 11 08:29:03.117 INFO kablam! --> src/pay/mod.rs:6:1 Oct 11 08:29:03.117 INFO kablam! | Oct 11 08:29:03.117 INFO kablam! 6 | pub struct WeChatPayClient { Oct 11 08:29:03.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:03.117 INFO kablam! Oct 11 08:29:03.117 INFO kablam! warning: method is never used: `new` Oct 11 08:29:03.117 INFO kablam! --> src/pay/mod.rs:23:5 Oct 11 08:29:03.117 INFO kablam! | Oct 11 08:29:03.117 INFO kablam! 23 | / pub fn new( Oct 11 08:29:03.117 INFO kablam! 24 | | appid: S, Oct 11 08:29:03.117 INFO kablam! 25 | | api_key: S, Oct 11 08:29:03.117 INFO kablam! 26 | | mch_id: S, Oct 11 08:29:03.117 INFO kablam! ... | Oct 11 08:29:03.117 INFO kablam! 38 | | } Oct 11 08:29:03.117 INFO kablam! 39 | | } Oct 11 08:29:03.117 INFO kablam! | |_____^ Oct 11 08:29:03.117 INFO kablam! Oct 11 08:29:03.117 INFO kablam! warning: method is never used: `request` Oct 11 08:29:03.117 INFO kablam! --> src/pay/mod.rs:41:5 Oct 11 08:29:03.117 INFO kablam! | Oct 11 08:29:03.117 INFO kablam! 41 | fn request(method: Method) {} Oct 11 08:29:03.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:03.117 INFO kablam! Oct 11 08:29:03.117 INFO kablam! warning: method is never used: `handle_result` Oct 11 08:29:03.117 INFO kablam! --> src/pay/mod.rs:43:5 Oct 11 08:29:03.117 INFO kablam! | Oct 11 08:29:03.117 INFO kablam! 43 | fn handle_result() {} Oct 11 08:29:03.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 08:29:03.117 INFO kablam! Oct 11 08:29:03.117 INFO kablam! warning: method is never used: `get` Oct 11 08:29:03.117 INFO kablam! --> src/pay/mod.rs:45:5 Oct 11 08:29:03.117 INFO kablam! | Oct 11 08:29:03.117 INFO kablam! 45 | pub fn get() {} Oct 11 08:29:03.117 INFO kablam! | ^^^^^^^^^^^^ Oct 11 08:29:03.117 INFO kablam! Oct 11 08:29:03.117 INFO kablam! warning: method is never used: `post` Oct 11 08:29:03.117 INFO kablam! --> src/pay/mod.rs:47:5 Oct 11 08:29:03.117 INFO kablam! | Oct 11 08:29:03.117 INFO kablam! 47 | pub fn post() {} Oct 11 08:29:03.117 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 08:29:03.117 INFO kablam! Oct 11 08:29:03.117 INFO kablam! warning: method is never used: `check_signature` Oct 11 08:29:03.117 INFO kablam! --> src/pay/mod.rs:49:5 Oct 11 08:29:03.117 INFO kablam! | Oct 11 08:29:03.117 INFO kablam! 49 | pub fn check_signature() {} Oct 11 08:29:03.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:03.119 INFO kablam! Oct 11 08:29:03.119 INFO kablam! warning: method is never used: `parse_payment_result` Oct 11 08:29:03.119 INFO kablam! --> src/pay/mod.rs:51:5 Oct 11 08:29:03.119 INFO kablam! | Oct 11 08:29:03.119 INFO kablam! 51 | pub fn parse_payment_result() {} Oct 11 08:29:03.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:03.119 INFO kablam! Oct 11 08:29:03.119 INFO kablam! warning: struct is never constructed: `WeChatRedpack` Oct 11 08:29:03.119 INFO kablam! --> src/pay/mod.rs:55:1 Oct 11 08:29:03.119 INFO kablam! | Oct 11 08:29:03.119 INFO kablam! 55 | pub struct WeChatRedpack<'a> { Oct 11 08:29:03.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:03.119 INFO kablam! Oct 11 08:29:03.119 INFO kablam! warning: method is never used: `new` Oct 11 08:29:03.119 INFO kablam! --> src/pay/mod.rs:60:5 Oct 11 08:29:03.119 INFO kablam! | Oct 11 08:29:03.119 INFO kablam! 60 | pub fn new(client: &'a WeChatPayClient) -> Self { Oct 11 08:29:03.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:03.119 INFO kablam! Oct 11 08:29:04.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.28s Oct 11 08:29:04.352 INFO kablam! su: No module specific data is present Oct 11 08:29:05.240 INFO running `"docker" "rm" "-f" "d45904391d85e02eb18be77b3552a8284da22b7abc647d366ef612f735bb5b0f"` Oct 11 08:29:05.508 INFO blam! d45904391d85e02eb18be77b3552a8284da22b7abc647d366ef612f735bb5b0f Oct 11 08:29:05.516 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 08:29:05.517 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 08:29:05.936 INFO blam! 853b9cdc15e92094b6b1158282631449ef6a3bf271e0d9f84fe474202b174fa4 Oct 11 08:29:05.938 INFO running `"docker" "start" "-a" "853b9cdc15e92094b6b1158282631449ef6a3bf271e0d9f84fe474202b174fa4"` Oct 11 08:29:06.998 INFO kablam! usermod: no changes Oct 11 08:29:07.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 11 08:29:07.276 INFO blam! Oct 11 08:29:07.276 INFO blam! running 1 test Oct 11 08:29:07.276 INFO blam! test tests::it_works ... ok Oct 11 08:29:07.276 INFO blam! Oct 11 08:29:07.276 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:29:07.276 INFO blam! Oct 11 08:29:07.277 INFO kablam! Running /target/debug/deps/wechat_sdk-7b4d73c3d64000da Oct 11 08:29:07.277 INFO kablam! Doc-tests wechat-sdk Oct 11 08:29:22.507 INFO blam! Oct 11 08:29:22.507 INFO blam! running 0 tests Oct 11 08:29:22.507 INFO blam! Oct 11 08:29:22.507 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:29:22.507 INFO blam! Oct 11 08:29:22.516 INFO kablam! su: No module specific data is present Oct 11 08:29:23.396 INFO running `"docker" "rm" "-f" "853b9cdc15e92094b6b1158282631449ef6a3bf271e0d9f84fe474202b174fa4"` Oct 11 08:29:23.658 INFO blam! 853b9cdc15e92094b6b1158282631449ef6a3bf271e0d9f84fe474202b174fa4