Oct 10 23:14:19.416 INFO testing faizilham/ocha against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:14:19.416 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:14:19.418 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 23:14:19.950 INFO blam! 98647b179923187b4279c0cff42cd216b094aa6e580265d559a3163703a86867 Oct 10 23:14:19.952 INFO running `"docker" "start" "-a" "98647b179923187b4279c0cff42cd216b094aa6e580265d559a3163703a86867"` Oct 10 23:14:21.320 INFO kablam! usermod: no changes Oct 10 23:14:21.404 INFO kablam! Compiling ocha v0.1.0 (/source) Oct 10 23:14:22.284 INFO kablam! warning: unused variable: `list` Oct 10 23:14:22.284 INFO kablam! --> src/interpreter.rs:111:29 Oct 10 23:14:22.284 INFO kablam! | Oct 10 23:14:22.284 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Oct 10 23:14:22.284 INFO kablam! | ^^^^ help: consider using `_list` instead Oct 10 23:14:22.284 INFO kablam! | Oct 10 23:14:22.284 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:14:22.284 INFO kablam! Oct 10 23:14:22.284 INFO kablam! warning: unused variable: `index` Oct 10 23:14:22.284 INFO kablam! --> src/interpreter.rs:112:28 Oct 10 23:14:22.284 INFO kablam! | Oct 10 23:14:22.284 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Oct 10 23:14:22.284 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 10 23:14:22.284 INFO kablam! Oct 10 23:14:22.284 INFO kablam! warning: unused variable: `value` Oct 10 23:14:22.284 INFO kablam! --> src/interpreter.rs:113:25 Oct 10 23:14:22.284 INFO kablam! | Oct 10 23:14:22.284 INFO kablam! 113 | let value = self.evaluate(expr)?; Oct 10 23:14:22.284 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 10 23:14:22.285 INFO kablam! Oct 10 23:14:22.392 INFO kablam! warning: method is never used: `put` Oct 10 23:14:22.392 INFO kablam! --> src/value/list.rs:25:5 Oct 10 23:14:22.392 INFO kablam! | Oct 10 23:14:22.392 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Oct 10 23:14:22.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:14:22.392 INFO kablam! | Oct 10 23:14:22.392 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:14:22.392 INFO kablam! Oct 10 23:14:25.342 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.99s Oct 10 23:14:25.345 INFO kablam! su: No module specific data is present Oct 10 23:14:26.048 INFO running `"docker" "rm" "-f" "98647b179923187b4279c0cff42cd216b094aa6e580265d559a3163703a86867"` Oct 10 23:14:26.384 INFO blam! 98647b179923187b4279c0cff42cd216b094aa6e580265d559a3163703a86867 Oct 10 23:14:26.386 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:14:26.386 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 23:14:26.920 INFO blam! 371522d0d995f8ec21752e7c8259a8203d50fb7a7f8735dad74bd8ebf6db3702 Oct 10 23:14:26.922 INFO running `"docker" "start" "-a" "371522d0d995f8ec21752e7c8259a8203d50fb7a7f8735dad74bd8ebf6db3702"` Oct 10 23:14:28.404 INFO kablam! usermod: no changes Oct 10 23:14:28.481 INFO kablam! Compiling ocha v0.1.0 (/source) Oct 10 23:14:30.452 INFO kablam! warning: unused variable: `list` Oct 10 23:14:30.452 INFO kablam! --> src/interpreter.rs:111:29 Oct 10 23:14:30.452 INFO kablam! | Oct 10 23:14:30.452 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Oct 10 23:14:30.452 INFO kablam! | ^^^^ help: consider using `_list` instead Oct 10 23:14:30.452 INFO kablam! | Oct 10 23:14:30.452 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:14:30.452 INFO kablam! Oct 10 23:14:30.452 INFO kablam! warning: unused variable: `index` Oct 10 23:14:30.452 INFO kablam! --> src/interpreter.rs:112:28 Oct 10 23:14:30.452 INFO kablam! | Oct 10 23:14:30.452 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Oct 10 23:14:30.452 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 10 23:14:30.452 INFO kablam! Oct 10 23:14:30.452 INFO kablam! warning: unused variable: `value` Oct 10 23:14:30.452 INFO kablam! --> src/interpreter.rs:113:25 Oct 10 23:14:30.452 INFO kablam! | Oct 10 23:14:30.452 INFO kablam! 113 | let value = self.evaluate(expr)?; Oct 10 23:14:30.452 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 10 23:14:30.452 INFO kablam! Oct 10 23:14:30.616 INFO kablam! warning: method is never used: `put` Oct 10 23:14:30.616 INFO kablam! --> src/value/list.rs:25:5 Oct 10 23:14:30.616 INFO kablam! | Oct 10 23:14:30.616 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Oct 10 23:14:30.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:14:30.616 INFO kablam! | Oct 10 23:14:30.616 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:14:30.616 INFO kablam! Oct 10 23:14:31.098 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.64s Oct 10 23:14:31.099 INFO kablam! su: No module specific data is present Oct 10 23:14:32.010 INFO running `"docker" "rm" "-f" "371522d0d995f8ec21752e7c8259a8203d50fb7a7f8735dad74bd8ebf6db3702"` Oct 10 23:14:32.260 INFO blam! 371522d0d995f8ec21752e7c8259a8203d50fb7a7f8735dad74bd8ebf6db3702 Oct 10 23:14:32.268 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:14:32.268 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 23:14:32.720 INFO blam! 5281bd6f7fe1aa86f3cacaeab540272a2cba68b1559d64044433f72e6fa48c73 Oct 10 23:14:32.729 INFO running `"docker" "start" "-a" "5281bd6f7fe1aa86f3cacaeab540272a2cba68b1559d64044433f72e6fa48c73"` Oct 10 23:14:34.048 INFO kablam! usermod: no changes Oct 10 23:14:34.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 23:14:34.116 INFO kablam! Running /target/debug/deps/ocha-6e92be64d0d3a873 Oct 10 23:14:34.120 INFO blam! Oct 10 23:14:34.120 INFO blam! running 0 tests Oct 10 23:14:34.120 INFO blam! Oct 10 23:14:34.120 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:14:34.120 INFO blam! Oct 10 23:14:34.122 INFO kablam! Running /target/debug/deps/ocha-c50184096e0e0fa8 Oct 10 23:14:34.125 INFO blam! Oct 10 23:14:34.125 INFO blam! running 0 tests Oct 10 23:14:34.125 INFO blam! Oct 10 23:14:34.125 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:14:34.125 INFO blam! Oct 10 23:14:34.128 INFO kablam! Doc-tests ocha Oct 10 23:14:35.304 INFO blam! Oct 10 23:14:35.304 INFO blam! running 0 tests Oct 10 23:14:35.304 INFO blam! Oct 10 23:14:35.304 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:14:35.304 INFO blam! Oct 10 23:14:35.308 INFO kablam! su: No module specific data is present Oct 10 23:14:36.388 INFO running `"docker" "rm" "-f" "5281bd6f7fe1aa86f3cacaeab540272a2cba68b1559d64044433f72e6fa48c73"` Oct 10 23:14:36.620 INFO blam! 5281bd6f7fe1aa86f3cacaeab540272a2cba68b1559d64044433f72e6fa48c73