Oct 16 14:55:49.663 INFO testing clightningrpc-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 14:55:49.665 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 16 14:55:50.067 INFO blam! 8eaac84669eda1a2ddda355d57d94e81bf6ff43a298219146de7b20ce4a22072 Oct 16 14:55:50.070 INFO running `"docker" "start" "-a" "8eaac84669eda1a2ddda355d57d94e81bf6ff43a298219146de7b20ce4a22072"` Oct 16 14:55:51.976 INFO kablam! usermod: no changes Oct 16 14:55:52.071 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 16 14:55:52.120 INFO kablam! Compiling strason v0.4.0 Oct 16 14:55:54.423 INFO kablam! Compiling clightningrpc v0.1.0 (/source) Oct 16 14:56:05.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.25s Oct 16 14:56:05.275 INFO kablam! su: No module specific data is present Oct 16 14:56:05.812 INFO running `"docker" "rm" "-f" "8eaac84669eda1a2ddda355d57d94e81bf6ff43a298219146de7b20ce4a22072"` Oct 16 14:56:05.947 INFO blam! 8eaac84669eda1a2ddda355d57d94e81bf6ff43a298219146de7b20ce4a22072 Oct 16 14:56:05.950 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 16 14:56:06.242 INFO blam! 7f0963c0517453ac1db4a9859cadf8628c9459b8aa614f6f9370f2e99d20eb64 Oct 16 14:56:06.244 INFO running `"docker" "start" "-a" "7f0963c0517453ac1db4a9859cadf8628c9459b8aa614f6f9370f2e99d20eb64"` Oct 16 14:56:07.095 INFO kablam! usermod: no changes Oct 16 14:56:07.187 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 16 14:56:07.211 INFO kablam! Compiling clightningrpc v0.1.0 (/source) Oct 16 14:56:10.755 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 14:56:10.755 INFO kablam! --> examples/ex_1.rs:8:20 Oct 16 14:56:10.755 INFO kablam! | Oct 16 14:56:10.755 INFO kablam! 8 | let mut sock = env::home_dir().unwrap(); Oct 16 14:56:10.755 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 14:56:10.755 INFO kablam! | Oct 16 14:56:10.755 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:56:10.755 INFO kablam! Oct 16 14:56:10.755 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 14:56:10.755 INFO kablam! --> examples/lowlevel_1.rs:11:20 Oct 16 14:56:10.755 INFO kablam! | Oct 16 14:56:10.755 INFO kablam! 11 | let mut sock = env::home_dir().unwrap(); Oct 16 14:56:10.755 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 14:56:10.755 INFO kablam! | Oct 16 14:56:10.755 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:56:10.755 INFO kablam! Oct 16 14:56:10.775 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 14:56:10.775 INFO kablam! --> examples/lowlevel_2.rs:11:20 Oct 16 14:56:10.775 INFO kablam! | Oct 16 14:56:10.775 INFO kablam! 11 | let mut sock = env::home_dir().unwrap(); Oct 16 14:56:10.775 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 14:56:10.775 INFO kablam! | Oct 16 14:56:10.775 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:56:10.775 INFO kablam! Oct 16 14:56:15.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.58s Oct 16 14:56:15.720 INFO kablam! su: No module specific data is present Oct 16 14:56:16.016 INFO running `"docker" "rm" "-f" "7f0963c0517453ac1db4a9859cadf8628c9459b8aa614f6f9370f2e99d20eb64"` Oct 16 14:56:16.111 INFO blam! 7f0963c0517453ac1db4a9859cadf8628c9459b8aa614f6f9370f2e99d20eb64 Oct 16 14:56:16.113 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 16 14:56:16.383 INFO blam! a516141b0b377d1b50b46bf3b960a43014e5a8b36f60bd9e4f153b819c492d13 Oct 16 14:56:16.386 INFO running `"docker" "start" "-a" "a516141b0b377d1b50b46bf3b960a43014e5a8b36f60bd9e4f153b819c492d13"` Oct 16 14:56:16.841 INFO kablam! usermod: no changes Oct 16 14:56:16.863 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 16 14:56:16.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 14:56:16.881 INFO kablam! Running /target/debug/deps/clightningrpc-6f35c1a28fdf91c5 Oct 16 14:56:16.884 INFO blam! Oct 16 14:56:16.884 INFO blam! running 10 tests Oct 16 14:56:16.885 INFO blam! test tests::request_serialize_round_trip ... ok Oct 16 14:56:16.885 INFO blam! test tests::response_extract ... ok Oct 16 14:56:16.885 INFO blam! test error::tests::test_parse_error ... ok Oct 16 14:56:16.885 INFO blam! test tests::response_serialize_round_trip ... ok Oct 16 14:56:16.886 INFO blam! test error::tests::test_method_not_found ... ok Oct 16 14:56:16.886 INFO blam! test error::tests::test_invalid_request ... ok Oct 16 14:56:16.886 INFO blam! test error::tests::test_invalid_params ... ok Oct 16 14:56:16.886 INFO blam! test error::tests::test_internal_error ... ok Oct 16 14:56:16.887 INFO blam! test client::tests::sanity ... ok Oct 16 14:56:16.887 INFO blam! test tests::response_is_none ... ok Oct 16 14:56:16.887 INFO kablam! Doc-tests clightningrpc Oct 16 14:56:16.887 INFO blam! Oct 16 14:56:16.888 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:56:16.888 INFO blam! Oct 16 14:56:18.891 INFO blam! Oct 16 14:56:18.891 INFO blam! running 0 tests Oct 16 14:56:18.891 INFO blam! Oct 16 14:56:18.892 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:56:18.892 INFO blam! Oct 16 14:56:18.898 INFO kablam! su: No module specific data is present Oct 16 14:56:19.231 INFO running `"docker" "rm" "-f" "a516141b0b377d1b50b46bf3b960a43014e5a8b36f60bd9e4f153b819c492d13"` Oct 16 14:56:19.331 INFO blam! a516141b0b377d1b50b46bf3b960a43014e5a8b36f60bd9e4f153b819c492d13