Sep 19 22:58:35.951 INFO checking libpijul-compat-0.8.7 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 22:58:35.951 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 22:58:35.951 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:58:36.084 INFO blam! 6babab4a801486acf43477cbf10cd2ebc1a1ce945a7724a171ed0e992f0626dc Sep 19 22:58:36.086 INFO running `"docker" "start" "-a" "6babab4a801486acf43477cbf10cd2ebc1a1ce945a7724a171ed0e992f0626dc"` Sep 19 22:58:37.559 INFO kablam! usermod: no changes Sep 19 22:58:37.795 INFO kablam! Checking bs58 v0.2.2 Sep 19 22:58:37.795 INFO kablam! Checking sanakirja v0.8.17 Sep 19 22:58:40.383 INFO kablam! Checking libpijul-compat v0.8.7 (/source) Sep 19 22:58:43.299 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 19 22:58:43.299 INFO kablam! --> src/lib.rs:176:30 Sep 19 22:58:43.299 INFO kablam! | Sep 19 22:58:43.299 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 19 22:58:43.299 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 19 22:58:43.299 INFO kablam! | Sep 19 22:58:43.299 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 19 22:58:43.299 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 19 22:58:43.299 INFO kablam! Sep 19 22:58:43.299 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 19 22:58:43.299 INFO kablam! --> src/lib.rs:177:35 Sep 19 22:58:43.299 INFO kablam! | Sep 19 22:58:43.299 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 19 22:58:43.299 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 19 22:58:43.299 INFO kablam! | Sep 19 22:58:43.299 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 19 22:58:43.299 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 19 22:58:43.299 INFO kablam! Sep 19 22:58:43.299 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 19 22:58:43.299 INFO kablam! --> src/lib.rs:178:38 Sep 19 22:58:43.299 INFO kablam! | Sep 19 22:58:43.299 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 19 22:58:43.299 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 19 22:58:43.299 INFO kablam! | Sep 19 22:58:43.299 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 19 22:58:43.299 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 19 22:58:43.299 INFO kablam! Sep 19 22:58:43.483 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.483 INFO kablam! --> src/backend/mod.rs:327:18 Sep 19 22:58:43.483 INFO kablam! | Sep 19 22:58:43.483 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 19 22:58:43.483 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.483 INFO kablam! | Sep 19 22:58:43.483 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.483 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.483 INFO kablam! Sep 19 22:58:43.483 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 19 22:58:43.483 INFO kablam! --> src/lib.rs:176:30 Sep 19 22:58:43.483 INFO kablam! | Sep 19 22:58:43.483 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 19 22:58:43.483 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 19 22:58:43.483 INFO kablam! | Sep 19 22:58:43.483 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 19 22:58:43.483 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 19 22:58:43.483 INFO kablam! Sep 19 22:58:43.483 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.483 INFO kablam! --> src/backend/mod.rs:333:18 Sep 19 22:58:43.483 INFO kablam! | Sep 19 22:58:43.483 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 19 22:58:43.483 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.483 INFO kablam! | Sep 19 22:58:43.483 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.483 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.483 INFO kablam! Sep 19 22:58:43.483 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 19 22:58:43.483 INFO kablam! --> src/lib.rs:177:35 Sep 19 22:58:43.483 INFO kablam! | Sep 19 22:58:43.483 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 19 22:58:43.483 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 19 22:58:43.483 INFO kablam! | Sep 19 22:58:43.483 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 19 22:58:43.483 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 19 22:58:43.483 INFO kablam! Sep 19 22:58:43.490 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 19 22:58:43.491 INFO kablam! --> src/lib.rs:178:38 Sep 19 22:58:43.491 INFO kablam! | Sep 19 22:58:43.491 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 19 22:58:43.491 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 19 22:58:43.491 INFO kablam! | Sep 19 22:58:43.491 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 19 22:58:43.491 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 19 22:58:43.491 INFO kablam! Sep 19 22:58:43.491 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.491 INFO kablam! --> src/backend/mod.rs:357:22 Sep 19 22:58:43.491 INFO kablam! | Sep 19 22:58:43.491 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 19 22:58:43.491 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.491 INFO kablam! | Sep 19 22:58:43.491 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.491 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.491 INFO kablam! Sep 19 22:58:43.651 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.652 INFO kablam! --> src/backend/mod.rs:327:18 Sep 19 22:58:43.652 INFO kablam! | Sep 19 22:58:43.652 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 19 22:58:43.652 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.652 INFO kablam! | Sep 19 22:58:43.652 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.652 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.652 INFO kablam! Sep 19 22:58:43.657 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.657 INFO kablam! --> src/backend/mod.rs:333:18 Sep 19 22:58:43.657 INFO kablam! | Sep 19 22:58:43.657 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 19 22:58:43.657 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.657 INFO kablam! | Sep 19 22:58:43.657 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.657 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.657 INFO kablam! Sep 19 22:58:43.659 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.659 INFO kablam! --> src/backend/mod.rs:357:22 Sep 19 22:58:43.659 INFO kablam! | Sep 19 22:58:43.659 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 19 22:58:43.659 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.659 INFO kablam! | Sep 19 22:58:43.659 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.659 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.659 INFO kablam! Sep 19 22:58:43.667 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.667 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 19 22:58:43.667 INFO kablam! | Sep 19 22:58:43.667 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 19 22:58:43.667 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.667 INFO kablam! | Sep 19 22:58:43.667 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.667 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.667 INFO kablam! Sep 19 22:58:43.674 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.675 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 19 22:58:43.675 INFO kablam! | Sep 19 22:58:43.675 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.675 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.675 INFO kablam! | Sep 19 22:58:43.675 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.675 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.675 INFO kablam! Sep 19 22:58:43.675 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.675 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 19 22:58:43.675 INFO kablam! | Sep 19 22:58:43.675 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.675 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.675 INFO kablam! | Sep 19 22:58:43.675 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.675 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.675 INFO kablam! Sep 19 22:58:43.678 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.678 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 19 22:58:43.678 INFO kablam! | Sep 19 22:58:43.678 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.678 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.678 INFO kablam! | Sep 19 22:58:43.678 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.678 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.678 INFO kablam! Sep 19 22:58:43.682 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.683 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 19 22:58:43.683 INFO kablam! | Sep 19 22:58:43.683 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.683 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.683 INFO kablam! | Sep 19 22:58:43.683 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.683 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.683 INFO kablam! Sep 19 22:58:43.683 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.683 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 19 22:58:43.683 INFO kablam! | Sep 19 22:58:43.683 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.683 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.683 INFO kablam! | Sep 19 22:58:43.683 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.683 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.683 INFO kablam! Sep 19 22:58:43.684 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.684 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 19 22:58:43.684 INFO kablam! | Sep 19 22:58:43.684 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.684 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.684 INFO kablam! | Sep 19 22:58:43.684 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.684 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.684 INFO kablam! Sep 19 22:58:43.684 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.684 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 19 22:58:43.684 INFO kablam! | Sep 19 22:58:43.684 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.684 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.684 INFO kablam! | Sep 19 22:58:43.684 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.684 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.684 INFO kablam! Sep 19 22:58:43.690 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.691 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 19 22:58:43.691 INFO kablam! | Sep 19 22:58:43.691 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 19 22:58:43.691 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.691 INFO kablam! | Sep 19 22:58:43.691 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.691 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.691 INFO kablam! Sep 19 22:58:43.691 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.691 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 19 22:58:43.691 INFO kablam! | Sep 19 22:58:43.691 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 19 22:58:43.691 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.691 INFO kablam! | Sep 19 22:58:43.691 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.691 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.691 INFO kablam! Sep 19 22:58:43.691 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.691 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 19 22:58:43.691 INFO kablam! | Sep 19 22:58:43.691 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 19 22:58:43.691 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.691 INFO kablam! | Sep 19 22:58:43.691 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.691 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.691 INFO kablam! Sep 19 22:58:43.691 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.691 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 19 22:58:43.691 INFO kablam! | Sep 19 22:58:43.691 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 19 22:58:43.691 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.691 INFO kablam! | Sep 19 22:58:43.691 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.691 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.691 INFO kablam! Sep 19 22:58:43.691 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.691 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 19 22:58:43.691 INFO kablam! | Sep 19 22:58:43.691 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.691 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.691 INFO kablam! | Sep 19 22:58:43.691 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.691 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.691 INFO kablam! Sep 19 22:58:43.698 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.699 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 19 22:58:43.699 INFO kablam! | Sep 19 22:58:43.699 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.699 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.699 INFO kablam! | Sep 19 22:58:43.699 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.699 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.699 INFO kablam! Sep 19 22:58:43.699 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.699 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 19 22:58:43.699 INFO kablam! | Sep 19 22:58:43.699 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.699 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.699 INFO kablam! | Sep 19 22:58:43.699 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.699 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.699 INFO kablam! Sep 19 22:58:43.699 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.699 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 19 22:58:43.699 INFO kablam! | Sep 19 22:58:43.699 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.699 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.699 INFO kablam! | Sep 19 22:58:43.699 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.699 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.699 INFO kablam! Sep 19 22:58:43.699 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.699 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 19 22:58:43.699 INFO kablam! | Sep 19 22:58:43.699 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 19 22:58:43.699 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.699 INFO kablam! | Sep 19 22:58:43.699 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.699 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.699 INFO kablam! Sep 19 22:58:43.700 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.700 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 19 22:58:43.700 INFO kablam! | Sep 19 22:58:43.700 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.700 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.700 INFO kablam! | Sep 19 22:58:43.700 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.700 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.700 INFO kablam! Sep 19 22:58:43.700 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.700 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 19 22:58:43.700 INFO kablam! | Sep 19 22:58:43.700 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 19 22:58:43.700 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.701 INFO kablam! | Sep 19 22:58:43.701 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.701 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.701 INFO kablam! Sep 19 22:58:43.701 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.701 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 19 22:58:43.701 INFO kablam! | Sep 19 22:58:43.701 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.701 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.701 INFO kablam! | Sep 19 22:58:43.701 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.701 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.701 INFO kablam! Sep 19 22:58:43.701 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.701 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 19 22:58:43.701 INFO kablam! | Sep 19 22:58:43.701 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.701 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.701 INFO kablam! | Sep 19 22:58:43.701 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.701 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.701 INFO kablam! Sep 19 22:58:43.703 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.703 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 19 22:58:43.703 INFO kablam! | Sep 19 22:58:43.703 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.703 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.703 INFO kablam! | Sep 19 22:58:43.703 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.703 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.703 INFO kablam! Sep 19 22:58:43.703 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.703 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 19 22:58:43.703 INFO kablam! | Sep 19 22:58:43.703 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.703 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.703 INFO kablam! | Sep 19 22:58:43.703 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.703 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.703 INFO kablam! Sep 19 22:58:43.703 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.703 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 19 22:58:43.703 INFO kablam! | Sep 19 22:58:43.703 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.703 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.703 INFO kablam! | Sep 19 22:58:43.703 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.703 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.703 INFO kablam! Sep 19 22:58:43.703 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.703 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 19 22:58:43.703 INFO kablam! | Sep 19 22:58:43.704 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.704 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.704 INFO kablam! | Sep 19 22:58:43.704 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.704 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.704 INFO kablam! Sep 19 22:58:43.705 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.705 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 19 22:58:43.705 INFO kablam! | Sep 19 22:58:43.705 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 19 22:58:43.705 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.705 INFO kablam! | Sep 19 22:58:43.705 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.705 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.705 INFO kablam! Sep 19 22:58:43.710 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.711 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 19 22:58:43.711 INFO kablam! | Sep 19 22:58:43.711 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 19 22:58:43.711 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.711 INFO kablam! | Sep 19 22:58:43.711 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.711 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.711 INFO kablam! Sep 19 22:58:43.907 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.907 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 19 22:58:43.907 INFO kablam! | Sep 19 22:58:43.907 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 19 22:58:43.907 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.911 INFO kablam! | Sep 19 22:58:43.911 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.911 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.911 INFO kablam! Sep 19 22:58:43.911 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.911 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 19 22:58:43.911 INFO kablam! | Sep 19 22:58:43.911 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.911 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.911 INFO kablam! | Sep 19 22:58:43.911 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.919 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.919 INFO kablam! Sep 19 22:58:43.919 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.919 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 19 22:58:43.919 INFO kablam! | Sep 19 22:58:43.919 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.919 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.919 INFO kablam! | Sep 19 22:58:43.919 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.919 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.919 INFO kablam! Sep 19 22:58:43.919 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.919 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 19 22:58:43.919 INFO kablam! | Sep 19 22:58:43.919 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.919 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.919 INFO kablam! | Sep 19 22:58:43.919 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.919 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.919 INFO kablam! Sep 19 22:58:43.919 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.919 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 19 22:58:43.919 INFO kablam! | Sep 19 22:58:43.919 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.919 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.919 INFO kablam! | Sep 19 22:58:43.919 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.919 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.919 INFO kablam! Sep 19 22:58:43.919 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.919 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 19 22:58:43.919 INFO kablam! | Sep 19 22:58:43.919 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.919 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.927 INFO kablam! | Sep 19 22:58:43.927 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.927 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.927 INFO kablam! Sep 19 22:58:43.927 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.927 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 19 22:58:43.927 INFO kablam! | Sep 19 22:58:43.927 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.927 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.927 INFO kablam! | Sep 19 22:58:43.927 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.927 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.927 INFO kablam! Sep 19 22:58:43.927 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.927 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 19 22:58:43.927 INFO kablam! | Sep 19 22:58:43.927 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.927 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.927 INFO kablam! | Sep 19 22:58:43.927 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.927 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.927 INFO kablam! Sep 19 22:58:43.927 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.927 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 19 22:58:43.927 INFO kablam! | Sep 19 22:58:43.927 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 19 22:58:43.927 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.927 INFO kablam! | Sep 19 22:58:43.927 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.927 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.927 INFO kablam! Sep 19 22:58:43.927 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.927 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 19 22:58:43.927 INFO kablam! | Sep 19 22:58:43.927 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 19 22:58:43.927 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.927 INFO kablam! | Sep 19 22:58:43.927 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.927 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.927 INFO kablam! Sep 19 22:58:43.935 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.935 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 19 22:58:43.935 INFO kablam! | Sep 19 22:58:43.935 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 19 22:58:43.935 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.935 INFO kablam! | Sep 19 22:58:43.935 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.935 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.935 INFO kablam! Sep 19 22:58:43.935 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.935 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 19 22:58:43.935 INFO kablam! | Sep 19 22:58:43.935 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 19 22:58:43.935 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.935 INFO kablam! | Sep 19 22:58:43.935 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.935 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.935 INFO kablam! Sep 19 22:58:43.935 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.935 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 19 22:58:43.935 INFO kablam! | Sep 19 22:58:43.935 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.935 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.935 INFO kablam! | Sep 19 22:58:43.935 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.935 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.935 INFO kablam! Sep 19 22:58:43.935 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.935 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 19 22:58:43.935 INFO kablam! | Sep 19 22:58:43.935 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.935 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.935 INFO kablam! | Sep 19 22:58:43.935 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.935 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.935 INFO kablam! Sep 19 22:58:43.935 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.935 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 19 22:58:43.935 INFO kablam! | Sep 19 22:58:43.935 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.935 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.935 INFO kablam! | Sep 19 22:58:43.935 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.935 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.935 INFO kablam! Sep 19 22:58:43.935 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.935 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 19 22:58:43.935 INFO kablam! | Sep 19 22:58:43.935 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.935 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.935 INFO kablam! | Sep 19 22:58:43.935 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.935 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.935 INFO kablam! Sep 19 22:58:43.938 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.938 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 19 22:58:43.938 INFO kablam! | Sep 19 22:58:43.938 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 19 22:58:43.938 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.938 INFO kablam! | Sep 19 22:58:43.938 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.938 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.938 INFO kablam! Sep 19 22:58:43.938 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.938 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 19 22:58:43.938 INFO kablam! | Sep 19 22:58:43.938 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.938 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.938 INFO kablam! | Sep 19 22:58:43.938 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.938 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.938 INFO kablam! Sep 19 22:58:43.938 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.938 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 19 22:58:43.939 INFO kablam! | Sep 19 22:58:43.939 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 19 22:58:43.939 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.939 INFO kablam! | Sep 19 22:58:43.939 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.939 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.939 INFO kablam! Sep 19 22:58:43.939 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.939 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 19 22:58:43.939 INFO kablam! | Sep 19 22:58:43.939 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.939 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.939 INFO kablam! | Sep 19 22:58:43.939 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.939 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.939 INFO kablam! Sep 19 22:58:43.939 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.939 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 19 22:58:43.939 INFO kablam! | Sep 19 22:58:43.939 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.939 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.939 INFO kablam! | Sep 19 22:58:43.939 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.939 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.939 INFO kablam! Sep 19 22:58:43.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.947 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.947 INFO kablam! Sep 19 22:58:43.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.947 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.947 INFO kablam! Sep 19 22:58:43.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.947 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.947 INFO kablam! Sep 19 22:58:43.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.947 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.947 INFO kablam! Sep 19 22:58:43.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.947 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 19 22:58:43.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.947 INFO kablam! Sep 19 22:58:43.958 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.958 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 19 22:58:43.958 INFO kablam! | Sep 19 22:58:43.959 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 19 22:58:43.959 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.959 INFO kablam! | Sep 19 22:58:43.959 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.959 INFO kablam! Sep 19 22:58:45.661 INFO kablam! error: aborting due to 33 previous errors Sep 19 22:58:45.661 INFO kablam! Sep 19 22:58:45.661 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:58:45.672 INFO kablam! error: Could not compile `libpijul-compat`. Sep 19 22:58:45.672 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:58:45.902 INFO kablam! error: aborting due to 33 previous errors Sep 19 22:58:45.902 INFO kablam! Sep 19 22:58:45.902 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:58:45.918 INFO kablam! error: Could not compile `libpijul-compat`. Sep 19 22:58:45.918 INFO kablam! Sep 19 22:58:45.918 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:58:45.919 INFO kablam! su: No module specific data is present Sep 19 22:58:46.658 INFO running `"docker" "rm" "-f" "6babab4a801486acf43477cbf10cd2ebc1a1ce945a7724a171ed0e992f0626dc"` Sep 19 22:58:46.800 INFO blam! 6babab4a801486acf43477cbf10cd2ebc1a1ce945a7724a171ed0e992f0626dc