Aug 11 09:39:38.535 INFO checking libpijul-compat-0.8.7 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 09:39:38.535 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 09:39:38.535 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 09:39:38.535 INFO running `"docker" "create" "-v" "/tmp/crater.rESzXl2Xqib1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-0/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 09:39:38.836 INFO blam! fbdc3f4f81b9c0ab773e8f2de6e49b7633e95cfbea5308a2008f395e81023844 Aug 11 09:39:38.837 INFO running `"docker" "start" "-a" "fbdc3f4f81b9c0ab773e8f2de6e49b7633e95cfbea5308a2008f395e81023844"` Aug 11 09:39:40.165 INFO kablam! Checking sanakirja v0.8.17 Aug 11 09:39:40.178 INFO kablam! Checking ignore v0.2.2 Aug 11 09:39:45.624 INFO kablam! Checking libpijul-compat v0.8.7 (file:///source) Aug 11 09:39:55.013 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:55.014 INFO kablam! --> src/lib.rs:176:30 Aug 11 09:39:55.014 INFO kablam! | Aug 11 09:39:55.014 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 11 09:39:55.014 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:55.014 INFO kablam! | Aug 11 09:39:55.014 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:55.014 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:55.014 INFO kablam! Aug 11 09:39:55.016 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:55.016 INFO kablam! --> src/lib.rs:177:35 Aug 11 09:39:55.017 INFO kablam! | Aug 11 09:39:55.017 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 11 09:39:55.017 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:55.017 INFO kablam! | Aug 11 09:39:55.017 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:55.017 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:55.017 INFO kablam! Aug 11 09:39:55.018 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:55.018 INFO kablam! --> src/lib.rs:178:38 Aug 11 09:39:55.018 INFO kablam! | Aug 11 09:39:55.018 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 11 09:39:55.018 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:55.018 INFO kablam! | Aug 11 09:39:55.019 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:55.019 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:55.019 INFO kablam! Aug 11 09:39:55.046 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:55.046 INFO kablam! --> src/lib.rs:176:30 Aug 11 09:39:55.046 INFO kablam! | Aug 11 09:39:55.046 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 11 09:39:55.046 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:55.046 INFO kablam! | Aug 11 09:39:55.046 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:55.046 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:55.046 INFO kablam! Aug 11 09:39:55.048 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:55.048 INFO kablam! --> src/lib.rs:177:35 Aug 11 09:39:55.048 INFO kablam! | Aug 11 09:39:55.048 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 11 09:39:55.048 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:55.049 INFO kablam! | Aug 11 09:39:55.049 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:55.049 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:55.049 INFO kablam! Aug 11 09:39:55.051 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:55.051 INFO kablam! --> src/lib.rs:178:38 Aug 11 09:39:55.051 INFO kablam! | Aug 11 09:39:55.051 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 11 09:39:55.051 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:55.051 INFO kablam! | Aug 11 09:39:55.052 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:55.052 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:55.052 INFO kablam! Aug 11 09:39:55.685 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.685 INFO kablam! --> src/backend/mod.rs:327:18 Aug 11 09:39:55.685 INFO kablam! | Aug 11 09:39:55.685 INFO kablam! 327 | self.txn.del(&mut self.rng, Aug 11 09:39:55.685 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.686 INFO kablam! | Aug 11 09:39:55.686 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.686 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.686 INFO kablam! Aug 11 09:39:55.689 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.689 INFO kablam! --> src/backend/mod.rs:333:18 Aug 11 09:39:55.689 INFO kablam! | Aug 11 09:39:55.689 INFO kablam! 333 | self.txn.put(&mut self.rng, Aug 11 09:39:55.689 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.690 INFO kablam! | Aug 11 09:39:55.690 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.690 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.691 INFO kablam! Aug 11 09:39:55.712 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.712 INFO kablam! --> src/backend/mod.rs:357:22 Aug 11 09:39:55.712 INFO kablam! | Aug 11 09:39:55.712 INFO kablam! 357 | self.txn.del(&mut self.rng, Aug 11 09:39:55.712 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.712 INFO kablam! | Aug 11 09:39:55.713 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.713 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.713 INFO kablam! Aug 11 09:39:55.786 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.786 INFO kablam! --> src/backend/mod.rs:327:18 Aug 11 09:39:55.786 INFO kablam! | Aug 11 09:39:55.786 INFO kablam! 327 | self.txn.del(&mut self.rng, Aug 11 09:39:55.786 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.786 INFO kablam! | Aug 11 09:39:55.786 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.786 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.786 INFO kablam! Aug 11 09:39:55.793 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.794 INFO kablam! --> src/backend/mod.rs:333:18 Aug 11 09:39:55.794 INFO kablam! | Aug 11 09:39:55.794 INFO kablam! 333 | self.txn.put(&mut self.rng, Aug 11 09:39:55.794 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.794 INFO kablam! | Aug 11 09:39:55.794 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.794 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.794 INFO kablam! Aug 11 09:39:55.802 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.802 INFO kablam! --> src/backend/mod.rs:357:22 Aug 11 09:39:55.802 INFO kablam! | Aug 11 09:39:55.802 INFO kablam! 357 | self.txn.del(&mut self.rng, Aug 11 09:39:55.802 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.804 INFO kablam! | Aug 11 09:39:55.804 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.804 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.804 INFO kablam! Aug 11 09:39:56.511 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.511 INFO kablam! --> src/backend/mod.rs:1090:21 Aug 11 09:39:56.512 INFO kablam! | Aug 11 09:39:56.512 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Aug 11 09:39:56.512 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.512 INFO kablam! | Aug 11 09:39:56.512 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.512 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.512 INFO kablam! Aug 11 09:39:56.543 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.543 INFO kablam! --> src/backend/mod.rs:1102:26 Aug 11 09:39:56.543 INFO kablam! | Aug 11 09:39:56.543 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.543 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.543 INFO kablam! | Aug 11 09:39:56.543 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.544 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.545 INFO kablam! Aug 11 09:39:56.553 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.553 INFO kablam! --> src/backend/mod.rs:1123:26 Aug 11 09:39:56.553 INFO kablam! | Aug 11 09:39:56.554 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.554 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.554 INFO kablam! | Aug 11 09:39:56.554 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.555 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.555 INFO kablam! Aug 11 09:39:56.574 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.574 INFO kablam! --> src/backend/mod.rs:1146:26 Aug 11 09:39:56.574 INFO kablam! | Aug 11 09:39:56.574 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.574 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.575 INFO kablam! | Aug 11 09:39:56.575 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.575 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.576 INFO kablam! Aug 11 09:39:56.578 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.578 INFO kablam! --> src/backend/mod.rs:1156:26 Aug 11 09:39:56.578 INFO kablam! | Aug 11 09:39:56.578 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.578 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.579 INFO kablam! | Aug 11 09:39:56.579 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.580 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.580 INFO kablam! Aug 11 09:39:56.583 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.583 INFO kablam! --> src/backend/mod.rs:1165:26 Aug 11 09:39:56.583 INFO kablam! | Aug 11 09:39:56.583 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.583 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.585 INFO kablam! | Aug 11 09:39:56.585 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.585 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.586 INFO kablam! Aug 11 09:39:56.589 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.589 INFO kablam! --> src/backend/mod.rs:1174:26 Aug 11 09:39:56.589 INFO kablam! | Aug 11 09:39:56.589 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.589 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.590 INFO kablam! | Aug 11 09:39:56.590 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.591 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.591 INFO kablam! Aug 11 09:39:56.601 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.601 INFO kablam! --> src/backend/mod.rs:1187:26 Aug 11 09:39:56.601 INFO kablam! | Aug 11 09:39:56.601 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.601 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.602 INFO kablam! | Aug 11 09:39:56.602 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.603 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.603 INFO kablam! Aug 11 09:39:56.606 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.607 INFO kablam! --> src/backend/mod.rs:1200:18 Aug 11 09:39:56.607 INFO kablam! | Aug 11 09:39:56.607 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 11 09:39:56.607 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.608 INFO kablam! | Aug 11 09:39:56.608 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.608 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.609 INFO kablam! Aug 11 09:39:56.613 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.613 INFO kablam! --> src/backend/mod.rs:1201:21 Aug 11 09:39:56.614 INFO kablam! | Aug 11 09:39:56.614 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:56.614 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.616 INFO kablam! | Aug 11 09:39:56.616 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.616 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.617 INFO kablam! Aug 11 09:39:56.619 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.619 INFO kablam! --> src/backend/mod.rs:1213:18 Aug 11 09:39:56.619 INFO kablam! | Aug 11 09:39:56.619 INFO kablam! 1213 | self.txn.del(&mut self.rng, Aug 11 09:39:56.619 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.620 INFO kablam! | Aug 11 09:39:56.620 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.620 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.621 INFO kablam! Aug 11 09:39:56.623 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.623 INFO kablam! --> src/backend/mod.rs:1217:21 Aug 11 09:39:56.623 INFO kablam! | Aug 11 09:39:56.623 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:56.623 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.623 INFO kablam! | Aug 11 09:39:56.624 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.624 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.624 INFO kablam! Aug 11 09:39:56.626 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.626 INFO kablam! --> src/backend/mod.rs:1233:26 Aug 11 09:39:56.627 INFO kablam! | Aug 11 09:39:56.627 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.627 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.628 INFO kablam! | Aug 11 09:39:56.628 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.629 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.629 INFO kablam! Aug 11 09:39:56.632 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.632 INFO kablam! --> src/backend/mod.rs:1242:26 Aug 11 09:39:56.632 INFO kablam! | Aug 11 09:39:56.632 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.632 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.633 INFO kablam! | Aug 11 09:39:56.633 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.634 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.634 INFO kablam! Aug 11 09:39:56.636 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.636 INFO kablam! --> src/backend/mod.rs:1253:26 Aug 11 09:39:56.636 INFO kablam! | Aug 11 09:39:56.636 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.636 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.637 INFO kablam! | Aug 11 09:39:56.637 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.637 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.638 INFO kablam! Aug 11 09:39:56.640 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.640 INFO kablam! --> src/backend/mod.rs:1265:26 Aug 11 09:39:56.640 INFO kablam! | Aug 11 09:39:56.640 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.640 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.641 INFO kablam! | Aug 11 09:39:56.641 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.641 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.642 INFO kablam! Aug 11 09:39:56.644 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.644 INFO kablam! --> src/backend/mod.rs:1274:21 Aug 11 09:39:56.644 INFO kablam! | Aug 11 09:39:56.644 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:56.644 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.645 INFO kablam! | Aug 11 09:39:56.645 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.645 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.646 INFO kablam! Aug 11 09:39:56.648 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.648 INFO kablam! --> src/backend/mod.rs:1284:26 Aug 11 09:39:56.648 INFO kablam! | Aug 11 09:39:56.648 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.648 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.649 INFO kablam! | Aug 11 09:39:56.649 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.650 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.650 INFO kablam! Aug 11 09:39:56.652 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.652 INFO kablam! --> src/backend/mod.rs:1293:21 Aug 11 09:39:56.652 INFO kablam! | Aug 11 09:39:56.652 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:56.652 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.654 INFO kablam! | Aug 11 09:39:56.654 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.654 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.655 INFO kablam! Aug 11 09:39:56.657 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.657 INFO kablam! --> src/backend/mod.rs:1304:26 Aug 11 09:39:56.657 INFO kablam! | Aug 11 09:39:56.657 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.657 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.658 INFO kablam! | Aug 11 09:39:56.658 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.658 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.659 INFO kablam! Aug 11 09:39:56.661 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.661 INFO kablam! --> src/backend/mod.rs:1315:26 Aug 11 09:39:56.661 INFO kablam! | Aug 11 09:39:56.661 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.661 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.662 INFO kablam! | Aug 11 09:39:56.662 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.662 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.663 INFO kablam! Aug 11 09:39:56.666 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.666 INFO kablam! --> src/backend/mod.rs:1326:26 Aug 11 09:39:56.666 INFO kablam! | Aug 11 09:39:56.666 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.666 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.666 INFO kablam! | Aug 11 09:39:56.667 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.667 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.667 INFO kablam! Aug 11 09:39:56.670 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.670 INFO kablam! --> src/backend/mod.rs:1337:26 Aug 11 09:39:56.670 INFO kablam! | Aug 11 09:39:56.670 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.670 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.670 INFO kablam! | Aug 11 09:39:56.671 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.671 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.671 INFO kablam! Aug 11 09:39:56.674 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.674 INFO kablam! --> src/backend/mod.rs:1348:26 Aug 11 09:39:56.674 INFO kablam! | Aug 11 09:39:56.674 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.674 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.675 INFO kablam! | Aug 11 09:39:56.675 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.676 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.676 INFO kablam! Aug 11 09:39:56.678 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.678 INFO kablam! --> src/backend/mod.rs:1357:26 Aug 11 09:39:56.678 INFO kablam! | Aug 11 09:39:56.678 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.678 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.679 INFO kablam! | Aug 11 09:39:56.679 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.679 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.680 INFO kablam! Aug 11 09:39:56.684 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.684 INFO kablam! --> src/backend/mod.rs:1368:21 Aug 11 09:39:56.684 INFO kablam! | Aug 11 09:39:56.684 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:56.684 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.685 INFO kablam! | Aug 11 09:39:56.685 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.685 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.686 INFO kablam! Aug 11 09:39:56.689 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.689 INFO kablam! --> src/backend/mod.rs:1379:21 Aug 11 09:39:56.689 INFO kablam! | Aug 11 09:39:56.689 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:56.689 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.697 INFO kablam! | Aug 11 09:39:56.698 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.698 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.698 INFO kablam! Aug 11 09:39:56.716 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.716 INFO kablam! --> src/backend/mod.rs:1090:21 Aug 11 09:39:56.716 INFO kablam! | Aug 11 09:39:56.716 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Aug 11 09:39:56.716 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.716 INFO kablam! | Aug 11 09:39:56.716 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.716 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.717 INFO kablam! Aug 11 09:39:56.722 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.722 INFO kablam! --> src/backend/mod.rs:1102:26 Aug 11 09:39:56.722 INFO kablam! | Aug 11 09:39:56.722 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.722 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.724 INFO kablam! | Aug 11 09:39:56.724 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.724 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.725 INFO kablam! Aug 11 09:39:56.730 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.730 INFO kablam! --> src/backend/mod.rs:1123:26 Aug 11 09:39:56.730 INFO kablam! | Aug 11 09:39:56.730 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.730 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.730 INFO kablam! | Aug 11 09:39:56.731 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.731 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.731 INFO kablam! Aug 11 09:39:56.740 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.740 INFO kablam! --> src/backend/mod.rs:1146:26 Aug 11 09:39:56.740 INFO kablam! | Aug 11 09:39:56.740 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.740 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.740 INFO kablam! | Aug 11 09:39:56.740 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.740 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.740 INFO kablam! Aug 11 09:39:56.740 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.740 INFO kablam! --> src/backend/mod.rs:1156:26 Aug 11 09:39:56.740 INFO kablam! | Aug 11 09:39:56.741 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.741 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.741 INFO kablam! | Aug 11 09:39:56.741 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.741 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.741 INFO kablam! Aug 11 09:39:56.743 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.743 INFO kablam! --> src/backend/mod.rs:1165:26 Aug 11 09:39:56.743 INFO kablam! | Aug 11 09:39:56.743 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.743 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.743 INFO kablam! | Aug 11 09:39:56.743 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.744 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.744 INFO kablam! Aug 11 09:39:56.745 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.746 INFO kablam! --> src/backend/mod.rs:1174:26 Aug 11 09:39:56.746 INFO kablam! | Aug 11 09:39:56.746 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.746 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.746 INFO kablam! | Aug 11 09:39:56.746 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.746 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.746 INFO kablam! Aug 11 09:39:56.749 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.749 INFO kablam! --> src/backend/mod.rs:1187:26 Aug 11 09:39:56.749 INFO kablam! | Aug 11 09:39:56.749 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.749 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.749 INFO kablam! | Aug 11 09:39:56.749 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.750 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.750 INFO kablam! Aug 11 09:39:56.754 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.754 INFO kablam! --> src/backend/mod.rs:1200:18 Aug 11 09:39:56.754 INFO kablam! | Aug 11 09:39:56.754 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 11 09:39:56.754 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.754 INFO kablam! | Aug 11 09:39:56.754 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.754 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.754 INFO kablam! Aug 11 09:39:56.755 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.755 INFO kablam! --> src/backend/mod.rs:1201:21 Aug 11 09:39:56.755 INFO kablam! | Aug 11 09:39:56.755 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:56.755 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.755 INFO kablam! | Aug 11 09:39:56.755 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.755 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.756 INFO kablam! Aug 11 09:39:56.758 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.758 INFO kablam! --> src/backend/mod.rs:1213:18 Aug 11 09:39:56.758 INFO kablam! | Aug 11 09:39:56.758 INFO kablam! 1213 | self.txn.del(&mut self.rng, Aug 11 09:39:56.758 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.758 INFO kablam! | Aug 11 09:39:56.758 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.758 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.758 INFO kablam! Aug 11 09:39:56.761 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.761 INFO kablam! --> src/backend/mod.rs:1217:21 Aug 11 09:39:56.761 INFO kablam! | Aug 11 09:39:56.761 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:56.761 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.761 INFO kablam! | Aug 11 09:39:56.761 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.761 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.761 INFO kablam! Aug 11 09:39:56.763 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.763 INFO kablam! --> src/backend/mod.rs:1233:26 Aug 11 09:39:56.763 INFO kablam! | Aug 11 09:39:56.763 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.763 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.763 INFO kablam! | Aug 11 09:39:56.763 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.763 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.763 INFO kablam! Aug 11 09:39:56.766 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.766 INFO kablam! --> src/backend/mod.rs:1242:26 Aug 11 09:39:56.766 INFO kablam! | Aug 11 09:39:56.766 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.766 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.766 INFO kablam! | Aug 11 09:39:56.766 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.766 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.766 INFO kablam! Aug 11 09:39:56.768 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.768 INFO kablam! --> src/backend/mod.rs:1253:26 Aug 11 09:39:56.768 INFO kablam! | Aug 11 09:39:56.768 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.768 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.768 INFO kablam! | Aug 11 09:39:56.768 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.768 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.768 INFO kablam! Aug 11 09:39:56.769 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.770 INFO kablam! --> src/backend/mod.rs:1265:26 Aug 11 09:39:56.770 INFO kablam! | Aug 11 09:39:56.770 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.770 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.770 INFO kablam! | Aug 11 09:39:56.770 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.770 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.770 INFO kablam! Aug 11 09:39:56.772 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.772 INFO kablam! --> src/backend/mod.rs:1274:21 Aug 11 09:39:56.772 INFO kablam! | Aug 11 09:39:56.772 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:56.772 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.772 INFO kablam! | Aug 11 09:39:56.772 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.772 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.772 INFO kablam! Aug 11 09:39:56.774 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.774 INFO kablam! --> src/backend/mod.rs:1284:26 Aug 11 09:39:56.774 INFO kablam! | Aug 11 09:39:56.774 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.774 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.774 INFO kablam! | Aug 11 09:39:56.774 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.774 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.774 INFO kablam! Aug 11 09:39:56.776 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.776 INFO kablam! --> src/backend/mod.rs:1293:21 Aug 11 09:39:56.776 INFO kablam! | Aug 11 09:39:56.776 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:56.776 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.776 INFO kablam! | Aug 11 09:39:56.776 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.776 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.777 INFO kablam! Aug 11 09:39:56.778 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.778 INFO kablam! --> src/backend/mod.rs:1304:26 Aug 11 09:39:56.779 INFO kablam! | Aug 11 09:39:56.779 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.779 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.779 INFO kablam! | Aug 11 09:39:56.779 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.779 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.779 INFO kablam! Aug 11 09:39:56.780 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.780 INFO kablam! --> src/backend/mod.rs:1315:26 Aug 11 09:39:56.780 INFO kablam! | Aug 11 09:39:56.781 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.781 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.781 INFO kablam! | Aug 11 09:39:56.781 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.781 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.781 INFO kablam! Aug 11 09:39:56.782 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.782 INFO kablam! --> src/backend/mod.rs:1326:26 Aug 11 09:39:56.782 INFO kablam! | Aug 11 09:39:56.782 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.782 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.783 INFO kablam! | Aug 11 09:39:56.783 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.783 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.783 INFO kablam! Aug 11 09:39:56.784 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.784 INFO kablam! --> src/backend/mod.rs:1337:26 Aug 11 09:39:56.784 INFO kablam! | Aug 11 09:39:56.784 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.784 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.784 INFO kablam! | Aug 11 09:39:56.785 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.785 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.785 INFO kablam! Aug 11 09:39:56.786 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.786 INFO kablam! --> src/backend/mod.rs:1348:26 Aug 11 09:39:56.786 INFO kablam! | Aug 11 09:39:56.786 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.786 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.786 INFO kablam! | Aug 11 09:39:56.786 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.786 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.786 INFO kablam! Aug 11 09:39:56.788 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.788 INFO kablam! --> src/backend/mod.rs:1357:26 Aug 11 09:39:56.788 INFO kablam! | Aug 11 09:39:56.788 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.788 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.788 INFO kablam! | Aug 11 09:39:56.788 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.788 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.788 INFO kablam! Aug 11 09:39:56.792 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.792 INFO kablam! --> src/backend/mod.rs:1368:21 Aug 11 09:39:56.792 INFO kablam! | Aug 11 09:39:56.792 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:56.792 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.792 INFO kablam! | Aug 11 09:39:56.792 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.792 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.792 INFO kablam! Aug 11 09:39:56.795 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.795 INFO kablam! --> src/backend/mod.rs:1379:21 Aug 11 09:39:56.795 INFO kablam! | Aug 11 09:39:56.795 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:56.795 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.795 INFO kablam! | Aug 11 09:39:56.795 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.795 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.796 INFO kablam! Aug 11 09:40:02.388 INFO kablam! error: aborting due to 33 previous errors Aug 11 09:40:02.388 INFO kablam! Aug 11 09:40:02.388 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 09:40:02.398 INFO kablam! error: Could not compile `libpijul-compat`. Aug 11 09:40:02.398 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 09:40:02.731 INFO kablam! error: aborting due to 33 previous errors Aug 11 09:40:02.731 INFO kablam! Aug 11 09:40:02.731 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 09:40:02.748 INFO kablam! error: Could not compile `libpijul-compat`. Aug 11 09:40:02.748 INFO kablam! Aug 11 09:40:02.748 INFO kablam! To learn more, run the command again with --verbose. Aug 11 09:40:02.751 INFO kablam! su: No module specific data is present Aug 11 09:40:03.321 INFO running `"docker" "rm" "-f" "fbdc3f4f81b9c0ab773e8f2de6e49b7633e95cfbea5308a2008f395e81023844"` Aug 11 09:40:03.437 INFO blam! fbdc3f4f81b9c0ab773e8f2de6e49b7633e95cfbea5308a2008f395e81023844