Sep 02 08:48:42.835 INFO checking libpijul-compat-0.8.7 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 08:48:42.835 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 08:48:42.836 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 08:48:43.014 INFO blam! 569e2dcdd0d0c75dc9c9ad51367d54af07d120db6762556f67c79a330fe66f28 Sep 02 08:48:43.016 INFO running `"docker" "start" "-a" "569e2dcdd0d0c75dc9c9ad51367d54af07d120db6762556f67c79a330fe66f28"` Sep 02 08:48:43.705 INFO kablam! Checking sanakirja v0.8.17 Sep 02 08:48:47.089 INFO kablam! Checking libpijul-compat v0.8.7 (file:///source) Sep 02 08:48:51.145 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:51.145 INFO kablam! --> src/lib.rs:176:30 Sep 02 08:48:51.145 INFO kablam! | Sep 02 08:48:51.145 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 02 08:48:51.145 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:51.145 INFO kablam! | Sep 02 08:48:51.145 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:51.145 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:51.145 INFO kablam! Sep 02 08:48:51.146 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:51.146 INFO kablam! --> src/lib.rs:177:35 Sep 02 08:48:51.146 INFO kablam! | Sep 02 08:48:51.146 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 02 08:48:51.146 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:51.146 INFO kablam! | Sep 02 08:48:51.146 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:51.146 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:51.146 INFO kablam! Sep 02 08:48:51.147 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:51.148 INFO kablam! --> src/lib.rs:178:38 Sep 02 08:48:51.148 INFO kablam! | Sep 02 08:48:51.148 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 02 08:48:51.148 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:51.148 INFO kablam! | Sep 02 08:48:51.148 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:51.148 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:51.148 INFO kablam! Sep 02 08:48:51.245 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:51.245 INFO kablam! --> src/lib.rs:176:30 Sep 02 08:48:51.245 INFO kablam! | Sep 02 08:48:51.245 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 02 08:48:51.245 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:51.245 INFO kablam! | Sep 02 08:48:51.245 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:51.245 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:51.245 INFO kablam! Sep 02 08:48:51.246 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:51.246 INFO kablam! --> src/lib.rs:177:35 Sep 02 08:48:51.246 INFO kablam! | Sep 02 08:48:51.246 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 02 08:48:51.247 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:51.247 INFO kablam! | Sep 02 08:48:51.247 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:51.247 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:51.247 INFO kablam! Sep 02 08:48:51.248 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:51.248 INFO kablam! --> src/lib.rs:178:38 Sep 02 08:48:51.248 INFO kablam! | Sep 02 08:48:51.248 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 02 08:48:51.248 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:51.248 INFO kablam! | Sep 02 08:48:51.248 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:51.248 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:51.248 INFO kablam! Sep 02 08:48:51.377 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.377 INFO kablam! --> src/backend/mod.rs:327:18 Sep 02 08:48:51.377 INFO kablam! | Sep 02 08:48:51.377 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 02 08:48:51.377 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.377 INFO kablam! | Sep 02 08:48:51.378 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.378 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.378 INFO kablam! Sep 02 08:48:51.380 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.380 INFO kablam! --> src/backend/mod.rs:333:18 Sep 02 08:48:51.380 INFO kablam! | Sep 02 08:48:51.380 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 02 08:48:51.380 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.380 INFO kablam! | Sep 02 08:48:51.380 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.380 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.380 INFO kablam! Sep 02 08:48:51.386 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.386 INFO kablam! --> src/backend/mod.rs:357:22 Sep 02 08:48:51.386 INFO kablam! | Sep 02 08:48:51.386 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 02 08:48:51.386 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.387 INFO kablam! | Sep 02 08:48:51.387 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.387 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.387 INFO kablam! Sep 02 08:48:51.502 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.502 INFO kablam! --> src/backend/mod.rs:327:18 Sep 02 08:48:51.502 INFO kablam! | Sep 02 08:48:51.502 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 02 08:48:51.502 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.503 INFO kablam! | Sep 02 08:48:51.503 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.503 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.503 INFO kablam! Sep 02 08:48:51.506 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.507 INFO kablam! --> src/backend/mod.rs:333:18 Sep 02 08:48:51.507 INFO kablam! | Sep 02 08:48:51.507 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 02 08:48:51.507 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.507 INFO kablam! | Sep 02 08:48:51.507 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.507 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.507 INFO kablam! Sep 02 08:48:51.515 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.515 INFO kablam! --> src/backend/mod.rs:357:22 Sep 02 08:48:51.515 INFO kablam! | Sep 02 08:48:51.515 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 02 08:48:51.515 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.515 INFO kablam! | Sep 02 08:48:51.515 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.515 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.515 INFO kablam! Sep 02 08:48:51.736 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.736 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 02 08:48:51.736 INFO kablam! | Sep 02 08:48:51.736 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 02 08:48:51.736 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.737 INFO kablam! | Sep 02 08:48:51.737 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.737 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.737 INFO kablam! Sep 02 08:48:51.742 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.742 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 02 08:48:51.743 INFO kablam! | Sep 02 08:48:51.743 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.743 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.743 INFO kablam! | Sep 02 08:48:51.743 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.743 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.743 INFO kablam! Sep 02 08:48:51.748 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.748 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 02 08:48:51.748 INFO kablam! | Sep 02 08:48:51.748 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.748 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.748 INFO kablam! | Sep 02 08:48:51.748 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.748 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.748 INFO kablam! Sep 02 08:48:51.754 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.754 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 02 08:48:51.754 INFO kablam! | Sep 02 08:48:51.754 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.754 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.754 INFO kablam! | Sep 02 08:48:51.755 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.755 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.755 INFO kablam! Sep 02 08:48:51.756 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.756 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 02 08:48:51.757 INFO kablam! | Sep 02 08:48:51.757 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.757 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.757 INFO kablam! | Sep 02 08:48:51.757 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.757 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.757 INFO kablam! Sep 02 08:48:51.759 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.759 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 02 08:48:51.760 INFO kablam! | Sep 02 08:48:51.760 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.760 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.760 INFO kablam! | Sep 02 08:48:51.760 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.760 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.760 INFO kablam! Sep 02 08:48:51.762 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.762 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 02 08:48:51.762 INFO kablam! | Sep 02 08:48:51.762 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.762 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.762 INFO kablam! | Sep 02 08:48:51.762 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.762 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.762 INFO kablam! Sep 02 08:48:51.764 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.765 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 02 08:48:51.765 INFO kablam! | Sep 02 08:48:51.765 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.765 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.765 INFO kablam! | Sep 02 08:48:51.765 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.765 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.765 INFO kablam! Sep 02 08:48:51.767 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.767 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 02 08:48:51.768 INFO kablam! | Sep 02 08:48:51.768 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 02 08:48:51.768 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.768 INFO kablam! | Sep 02 08:48:51.768 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.768 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.768 INFO kablam! Sep 02 08:48:51.769 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.770 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 02 08:48:51.770 INFO kablam! | Sep 02 08:48:51.770 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:51.770 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.770 INFO kablam! | Sep 02 08:48:51.770 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.770 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.770 INFO kablam! Sep 02 08:48:51.772 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.772 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 02 08:48:51.772 INFO kablam! | Sep 02 08:48:51.772 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 02 08:48:51.772 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.772 INFO kablam! | Sep 02 08:48:51.772 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.772 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.772 INFO kablam! Sep 02 08:48:51.774 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.774 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 02 08:48:51.774 INFO kablam! | Sep 02 08:48:51.774 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:51.774 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.774 INFO kablam! | Sep 02 08:48:51.774 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.774 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.774 INFO kablam! Sep 02 08:48:51.776 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.776 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 02 08:48:51.776 INFO kablam! | Sep 02 08:48:51.776 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.776 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.776 INFO kablam! | Sep 02 08:48:51.776 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.776 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.776 INFO kablam! Sep 02 08:48:51.778 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.779 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 02 08:48:51.779 INFO kablam! | Sep 02 08:48:51.779 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.779 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.779 INFO kablam! | Sep 02 08:48:51.779 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.779 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.779 INFO kablam! Sep 02 08:48:51.780 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.780 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 02 08:48:51.780 INFO kablam! | Sep 02 08:48:51.781 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.781 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.781 INFO kablam! | Sep 02 08:48:51.781 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.781 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.781 INFO kablam! Sep 02 08:48:51.782 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.782 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 02 08:48:51.782 INFO kablam! | Sep 02 08:48:51.782 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.782 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.783 INFO kablam! | Sep 02 08:48:51.783 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.783 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.783 INFO kablam! Sep 02 08:48:51.784 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.784 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 02 08:48:51.785 INFO kablam! | Sep 02 08:48:51.785 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:51.785 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.785 INFO kablam! | Sep 02 08:48:51.785 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.785 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.785 INFO kablam! Sep 02 08:48:51.787 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.787 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 02 08:48:51.787 INFO kablam! | Sep 02 08:48:51.787 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.787 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.787 INFO kablam! | Sep 02 08:48:51.787 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.787 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.787 INFO kablam! Sep 02 08:48:51.789 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.789 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 02 08:48:51.789 INFO kablam! | Sep 02 08:48:51.789 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:51.789 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.789 INFO kablam! | Sep 02 08:48:51.789 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.789 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.789 INFO kablam! Sep 02 08:48:51.791 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.791 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 02 08:48:51.791 INFO kablam! | Sep 02 08:48:51.791 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.791 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.791 INFO kablam! | Sep 02 08:48:51.792 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.792 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.792 INFO kablam! Sep 02 08:48:51.793 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.793 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 02 08:48:51.793 INFO kablam! | Sep 02 08:48:51.793 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.793 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.793 INFO kablam! | Sep 02 08:48:51.793 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.794 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.794 INFO kablam! Sep 02 08:48:51.795 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.795 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 02 08:48:51.795 INFO kablam! | Sep 02 08:48:51.795 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.795 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.795 INFO kablam! | Sep 02 08:48:51.796 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.796 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.796 INFO kablam! Sep 02 08:48:51.797 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.797 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 02 08:48:51.797 INFO kablam! | Sep 02 08:48:51.797 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.797 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.797 INFO kablam! | Sep 02 08:48:51.797 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.798 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.798 INFO kablam! Sep 02 08:48:51.799 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.799 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 02 08:48:51.799 INFO kablam! | Sep 02 08:48:51.799 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.799 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.799 INFO kablam! | Sep 02 08:48:51.800 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.800 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.800 INFO kablam! Sep 02 08:48:51.801 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.802 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 02 08:48:51.802 INFO kablam! | Sep 02 08:48:51.802 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.802 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.802 INFO kablam! | Sep 02 08:48:51.802 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.802 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.803 INFO kablam! Sep 02 08:48:51.805 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.805 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 02 08:48:51.805 INFO kablam! | Sep 02 08:48:51.805 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:51.805 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.805 INFO kablam! | Sep 02 08:48:51.805 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.805 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.805 INFO kablam! Sep 02 08:48:51.808 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.808 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 02 08:48:51.808 INFO kablam! | Sep 02 08:48:51.808 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:51.808 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.808 INFO kablam! | Sep 02 08:48:51.808 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.808 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.809 INFO kablam! Sep 02 08:48:51.814 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.814 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 02 08:48:51.814 INFO kablam! | Sep 02 08:48:51.814 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 02 08:48:51.814 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.814 INFO kablam! | Sep 02 08:48:51.814 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.815 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.815 INFO kablam! Sep 02 08:48:51.818 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.818 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 02 08:48:51.818 INFO kablam! | Sep 02 08:48:51.818 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.818 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.818 INFO kablam! | Sep 02 08:48:51.818 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.818 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.818 INFO kablam! Sep 02 08:48:51.821 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.821 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 02 08:48:51.821 INFO kablam! | Sep 02 08:48:51.822 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.822 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.822 INFO kablam! | Sep 02 08:48:51.822 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.822 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.822 INFO kablam! Sep 02 08:48:51.825 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.826 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 02 08:48:51.826 INFO kablam! | Sep 02 08:48:51.826 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.826 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.826 INFO kablam! | Sep 02 08:48:51.826 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.826 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.827 INFO kablam! Sep 02 08:48:51.827 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.828 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 02 08:48:51.828 INFO kablam! | Sep 02 08:48:51.828 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.828 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.828 INFO kablam! | Sep 02 08:48:51.828 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.828 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.828 INFO kablam! Sep 02 08:48:51.830 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.830 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 02 08:48:51.830 INFO kablam! | Sep 02 08:48:51.830 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.830 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.830 INFO kablam! | Sep 02 08:48:51.831 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.831 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.831 INFO kablam! Sep 02 08:48:51.832 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.832 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 02 08:48:51.832 INFO kablam! | Sep 02 08:48:51.832 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.832 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.832 INFO kablam! | Sep 02 08:48:51.832 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.832 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.832 INFO kablam! Sep 02 08:48:51.834 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.834 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 02 08:48:51.835 INFO kablam! | Sep 02 08:48:51.835 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.835 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.835 INFO kablam! | Sep 02 08:48:51.835 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.835 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.835 INFO kablam! Sep 02 08:48:51.836 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.836 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 02 08:48:51.836 INFO kablam! | Sep 02 08:48:51.836 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 02 08:48:51.836 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.836 INFO kablam! | Sep 02 08:48:51.836 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.836 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.836 INFO kablam! Sep 02 08:48:51.838 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.838 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 02 08:48:51.838 INFO kablam! | Sep 02 08:48:51.838 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:51.838 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.838 INFO kablam! | Sep 02 08:48:51.838 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.838 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.838 INFO kablam! Sep 02 08:48:51.839 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.839 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 02 08:48:51.839 INFO kablam! | Sep 02 08:48:51.839 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 02 08:48:51.839 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.839 INFO kablam! | Sep 02 08:48:51.839 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.840 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.840 INFO kablam! Sep 02 08:48:51.841 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.841 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 02 08:48:51.841 INFO kablam! | Sep 02 08:48:51.841 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:51.841 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.841 INFO kablam! | Sep 02 08:48:51.841 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.842 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.842 INFO kablam! Sep 02 08:48:51.842 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.842 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 02 08:48:51.842 INFO kablam! | Sep 02 08:48:51.842 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.842 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.842 INFO kablam! | Sep 02 08:48:51.842 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.842 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.842 INFO kablam! Sep 02 08:48:51.844 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.844 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 02 08:48:51.844 INFO kablam! | Sep 02 08:48:51.844 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.844 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.844 INFO kablam! | Sep 02 08:48:51.844 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.844 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.844 INFO kablam! Sep 02 08:48:51.845 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.845 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 02 08:48:51.845 INFO kablam! | Sep 02 08:48:51.845 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.846 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.846 INFO kablam! | Sep 02 08:48:51.846 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.846 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.846 INFO kablam! Sep 02 08:48:51.846 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.846 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 02 08:48:51.846 INFO kablam! | Sep 02 08:48:51.847 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.847 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.847 INFO kablam! | Sep 02 08:48:51.847 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.847 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.847 INFO kablam! Sep 02 08:48:51.848 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.848 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 02 08:48:51.848 INFO kablam! | Sep 02 08:48:51.849 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:51.849 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.849 INFO kablam! | Sep 02 08:48:51.849 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.849 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.849 INFO kablam! Sep 02 08:48:51.850 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.850 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 02 08:48:51.850 INFO kablam! | Sep 02 08:48:51.850 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.850 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.850 INFO kablam! | Sep 02 08:48:51.851 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.851 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.851 INFO kablam! Sep 02 08:48:51.851 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.851 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 02 08:48:51.852 INFO kablam! | Sep 02 08:48:51.852 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:51.852 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.853 INFO kablam! | Sep 02 08:48:51.853 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.853 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.853 INFO kablam! Sep 02 08:48:51.854 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.854 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 02 08:48:51.854 INFO kablam! | Sep 02 08:48:51.854 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.854 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.854 INFO kablam! | Sep 02 08:48:51.854 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.854 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.855 INFO kablam! Sep 02 08:48:51.855 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.855 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 02 08:48:51.855 INFO kablam! | Sep 02 08:48:51.855 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.855 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.855 INFO kablam! | Sep 02 08:48:51.855 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.856 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.856 INFO kablam! Sep 02 08:48:51.856 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.856 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 02 08:48:51.856 INFO kablam! | Sep 02 08:48:51.856 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.856 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.856 INFO kablam! | Sep 02 08:48:51.857 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.857 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.857 INFO kablam! Sep 02 08:48:51.858 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.858 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 02 08:48:51.858 INFO kablam! | Sep 02 08:48:51.858 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.858 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.858 INFO kablam! | Sep 02 08:48:51.858 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.859 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.859 INFO kablam! Sep 02 08:48:51.860 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.860 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 02 08:48:51.860 INFO kablam! | Sep 02 08:48:51.860 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:51.860 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.860 INFO kablam! | Sep 02 08:48:51.860 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.861 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.861 INFO kablam! Sep 02 08:48:51.862 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.862 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 02 08:48:51.862 INFO kablam! | Sep 02 08:48:51.862 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:51.862 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.862 INFO kablam! | Sep 02 08:48:51.862 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.863 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.863 INFO kablam! Sep 02 08:48:51.865 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.865 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 02 08:48:51.865 INFO kablam! | Sep 02 08:48:51.866 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:51.866 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.866 INFO kablam! | Sep 02 08:48:51.866 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.866 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.866 INFO kablam! Sep 02 08:48:51.867 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:51.867 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 02 08:48:51.868 INFO kablam! | Sep 02 08:48:51.868 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:51.868 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:51.868 INFO kablam! | Sep 02 08:48:51.868 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:51.868 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:51.868 INFO kablam! Sep 02 08:48:55.615 INFO kablam! error: aborting due to 33 previous errors Sep 02 08:48:55.615 INFO kablam! Sep 02 08:48:55.615 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 08:48:55.630 INFO kablam! error: Could not compile `libpijul-compat`. Sep 02 08:48:55.630 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 08:48:55.792 INFO kablam! error: aborting due to 33 previous errors Sep 02 08:48:55.792 INFO kablam! Sep 02 08:48:55.792 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 08:48:55.815 INFO kablam! error: Could not compile `libpijul-compat`. Sep 02 08:48:55.815 INFO kablam! Sep 02 08:48:55.815 INFO kablam! To learn more, run the command again with --verbose. Sep 02 08:48:55.817 INFO kablam! su: No module specific data is present Sep 02 08:48:56.258 INFO running `"docker" "rm" "-f" "569e2dcdd0d0c75dc9c9ad51367d54af07d120db6762556f67c79a330fe66f28"` Sep 02 08:48:56.403 INFO blam! 569e2dcdd0d0c75dc9c9ad51367d54af07d120db6762556f67c79a330fe66f28