Nov 16 18:55:36.151 INFO testing mskwarek/rustchain against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 18:55:36.152 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 18:55:36.337 INFO [stdout] 4e5e50b39a9e0b5b4b8b5e528603c3b4399b89be578b9f58892b11740b2d2567 Nov 16 18:55:36.345 INFO running `"docker" "start" "-a" "4e5e50b39a9e0b5b4b8b5e528603c3b4399b89be578b9f58892b11740b2d2567"` Nov 16 18:55:37.014 INFO [stderr] usermod: no changes Nov 16 18:55:37.180 INFO [stderr] Compiling bytes v0.4.10 Nov 16 18:55:37.180 INFO [stderr] Compiling aho-corasick v0.6.4 Nov 16 18:55:37.181 INFO [stderr] Compiling futures-cpupool v0.1.8 Nov 16 18:55:37.183 INFO [stderr] Compiling want v0.0.6 Nov 16 18:55:37.183 INFO [stderr] Compiling tokio-timer v0.2.6 Nov 16 18:55:37.183 INFO [stderr] Compiling tokio-current-thread v0.1.1 Nov 16 18:55:37.183 INFO [stderr] Compiling mio-uds v0.6.7 Nov 16 18:55:37.187 INFO [stderr] Compiling tokio-threadpool v0.1.6 Nov 16 18:55:41.743 INFO [stderr] Compiling regex v1.0.0 Nov 16 18:55:41.828 INFO [stderr] Compiling tokio-io v0.1.8 Nov 16 18:55:41.828 INFO [stderr] Compiling http v0.1.13 Nov 16 18:55:45.007 INFO [stderr] Compiling tokio-reactor v0.1.1 Nov 16 18:55:45.007 INFO [stderr] Compiling tokio-codec v0.1.0 Nov 16 18:55:45.007 INFO [stderr] Compiling tokio-fs v0.1.3 Nov 16 18:55:47.020 INFO [stderr] Compiling tokio-uds v0.2.1 Nov 16 18:55:47.020 INFO [stderr] Compiling tokio-udp v0.1.0 Nov 16 18:55:47.020 INFO [stderr] Compiling tokio-tcp v0.1.0 Nov 16 18:55:51.390 INFO [stderr] Compiling tokio v0.1.8 Nov 16 18:55:52.119 INFO [stderr] Compiling env_logger v0.5.10 Nov 16 18:55:54.364 INFO [stderr] Compiling pretty_env_logger v0.2.4 Nov 16 18:55:55.879 INFO [stderr] Compiling h2 v0.1.12 Nov 16 18:56:01.407 INFO [stderr] Compiling hyper v0.12.10 Nov 16 18:56:09.355 INFO [stderr] Compiling rustchain v0.1.0 (/source) Nov 16 18:56:11.475 INFO [stderr] warning: unused variable: `error` Nov 16 18:56:11.475 INFO [stderr] --> src/main.rs:190:13 Nov 16 18:56:11.475 INFO [stderr] | Nov 16 18:56:11.475 INFO [stderr] 190 | Err(error) => { Nov 16 18:56:11.475 INFO [stderr] | ^^^^^ help: consider using `_error` instead Nov 16 18:56:11.475 INFO [stderr] | Nov 16 18:56:11.475 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 18:56:11.475 INFO [stderr] Nov 16 18:56:20.487 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.46s Nov 16 18:56:20.503 INFO [stderr] su: No module specific data is present Nov 16 18:56:21.755 INFO running `"docker" "inspect" "4e5e50b39a9e0b5b4b8b5e528603c3b4399b89be578b9f58892b11740b2d2567"` Nov 16 18:56:22.067 INFO running `"docker" "rm" "-f" "4e5e50b39a9e0b5b4b8b5e528603c3b4399b89be578b9f58892b11740b2d2567"` Nov 16 18:56:22.342 INFO [stdout] 4e5e50b39a9e0b5b4b8b5e528603c3b4399b89be578b9f58892b11740b2d2567 Nov 16 18:56:22.348 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 18:56:22.937 INFO [stdout] 863500a57d586008827563d72c1acd4e8d737f020414f07873072cb00a120ce6 Nov 16 18:56:22.943 INFO running `"docker" "start" "-a" "863500a57d586008827563d72c1acd4e8d737f020414f07873072cb00a120ce6"` Nov 16 18:56:24.512 INFO [stderr] usermod: no changes Nov 16 18:56:24.785 INFO [stderr] Compiling rustchain v0.1.0 (/source) Nov 16 18:56:27.139 INFO [stderr] warning: unused variable: `error` Nov 16 18:56:27.139 INFO [stderr] --> src/main.rs:190:13 Nov 16 18:56:27.139 INFO [stderr] | Nov 16 18:56:27.139 INFO [stderr] 190 | Err(error) => { Nov 16 18:56:27.139 INFO [stderr] | ^^^^^ help: consider using `_error` instead Nov 16 18:56:27.139 INFO [stderr] | Nov 16 18:56:27.147 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 18:56:27.147 INFO [stderr] Nov 16 18:56:31.472 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.92s Nov 16 18:56:31.491 INFO [stderr] su: No module specific data is present Nov 16 18:56:32.425 INFO running `"docker" "inspect" "863500a57d586008827563d72c1acd4e8d737f020414f07873072cb00a120ce6"` Nov 16 18:56:32.775 INFO running `"docker" "rm" "-f" "863500a57d586008827563d72c1acd4e8d737f020414f07873072cb00a120ce6"` Nov 16 18:56:33.147 INFO [stdout] 863500a57d586008827563d72c1acd4e8d737f020414f07873072cb00a120ce6 Nov 16 18:56:33.149 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 18:56:33.595 INFO [stdout] 9ad14c3b25f1025ae7e873965db736369dd0227cb9f6c97da0caaf61de109646 Nov 16 18:56:33.598 INFO running `"docker" "start" "-a" "9ad14c3b25f1025ae7e873965db736369dd0227cb9f6c97da0caaf61de109646"` Nov 16 18:56:35.826 INFO [stderr] usermod: no changes Nov 16 18:56:36.088 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s Nov 16 18:56:36.104 INFO [stderr] Running /target/debug/deps/rustchain-ba3d929d0df53258 Nov 16 18:56:36.107 INFO [stdout] Nov 16 18:56:36.107 INFO [stdout] running 14 tests Nov 16 18:56:36.107 INFO [stdout] test tests::node_is_registered_test ... ok Nov 16 18:56:36.107 INFO [stdout] test tests::one_application_header_is_added_when_making_error_response_test ... ok Nov 16 18:56:36.107 INFO [stdout] test tests::new_transaction_is_added ... ok Nov 16 18:56:36.115 INFO [stdout] test tests::last_index_is_not_incremented ... ok Nov 16 18:56:36.119 INFO [stdout] test tests::test_to_hex ... ok Nov 16 18:56:36.119 INFO [stdout] test tests::it_works ... ok Nov 16 18:56:36.119 INFO [stdout] test tests::return_json_msg_without_error_when_can_serialize_data_test ... ok Nov 16 18:56:36.119 INFO [stdout] test tests::test_calculate_hash ... ok Nov 16 18:56:36.123 INFO [stdout] test tests::typed_example_failure_cause_json_is_not_well_formed_test ... ok Nov 16 18:56:36.123 INFO [stdout] test tests::get_transaction_success_test ... ok Nov 16 18:56:36.123 INFO [stdout] test tests::typed_example_success_test ... ok Nov 16 18:56:36.131 INFO [stdout] test tests::get_transaction_is_failed_when_json_is_not_well_formed_test ... ok Nov 16 18:56:37.839 INFO [stdout] test tests::last_index_is_incremented_when_block_is_mined ... ok Nov 16 18:56:38.646 INFO [stdout] test tests::test_proof_of_work ... ok Nov 16 18:56:38.646 INFO [stdout] Nov 16 18:56:38.646 INFO [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:56:38.646 INFO [stdout] Nov 16 18:56:38.665 INFO [stderr] su: No module specific data is present Nov 16 18:56:39.340 INFO running `"docker" "inspect" "9ad14c3b25f1025ae7e873965db736369dd0227cb9f6c97da0caaf61de109646"` Nov 16 18:56:39.581 INFO running `"docker" "rm" "-f" "9ad14c3b25f1025ae7e873965db736369dd0227cb9f6c97da0caaf61de109646"` Nov 16 18:56:39.919 INFO [stdout] 9ad14c3b25f1025ae7e873965db736369dd0227cb9f6c97da0caaf61de109646