Aug 31 22:45:13.719 INFO checking libpijul-0.8.3 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 22:45:13.719 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 22:45:13.719 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 22:45:13.913 INFO blam! 400d9de104db8f25cd968d210baf276f1bb72573361b48d2b4bdcfd0d8862bef Aug 31 22:45:13.916 INFO running `"docker" "start" "-a" "400d9de104db8f25cd968d210baf276f1bb72573361b48d2b4bdcfd0d8862bef"` Aug 31 22:45:14.679 INFO kablam! Checking sanakirja v0.8.17 Aug 31 22:45:19.731 INFO kablam! Checking libpijul v0.8.3 (file:///source) Aug 31 22:45:22.874 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 31 22:45:22.874 INFO kablam! --> src/backend/mod.rs:12:9 Aug 31 22:45:22.874 INFO kablam! | Aug 31 22:45:22.874 INFO kablam! 12 | use std::ascii::AsciiExt; Aug 31 22:45:22.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 31 22:45:22.874 INFO kablam! | Aug 31 22:45:22.874 INFO kablam! = note: #[warn(deprecated)] on by default Aug 31 22:45:22.874 INFO kablam! Aug 31 22:45:23.062 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 31 22:45:23.062 INFO kablam! --> src/backend/mod.rs:12:9 Aug 31 22:45:23.062 INFO kablam! | Aug 31 22:45:23.062 INFO kablam! 12 | use std::ascii::AsciiExt; Aug 31 22:45:23.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 31 22:45:23.062 INFO kablam! | Aug 31 22:45:23.062 INFO kablam! = note: #[warn(deprecated)] on by default Aug 31 22:45:23.062 INFO kablam! Aug 31 22:45:24.230 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 31 22:45:24.230 INFO kablam! --> src/lib.rs:175:30 Aug 31 22:45:24.230 INFO kablam! | Aug 31 22:45:24.230 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 31 22:45:24.230 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 31 22:45:24.230 INFO kablam! | Aug 31 22:45:24.230 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 31 22:45:24.230 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 31 22:45:24.230 INFO kablam! Aug 31 22:45:24.232 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 31 22:45:24.232 INFO kablam! --> src/lib.rs:176:35 Aug 31 22:45:24.232 INFO kablam! | Aug 31 22:45:24.232 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 31 22:45:24.232 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 31 22:45:24.232 INFO kablam! | Aug 31 22:45:24.232 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 31 22:45:24.232 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 31 22:45:24.232 INFO kablam! Aug 31 22:45:24.233 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 31 22:45:24.233 INFO kablam! --> src/lib.rs:177:38 Aug 31 22:45:24.233 INFO kablam! | Aug 31 22:45:24.233 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 31 22:45:24.234 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 31 22:45:24.234 INFO kablam! | Aug 31 22:45:24.234 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 31 22:45:24.234 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 31 22:45:24.234 INFO kablam! Aug 31 22:45:24.292 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 31 22:45:24.292 INFO kablam! --> src/lib.rs:175:30 Aug 31 22:45:24.292 INFO kablam! | Aug 31 22:45:24.292 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 31 22:45:24.292 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 31 22:45:24.292 INFO kablam! | Aug 31 22:45:24.292 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 31 22:45:24.292 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 31 22:45:24.292 INFO kablam! Aug 31 22:45:24.294 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 31 22:45:24.294 INFO kablam! --> src/lib.rs:176:35 Aug 31 22:45:24.294 INFO kablam! | Aug 31 22:45:24.294 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 31 22:45:24.294 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 31 22:45:24.294 INFO kablam! | Aug 31 22:45:24.294 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 31 22:45:24.294 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 31 22:45:24.294 INFO kablam! Aug 31 22:45:24.296 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 31 22:45:24.296 INFO kablam! --> src/lib.rs:177:38 Aug 31 22:45:24.296 INFO kablam! | Aug 31 22:45:24.296 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 31 22:45:24.296 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 31 22:45:24.296 INFO kablam! | Aug 31 22:45:24.296 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 31 22:45:24.296 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 31 22:45:24.296 INFO kablam! Aug 31 22:45:24.604 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.604 INFO kablam! --> src/backend/mod.rs:328:18 Aug 31 22:45:24.604 INFO kablam! | Aug 31 22:45:24.604 INFO kablam! 328 | self.txn.del(&mut self.rng, Aug 31 22:45:24.605 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.605 INFO kablam! | Aug 31 22:45:24.605 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.605 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.605 INFO kablam! Aug 31 22:45:24.609 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.609 INFO kablam! --> src/backend/mod.rs:334:18 Aug 31 22:45:24.609 INFO kablam! | Aug 31 22:45:24.609 INFO kablam! 334 | self.txn.put(&mut self.rng, Aug 31 22:45:24.609 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.609 INFO kablam! | Aug 31 22:45:24.609 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.609 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.609 INFO kablam! Aug 31 22:45:24.618 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.618 INFO kablam! --> src/backend/mod.rs:358:22 Aug 31 22:45:24.618 INFO kablam! | Aug 31 22:45:24.618 INFO kablam! 358 | self.txn.del(&mut self.rng, Aug 31 22:45:24.618 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.618 INFO kablam! | Aug 31 22:45:24.618 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.618 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.618 INFO kablam! Aug 31 22:45:24.680 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.680 INFO kablam! --> src/backend/mod.rs:328:18 Aug 31 22:45:24.680 INFO kablam! | Aug 31 22:45:24.680 INFO kablam! 328 | self.txn.del(&mut self.rng, Aug 31 22:45:24.680 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.680 INFO kablam! | Aug 31 22:45:24.680 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.680 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.680 INFO kablam! Aug 31 22:45:24.685 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.685 INFO kablam! --> src/backend/mod.rs:334:18 Aug 31 22:45:24.685 INFO kablam! | Aug 31 22:45:24.685 INFO kablam! 334 | self.txn.put(&mut self.rng, Aug 31 22:45:24.685 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.685 INFO kablam! | Aug 31 22:45:24.685 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.685 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.685 INFO kablam! Aug 31 22:45:24.694 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.694 INFO kablam! --> src/backend/mod.rs:358:22 Aug 31 22:45:24.694 INFO kablam! | Aug 31 22:45:24.694 INFO kablam! 358 | self.txn.del(&mut self.rng, Aug 31 22:45:24.694 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.694 INFO kablam! | Aug 31 22:45:24.694 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.694 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.695 INFO kablam! Aug 31 22:45:24.988 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.988 INFO kablam! --> src/backend/mod.rs:985:21 Aug 31 22:45:24.988 INFO kablam! | Aug 31 22:45:24.988 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Aug 31 22:45:24.988 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.988 INFO kablam! | Aug 31 22:45:24.988 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.988 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.988 INFO kablam! Aug 31 22:45:24.994 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.994 INFO kablam! --> src/backend/mod.rs:997:26 Aug 31 22:45:24.994 INFO kablam! | Aug 31 22:45:24.994 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:24.994 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.994 INFO kablam! | Aug 31 22:45:24.994 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.994 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.994 INFO kablam! Aug 31 22:45:24.996 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.996 INFO kablam! --> src/backend/mod.rs:1010:26 Aug 31 22:45:24.996 INFO kablam! | Aug 31 22:45:24.996 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:24.996 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.996 INFO kablam! | Aug 31 22:45:24.996 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.996 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.996 INFO kablam! Aug 31 22:45:24.999 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.999 INFO kablam! --> src/backend/mod.rs:1025:26 Aug 31 22:45:24.999 INFO kablam! | Aug 31 22:45:24.999 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:24.999 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.999 INFO kablam! | Aug 31 22:45:24.999 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.999 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.999 INFO kablam! Aug 31 22:45:25.001 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.001 INFO kablam! --> src/backend/mod.rs:1035:26 Aug 31 22:45:25.001 INFO kablam! | Aug 31 22:45:25.001 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.002 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.002 INFO kablam! | Aug 31 22:45:25.002 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.002 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.002 INFO kablam! Aug 31 22:45:25.004 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.004 INFO kablam! --> src/backend/mod.rs:1044:26 Aug 31 22:45:25.005 INFO kablam! | Aug 31 22:45:25.005 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.005 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.005 INFO kablam! | Aug 31 22:45:25.005 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.005 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.005 INFO kablam! Aug 31 22:45:25.007 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.007 INFO kablam! --> src/backend/mod.rs:1053:26 Aug 31 22:45:25.007 INFO kablam! | Aug 31 22:45:25.007 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.007 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.007 INFO kablam! | Aug 31 22:45:25.007 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.007 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.007 INFO kablam! Aug 31 22:45:25.010 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.010 INFO kablam! --> src/backend/mod.rs:1066:26 Aug 31 22:45:25.010 INFO kablam! | Aug 31 22:45:25.010 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.010 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.010 INFO kablam! | Aug 31 22:45:25.010 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.010 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.010 INFO kablam! Aug 31 22:45:25.013 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.013 INFO kablam! --> src/backend/mod.rs:1079:18 Aug 31 22:45:25.013 INFO kablam! | Aug 31 22:45:25.013 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 31 22:45:25.013 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.013 INFO kablam! | Aug 31 22:45:25.013 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.013 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.013 INFO kablam! Aug 31 22:45:25.015 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.015 INFO kablam! --> src/backend/mod.rs:1080:21 Aug 31 22:45:25.015 INFO kablam! | Aug 31 22:45:25.015 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Aug 31 22:45:25.015 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.015 INFO kablam! | Aug 31 22:45:25.016 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.016 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.016 INFO kablam! Aug 31 22:45:25.019 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.019 INFO kablam! --> src/backend/mod.rs:1092:18 Aug 31 22:45:25.019 INFO kablam! | Aug 31 22:45:25.019 INFO kablam! 1092 | self.txn.del(&mut self.rng, Aug 31 22:45:25.019 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.019 INFO kablam! | Aug 31 22:45:25.019 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.019 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.019 INFO kablam! Aug 31 22:45:25.021 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.021 INFO kablam! --> src/backend/mod.rs:1096:21 Aug 31 22:45:25.021 INFO kablam! | Aug 31 22:45:25.021 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Aug 31 22:45:25.021 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.021 INFO kablam! | Aug 31 22:45:25.022 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.022 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.022 INFO kablam! Aug 31 22:45:25.024 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.024 INFO kablam! --> src/backend/mod.rs:1112:26 Aug 31 22:45:25.024 INFO kablam! | Aug 31 22:45:25.024 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.024 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.024 INFO kablam! | Aug 31 22:45:25.024 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.025 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.025 INFO kablam! Aug 31 22:45:25.027 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.027 INFO kablam! --> src/backend/mod.rs:1121:26 Aug 31 22:45:25.027 INFO kablam! | Aug 31 22:45:25.027 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.027 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.028 INFO kablam! | Aug 31 22:45:25.028 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.028 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.028 INFO kablam! Aug 31 22:45:25.029 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.029 INFO kablam! --> src/backend/mod.rs:1132:26 Aug 31 22:45:25.029 INFO kablam! | Aug 31 22:45:25.029 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.030 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.030 INFO kablam! | Aug 31 22:45:25.030 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.030 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.030 INFO kablam! Aug 31 22:45:25.031 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.031 INFO kablam! --> src/backend/mod.rs:1144:26 Aug 31 22:45:25.031 INFO kablam! | Aug 31 22:45:25.031 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.031 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.032 INFO kablam! | Aug 31 22:45:25.032 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.032 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.032 INFO kablam! Aug 31 22:45:25.034 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.034 INFO kablam! --> src/backend/mod.rs:1153:21 Aug 31 22:45:25.034 INFO kablam! | Aug 31 22:45:25.034 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Aug 31 22:45:25.034 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.034 INFO kablam! | Aug 31 22:45:25.034 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.034 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.034 INFO kablam! Aug 31 22:45:25.036 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.036 INFO kablam! --> src/backend/mod.rs:1163:26 Aug 31 22:45:25.036 INFO kablam! | Aug 31 22:45:25.036 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.036 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.036 INFO kablam! | Aug 31 22:45:25.036 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.036 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.036 INFO kablam! Aug 31 22:45:25.038 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.039 INFO kablam! --> src/backend/mod.rs:1172:21 Aug 31 22:45:25.039 INFO kablam! | Aug 31 22:45:25.039 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Aug 31 22:45:25.039 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.039 INFO kablam! | Aug 31 22:45:25.039 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.039 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.039 INFO kablam! Aug 31 22:45:25.041 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.041 INFO kablam! --> src/backend/mod.rs:1183:26 Aug 31 22:45:25.041 INFO kablam! | Aug 31 22:45:25.041 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.041 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.041 INFO kablam! | Aug 31 22:45:25.041 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.041 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.041 INFO kablam! Aug 31 22:45:25.043 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.043 INFO kablam! --> src/backend/mod.rs:1194:26 Aug 31 22:45:25.043 INFO kablam! | Aug 31 22:45:25.043 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.043 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.043 INFO kablam! | Aug 31 22:45:25.043 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.043 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.043 INFO kablam! Aug 31 22:45:25.045 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.045 INFO kablam! --> src/backend/mod.rs:1205:26 Aug 31 22:45:25.045 INFO kablam! | Aug 31 22:45:25.045 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.045 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.045 INFO kablam! | Aug 31 22:45:25.045 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.045 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.045 INFO kablam! Aug 31 22:45:25.047 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.047 INFO kablam! --> src/backend/mod.rs:1216:26 Aug 31 22:45:25.047 INFO kablam! | Aug 31 22:45:25.047 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.047 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.047 INFO kablam! | Aug 31 22:45:25.047 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.047 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.047 INFO kablam! Aug 31 22:45:25.049 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.049 INFO kablam! --> src/backend/mod.rs:1227:26 Aug 31 22:45:25.049 INFO kablam! | Aug 31 22:45:25.049 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.049 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.049 INFO kablam! | Aug 31 22:45:25.050 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.050 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.050 INFO kablam! Aug 31 22:45:25.051 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.051 INFO kablam! --> src/backend/mod.rs:1236:26 Aug 31 22:45:25.051 INFO kablam! | Aug 31 22:45:25.051 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.052 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.052 INFO kablam! | Aug 31 22:45:25.052 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.052 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.052 INFO kablam! Aug 31 22:45:25.055 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.055 INFO kablam! --> src/backend/mod.rs:1247:21 Aug 31 22:45:25.055 INFO kablam! | Aug 31 22:45:25.055 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Aug 31 22:45:25.055 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.055 INFO kablam! | Aug 31 22:45:25.055 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.056 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.056 INFO kablam! Aug 31 22:45:25.058 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.058 INFO kablam! --> src/backend/mod.rs:1258:21 Aug 31 22:45:25.058 INFO kablam! | Aug 31 22:45:25.058 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Aug 31 22:45:25.058 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.058 INFO kablam! | Aug 31 22:45:25.059 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.059 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.059 INFO kablam! Aug 31 22:45:25.076 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.076 INFO kablam! --> src/backend/mod.rs:985:21 Aug 31 22:45:25.076 INFO kablam! | Aug 31 22:45:25.076 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Aug 31 22:45:25.076 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.076 INFO kablam! | Aug 31 22:45:25.076 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.076 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.077 INFO kablam! Aug 31 22:45:25.083 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.083 INFO kablam! --> src/backend/mod.rs:997:26 Aug 31 22:45:25.083 INFO kablam! | Aug 31 22:45:25.083 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.083 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.083 INFO kablam! | Aug 31 22:45:25.083 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.084 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.084 INFO kablam! Aug 31 22:45:25.085 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.085 INFO kablam! --> src/backend/mod.rs:1010:26 Aug 31 22:45:25.085 INFO kablam! | Aug 31 22:45:25.085 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.085 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.085 INFO kablam! | Aug 31 22:45:25.085 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.085 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.085 INFO kablam! Aug 31 22:45:25.088 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.088 INFO kablam! --> src/backend/mod.rs:1025:26 Aug 31 22:45:25.088 INFO kablam! | Aug 31 22:45:25.088 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.088 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.088 INFO kablam! | Aug 31 22:45:25.088 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.088 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.088 INFO kablam! Aug 31 22:45:25.092 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.092 INFO kablam! --> src/backend/mod.rs:1035:26 Aug 31 22:45:25.092 INFO kablam! | Aug 31 22:45:25.092 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.092 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.092 INFO kablam! | Aug 31 22:45:25.092 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.092 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.092 INFO kablam! Aug 31 22:45:25.093 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.093 INFO kablam! --> src/backend/mod.rs:1044:26 Aug 31 22:45:25.093 INFO kablam! | Aug 31 22:45:25.093 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.093 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.093 INFO kablam! | Aug 31 22:45:25.093 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.094 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.094 INFO kablam! Aug 31 22:45:25.095 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.095 INFO kablam! --> src/backend/mod.rs:1053:26 Aug 31 22:45:25.095 INFO kablam! | Aug 31 22:45:25.095 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.095 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.095 INFO kablam! | Aug 31 22:45:25.095 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.096 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.096 INFO kablam! Aug 31 22:45:25.098 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.098 INFO kablam! --> src/backend/mod.rs:1066:26 Aug 31 22:45:25.098 INFO kablam! | Aug 31 22:45:25.098 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.099 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.099 INFO kablam! | Aug 31 22:45:25.099 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.099 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.099 INFO kablam! Aug 31 22:45:25.101 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.101 INFO kablam! --> src/backend/mod.rs:1079:18 Aug 31 22:45:25.102 INFO kablam! | Aug 31 22:45:25.102 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 31 22:45:25.102 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.102 INFO kablam! | Aug 31 22:45:25.102 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.102 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.102 INFO kablam! Aug 31 22:45:25.104 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.104 INFO kablam! --> src/backend/mod.rs:1080:21 Aug 31 22:45:25.104 INFO kablam! | Aug 31 22:45:25.104 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Aug 31 22:45:25.104 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.104 INFO kablam! | Aug 31 22:45:25.104 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.104 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.104 INFO kablam! Aug 31 22:45:25.106 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.106 INFO kablam! --> src/backend/mod.rs:1092:18 Aug 31 22:45:25.106 INFO kablam! | Aug 31 22:45:25.106 INFO kablam! 1092 | self.txn.del(&mut self.rng, Aug 31 22:45:25.106 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.106 INFO kablam! | Aug 31 22:45:25.106 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.106 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.106 INFO kablam! Aug 31 22:45:25.108 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.108 INFO kablam! --> src/backend/mod.rs:1096:21 Aug 31 22:45:25.108 INFO kablam! | Aug 31 22:45:25.108 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Aug 31 22:45:25.108 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.108 INFO kablam! | Aug 31 22:45:25.108 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.108 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.108 INFO kablam! Aug 31 22:45:25.110 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.110 INFO kablam! --> src/backend/mod.rs:1112:26 Aug 31 22:45:25.110 INFO kablam! | Aug 31 22:45:25.110 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.110 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.110 INFO kablam! | Aug 31 22:45:25.110 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.110 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.110 INFO kablam! Aug 31 22:45:25.113 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.113 INFO kablam! --> src/backend/mod.rs:1121:26 Aug 31 22:45:25.113 INFO kablam! | Aug 31 22:45:25.113 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.113 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.113 INFO kablam! | Aug 31 22:45:25.113 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.113 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.113 INFO kablam! Aug 31 22:45:25.115 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.115 INFO kablam! --> src/backend/mod.rs:1132:26 Aug 31 22:45:25.115 INFO kablam! | Aug 31 22:45:25.115 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.115 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.115 INFO kablam! | Aug 31 22:45:25.115 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.115 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.115 INFO kablam! Aug 31 22:45:25.117 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.117 INFO kablam! --> src/backend/mod.rs:1144:26 Aug 31 22:45:25.117 INFO kablam! | Aug 31 22:45:25.117 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.117 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.117 INFO kablam! | Aug 31 22:45:25.117 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.117 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.117 INFO kablam! Aug 31 22:45:25.119 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.119 INFO kablam! --> src/backend/mod.rs:1153:21 Aug 31 22:45:25.119 INFO kablam! | Aug 31 22:45:25.120 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Aug 31 22:45:25.120 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.120 INFO kablam! | Aug 31 22:45:25.120 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.120 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.120 INFO kablam! Aug 31 22:45:25.122 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.122 INFO kablam! --> src/backend/mod.rs:1163:26 Aug 31 22:45:25.122 INFO kablam! | Aug 31 22:45:25.122 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.122 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.122 INFO kablam! | Aug 31 22:45:25.122 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.122 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.122 INFO kablam! Aug 31 22:45:25.124 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.124 INFO kablam! --> src/backend/mod.rs:1172:21 Aug 31 22:45:25.124 INFO kablam! | Aug 31 22:45:25.124 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Aug 31 22:45:25.124 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.124 INFO kablam! | Aug 31 22:45:25.124 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.124 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.124 INFO kablam! Aug 31 22:45:25.126 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.126 INFO kablam! --> src/backend/mod.rs:1183:26 Aug 31 22:45:25.126 INFO kablam! | Aug 31 22:45:25.126 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.126 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.126 INFO kablam! | Aug 31 22:45:25.127 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.127 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.127 INFO kablam! Aug 31 22:45:25.128 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.128 INFO kablam! --> src/backend/mod.rs:1194:26 Aug 31 22:45:25.128 INFO kablam! | Aug 31 22:45:25.128 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.128 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.128 INFO kablam! | Aug 31 22:45:25.129 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.129 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.129 INFO kablam! Aug 31 22:45:25.130 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.130 INFO kablam! --> src/backend/mod.rs:1205:26 Aug 31 22:45:25.130 INFO kablam! | Aug 31 22:45:25.130 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.131 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.131 INFO kablam! | Aug 31 22:45:25.131 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.131 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.131 INFO kablam! Aug 31 22:45:25.132 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.132 INFO kablam! --> src/backend/mod.rs:1216:26 Aug 31 22:45:25.132 INFO kablam! | Aug 31 22:45:25.133 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.133 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.133 INFO kablam! | Aug 31 22:45:25.133 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.133 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.133 INFO kablam! Aug 31 22:45:25.135 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.135 INFO kablam! --> src/backend/mod.rs:1227:26 Aug 31 22:45:25.135 INFO kablam! | Aug 31 22:45:25.135 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:25.135 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.135 INFO kablam! | Aug 31 22:45:25.135 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.135 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.135 INFO kablam! Aug 31 22:45:25.141 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.142 INFO kablam! --> src/backend/mod.rs:1236:26 Aug 31 22:45:25.142 INFO kablam! | Aug 31 22:45:25.142 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:25.142 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.142 INFO kablam! | Aug 31 22:45:25.142 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.142 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.142 INFO kablam! Aug 31 22:45:25.142 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.142 INFO kablam! --> src/backend/mod.rs:1247:21 Aug 31 22:45:25.142 INFO kablam! | Aug 31 22:45:25.142 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Aug 31 22:45:25.142 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.143 INFO kablam! | Aug 31 22:45:25.143 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.143 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.143 INFO kablam! Aug 31 22:45:25.144 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:25.144 INFO kablam! --> src/backend/mod.rs:1258:21 Aug 31 22:45:25.144 INFO kablam! | Aug 31 22:45:25.144 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Aug 31 22:45:25.144 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:25.144 INFO kablam! | Aug 31 22:45:25.144 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:25.144 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:25.144 INFO kablam! Aug 31 22:45:27.674 INFO kablam! error: aborting due to 33 previous errors Aug 31 22:45:27.674 INFO kablam! Aug 31 22:45:27.674 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 31 22:45:27.685 INFO kablam! error: Could not compile `libpijul`. Aug 31 22:45:27.685 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 22:45:27.996 INFO kablam! error: aborting due to 33 previous errors Aug 31 22:45:27.996 INFO kablam! Aug 31 22:45:27.997 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 31 22:45:28.012 INFO kablam! error: Could not compile `libpijul`. Aug 31 22:45:28.012 INFO kablam! Aug 31 22:45:28.012 INFO kablam! To learn more, run the command again with --verbose. Aug 31 22:45:28.013 INFO kablam! su: No module specific data is present Aug 31 22:45:28.481 INFO running `"docker" "rm" "-f" "400d9de104db8f25cd968d210baf276f1bb72573361b48d2b4bdcfd0d8862bef"` Aug 31 22:45:28.571 INFO blam! 400d9de104db8f25cd968d210baf276f1bb72573361b48d2b4bdcfd0d8862bef