Sep 04 12:11:06.174 INFO checking libpijul-compat-0.8.7 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 12:11:06.174 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 12:11:06.175 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:11:06.343 INFO blam! b9bd6211d588cf2acfec63c1f86deacdc099df4c82cbc4870b3f20fd53be834a Sep 04 12:11:06.345 INFO running `"docker" "start" "-a" "b9bd6211d588cf2acfec63c1f86deacdc099df4c82cbc4870b3f20fd53be834a"` Sep 04 12:11:07.148 INFO kablam! Checking sanakirja v0.8.17 Sep 04 12:11:10.645 INFO kablam! Checking libpijul-compat v0.8.7 (file:///source) Sep 04 12:11:14.940 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:14.940 INFO kablam! --> src/lib.rs:176:30 Sep 04 12:11:14.940 INFO kablam! | Sep 04 12:11:14.940 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 04 12:11:14.940 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:14.941 INFO kablam! | Sep 04 12:11:14.941 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:14.941 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:14.941 INFO kablam! Sep 04 12:11:14.942 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:14.942 INFO kablam! --> src/lib.rs:177:35 Sep 04 12:11:14.942 INFO kablam! | Sep 04 12:11:14.942 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 04 12:11:14.942 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:14.942 INFO kablam! | Sep 04 12:11:14.942 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:14.942 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:14.942 INFO kablam! Sep 04 12:11:14.943 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:14.943 INFO kablam! --> src/lib.rs:178:38 Sep 04 12:11:14.943 INFO kablam! | Sep 04 12:11:14.943 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 04 12:11:14.944 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:14.944 INFO kablam! | Sep 04 12:11:14.944 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:14.945 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:14.945 INFO kablam! Sep 04 12:11:15.197 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.197 INFO kablam! --> src/backend/mod.rs:327:18 Sep 04 12:11:15.197 INFO kablam! | Sep 04 12:11:15.197 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 04 12:11:15.197 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.197 INFO kablam! | Sep 04 12:11:15.197 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.197 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.197 INFO kablam! Sep 04 12:11:15.200 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.200 INFO kablam! --> src/backend/mod.rs:333:18 Sep 04 12:11:15.200 INFO kablam! | Sep 04 12:11:15.200 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 04 12:11:15.200 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.200 INFO kablam! | Sep 04 12:11:15.200 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.200 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.200 INFO kablam! Sep 04 12:11:15.208 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.208 INFO kablam! --> src/backend/mod.rs:357:22 Sep 04 12:11:15.208 INFO kablam! | Sep 04 12:11:15.208 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 04 12:11:15.208 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.208 INFO kablam! | Sep 04 12:11:15.208 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.208 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.208 INFO kablam! Sep 04 12:11:15.237 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:15.237 INFO kablam! --> src/lib.rs:176:30 Sep 04 12:11:15.237 INFO kablam! | Sep 04 12:11:15.237 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 04 12:11:15.237 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:15.237 INFO kablam! | Sep 04 12:11:15.237 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:15.237 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:15.237 INFO kablam! Sep 04 12:11:15.239 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:15.239 INFO kablam! --> src/lib.rs:177:35 Sep 04 12:11:15.239 INFO kablam! | Sep 04 12:11:15.239 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 04 12:11:15.239 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:15.239 INFO kablam! | Sep 04 12:11:15.239 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:15.239 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:15.239 INFO kablam! Sep 04 12:11:15.240 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:15.241 INFO kablam! --> src/lib.rs:178:38 Sep 04 12:11:15.241 INFO kablam! | Sep 04 12:11:15.241 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 04 12:11:15.241 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:15.241 INFO kablam! | Sep 04 12:11:15.242 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:15.242 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:15.242 INFO kablam! Sep 04 12:11:15.563 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.563 INFO kablam! --> src/backend/mod.rs:327:18 Sep 04 12:11:15.563 INFO kablam! | Sep 04 12:11:15.563 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 04 12:11:15.563 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.564 INFO kablam! | Sep 04 12:11:15.564 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.564 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.564 INFO kablam! Sep 04 12:11:15.567 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.567 INFO kablam! --> src/backend/mod.rs:333:18 Sep 04 12:11:15.567 INFO kablam! | Sep 04 12:11:15.568 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 04 12:11:15.568 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.568 INFO kablam! | Sep 04 12:11:15.568 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.568 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.568 INFO kablam! Sep 04 12:11:15.580 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.580 INFO kablam! --> src/backend/mod.rs:357:22 Sep 04 12:11:15.580 INFO kablam! | Sep 04 12:11:15.580 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 04 12:11:15.580 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.580 INFO kablam! | Sep 04 12:11:15.580 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.580 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.581 INFO kablam! Sep 04 12:11:15.620 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.620 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 04 12:11:15.620 INFO kablam! | Sep 04 12:11:15.620 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 04 12:11:15.620 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.620 INFO kablam! | Sep 04 12:11:15.620 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.620 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.620 INFO kablam! Sep 04 12:11:15.626 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.626 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 04 12:11:15.626 INFO kablam! | Sep 04 12:11:15.626 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:15.626 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.626 INFO kablam! | Sep 04 12:11:15.626 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.626 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.626 INFO kablam! Sep 04 12:11:15.631 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.631 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 04 12:11:15.631 INFO kablam! | Sep 04 12:11:15.631 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:15.631 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.631 INFO kablam! | Sep 04 12:11:15.631 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.631 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.631 INFO kablam! Sep 04 12:11:15.637 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.637 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 04 12:11:15.637 INFO kablam! | Sep 04 12:11:15.637 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:15.637 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.637 INFO kablam! | Sep 04 12:11:15.637 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.637 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.638 INFO kablam! Sep 04 12:11:15.639 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.639 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 04 12:11:15.639 INFO kablam! | Sep 04 12:11:15.639 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:15.639 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.640 INFO kablam! | Sep 04 12:11:15.640 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.640 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.640 INFO kablam! Sep 04 12:11:15.642 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.642 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 04 12:11:15.642 INFO kablam! | Sep 04 12:11:15.642 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:15.642 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.642 INFO kablam! | Sep 04 12:11:15.642 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.642 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.643 INFO kablam! Sep 04 12:11:15.644 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.644 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 04 12:11:15.644 INFO kablam! | Sep 04 12:11:15.644 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:15.644 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.644 INFO kablam! | Sep 04 12:11:15.644 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.645 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.645 INFO kablam! Sep 04 12:11:15.647 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.647 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 04 12:11:15.647 INFO kablam! | Sep 04 12:11:15.647 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:15.647 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.647 INFO kablam! | Sep 04 12:11:15.647 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.647 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.648 INFO kablam! Sep 04 12:11:15.650 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.650 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 04 12:11:15.650 INFO kablam! | Sep 04 12:11:15.650 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 04 12:11:15.650 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.650 INFO kablam! | Sep 04 12:11:15.650 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.650 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.650 INFO kablam! Sep 04 12:11:15.652 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.652 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 04 12:11:15.652 INFO kablam! | Sep 04 12:11:15.652 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:15.652 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.652 INFO kablam! | Sep 04 12:11:15.652 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.652 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.652 INFO kablam! Sep 04 12:11:15.654 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.654 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 04 12:11:15.654 INFO kablam! | Sep 04 12:11:15.654 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 04 12:11:15.655 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.655 INFO kablam! | Sep 04 12:11:15.655 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.655 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.655 INFO kablam! Sep 04 12:11:15.656 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.656 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 04 12:11:15.656 INFO kablam! | Sep 04 12:11:15.656 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:15.656 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.656 INFO kablam! | Sep 04 12:11:15.656 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.657 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.657 INFO kablam! Sep 04 12:11:15.658 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.658 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 04 12:11:15.658 INFO kablam! | Sep 04 12:11:15.658 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:15.659 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.659 INFO kablam! | Sep 04 12:11:15.659 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.659 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.659 INFO kablam! Sep 04 12:11:15.661 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.661 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 04 12:11:15.661 INFO kablam! | Sep 04 12:11:15.661 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:15.661 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.661 INFO kablam! | Sep 04 12:11:15.661 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.661 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.661 INFO kablam! Sep 04 12:11:15.663 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.663 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 04 12:11:15.663 INFO kablam! | Sep 04 12:11:15.663 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:15.663 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.663 INFO kablam! | Sep 04 12:11:15.663 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.663 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.663 INFO kablam! Sep 04 12:11:15.665 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.665 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 04 12:11:15.665 INFO kablam! | Sep 04 12:11:15.665 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:15.665 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.665 INFO kablam! | Sep 04 12:11:15.665 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.665 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.665 INFO kablam! Sep 04 12:11:15.667 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.667 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 04 12:11:15.667 INFO kablam! | Sep 04 12:11:15.667 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:15.667 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.667 INFO kablam! | Sep 04 12:11:15.667 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.667 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.667 INFO kablam! Sep 04 12:11:15.669 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.669 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 04 12:11:15.669 INFO kablam! | Sep 04 12:11:15.669 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:15.669 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.669 INFO kablam! | Sep 04 12:11:15.669 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.670 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.670 INFO kablam! Sep 04 12:11:15.671 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.671 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 04 12:11:15.671 INFO kablam! | Sep 04 12:11:15.671 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:15.672 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.672 INFO kablam! | Sep 04 12:11:15.672 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.672 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.672 INFO kablam! Sep 04 12:11:15.674 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.674 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 04 12:11:15.674 INFO kablam! | Sep 04 12:11:15.674 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:15.674 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.674 INFO kablam! | Sep 04 12:11:15.674 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.674 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.674 INFO kablam! Sep 04 12:11:15.675 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.676 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 04 12:11:15.676 INFO kablam! | Sep 04 12:11:15.676 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:15.676 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.676 INFO kablam! | Sep 04 12:11:15.676 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.676 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.676 INFO kablam! Sep 04 12:11:15.677 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.678 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 04 12:11:15.678 INFO kablam! | Sep 04 12:11:15.678 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:15.678 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.678 INFO kablam! | Sep 04 12:11:15.678 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.678 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.678 INFO kablam! Sep 04 12:11:15.679 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.680 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 04 12:11:15.680 INFO kablam! | Sep 04 12:11:15.680 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:15.680 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.680 INFO kablam! | Sep 04 12:11:15.680 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.680 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.680 INFO kablam! Sep 04 12:11:15.681 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.682 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 04 12:11:15.682 INFO kablam! | Sep 04 12:11:15.682 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:15.682 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.682 INFO kablam! | Sep 04 12:11:15.682 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.682 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.682 INFO kablam! Sep 04 12:11:15.684 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.684 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 04 12:11:15.684 INFO kablam! | Sep 04 12:11:15.684 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:15.684 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.684 INFO kablam! | Sep 04 12:11:15.684 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.684 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.684 INFO kablam! Sep 04 12:11:15.687 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.687 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 04 12:11:15.687 INFO kablam! | Sep 04 12:11:15.687 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:15.687 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.687 INFO kablam! | Sep 04 12:11:15.687 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.688 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.688 INFO kablam! Sep 04 12:11:15.690 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:15.690 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 04 12:11:15.690 INFO kablam! | Sep 04 12:11:15.690 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:15.690 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:15.690 INFO kablam! | Sep 04 12:11:15.690 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:15.690 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:15.691 INFO kablam! Sep 04 12:11:16.011 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.011 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 04 12:11:16.011 INFO kablam! | Sep 04 12:11:16.011 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 04 12:11:16.011 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.011 INFO kablam! | Sep 04 12:11:16.011 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.011 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.011 INFO kablam! Sep 04 12:11:16.018 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.018 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 04 12:11:16.018 INFO kablam! | Sep 04 12:11:16.018 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:16.018 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.018 INFO kablam! | Sep 04 12:11:16.018 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.018 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.018 INFO kablam! Sep 04 12:11:16.024 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.024 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 04 12:11:16.024 INFO kablam! | Sep 04 12:11:16.024 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:16.024 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.024 INFO kablam! | Sep 04 12:11:16.024 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.024 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.024 INFO kablam! Sep 04 12:11:16.031 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.031 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 04 12:11:16.031 INFO kablam! | Sep 04 12:11:16.031 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:16.031 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.032 INFO kablam! | Sep 04 12:11:16.032 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.032 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.032 INFO kablam! Sep 04 12:11:16.034 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.034 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 04 12:11:16.034 INFO kablam! | Sep 04 12:11:16.034 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:16.034 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.034 INFO kablam! | Sep 04 12:11:16.034 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.034 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.035 INFO kablam! Sep 04 12:11:16.038 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.038 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 04 12:11:16.038 INFO kablam! | Sep 04 12:11:16.038 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:16.038 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.038 INFO kablam! | Sep 04 12:11:16.038 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.038 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.038 INFO kablam! Sep 04 12:11:16.040 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.041 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 04 12:11:16.041 INFO kablam! | Sep 04 12:11:16.041 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:16.041 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.041 INFO kablam! | Sep 04 12:11:16.041 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.041 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.041 INFO kablam! Sep 04 12:11:16.044 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.044 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 04 12:11:16.044 INFO kablam! | Sep 04 12:11:16.044 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:16.044 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.044 INFO kablam! | Sep 04 12:11:16.045 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.045 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.045 INFO kablam! Sep 04 12:11:16.048 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.048 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 04 12:11:16.048 INFO kablam! | Sep 04 12:11:16.048 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 04 12:11:16.048 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.048 INFO kablam! | Sep 04 12:11:16.048 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.048 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.048 INFO kablam! Sep 04 12:11:16.051 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.051 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 04 12:11:16.051 INFO kablam! | Sep 04 12:11:16.051 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:16.051 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.051 INFO kablam! | Sep 04 12:11:16.051 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.051 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.051 INFO kablam! Sep 04 12:11:16.053 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.054 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 04 12:11:16.054 INFO kablam! | Sep 04 12:11:16.054 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 04 12:11:16.054 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.054 INFO kablam! | Sep 04 12:11:16.054 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.054 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.054 INFO kablam! Sep 04 12:11:16.056 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.056 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 04 12:11:16.056 INFO kablam! | Sep 04 12:11:16.056 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:16.056 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.056 INFO kablam! | Sep 04 12:11:16.056 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.057 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.057 INFO kablam! Sep 04 12:11:16.059 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.059 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 04 12:11:16.059 INFO kablam! | Sep 04 12:11:16.059 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:16.059 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.059 INFO kablam! | Sep 04 12:11:16.059 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.059 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.059 INFO kablam! Sep 04 12:11:16.062 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.062 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 04 12:11:16.062 INFO kablam! | Sep 04 12:11:16.062 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:16.062 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.062 INFO kablam! | Sep 04 12:11:16.062 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.062 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.062 INFO kablam! Sep 04 12:11:16.065 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.065 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 04 12:11:16.065 INFO kablam! | Sep 04 12:11:16.065 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:16.065 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.065 INFO kablam! | Sep 04 12:11:16.065 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.065 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.065 INFO kablam! Sep 04 12:11:16.067 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.067 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 04 12:11:16.068 INFO kablam! | Sep 04 12:11:16.068 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:16.068 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.068 INFO kablam! | Sep 04 12:11:16.068 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.068 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.068 INFO kablam! Sep 04 12:11:16.070 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.071 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 04 12:11:16.071 INFO kablam! | Sep 04 12:11:16.071 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:16.071 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.071 INFO kablam! | Sep 04 12:11:16.071 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.071 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.071 INFO kablam! Sep 04 12:11:16.073 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.074 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 04 12:11:16.074 INFO kablam! | Sep 04 12:11:16.074 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:16.074 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.074 INFO kablam! | Sep 04 12:11:16.074 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.074 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.074 INFO kablam! Sep 04 12:11:16.076 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.076 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 04 12:11:16.076 INFO kablam! | Sep 04 12:11:16.077 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:16.077 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.077 INFO kablam! | Sep 04 12:11:16.077 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.077 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.077 INFO kablam! Sep 04 12:11:16.079 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.079 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 04 12:11:16.079 INFO kablam! | Sep 04 12:11:16.079 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:16.080 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.080 INFO kablam! | Sep 04 12:11:16.080 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.080 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.080 INFO kablam! Sep 04 12:11:16.082 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.082 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 04 12:11:16.082 INFO kablam! | Sep 04 12:11:16.082 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:16.082 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.082 INFO kablam! | Sep 04 12:11:16.082 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.082 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.082 INFO kablam! Sep 04 12:11:16.085 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.085 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 04 12:11:16.085 INFO kablam! | Sep 04 12:11:16.085 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:16.085 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.085 INFO kablam! | Sep 04 12:11:16.085 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.085 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.085 INFO kablam! Sep 04 12:11:16.087 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.087 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 04 12:11:16.087 INFO kablam! | Sep 04 12:11:16.087 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:16.087 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.087 INFO kablam! | Sep 04 12:11:16.087 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.088 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.088 INFO kablam! Sep 04 12:11:16.090 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.090 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 04 12:11:16.090 INFO kablam! | Sep 04 12:11:16.090 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:16.090 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.090 INFO kablam! | Sep 04 12:11:16.090 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.090 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.090 INFO kablam! Sep 04 12:11:16.093 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.093 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 04 12:11:16.093 INFO kablam! | Sep 04 12:11:16.093 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:16.093 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.093 INFO kablam! | Sep 04 12:11:16.093 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.093 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.093 INFO kablam! Sep 04 12:11:16.097 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.097 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 04 12:11:16.097 INFO kablam! | Sep 04 12:11:16.097 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:16.097 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.097 INFO kablam! | Sep 04 12:11:16.097 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.097 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.097 INFO kablam! Sep 04 12:11:16.101 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:16.101 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 04 12:11:16.101 INFO kablam! | Sep 04 12:11:16.101 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:16.101 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:16.101 INFO kablam! | Sep 04 12:11:16.101 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:16.101 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:16.101 INFO kablam! Sep 04 12:11:19.457 INFO kablam! error: aborting due to 33 previous errors Sep 04 12:11:19.457 INFO kablam! Sep 04 12:11:19.457 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 12:11:19.472 INFO kablam! error: Could not compile `libpijul-compat`. Sep 04 12:11:19.472 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 12:11:20.052 INFO kablam! error: aborting due to 33 previous errors Sep 04 12:11:20.052 INFO kablam! Sep 04 12:11:20.052 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 12:11:20.074 INFO kablam! error: Could not compile `libpijul-compat`. Sep 04 12:11:20.074 INFO kablam! Sep 04 12:11:20.074 INFO kablam! To learn more, run the command again with --verbose. Sep 04 12:11:20.076 INFO kablam! su: No module specific data is present Sep 04 12:11:20.490 INFO running `"docker" "rm" "-f" "b9bd6211d588cf2acfec63c1f86deacdc099df4c82cbc4870b3f20fd53be834a"` Sep 04 12:11:20.599 INFO blam! b9bd6211d588cf2acfec63c1f86deacdc099df4c82cbc4870b3f20fd53be834a