Oct 14 13:11:13.575 INFO testing lshlyapnikov/grokking-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:11:13.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 13:11:14.108 INFO blam! 188d52c4cdd2964bef26ded3dd64bbde633cf9c60607e530f5fe9328deff9f2c Oct 14 13:11:14.115 INFO running `"docker" "start" "-a" "188d52c4cdd2964bef26ded3dd64bbde633cf9c60607e530f5fe9328deff9f2c"` Oct 14 13:11:15.139 INFO kablam! usermod: no changes Oct 14 13:11:15.283 INFO kablam! Compiling libc v0.2.6 Oct 14 13:11:15.287 INFO kablam! Compiling winapi v0.2.5 Oct 14 13:11:15.287 INFO kablam! Compiling regex-syntax v0.2.2 Oct 14 13:11:15.287 INFO kablam! Compiling advapi32-sys v0.1.2 Oct 14 13:11:16.374 INFO kablam! Compiling memchr v0.1.7 Oct 14 13:11:16.374 INFO kablam! Compiling log v0.3.5 Oct 14 13:11:16.811 INFO kablam! Compiling aho-corasick v0.4.1 Oct 14 13:11:18.007 INFO kablam! Compiling rand v0.3.13 Oct 14 13:11:21.611 INFO kablam! Compiling regex v0.1.48 Oct 14 13:11:26.221 INFO kablam! Compiling env_logger v0.3.2 Oct 14 13:11:27.183 INFO kablam! Compiling quickcheck v0.2.25 Oct 14 13:11:30.259 INFO kablam! Compiling grokking-rust v0.0.1 (/source) Oct 14 13:11:30.735 INFO kablam! warning: unused variable: `volumes` Oct 14 13:11:30.735 INFO kablam! --> src/grok/waterpouring.rs:40:7 Oct 14 13:11:30.736 INFO kablam! | Oct 14 13:11:30.736 INFO kablam! 40 | let volumes: Vec = vec![0, max_volumes.len()]; Oct 14 13:11:30.736 INFO kablam! | ^^^^^^^ help: consider using `_volumes` instead Oct 14 13:11:30.736 INFO kablam! | Oct 14 13:11:30.737 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:11:30.737 INFO kablam! Oct 14 13:11:30.737 INFO kablam! warning: unused variable: `required_volume` Oct 14 13:11:30.738 INFO kablam! --> src/grok/waterpouring.rs:39:40 Oct 14 13:11:30.738 INFO kablam! | Oct 14 13:11:30.738 INFO kablam! 39 | pub fn solve(max_volumes: &Vec, required_volume: usize) -> State { Oct 14 13:11:30.738 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_required_volume` instead Oct 14 13:11:30.739 INFO kablam! Oct 14 13:11:30.759 INFO kablam! warning: variant is never constructed: `Fill` Oct 14 13:11:30.759 INFO kablam! --> src/grok/waterpouring.rs:5:3 Oct 14 13:11:30.760 INFO kablam! | Oct 14 13:11:30.760 INFO kablam! 5 | Fill { glass: usize }, Oct 14 13:11:30.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:30.761 INFO kablam! | Oct 14 13:11:30.761 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:11:30.761 INFO kablam! Oct 14 13:11:30.762 INFO kablam! warning: variant is never constructed: `Empty` Oct 14 13:11:30.762 INFO kablam! --> src/grok/waterpouring.rs:6:3 Oct 14 13:11:30.762 INFO kablam! | Oct 14 13:11:30.763 INFO kablam! 6 | Empty { glass: usize }, Oct 14 13:11:30.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:30.763 INFO kablam! Oct 14 13:11:30.763 INFO kablam! warning: variant is never constructed: `Transfer` Oct 14 13:11:30.764 INFO kablam! --> src/grok/waterpouring.rs:7:3 Oct 14 13:11:30.764 INFO kablam! | Oct 14 13:11:30.764 INFO kablam! 7 | Transfer { from: usize, to: usize }, Oct 14 13:11:30.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:30.765 INFO kablam! Oct 14 13:11:30.765 INFO kablam! warning: function is never used: `solve` Oct 14 13:11:30.766 INFO kablam! --> src/grok/waterpouring.rs:39:1 Oct 14 13:11:30.766 INFO kablam! | Oct 14 13:11:30.766 INFO kablam! 39 | pub fn solve(max_volumes: &Vec, required_volume: usize) -> State { Oct 14 13:11:30.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:30.767 INFO kablam! Oct 14 13:11:32.586 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.40s Oct 14 13:11:32.590 INFO kablam! su: No module specific data is present Oct 14 13:11:33.794 INFO running `"docker" "rm" "-f" "188d52c4cdd2964bef26ded3dd64bbde633cf9c60607e530f5fe9328deff9f2c"` Oct 14 13:11:34.127 INFO blam! 188d52c4cdd2964bef26ded3dd64bbde633cf9c60607e530f5fe9328deff9f2c Oct 14 13:11:34.131 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 13:11:34.628 INFO blam! 8a4874e2b9276d5d4856b5403f089bd2f0560a371217b9ea5345b1c6a275770e Oct 14 13:11:34.630 INFO running `"docker" "start" "-a" "8a4874e2b9276d5d4856b5403f089bd2f0560a371217b9ea5345b1c6a275770e"` Oct 14 13:11:36.062 INFO kablam! usermod: no changes Oct 14 13:11:36.223 INFO kablam! Compiling grokking-rust v0.0.1 (/source) Oct 14 13:11:36.592 INFO kablam! warning: unused variable: `volumes` Oct 14 13:11:36.592 INFO kablam! --> src/grok/waterpouring.rs:40:7 Oct 14 13:11:36.592 INFO kablam! | Oct 14 13:11:36.593 INFO kablam! 40 | let volumes: Vec = vec![0, max_volumes.len()]; Oct 14 13:11:36.593 INFO kablam! | ^^^^^^^ help: consider using `_volumes` instead Oct 14 13:11:36.593 INFO kablam! | Oct 14 13:11:36.593 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:11:36.594 INFO kablam! Oct 14 13:11:36.594 INFO kablam! warning: unused variable: `required_volume` Oct 14 13:11:36.594 INFO kablam! --> src/grok/waterpouring.rs:39:40 Oct 14 13:11:36.594 INFO kablam! | Oct 14 13:11:36.595 INFO kablam! 39 | pub fn solve(max_volumes: &Vec, required_volume: usize) -> State { Oct 14 13:11:36.595 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_required_volume` instead Oct 14 13:11:36.595 INFO kablam! Oct 14 13:11:36.620 INFO kablam! warning: variant is never constructed: `Fill` Oct 14 13:11:36.621 INFO kablam! --> src/grok/waterpouring.rs:5:3 Oct 14 13:11:36.621 INFO kablam! | Oct 14 13:11:36.621 INFO kablam! 5 | Fill { glass: usize }, Oct 14 13:11:36.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:36.624 INFO kablam! | Oct 14 13:11:36.625 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:11:36.625 INFO kablam! Oct 14 13:11:36.625 INFO kablam! warning: variant is never constructed: `Empty` Oct 14 13:11:36.625 INFO kablam! --> src/grok/waterpouring.rs:6:3 Oct 14 13:11:36.626 INFO kablam! | Oct 14 13:11:36.626 INFO kablam! 6 | Empty { glass: usize }, Oct 14 13:11:36.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:36.627 INFO kablam! Oct 14 13:11:36.627 INFO kablam! warning: variant is never constructed: `Transfer` Oct 14 13:11:36.627 INFO kablam! --> src/grok/waterpouring.rs:7:3 Oct 14 13:11:36.628 INFO kablam! | Oct 14 13:11:36.628 INFO kablam! 7 | Transfer { from: usize, to: usize }, Oct 14 13:11:36.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:36.629 INFO kablam! Oct 14 13:11:36.629 INFO kablam! warning: function is never used: `solve` Oct 14 13:11:36.630 INFO kablam! --> src/grok/waterpouring.rs:39:1 Oct 14 13:11:36.631 INFO kablam! | Oct 14 13:11:36.632 INFO kablam! 39 | pub fn solve(max_volumes: &Vec, required_volume: usize) -> State { Oct 14 13:11:36.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:36.632 INFO kablam! Oct 14 13:11:37.531 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 14 13:11:37.532 INFO kablam! su: No module specific data is present Oct 14 13:11:38.271 INFO running `"docker" "rm" "-f" "8a4874e2b9276d5d4856b5403f089bd2f0560a371217b9ea5345b1c6a275770e"` Oct 14 13:11:38.529 INFO blam! 8a4874e2b9276d5d4856b5403f089bd2f0560a371217b9ea5345b1c6a275770e Oct 14 13:11:38.535 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 13:11:38.979 INFO blam! 604c26fe5b41da51b3805e48c02eefd5597a6f62808b7592d9b3586048bb5326 Oct 14 13:11:39.022 INFO running `"docker" "start" "-a" "604c26fe5b41da51b3805e48c02eefd5597a6f62808b7592d9b3586048bb5326"` Oct 14 13:11:40.279 INFO kablam! usermod: no changes Oct 14 13:11:40.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 13:11:40.379 INFO kablam! Running /target/debug/deps/grokking_rust-aea9a605c4ea18eb Oct 14 13:11:40.379 INFO blam! Oct 14 13:11:40.380 INFO blam! running 1 test Oct 14 13:11:40.380 INFO blam! test tests::test_mergesort ... ok Oct 14 13:11:40.380 INFO blam! Oct 14 13:11:40.381 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:11:40.381 INFO blam! Oct 14 13:11:40.387 INFO kablam! su: No module specific data is present Oct 14 13:11:41.016 INFO running `"docker" "rm" "-f" "604c26fe5b41da51b3805e48c02eefd5597a6f62808b7592d9b3586048bb5326"` Oct 14 13:11:41.287 INFO blam! 604c26fe5b41da51b3805e48c02eefd5597a6f62808b7592d9b3586048bb5326