Sep 04 15:06:52.230 INFO checking libpijul-compat-0.8.7 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 15:06:52.230 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 15:06:52.230 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 15:06:52.434 INFO blam! a1d32a5773f77c3588fb47e8a39bd70a189670f19fb4a5658ea23399276ae78d Sep 04 15:06:52.436 INFO running `"docker" "start" "-a" "a1d32a5773f77c3588fb47e8a39bd70a189670f19fb4a5658ea23399276ae78d"` Sep 04 15:06:53.230 INFO kablam! Checking sanakirja v0.8.17 Sep 04 15:06:53.231 INFO kablam! Checking globset v0.2.1 Sep 04 15:06:55.122 INFO kablam! Checking ignore v0.2.2 Sep 04 15:06:57.467 INFO kablam! Checking libpijul-compat v0.8.7 (file:///source) Sep 04 15:07:02.532 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:02.533 INFO kablam! --> src/lib.rs:176:30 Sep 04 15:07:02.533 INFO kablam! | Sep 04 15:07:02.533 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 04 15:07:02.533 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:02.533 INFO kablam! | Sep 04 15:07:02.533 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:02.533 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:02.533 INFO kablam! Sep 04 15:07:02.534 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:02.534 INFO kablam! --> src/lib.rs:177:35 Sep 04 15:07:02.534 INFO kablam! | Sep 04 15:07:02.534 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 04 15:07:02.534 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:02.534 INFO kablam! | Sep 04 15:07:02.534 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:02.534 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:02.534 INFO kablam! Sep 04 15:07:02.535 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:02.535 INFO kablam! --> src/lib.rs:178:38 Sep 04 15:07:02.535 INFO kablam! | Sep 04 15:07:02.535 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 04 15:07:02.535 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:02.536 INFO kablam! | Sep 04 15:07:02.536 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:02.536 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:02.536 INFO kablam! Sep 04 15:07:02.696 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:02.696 INFO kablam! --> src/lib.rs:176:30 Sep 04 15:07:02.696 INFO kablam! | Sep 04 15:07:02.696 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 04 15:07:02.696 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:02.697 INFO kablam! | Sep 04 15:07:02.697 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:02.697 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:02.697 INFO kablam! Sep 04 15:07:02.698 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:02.699 INFO kablam! --> src/lib.rs:177:35 Sep 04 15:07:02.699 INFO kablam! | Sep 04 15:07:02.699 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 04 15:07:02.699 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:02.699 INFO kablam! | Sep 04 15:07:02.699 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:02.699 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:02.699 INFO kablam! Sep 04 15:07:02.700 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:02.700 INFO kablam! --> src/lib.rs:178:38 Sep 04 15:07:02.700 INFO kablam! | Sep 04 15:07:02.700 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 04 15:07:02.700 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:02.700 INFO kablam! | Sep 04 15:07:02.700 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:02.700 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:02.700 INFO kablam! Sep 04 15:07:02.855 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:02.855 INFO kablam! --> src/backend/mod.rs:327:18 Sep 04 15:07:02.855 INFO kablam! | Sep 04 15:07:02.855 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 04 15:07:02.855 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:02.855 INFO kablam! | Sep 04 15:07:02.855 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:02.855 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:02.855 INFO kablam! Sep 04 15:07:02.858 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:02.858 INFO kablam! --> src/backend/mod.rs:333:18 Sep 04 15:07:02.858 INFO kablam! | Sep 04 15:07:02.858 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 04 15:07:02.858 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:02.858 INFO kablam! | Sep 04 15:07:02.858 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:02.858 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:02.858 INFO kablam! Sep 04 15:07:02.864 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:02.865 INFO kablam! --> src/backend/mod.rs:357:22 Sep 04 15:07:02.865 INFO kablam! | Sep 04 15:07:02.865 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 04 15:07:02.865 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:02.865 INFO kablam! | Sep 04 15:07:02.865 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:02.865 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:02.865 INFO kablam! Sep 04 15:07:03.041 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.041 INFO kablam! --> src/backend/mod.rs:327:18 Sep 04 15:07:03.041 INFO kablam! | Sep 04 15:07:03.041 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 04 15:07:03.041 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.042 INFO kablam! | Sep 04 15:07:03.042 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.042 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.042 INFO kablam! Sep 04 15:07:03.045 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.045 INFO kablam! --> src/backend/mod.rs:333:18 Sep 04 15:07:03.045 INFO kablam! | Sep 04 15:07:03.045 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 04 15:07:03.045 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.046 INFO kablam! | Sep 04 15:07:03.046 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.046 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.046 INFO kablam! Sep 04 15:07:03.054 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.054 INFO kablam! --> src/backend/mod.rs:357:22 Sep 04 15:07:03.054 INFO kablam! | Sep 04 15:07:03.054 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 04 15:07:03.054 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.054 INFO kablam! | Sep 04 15:07:03.054 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.054 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.054 INFO kablam! Sep 04 15:07:03.192 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.192 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 04 15:07:03.192 INFO kablam! | Sep 04 15:07:03.192 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 04 15:07:03.192 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.192 INFO kablam! | Sep 04 15:07:03.192 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.192 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.192 INFO kablam! Sep 04 15:07:03.197 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.197 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 04 15:07:03.197 INFO kablam! | Sep 04 15:07:03.197 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.197 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.197 INFO kablam! | Sep 04 15:07:03.197 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.197 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.197 INFO kablam! Sep 04 15:07:03.201 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.201 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 04 15:07:03.201 INFO kablam! | Sep 04 15:07:03.201 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.201 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.201 INFO kablam! | Sep 04 15:07:03.201 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.201 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.201 INFO kablam! Sep 04 15:07:03.206 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.206 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 04 15:07:03.206 INFO kablam! | Sep 04 15:07:03.206 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.206 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.207 INFO kablam! | Sep 04 15:07:03.207 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.207 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.207 INFO kablam! Sep 04 15:07:03.208 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.208 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 04 15:07:03.208 INFO kablam! | Sep 04 15:07:03.208 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.208 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.208 INFO kablam! | Sep 04 15:07:03.208 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.209 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.209 INFO kablam! Sep 04 15:07:03.211 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.211 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 04 15:07:03.211 INFO kablam! | Sep 04 15:07:03.211 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.211 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.211 INFO kablam! | Sep 04 15:07:03.211 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.211 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.211 INFO kablam! Sep 04 15:07:03.213 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.213 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 04 15:07:03.213 INFO kablam! | Sep 04 15:07:03.213 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.213 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.213 INFO kablam! | Sep 04 15:07:03.213 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.213 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.213 INFO kablam! Sep 04 15:07:03.215 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.215 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 04 15:07:03.215 INFO kablam! | Sep 04 15:07:03.215 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.215 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.215 INFO kablam! | Sep 04 15:07:03.215 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.215 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.215 INFO kablam! Sep 04 15:07:03.218 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.218 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 04 15:07:03.218 INFO kablam! | Sep 04 15:07:03.218 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 04 15:07:03.218 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.218 INFO kablam! | Sep 04 15:07:03.218 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.218 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.218 INFO kablam! Sep 04 15:07:03.219 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.219 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 04 15:07:03.220 INFO kablam! | Sep 04 15:07:03.220 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:03.220 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.220 INFO kablam! | Sep 04 15:07:03.220 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.220 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.220 INFO kablam! Sep 04 15:07:03.221 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.221 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 04 15:07:03.221 INFO kablam! | Sep 04 15:07:03.222 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 04 15:07:03.222 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.222 INFO kablam! | Sep 04 15:07:03.222 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.222 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.222 INFO kablam! Sep 04 15:07:03.223 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.223 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 04 15:07:03.223 INFO kablam! | Sep 04 15:07:03.223 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:03.223 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.223 INFO kablam! | Sep 04 15:07:03.223 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.223 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.223 INFO kablam! Sep 04 15:07:03.225 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.225 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 04 15:07:03.225 INFO kablam! | Sep 04 15:07:03.225 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.225 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.225 INFO kablam! | Sep 04 15:07:03.225 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.225 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.225 INFO kablam! Sep 04 15:07:03.227 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.227 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 04 15:07:03.227 INFO kablam! | Sep 04 15:07:03.227 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.227 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.227 INFO kablam! | Sep 04 15:07:03.228 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.228 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.228 INFO kablam! Sep 04 15:07:03.229 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.229 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 04 15:07:03.229 INFO kablam! | Sep 04 15:07:03.229 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.229 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.229 INFO kablam! | Sep 04 15:07:03.229 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.229 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.229 INFO kablam! Sep 04 15:07:03.231 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.231 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 04 15:07:03.231 INFO kablam! | Sep 04 15:07:03.231 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.231 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.231 INFO kablam! | Sep 04 15:07:03.231 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.231 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.231 INFO kablam! Sep 04 15:07:03.233 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.233 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 04 15:07:03.233 INFO kablam! | Sep 04 15:07:03.233 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:03.233 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.233 INFO kablam! | Sep 04 15:07:03.233 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.233 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.233 INFO kablam! Sep 04 15:07:03.235 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.235 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 04 15:07:03.235 INFO kablam! | Sep 04 15:07:03.235 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.235 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.235 INFO kablam! | Sep 04 15:07:03.235 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.235 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.235 INFO kablam! Sep 04 15:07:03.237 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.237 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 04 15:07:03.237 INFO kablam! | Sep 04 15:07:03.237 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:03.237 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.237 INFO kablam! | Sep 04 15:07:03.237 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.237 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.237 INFO kablam! Sep 04 15:07:03.239 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.239 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 04 15:07:03.239 INFO kablam! | Sep 04 15:07:03.239 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.239 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.239 INFO kablam! | Sep 04 15:07:03.239 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.239 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.239 INFO kablam! Sep 04 15:07:03.240 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.240 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 04 15:07:03.240 INFO kablam! | Sep 04 15:07:03.241 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.241 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.241 INFO kablam! | Sep 04 15:07:03.241 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.241 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.241 INFO kablam! Sep 04 15:07:03.242 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.242 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 04 15:07:03.242 INFO kablam! | Sep 04 15:07:03.242 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.242 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.242 INFO kablam! | Sep 04 15:07:03.242 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.242 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.242 INFO kablam! Sep 04 15:07:03.244 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.244 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 04 15:07:03.244 INFO kablam! | Sep 04 15:07:03.244 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.244 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.244 INFO kablam! | Sep 04 15:07:03.244 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.244 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.244 INFO kablam! Sep 04 15:07:03.246 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.246 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 04 15:07:03.246 INFO kablam! | Sep 04 15:07:03.246 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.246 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.246 INFO kablam! | Sep 04 15:07:03.246 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.246 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.246 INFO kablam! Sep 04 15:07:03.247 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.247 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 04 15:07:03.248 INFO kablam! | Sep 04 15:07:03.248 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.248 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.248 INFO kablam! | Sep 04 15:07:03.248 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.248 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.248 INFO kablam! Sep 04 15:07:03.250 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.250 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 04 15:07:03.251 INFO kablam! | Sep 04 15:07:03.251 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:03.251 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.251 INFO kablam! | Sep 04 15:07:03.251 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.251 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.251 INFO kablam! Sep 04 15:07:03.253 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.253 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 04 15:07:03.253 INFO kablam! | Sep 04 15:07:03.253 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:03.253 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.253 INFO kablam! | Sep 04 15:07:03.253 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.253 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.253 INFO kablam! Sep 04 15:07:03.453 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.454 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 04 15:07:03.454 INFO kablam! | Sep 04 15:07:03.454 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 04 15:07:03.454 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.454 INFO kablam! | Sep 04 15:07:03.454 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.454 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.454 INFO kablam! Sep 04 15:07:03.459 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.459 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 04 15:07:03.459 INFO kablam! | Sep 04 15:07:03.459 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.459 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.459 INFO kablam! | Sep 04 15:07:03.460 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.460 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.460 INFO kablam! Sep 04 15:07:03.465 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.465 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 04 15:07:03.465 INFO kablam! | Sep 04 15:07:03.465 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.465 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.465 INFO kablam! | Sep 04 15:07:03.466 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.466 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.466 INFO kablam! Sep 04 15:07:03.472 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.472 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 04 15:07:03.472 INFO kablam! | Sep 04 15:07:03.472 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.472 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.472 INFO kablam! | Sep 04 15:07:03.473 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.473 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.473 INFO kablam! Sep 04 15:07:03.475 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.475 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 04 15:07:03.475 INFO kablam! | Sep 04 15:07:03.475 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.475 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.475 INFO kablam! | Sep 04 15:07:03.475 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.476 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.476 INFO kablam! Sep 04 15:07:03.479 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.479 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 04 15:07:03.479 INFO kablam! | Sep 04 15:07:03.479 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.479 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.479 INFO kablam! | Sep 04 15:07:03.479 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.479 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.479 INFO kablam! Sep 04 15:07:03.482 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.482 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 04 15:07:03.482 INFO kablam! | Sep 04 15:07:03.482 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.482 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.482 INFO kablam! | Sep 04 15:07:03.482 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.482 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.482 INFO kablam! Sep 04 15:07:03.485 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.485 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 04 15:07:03.485 INFO kablam! | Sep 04 15:07:03.485 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.486 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.486 INFO kablam! | Sep 04 15:07:03.486 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.486 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.486 INFO kablam! Sep 04 15:07:03.490 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.490 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 04 15:07:03.490 INFO kablam! | Sep 04 15:07:03.490 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 04 15:07:03.490 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.490 INFO kablam! | Sep 04 15:07:03.490 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.490 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.490 INFO kablam! Sep 04 15:07:03.492 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.493 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 04 15:07:03.493 INFO kablam! | Sep 04 15:07:03.493 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:03.493 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.493 INFO kablam! | Sep 04 15:07:03.493 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.493 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.493 INFO kablam! Sep 04 15:07:03.495 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.495 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 04 15:07:03.495 INFO kablam! | Sep 04 15:07:03.495 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 04 15:07:03.495 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.495 INFO kablam! | Sep 04 15:07:03.496 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.496 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.497 INFO kablam! Sep 04 15:07:03.498 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.498 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 04 15:07:03.498 INFO kablam! | Sep 04 15:07:03.498 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:03.498 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.498 INFO kablam! | Sep 04 15:07:03.499 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.499 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.499 INFO kablam! Sep 04 15:07:03.502 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.502 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 04 15:07:03.502 INFO kablam! | Sep 04 15:07:03.502 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.502 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.502 INFO kablam! | Sep 04 15:07:03.502 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.503 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.503 INFO kablam! Sep 04 15:07:03.505 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.505 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 04 15:07:03.505 INFO kablam! | Sep 04 15:07:03.505 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.505 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.505 INFO kablam! | Sep 04 15:07:03.505 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.506 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.506 INFO kablam! Sep 04 15:07:03.509 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.509 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 04 15:07:03.509 INFO kablam! | Sep 04 15:07:03.509 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.509 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.509 INFO kablam! | Sep 04 15:07:03.509 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.509 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.509 INFO kablam! Sep 04 15:07:03.511 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.511 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 04 15:07:03.511 INFO kablam! | Sep 04 15:07:03.511 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.511 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.511 INFO kablam! | Sep 04 15:07:03.511 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.511 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.512 INFO kablam! Sep 04 15:07:03.514 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.514 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 04 15:07:03.514 INFO kablam! | Sep 04 15:07:03.514 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:03.514 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.515 INFO kablam! | Sep 04 15:07:03.515 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.516 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.516 INFO kablam! Sep 04 15:07:03.518 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.518 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 04 15:07:03.518 INFO kablam! | Sep 04 15:07:03.518 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.518 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.518 INFO kablam! | Sep 04 15:07:03.519 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.519 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.519 INFO kablam! Sep 04 15:07:03.521 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.521 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 04 15:07:03.521 INFO kablam! | Sep 04 15:07:03.521 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:03.521 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.521 INFO kablam! | Sep 04 15:07:03.522 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.522 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.522 INFO kablam! Sep 04 15:07:03.525 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.525 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 04 15:07:03.525 INFO kablam! | Sep 04 15:07:03.525 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.525 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.525 INFO kablam! | Sep 04 15:07:03.525 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.525 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.525 INFO kablam! Sep 04 15:07:03.528 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.528 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 04 15:07:03.528 INFO kablam! | Sep 04 15:07:03.528 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.528 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.528 INFO kablam! | Sep 04 15:07:03.528 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.529 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.529 INFO kablam! Sep 04 15:07:03.531 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.531 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 04 15:07:03.531 INFO kablam! | Sep 04 15:07:03.531 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.531 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.531 INFO kablam! | Sep 04 15:07:03.531 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.531 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.531 INFO kablam! Sep 04 15:07:03.534 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.534 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 04 15:07:03.534 INFO kablam! | Sep 04 15:07:03.534 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.534 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.535 INFO kablam! | Sep 04 15:07:03.535 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.535 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.535 INFO kablam! Sep 04 15:07:03.538 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.538 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 04 15:07:03.538 INFO kablam! | Sep 04 15:07:03.538 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:03.538 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.538 INFO kablam! | Sep 04 15:07:03.538 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.538 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.538 INFO kablam! Sep 04 15:07:03.540 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.540 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 04 15:07:03.540 INFO kablam! | Sep 04 15:07:03.540 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:03.540 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.541 INFO kablam! | Sep 04 15:07:03.541 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.541 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.542 INFO kablam! Sep 04 15:07:03.545 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.545 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 04 15:07:03.545 INFO kablam! | Sep 04 15:07:03.546 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:03.546 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.546 INFO kablam! | Sep 04 15:07:03.547 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.547 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.547 INFO kablam! Sep 04 15:07:03.549 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:03.550 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 04 15:07:03.550 INFO kablam! | Sep 04 15:07:03.550 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:03.550 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:03.550 INFO kablam! | Sep 04 15:07:03.550 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:03.550 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:03.550 INFO kablam! Sep 04 15:07:06.677 INFO kablam! error: aborting due to 33 previous errors Sep 04 15:07:06.677 INFO kablam! Sep 04 15:07:06.677 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 15:07:06.689 INFO kablam! error: Could not compile `libpijul-compat`. Sep 04 15:07:06.690 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 15:07:07.112 INFO kablam! error: aborting due to 33 previous errors Sep 04 15:07:07.112 INFO kablam! Sep 04 15:07:07.112 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 15:07:07.125 INFO kablam! error: Could not compile `libpijul-compat`. Sep 04 15:07:07.125 INFO kablam! Sep 04 15:07:07.125 INFO kablam! To learn more, run the command again with --verbose. Sep 04 15:07:07.127 INFO kablam! su: No module specific data is present Sep 04 15:07:07.659 INFO running `"docker" "rm" "-f" "a1d32a5773f77c3588fb47e8a39bd70a189670f19fb4a5658ea23399276ae78d"` Sep 04 15:07:07.751 INFO blam! a1d32a5773f77c3588fb47e8a39bd70a189670f19fb4a5658ea23399276ae78d