Oct 14 13:11:15.279 INFO testing lshlyapnikov/grokking-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:11:15.279 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:11:15.685 INFO blam! afec074625e8cf8041f5d2931451df9f76d22d58a72f2df11e0b1a16841f70b3 Oct 14 13:11:15.691 INFO running `"docker" "start" "-a" "afec074625e8cf8041f5d2931451df9f76d22d58a72f2df11e0b1a16841f70b3"` Oct 14 13:11:17.352 INFO kablam! usermod: no changes Oct 14 13:11:17.456 INFO kablam! Compiling libc v0.2.6 Oct 14 13:11:17.463 INFO kablam! Compiling winapi v0.2.5 Oct 14 13:11:17.463 INFO kablam! Compiling regex-syntax v0.2.2 Oct 14 13:11:17.463 INFO kablam! Compiling advapi32-sys v0.1.2 Oct 14 13:11:19.351 INFO kablam! Compiling memchr v0.1.7 Oct 14 13:11:19.351 INFO kablam! Compiling log v0.3.5 Oct 14 13:11:19.351 INFO kablam! Compiling rand v0.3.13 Oct 14 13:11:19.943 INFO kablam! Compiling aho-corasick v0.4.1 Oct 14 13:11:24.596 INFO kablam! Compiling regex v0.1.48 Oct 14 13:11:28.775 INFO kablam! Compiling env_logger v0.3.2 Oct 14 13:11:29.879 INFO kablam! Compiling quickcheck v0.2.25 Oct 14 13:11:32.871 INFO kablam! Compiling grokking-rust v0.0.1 (/source) Oct 14 13:11:33.307 INFO kablam! warning: unused variable: `volumes` Oct 14 13:11:33.307 INFO kablam! --> src/grok/waterpouring.rs:40:7 Oct 14 13:11:33.307 INFO kablam! | Oct 14 13:11:33.307 INFO kablam! 40 | let volumes: Vec = vec![0, max_volumes.len()]; Oct 14 13:11:33.307 INFO kablam! | ^^^^^^^ help: consider using `_volumes` instead Oct 14 13:11:33.307 INFO kablam! | Oct 14 13:11:33.307 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:11:33.307 INFO kablam! Oct 14 13:11:33.307 INFO kablam! warning: unused variable: `required_volume` Oct 14 13:11:33.307 INFO kablam! --> src/grok/waterpouring.rs:39:40 Oct 14 13:11:33.307 INFO kablam! | Oct 14 13:11:33.307 INFO kablam! 39 | pub fn solve(max_volumes: &Vec, required_volume: usize) -> State { Oct 14 13:11:33.307 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_required_volume` instead Oct 14 13:11:33.307 INFO kablam! Oct 14 13:11:33.327 INFO kablam! warning: variant is never constructed: `Fill` Oct 14 13:11:33.327 INFO kablam! --> src/grok/waterpouring.rs:5:3 Oct 14 13:11:33.327 INFO kablam! | Oct 14 13:11:33.327 INFO kablam! 5 | Fill { glass: usize }, Oct 14 13:11:33.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:33.327 INFO kablam! | Oct 14 13:11:33.327 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:11:33.327 INFO kablam! Oct 14 13:11:33.327 INFO kablam! warning: variant is never constructed: `Empty` Oct 14 13:11:33.327 INFO kablam! --> src/grok/waterpouring.rs:6:3 Oct 14 13:11:33.327 INFO kablam! | Oct 14 13:11:33.327 INFO kablam! 6 | Empty { glass: usize }, Oct 14 13:11:33.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:33.327 INFO kablam! Oct 14 13:11:33.327 INFO kablam! warning: variant is never constructed: `Transfer` Oct 14 13:11:33.327 INFO kablam! --> src/grok/waterpouring.rs:7:3 Oct 14 13:11:33.327 INFO kablam! | Oct 14 13:11:33.327 INFO kablam! 7 | Transfer { from: usize, to: usize }, Oct 14 13:11:33.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:33.327 INFO kablam! Oct 14 13:11:33.327 INFO kablam! warning: function is never used: `solve` Oct 14 13:11:33.327 INFO kablam! --> src/grok/waterpouring.rs:39:1 Oct 14 13:11:33.327 INFO kablam! | Oct 14 13:11:33.327 INFO kablam! 39 | pub fn solve(max_volumes: &Vec, required_volume: usize) -> State { Oct 14 13:11:33.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:33.327 INFO kablam! Oct 14 13:11:35.041 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.65s Oct 14 13:11:35.048 INFO kablam! su: No module specific data is present Oct 14 13:11:35.579 INFO running `"docker" "rm" "-f" "afec074625e8cf8041f5d2931451df9f76d22d58a72f2df11e0b1a16841f70b3"` Oct 14 13:11:35.894 INFO blam! afec074625e8cf8041f5d2931451df9f76d22d58a72f2df11e0b1a16841f70b3 Oct 14 13:11:35.903 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:11:36.319 INFO blam! b335aa63864bc8f528ccb880b18f89942615ccc3fb53bbf11ea7aa77b2f4360c Oct 14 13:11:36.327 INFO running `"docker" "start" "-a" "b335aa63864bc8f528ccb880b18f89942615ccc3fb53bbf11ea7aa77b2f4360c"` Oct 14 13:11:37.895 INFO kablam! usermod: no changes Oct 14 13:11:37.963 INFO kablam! Compiling grokking-rust v0.0.1 (/source) Oct 14 13:11:38.307 INFO kablam! warning: unused variable: `volumes` Oct 14 13:11:38.307 INFO kablam! --> src/grok/waterpouring.rs:40:7 Oct 14 13:11:38.307 INFO kablam! | Oct 14 13:11:38.307 INFO kablam! 40 | let volumes: Vec = vec![0, max_volumes.len()]; Oct 14 13:11:38.307 INFO kablam! | ^^^^^^^ help: consider using `_volumes` instead Oct 14 13:11:38.307 INFO kablam! | Oct 14 13:11:38.307 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:11:38.307 INFO kablam! Oct 14 13:11:38.307 INFO kablam! warning: unused variable: `required_volume` Oct 14 13:11:38.307 INFO kablam! --> src/grok/waterpouring.rs:39:40 Oct 14 13:11:38.307 INFO kablam! | Oct 14 13:11:38.307 INFO kablam! 39 | pub fn solve(max_volumes: &Vec, required_volume: usize) -> State { Oct 14 13:11:38.307 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_required_volume` instead Oct 14 13:11:38.307 INFO kablam! Oct 14 13:11:38.329 INFO kablam! warning: variant is never constructed: `Fill` Oct 14 13:11:38.329 INFO kablam! --> src/grok/waterpouring.rs:5:3 Oct 14 13:11:38.329 INFO kablam! | Oct 14 13:11:38.329 INFO kablam! 5 | Fill { glass: usize }, Oct 14 13:11:38.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:38.329 INFO kablam! | Oct 14 13:11:38.329 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:11:38.329 INFO kablam! Oct 14 13:11:38.329 INFO kablam! warning: variant is never constructed: `Empty` Oct 14 13:11:38.329 INFO kablam! --> src/grok/waterpouring.rs:6:3 Oct 14 13:11:38.329 INFO kablam! | Oct 14 13:11:38.329 INFO kablam! 6 | Empty { glass: usize }, Oct 14 13:11:38.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:38.329 INFO kablam! Oct 14 13:11:38.329 INFO kablam! warning: variant is never constructed: `Transfer` Oct 14 13:11:38.329 INFO kablam! --> src/grok/waterpouring.rs:7:3 Oct 14 13:11:38.329 INFO kablam! | Oct 14 13:11:38.329 INFO kablam! 7 | Transfer { from: usize, to: usize }, Oct 14 13:11:38.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:38.329 INFO kablam! Oct 14 13:11:38.329 INFO kablam! warning: function is never used: `solve` Oct 14 13:11:38.329 INFO kablam! --> src/grok/waterpouring.rs:39:1 Oct 14 13:11:38.329 INFO kablam! | Oct 14 13:11:38.329 INFO kablam! 39 | pub fn solve(max_volumes: &Vec, required_volume: usize) -> State { Oct 14 13:11:38.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:11:38.329 INFO kablam! Oct 14 13:11:39.213 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 14 13:11:39.217 INFO kablam! su: No module specific data is present Oct 14 13:11:39.846 INFO running `"docker" "rm" "-f" "b335aa63864bc8f528ccb880b18f89942615ccc3fb53bbf11ea7aa77b2f4360c"` Oct 14 13:11:40.043 INFO blam! b335aa63864bc8f528ccb880b18f89942615ccc3fb53bbf11ea7aa77b2f4360c Oct 14 13:11:40.057 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:11:40.531 INFO blam! 6862e69215aa4d061a46c79aaee1f66b87af781f18f467251310def55ebafeaa Oct 14 13:11:40.540 INFO running `"docker" "start" "-a" "6862e69215aa4d061a46c79aaee1f66b87af781f18f467251310def55ebafeaa"` Oct 14 13:11:41.835 INFO kablam! usermod: no changes Oct 14 13:11:41.920 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 13:11:41.920 INFO kablam! Running /target/debug/deps/grokking_rust-124b7c712e71478d Oct 14 13:11:41.927 INFO blam! Oct 14 13:11:41.927 INFO blam! running 1 test Oct 14 13:11:41.936 INFO blam! test tests::test_mergesort ... ok Oct 14 13:11:41.936 INFO blam! Oct 14 13:11:41.936 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:11:41.936 INFO blam! Oct 14 13:11:41.943 INFO kablam! su: No module specific data is present Oct 14 13:11:42.587 INFO running `"docker" "rm" "-f" "6862e69215aa4d061a46c79aaee1f66b87af781f18f467251310def55ebafeaa"` Oct 14 13:11:42.915 INFO blam! 6862e69215aa4d061a46c79aaee1f66b87af781f18f467251310def55ebafeaa