Sep 04 15:06:56.051 INFO checking libpijul-0.8.3 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 15:06:56.051 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 15:06:56.051 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/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:56.250 INFO blam! 0e01b206b56893eb470b1d093a7dae579a4d887f495404c20b38626e8a7ba3ad Sep 04 15:06:56.250 INFO running `"docker" "start" "-a" "0e01b206b56893eb470b1d093a7dae579a4d887f495404c20b38626e8a7ba3ad"` Sep 04 15:06:57.181 INFO kablam! Checking sanakirja v0.8.17 Sep 04 15:06:57.182 INFO kablam! Checking chrono v0.4.6 Sep 04 15:07:01.301 INFO kablam! Checking libpijul v0.8.3 (file:///source) Sep 04 15:07:04.425 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 15:07:04.425 INFO kablam! --> src/backend/mod.rs:12:9 Sep 04 15:07:04.425 INFO kablam! | Sep 04 15:07:04.425 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 04 15:07:04.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 15:07:04.426 INFO kablam! | Sep 04 15:07:04.426 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 15:07:04.427 INFO kablam! Sep 04 15:07:04.556 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 15:07:04.556 INFO kablam! --> src/backend/mod.rs:12:9 Sep 04 15:07:04.556 INFO kablam! | Sep 04 15:07:04.556 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 04 15:07:04.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 15:07:04.556 INFO kablam! | Sep 04 15:07:04.556 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 15:07:04.556 INFO kablam! Sep 04 15:07:05.504 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:05.505 INFO kablam! --> src/lib.rs:175:30 Sep 04 15:07:05.505 INFO kablam! | Sep 04 15:07:05.505 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 04 15:07:05.505 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:05.505 INFO kablam! | Sep 04 15:07:05.506 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:05.506 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:05.506 INFO kablam! Sep 04 15:07:05.508 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:05.508 INFO kablam! --> src/lib.rs:176:35 Sep 04 15:07:05.509 INFO kablam! | Sep 04 15:07:05.509 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 04 15:07:05.509 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:05.509 INFO kablam! | Sep 04 15:07:05.509 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:05.510 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:05.510 INFO kablam! Sep 04 15:07:05.512 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:05.512 INFO kablam! --> src/lib.rs:177:38 Sep 04 15:07:05.512 INFO kablam! | Sep 04 15:07:05.512 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 04 15:07:05.512 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:05.513 INFO kablam! | Sep 04 15:07:05.513 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:05.513 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:05.514 INFO kablam! Sep 04 15:07:05.651 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:05.651 INFO kablam! --> src/lib.rs:175:30 Sep 04 15:07:05.651 INFO kablam! | Sep 04 15:07:05.651 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 04 15:07:05.651 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:05.651 INFO kablam! | Sep 04 15:07:05.651 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:05.651 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:05.651 INFO kablam! Sep 04 15:07:05.652 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:05.653 INFO kablam! --> src/lib.rs:176:35 Sep 04 15:07:05.653 INFO kablam! | Sep 04 15:07:05.653 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 04 15:07:05.653 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:05.653 INFO kablam! | Sep 04 15:07:05.653 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:05.653 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:05.653 INFO kablam! Sep 04 15:07:05.654 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:05.654 INFO kablam! --> src/lib.rs:177:38 Sep 04 15:07:05.654 INFO kablam! | Sep 04 15:07:05.654 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 04 15:07:05.654 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:05.654 INFO kablam! | Sep 04 15:07:05.654 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:05.655 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:05.655 INFO kablam! Sep 04 15:07:05.830 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:05.831 INFO kablam! --> src/backend/mod.rs:328:18 Sep 04 15:07:05.831 INFO kablam! | Sep 04 15:07:05.831 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 04 15:07:05.831 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:05.831 INFO kablam! | Sep 04 15:07:05.831 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:05.831 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:05.832 INFO kablam! Sep 04 15:07:05.836 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:05.836 INFO kablam! --> src/backend/mod.rs:334:18 Sep 04 15:07:05.836 INFO kablam! | Sep 04 15:07:05.836 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 04 15:07:05.836 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:05.837 INFO kablam! | Sep 04 15:07:05.837 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:05.837 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:05.838 INFO kablam! Sep 04 15:07:05.846 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:05.846 INFO kablam! --> src/backend/mod.rs:358:22 Sep 04 15:07:05.846 INFO kablam! | Sep 04 15:07:05.846 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 04 15:07:05.846 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:05.847 INFO kablam! | Sep 04 15:07:05.847 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:05.848 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:05.848 INFO kablam! Sep 04 15:07:05.967 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:05.967 INFO kablam! --> src/backend/mod.rs:328:18 Sep 04 15:07:05.967 INFO kablam! | Sep 04 15:07:05.967 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 04 15:07:05.967 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:05.967 INFO kablam! | Sep 04 15:07:05.967 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:05.967 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:05.967 INFO kablam! Sep 04 15:07:05.970 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:05.970 INFO kablam! --> src/backend/mod.rs:334:18 Sep 04 15:07:05.970 INFO kablam! | Sep 04 15:07:05.971 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 04 15:07:05.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:05.971 INFO kablam! | Sep 04 15:07:05.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:05.971 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:05.971 INFO kablam! Sep 04 15:07:05.978 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:05.978 INFO kablam! --> src/backend/mod.rs:358:22 Sep 04 15:07:05.978 INFO kablam! | Sep 04 15:07:05.978 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 04 15:07:05.978 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:05.978 INFO kablam! | Sep 04 15:07:05.978 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:05.979 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:05.979 INFO kablam! Sep 04 15:07:06.166 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.166 INFO kablam! --> src/backend/mod.rs:985:21 Sep 04 15:07:06.166 INFO kablam! | Sep 04 15:07:06.166 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 04 15:07:06.166 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.166 INFO kablam! | Sep 04 15:07:06.166 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.166 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.166 INFO kablam! Sep 04 15:07:06.173 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.173 INFO kablam! --> src/backend/mod.rs:997:26 Sep 04 15:07:06.173 INFO kablam! | Sep 04 15:07:06.173 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.173 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.173 INFO kablam! | Sep 04 15:07:06.174 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.174 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.174 INFO kablam! Sep 04 15:07:06.177 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.177 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 04 15:07:06.177 INFO kablam! | Sep 04 15:07:06.177 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.177 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.177 INFO kablam! | Sep 04 15:07:06.177 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.178 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.178 INFO kablam! Sep 04 15:07:06.181 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.181 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 04 15:07:06.181 INFO kablam! | Sep 04 15:07:06.181 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.181 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.182 INFO kablam! | Sep 04 15:07:06.182 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.182 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.183 INFO kablam! Sep 04 15:07:06.185 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.185 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 04 15:07:06.185 INFO kablam! | Sep 04 15:07:06.185 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.185 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.185 INFO kablam! | Sep 04 15:07:06.186 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.186 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.186 INFO kablam! Sep 04 15:07:06.189 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.189 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 04 15:07:06.189 INFO kablam! | Sep 04 15:07:06.189 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.189 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.190 INFO kablam! | Sep 04 15:07:06.190 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.190 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.191 INFO kablam! Sep 04 15:07:06.193 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.193 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 04 15:07:06.193 INFO kablam! | Sep 04 15:07:06.193 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.193 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.194 INFO kablam! | Sep 04 15:07:06.194 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.194 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.195 INFO kablam! Sep 04 15:07:06.198 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.198 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 04 15:07:06.198 INFO kablam! | Sep 04 15:07:06.198 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.198 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.198 INFO kablam! | Sep 04 15:07:06.198 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.199 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.199 INFO kablam! Sep 04 15:07:06.202 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.202 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 04 15:07:06.202 INFO kablam! | Sep 04 15:07:06.202 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 04 15:07:06.202 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.203 INFO kablam! | Sep 04 15:07:06.203 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.203 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.204 INFO kablam! Sep 04 15:07:06.206 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.206 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 04 15:07:06.206 INFO kablam! | Sep 04 15:07:06.206 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:06.206 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.206 INFO kablam! | Sep 04 15:07:06.207 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.207 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.207 INFO kablam! Sep 04 15:07:06.210 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.210 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 04 15:07:06.210 INFO kablam! | Sep 04 15:07:06.210 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 04 15:07:06.210 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.210 INFO kablam! | Sep 04 15:07:06.211 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.211 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.211 INFO kablam! Sep 04 15:07:06.213 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.214 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 04 15:07:06.214 INFO kablam! | Sep 04 15:07:06.214 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:06.214 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.214 INFO kablam! | Sep 04 15:07:06.214 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.215 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.215 INFO kablam! Sep 04 15:07:06.217 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.217 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 04 15:07:06.217 INFO kablam! | Sep 04 15:07:06.217 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.217 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.218 INFO kablam! | Sep 04 15:07:06.218 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.219 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.219 INFO kablam! Sep 04 15:07:06.222 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.222 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 04 15:07:06.222 INFO kablam! | Sep 04 15:07:06.222 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.222 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.222 INFO kablam! | Sep 04 15:07:06.223 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.223 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.223 INFO kablam! Sep 04 15:07:06.225 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.225 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 04 15:07:06.225 INFO kablam! | Sep 04 15:07:06.225 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.226 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.226 INFO kablam! | Sep 04 15:07:06.226 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.227 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.227 INFO kablam! Sep 04 15:07:06.229 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.229 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 04 15:07:06.229 INFO kablam! | Sep 04 15:07:06.229 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.229 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.230 INFO kablam! | Sep 04 15:07:06.230 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.230 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.230 INFO kablam! Sep 04 15:07:06.233 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.233 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 04 15:07:06.233 INFO kablam! | Sep 04 15:07:06.233 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:06.233 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.233 INFO kablam! | Sep 04 15:07:06.234 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.234 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.234 INFO kablam! Sep 04 15:07:06.237 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.237 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 04 15:07:06.237 INFO kablam! | Sep 04 15:07:06.237 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.237 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.237 INFO kablam! | Sep 04 15:07:06.238 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.238 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.238 INFO kablam! Sep 04 15:07:06.241 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.241 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 04 15:07:06.241 INFO kablam! | Sep 04 15:07:06.241 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:06.241 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.241 INFO kablam! | Sep 04 15:07:06.242 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.242 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.242 INFO kablam! Sep 04 15:07:06.245 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.245 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 04 15:07:06.245 INFO kablam! | Sep 04 15:07:06.245 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.245 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.245 INFO kablam! | Sep 04 15:07:06.246 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.246 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.246 INFO kablam! Sep 04 15:07:06.248 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.249 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 04 15:07:06.249 INFO kablam! | Sep 04 15:07:06.249 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.249 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.249 INFO kablam! | Sep 04 15:07:06.249 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.250 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.250 INFO kablam! Sep 04 15:07:06.252 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.252 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 04 15:07:06.252 INFO kablam! | Sep 04 15:07:06.252 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.252 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.253 INFO kablam! | Sep 04 15:07:06.253 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.253 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.254 INFO kablam! Sep 04 15:07:06.256 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.256 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 04 15:07:06.256 INFO kablam! | Sep 04 15:07:06.256 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.256 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.256 INFO kablam! | Sep 04 15:07:06.257 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.257 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.257 INFO kablam! Sep 04 15:07:06.260 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.260 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 04 15:07:06.260 INFO kablam! | Sep 04 15:07:06.260 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.260 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.261 INFO kablam! | Sep 04 15:07:06.261 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.261 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.262 INFO kablam! Sep 04 15:07:06.264 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.264 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 04 15:07:06.264 INFO kablam! | Sep 04 15:07:06.264 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.264 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.264 INFO kablam! | Sep 04 15:07:06.265 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.265 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.265 INFO kablam! Sep 04 15:07:06.269 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.269 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 04 15:07:06.269 INFO kablam! | Sep 04 15:07:06.269 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:06.269 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.270 INFO kablam! | Sep 04 15:07:06.270 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.270 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.271 INFO kablam! Sep 04 15:07:06.274 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.274 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 04 15:07:06.274 INFO kablam! | Sep 04 15:07:06.274 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:06.274 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.274 INFO kablam! | Sep 04 15:07:06.275 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.275 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.275 INFO kablam! Sep 04 15:07:06.292 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.292 INFO kablam! --> src/backend/mod.rs:985:21 Sep 04 15:07:06.292 INFO kablam! | Sep 04 15:07:06.292 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 04 15:07:06.292 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.292 INFO kablam! | Sep 04 15:07:06.293 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.293 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.293 INFO kablam! Sep 04 15:07:06.298 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.298 INFO kablam! --> src/backend/mod.rs:997:26 Sep 04 15:07:06.298 INFO kablam! | Sep 04 15:07:06.298 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.298 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.298 INFO kablam! | Sep 04 15:07:06.298 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.298 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.298 INFO kablam! Sep 04 15:07:06.300 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.300 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 04 15:07:06.300 INFO kablam! | Sep 04 15:07:06.300 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.300 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.300 INFO kablam! | Sep 04 15:07:06.300 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.301 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.301 INFO kablam! Sep 04 15:07:06.302 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.302 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 04 15:07:06.302 INFO kablam! | Sep 04 15:07:06.302 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.303 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.303 INFO kablam! | Sep 04 15:07:06.303 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.303 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.303 INFO kablam! Sep 04 15:07:06.304 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.304 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 04 15:07:06.304 INFO kablam! | Sep 04 15:07:06.305 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.305 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.305 INFO kablam! | Sep 04 15:07:06.305 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.305 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.305 INFO kablam! Sep 04 15:07:06.307 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.307 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 04 15:07:06.307 INFO kablam! | Sep 04 15:07:06.307 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.307 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.307 INFO kablam! | Sep 04 15:07:06.307 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.308 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.308 INFO kablam! Sep 04 15:07:06.309 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.309 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 04 15:07:06.309 INFO kablam! | Sep 04 15:07:06.309 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.309 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.309 INFO kablam! | Sep 04 15:07:06.309 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.309 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.309 INFO kablam! Sep 04 15:07:06.312 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.312 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 04 15:07:06.312 INFO kablam! | Sep 04 15:07:06.312 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.312 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.312 INFO kablam! | Sep 04 15:07:06.312 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.312 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.312 INFO kablam! Sep 04 15:07:06.314 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.314 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 04 15:07:06.314 INFO kablam! | Sep 04 15:07:06.314 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 04 15:07:06.315 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.315 INFO kablam! | Sep 04 15:07:06.315 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.315 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.315 INFO kablam! Sep 04 15:07:06.316 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.316 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 04 15:07:06.316 INFO kablam! | Sep 04 15:07:06.316 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:06.316 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.316 INFO kablam! | Sep 04 15:07:06.317 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.317 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.317 INFO kablam! Sep 04 15:07:06.318 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.318 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 04 15:07:06.318 INFO kablam! | Sep 04 15:07:06.318 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 04 15:07:06.318 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.318 INFO kablam! | Sep 04 15:07:06.319 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.319 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.319 INFO kablam! Sep 04 15:07:06.320 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.320 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 04 15:07:06.320 INFO kablam! | Sep 04 15:07:06.320 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:06.320 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.320 INFO kablam! | Sep 04 15:07:06.320 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.321 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.321 INFO kablam! Sep 04 15:07:06.322 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.322 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 04 15:07:06.322 INFO kablam! | Sep 04 15:07:06.322 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.322 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.322 INFO kablam! | Sep 04 15:07:06.322 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.323 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.323 INFO kablam! Sep 04 15:07:06.325 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.325 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 04 15:07:06.325 INFO kablam! | Sep 04 15:07:06.325 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.325 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.325 INFO kablam! | Sep 04 15:07:06.325 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.325 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.325 INFO kablam! Sep 04 15:07:06.326 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.327 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 04 15:07:06.327 INFO kablam! | Sep 04 15:07:06.327 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.327 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.327 INFO kablam! | Sep 04 15:07:06.327 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.327 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.327 INFO kablam! Sep 04 15:07:06.328 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.328 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 04 15:07:06.328 INFO kablam! | Sep 04 15:07:06.328 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.328 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.328 INFO kablam! | Sep 04 15:07:06.328 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.329 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.329 INFO kablam! Sep 04 15:07:06.330 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.330 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 04 15:07:06.330 INFO kablam! | Sep 04 15:07:06.331 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:06.331 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.331 INFO kablam! | Sep 04 15:07:06.331 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.331 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.331 INFO kablam! Sep 04 15:07:06.333 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.333 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 04 15:07:06.333 INFO kablam! | Sep 04 15:07:06.333 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.333 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.333 INFO kablam! | Sep 04 15:07:06.333 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.333 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.333 INFO kablam! Sep 04 15:07:06.335 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.335 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 04 15:07:06.335 INFO kablam! | Sep 04 15:07:06.335 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:06.335 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.335 INFO kablam! | Sep 04 15:07:06.335 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.335 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.335 INFO kablam! Sep 04 15:07:06.337 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.337 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 04 15:07:06.337 INFO kablam! | Sep 04 15:07:06.337 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.337 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.337 INFO kablam! | Sep 04 15:07:06.337 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.337 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.338 INFO kablam! Sep 04 15:07:06.339 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.339 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 04 15:07:06.339 INFO kablam! | Sep 04 15:07:06.339 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.339 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.339 INFO kablam! | Sep 04 15:07:06.339 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.339 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.339 INFO kablam! Sep 04 15:07:06.341 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.341 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 04 15:07:06.341 INFO kablam! | Sep 04 15:07:06.341 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.341 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.341 INFO kablam! | Sep 04 15:07:06.341 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.341 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.341 INFO kablam! Sep 04 15:07:06.342 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.342 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 04 15:07:06.342 INFO kablam! | Sep 04 15:07:06.342 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.343 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.343 INFO kablam! | Sep 04 15:07:06.343 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.343 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.343 INFO kablam! Sep 04 15:07:06.344 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.344 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 04 15:07:06.344 INFO kablam! | Sep 04 15:07:06.344 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:06.344 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.345 INFO kablam! | Sep 04 15:07:06.345 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.345 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.345 INFO kablam! Sep 04 15:07:06.346 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.346 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 04 15:07:06.346 INFO kablam! | Sep 04 15:07:06.346 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:06.346 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.346 INFO kablam! | Sep 04 15:07:06.346 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.347 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.347 INFO kablam! Sep 04 15:07:06.350 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.350 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 04 15:07:06.350 INFO kablam! | Sep 04 15:07:06.350 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:06.350 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.350 INFO kablam! | Sep 04 15:07:06.350 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.350 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.350 INFO kablam! Sep 04 15:07:06.352 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:06.352 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 04 15:07:06.352 INFO kablam! | Sep 04 15:07:06.353 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:06.353 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:06.353 INFO kablam! | Sep 04 15:07:06.353 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:06.353 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:06.353 INFO kablam! Sep 04 15:07:09.273 INFO kablam! error: aborting due to 33 previous errors Sep 04 15:07:09.273 INFO kablam! Sep 04 15:07:09.273 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 15:07:09.285 INFO kablam! error: Could not compile `libpijul`. Sep 04 15:07:09.285 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 15:07:09.382 INFO kablam! error: aborting due to 33 previous errors Sep 04 15:07:09.382 INFO kablam! Sep 04 15:07:09.382 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 15:07:09.398 INFO kablam! error: Could not compile `libpijul`. Sep 04 15:07:09.398 INFO kablam! Sep 04 15:07:09.398 INFO kablam! To learn more, run the command again with --verbose. Sep 04 15:07:09.400 INFO kablam! su: No module specific data is present Sep 04 15:07:09.942 INFO running `"docker" "rm" "-f" "0e01b206b56893eb470b1d093a7dae579a4d887f495404c20b38626e8a7ba3ad"` Sep 04 15:07:10.075 INFO blam! 0e01b206b56893eb470b1d093a7dae579a4d887f495404c20b38626e8a7ba3ad