Oct 10 19:19:15.107 INFO testing lshlyapnikov/grokking-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:19:15.107 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:19:15.108 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 19:19:15.556 INFO blam! 7426aab0ca8eefc27cd1735f9fbe9f6d3bbe70fcc45447a890a146ee7b6766f5 Oct 10 19:19:15.558 INFO running `"docker" "start" "-a" "7426aab0ca8eefc27cd1735f9fbe9f6d3bbe70fcc45447a890a146ee7b6766f5"` Oct 10 19:19:16.544 INFO kablam! usermod: no changes Oct 10 19:19:16.621 INFO kablam! Compiling libc v0.2.6 Oct 10 19:19:16.623 INFO kablam! Compiling regex-syntax v0.2.2 Oct 10 19:19:17.988 INFO kablam! Compiling memchr v0.1.7 Oct 10 19:19:17.989 INFO kablam! Compiling log v0.3.5 Oct 10 19:19:17.989 INFO kablam! Compiling rand v0.3.13 Oct 10 19:19:18.962 INFO kablam! Compiling aho-corasick v0.4.1 Oct 10 19:19:21.544 INFO kablam! Compiling regex v0.1.48 Oct 10 19:19:26.436 INFO kablam! Compiling env_logger v0.3.2 Oct 10 19:19:27.912 INFO kablam! Compiling quickcheck v0.2.25 Oct 10 19:19:31.096 INFO kablam! Compiling grokking-rust v0.0.1 (/source) Oct 10 19:19:32.132 INFO kablam! warning: unused variable: `volumes` Oct 10 19:19:32.132 INFO kablam! --> src/grok/waterpouring.rs:40:7 Oct 10 19:19:32.132 INFO kablam! | Oct 10 19:19:32.132 INFO kablam! 40 | let volumes: Vec = vec![0, max_volumes.len()]; Oct 10 19:19:32.132 INFO kablam! | ^^^^^^^ help: consider using `_volumes` instead Oct 10 19:19:32.132 INFO kablam! | Oct 10 19:19:32.132 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:19:32.132 INFO kablam! Oct 10 19:19:32.132 INFO kablam! warning: unused variable: `required_volume` Oct 10 19:19:32.132 INFO kablam! --> src/grok/waterpouring.rs:39:40 Oct 10 19:19:32.132 INFO kablam! | Oct 10 19:19:32.132 INFO kablam! 39 | pub fn solve(max_volumes: &Vec, required_volume: usize) -> State { Oct 10 19:19:32.132 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_required_volume` instead Oct 10 19:19:32.132 INFO kablam! Oct 10 19:19:32.152 INFO kablam! warning: variant is never constructed: `Fill` Oct 10 19:19:32.152 INFO kablam! --> src/grok/waterpouring.rs:5:3 Oct 10 19:19:32.152 INFO kablam! | Oct 10 19:19:32.152 INFO kablam! 5 | Fill { glass: usize }, Oct 10 19:19:32.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:19:32.152 INFO kablam! | Oct 10 19:19:32.152 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:19:32.152 INFO kablam! Oct 10 19:19:32.152 INFO kablam! warning: variant is never constructed: `Empty` Oct 10 19:19:32.152 INFO kablam! --> src/grok/waterpouring.rs:6:3 Oct 10 19:19:32.152 INFO kablam! | Oct 10 19:19:32.152 INFO kablam! 6 | Empty { glass: usize }, Oct 10 19:19:32.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:19:32.152 INFO kablam! Oct 10 19:19:32.152 INFO kablam! warning: variant is never constructed: `Transfer` Oct 10 19:19:32.152 INFO kablam! --> src/grok/waterpouring.rs:7:3 Oct 10 19:19:32.152 INFO kablam! | Oct 10 19:19:32.152 INFO kablam! 7 | Transfer { from: usize, to: usize }, Oct 10 19:19:32.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:19:32.152 INFO kablam! Oct 10 19:19:32.152 INFO kablam! warning: function is never used: `solve` Oct 10 19:19:32.152 INFO kablam! --> src/grok/waterpouring.rs:39:1 Oct 10 19:19:32.152 INFO kablam! | Oct 10 19:19:32.152 INFO kablam! 39 | pub fn solve(max_volumes: &Vec, required_volume: usize) -> State { Oct 10 19:19:32.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:19:32.152 INFO kablam! Oct 10 19:19:33.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.25s Oct 10 19:19:33.829 INFO kablam! su: No module specific data is present Oct 10 19:19:34.904 INFO running `"docker" "rm" "-f" "7426aab0ca8eefc27cd1735f9fbe9f6d3bbe70fcc45447a890a146ee7b6766f5"` Oct 10 19:19:35.152 INFO blam! 7426aab0ca8eefc27cd1735f9fbe9f6d3bbe70fcc45447a890a146ee7b6766f5 Oct 10 19:19:35.168 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:19:35.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 19:19:35.690 INFO blam! 02b4b5d4323abe93e593de44c3f623d5d88beabe041e8ded7082ae24f56e4bcf Oct 10 19:19:35.692 INFO running `"docker" "start" "-a" "02b4b5d4323abe93e593de44c3f623d5d88beabe041e8ded7082ae24f56e4bcf"` Oct 10 19:19:37.259 INFO kablam! usermod: no changes Oct 10 19:19:37.356 INFO kablam! Compiling grokking-rust v0.0.1 (/source) Oct 10 19:19:38.451 INFO kablam! warning: unused variable: `volumes` Oct 10 19:19:38.452 INFO kablam! --> src/grok/waterpouring.rs:40:7 Oct 10 19:19:38.452 INFO kablam! | Oct 10 19:19:38.452 INFO kablam! 40 | let volumes: Vec = vec![0, max_volumes.len()]; Oct 10 19:19:38.452 INFO kablam! | ^^^^^^^ help: consider using `_volumes` instead Oct 10 19:19:38.452 INFO kablam! | Oct 10 19:19:38.452 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:19:38.452 INFO kablam! Oct 10 19:19:38.452 INFO kablam! warning: unused variable: `required_volume` Oct 10 19:19:38.452 INFO kablam! --> src/grok/waterpouring.rs:39:40 Oct 10 19:19:38.452 INFO kablam! | Oct 10 19:19:38.452 INFO kablam! 39 | pub fn solve(max_volumes: &Vec, required_volume: usize) -> State { Oct 10 19:19:38.452 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_required_volume` instead Oct 10 19:19:38.452 INFO kablam! Oct 10 19:19:38.480 INFO kablam! warning: variant is never constructed: `Fill` Oct 10 19:19:38.480 INFO kablam! --> src/grok/waterpouring.rs:5:3 Oct 10 19:19:38.480 INFO kablam! | Oct 10 19:19:38.480 INFO kablam! 5 | Fill { glass: usize }, Oct 10 19:19:38.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:19:38.480 INFO kablam! | Oct 10 19:19:38.480 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:19:38.480 INFO kablam! Oct 10 19:19:38.480 INFO kablam! warning: variant is never constructed: `Empty` Oct 10 19:19:38.480 INFO kablam! --> src/grok/waterpouring.rs:6:3 Oct 10 19:19:38.480 INFO kablam! | Oct 10 19:19:38.480 INFO kablam! 6 | Empty { glass: usize }, Oct 10 19:19:38.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:19:38.480 INFO kablam! Oct 10 19:19:38.480 INFO kablam! warning: variant is never constructed: `Transfer` Oct 10 19:19:38.480 INFO kablam! --> src/grok/waterpouring.rs:7:3 Oct 10 19:19:38.480 INFO kablam! | Oct 10 19:19:38.480 INFO kablam! 7 | Transfer { from: usize, to: usize }, Oct 10 19:19:38.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:19:38.480 INFO kablam! Oct 10 19:19:38.480 INFO kablam! warning: function is never used: `solve` Oct 10 19:19:38.480 INFO kablam! --> src/grok/waterpouring.rs:39:1 Oct 10 19:19:38.480 INFO kablam! | Oct 10 19:19:38.481 INFO kablam! 39 | pub fn solve(max_volumes: &Vec, required_volume: usize) -> State { Oct 10 19:19:38.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:19:38.481 INFO kablam! Oct 10 19:19:39.398 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 10 19:19:39.402 INFO kablam! su: No module specific data is present Oct 10 19:19:40.763 INFO running `"docker" "rm" "-f" "02b4b5d4323abe93e593de44c3f623d5d88beabe041e8ded7082ae24f56e4bcf"` Oct 10 19:19:41.144 INFO blam! 02b4b5d4323abe93e593de44c3f623d5d88beabe041e8ded7082ae24f56e4bcf Oct 10 19:19:41.148 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:19:41.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 19:19:41.556 INFO blam! 7d7c4ab3e1bc8ca896a436c6d22880121d24ddfc2efa00ead660cfd380efaa0b Oct 10 19:19:41.556 INFO running `"docker" "start" "-a" "7d7c4ab3e1bc8ca896a436c6d22880121d24ddfc2efa00ead660cfd380efaa0b"` Oct 10 19:19:43.816 INFO kablam! usermod: no changes Oct 10 19:19:43.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 10 19:19:43.925 INFO kablam! Running /target/debug/deps/grokking_rust-124b7c712e71478d Oct 10 19:19:43.932 INFO kablam! su: No module specific data is present Oct 10 19:19:43.933 INFO blam! Oct 10 19:19:43.933 INFO blam! running 1 test Oct 10 19:19:43.933 INFO blam! test tests::test_mergesort ... ok Oct 10 19:19:43.933 INFO blam! Oct 10 19:19:43.934 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:19:43.934 INFO blam! Oct 10 19:19:45.035 INFO running `"docker" "rm" "-f" "7d7c4ab3e1bc8ca896a436c6d22880121d24ddfc2efa00ead660cfd380efaa0b"` Oct 10 19:19:45.436 INFO blam! 7d7c4ab3e1bc8ca896a436c6d22880121d24ddfc2efa00ead660cfd380efaa0b