Sep 17 21:59:12.778 INFO checking libpijul-compat-0.8.7 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 21:59:12.778 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 21:59:12.778 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 21:59:13.053 INFO blam! 1b4e86fb55e40e69c0b96df1d348934b9e157e1386f3e2132d20ee5f5acea25f Sep 17 21:59:13.055 INFO running `"docker" "start" "-a" "1b4e86fb55e40e69c0b96df1d348934b9e157e1386f3e2132d20ee5f5acea25f"` Sep 17 21:59:13.987 INFO kablam! usermod: no changes Sep 17 21:59:14.223 INFO kablam! Checking bs58 v0.2.2 Sep 17 21:59:14.223 INFO kablam! Checking sanakirja v0.8.17 Sep 17 21:59:14.223 INFO kablam! Checking ignore v0.2.2 Sep 17 21:59:16.745 INFO kablam! Checking libpijul-compat v0.8.7 (/source) Sep 17 21:59:19.687 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:19.687 INFO kablam! --> src/lib.rs:176:30 Sep 17 21:59:19.687 INFO kablam! | Sep 17 21:59:19.687 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 17 21:59:19.687 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:19.687 INFO kablam! | Sep 17 21:59:19.687 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:19.687 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:19.687 INFO kablam! Sep 17 21:59:19.687 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:19.687 INFO kablam! --> src/lib.rs:177:35 Sep 17 21:59:19.687 INFO kablam! | Sep 17 21:59:19.687 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 17 21:59:19.687 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:19.687 INFO kablam! | Sep 17 21:59:19.687 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:19.687 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:19.687 INFO kablam! Sep 17 21:59:19.689 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:19.689 INFO kablam! --> src/lib.rs:178:38 Sep 17 21:59:19.689 INFO kablam! | Sep 17 21:59:19.689 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 17 21:59:19.689 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:19.689 INFO kablam! | Sep 17 21:59:19.689 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:19.689 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:19.689 INFO kablam! Sep 17 21:59:19.713 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:19.713 INFO kablam! --> src/lib.rs:176:30 Sep 17 21:59:19.713 INFO kablam! | Sep 17 21:59:19.713 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 17 21:59:19.713 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:19.713 INFO kablam! | Sep 17 21:59:19.713 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:19.713 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:19.713 INFO kablam! Sep 17 21:59:19.719 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:19.719 INFO kablam! --> src/lib.rs:177:35 Sep 17 21:59:19.719 INFO kablam! | Sep 17 21:59:19.719 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 17 21:59:19.719 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:19.719 INFO kablam! | Sep 17 21:59:19.719 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:19.719 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:19.719 INFO kablam! Sep 17 21:59:19.719 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:19.719 INFO kablam! --> src/lib.rs:178:38 Sep 17 21:59:19.719 INFO kablam! | Sep 17 21:59:19.719 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 17 21:59:19.719 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:19.719 INFO kablam! | Sep 17 21:59:19.719 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:19.719 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:19.719 INFO kablam! Sep 17 21:59:19.853 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.853 INFO kablam! --> src/backend/mod.rs:327:18 Sep 17 21:59:19.853 INFO kablam! | Sep 17 21:59:19.853 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 17 21:59:19.853 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.853 INFO kablam! | Sep 17 21:59:19.853 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.853 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.853 INFO kablam! Sep 17 21:59:19.855 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.855 INFO kablam! --> src/backend/mod.rs:333:18 Sep 17 21:59:19.855 INFO kablam! | Sep 17 21:59:19.855 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 17 21:59:19.855 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.855 INFO kablam! | Sep 17 21:59:19.855 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.855 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.855 INFO kablam! Sep 17 21:59:19.863 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.863 INFO kablam! --> src/backend/mod.rs:357:22 Sep 17 21:59:19.863 INFO kablam! | Sep 17 21:59:19.863 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 17 21:59:19.863 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.863 INFO kablam! | Sep 17 21:59:19.863 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.863 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.863 INFO kablam! Sep 17 21:59:19.863 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.863 INFO kablam! --> src/backend/mod.rs:327:18 Sep 17 21:59:19.863 INFO kablam! | Sep 17 21:59:19.863 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 17 21:59:19.863 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.863 INFO kablam! | Sep 17 21:59:19.863 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.863 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.863 INFO kablam! Sep 17 21:59:19.867 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.867 INFO kablam! --> src/backend/mod.rs:333:18 Sep 17 21:59:19.867 INFO kablam! | Sep 17 21:59:19.867 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 17 21:59:19.867 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.867 INFO kablam! | Sep 17 21:59:19.867 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.867 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.867 INFO kablam! Sep 17 21:59:19.875 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.875 INFO kablam! --> src/backend/mod.rs:357:22 Sep 17 21:59:19.875 INFO kablam! | Sep 17 21:59:19.875 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 17 21:59:19.875 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.875 INFO kablam! | Sep 17 21:59:19.875 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.875 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.875 INFO kablam! Sep 17 21:59:20.035 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.035 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 17 21:59:20.035 INFO kablam! | Sep 17 21:59:20.035 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 17 21:59:20.035 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.035 INFO kablam! | Sep 17 21:59:20.035 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.035 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.035 INFO kablam! Sep 17 21:59:20.035 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.035 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 17 21:59:20.035 INFO kablam! | Sep 17 21:59:20.035 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.035 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.035 INFO kablam! | Sep 17 21:59:20.035 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.035 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.035 INFO kablam! Sep 17 21:59:20.035 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.035 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 17 21:59:20.035 INFO kablam! | Sep 17 21:59:20.035 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.035 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.035 INFO kablam! | Sep 17 21:59:20.035 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.035 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.035 INFO kablam! Sep 17 21:59:20.041 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.041 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 17 21:59:20.041 INFO kablam! | Sep 17 21:59:20.041 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.041 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.041 INFO kablam! | Sep 17 21:59:20.041 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.041 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.041 INFO kablam! Sep 17 21:59:20.041 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.041 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 17 21:59:20.041 INFO kablam! | Sep 17 21:59:20.041 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.041 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.041 INFO kablam! | Sep 17 21:59:20.041 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.041 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.041 INFO kablam! Sep 17 21:59:20.041 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.041 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 17 21:59:20.041 INFO kablam! | Sep 17 21:59:20.041 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.041 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.041 INFO kablam! | Sep 17 21:59:20.041 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.041 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.041 INFO kablam! Sep 17 21:59:20.046 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.046 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 17 21:59:20.046 INFO kablam! | Sep 17 21:59:20.046 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.046 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.046 INFO kablam! | Sep 17 21:59:20.046 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.046 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.046 INFO kablam! Sep 17 21:59:20.046 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.046 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 17 21:59:20.046 INFO kablam! | Sep 17 21:59:20.046 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.046 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.046 INFO kablam! | Sep 17 21:59:20.046 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.046 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.046 INFO kablam! Sep 17 21:59:20.046 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.046 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 17 21:59:20.046 INFO kablam! | Sep 17 21:59:20.046 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 17 21:59:20.046 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.046 INFO kablam! | Sep 17 21:59:20.046 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.046 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.046 INFO kablam! Sep 17 21:59:20.046 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.046 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 17 21:59:20.046 INFO kablam! | Sep 17 21:59:20.046 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:20.046 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.046 INFO kablam! | Sep 17 21:59:20.046 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.046 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.046 INFO kablam! Sep 17 21:59:20.048 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.048 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 17 21:59:20.048 INFO kablam! | Sep 17 21:59:20.048 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 17 21:59:20.048 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.048 INFO kablam! | Sep 17 21:59:20.048 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.048 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.048 INFO kablam! Sep 17 21:59:20.048 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.048 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 17 21:59:20.048 INFO kablam! | Sep 17 21:59:20.048 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:20.048 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.048 INFO kablam! | Sep 17 21:59:20.048 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.048 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.048 INFO kablam! Sep 17 21:59:20.048 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.048 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 17 21:59:20.048 INFO kablam! | Sep 17 21:59:20.048 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.048 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.048 INFO kablam! | Sep 17 21:59:20.048 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.048 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.048 INFO kablam! Sep 17 21:59:20.051 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.051 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 17 21:59:20.051 INFO kablam! | Sep 17 21:59:20.051 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.051 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.051 INFO kablam! | Sep 17 21:59:20.051 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.051 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.051 INFO kablam! Sep 17 21:59:20.051 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.051 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 17 21:59:20.051 INFO kablam! | Sep 17 21:59:20.051 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.051 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.052 INFO kablam! | Sep 17 21:59:20.052 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.052 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.052 INFO kablam! Sep 17 21:59:20.055 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.055 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 17 21:59:20.055 INFO kablam! | Sep 17 21:59:20.055 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.055 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.055 INFO kablam! | Sep 17 21:59:20.055 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.055 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.055 INFO kablam! Sep 17 21:59:20.055 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.055 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 17 21:59:20.055 INFO kablam! | Sep 17 21:59:20.055 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:20.055 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.055 INFO kablam! | Sep 17 21:59:20.055 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.055 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.055 INFO kablam! Sep 17 21:59:20.055 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.055 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 17 21:59:20.055 INFO kablam! | Sep 17 21:59:20.055 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.055 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.055 INFO kablam! | Sep 17 21:59:20.055 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.055 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.055 INFO kablam! Sep 17 21:59:20.058 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.058 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 17 21:59:20.058 INFO kablam! | Sep 17 21:59:20.059 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:20.059 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.059 INFO kablam! | Sep 17 21:59:20.059 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.059 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.059 INFO kablam! Sep 17 21:59:20.059 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.059 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 17 21:59:20.059 INFO kablam! | Sep 17 21:59:20.059 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.059 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.059 INFO kablam! | Sep 17 21:59:20.059 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.059 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.059 INFO kablam! Sep 17 21:59:20.059 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.059 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 17 21:59:20.059 INFO kablam! | Sep 17 21:59:20.059 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.059 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.059 INFO kablam! | Sep 17 21:59:20.059 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.059 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.059 INFO kablam! Sep 17 21:59:20.061 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.061 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 17 21:59:20.061 INFO kablam! | Sep 17 21:59:20.061 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.061 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.061 INFO kablam! | Sep 17 21:59:20.061 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.061 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.061 INFO kablam! Sep 17 21:59:20.066 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.066 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 17 21:59:20.066 INFO kablam! | Sep 17 21:59:20.066 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.066 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.067 INFO kablam! | Sep 17 21:59:20.067 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.067 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.067 INFO kablam! Sep 17 21:59:20.068 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.068 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 17 21:59:20.068 INFO kablam! | Sep 17 21:59:20.068 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.068 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.068 INFO kablam! | Sep 17 21:59:20.068 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.068 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.068 INFO kablam! Sep 17 21:59:20.070 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.070 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 17 21:59:20.070 INFO kablam! | Sep 17 21:59:20.070 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.070 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.071 INFO kablam! | Sep 17 21:59:20.071 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.071 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.071 INFO kablam! Sep 17 21:59:20.073 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.073 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 17 21:59:20.073 INFO kablam! | Sep 17 21:59:20.073 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:20.074 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.074 INFO kablam! | Sep 17 21:59:20.074 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.074 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.074 INFO kablam! Sep 17 21:59:20.074 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.074 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 17 21:59:20.074 INFO kablam! | Sep 17 21:59:20.074 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:20.074 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.074 INFO kablam! | Sep 17 21:59:20.074 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.074 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.074 INFO kablam! Sep 17 21:59:20.095 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.095 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 17 21:59:20.095 INFO kablam! | Sep 17 21:59:20.095 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 17 21:59:20.095 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.095 INFO kablam! | Sep 17 21:59:20.095 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.095 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.095 INFO kablam! Sep 17 21:59:20.095 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.095 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 17 21:59:20.095 INFO kablam! | Sep 17 21:59:20.095 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.095 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.095 INFO kablam! | Sep 17 21:59:20.095 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.095 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.095 INFO kablam! Sep 17 21:59:20.107 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.107 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 17 21:59:20.107 INFO kablam! | Sep 17 21:59:20.107 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.107 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.107 INFO kablam! | Sep 17 21:59:20.107 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.107 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.107 INFO kablam! Sep 17 21:59:20.107 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.107 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 17 21:59:20.107 INFO kablam! | Sep 17 21:59:20.107 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.107 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.107 INFO kablam! | Sep 17 21:59:20.107 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.107 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.107 INFO kablam! Sep 17 21:59:20.107 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.107 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 17 21:59:20.107 INFO kablam! | Sep 17 21:59:20.107 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.107 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.107 INFO kablam! | Sep 17 21:59:20.107 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.107 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.107 INFO kablam! Sep 17 21:59:20.107 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.107 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 17 21:59:20.107 INFO kablam! | Sep 17 21:59:20.107 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.107 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.107 INFO kablam! | Sep 17 21:59:20.107 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.107 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.107 INFO kablam! Sep 17 21:59:20.107 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.107 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 17 21:59:20.107 INFO kablam! | Sep 17 21:59:20.107 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.107 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.107 INFO kablam! | Sep 17 21:59:20.107 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.107 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.107 INFO kablam! Sep 17 21:59:20.118 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.119 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.119 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.119 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.119 INFO kablam! Sep 17 21:59:20.119 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.119 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 17 21:59:20.119 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.119 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.119 INFO kablam! Sep 17 21:59:20.119 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.119 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:20.119 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.119 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.119 INFO kablam! Sep 17 21:59:20.119 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.119 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 17 21:59:20.119 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.119 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.119 INFO kablam! Sep 17 21:59:20.119 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.119 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:20.119 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.119 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.119 INFO kablam! Sep 17 21:59:20.119 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.119 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.119 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.119 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.119 INFO kablam! Sep 17 21:59:20.119 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.119 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.119 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.119 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.119 INFO kablam! Sep 17 21:59:20.119 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.119 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.119 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.119 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.119 INFO kablam! | Sep 17 21:59:20.120 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.120 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.120 INFO kablam! Sep 17 21:59:20.120 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.120 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 17 21:59:20.120 INFO kablam! | Sep 17 21:59:20.120 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.120 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.120 INFO kablam! | Sep 17 21:59:20.120 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.120 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.120 INFO kablam! Sep 17 21:59:20.120 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.120 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 17 21:59:20.120 INFO kablam! | Sep 17 21:59:20.120 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:20.120 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.120 INFO kablam! | Sep 17 21:59:20.120 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.120 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.120 INFO kablam! Sep 17 21:59:20.120 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.120 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 17 21:59:20.120 INFO kablam! | Sep 17 21:59:20.120 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.120 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.120 INFO kablam! | Sep 17 21:59:20.120 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.120 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.120 INFO kablam! Sep 17 21:59:20.126 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.127 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:20.127 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.127 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.127 INFO kablam! Sep 17 21:59:20.127 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.127 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.127 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.127 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.127 INFO kablam! Sep 17 21:59:20.127 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.127 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.127 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.127 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.127 INFO kablam! Sep 17 21:59:20.128 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.128 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 17 21:59:20.128 INFO kablam! | Sep 17 21:59:20.128 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.128 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.128 INFO kablam! | Sep 17 21:59:20.128 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.128 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.128 INFO kablam! Sep 17 21:59:20.128 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.128 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 17 21:59:20.128 INFO kablam! | Sep 17 21:59:20.128 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.128 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.128 INFO kablam! | Sep 17 21:59:20.128 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.128 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.128 INFO kablam! Sep 17 21:59:20.128 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.128 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 17 21:59:20.128 INFO kablam! | Sep 17 21:59:20.128 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.128 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.128 INFO kablam! | Sep 17 21:59:20.128 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.128 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.128 INFO kablam! Sep 17 21:59:20.128 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.128 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 17 21:59:20.128 INFO kablam! | Sep 17 21:59:20.128 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.128 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.128 INFO kablam! | Sep 17 21:59:20.128 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.128 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.128 INFO kablam! Sep 17 21:59:20.135 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.135 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:20.135 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.135 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.135 INFO kablam! Sep 17 21:59:20.135 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.135 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.136 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:20.136 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.136 INFO kablam! | Sep 17 21:59:20.136 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.136 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.136 INFO kablam! Sep 17 21:59:21.898 INFO kablam! error: aborting due to 33 previous errors Sep 17 21:59:21.899 INFO kablam! Sep 17 21:59:21.899 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 21:59:21.908 INFO kablam! error: Could not compile `libpijul-compat`. Sep 17 21:59:21.908 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 21:59:21.964 INFO kablam! error: aborting due to 33 previous errors Sep 17 21:59:21.964 INFO kablam! Sep 17 21:59:21.964 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 21:59:21.984 INFO kablam! error: Could not compile `libpijul-compat`. Sep 17 21:59:21.984 INFO kablam! Sep 17 21:59:21.984 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:59:21.986 INFO kablam! su: No module specific data is present Sep 17 21:59:22.843 INFO running `"docker" "rm" "-f" "1b4e86fb55e40e69c0b96df1d348934b9e157e1386f3e2132d20ee5f5acea25f"` Sep 17 21:59:22.898 INFO blam! 1b4e86fb55e40e69c0b96df1d348934b9e157e1386f3e2132d20ee5f5acea25f